﻿/* 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. */
.main-container {
    margin-top: 70px;
}

.form-control {
    /*padding: 0px !important;*/
}


body > header {
    position: fixed;
    z-index: 9999999;
    top: 0px;
    width: 100%;
}

.navbar {
    padding: 0 !important;
}

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: -70px;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}


/* breadcrumb styles
-------------------------------------------------- */
li.minus-sep::before {
    padding: 0 3px !important;
    color: #ccc;
    content: "-" !important;
}

li.colon-sep::before {
    padding: 0 3px !important;
    color: #ccc;
    content: ":" !important;
}

li.no-sep {
    margin-left: 20px;
}

    li.no-sep::before {
        padding: 0 0px !important;
        color: #ccc;
        content: "" !important;
    }

.breadcrumb_today {
    margin-right: 20px;
}

.breadcrumb > li + li:before {
    padding: 0px 0px 0px 4px;
}

.breadcrumb-item {
    padding-left: .0rem !important;
}

/* Statistic table styles
-------------------------------------------------- */

.stat_table {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-right: 0px;
    cursor: pointer;
    float: left;
}

@media screen and (min-width: 48em) {
    .stat_table {
        width: 100%;
    }
}

.hide {
    display: none !important;
}

.stat_header {
    height: 30px;
    color: white;
    font-weight: normal;
    background: rgb(220, 36, 36);
}

.stat_column {
    text-align: right;
}

.stat_header_item {
    /* width: 20%; */
    font-weight: normal;
}

    .stat_header_item:first-child {
        /* width: 0%; */
        /* font-weight: normal; */
        /* font-size: 12px; */
    }

.stat_item {
    margin-left: 10px;
    margin-right: 10px;
}

.bold {
    font-weight: bold;
}

.stat_row {
    height: 30px;
}

    .stat_row:hover {
        background-color: rgb(245, 245, 245);
    }

.stat_row_total-1 {
    background-color: rgb(56, 56, 56) !important;
    color: #fff;
    font-weight: bold !important;
}

.stat_row_total-2 {
    background-color: rgb(245, 245, 245) !important;
    font-weight: bold !important;
}

.stat_row_total-3 {
    background-color: rgb(245, 245, 245) !important;
    font-weight: bold !important;
}

.stat_row_total-4 {
    background-color: rgb(150, 150, 150) !important;
    color: #000;
    font-weight: bold !important;
}

.stat_row_total-5 {
    background-color: rgb(245, 245, 245) !important;
    font-weight: bold !important;
}

.stat_chart_100 {
    float: left;
    margin-top: 30px;
    width: 100%;
}

.stat_chart_50 {
    float: left;
    margin-top: 30px;
    width: 50%;
}



/* nav bar styles
-------------------------------------------------- */

.navbar-inverse {
    background-color: rgb(242, 242, 242);
    border-color: rgb(242, 242, 242);
}

.navbar-brand-image {
    /* padding: 5px 15px; */
}

    .navbar-brand-image > img {
        height: 40px;
        width: 50px;
    }

.navbar-inverse .navbar-nav > li > a {
    color: rgb(0, 0, 0);
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: rgb(255, 0, 0);
        background-color: transparent;
    }

@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0px !important;
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #000000 !important;
}

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        border-color: #cc0202 !important;
        background-color: #e2e2e2 !important;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #000000 !important;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar, navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #cc0202 !important;
    }

.logo9 {
    float: left;
    margin-top: 17px;
}

    .logo9 > a > img {
        width: 35px;
    }

/* checkbox menu styles
-------------------------------------------------- */
.spn-srv {
    /*position: absolute;
    margin-left: -1.3em;*/
    position: initial !important;
    margin-left: 0em !important;
    cursor: pointer;
}

.lbl-srv {
    cursor: pointer;
}

.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin: 0;
    transition: background-color .4s ease;
}

.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li label label {
    font-size: 12px;
    font-weight: normal;
    /* margin-left: 15px; */
    padding-top: 0px;
}

.checkbox-menu li.active label,
.checkbox-menu li.active label label {
    background-color: #eaeaea;
}

.checkbox-menu li.active label {
    font-weight: bold;
}

    .checkbox-menu li.active label label {
        font-weight: normal;
    }

.checkbox-menu li label:hover,
.checkbox-menu li label:focus,
.checkbox-menu li label label:hover,
.checkbox-menu li label label:focus,
.checkbox-menu li label:hover label:hover,
.checkbox-menu li label:hover label:focus,
.checkbox-menu li label:focus label:focus,
.checkbox-menu li label:focus label:hover {
    background-color: #dcdada;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus,
.checkbox-menu li label label:hover,
.checkbox-menu li label label:focus,
.checkbox-menu li.active label:hover label {
    background-color: #bebec7;
}

.checkbox-menu li label:focus label:hover {
    /* background-color: #bebec7; */
}

/* container-snd styles
-------------------------------------------------- */
.container-snd {
    background-color: #e9ecef;
    border-radius: .25rem;
}

/* btn-columns styles
-------------------------------------------------- */
.btn-col-group {
    /* float: right; */
    /* margin-top: 8px; */
    /* margin-right: 7px; */
}

.btn-col.focus, .btn-col:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255, 255, 255);
}

.btn-srv {
    font-size: 2rem;
    font-weight: 500;
    padding: .25rem .0rem;
}

/* sortable styles
-------------------------------------------------- */
#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-width: 100%;
    max-height: 197px;
}

    #sortable li {
        margin-bottom: 1px;
    }

        #sortable li span {
            position: absolute;
            margin-left: -1.3em;
        }


/* draggable styles
-------------------------------------------------- */
.ui-draggable, .ui-droppable {
    background-position: top;
}

/* charts styles
-------------------------------------------------- */

.stat_chart_100 {
    float: left;
    margin-top: 30px;
    width: 100%;
}

.stat_chart_50 {
    float: left;
    margin-top: 30px;
    width: 50%;
}


/* status Table styles
-------------------------------------------------- */
.status_table {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    cursor: pointer;
    float: left;
}

@media screen and (min-width: 48em) {
    .status_table {
        width: 100%;
    }
}

.status_header {
    height: 30px;
    font-weight: normal;
    color: #fff;
    background-color: #0062cc;
}

.status_column {
    text-align: left;
}

.status_header_item {
    width: 20%;
    font-weight: normal;
}

    .status_header_item:first-child {
        width: 200px;
        /* font-weight: normal; */
        /* font-size: 12px; */
    }

.status_item {
    margin-left: 5px;
    /* margin-right: 10px; */
}

.status_row {
    height: 30px;
}

    .status_row:hover {
        background-color: rgb(235, 245, 245);
    }


/*
    form styles
*/
.form-group label {
    margin-bottom: .2rem;
}

.row h4 {
    margin-bottom: .1rem;
}

.row hr {
    margin-top: 0rem;
    margin-bottom: 0;
}

/* messages Table styles
-------------------------------------------------- */
/* Chat containers */
.main-tab-container {
    overflow-y: auto;
    height: 500px;
}


.chat-container {
    border: 1px solid #d8d8d8;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 6px;
    margin: 4px 0;
    font-size: 13px !important;
}

/* Darker chat container */
.chat-darker {
    border-color: #ccc;
    background-color: #ddd;
}

/* Clear floats */
.chat-container::after {
    content: "";
    clear: both;
    display: table;
}

/* Style images */
.chat-container img {
    float: left;
    max-width: 30px;
    width: 30px;
    margin-right: 20px;
    /* border-radius: 50%; */
}

    /* Style the right image */
    .chat-container img.right {
        float: right;
        margin-left: 20px;
        margin-right: 0;
    }

/* Style time text */
.chat-time-right {
    float: right;
    color: #aaa;
}

/* Style time text */
.chat-time-left {
    float: left;
    color: #999;
}



thead, tbody {
    /* display: block; */
}

tbody {
    height: 100px; /* Just for the demo          */
    overflow-y: auto; /* Trigger vertical scroll    */
    overflow-x: hidden; /* Hide the horizontal scroll */
}

table.scroll {
    /* width: 100%; */ /* Optional */
    /* border-collapse: collapse; */
    border-spacing: 0;
    border: 2px solid black;
}

    table.scroll tbody,
    table.scroll thead {
        display: block;
    }

/**/

.fixed_header {
    table-layout: fixed;
    border-collapse: collapse;
}

    .fixed_header tbody {
        /* display: block; */
        width: 100%;
        overflow: auto;
        /* height: 455px; */
    }

    .fixed_header thead tr {
        display: block;
    }

    .fixed_header thead {
        background: black;
        color: #fff;
    }

    .fixed_header th, .fixed_header td {
        padding: 5px;
        text-align: left;
        width: 200px;
    }


/* nav microsoft styles
-------------------------------------------------- */
@media screen and (min-width: 860px) {
    .c-uhfh-gnav > ul > li > .c-uhf-nav-link, .c-uhfh-gnav > ul > li > form > .c-uhf-nav-link {
        border: 1px solid transparent;
        color: #262626;
        display: inline-block;
        margin-top: 1px;
        padding: 16px 8px 10px;
        text-decoration: none;
        background-color: transparent;
        font-size: 13px !important;
    }
}

@media screen and (min-width: 860px) {
    .c-uhfh-gnav > ul > li > .c-uhf-nav-link:hover, .c-uhfh-gnav > ul > li > .c-uhf-nav-link:focus {
        background: transparent;
    }
}

@media screen and (min-width: 860px) {
    .c-uhfh-gnav > ul > li > .c-uhf-nav-link:after {
        background: transparent;
        content: "";
        display: block;
        height: 2px;
    }
}

@media screen and (min-width: 860px) {
    .c-uhfh-gnav > ul > li > .c-uhf-nav-link:hover::after, .c-uhfh-gnav > ul > li > .c-uhf-nav-link:focus::after {
        display: block;
        background: currentColor;
    }
}

@media screen and (min-width: 860px) {
    .c-uhfh-gnav > ul > li > .c-uhf-nav-link:after {
        bottom: 9px;
    }
}

@media screen and (min-width: 860px) {
    .c-logo {
        padding: 16px 6px 16px 10px;
        float: left;
        height: 100%;
        margin-top: 1px;
        width: 70px;
    }
}

img.c-image, picture.c-image img {
    display: block;
    margin: 0;
    max-width: 100%;
    height: auto;
}

.c-logo .c-image {
    margin-top: -15px;
    max-width: none;
    width: 60px;
}

.c-tab {
    flex-direction: row;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: white;
    margin-top: 16px;
}


.ctab-g, .ctab-j {
    padding-right: 2rem;
}

.c-tab-text, .c-tab-item {
    cursor: pointer;
}

.margin-0 {
    /* margin-bottom: 0rem; */
    /* margin-top: 0.0rem; */
}

div.col-left > section > div > ul > li > h5:before,
div.col-right > section > div > ul > li > h5:before, #account > h5:before {
    bottom: 9px;
    background: transparent;
    background-color: transparent;
    content: "";
    display: block;
    height: 2px;
}

div.col-right > section > div > ul > li:hover > h5:before {
    background: currentColor;
    background-color: currentColor;
}

div.col-right > section > div > ul > li.selected > h5:before {
    background: currentColor;
    background-color: red;
}


@media screen and (min-width: 768px) {
    #subscriber {
        /* position: fixed; */
        /* margin-left: 0px; */
        /* padding-left: 0px; */
        /* margin-top: 35px; */
        /* width: 26%; */
    }

    .c-div {
        /* position: fixed; */
        z-index: 999;
        /* margin-top: -50px; */
        /* width: 54.2%; */
    }

    .c-expend {
        margin-top: 0px;
    }

    .c-t-f {
        /* position: fixed; */
        z-index: 999;
        /* margin-top: -5px; */
        /* width: 100%; */
        /* background-color: white; */
        /* margin-bottom: 0rem; */
    }

    .c-t-f0 {
        position: fixed;
        z-index: 999;
        margin-top: -19px;
        width: 100%;
        background-color: white;
        margin-bottom: 0rem;
        min-height: 20px;
    }
}

.modal {
    top: 80px !important;
}


/*********/
.col-sd-2, .col-sd-3, .col-sd-4,
.col-sd-5, .col-sd-6, .col-sd-7, .col-sd-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 980px) {
    .col-sd-2 {
        flex: 0 0 20%;
    }
    .col-sd-3 {
        flex: 0 0 30%;
    }
    .col-sd-4 {
        flex: 0 0 40%;
    }
    .col-sd-5 {
        flex: 0 0 50%;
    }
    .col-sd-6 {
        flex: 0 0 60%;
    }
    .col-sd-7 {
        flex: 0 0 70%;
    }
    .col-sd-8 {
        flex: 0 0 80%;
    }
}

.padding-left-102 {
    padding-left: 102px !important;
}

.padding-left-67 {
    padding-left: 67px !important;
}

.hd-fix {
    left: 0;
    right: 0;
    top: 50px;
    /*-ms-transform: translateY(-100%);*/
    /* transform: translateY(-100%); */
    z-index: 500;
    position: fixed;
    display: block;
    /* height: 50px; */
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.hdd-fix {
    max-width: calc(1600px + 10%);
    display: flex;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.btn-vas-service {
    color: #000;
    background-color: #1b6ec200;
    border-color: #1861ac00;
    margin-top: .0rem;
    padding: .1rem .5rem;
    font-size: .875rem;
    line-height: 1.5rem;
    border-radius: .0rem;
    text-align: left;
}

/*    */
.Dashbord {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    border-collapse: collapse;
    width: 100%;
}

    .Dashbord tbody {
        height: unset;
    }

    .Dashbord td, .Dashbord th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .Dashbord > tbody > tr:first-child {
        background-color: #c7c7c7;
        color: black
    }

    .Dashbord tr {
        text-align: right;
    }

        .Dashbord tr:hover {
            background-color: #f8f9fa;
        }

    .Dashbord th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
        background-color: #fe0000;
        color: white;
    }

    .Dashbord td.percentage {
        width: 7%;
    }

    .Dashbord td > p {
        margin: 0;
    }

p.percentage {
    font-size: 0.7rem;
}

.Dashbord th.th-row {
    text-align: left;
    width: 15%;
    background-color: #6c757d;
}

#th0 {
    background-color: transparent !important;
    border: unset !important;
}

.stat_chart_100 {
    float: left;
    width: 100%;
    min-height: 500px;
}