/*****( DEFAULT TAGS )**********************************************/
body { font-size: 12px !important; font-family: Arial, sans-serif !important; }

	.ui-autocomplete.ui-front { z-index: 1001; }
	.ajaxresult { display: inline-block; }
	.navbar-static-top { z-index: 100 !important; }
	.boxes { position: relative; }
	abbr {
		cursor: help;
		border-bottom: 1px dotted #444;
	}
	
	td {
		vertical-align: top;
	}
	
	h1 {
		color: #37b2e0;
		position: relative;
		display: inline-block;
	}
	
	.module {
		position: relative;
	}
	.navbar-brand {
		padding: 0 15px;
		
	}
	a.refresh {
		font-size: 26px;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	li.rs { display: none; }
	button.addtosms, button.addtoemail {
		position: fixed;
		bottom: 15px;
		left: 20px;
	}	
	p {
		margin: 2px 0;
	}
	
	p.head {
		padding: 0;
		font-weight: bold;
		text-decoration: underline;
		margin-bottom: 4px;
		margin-top: 4px;
		position: relative;
		font-size: 10pt;
	}
	p.head small {
		display: block;
		margin-left: 10px;
		font-weight: normal;
		font-style: italic;
	}
	
	div.note {
		background-color: #f9f9f9;
		border: 1px solid #ddd;
		padding: 8px;
		margin-top: 8px;
	}
	
	div.note:nth-child(odd) {
		background-color: #E2FFFE;
	}
	div.note p.content {
		border-left: 1px solid #2AADDE;
		padding: 8px;
		margin-top: 8px;
	}
	
	p.notice {
		background: #FFFFEF;
		border: 3px double #333;
		padding: 5px;
		margin: 5px 0;
	}

	form.loading { background: url(../img/loaders/progressbar.gif) center center no-repeat transparent; }
	form.loading * { opacity: 0.2; }
	
	img.loading {
		display: block;
		width: 100%;
		height: 150px;
		background: url(../img/loaders/progressbar.gif) center center no-repeat transparent;
	}

	img.loaded {
		display: block;
		width: 100%;
		max-width: 200px;
		height: auto;
	}
	
	img.uppreview {
		width: 150px;
		height: auto;
	}

	#page-wrapper.loading { background: url(../img/loaders/progressbar.gif) center 200px no-repeat transparent; }
	#page-wrapper.loading * { opacity: 0.5; }

	a.button {
		border: 3px double #999;
		border-top-color: #ccc;
		border-left-color: #ccc;
		padding: 5px 10px;
		background: #fff url(/img/button_bg.gif) repeat-x top left;
		color: #333;
		font-weight: bold;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		margin-top: 5px;
		cursor: pointer;
		min-width: 150px;
		text-align: center;
		border-radius: 7px;
		font-size: 14px;
	}

	input.button {
		border: 3px double #999;
		border-top-color: #ccc;
		border-left-color: #ccc;
		padding: 5px 10px;
		background: #fff url(/img/button_bg.gif) repeat-x top left;
		color: #333;
		font-weight: bold;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		margin-top: 5px;
		cursor: pointer;
		min-width: 150px;
		text-align: center;
		border-radius: 7px;
		font-size: 14px;		
	}
	form input[type="reset"] { visibility: hidden; }
	form.changed input[type="reset"] { visibility: visible; }
	form.changed input[type="submit"] {
		background: #37b2e0 url(/img/exclamation.png) no-repeat 98% center;
		color: #FFF;
	}
	form.changed .form-group.changed input,
	form.changed .form-group.changed textarea,
	form.changed .form-group.changed select,
	form.changed .field.changed input {
		background: #37b2e0;
		color: #FFF;
	}
	
	form input.error,
	form textarea.error,
	form select.error{
		background: orange !important;
	}
	
	input.readonly { background: #fefeee; }
	
	input.inline {
		display: inline-block;
		width: 35px;
		border: none;
		text-align: center;
	}
	
	.inplaceedit input {
		width: 60px;
	}
	
	.inplaceedit.editing div {
		display: none;
	}
	
	.inlineedit img.button {
		display: block;
	}
	.inlineedit img.inithidden {
		display: none;
	}
	
	.inlineedit.done img.button {
		display: none;
	}
	.inlineedit.done img.inithidden {
		display: block;
	}
	
	fieldset {
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-radius: 5px;
		padding: 5px 15px 5px 15px;
		margin-bottom: 10px;
		width: 100%;
	}
	fieldset form > input.button {
		margin: 0 0 15px 15px;
	}
	
	input.autocomplete, .ui-autocomplete-input {
		background: url(../img/autocomplete.png) 95% center no-repeat;
	}
	input.autocomplete.ui-autocomplete-loading, .ui-autocomplete-loading {
		background: url(../img/autocomplete-loading.png) 95% center no-repeat;
	}
	
	form input[type="date"],
	form input[type="time"],
	form input[type="datetime-local"],
	form input[type="month"] {
	  line-height: 1em;
	}


	.form-group {
		position: relative;
	}
	
	input.hinted {
		background: url(../img/info.png) 95% center no-repeat;
	}
	
	.form-group .hint {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		font-style: italic;
		color: #00A127;
	}
	.form-group .hint.loading {
		display: block;
		width: 20px;
		height: 20px;
		background: url(../img/ajax-loader.gif) no-repeat right top transparent;
	}
	.form-group .hint.finished {
		display: block;
	}
	
	legend {
		width: auto;
		font-weight: bold;
		font-size: 12px;
		padding: 3px 7px;
		margin: 0 0 0 8px;
		border: none;
	}

	.panel-body legend,
	.panel-body fieldset{
		border: none;
	}
	
	a:link, a:visited {
		color: #FF7F00;
		color: #555;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	.clear {
		clear: both;
	}
	
	img.button {
		cursor: pointer;
		margin: 0 2px;
	}
	
	.table-responsive {
		height: 217px;
		overflow-y: auto;
	}
	
	.sidebar a { padding-left: 50px !important; font-size: 14px; line-height: 22px; color: #4d4d4d; }
	.sidebar i { position: absolute; left: 5px; margin-right: 5px; color: #2AADDE; }
	.sidebar li li i { left: 25px; top: 14px; }
	.sidebar .active i { color: #4d4d4d; }
	.sidebar ul li a.memory i { color: #4d4d4d; }
	
	
	.sidebar .arrow {
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	
	
		
/*****( STYLED LINKS )**************************************************/

	a.close { 
		padding-left: 20px; 
		background: url(/img/close_plain.gif) no-repeat 0 1px; 
	}
	
	a.close:hover {
		/*background: transparent url(/img/close_hover.gif) no-repeat 0 1px; */
	}
	
/*****( MODAL )*********************************************************/

	div.modal {
		position: absolute;
		background: #FFF8F3;
		border: 3px double #FFDCB9;
		z-index: 550;
		padding: 5px;
	}
	
	div.topbar {
		display: block;
		background: url(/img/modal_bg_red.gif) repeat-x top left;
		width: 100%;
		height: 22px;
	}
	
	.topbarButton {
		float: right;
		cursor: pointer;
	}
	
	.topBar .modaltitle {
		float: left;
		font-size: 120%;
		font-weight: bold;
		color: #F16303;
		line-height: 22px;
		overflow-x: hidden;
		width: auto;
	}
	
	div.modalcontents {
		padding-top: 5px;
		overflow-y: auto;
	}
	
	.sizer {
		position: absolute;
		bottom: 0;
		right: 0;
		height: 9px;
		width: 9px;
		background: transparent url(/img/sizer.gif) no-repeat bottom right;
		cursor: nw-resize;
	}
	
	
	.docked .topbar .modaltitle {
		height: 22px;
		overflow: hidden;
		width: 50px;
		margin-left: 2px;
	}

	.docked {
		position: fixed !important;
		bottom: 0;
		_position: absolute;
		_top:expression((document.body.scrollTop+document.body.clientHeight-this.clientHeight)-2);
	}
	
/*****( CONTENWINDOW )**********************************************/
	
	h1.contentWindowHeader {
		background: #FFF;
		font-weight: bold;
		font-size: 10pt;
		border: 3px double #FFDCB9;
		border-bottom: 0;
		margin: 0 2px 0 15px;
		padding: 5px 8px 5px 8px;
		position: relative;
		width: 150px;
		text-align: center;
		top: 3px;
	}

	div.contentWindow {
		background: #fff;
		border: 3px double #FFDCB9;
		width: auto;
		padding: 15px;
	}

/*****( TABCONTROL )************************************************/

	a.add {
		display: inline-block;
		background: #37b2e0;
		padding: 2px 3px;
		margin-left: 20px;
		color: #FFF;
	}
	.hidden { display: none; }
	
	div.tabcontrol,
	div.sub_tabcontrol {
		position: relative;
	}
	
	h1.tc_header,
	h1.sub_tc_header {
		float: left;
		background: #fff7f1;
		font-size: 10pt;
		border: 1px solid #4d4d4d;
		margin: 0 2px 0 2px;
		padding: 0 12px 0 12px;
		min-width: 80px;
		text-align: center;
		position: relative;
		cursor: pointer;
		color: #676767;
		height: 26px;
		line-height: 26px;
	}
	
	div.sub_tabcontrol {
		clear: both;
	}
	
/*****( LIST )******************************************************/

	table.list {
		border: 1px solid #bebaac;
		border-top: 0;
		margin: 5px 0 5px 0;
	}
	
	table.list td, table.list th{
		font-size: 9pt;
	}
	
	table.list td .days {
		font-size: 9pt;
	}
	
	table.list thead th, table.list tr.tablenav td {
		background: #ece9d8;
		white-space: nowrap;
		text-align: left;
		font-weight: normal;
		border-bottom: 2px solid #cbc7b8;
		border-right: 1px solid #c7c5b2;
		border-left: 1px solid #fff;
		cursor: default;
		border-top: 1px solid #bebaac;
	}
	
	table.list tr.tablenav td {
		border-bottom: 0;	
	}
	
	table.list thead th a {
		text-decoration: none;
		color: black;
	}
	
	table.list thead th.hover {
		background: #faf9f4;
		border-bottom: 2px solid #fcc247;
	}
	
	table.list tbody td {
		border-right: 1px solid #c7c5b2;
		border-left: 1px solid #fff;
	}

	table.list tbody tr:hover {
		background: #faf9f4;
	}
	
	table.list tbody td a.edit,
	table.list tbody td a.delete {
		padding: 2px 5px;
		text-align: center;
	}
	table.list tbody td a.edit:hover,
	table.list tbody td a.delete:hover {
		padding: 2px 0;
	}
	table.list tbody td a.edit:hover {
		color: #37b2e0;
	}
	table.list tbody td a.delete:hover {
		color: orange;
	}
	table.list tbody td a.edit:hover i,
	table.list tbody td a.delete:hover i{
		font-size: 19px;
		line-height: 9pt;
	}
	
	table.list th, table.list td {
		padding: 3px 5px;
	}
	
	table.list tfoot td {
		border-right: 1px solid #c7c5b2;
		border-top: 1px solid #c7c5b2;
		border-left: 1px solid #fff;
	}
	
	table.list td.row1 {
		background: #eee;
	}
	
	table.list .disabled {
	}
	
	table.list .opsomming td {
		border-top: 3px double #c7c5b2;
	}
	
/*****( FORM )******************************************************/
	
	form div.label {
		float: left;
		line-height: 23px;
	}
	
	form div.field {
		float: left;
		margin-bottom: 1px;
		margin-right: 1px;
		margin-left: 0;
		padding: 0;
	}
	
	form div.field .errFld {
		border: 1px solid red;
	}
	
	form div.leftcontainer {
		float: left;
		margin-right: 20px;
	}
	
	form div.rightcontainer {
		float: left;
	}
	
	form div.field img {
		margin-bottom: 4px;
	}
	
	form .errMsg {
		display: block;
		color: red;
		margin-bottom: 3px;
	}
	
	form .inputVal {
		font-size: 25px;
	}
	
	form textarea {
		font-size: 12px;
		width: 100%;
		height: 6em;
	}
	
	form textarea.wysi {
		height: 400px;
	}
	
	form textarea.wysi-preview {
		height: 600px;
	}
	
	
	.jHtmlArea .h1,
	.jHtmlArea .h2,
	.jHtmlArea .h3,
	.jHtmlArea .h4,
	.jHtmlArea .h5,
	.jHtmlArea .h6 {
		margin: 0 !important;
	}
	
	table.table-compact tbody tr td {
		padding: 2px 8px;
		line-height: 1em;
		vertical-align: middle;
	}
	form .form-control.input-small {
		/*width: 75px;*/
		padding: 2px 3px;
		height: auto;
	}
	
	
/*****( Algemeen )**************************************************/
	
	div.notes {
		margin-top: 15px;
	}
	
	div.notes div.note {
		margin-top: 15px;
		background: #f8f8f8;
		padding: 5px;
		border: 1px solid #c9c9c9;		
	}
	
	div.notes div.note p.head {
		/*
		background: transparent url(/img/user_comment.png) no-repeat 0 0;
		padding-left: 20px;
		*/
		font-weight: bold;
		text-decoration: none;
		margin: 0;
		border-bottom: 1px solid #c9c9c9;
	}
	
	div.notes div.note p.content {
		margin-top: 5px;
		/*padding-left: 20px;*/
	}
	
	div.inplaceedit {
		cursor: pointer;
	}
	
	td.notice {
	}
	
/*****( Content )***************************************************/
	
	div#container {
		width: 100%;
	}
	
	div#loader {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 91;
		width: 100%;
		height: 100%;
		text-align: center;
	}
	
	div#loader div.inner {
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	div#loader div.progressbar {
		position: absolute;
		top: 48%;
		left: 25%;		
		width: 220px;
		height: 20px;
		background: transparent url(/img/loaders/progressbar.gif) no-repeat center center;
	}
	
	div#loader div.loaderVisible {
		position: relative;
		background: transparent url(/img/loaders/bg.gif) no-repeat center center;
		height: 200px;
		width:400px;
		z-index: 100;
		margin: 25% auto;
		text-align: center;
	}
	
	div#loader div.loadingText {
		color: #444;
		font-family: sans-serif;
		font-size: 12px;
		position: absolute;
		bottom: 50px;
		left: 20%;
	}

	div.rightcontent {
		background: #fffaf5;
		border: 1px solid #4d4d4d;
		padding: 5px;
		margin: 10px;
		margin-left: 0;
	}
	
/*****( Facturatieverschil )****************************************/

	#searchResults td.fDifference.negative {
		background: #EFC2C2;
	}
	
	#searchResults td.fDifference.positive {
		background: #BBFFAF;
	}
	
/*****( Personeelslid ) Form )**************************************/

	form.staffdata input.readonly {
		width: 60px;
		text-align: right;
		border: 0;
		background-color: #fff;
		color: #000;
	}
	
/*****( Rapportage ) Week daggeld )*********************************/

	form.weekdaggeld div.label {
		width: 140px;
	}

/*****( Aanvragen ) Form )******************************************/

	form.requestdata div.label {
		width: 140px;
	}
	
/*****( Kantoorpersoneel ) Form )***********************************/

	form.officestaffdata div.label {
		width: 120px;
	}



/*****( Contact ) Form )********************************************/	

	form#ContactForm div.contactform div.label {
		width: 100px;
	}
	
/*****( Financieel ) Form )*****************************************/

	form.financedata div.label {
		width: 140px;
	}
	
/*****( Project ) Personeelslid ) formulier )***********************/

	form.staffsearchdata div.label {
		width: 140px;
	}
	
	form.staffsearchdata div.leftcontainer {
		width: 300px;
	}
	
	form.staffsearchdata div.rightcontainer {
		width: 180px;
	}
	
/*****( Project ) Personeelslid zoeken ) formulier )****************/

	form.staffsearchdata div.label {
		width: 140px;
	}
	
/*****( Personeelslid ) Zoeken )************************************/

	fieldset.staffsearch legend {
		margin-bottom: 10px;
	}

/*****( Personeelslid ) Ziekmeldingen / vakantie )******************/

	div.callIns {
		/*float: left;*/
		margin-right: 20px;
		margin-bottom: 20px;
	}

	div.vacation {
		/*float: left;*/
	}

/*****( Project ) Form )********************************************/

	form.itemdata div.label,
	form.projectdata div.label {
		width: 140px;
	}
	
	form.itemdata div.rightcontainer,
	form.projectdata div.rightcontainer {
		float: right;
	}
	
	form.itemdata select.customers,
	form.projectdata select.customers {
		width: 300px;
	}

/*****( Declarationdata ) Form )************************************/

	form.declarationdata div.label {
		width: 120px;
	}

/*****( Planning ) Overzicht )**************************************/

	table.list .person {
		border-right-style: double;
		border-right-width: 3px;
		border-right-color: black;
	}
	
	table.list .head th {
		border-bottom-style: double;
		border-bottom-width: 3px;
		border-bottom-color: black;
		height: 24px;
	}
	
	table.list tbody tr td div.days a {
		color: #000;
	}
	

/*****( Klanten ) Inzien )******************************************/

	.contacts .contactcontainer {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.contacts .contact {
		width: 175px;
		height: 90px;
		background: #F8F8F8;
		border: 1px solid #C9C9C9;
		overflow: auto;
	}

/*****( Personeel ) Functies )**************************************/

	.functions {
		margin-bottom: 10px;
	}
	
	.functions .deleteFunction {
		float: left;
		margin-right: 5px;
	}
	
	.functions .function {
		display: inline-block;
		padding: 5px;
		background: #F8F8F8;
		border: 1px solid #C9C9C9;
		margin-right: 2px;
		margin-bottom: 5px;
	}

/*****( Personeel ) Ziekmelding ) Form )****************************/

	form.callindata div.label {
		width: 100px;
	}

/*****( Personeel ) Vakantiedagen ) Form )**************************/

	form.holidaydata div.label {
		width: 100px;
	}

/*****( Klanten ) Form )********************************************/

	form.customerdata div.label {
		width: 125px;
	}

	form.customerdata .rightcontainer div.label {
		width: 150px;
	}

/*****( Planningfilter )********************************************/

	fieldset.planningfilter {
		width: 300px;
	}
	
	fieldset.planningfilter form div.label {
		width: 70px;
	}

/*****( Login ) Form )**********************************************/

	form.login div.label {
		width: 175px;
	}

/*****( Contactpersoon ) Form )*************************************/

	form.contactsdata div.label {
		width: 150px;
	}
	
/*****( CONTEXTMENU )***************************************************/			
	
		ul.contextmenu {
		font-family: Helvetica;
		background: #fff;
		border: 1px solid #8F8F73;
		position: absolute;
		z-index: 10;
		list-style: none;
		padding: 2px;
		width: 150px;
	}
		
	ul.contextmenu li {
		padding-left: 4px;
		height: 18px;
		line-height: 18px;
		background: transparent url(/img/menubg.gif) 0 0 repeat-y;
	}
	
	
/*****( COLORPICKER )***************************************************/				

	div.colorpicker {
		position: absolute;
		z-index: 999;
		border: 1px solid #ddd;
		background: #fff;
	}
	
	div.colorpicker div.inner {
		position: relative;
	}
	
	div.colorpicker div.currentColor {
		position: absolute;
		top: 0;
		width: 85px;
		height: 30px;
		line-height: 30px;
		font-weight: bold;
		right: -85px;
		color: #000;
		font-size: 12pt;
		border: 1px solid #ddd;
		background: #fff;
		border-left: 0;
	}
	
	div.colorpicker table tr td {
		width: 10px;
		height: 10px;
		cursor: pointer;
	}

/*****( SELECTIONLIST )*************************************************/  

	.selectionList {
		background: #F8F8F8;
		border: 1px solid #333;
		width: 240px !important;
		width: 250px;
		margin: 5px;
	}
	
	.selectionList h1 {
		font-size: 110%;
	}
	
	.selectionList .item {
		cursor: pointer;
		padding: 2px 5px;
	}
	
	.selectionList .selecteditem {
		background: #eee;
	}

/*****( INPLACEEDIT )***************************************************/  

	.inplaceeditor-form input {
		border: 0;
		padding: 0;
		margin: 0;
		height: 12px;
	}

/*****( MODIFIERS )*****************************************************/  

	.center { text-align: center !important; }	
	.left { position: relative; float: left; }
	.right {  position: relative; float: right; }
	.nomargin { margin: 0 !important; }

/*****( Ongesorteerd )*****************************************************/  

	.print {text-align:right;}
	.print img {margin-right: 10px;}
	.signature {font-size:8pt;color:#888;float:right;text-align:right;padding-right:10px;}
	.signature a {color:#888;}
	
	
	.browse {
		display: block;
		margin: 5px 0 5px 0;
	}
	
	.results {
		border: #555 1px solid;
	}
	
	.results th {
		font-size: 10px;	
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 5px;
		padding-right: 5px;
		background-color: #ECE9D8;
		border: #BEBAAC 1px solid;
		border-width: 1px 1px 1px 1px;
	}
	
	.results td {
		font-size: 10px;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 5px;
		padding-right: 5px;
		
		border-style: solid;
		border-color: #BEBAAC;		
		border-width: 0px 1px 1px 0px;
	}
	
	.in_sms,.in_sms th, .in_sms td {
		background-color: #ECE9D8 !important;
	}


	.alignright {text-align: right;}

	.results .number {text-align: right;}
	.results .totaal {font-weight:bold; background-color: #DDDDFF}


	#RecipientList {
		margin-bottom: 20px;
	}
	#RecipientList .recipient {
		display: block;
		padding: 5px;
	}

/*****( DASHBOARD )*****************************************************/  
/*
#home .box {
	display: block;
	position: relative;
	max-height: 300px; 
	float: left;
	width: 32%;
	margin: 0 1% 20px 0;
}
#home .box h3 {
	margin:0 0 10px 0;
	line-height: 20px;
	font-size: 12px;
}

#home .box dl {
	margin:0;
	max-height: 270px; 
	overflow: hidden;
	overflow-y: auto;
}

#home .box dl li span {
	display: inline-block;
	min-width: 75px;
	margin-right: 10px;
}
#home .box dl li a { display: block; width: 100%; }
#home .box.col-3 dl li {
	clear: left;
	list-style: none;
	margin-bottom: 10px;
}
#home .box.col-3 dl li span {
	display: block;
	float: left; 
	width: auto;
}
*/
.panel-default>.panel-heading {
	position: relative;
}

#home .box a.box-hide {
	position: absolute;
	right: 10px;
	top: 10px;
}
#home .box.closed .panel-body {
	display: none;
}
#home .box.closed a.box-hide .fa-sort-asc {
	display: none;
}
#home .box a.box-hide .fa-sort-desc {
	display: none;
}
#home .box.closed a.box-hide .fa-sort-desc {
	display: block;
}

#home .box .pull-right {
	margin-right: 20px;
}

.table { margin-top: 10px; }
#home .box .table { margin: 0; }

/* Graphs */
.graph { float: left; margin-left: 20px; position: relative; padding-top: 10px; }
.graph h2 { display: block; font-size: 11px; font-weight: normal; text-align: center; margin: 0; position: absolute; left: 0; top: 0; }
.graph h2 span { margin-left: 10px; padding: 4px;}
.resultContainer .graph { padding-top: 20px; }
.resultContainer .graph h2 { font-size: 14px; font-weight: bold;}




table.sortable thead tr .header,
table.sortable thead tr .tablesorter-header {
	padding-right: 10px;
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 18px;
}
table.sortable thead tr .headerSortUp,
table.sortable thead tr .tablesorter-headerDesc {
	background-image: url(../img/asc.gif);
}
table.sortable thead tr .headerSortDown,
table.sortable thead tr .tablesorter-headerAsc  {
	background-image: url(../img/desc.gif);
}
table.sortable thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {

}

td.fDifference.green { background-color: green !important; color: #FFF;}
td.fDifference.red { background-color: red !important; color: #FFF;}
td.highlight.green { background-color: green !important; color: #FFF;}
td.highlight.red { background-color: red !important; color: #FFF;}
td.highlight.red input { color: #000;}

.effecthighlight {
    -webkit-transition: background-color 0.5s ease 1s;
    -moz-transition: background-color 0.5s ease 1s;
    -o-transition: background-color 0.5s ease 1s;
    -ms-transition: background-color 0.5s ease 1s;
    transition: background-color 0.5s ease 1s;
}
.effecthighlight {
	background-color: #FFFF00;
}

.tabs .ui-icon-close {
	float: left;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
.clear { clear: both; }

/*****( PAGINATION )************************************************/

.pagination {
	float: right;
	margin: 0;
}

.pagination-info {
	float: left;
}

.relative {
	position: relative;
}

.fitDialog {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.fitDialog hr {
	margin-bottom: 5px;
	margin-top: 5px;
}




/*****( DETAILS )************************************************/
details {
	margin-bottom: 2px;
}
details ul {
	margin-top: 10px;
}
details li {
	-webkit-transition: .25s ease background;
	-moz-transition: .25s ease background;
	-ms-transition: .25s ease background;
	-o-transition: .25s ease background;
	transition: .25s ease background;
}
details li:hover {
	background: #f2dede;
}
summary, details { display: block; }
details > summary { visibility:  visible; }
details[open], details.open { visibility: visible; }
details summary, details { display: block; border-radius: 5px; }
details summary { cursor: pointer; padding: 5px; padding-left: 20px; margin-top: 0; }
details { border: 1px solid #ddd; padding-top: 0;color: #000; }
details summary::before { content:"►"; font-size: 1em; position: relative; left: -1em; transition: .3s linear; }
details.open summary::before,
details[open] summary::before { content:"▼"; font-size: 1em; position: relative; left: -1em;  }
summary:hover { cursor: pointer; }
details[open]  { padding-bottom: 1rem; }
summary:focus {outline:solid #ddd 1px;}
details summary::-webkit-details-marker { display:none; }
