body {
    color: rgb(47, 92, 110);
    padding:4em;
    margin: 0;
}

*{
    box-sizing:border-box;
}

a {
    color: rgb(35, 115, 108)
}

p {
    color: rgb(12, 17, 17)
}

.box{
    margin: 10px auto;
    width: 275px;
    height: 50px;
    top: 50%;
}

h5 {
    float: left;
}
.contiswitch {
    position: relative;
    margin-left: 15px;
    margin-top: 8px;
    display: inline-block;
    width: 27px;
    height: 14px;
    float: left;
}

.contiswitch input {display:none;}

.contislider {
    position: absolute;
    cursor: pointer;
    border-radius: 12px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.contislider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 0px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .contislider {
    background-color: #2196F3;
}

input:focus + .contislider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .contislider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.conticlear {
    clear: both;
}

.col-sm-9{
    position: relative;
}

/* popupBox (background) */
.popup-group{
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(220, 220, 220, 0.51); display: none
}

/*.popupBoxWrapper{
    width: 550px; margin: 50px auto; text-align: left; overflow: scroll; z-index: 1;
}*/

.popupBoxWrapper{
    max-width: calc(60%); width: 100%; margin: 10% auto; text-align: left; max-height: calc(80%); overflow: auto; z-index: 1
}

.popupBoxContent{
    background-color: #FFF; padding: 15px; overflow: scroll;
}


.popup-Header {
    padding: 10px 16px;
    background-color: #75b6cc;
    color: white;
}
#href {
    font-family: "serif";
}

/*
.popup-Body {padding: 2px 16px;}

.popup-Footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* The Close Button */
.close {
    color: red;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*
/* Modal Content

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}*/

/* Add Animation
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* 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 */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 0%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/*Group 2 image banners*/
#partners {
    height: 105px;
    background-color:white;
    white-space: nowrap;
    width: 100%;
    display: table;
}

.logo-image {
    vertical-align: middle;
    padding: 5px;
    display: table-cell;
}

.logo-image img {
    max-width: 100%;
    min-width:10%;
}

.list-group-item.btn.btn-block {
    width: 260px;
    max-width: 100%;
    white-space: normal;
}

.autocomplete-suggestions { border: 1px solid #999; background: #fff; cursor: default; overflow: auto; }
.autocomplete-suggestion { padding: 10px 5px; font-size: 1.2em; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #f0f0f0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399ff; }

#layerList{
    border: none;
    padding: 5px;
    font: 24px/36px sans-serif;
    width: 100%;
    height: 470px;
    overflow: auto;
}

::-webkit-scrollbar{
    width: 10px;
    height: 12px;
}

::-webkit-scrollbar-track{
    border: 1px solid white;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: lightgray;
    border-radius: 10px;
}