/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}


.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.map-filter {
    position: absolute;
    top: 18px;
    z-index: 7777777;
    left: 195px;
}

.search-btn-parent {
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-end;
}

.search-btn-parentV1 {
    display: flex;
    margin-bottom: 10px;
    justify-content: left;
    padding-top: 10px;
}

.bg-black {
    background-color: #000 !important;
    border: #000 !important;
}

.bg-box {
    background-color: #5f96d2;
    color: #fff;
}

.bg-white-op {
    color: #ffffff;
}

.small-box h3 {
    font-size: 1.1rem !important;
    font-weight: 500 !important;
}

.device-blocked {
    background-color: rgb(255 0 0) !important;
    color: #fff !important;
}

.user-blocked {
    background-color: rgb(255 162 162) !important;
    color: #fff !important;
}

.f-calender label {
    display: block;
    font: 1rem 'Fira Sans', sans-serif;
}

.f-calender input,
label {
    margin: .4rem 0;
}

.mg-right5rem {
    margin-right: 5rem;
}

.mg-left5rem {
    margin-left: 5rem;
}

.mg-right {
    margin-right: 0.5rem;
}


.display-flex {
    display: flex;
}

.filterbtnbg {
    background: #edededcc;
}

.icon-color {
    color: rgb(243 243 243) !important;
}

.box-icon i {
    font-size: 1.3rem !important;
    padding: 0px;
    top: 15px !important;
    opacity: 0.7;
}

.inner-box h3 {
    padding: 5px;
    margin-bottom: 0px;
}

.d-box {
    font-weight: 500 !important;
    font-size: 25px !important;
}

.badge-info-inner {
    font-weight: 500;
    background: #17a2b8;
    border-radius: 5px;
    width: 40px;
    font-size: 16px;
    margin-right: 5px;
    padding: 2px;
}

.search-btn-parentV1 {
    display: flex;
    margin-bottom: 10px;
    justify-content: left;
    padding-top: 10px;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.m-bottom-15 {
    margin-bottom: 15px;
}

.pd-5 {
    padding: 5px;
}

.fontsz {
    font-size: 0.9rem !important;
}

g text {
    font-weight: 500;
    text-decoration: none;
    font-style: normal;
}

    g text path {
        font-weight: 500 !important;
        text-decoration: none !important;
        font-style: normal;
    }

.chrt-box i {
    color: #5f96d2;
}

.chrt-refresh:hover {
    cursor: pointer;
}

.stats-form {
    padding: 20px;
}

.mg-top {
    margin-top: 1.0rem
}

.pd-top {
    padding-top: 1.0rem
}

.margin-10 {
    margin: 0px 0 10px 0;
}

.center {
    margin: 0 auto;
}

#deviceChannel i {
    font-size: 21px;
}

@media (width <= 1250px) {

    .icon-disply {
        display: none;
    }
}

.SumoSelect > .CaptionCont > span.placeholder {
    color: #000 !important;
}

.sdh_filters {
    box-sizing: border-box;
    align-items: center;
    display: inline-flex;
    padding: 10px;
}

.dsh_datePicker {
    height: 36PX;
}
