﻿
#simplemodal-container a.modalCloseImg {
    background: url(x.png) no-repeat; /* adjust url as required */
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 9999;
    position: absolute;
    top: -15px;
    right: -18px;
    cursor: pointer;
}

#welcome {
    float: right;
    cursor: pointer;
}

#basic-modal-content {
    display: none;
    /*height: 350px;*/
    height: 250px;
    width: 530px;
}

#recordnotfound {
    display: none;
    height: 100px;
    width: 480px;
    text-align: center;
}

#geocodeerror {
    display: none;
    height: 100px;
    width: 380px;
    text-align: center;
}

#surveypopup {
    display: none;
    height: 280px;
    width: 330px;
}

#simplemodal-overlay {
    background-color: #000;
    cursor: wait;
}

#simplemodal-container {
    color: #000;
    background-color: #fff;
    border: 4px solid #444;
    padding: 12px;
}

#simplemodal-container code {
    background: #141414;
    border-left: 3px solid #65B43D;
    color: #bbb;
    display: block;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
}

#simplemodal-container a {
    color: #ddd;
}

#simplemodal-container #basic-modal-content {
    padding: 8px;
}


#smsg {
    text-align: left;
    background: white;
    height: 80px;
}

.padleft {
    padding-left: 15px;
}

.ModalPopupBG {
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.topBanner {
    background: #3B918E;
    color: #fff;
    height: 38px;
    padding-left: 0;
}


.container1 ul {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #C90C08;*/
    /*background-color: #6D9CA2;*/
    background-color: #4C6D71;
    /*width: 469px;*/
    /*width: 329px;*/
    width: 695px;
    vertical-align: bottom;
}

.container1 li {
    float: left;
}

.container1 li a {
    display: block;
    color: white;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: medium;
}

/* Change the link color to #111 (black) on hover*/
.container1 li a:hover {
    background-color: #A7B637;
}
/*
.active {
    pointer-events: none;
}
*/

.container1 li {
    border-right: 3px solid white;
}

.container1 li:last-child {
    border-right: none;
}

.info-icon {
    font-size: 1.2em;
    margin-left: .5em;
}

.tooltip {
    position: relative;
    display: inline-block;
    /*text-decoration-style: dashed;
    text-decoration-line: underline;*/
    opacity: 1;
    font-size: 1rem;
    padding: 0;
    margin: 1em 0;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 0;
    padding-left: 3px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -80px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

@media print {
    .tooltip, .info-icon {
        display: none;
    }
}

.tab-content > div {
    padding: 1em;
}

h1 {
    text-align:center;
}

div.et_pb_section {
    padding-top:.5em;
    padding-bottom: 0em;
    color: white;
    text-align: center;
    background-image: linear-gradient(102deg,#0a8c9b 0%,#0a8c9b 100%) !important;
}

.form-group {
    margin: .5em 0em;
}

input[type="checkbox"] {
    margin-right:.4em;
}

.layoutCard {
    box-shadow: 5px 7px 12px #888888;
    border: 1px solid #888888;
    margin: 5px;
    padding: 5px;
}

.number > img {
    max-width:100%;
}

.card:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 100;
}

.no-results #map, .no-results #results-buttons {
    display: none;
}
