body {
    padding-top: 50px;
}

body.waiting * {
	cursor: progress !important;
}

@media (min-width: 992px) {
    .container-fluid {
        max-height: 1150px;
        overflow-y: auto;
    }
}

.mdl-list__item {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 1.5em;
}

.mdl-list__item a {
    width: 100%;
}


/* Don't display border on desktop when cell is to the right */

@media (min-width: 768px) {
    .mostrequested {
        border-left: 2px solid rgb(64, 196, 255);
        padding-left: 10px;
    }
}

.ui-widget-content a {
    color: #039be5;
}

.mdl-heading-icon {
    font-size: 40px;
    vertical-align: -25%;
    padding-right: 25px;
    color: #666;
}


.required::before {
    content: "* "
}

.toprow {
    margin-bottom: 10px;
}

.searchcell p {
    line-height: 1.2;
    font-size: 17px;
}

.search_header {
    margin-top: 10px;
}
@media (max-width: 768px) {
	.search_header {
		font-size:1.4rem;
	}
}

.faq_header {
    margin-top: 10px;
}

#searchTopicInfo {
    margin: 10px;
}

.input-field .prefix {
    margin-top: 16px;
    color: #aaa;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui.autocomplete .ui-menu-item a.ui-state-focus {
    background: #ff0000 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: inherit;
    border: 1px solid white;
}

.ui-menu-item.ui-state-focus {
    background-color: #00ff00 !important;
}

.ui-state-focus {
    background-color: #00ffff !important;
}

.ui-button.ui-state-active:hover {
    background: #123456;
}

.ui-autocomplete .ui-menu-item>a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-autocomplete .ui-menu-item>a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item>a.ui-corner-all.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #00ff00;
    #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-state-active .topicname { 
	background:#0d47a1 !important;
	color: white !important;
}
.ui-state-active .topicdescription {
	color:#ddd;
}

.panel-body {
    padding-bottom: 0px;
}

.panel-primary {
    border-color: #cfd8da;
}

.panel-primary>.panel-heading {
    background-color: rgb(96, 125, 139);
    border-color: #cfd8da;
}

.panel-title {
    font-weight: normal;
}

.panel-group .panel {
	border-bottom:1px solid #ddd;
}

#returnsearch, .areaclick {
	cursor: pointer;
}
.topiclist {
    padding: 0px;
}

.topicitem {
    border-bottom: 1px solid #eee;
}
.topicitem:hover {
	opacity: 0.8;
}

.topicname {
    font-size: 16px;
    font-weight: 500;
    font-size: 16px;
    color: black;
    padding: 10px 10px 0px 10px;
}

.topicdescription {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    padding: 0px 10px 10px 10px;
}

.arealists {
    padding: 0px;
}

.areacolumn-left {
    padding-left: 0px;
    padding-right: 5px;
}

@media (min-width: 768px) {
    .areacolumn-left {
        padding-right: 5px;
    }
}

.areacolumn-right {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 768px) {
    .areacolumn-right {
        padding-right: 0px;
    }
}

.areasection {
    padding-right: 0px;
}

.inarea {
    padding-left: 14px;
}
.groupName {
	margin-left: 5px;
}

.returnpanel {
    padding-top: 5px;
    padding-bottom: 5px;
}

.returnarrow {
    font-weight: 900;
}

.topicaccordion {
    margin-bottom: 0px;
}

.makerequestbutton {
    width: 100%;
}

@media (min-width: 768px) {
    .mostreqcols {
        float: right;
    }
}

.nocontent {
    padding-top: 20px;
    padding-bottom: 20px;
}

.requestsection {
    xmin-height: 550px;
}

#map-container {
    height: 450px;
    margin-bottom: 5px;
}

#map-container-sm {
    height: 250px;
    margin-bottom: 5px;
}
.maplegends {
	text-align: center;
	background: #eee;
	margin-bottom: 10px;
	border:1px solid #ddd;
}
.maplegend {
	margin-right:20px;
}
.maplegend img {
	height: 25px;
}

.requestsection {
    backgrounf: #ccc;
}

.requesttype {
    float: left;
    font-size: 20px;
    margin-top: 15px;
}

.changetopic {
    margin-right: 0px;
}

.photoicon {
    font-size: 36px !important;
}

.faqpanel {
    background: #eee;
}

.faqpanelbody {
    padding-top: 6px;
}

.faqpanelbody div, .requestfaq {
    padding: 0px;
}

.requestfaq {
    overflow-y: hidden;
    text-overflow: ellipsis;
}

.faqtruncated {
    height: 3em;
    xoverflow-y: hidden;
}

.faqexpandbutton {
    margin-top: 0px;
}

.topbuttons {
    border-bottom: 1px solid #ccc;
    text-align: right;
    padding: 0px;
}

@media (min-width: 768px) {
    .searchsection {
        max-height: 500px;
        overflow-y: auto;
    }
    .topicsection {
		max-height: 750px;
		overflow-y: auto;
    }
}


.topbutton {
    margin-top: 3px;
    margin-bottom: 3px;
    margin: 3px;
    xpadding-left: 12px;
    xpadding-right: 12px;
}

.topbutton i {
    margin-right: 5px;
    vertical-align: sub;
}

.footerrow {
    border-top: 1px solid #888;
    padding-top: 20px;
}

.checklegend {
    color: #9e9e9e;
    font-size: 1rem;
    width: inherit;
    margin-bottom: 0px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.input-field label {
    width: 99%;
}

#xfileUpload {
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
}

.xdz-preview {
    width: 50px;
}

.dropzone {
    min-height: 100px;
}

.dropzone .dz-preview .dz-progress {
    display: none;
}

.dropzone .dz-preview .dz-details {
	padding: 0.5em 1em;
}

.dropzone .dz-message {
    font-weight: bold;
    color: #888;
    margin: 1em 0;
}

.dropzone .dz-message i {
    font-size: 40px;
    color: #888;
    vertical-align: middle;
    margin-right: 20px;
}

.dropzone .dz-preview .dz-image {
    width: 80px;
    height: 80px;
}

.progress {
    margin-top: 10px;
}

.signininfo {
    border: 2px dashed #ccc;
    margin-left: 3px;
    margin-right: 3px;
}

#caselogtable {
    width: 100%;
}

@media (min-width: 992px) {
    #log {
        max-height: 700px;
        overflow-y: auto;
    }
}

.logrow {
    border-bottom: 1px solid #ccc;
    color: #6e6e6e;
    cursor: pointer;
}

.logimagecell {
    width: 100px;
}

.logrow:hover {
    background-color: #eee;
}

.lognum {
    margin-right: 10px;
    font-weight: bold;
}

.logimage {
    margin: 2px;
    margin-right: 5px;
}

.logtopic {
    font-weight: bold;
}

.logdescription {
    white-space: nowrap;
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
}
.nologrows {
	margin:20px;
	font-style: italic;
	font-weight: 600;
}

.ratebutton i {
    margin-right: 10px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .navbar .navbar-nav .open .dropdown-menu>li>a:hover {
        background: #666;
    }
}

@media (min-width: 570px) {
.navbar-header.nocollapse {
	float:left;
}
.navbar-nav.nocollapse {
	float:left;
	margin:0;
}
.navbar-right.nocollapse {
	float: right !important;
	margin-right: -15px;
}
.navbar-toggle.nocollapse {
	display:none;
}
.navbar-collapse.nocollapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
}
}
.navbar {
    padding: 0;
    padding-top: 4px;
}

.navbar-icon {
    display: inline;
    float: left;
}

.navbar-icon img {
    height: 40px;
    margin-left: 10px;
}

.navcont {
    overflow-y: visible;
    padding-right: 10px;
}

.navbar-toggle {
    border: none;
    padding: 0px;
}

.navbar .navbar-brand {
    height: 20px;
    padding-top: 5px;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    padding-left: 5px;
}
@media (max-width: 768px) {
	.navbar .navbar-brand {
		font-size: 14px;
	}
}

#myNavbar .navbar-nav a:hover {
    opacity: 0.6;
}

#myNavbar .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}

.navbar-nav i {
    vertical-align: bottom;
    padding-right: 5px;
    font-size: 18px;
}

.navbar-nav li {
	margin-right:10px;
}
.warningmsg {
	text-align: center;
	font-size:18px;
	color:red;
}


.viewLog:before {
    content: " ";
    margin-right: 20px;
    ;
}

.viewChecked:before {
    content: "\2713   ";
    margin-right: 2px;
}
.accountnav {
	left:0px;
}

#viewTitle {
    font-size: 16px;
}

#viewDescription {
    margin-top: 5px;
    margin-bottom: 5px;
}

#viewAttachments {
    border: 1px solid #999;
    padding: 5px;
}

.viewLogTitle {
    font-weight: bold;
    border-top: 1px solid #ccc;
    margin-top: 5px;
    background: #eee;
    padding-left: 5px;
}

.viewLogMsg {
    padding-left: 15px;
    border-bottom: 1px solid #ccc;
    background: #eee;
}

#surveyForm label {
    font-size: 0.8rem;
}

.surveyradioline td:not(:nth-child(2)) {
    text-align: center;
    padding-right: 10px;
}

.surveyradioline label {
    xpadding-left: 25px;
}

.subinstructions {
	padding-left: 30px;
	padding-right: 30px;
}
.subinstructions p {
	line-height: 1.2;
	font-size: 17px;
}
.subitem {
	border-bottom:1px solid #eee;
	padding: 5px;
}
.subitem:hover {
	background: #eee;
}
.subname {
	font-weight: 500;
	color: black;
	margin-bottom: 0px;
}
.subdescription {
	padding: 0px 10px 10px 36px;
}

.fbor {
	margin: 10px;
}

.fbbutton {
	height: 50px;
	cursor: pointer;
}
.loginicon {
	vertical-align:bottom;
	padding-right:8px;
	font-size:20px;
}

.fbbutton:hover {
	opacity: 0.8;
}

#modalInfo {
	z-index:2000;
}
#google_translate_element {
	float:right;
}
.copyright a {
	color:black;
}

/*
 * Items that can be overridden by each site
 */
 
 #gonavbar {
	background: #0d47a1;
}
#gonavbar .goappname {
	color: white;
}	
#gonavbar .gonavbutton {
	color: white;
	background: inherit;
}
.gobutton1 {
	background: #4285f4;
	color: white;	
}
.gobutton1:hover {
	background: #4285f4;
	color: white;
	opacity: 0.6;
}
.gobutton2 {
	background: #00695c;
	color: white;
}
.gobutton2:hover {
	background: 00695c;
	color: white;
	opacity: 0.6;
}
.goheader {
	background: #2bbbad;
	color: white;
}
.gobackground {
	background: white;
}
.goareaheading {
    background-color: #ccc;
    color:black;
}
.goareaheading:hover {
	opacity: 0.8;
} 

#toast-container-bottom {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container-bottom * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container-bottom > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container-bottom > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container-bottom > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container-bottom > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container-bottom > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container-bottom > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container-bottom.toast-top-full-width > div,
#toast-container-bottom.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

.toast-bottom-right {
	right: 12px;
	bottom: 200px;
}
