/* NIGHT MODE */

@media screen
{
	body{	
		color:#acacac!important;
		background-color:#F00!important;
	}
	.fa-circle-user{
		color:darkred;
	}
	.pure-form legend{
		color: antiquewhite!important;
	}
	#header{
		background-color:#000!important;
	}
	#calendar .grids-unit {
		background-color:darkblue!important;
	}
	.today {
		background-color: #126180!important;
	}	
	.pure-menu,body{
		BACKGROUND-COLOR: #993300!important;
	}
	.time{
		color: antiquewhite;
	}
	div.context-menu {
		background-color:inherit!important;
	}
	.modal{
		background-color:#993300!important;
		border: 1px solid blanchedalmond;
	}
	.modal .pure-form select, 
	.modal .pure-form input{
		background-color:tomato;
		color: blanchedalmond!important;
	}
	.header{
		background-color:inherit!important;
		color:#acacac!important
	}
	.header h1{
		color:#acacac!important
	}
	.pure-form input[readonly], 
	.pure-form select[readonly], 
	.pure-form textarea[readonly] {
		background-color:#777672!important;
		color:#acacac!important;
	}
	.svelte-tabs select{
		background-color:#1d1817!important;
	
	}
	.pure-menu-active>.pure-menu-link,
	.pure-menu-link:focus,
	.pure-menu-link:hover{
		background-color:tomato!important;
	}
	.preloader1 span {
	   background-color:white!important;
	}
	.plabel{
		color:darkslategrey;
	}
	.actions{
		background-color: brown!important;;
	}
	div.slave {
			color:#4169e1!important;
	}
}

