html, .container-fluid, .dataTables_wrapper 							{background-color: silver;}
thead th 																{background-color: #327a81;}
div.DTE div.DTE_Header 													{background-color: #327a81;}
button.dt-button.disabled 												{background-color: #e9e9e9;}
.dataTables_length select 												{background-color: transparent;}
table.dataTable.stripe tbody tr.odd	 									{background-color: #edf7f8 !important;}
table.dataTable.display tbody tr.odd 									{background-color: #edf7f8 !important;}
.tfoot 																	{background-color: dimgray;}
.page_title 															{background-color: crimson !important;}
.top_menu li a 															{background-color: #4B62A0;}
.menu_bar 																{background-color: #F0F4FD;}
.top_menu li a:hover 													{background-color: #FFD3D1;}
.dataTables_wrapper .dataTables_paginate .paginate_button 				{background-color: #ffffff;}
button.dt-button.disabled, div.dt-button.disabled, a.dt-button.disabled {background-color: #e9e9e9;}
.sidebar {padding:0; background:#333; min-height:100vh;}

table.dataTable.stripe tbody>tr.odd.selected,
table.dataTable.stripe tbody>tr.odd>.selected,
table.dataTable.display tbody>tr.odd.selected,
table.dataTable.display tbody>tr.odd>.selected,
table.dataTable.display tbody>tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1,
table.dataTable.display tbody>tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1,
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected,
table.dataTable.hover tbody>tr.selected:hover,
table.dataTable.hover tbody>tr>.selected:hover,
table.dataTable.display tbody>tr.selected:hover,
table.dataTable.display tbody>tr>.selected:hover 						{background-color:lightgreen !important;}
table.dataTable tbody tr.selected td.focus								{background-color:palegreen !important;}
table.dataTable tbody tr.selected td.editactive							{background-color:cyan !important;}


.top_menu li a:hover 													{color:#EE6760;}
div.DTE div.DTE_Header 													{color:#fff;}
thead th 																{color:#fff;}
html, body, table, td 													{color:#000;}
table.dataTable tbody tr:nth-child(odd)  td 							{color:#000;}
.selected td 															{color:#000 !important;}
table.dataTable.cell-border tbody tr.selected td 						{color:#000 !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button 				{color:#333 !important;}
table.dataTable tbody tr:nth-child(even) td 							{color:#333;}
.page_title 															{color:#fff;}
button.dt-button.disabled 												{color:#999 !important;}
.buttons-remove 														{color:brown !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current 		{color:brown !important;}
.buttons-edit   														{color:green !important;}
.buttons-create 														{color:navy !important;}
.buttons-copy   														{color:darkorange !important;}
.buttons-excel  														{color:darkgoldenrod !important;}
.buttons-print  														{color:navy !important;}
.dataTables_wrapper .dataTables_filter 									{color:#333;}
span.branch 															{color:#4B62A0;}
.top_menu li a 															{color:#F0F4FD;}
.nav_menu a 															{color:brown !important;}
.nav_menu a svg 														{color:brown !important;}
table.dataTable tbody tr.selected td.focus								{color:#000 !important;}
table.dataTable tbody tr.selected td.editactive							{color:brown !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active 			{color:silver !important;}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {color:#fff;}


thead th 															{border-right: 1px solid #61ABB2; border-top: 1px solid #61ABB2;}
thead th:last-child 												{border-right: 1px solid #61ABB2 !important;}
table.dataTable thead th, table.dataTable.no-footer 				{border-bottom-color: #61ABB2 !important;}
thead th:first-child 												{border-left: 1px solid #61ABB2 !important;}
.dataTables_length select 											{border:0px dotted silver; border-bottom-width:1px; color:silver;}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled  {border:1px dotted #333;}
.dataTables_wrapper .dataTables_filter input 						{border:1px dotted #333;}
button.dt-button.close-button 										{border:1px solid #999 !important}
.tfoot 																{border:0px solid #61ABB2;}
.top_menu li a														{border:1px solid #7186BF;}
div.DTE_Field input, div.DTE_Field select, div.DTE_Field textarea	{border:1px solid #c3c3c3;}
.menu_bar 															{border:1px solid #3C8A91;}
.top_menu li a:hover 												{border:1px solid #FF908A;}
button.dt-button, div.dt-button, a.dt-button 						{border-color:gray;}
button.dt-button.disabled 											{border-color:gray;}
table.dataTable.cell-border tbody tr.selected td 					{border-top: 1px dashed green; border-bottom: 1px dashed green;}
.dataTables_wrapper .dataTables_paginate .paginate_button 			{border: 1px solid #666;}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {border:1px dotted silver;}

table.dataTable tbody th.focus, table.dataTable tbody td.focus {box-shadow: inset 0 0 0px 1px initial;}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

button.dt-button.disabled, div.dt-button.disabled, a.dt-button.disabled {
    background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
}

table.dataTable tbody th.focus, table.dataTable tbody td.focus.action {box-shadow:none !important;}

.fa-file-pdf {color:brown !important;}
.fa-trash {color:antiquewhite !important;}
.fa-print {color:navy;}
.fa-bolt {color:aqua;}
.nav_menu a, .nav_menu a svg {color:burlywood !important;}
.site_title {color:crimson;}
.site_title span {color:#333 !important;}
