/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* GLOBAL VARIABLES */
:root {
	--MapCAD: #006400;
	--MapUSD: #A52A2A;
}

body {
	font-family: 'Open Sans', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
	padding-top: 35px;
	padding-bottom: 20px;
}

/* AODA - CUSTOM STYLES - STARTS */
.breadcrumb > .active {
	color: #000 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #fff;
}

.table-hover > tbody > tr.selected:hover > td,
.select-row > td {
	background-color: #acbad4 !important;
}

.table-hover > tbody > tr:hover {
	background-color: #f5f5f5 !important;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
	color: #000 !important;
}

.dropdown-header {
	color: #000 !important;
	font-weight: bold;
}

table[id*='ExceptTranList'] a {
    text-decoration: none;

}

table[id*='ExceptTranList'] a:hover {
    text-decoration: underline;
}

table[id*='gridViewItemList'] a {
    text-decoration: none;
}

table[id*='gridViewItemList'] a:hover {
     text-decoration: underline;
}

table[id*='gridViewItemList'] a:focus {
    text-decoration: underline;
}

tr[style*="color:White;background-color:#ACBAD4;font-weight:bold;"] > td {
    color: #000000 !important;
}

	tr[style*="color:White;background-color:#ACBAD4;font-weight:bold;"] > td > a {
		color: #000000 !important;
	}

.sitemap
{
	position: fixed;
	padding: 10px 10px 10px 10px;
	height: auto;
	width: auto;
	border-radius: 5px;
	text-align: center;
   	background-color: #0051A5;
	color: #ffffff;
	border: 2px solid;
   	border-color: #003063;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

	.sitemap:hover {
    		background-color: #003063;
		cursor: pointer;
	}

.sitemapview {
	width: 500px;
	height: 300px;
	position: fixed;
	background: #ffffff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 2px solid;
   	border-color: #003063;
}

.rotate {
	transform: rotate(-90deg);
	/* Legacy vendor prefixes that you probably don't need... */
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* The Modal (background) */
.sitemap-modal {
	position: fixed; /* Stay in place */
	z-index: 9999999999999; /* Sit on top */
	padding-top: 25px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	border-radius: 6px;
}

/* Modal Content */
.sitemap-modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 50%;
	border-radius: 6px;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.badge-info {
	background-color: #ffffff !important;
	color: #0051A5 !important;
}

/*#ContentPlaceHolder1_lblLegendDailyCAD {
    background-color: #006400 !important;
}*/

/* AODA - CUSTOM STYLES - ENDS */

.cms-h1-like-h3 {
	font-size: 24px;
}

.cms-h2-like-h6 {
	margin-top: 10px;
	font-size: 12px;
}

.cms-label-format {
	display: block;
	margin-bottom: 0px;
	font-weight: 400;
}

.cms-legend-format {
	font-size: 16px;
	margin-bottom: 5px;
	float: left !important;
}

.cms-label-with-icon {
	font-weight: 400;
	margin-bottom: 2px;
}

.cmsinputlabel-250 {
	width: 250px;
	text-align: right;
	height: inherit
}


.cmsinputlabel-220 {
    width: 220px;
    text-align: right;
    height: inherit
}

.cmsinputlabel-210 {
	width: 210px;
	text-align: right;
	height: inherit
}

.cmsinputlabel-190 {
	width: 190px;
	text-align: right;
	height: inherit
}

.cmsinputlabel-170 {
	width: 170px;
	text-align: right;
	height: inherit
}

.cmsinputlabel-150 {
	width: 150px;
	text-align: right;
	height: inherit
}

.cms-required-color {
	color: firebrick;
}

.cms-visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/


/* Responsive: Portrait tablets and up */
/*@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}*/

.navbar-custom {
	/*background-color:#003063; /* sycor yellow*/
	/*border-color: #0051A5; /* sycor green*/
	background-color:#0051A5; /* sycor green*/
	border: 2px solid;
	border-color: #003063; /* sycor yellow*/
	color: #ffffff;
	border-radius: 0;
	margin-top: 0em;
	margin-bottom: 1em;
}

.bg-primary {
    background-color: #0051A5 !important; /* sycor green*/
}

.btn-dash {
	color: #ffffff;
	background-color: #0051A5; /* sycor green*/
	/*height: 95px; */
	margin-bottom: 20px;
}

	.btn-dash:hover, .btn-dash:focus, .btn-dash:active, .btn-dash.active, .open > .dropdown-toggle.btn-dash {
		color: #ffffff;
	background:#003063;; /* sycor yellow*/
	}

.navbar-custom .navbar-nav > li > a {
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: transparent;
}

.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #003063; /*symcor yellow*/
	/*background-color:#0051A5; /* sycor green*/
}

.navbar-custom .navbar-brand {
	color: #eeeeee;
}

.navbar-custom .navbar-toggler {
	color: cyan;
	background-color: red;
}

.navbar-custom .navbar-collapse > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	/*background-color: #0051A5; /* sycor green*/
	background-color: #003063; /*symcor yellow*/
}

.navbar-custom .navbar-collapse > .open > a, .navbar-dark .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	color: #fff;
    /*background-color: #003063; */
	background-color: #0051A5; /* sycor green*/	
}



.navbar-custom .navbar-toggler {
	background-color:#0051A5; /* sycor greeen */
}



.navbar-custom .navbar-nav .open .dropdown-menu > li > a {
	/*color: #fff;*/
}

.dropdown-menu #usermenu {
    /* Ensure dropdown doesn't go off-screen horizontally */
    max-width: calc(100vw - 20px);
    /* For dropdowns near the right edge */
    right: 0;
    left: auto;
}


@media (max-width: 768px) {
    .dropdown-menu {
        position: fixed !important;
        top: auto !important;
        left: 10px;
        right: 10px;
        width: auto;
    }
}

.navbar-custom .navbar-toggler:focus, .navbar-dark .navbar-toggler:hover {
	background-color: #0051A5; /* sycor green*/
  /*background-color: #003063; /*symcor yellow*/
}


#topnav .navbar-brand {
	/*background: url('../img/logo_tiny.png') no-repeat left 0 center; */
	/*background: url('../img/logo.png') no-repeat left 0 center;*/
	/*background-size: contain;*/
}

.navbar-brand img {
	width: 150px;
	border: 2px solid;
  border-color: #003063; /* sycor yellow*/
}

/*
.navbar-brand {
	padding-left: 0px;
	padding-top: 0px;
}
*/

#toplogo {
	margin-left: -20px;
	margin-top: -0px;
	margin-bottom: -1px;
}

hr {
	border-color: #003063; /*symcor yellow*/
	background-color: #003063; /*symcor yellow*/
	margin-top: 10px;
	margin-bottom: 10px;
}
.shorthr {
	margin-top: 1px;
}

#breaddroppings {
	margin-bottom: 0px;
	background-color: #ffffff;
}

.cmstopmargin {
	margin-top: 10px;
}


/*
#breaddroppings {
	line-height: 50%;
	font-size: 80%;
	margin-bottom: 1em;
	background-color: #ffffff;
}
*/

#divLockboxSelect {
	line-height: 50%;
	font-size: 80%;
	margin-bottom: 1em;
	background-color: #ffffff;
}

@media (min-width: 979px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        height:60px;
    }
}

@media (max-width:1200px) {
    .navbar-nav .dropdown-menu {
        background-color: transparent;
    }
    .navbar-nav .dropdown-menu .dropdown-item {
        color:#9d9d9d;
    }
}

.small-panel-height {
	height: 100px;
}

.panel-height {
	height: 130px;
	padding: 2px;
}


.badge-info {
	background-color: #00bcd4;
}

.border-primary {
  border-color:#0051A5 !important; /* sycor green*/
}

	.bg-primary .card-header {
  		background-color: #0051A5;
		/*height:40px;*/
		padding: 1px 15px;
	}

	.border-primary .card-footer {
    		border-top-color: #0051A5;
	}

.btn-panel {
	font-size: 18px;
	color: #ffffff;
	background-color: #0051A5; /* sycor green*/
	height: 40px;
	padding: 1px 15px;
}

	.btn-panel:hover, .btn-panel:focus, .btn-panel:active, .btn-panel.active, .open > .dropdown-toggle.btn-panel {
		/*color: #ffffff;
	background:#003063;; /* sycor yellow*/
	}

.panel-menu .panel-heading {
	border-color: #0051A5;
	color: #fff;
	background-color: #0051A5;
}

.panel-menu {
	border-color: #0051A5;
}

.huge {
	font-size: 30px;
}

.dash-link-item {
	padding: 2px 5px;
}
/*.dash-link-group {
	padding: 2px 5px;
}
*/
.panel-green {
	border-color: #5cb85c;
}

	.panel-green .panel-heading {
		border-color: #5cb85c;
		color: #fff;
		background-color: #5cb85c;
	}

	.panel-green a {
		color: #5cb85c;
	}

		.panel-green a:hover {
			color: #3d8b3d;
		}

.panel-yellow {
	border-color: #f0ad4e;
}

	.panel-yellow .panel-heading {
		border-color: #f0ad4e;
		color: #fff;
		background-color: #f0ad4e;
	}

	.panel-yellow a {
		color: #f0ad4e;
	}

		.panel-yellow a:hover {
			color: #df8a13;
		}

.panel-red {
	border-color: #d9534f;
}

	.panel-red .panel-heading {
		border-color: #d9534f;
		color: #fff;
		background-color: #d9534f;
	}

	.panel-red a {
		color: #d9534f;
	}

		.panel-red a:hover {
			color: #b52b27;
		}

.btn-danger-alt {
	color: #E51C23 !important;
	background-color: rgba(255, 255, 255, 0);
	/*border-color: #E51C23;*/
	border-width: 1px;
	border-style: solid;
}

.btn-danger-alt:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

@media (max-width: 1100px) {
	

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}

		.navbar-nav > li {
			float: none;
		}

			.navbar-nav > li > a {
				padding-top: 10px;
				padding-bottom: 10px;
			}


}

.collapse.in {
    display: block !important;
}

td.details-control {
	cursor: pointer;
}

.alert:empty {
	display: none;
}

.search_button_custom {
	width: 65px !important;
}

.side_date_custom {
	width: 85px !important;
}

.side_text {
	font-size: 90% !important;
	line-height: 80% !important;
	margin-bottom: 1px !important;
	margin-top: 1px;
}

.dt-search {
	/*float: right;*/
	text-align: left !important;

}

.dt-type-numeric {
    text-align:left !important;
}

.dt-search-fixed {
    width:190px !important
}

.selected {
	background-color: #acbad4 !important;
}

.cmsbutton {
	width: auto;
}

.cmswidebutton {
	width: 120px;
}

.cmsinputlabel {
	width: 140px;
	text-align: right;
	height: inherit
}


@media (min-width: 768px) {
    .cms-col-md-6-10 {
        flex: 0 0 50.583333%;
        max-width: 50.583333%;
    }
}

.cmsspaceleft {
	padding-left: 35px;
}

.cmsbootlabel {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: Silver;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: -5px;
	/*height: 34px;*/
	background-color: #eeeeee;
	font-weight: normal !important;
	width: 165px;
}

.cmsheadertext {
	margin-top: 9px;
	margin-bottom: 5px;
	text-align: center;
	/*background-color: red;*/
}

.validFieldColor {
	background-color: #ACD6EA;
}

.errorFieldColor {
	background-color: #FFFF80 !important;
}

.validFieldColorFocus {
	background-color: #77B5F2 !important;
}

.errorFieldColorFocus {
	background-color: #FF9999 !important;
}

#sitemap .nav-link,
#sitemap .dropdown-item {
    color: #0d6efd;
}

.ui-autocomplete {
	position: absolute;
	cursor: default;
	max-height: 100px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}

.settablerowbgcolor tr[style*='background-color'] td {
    background-color:inherit !important;
    --bs-table-bg:inherit !important;

}

.settablerowbgcolor tr[class*='selected'] td {
    background-color: inherit !important;
    --bs-table-bg: inherit !important;
}

* html .ui-autocomplete {
    height: 100px;
}
/* without this, the menu expands to 100% in IE6 */

.table-gridentry > thead > tr > th,
.table-gridentry > thead > tr > td,
.table-gridentry > tbody > tr > th {
	padding: 0px 8px;
}

.table-gridentry > tfoot > tr > th,
.table-gridentry > tbody > tr > td,
.table-gridentry > tfoot > tr > td {
	padding: 0px;
}

@media (min-width: 992px) {
    .col-md-2-5 {
        width: 17%;
        padding-right:2px;
    }
}

@media (min-width: 992px) {
    .col-md-3-75 {
        width: 30%;
    }
}

@media (min-width: 992px) {
    .col-md-3-25 {
        width: 26%;
        padding-right: 5px;
    }

    .col-md-2-75 {
        width: 20%;
        padding-right: 5px;
    }

    .col-md-1-75 {
        width: 12%;
        padding-right: 5px;
    }
}

@media (min-width: 768px) {
    .col-sm-2-75 {
        width: 20%;
        padding-right: 5px;
    }

    .col-sm-1-75 {
        width: 12%;
        padding-right: 5px;
    }
}

table.dataTable thead .sorting:after {
    padding-left: 5px;
}


.btn.btn-secondary {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn.btn-secondary:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

    .btn.btn-secondary:active,
    .btn.btn-secondary.active,
    .dropdown.show > .btn.btn-secondary {
        color: #333;
        background-color: #e6e6e6 !important;
        border-color: #adadad;
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        background-image: none;
    }

.btn.btn-secondary:focus {
    outline:none;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.075);
}

.datebtn {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    border-radius: .25rem;
}

.datebtn:hover {
    background-color:#d9d9d9;
}


.borderleftonly {
    border-left: 1px solid;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block !important;
    width: 34px;
    height: 34px;
    line-height: 34px !important;
    text-align: center;
    pointer-events: none;
}

.tooltip-inner {
    text-align: left;
}