a:focus {
    outline: none !important;
    box-shadow: none !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}
.bw {
    filter: grayscale(100%);
}
.map-progress {
    width: 100%;
    height: 3px;
    opacity: 0.8;
}

.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 */
}

.map-dog-1 {
    width: 10px;
    height: 10px;
    background: #2EDF15;
    border: 1px solid black;
}

.map-dog-2 {
    width: 10px;
    height: 10px;
    background: #F27B00;
    border: 1px solid black;
}

.map-dog-3 {
    width: 10px;
    height: 10px;
    background: #C50F00;
    border: 1px solid black;
}

.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;
}

#mapAsset:-webkit-full-screen {
    width: 100%;
    height: 100%;
}

.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;
}
#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;
}
.full-star{
    font-family: "font awesome";
    color:#ffc31b;
}
.empty-star{
    font-family: "font awesome";
    color: rgba(255, 195, 27);
}
.legend-sub-table thead tr td {
    font-weight: bold;
    padding:5px;
}
.legend-sub-table tbody tr td {
    padding: 2px 5px 2px 5px;

}
.legend-full-star:before {
    content: "\F005";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    font-size: 36px;
    left:0px;
    position:absolute;
    top:0;
}
.legend-no-star:before {
    content: "\F006";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    font-size: 36px;
    left:0px;
    position:absolute;
    top:0;
}
.search-button{
    float:right;
}
.panel-body {
    background-color: #eceef0;
}
.panel{
    border-width:0;
    border-radius: 0;
}
#exTab1 .tab-content {

    padding : 5px 15px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #eceef0;
}
#exTab1 .nav-pills > li{

    background-color: #b0b2b4;
}
#exTab1 .nav-pills > li > a {
    border-radius: 0;
    color : #117eab;

}
.filter-option{
    display: inline-block;
    padding: 0px 6px;

}
.filter-option-btn{
    padding: 0px 6px;

}
.btn {
    border-radius: 0px;
}
.form-control{
    border-radius: 0px;
}
.multiselect-native-select .btn {
    padding: 0px 6px;
    background-color: #eceef0;
    border-width:0;
}
.sidebar {
    bottom: 26px !important;
}
.hide-tabs {
    overflow:hidden;
    height:0px;
}
body, html {
    font-family: 'Roboto Condensed', sans-serif;
}
.dataTables_filter {
    display: none;
}
.loading-page{
    color: white;
    font-size: 16px;
    text-align: center;
    padding-top: 70px;

}