html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    height: 100%;
    margin: 0;
}

a {
    text-decoration: none !important;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: nowrap !important;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width:767px) {
    /* #menu .navbar-form {
        display: inline-block !important;
    }*/

    .table__overflow {
        overflow-x: scroll;
        position: relative;
        top: 25px;
        left: 9px;
        max-width: 768px;
        width: 100%;
    }
}



.form-group {
    margin-bottom: 15px;
}

.tablesorter-header-inner {
    font-family: 'Lato Regular', arial, sans-serif;
    color: rgba(97, 99, 101, 1);
    transition: color 0.15s ease-in-out;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
}

    .tablesorter-header-inner a {
        font-family: 'Lato Regular', arial, sans-serif;
        color: #0f3765;
        transition: color 0.15s ease-in-out;
        font-size: 13px;
        line-height: 18px;
        -webkit-font-smoothing: antialiased;
    }

        tbody tr td a:hover,
        tbody tr td a:focus,
        .tablesorter-header-inner a:hover {
            color: #067cba;
        }

tbody tr td,
tbody tr td span {
    font-family: 'Lato Regular', arial, sans-serif;
    color: rgba(97, 99, 101, 1);
    transition: color 0.15s ease-in-out;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
}

    tbody tr td a {
        color: #0f3765;
        transition: color 0.15s ease-in-out;
    }

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e9ecef;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.nav > li {
    position: relative;
    display: block;
}

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width:768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    /*padding: 15px;*/
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.search.lock {
    overflow: hidden;
}

.nav__menu-btn {
    color: #888;
    font-size: 22px;
    border-radius: 4px;
    display: none;
    justify-content: center;
    align-items: center;
    border: 1px solid grey;
    padding: 0 12px;
    background-color: transparent;
}

    .nav__menu-btn:focus {
        background-color: #ddd;
        border-color: #ddd;
    }


/* @media (max-width:925px) {
    .container {
        max-width: 920px !important;
        width: 100% !important;
        margin: 0 auto !important;
    } */

/* .col-sm-6 {
        width: 100% !important;
    }*/

/* .main__content {
        display: flex;
        flex-direction: column;
    }

    #map {
        position: static !important;
        width: 100% !important;
        margin-bottom: 50% !important;
    }

    #results-panel {
        position: static !important;
        width: 100% !important;
    }
} */

@media (max-width:570px) {
    .nav__menu-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .navbar-collapse .navbar-form {
        left: 23% !important;
    }
}

@media (max-width:360px) {
    .navbar-collapse .navbar-form {
        left: 10% !important;
    }
}

@media (max-width:340px) {
    .editor-field input:not([type="checkbox"]) {
        width: 260px !important;
    }
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }
/* max width 768px */
@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
            display: block;
        }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px;
        }
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    /*text-shadow: 0 1px 0 #fff;*/
    opacity: .2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
/* .modal-open {
     overflow: hidden;
 } */
/* .modal {
     display: none;
     overflow: auto;
     overflow-y: scroll;
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1050;
     -webkit-overflow-scrolling: touch;
     outline: 0;
 } */

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    transform: translate(0, 0) !important;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative !important;
    background-color: #fff !important;
    border: 1px solid #999 !important;
    border: 1px solid rgba(0, 0, 0, .2) !important;
    border-radius: 6px !important;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
    background-clip: padding-box !important;
    outline: 0 !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
/*.modal-backdrop.fade {
     opacity: 0;
     filter: alpha(opacity=0);
 }
 
 .modal-backdrop.in {
     opacity: .5;
     filter: alpha(opacity=50);
 } */

.modal-title {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Lato Regular', arial, sans-serif;
    opacity: 0.8;
}

.modal-header {
    padding: 15px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    min-height: 16.42857143px !important;
    flex-direction: row-reverse;
}

.feedback__close {
    margin-top: -60px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-header p {
    font-family: 'Lato Regular', arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgba(97, 99, 101, 1);
    -webkit-font-smoothing: antialiased;
}

.modal-body {
    position: relative !important;
    padding: 20px !important;
    font-size: 18px !important;
    font-family: inherit;
    font-weight: 500;
    color: inherit;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.btn__close {
    display: flex !important;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: lightgray !important;
    white-space: nowrap;
    padding: 5px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143;
    border-radius: 4px !important;
    margin-top: 0 !important;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}
/* Typography */

@font-face {
    font-family: 'Lato Light';
    src: url('../fonts/lato-light.eot');
    src: url('../fonts/lato-light.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-light.woff') format('woff'), url('../fonts/lato-light.ttf') format('truetype'), url('../fonts/lato-light.svg#80d8021909d835b751af094d043ad177') format('svg');
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'Lato Regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular.woff') format('woff'), url('../fonts/lato-regular.ttf') format('truetype'), url('../fonts/lato-regular.svg#48e70b8825d557df57af3e4f7d4c31be') format('svg');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?ljxlpc');
    src: url('../fonts/icomoon.eot?#iefixljxlpc') format('embedded-opentype'), url('../fonts/icomoon.woff?ljxlpc') format('woff'), url('../fonts/icomoon.ttf?ljxlpc') format('truetype'), url('../fonts/icomoon.svg?ljxlpc#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Lato Regular', arial, sans-serif !important;
    font-weight: 400;
    font-size: 13px !important;
    line-height: 18px;
    color: rgba(97, 99, 101, 1) !important;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-family: 'Lato Light';
    font-weight: 200;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 1);
    margin: 0 0 34px 0;
    padding: 0;
}

h2,
p.intro {
    font-family: 'Lato Regular';
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0f3765;
    margin: 0 0 20px 0;
    padding: 0;
}

h3 {
    font-family: 'Lato Regular';
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0f3765;
    margin: 0 0 20px 0;
    padding: 0;
}

p.intro {
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}

a {
    color: #0f3765;
    transition: color 0.15s ease-in-out;
    /*color: rgba(0,122,63,1);*/
}

    a:hover {
        color: #067cba;
        /*color: rgba(0,122,63,1);*/
        text-decoration: none;
    }
/* Icons */

#linkClearSearch:before {
    font-family: 'icomoon';
    content: none;
    color: rgba(255, 255, 255, 1);
    margin: 0 5px 0 0;
}

.panel-heading a:before {
    font-family: 'icomoon';
    content: "\e691";
    color: rgba(255, 255, 255, 1);
    margin: 0 5px 0 0;
}

.panel-heading a.collapsed:before {
    content: "\e687";
}
/* Images */


img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
/* Buttons */

.btn {
    position: relative;
}

    .btn span {
        font-size: 18px;
        position: absolute;
        top: 50%;
        margin-top: -9px;
        left: 8px;
    }

    .btn.btn-default {
        background: #0f3765;
        color: rgba(255, 255, 255, 1);
        border: none;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 12px;
        line-height: 1;
        padding: 10px 12px 11px 30px;
        transition: background 0.15s ease-in-out;
        border-radius: 4px;
    }

        .btn.btn-default.btn-nopad {
            padding: 10px 12px 11px 12px;
        }

        .btn.btn-default.btn-provider-contact-list {
            padding: 10px 12px 11px 5px;
        }

        .btn.btn-default.btn-auto-pin-drop:before {
            content: "\e68a";
            font-family: 'icomoon';
            font-size: 20px;
            position: absolute;
            top: 40%;
            margin-top: -7px;
            left: 10px;
        }

        .btn.btn-default.btn-expand:before {
            content: "\e6b6";
            font-family: 'icomoon';
            font-size: 16px;
            position: absolute;
            top: 40%;
            margin-top: -5px;
            left: 10px;
        }

        .btn.btn-default.btn-collapse:before {
            content: "\e6b7";
            font-family: 'icomoon';
            font-size: 20px;
            position: absolute;
            top: 40%;
            margin-top: -7px;
            left: 10px;
        }

#advanced-search-panel {
    transition: all 0.5s ease 0s;
}

.btn.btn-default:hover {
    background: #067cba;
}

.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.btn.btn-link {
    border: none;
    line-height: 1;
    padding: 9px 12px 9px 12px;
    color: #067cba;
    text-decoration: none;
    font-size: 14px;
}

.btn.btn-search {
    font-family: 'Lato Light';
}

    .btn.btn-search:before {
        font-family: 'icomoon';
        font-size: 18px;
        content: "\e6b0";
        color: rgba(255, 255, 255, 1);
        position: absolute;
        top: 8px;
        left: 10px;
    }

.print,
.download,
.edit,
.email {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 3px;
    margin: 0 0 0 3px;
    background: #0f3765;
    border-radius: 3px;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    transition: background 0.15s ease-in-out;
    transform: none;
}

    .print:hover,
    .download:hover,
    .email:hover,
    .edit:hover {
        background: #067cba;
    }

    .print:before,
    .download:before,
    .email:before,
    .edit:before {
        font-family: 'icomoon';
        font-size: 20px;
        color: rgba(255,255,255,1);
        position: absolute;
        top: 50%;
        margin-top: -9px;
        left: 5px
    }

.search-results .print:before,
.search-results .email:before,
.search-results .download:before,
.search-results .edit:before {
    font-family: 'icomoon';
    font-size: 20px;
    color: rgba(255,255,255,1);
    position: absolute;
    top: 45%;
    margin-top: -9px;
    left: 5px
}

.print:before {
    content: "\e6a9";
}

.download:before {
    content: "\e6aa";
}

.edit:before {
    content: "\e6b3";
}

.email:before {
    content: "\e6b2";
}
/* Forms */

.form-control {
    /*border-radius: 0;*/
    box-shadow: none;
    font-size: 13px !important;
}

    .form-control:focus {
        border: 1px solid #067cba;
        box-shadow: 0 0 5px #067cba;
    }

    .form-control::-webkit-input-placeholder {
        color: rgba(97, 99, 101, 1);
        transition: color 0.15s ease-in-out;
    }

    .form-control:focus::-webkit-input-placeholder {
        color: rgba(97, 99, 101, 0.5);
    }

    .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(97, 99, 101, 1);
        transition: color 0.15s ease-in-out;
    }

    .form-control:focus:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(97, 99, 101, 0.5);
    }

    .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(97, 99, 101, 1);
        transition: color 0.15s ease-in-out;
    }

    .form-control:focus::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(97, 99, 101, 0.5);
    }

    .form-control:-ms-input-placeholder {
        color: rgba(97, 99, 101, 1);
        transition: color 0.15s ease-in-out;
    }

    .form-control:-ms-input-placeholder {
        color: rgba(97, 99, 101, 0.5);
    }

select.form-control {
    cursor: pointer;
}
/* Tables */

.table {
    margin-bottom: 0;
    clear: left;
}

    .table thead tr th,
    .table-vertical tr th {
        border-bottom: none;
        color: rgba(97, 99, 101, 1);
        font-weight: normal;
    }

    .table thead tr th {
        padding: 0 16px 8px 16px;
    }

    .table tbody tr td,
    .table-vertical tbody tr th {
        border-top: none;
        padding: 16px 16px;
        /*transition: background 0.15s ease-in-out;*/
    }

.table-striped tbody tr:nth-child(odd) td,
.table-vertical tbody tr:nth-child(odd) th {
    background: #c7dfef;
}

.table-hover tbody tr:hover td {
    background: #428bca30;
}

.table-vertical tbody tr th {
    color: rgba(97, 99, 101, 1);
    border: 0;
    width: 150px;
    text-align: right;
}

td.active {
    color: #0f3765;
}

td.ranking {
    color: rgba(255, 184, 0, 1);
}
/* Header */

#menu {
    background: rgba(255, 255, 255, 1);
    border: 0;
    text-align: center;
    position: fixed;
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.show {
    display: block;
}

#menu a#logo {
    display: block;
    height: 72px;
    padding: 18px;
}

#menu img.logo {
    display: block;
    width: 365px;
    padding: 0;
    margin: 0;
}

.modal__bg {
    transition: 0.5s !important;
    background: rgb(0 0 0 / 46%) center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    opacity: 0;
    overflow: hidden;
}

    .modal__bg.active {
        opacity: 1;
        z-index: 99999;
    }

.modal__feedback {
    position: absolute;
    top: -500px;
    height: 0;
    z-index: 99;
    opacity: 1 !important;
    transition: 0.5s !important;
    /* background: rgb(0 0 0 / 46%); */
    width: 100%;
    z-index: 9999;
}

    .modal__feedback.active {
        top: inherit;
        height: 100%;
    }

#menu .navbar-form {
    display: inline-block;
    margin: 19px 0;
    padding-left: 10px;
}

@media (max-width:1020px) {
    #menu .navbar-form {
        display: none;
    }
}

@media (max-width:1273px) {
    #menu .navbar-form {
        display: none;
    }
}


/* max-width: 768px */
@media (max-width:768px) {
    #nav_short .nav__menu-btn {
        display: flex;
        position: fixed;
        right: 15px;
        z-index: 99;
        padding: 10px;
    }

    #nav_short #menu .navbar-form {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        #nav_short #menu .navbar-form input {
            margin-bottom: 10px;
        }

    #nav_short .navbar-right {
        opacity: 0;
        position: absolute;
        width: 100%;
        top: -60px;
        z-index: -1;
        transition: .2s;
    }

    #nav_short .navbar-collapse .navbar-form {
        position: absolute;
        transition: 0.5s;
        top: -170px;
        left: 35%;
        opacity: 0;
    }

    #nav_short .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 70px;
        background: #FFFFFF;
        left: 0;
        height: 0;
        transition: 0.2s;
    }

        #nav_short .navbar-collapse.show {
            height: 35vh;
        }

            #nav_short .navbar-collapse.show .navbar-form {
                opacity: 1;
                top: 0;
            }

            #nav_short .navbar-collapse.show .navbar-right {
                top: 0px;
                opacity: 1;
                z-index: 1;
            }

    #nav_short .search-results h2 {
        margin-left: 15px !important;
    }
}

#menu .navbar-form input {
    width: 240px;
    border-radius: 4px;
}

.provider__name {
    padding-top: 8px !important;
    padding-bottom: 5px !important;
}

    .provider__name::placeholder {
        font-size: 13.5px;
        color: rgba(97, 99, 101, 1);
        font-weight: 400;
        font-family: 'Lato Regular', arial, sans-serif;
    }

.form-control:focus {
    border: 1px solid #067cba;
    box-shadow: 0 0 5px #0475b0 !important;
    border-color: #067cba !important;
}

#menu .navbar-nav a {
    font-size: 13px;
    line-height: 16px;
    color: rgba(97, 99, 101, 1);
    padding: 27px 26px 29px 50px;
    border-left: 1px solid rgba(178, 180, 179, 0.5);
}

    #menu .navbar-nav a:hover {
        color: #0f3765;
    }

    #menu .navbar-nav a.btn-admin:before {
        content: "\e68c";
        font-family: 'icomoon';
        font-size: 24px;
        color: #0f3765;
        position: absolute;
        top: 50%;
        margin-top: -9px;
        left: 24px;
    }

    #menu .navbar-nav a.btn-support:before {
        content: "\e692";
        font-family: 'icomoon';
        font-size: 24px;
        color: #0f3765;
        position: absolute;
        top: 50%;
        margin-top: -9px;
        left: 24px;
    }

.btn-signout {
    text-decoration: none;
    font-family: 'Lato Regular', arial, sans-serif;
}

#menu .navbar-nav a.btn-signout:before {
    content: "\e6a8";
    font-family: 'icomoon';
    font-size: 24px;
    color: #0f3765;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 24px;
}

#menu .navbar-nav .dropdown-menu {
    padding: 0;
    margin: 0;
    left: 0;
    right: auto;
    border: none;
    border-radius: 0;
}

    #menu .navbar-nav .dropdown-menu a {
        min-width: 200px;
        padding: 15px 20px;
        text-align: left;
    }
/* Login */

html {
    height: 100%;
}

.login {
    height: 100%;
    background: url(../img/map.png) center center no-repeat;
}

    .login .login-panel {
        position: absolute;
        width: 360px;
        margin: -133px auto auto -180px;
        top: 50%;
        left: 50%;
        padding: 30px 20px;
        background: rgba(255, 255, 255, 0.75);
        border: 1px solid rgba(178, 180, 179, 0.75);
    }

.forgot-password-panel {
    position: absolute;
    width: 360px;
    margin: -133px auto auto -180px;
    top: 50%;
    left: 50%;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(178, 180, 179, 0.75);
}

.login .login-panel .logo {
    display: block;
    height: 40px;
    width: auto;
    margin: 0 auto 30px auto;
}

.login .login-panel .btn-signin:before {
    content: "\e69d";
    font-family: 'icomoon';
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 6px;
    left: 10px;
}

.login #credit {
    position: absolute;
    bottom: 30px;
    left: 2rem;
}

    .login #credit img {
        height: 50px;
    }

/* Search */

.search {
    padding-top: 71px;
}

    .search #search-panel {
        padding: 30px 30px 40px 30px;
        background: #067cba;
    }

        .search #search-panel .alert-success {
            padding: 6px 10px;
            margin-bottom: 40px;
            background: #c7dfef;
            color: #0f3765;
            border: 0;
            font-family: 'Lato Regular', arial, sans-serif;
            border-radius: 4px;
            font-size: 13px;
            width: 81.5%;
        }

.provider__search-form {
    margin-left: 28.5%;
}

@media (max-width:925px) {
    .provider__search-form {
        margin-left: 20px !important;
        width: 100% !important;
    }
}

@media (max-width:768px) {
    .provider__search-form {
        margin-left: 20px !important;
        width: 100% !important;
    }

    .container-fluid {
        /*justify-content: flex-start !important;*/
    }
}

@media (max-width:576px) {
    .provider__search-form {
        margin-left: 20px !important;
        width: 100% !important;
    }

    .search__results {
        margin-left: 0 !important;
    }

    .provider__form-group {
        margin-right: 0 !important;
    }
}

.provider__form-group {
    margin-right: 10px;
}

.col__alert {
    margin-left: 12px;
}

.search #search-panel .form-control {
    border: 0;
}

.form-control {
    height: 34px;
    /*padding: 6px 12px !important;*/
    font-size: 14px;
    color: #555;
    background-color: #fff;
    /*background-image: none;*/
    border: 1px solid #ccc;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.provider__form {
    width: 85.5%;
}
/* Advanced search */

#advanced-search {
    margin-bottom: 0;
}

    #advanced-search .panel,
    #advanced-search .panel-heading,
    #advanced-search .panel-body {
        padding: 0;
        background: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    #advanced-search .panel-heading {
        padding: 5px 0 20px 0;
    }

        #advanced-search .panel-heading a {
            color: rgba(255, 255, 255, 1);
        }

.advanced__search {
    font-size: 13px;
}

#search-panel .btn:hover {
    background: #067cba87;
}
/* Previous searches */

#previous-searches {
    margin: 40px 0;
}

.search__results {
    margin-left: 15%;
}

#previous-searches h2,
#quick-links h2 {
    font-family: 'Lato Regular';
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0f3765;
    margin: 0 0 20px 0;
    padding: 0;
}

#previous-searches ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #previous-searches ul li {
        margin: 0;
        padding: 15px 20px;
        background: rgba(255, 255, 255, 1);
    }

        #previous-searches ul li a {
            color: #772730;
            transition: color 0.15s ease-in-out;
            font-family: 'Lato Regular', arial, sans-serif;
            font-weight: 400;
            font-size: 13px;
            line-height: 18px;
        }

        #previous-searches ul li:nth-child(odd) {
            background: #c7dfef;
        }
/* Quick links */

#quick-links {
    margin: 40px 0;
}

    #quick-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #quick-links ul li {
            margin: 0;
            padding: 12px 0;
        }

    #quick-links .btn {
        padding: 4px 8px 5px 8px;
        font-size: 13px;
        text-transform: capitalize;
        letter-spacing: normal;
    }

        #quick-links .btn:before {
            font-family: 'icomoon';
            content: "\e687";
            margin: 0 5px 0 0;
        }
/* Results */

#map {
    position: fixed;
    top: 71px;
    bottom: 0px;
    left: 0;
    width: 50%;
    background: #c7dfef;
}

    #map.open {
        left: -100%;
    }

    #map .map-toggle {
        display: inline-block;
        position: absolute;
        top: 1px;
        right: 0px;
        z-index: 1000;
    }

        #map .map-toggle:before {
            display: flex;
            justify-content: center;
            width: 25px;
            height: 25px;
            content: "\00d7";
            background: #0f3765;
            border-radius: 50%;
            font-size: 20px;
            line-height: 22px;
            color: rgba(255, 255, 255, 1);
            text-align: center;
            transition: background 0.15s ease-in-out;
        }

    #map.open .map-toggle:before {
        content: "\002B";
    }

    #map .map-toggle:hover:before {
        background: #067cba;
    }

#map-canvas,
#themap {
    width: 100%;
    height: 100%;
    position: absolute;
}

    #map-canvas img {
        max-width: none;
    }

@media (max-width:992px) {
    #themap {
        width: 100%;
        height: 100vh;
        left: 0;
        right: 0;
    }

    /* .z-10{
        z-index:10;
    } */
    /* OTS */
    #map {
        /*height: 100vh;*/
        margin-bottom: 0 !important;
        width: 100% !important;
        position: relative !important;
        top: unset;
        bottom: unset;
    }

        #map .map-toggle {
            top: 17px;
            right: 18px;
        }
    /* OTS */
}

#results-panel {
    position: fixed;
    overflow: hidden;
    width: 50%;
    top: 71px;
    right: 0;
    bottom: 0;
    background: #067cba;
    padding: 20px 0 0 20px;
}

    #results-panel .map-toggle {
        display: inline-block;
        position: absolute;
        top: 15px;
        display: none;
        left: 7px;
        z-index: 1000;
    }

    #results-panel.close .map-toggle:before {
        display: block;
        width: 24px;
        height: 24px;
        content: "\002B";
        background: #0f3765;
        border-radius: 50%;
        font-size: 20px;
        line-height: 20px;
        color: rgba(255, 255, 255, 1);
        text-align: center;
        transition: background 0.15s ease-in-out;
        text-shadow: 0px 0px 0px white;
    }

    #results-panel p.intro {
        color: rgba(255, 255, 255, 1);
        margin: 0 0 10px 18px;
    }

    #results-panel h1 {
        color: rgba(255, 255, 255, 1);
        margin: 0 0 20px 18px;
        font-family: 'Lato Light';
        font-weight: 200;
        font-size: 32px;
        line-height: 36px;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 0;
    }

.pull-left h2 {
    font-family: 'Lato Regular';
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0f3765;
    margin: 0 0 20px 0;
    padding: 0;
}

.pull-right a {
    color: #0f3765;
    transition: color 0.15s ease-in-out;
    font-family: 'Lato Regular', arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
}

#results-panel .inner {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    height: -moz-calc(100% - 80px);
    /* Firefox */
    height: -webkit-calc(100% - 80px);
    /* WebKit */
    height: -o-calc(100% - 80px);
    /* Opera */
    height: calc(100% - 80px);
    /* Standard */
    background: rgba(255, 255, 255, 1);
}

@media (max-width:1440px) {
    #map {
        width: 40%;
    }

    #results-panel {
        width: 60%;
    }
}

@media (max-width:1210px) {
    #map {
        width: 30%;
    }

    #results-panel {
        width: 70%;
    }
}

@media (max-width:1040px) {
    #map {
        width: 25%;
    }

    #results-panel {
        width: 75%;
    }
}

@media (max-width:970px) {
    #results-panel {
        padding: 15px 0 0 5px !important;
    }

    .search-results {
        margin-left: -15px !important;
    }
}
.results .print,
.results .download {
    float: right;
    margin: -5px 0 0 3px;
}

.results #results-table th.tablesorter-headerUnSorted a {
    padding-right: 15px;
    background: url(../img/tablesort-unsorted.svg) top right no-repeat;
    background-size: 7px 16px;
}

.results #results-table th.tablesorter-headerAsc a {
    padding-right: 15px;
    background: url(../img/tablesort-asc.svg) top right no-repeat;
    background-size: 7px 16px;
}

.results #results-table th.tablesorter-headerDesc a {
    padding-right: 15px;
    background: url(../img/tablesort-desc.svg) top right no-repeat;
    background-size: 7px 16px;
}

#results-panel.close {
    width: 100%;
    opacity: 1;
    font-weight: normal !important;
    cursor: inherit;
}

    #results-panel.close .map-toggle {
        display: block;
    }

    #results-panel.close #results-table {
        font-size: 13px;
        color: #555;
    }

        #results-panel.close #results-table .btn.btn-default {
            text-shadow: 0px 0px 0px white;
        }

    #results-panel.close .print:before,
    #results-panel.close .download:before {
        font-weight: 300 !important;
        text-shadow: 0px 0px 0px white;
        margin-top: -10px;
        font-size: 20px;
    }
/* Search filters */

.search-filters {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(178, 180, 179, 0.5);
}
/* Search results */

.search-results {
    position: relative;
    /*margin-bottom: 170px;*/
}

    .search-results h2 {
        display: inline-block;
        float: left;
        font-family: 'Lato Regular';
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #0f3765;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .search-results table .btn {
        padding: 10px 12px 11px 10px;
        font-size: 13px;
        text-transform: capitalize;
        letter-spacing: normal;
    }

    .search-results table .btnarrow:before {
        font-family: 'icomoon';
        content: "\e687";
        margin: 0 5px 0 0;
    }

    .search-results table .icon-svg132 {
        color: #067cba;
    }

/*.externaluser-search {
    padding: 5px 4px !important;
}*/
/* Listing */
.listing {
    padding-top: 71px;
}

    .listing #menu {
        border-bottom: 20px solid #067cba;
    }

#listing-details {
    padding: 73px 0 60px 0;
}

.listing h1 {
    color: #0f3765;
}

.listing .btn-back {
    display: inline-block;
    margin-top: 16px;
    color: rgba(97, 99, 101, 1);
}

    .listing .btn-back span {
        margin-right: 5px;
    }

    .listing .btn-back:hover,
    .listing .btn-back span {
        color: #0f3765;
    }

.listing .icons {
    padding-left: 0;
}

.listing .print,
.listing .download,
.listing .edit,
.listing .email {
    float: right;
    margin: 8px 0 0 3px;
}

.ml-10 {
    margin-left: 10px !important;
}

.listing ul.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .listing ul.submenu li {
        border-bottom: 1px solid rgba(178, 180, 179, 0.5);
    }

        .listing ul.submenu li a {
            display: block;
            cursor: pointer;
            padding: 10px;
            color: rgba(97, 99, 101, 1);
            background: rgba(255, 255, 255, 1);
            transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
        }

            .listing ul.submenu li a:before {
                font-family: 'icomoon';
                content: "\e687";
                color: #0f3765;
                margin-right: 10px;
                transition: color 0.15s ease-in-out;
            }

        .listing ul.submenu li.active {
            border-radius: 3px;
        }

            .listing ul.submenu li.active a:before,
            .listing ul.submenu li a:hover:before {
                color: rgba(255, 255, 255, 1);
            }

            .listing ul.submenu li.active a,
            .listing ul.submenu li a:hover {
                background: #067cba;
                color: rgba(255, 255, 255, 1);
            }

.listing .updated {
    text-align: right;
    padding: 20px 0 20px 15px;
}

    .listing .updated span {
        display: inline-block;
        margin: 10px 10px 0 0;
    }

a,
a:focus {
    outline: 0 !important;
}

    a:focus {
        text-decoration: none !important;
    }

input,
select,
textarea,
a {
    outline: 0 none !important;
}
/* @media only screen and (max-width: 1199px) {
    #results-panel {
        width: 66%;
    }
    #map {
        width: 34%;
    }
} */
/* Developer additions*/

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu-item {
    padding: 5px;
}

    .ui-menu-item:hover,
    .ui-menu-item.ui-state-focus {
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        background-color: #067cba;
        color: #fff;
    }

.ui-widget {
    font-size: 1.1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
}

.ui-widget {
    font-size: 1.1em;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-front {
    z-index: 100;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-autocomplete {
    z-index: 9999;
}

.ui-helper-hidden-accessible {
    position: absolute;
    top: -99999999px;
}

.ui-autocomplete-loading {
    background: white url("../img/ajax-loader.gif") right center no-repeat;
}

#no-results {
    font-size: 14px;
    color: #aaa;
    text-align: center;
    padding-top: 50px;
}

.alert-panel:before {
    content: "\e686";
    font-family: 'icomoon';
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    padding-right: 5px;
    position: relative;
    top: 10%;
}

.map-info-window {
    width: 200px;
    height: auto;
    overflow: hidden;
}

.map-info-title {
    color: #0f3765;
    font-family: 'Lato Regular', arial, sans-serif;
    text-align: center;
}

.map-info-window-right-col {
    height: 80px;
    width: 38%;
    border-left: 1px solid #007a3f;
    display: table-cell;
    vertical-align: middle;
    top: 25%;
    padding-left: 0.5rem;
}

/*.navbar-form .micon-svg10:before {    
    right: 8.5px;
}*/

.micon-svg10:before {
    content: "\e65d";
    font-family: 'icomoon';
    color: #888;
    position: absolute;
    top: 10px;
    right: 18.5px;
    cursor: pointer;
    border-radius: 50%;
    background: #FEFEFE;
    line-height: 14px;
    z-index: 1000;
    font-size: 13px;
}

.micon-svg10.right:before {
    right: 10px;
}

.micon-svg10.toright {
    float: right;
}

    .micon-svg10.toright:before {
        right: 27px;
        top: auto;
    }

div.row .checkboxinline,
.checkboxinline {
    overflow: hidden;
}

    div.row .checkboxinline input,
    div.row .checkboxinline label,
    .checkboxinline input,
    .checkboxinline label {
        display: inline-block;
        width: 5%;
        cursor: pointer;
    }

    div.row .checkboxinline label,
    .checkboxinline label {
        width: 42%;
        font-weight: normal;
        padding-right: 10%;
        float: none;
    }

    div.row .checkboxinline.all label,
    .checkboxinline.all label {
        width: auto;
        font-weight: normal;
        padding-right: 0;
        margin-right: -100px;
    }

.underline {
    text-decoration: underline;
}

    .underline:hover {
        text-decoration: none;
    }
/* tiering / geographical coverage checkboxes - 0-4 */
/*
    <span class="ric-cyc">
        <span></span>
        <input type="hidden" name="@e.Value" value="0" />
        <label style="white-space:nowrap">&nbsp;&nbsp;@e.Text</label>
    </span>
*/

.ric-cyc {
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
}

    .ric-cyc span {
        display: inline-block;
        border-top: 1px solid #333;
        border-left: 1px solid #333;
        border-right: 1px solid #AAA;
        border-bottom: 1px solid #AAA;
        width: 16px;
        height: 16px;
        overflow: hidden;
        text-align: center;
        font: normal 12px arial;
        vertical-align: middle;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }
/*
            multi-select dropdown - can't use .form-control as the ACTUAL form control
            is an invisible SELECT drop down and this is a fake JS-driven button and 
            UL that controls that SELECT's contents
        */

button.multiselect {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 24px 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: none;
    /*inset 0 1px 1px rgba(0,0,0,.075);*/
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: relative;
}

    button.multiselect:focus {
        border-color: #66afe9;
        outline: 0;
        border: 1px solid #067cba;
        box-shadow: 0 0 5px #067cba;
    }
    /*
            text / heading / selected
        */

    button.multiselect span {
    }
    /*
            drop-down arrow to right
        */

    button.multiselect b {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 32px;
        width: 17px;
        background-color: #EBEBEB;
        border-width: 0;
        background-image: url(../img/dropdownarrow.png);
    }

#disclaimerBody {
    white-space: pre-line;
}

.btn-link:hover {
    text-decoration: underline !important;
    /* background-color: transparent !important;*/
    color: #067cba !important;
}

.listing .print, .listing .download, .listing .edit {
    float: right;
    margin: 8px 0 0 3px;
}

.search-results .print,
.search-results .download {
    float: right;
    margin: -5px 0 0 3px;
}
/* OTS */
@media (max-width:992px) {
    #listing-details {
        padding: 45px 0 30px 0;
    }

    .container {
        max-width: 920px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    /* .col-sm-6 {
        width: 100% !important;
    }*/

    .main__content {
        display: flex;
        flex-direction: column;
    }

    #map {
        /* position: static !important; */
        width: 100% !important;
        /* margin-bottom: 50% !important; */
    }

    #results-panel {
        position: static !important;
        width: 100% !important;
    }

    .map-info-window {
        width: auto;
    }
    .distance-info {
        height: 95px;
    }
}
.distance-info {
    height: 85px;
}
@media (max-width:768px) {
    .listing .hospital_title {
        font-size: 25px;
    }
}

@media (max-width:576px) {
    #listing-details {
        padding: 22px 0 30px 0;
    }

    .listing .btn-back {
        margin: 16px 0 10px 0;
    }

    .listing .hospital_title {
        margin: 0;
    }
}
/* OTS */
.navbar-nav .dropdown-menu {
    position: absolute !important;
}

.navbar-nav > .nav-item > a.show {
    background-color: #e7e7e7;
}

.logo-ht {
    height: 94px;
}

@media (max-width:992px) {
    /* #menu img.logo {
        height: 70px;
    }*/

    #menu a#logo {
        padding-left: 0px;
    }
}

/*.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.form-select > option:hover {
    background-color: #0d6efd;
}

.form-select > option:focus {
    background-color: #0d6efd;
}*/

.accordion-item {
    border: none;
}

.accordion-button {
    padding: 0;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
}

.accordion-body {
    padding: 0;
    padding-left: 0.5rem;
}

.accordion-button:not(.collapsed) {
    background-color: white;
    box-shadow: none;
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2362C250'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

.accordion-button:focus {
    z-index: 300;
    /* border-color: rgb(97 194 80);*/
    outline: 0;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2362C250'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.05rem;
}

.navbar-toggler {
    padding: 0.25rem 0.5rem;
}

.navbar-toggler-icon {
    width: 1.25em;
    height: 1.25em;
}

.sub-menu {
    border: 0.5px solid lightgrey;
    width: 100%;
}

.mobile-search {
    top: 76px;
    position: relative;
}


.search-results .resp-mobile .btn:before {
    font-family: 'icomoon';
    content: "\e687";
    margin: 0 5px 0 0;
}

.resp-mobile .btn.btn-default {
    padding: 10px 12px 11px 12px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 1.5;
}

.whitespacebreak {
    white-space: pre-line;
}

.resp-mobile {
    margin-bottom: 1rem;
    border-bottom: 1px solid lightgray;
}

    .resp-mobile .row {
        margin-bottom: 0.7rem;
        padding-left: 0.3rem;
    }



div.ranking {
    color: rgba(255,184,0,1);
}

#results-table th.tablesorter-headerUnSorted a {
    padding-right: 15px;
    background: url(../img/tablesort-unsorted.svg) top right no-repeat;
    background-size: 7px 16px;
}


/* Global */
.accelerated_layer {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}


@media (max-width: 992px) {
    #themap-mobile {
        width: 100%;
        height: 100vh;
        left: 0;
        right: 0;
    }

    .search-filters {
        padding-bottom: 0px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(178, 180, 179, 0.5);
    }
}

.map-canvas-mobile {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute !important;
}

#accordionSearch .accordion-button {
    align-items: flex-start;
}

.sortmobile {
    display: flex;
}

    .sortmobile .mobileselect {
        font-family: 'Lato Regular', arial, sans-serif !important;
        font-weight: 400;
        font-size: 13px !important;
        border: none;
        color: #0f3765;
        background-color: white;
    }


#accordionDetails .accordion-button {
    padding: 15px;
    background-color: rgba(97,194,80,1);
    border: 0.01rem solid #d3d3d336;
}

#accordionDetails .collapsed h2 {
    color: #616365;
}

#accordionDetails .collapsed {
    color: rgba(97,99,101,1);
    background-color: white;
}

    #accordionDetails .collapsed:hover {
        /*background: rgba(97,194,80,1);*/
        color: rgba(255,255,255,1);
    }

#accordionDetails h2 {
    color: white;
    margin: 0px;
}

#accordionDetails .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

#accordionDetails .collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23616365'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

#divsmallscreens .listing .updated {
    text-align: start;
}

.modal {
    /*justify-content: center;
    align-items: center;*/
    opacity: 1;
    /*top: 5rem;*/
}

#unAuthExportMessage .modal-body,
#disclaimerMessage .modal-body,
#feedbackSuccess .modal-body,
#showsupport .modal-body {
    font-size: 13px !important;
}

@media (min-width:768px) {
    #unAuthExportMessage .modal-dialog,
    #disclaimerMessage .modal-dialog,
    #modelFeedback .modal-dialog,
    #feedbackSuccess .modal-dialog,
    #showsupport .modal-dialog {
        margin: auto;
        width: 70%;
    }
}

#divCredPanel .mainrow {
    margin-bottom: 1rem;
    border-bottom: 1px solid lightgray;
}

#divsmallscreens .search-results h2 {
    padding-left: 1.1rem;
}

#divsmallscreens #accordionmap .accordion-button {
    padding-left: 1.2rem;
    border-bottom: 0.01rem solid #d3d3d336;
    padding-top: 1.2rem;
}

    #divsmallscreens #accordionmap .accordion-button::after {
        margin-right: 1.1rem;
    }


.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}


footer {
    bottom: 0;
    width: 100%;
    height: 50px;
}

    footer #credit {
      /*  position: absolute;*/
        left: 2rem;
    }

        footer #credit img {
            height: 50px;
           
        }


@media (max-width: 992px) {
    footer #credit {
        left: .5rem;
    }
}


.pageContentWrapper {
    /*margin-bottom: 20px;*/ /* Height of footer*/
    min-height: calc(100vh - 175px);
}


.geo-icon {
    width: 20px;
    cursor: pointer;
    margin-top: 0.5rem;
    filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(100%) contrast(19%);
}

    .geo-icon:hover {
        filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
    }

#divFindNearby {
    margin-right: 0px;
    margin-left: -4px;
}

    #divFindNearby .form-control {
        border: none;
    }

        #divFindNearby .form-control:focus {
            border: none;
            box-shadow: none !important;
        }

    #divFindNearby .col-9 {
        border: 2px solid #067cba5c;
        border-right: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

        #divFindNearby .col-9 .form-control {
            padding-left: 0;
        }


    #divFindNearby .col-3 {
        border: 2px solid #067cba5c;
        padding: 0;
        height: 100%;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #divFindNearby .darkborder {
        border: 2px solid #198754;
    }

    #divFindNearby .btn-search {
        width: 100%;
        border-radius: 0;
    }


    #divFindNearby .noborder {
        border-right: none;
    }

#advanced-search-panel #divFindNearby .col-8 {
    padding-left: 0;
    padding-right: 0;
    border: 2px solid #ffffffba;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

    #advanced-search-panel #divFindNearby .col-8 .form-control {
        padding-left: 0.75rem;
    }

    #advanced-search-panel #divFindNearby .form-control {
        border-radius: 0 !important;
    }


#advanced-search-panel #divFindNearby .col-4 {
    border: 2px solid #ffffffba;
    padding: 0;
    height: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*#advanced-search-panel .geo-icon {
    max-width:none;
}*/

@media (min-width:992px) {
    .fa {
        font-size: 1.2em;
    }
}

@media (max-width:992px) {
    .fa {
        font-size: 1.3em;
    }

    .head-mobile {
        font-size: 28px;
        margin-bottom: 0.5rem;
    }
}



.tooltip {
    font-size: 12px;
}

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }


.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
    text-align: left;
}


.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

#divsmallscreens .website a {
    word-break: break-all;
}


/* Providers loading css*/
#loadDiv {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 105%;
    height: 100%;
    background-color: #f9f9f99c;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    /*opacity: 0.7;*/
    filter: alpha(opacity=40);
}


.providers-loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 230px;
    color: white;
    margin: auto;
    background: #067cba;
    /* padding: 27px; */
    border-radius: 2px;
    opacity: 11;
    z-index: 11111;
    padding-top: 11px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
    .providers-loading p {
        font-size:1rem;
    }
    .providers-loading span {
        position: absolute;
        height: 10px;
        width: 102px;
        top: 50px;
        overflow: hidden;
        margin-left:2.9rem;
    }

        .providers-loading span > i {
            position: absolute;
            height: 5px;
            width: 5px;
            border-radius: 50%;
            -webkit-animation: wait 4s infinite;
            -moz-animation: wait 4s infinite;
            -o-animation: wait 4s infinite;
            animation: wait 4s infinite;
        }

            .providers-loading span > i:nth-of-type(1) {
                left: -28px;
                background: hsl(11deg 100% 62%);
            }

            .providers-loading span > i:nth-of-type(2) {
                left: -21px;
                -webkit-animation-delay: 0.8s;
                animation-delay: 0.8s;
                background: #07ba07;
            }

@-webkit-keyframes wait {
    0% {
        left: -7px
    }

    30% {
        left: 52px
    }

    60% {
        left: 22px
    }

    100% {
        left: 100px
    }
}

@-moz-keyframes wait {
    0% {
        left: -7px
    }

    30% {
        left: 52px
    }

    60% {
        left: 22px
    }

    100% {
        left: 100px
    }
}

@-o-keyframes wait {
    0% {
        left: -7px
    }

    30% {
        left: 52px
    }

    60% {
        left: 22px
    }

    100% {
        left: 100px
    }
}

@keyframes wait {
    0% {
        left: -7px
    }

    30% {
        left: 52px
    }

    60% {
        left: 22px
    }

    100% {
        left: 100px
    }
}

/* End Providers loading css*/


.search-distance-details .col-10 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.hiddenRow {
    padding: 0 !important;
}


.size2x {
    font-size: 23px;
}


.table-doubleStriped tr:nth-child(2n+1), .table-doubleStriped tr:nth-child(2n+2) {
    background: #ffff;
}

.table-doubleStriped tr:nth-child(4n+1), .table-doubleStriped tr:nth-child(4n+2) {
    background: rgb(207 250 163 / 25%);
}

.table-doubleStriped  td {
    border-style: none !important;
    border: none;
    border-bottom-width:0;
}

.table-doubleStriped tr  {
    border-style: none !important;
    border: none;
    border-bottom-width: 0;
}


.cursor-point{
    cursor:pointer;
}

.mr0{
    margin-right:0px;
}

.table-overview {
    --bs-table-striped-bg: transparent;
}

.table-overview td {
    border: none;
}

.tel-text a{
    word-break:break-word;
}

.cookie-link {
    color: #0f3765;
    text-decoration:underline !important;
}

    .cookie-link:hover {
        color: #0f3765;
        text-decoration: none !important;
    }

.scrollup {
    scroll-margin-top: 6rem;
}