/* NIGHT MODE */

@media screen
{
	body{	
		color:#acacac!important;
		background-color:#000!important;
		/*background-image: url(/images/black-font.jpg)!important;*/
	}
	.pure-form legend{
		color: antiquewhite!important;
	}
	#header{
		background-color:#000!important;
	}
	#currentdate{
		background-color:darkslategray!important;
	}
	#calendar .grids-unit {
		background-color:darkblue!important;
	}
	.today {
		background-color: #126180!important;
	}	
	.pure-menu-horizontal{
		BACKGROUND-COLOR: #5b4e4b!important;
	}
	footer{
		background-color: #5b4e4b;
	}
	.time{
		color: antiquewhite;
	}
	.plabel{
		color:dimgray!important;
	}
	div.order{
		color:black!important;
	}
	div.done{
		color: black!important;
	}
	div.outside{
		color: gray!important;
	}
	input.order{
		color:gray!important;
	}
	input.done{
		color: black!important;
	}
	input.outside{
		color: black!important;
	}
/*
	#calendar >.box{
		text-decoration: underline;
		background-color: inherit;	
	}
	div.confirmed {
		background-color:darkred!important;
	}
	div.master{
		background-color: darkblue!important;
		color: blanchedalmond!important;
	}
	div.slave {
		background-color: blue!important;
		color: blanchedalmond!important;
	}
*/
	div.context-menu {
		background-color:darkslategray!important;
	}
	.modal{
		background-color:#333!important;
		border: 1px solid black;
	}
	.modal .pure-form select, 
	.modal .pure-form input{
		background-color:black;
		color: cadetblue!important;
	}
	.header{
		background-color:inherit!important;
		color:#ccc!important
	}
	.header h1{
		color:#ccc!important
	}
	.pure-form input[readonly], 
	.pure-form select[readonly], 
	.pure-form textarea[readonly] {
		background-color:#777672!important;
		color:#ccc;
	}
	.svelte-tabs select{
		background-color:#1d1817!important;
	
	}
	.custom-restricted-width,
	.menu-horizontal{
		background-color: #5b4e4b!important;
	}
	.pure-menu-active>.pure-menu-link,.pure-menu-link:focus,.pure-menu-link:hover{
	background-color:#3b3c36!important;
	}
	.preloader1 span {
	   background-color:white!important;
	}

	.actions{
		background-color: dimgray!important;
	}
