/*Custom Isec*/

.planningIcons {
	color: #3DA103;
}

.Check_AanwezighedenLocked {
	color: #CCC;
}

#popups .ui-tabs-panel .textlabel.Check_AanwezighedenVerkeerdeKlant {
	font-weight: normal !important;
	background-color: #3DA103 !important;
	color: #fff;
	padding: 9px;
	width: 250px;
}
/*DASHBOARD */
.Dashboard-widget-shortcut {
	background: #9EA2A6 !important;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	width: 220px;
	height: 140px;
	padding: 9px;
	margin: 5px;
	float: left !important;
	border-radius: 3px;
}

.Dashboard-widget-shortcut .fa {
	font-weight: normal;
	font-size: 26px;
	padding: 8px;
}

#popups .ui-tabs-panel .textlabel.Check_AanwezighedenVerkeerdeKlant .gi {
	  font-size: 16px;
	  display: block;
	  float: left;
	  padding-top: 8px;
	  margin-right: 10px;
}

#popups .ui-tabs-panel .textlabel.Check_AanwezighedenMedischAttest {
	font-weight: normal !important;
	background-color: #FFD119 !important;
	color: #fff;
	padding: 9px;
	width: 250px;
}

#popups .ui-tabs-panel .textlabel.Check_AanwezighedenMedischAttest .gi {
	  font-size: 16px;
	  display: block;
	  float: left;
	  padding-top: 8px;
	  margin-right: 10px;
}
.dataGrid TBODY TR.activeUser {
	background-color: #FFE9C2;
}
.dataGrid TBODY TR.vrijPlanning {
	background-color: #EAEAEA;
}
.dataGrid TBODY TR.weekendPlanning {
	background-color: #454e59;
	color: #ACB5BF;
}
.dataGrid TBODY TR.FeestdagenPlanning {
	background-color: #94BFF0;
}
.dataGrid TBODY TR.nextDayPlanning {
	border-top: solid 1px #454e59;
}

DIV.radioLabelDagLocatie {
	width: 150px;
	float: left;
}

/*Overwrites*/
#headerLogo {
	background-color: #3DA103;
	background-image: url('../images/isec_admin_logo_textonly.png');
}

#menu {
	background-color: #3DA103;
}

INPUT:focus, TEXTAREA:focus, SELECT:focus {
	/*border-color: #3DA103;*/
}

#subMenu {
	/*background-color: #454e59;*/
}

#subMenu a.active {
	/*background: #EBEEF2;
	 color: #3DA103!important;
	 border-right: 4px solid #3DA103;*/
}
/*
 #popups  FORM INPUT[type=submit] {
 margin-left: 5px;
 border-radius: 0;
 background-color: #5ccdde;
 border-color: #5ccdde;
 color: #fff;
 height:30px;
 }

 #popups  FORM INPUT[type=button]:hover,
 #popups  FORM INPUT[type=button]:focus,
 #popups  FORM INPUT[type=button]:active,
 #popups  FORM INPUT[type=submit]:hover,
 #popups  FORM INPUT[type=submit]:focus,
 #popups  FORM INPUT[type=submit]:active {
 background-color: #02aac4;
 border-color: #02aac4;
 color: #ffffff !important;
 }

 #popups  FORM INPUT[type=button].disabled,
 #popups  FORM INPUT[type=button].disabled:hover,
 #popups  FORM INPUT[type=button].disabled:focus,
 #popups  FORM INPUT[type=button].disabled:active,
 #popups  FORM INPUT[type=submit].disabled,
 #popups  FORM INPUT[type=submit].disabled:hover,
 #popups  FORM INPUT[type=submit].disabled:focus,
 #popups  FORM INPUT[type=submit].disabled:active {
 background-color: #5ccdde;
 border-color: #5ccdde;
 }

 .dataGrid tbody td.active, .dataGrid tbody tr.switchcolor td.active {
 background-color: #E4C17C;
 color: #fff;
 border-left: 1px solid #DEB25C;
 }

 ----

 */

/*#menu {
 border-bottom: none;
 }
 #topMenu A {
 background-color: #f0f0f0;
 }
 #topMenu A:HOVER {
 background-color: #ccc;
 color: #333;
 }
 #topMenu A.mainMenuButtonSelected {
 background-color: #fedf1a;
 color: #000;
 font-weight: bold;
 }

 #subMenu {
 background-color: #fedf1a;
 }

 #subMenu A {
 text-shadow: #eacd0d 0px 0px 0px;
 }*/

/*#footer {
 background-color: #cdcd01;
 }*/
/*#topMenu A.mainMenuButtonSelected {
 background-color: #ea8000;
 color: #f0f0f0;
 font-weight: bold;
 }*/
/*#popups .popup .head {
 border-style: solid;
 background-color: #ea8000;
 border-top-color: #ea8000;
 border-left-color: #ea8000;
 border-right-color: #ea8000;
 border-top-width: 1px;
 border-left-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 0px;
 color: #fff;
 height: 28px;
 font-size: 13px;
 }*/

/* Import Result Table styling */
.importResultTable					{ width:100%; }
.importResultTable th				{ font-weight: bold; padding: 5px 10px; border-bottom: 1px dotted #ccc; border-left: 1px dotted #ccc; }
.importResultTable th:first-child	{ border-left: none; }
.importResultTable td				{ font-weight: normal; padding: 5px 10px; border-left: 1px dotted #ccc; }
.importResultTable td:first-child	{ border-left: none; }
.importResultTable tr.even td		{ background: #f5f5f5; }
.attest{   width: 300px;}

.LabelInTabel{
 display:block !important;
}

/*TODOS*/
.prio-0{
	background-color: #FC8F72 !important;
}

.prio-1{
	background-color: #FFB55F !important;
}

.prio-2{
	background-color: #FEE26F !important;
}

.prio-3{
	background-color: #C4E25E !important;
}

.todo-fa.fa{
	padding: 0;
}

.todo-widgets{
	height: 180px;
	overflow: hidden;
}

#logOutMenu .MyTestButton {
	background-color: #fedf1a;
	color: #000;
	font-weight: bold;
}
