html, body, table, td {
	font-size: 100%;
	line-height: 1.6;
	font-weight: 300;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 0.95em;
}

thead {visibility: hidden;}

thead th {
	font-size: 0.7em !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400 !important;;
	font-family: 'Lato', Arial, sans-serif !important;
}

table.dataTable tbody tr:nth-child(odd) td {font-weight:400;}
table.dataTable tbody tr:nth-child(even) td {font-weight:400;}
.select-info {display: none !important;}
.dataTables_wrapper .dataTables_filter input {padding:5px 6px; margin-top:6px; position:relative;}
div.dt-buttons {width:100%;}
.dataTables_wrapper .dataTables_filter {
    margin-right: 55px;
    margin-top: -45px;
}

.dataTables_length label {margin:10px 0 0 12px;}

.tfoot {
	width:100%;
	height: 36px;
	padding: 0 1%;
	border-width: 0 1px 1px 1px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate
{text-transform:uppercase; letter-spacing:1px; font-size:0.66em;}
.dataTables_wrapper .dataTables_filter {font-weight:400;}
/*button.dt-button, div.dt-button, a.dt-button {font-size:1em; width:46px; margin-right:-6px; border-width:1px 0 !important; float:left;}*/
table.dataTable.cell-border tbody tr.selected td {
    font-weight:700;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {font-weight:bold;}
.dataTables_info {left: 40%; position: relative; margin-top:4px;}
.dataTables_length {margin-left:-180px;}
button.dt-button.close-button {float:right; margin-right:2px;}
button.dt-button.buttons-collection {border-left-width:1px !important;}
button.dt-button.buttons-print {border-right-width:1px !important;}
.dataTables_paginate {font-size:0.75em !important;}

button.dt-button.disabled, div.dt-button.disabled, a.dt-button.disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

div.DTE_Field input, div.DTE_Field select, div.DTE_Field textarea {padding:4px !important; box-shadow:none;}

.DTE_Footer {padding: 7px 5px 10px;}

div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTED_Lightbox_Close:after {
	padding-left: 0;
    top: -2px !important;
    position: relative;
}

tbody tr td {line-height:3vh;}

button.dt-button.close-button {float:right;}

div.DTE_Bodydiv.DTE_Body_Content div.DTE_Field {padding:1px 0 !important;}
/*div.DTE_Body div.DTE_Body_Content div.DTE_Field>div.DTE_Field_Input {width:80%;}
div.DTE_Body div.DTE_Body_Content div.DTE_Field>label {padding-left:16px; width:20%; font-weight:normal; font-size:12px;}*/
div.DTE_Body div.DTE_Body_Content div.DTE_Field:hover {background-color:#a3a3a3 !important; border-color:transparent !important;}

div.DTED_Lightbox_Wrapper.wide {
    left: 1em;
    right: 1em;
    margin-left: 0;
    width: auto;
}

div.DTED_Lightbox_Background {
    background: rgba(0,0,0,0.7);
    background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.7) 100%) !important;
    background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.7) 100%) !important;
    background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.7) 100%) !important;
    background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0,0,0,0.6)), color-stop(1, rgba(0,0,0,0.7))) !important;
    background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.7) 100%) !important;
    background: radial-gradient(ellipse farthest-corner at center, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.7) 100%) !important;
}

td button, td form button {width:36px; margin-left:2px; float:left;}
td form {float:left;}

table.dataTable tbody tr td[colspan] {background:#F0F4FD;}

td.details-control {background: url('/images/details_open.png') no-repeat center center; cursor: pointer;}
tr.shown td.details-control {background: url('/images/details_close.png') no-repeat center center;}
td.no-padding {border:1px solid #333 !important; border-width:1px 1px 0 1px !important;}
table.details {border-bottom:1px solid !important;}
div.DTE_Body div.DTE_Body_Content div.DTE_Field {padding:6px !important;}

#item-details_wrapper button.close-button {margin-right:10px;}

input.readonly {
  background-color: transparent;
  border: none;
}

button.dt-button.buttons-remove {border-right-width: 1px !important;}
div.DTE_Body div.DTE_Body_Content div.DTE_Field>label {width:40%;}
div.DTE_Body div.DTE_Body_Content div.DTE_Field>div.DTE_Field_Input {width:60%;}
div.DTE_Body div.DTE_Body_Content div.DTE_Field {padding: 0 2px !important;}
div.xDTED_Lightbox_Wrapper {
		left: 1em;
		right: 1em;
		margin-left: 0;
		width: auto;
}
button.dt-button.<?php echo $lastbtn;?> {border-right-width: 1px !important;}
button.dt-button.<?php echo $firstbtn;?> {border-left-width: 1px !important;}

.red-blink {
	color:red !important;
	font-weight:bold;
	-webkit-animation: BLINK 1.6s infinite;  /* Safari 4+ */
  -moz-animation: BLINK 1.6s infinite;  /* Fx 5+ */
  -o-animation: BLINK 1.6s infinite;  /* Opera 12+ */
  animation: BLINK 1.6s infinite;  /* IE 10+, Fx 29+ */
 letter-spacing:2px;
 text-transform:uppercase;
}

@-webkit-keyframes BLINK {
  0%, 49% {
    color: transparent;
    font-weight:normal;
  }
  50%, 100% {
    color: brown !important;
    font-weight:normal;
  }
}

legend {font-size:16px; font-weight:bold; color:navy; padding-left:6px; padding-top:6px; margin-bottom:2px;}
.clear {clear:both;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.half {width:50%; float:left; text-align:left;}
.full {clear:both; width:100%; text-align:left;}
.quarter {width:75%; float:left;}
.onethird {width:25%; float:left;}
.plain .DTE_Field_Input, .full .DTE_Field_Input {width:90% !important;}
.plain .DTE_Label, .full .DTE_Label {width:10% !important;}
.slider {margin-top:-15px; min-height:260px;}
.slider .dt-button {margin-left:12px; width:auto; margin-top:10px; border-width:1px !important;}
.slider .dataTables_wrapper {min-height:330px;}
.slider table.dataTable thead th, .slider table.dataTable.no-footer {border-bottom:none;}
.slider th {padding:8px 5px !important;}
.slider td {padding:4px 5px !important;}
.slider thead {visibility:visible;}
.slider, .slider .dataTables_wrapper {background:#F0F4FD;}

.itemslider {margin-top:-15px; min-height:260px;}
.itemslider .dt-button {margin-left:12px; width:auto; margin-top:10px; border-width:1px !important;}
.itemslider .dataTables_wrapper {min-height:330px;}
.itemslider table.dataTable thead th, .itemslider table.dataTable.no-footer {border-bottom:none;}
.itemslider th, .itemslider td {padding:8px 5px !important;}
.itemslider thead {visibility:visible;}
.itemslider, .itemslider .dataTables_wrapper {background:#F0F4FD;}


.side_logo {height:60px !important; width:auto !important;}

.page_title .heading {
    float: left;
    overflow: hidden;
    padding: 11px 0px 11px 15px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.profile_img {
    width: 26px !important;
    margin: 3px 0px 0 0px;
}

.menu_bar {border-width:1px 0;}
.top_menu {margin:5px 0 6px 0px;}
.top_menu li {display:inline-block; float:left; margin:6px; text-align:center;}
.top_menu li a {-moz-transition:color .3s ease-in; -o-transition:color .3s ease-in; -webkit-transition:color .3s ease-in;   -moz-transition:background-color .2s ease-in; -o-transition:background-color .2s ease-in; -webkit-transition:background-color .2s ease-in;  display:inline-block; width:100px; padding:1.6vh; }
.top_menu li a:hover {text-decoration:none; font-weight:bold;}
.top_menu li a.wide {width:160px;}

.page_title {
    margin: -16px -15px;
    border: 0;
    height: auto;
    overflow: auto;
	font-family: "Helvetica Neue",Roboto,Arial,"Droid Sans",sans-serif; font-size: 14px;
}

.menu_bar {margin-top:15px;}
.top_nav {width:auto; float:right; padding-top:6px; height:45px; position:absolute; top:0px; right:0;}

.nav_menu {
	font-family: "Helvetica Neue",Roboto,Arial,"Droid Sans",sans-serif;
	font-size:14px;
	font-weight:400;
}
.nav_menu img {margin-left:0px;}
.xnav_menu a svg {margin:-10px 12px 0 20px !important;}

.limitf {max-width: 160px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.nav_title {border-radius:0 !important; text-align:center; background:white !important; border: 0;}
.side_menu {margin-top:12px; clear: both; width: 100%;}
.side .nav {margin-top:20px;}

.site_title {font-weight:bold; padding-top:8px !important; font-size:18px !important; letter-spacing:2px; display:inline-block;}
.site_title:hover {text-decoration: none; color:crimson;}
.page_title {
	margin: -16px -15px 15px -15px;
	color: #333;
	border: 0;
	overflow:auto;
}
.dashboard li {margin-right:18px; margin-bottom:18px;}
.svg-inline--fa {font-size:24px;}

.fa-sign-out {font-size:26px !important; margin-top:0px !important; color:brown !important;}
.dataTables_wrapper .svg-inline--fa {font-size:12px;}
.img-fluid {width:auto; height:60px; margin-bottom:12px;}
.hi-icon a {font-size:16px !important;}
.side .hi-icon a {font-size:12px !important;}
.main {
    padding-top: 16px;
}
.nav_menu {
    float: right;
    margin: 8px 10px 0 0px;
}
.nav_menu ul, .nav_menu ul li {
    list-style: none;
}
.nav.side-menu > li {
    font-size: 11px !important;
    text-align: center;
    font-size: 14px;
    padding: 0;
    letter-spacing: 1px;
}
.nav.side-menu > li > a {
    padding: 3px 1px;
}

.nav_menu .fa-sign-out-alt {
    margin-top: -2px;
    margin-left: 10px;
}
.dataTables_scrollBody table {margin-bottom:1px;}

.svg-inline--fa {font-size:16px;}


/* Effect 8 */
.hi-icon-effect-8 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.hi-icon-effect-8 .hi-icon:hover {
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: blue;
}

.hi-icon-effect-8 .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}


			.dashboard li {
				display:inline-block;
			}
			.dashboard li a {
				display:inline-block;
				padding:37px 0;
				border:1px solid #ccc;
				margin:17px;
				background:white;
				color:black;
				font-size:27px;
				width:200px;
				float:left;
				text-align:center;
			}

.navbar {margin-bottom:10px !important;}
.side .nav {margin-top:10px;}
.nav.side-menu > li {padding:8px 0;}
.editor-datetime-table thead {visibility: visible !important;}

div.DTED_Lightbox_Wrapper {z-index:1111;}

div.DTE_Body div.DTE_Body_Content div.DTE_Field>label {display:block;}
