.tooltip {
    z-index: 1049;
}

.tippy-tooltip {
    font-size: 14px !important;
    padding: 0.3rem 0.6rem;
}

.map-progress {
    width: 100%;
    height: 3px;
    opacity: 0.8;
}
.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    height:60px;
    width:60px;
    margin:0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left:6px solid rgba(0,174,239,.15);
    border-right:6px solid rgba(0,174,239,.15);
    border-bottom:6px solid rgba(0,174,239,.15);
    border-top:6px solid rgba(0,174,239,.8);
    border-radius:100%;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -15px;
}

::-ms-clear {
    display: none;
}

.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

.circle-base {
    margin-top: 10px;
    margin-left: 15px;
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}


.form-group {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .rightpadding {
    padding-right: 15px;
}

.sidebar-new-button {
    position: absolute;
    top: 0;
    width: auto;
    text-align: center;
    cursor: pointer;
    right: 0;
    margin-right: 8px;
}

.sidebar-map-drag {
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    padding-top: 3px;
    cursor: default;
}

.sidebar-tabs a {
    cursor: pointer;
}

.popover-title {
    background-color: #000000;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #f5f5f5;
}

.legend-img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.ol-full-screen {
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: relative;
}

.ol-full-screen button {
    width: 100%;
    margin: 0;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
}

.ol-popup {
    max-width: 450px;
    min-width: 200px;
    min-height: 3em;
}

/* popup style */
.modal-backdrop.in {
    z-index: auto;
}

.info-td {
    padding-top: 2px;
    padding-bottom: 2px;

}

.popover {
    background: #4d4d4d;
    border: 1px solid #4d4d4d;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.popover.left > .arrow:after {
    border-left-color: #4d4d4d;
}

.popover.right > .arrow:after {
    border-right-color: #4d4d4d;
}

.popover.top > .arrow:after {
    border-top-color: #4d4d4d;
}

.popover.bottom > .arrow:after {
    border-bottom-color: #4d4d4d;
}
.active-mode {
    color: cyan;
    font-weight: bold;
}
.active-mode-anchor {
    background-color: black;
}



.tooltip-inner {
    max-width: 250px;
    padding: 9px 20px;
    color: #fff;
    text-align: center;
    background-color: #465f2d;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    min-height:40px;
    font-size: 16px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.left {
    padding: 0 0px;
    margin-left: 0px;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #465f2d;
}
.form-group {
    margin-bottom: 0px;
}
.form-group label{
    width: 97%;
    padding-left: 0px !important;
}
.form-group .checkbox {
    width:100%;
}
.btn-space {
    margin-right: 5px;
}
.form-control {
    font-weight: normal;
}
.validationMessage {
    color: #da0000;
    font-size: smaller;
}
.modal-header{
    background: #5f8139;
    color:white;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #d9e2ce;
}
#info-tooltip {
    max-width: 100px;
    background-color: black;
    color: white;
    opacity: 0.75;
    font-size: 9pt;
    font-family: sans-serif;
    margin: 3px;
    border: 2px solid white;
    border-radius: 10px 10px 10px 0;
    padding: 2px 5px 2px 5px;
}



.btn-feedback {
    color: #fff;
    background-color: #5e8138;
    border-color: #5d8137;
}
.btn-feedback:hover,.btn-feedback.focus, .btn-feedback.active:focus, .btn-feedback.active:hover{
    color: #fff;
    background-color: #688c39;
    border-color: #688c39;
}
.search-display1 {
    font-weight: bold;
}
.search-display2 {
    font-size: smaller;
}
.dropdown-menu>li>a {
    border: #EEEEEE solid 1px;
}
.alert-icon {
    height: 25px;
    position: fixed;
    bottom:0%;
    width:26px;
    left: 50%;
    margin-left: -55px;
    margin-bottom:16px;
    z-index:20000;
    opacity: 1;
}
.alert-icon .btn{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
}

.alert-icon .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0px;
}