@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

html,
body {
    height: 100%;
    font-family: 'Quicksand', sans-serif !important;
    background-color: #F8F9FA !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.skin-blue-light .sidebar a {
    color: #444 !important;
}

a {
    color: #3E6DF1 !important;
}

.btn-success {
    color: #fff !important;
}

.wrap>.container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content:
        /*"\e113"*/
        "\e151";
}

a.desc:after {
    content:
        /*"\e114"*/
        "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
}

.nav>li>form>button.logout:focus {
    outline: none;
}


/* CUSTOM CSS */

.site-header {
    padding: 0px !important;
    margin: 10px !important;
}

.speed {
    max-height: 300px;
    background-color: white;
    border-radius: 4px;
}

.banner {
    max-width: 690px !important;
    width: 100%;
    height: auto;
}

.channel {
    max-width: 530px;
    width: 100%;
    height: auto;
}

.detelnet {
    max-width: 200px;
    width: 100%;
    height: auto;
}

.footer-brand,
.footer-links,
.footer-social-links,
.footer-copyright {
    justify-content: left !important;
}


.site-header::before {
    background: linear-gradient(57deg, rgba(62, 109, 242, 1) 100%, rgba(176, 200, 252, 1) 0%) !important;
}

.button-secondary {
    background: linear-gradient(57deg, rgba(56, 128, 247, 1) 100%, rgba(176, 200, 252, 1) 0%) !important;
}

.button-primary {
    background: linear-gradient(57deg, rgba(62, 109, 242, 1) 100%, rgba(176, 200, 252, 1) 0%) !important;
    /* background: linear-gradient(57deg, rgba(221,75,57,1) 0%, rgba(253,187,45,1) 100%)!important; */
}

.skin-blue-light .main-header .navbar {
    background-color: #3e6df2 !important;
}

.skin-blue-light .main-header .logo {
    background-color: #3e6df2 !important;
}

.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
    background-color: #3e6df2 !important;
}

.btn-danger {
    background-color: #3e6df2 !important;
    border-color: #3e6df2 !important;
}

.box.box-danger {
    border-top-color: #3e6df2 !important;
}

.skin-blue-light .main-sidebar {
    border-right: none !important;
}

.blue {
    color: #196CFA;
}

.form-control {
    border-radius: 4px !important;
}

.skin-blue-light .main-header .logo {
    color: #fff !important;
}

.padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn-danger {
    color: #fff !important;
}

.col-center {
    float: none;
    align-items: center;
    margin: 0 auto;
}

#mapid {
    height: 400px;
    margin-bottom: 25px;
    border-radius: 20px;
}

#mapid2 {
    height: 400px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #3E6DF1 !important;
    border-color: #3E6DF1 !important;
    color: white !important;
}

.main-header .sidebar-toggle {
    color: white !important;
}

.center {
    text-align: center;
}

.flat {
    background: url(../images/bg.jpg) no-repeat center center !important;
    background-size: cover;
}

.logo {
    max-height: 120px;
}

.map-responsive {
    margin: 10px;
    /* overflow: hidden; */
    /* padding-bottom: 56.25%; */

    position: relative;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 300px;
    width: 100%;
}

.idcard {
    max-height: 400px;
}

.mx-auto {
    margin: 0 auto !important;
}

.bold {
    font-weight: bold;
}

.height-panel {
    height: 150px !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.line {
    border: 0;
    border-top: 2px dotted #8c8c8c;
}

.v-center {
    display: flex;
    align-items: center;
    justify-content: center;

}

.m-3 {
    margin: 1rem !important;
}

.mapboxgl-popup-content {
    color: #fff !important;
    background-color: #f13e3e !important;
}

.mapboxgl-popup-tip {
    border-top-color: #f13e3e !important;
}

/* Desktop only */
.update-loc {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px;
    z-index: 1000;
}

/* Mobile only */
@media (max-width: 989px) {
    .update-loc {
        position: absolute;
        top: 320px;
        left: 50%;
        text-align: center;
        transform: translateX(-50%);
        color: white;
        padding: 8px 15px;
        border: none;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 600;
        width: 80%;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px;
        z-index: 1000;
    }
}

.d-none {
    display: none !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.card.bg-glass {
    background: rgba(255, 255, 255, 0.54);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: none;
}

audio {
    width: 100%;
    margin-top: 1rem;
}

.bg-intro {
    background: linear-gradient(57deg, rgba(62, 109, 242, 1) 100%, rgba(176, 200, 252, 1) 0%) !important;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}