/* Montserrat */
@font-face {
    font-family: 'Montserrat';
    src: url("./fonts/subset-Montserrat-Regular.eot");
    src: url("./fonts/subset-Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/subset-Montserrat-Regular.woff2") format("woff2"), url("./fonts/subset-Montserrat-Regular.woff") format("woff"), url("./fonts/subset-Montserrat-Regular.ttf") format("truetype"), url("./fonts/subset-Montserrat-Regular.svg#Montserrat-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url("./fonts/subset-Montserrat-Medium.eot");
    src: url("./fonts/subset-Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/subset-Montserrat-Medium.woff2") format("woff2"), url("./fonts/subset-Montserrat-Medium.woff") format("woff"), url("./fonts/subset-Montserrat-Medium.ttf") format("truetype"), url("./fonts/subset-Montserrat-Medium.svg#Montserrat-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url("./fonts/subset-Montserrat-SemiBold.eot");
    src: url("./fonts/subset-Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("./fonts/subset-Montserrat-SemiBold.woff2") format("woff2"), url("./fonts/subset-Montserrat-SemiBold.woff") format("woff"), url("./fonts/subset-Montserrat-SemiBold.ttf") format("truetype"), url("./fonts/subset-Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url("./fonts/subset-Montserrat-Bold.eot");
    src: url("./fonts/subset-Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/subset-Montserrat-Bold.woff2") format("woff2"), url("./fonts/subset-Montserrat-Bold.woff") format("woff"), url("./fonts/subset-Montserrat-Bold.ttf") format("truetype"), url("./fonts/subset-Montserrat-Bold.svg#Montserrat-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamPro';
    src: url('./fonts/GothaProReg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GothamPro';
    src: url('./fonts/GothaProBol.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: 'Montserrat',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    /*background-color: #f9fafe;*/
}



p {
    font-weight: 300;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 10px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 5px;
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
    border-bottom:1px solid #eee;
    height: 61px;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 210px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;

    background-color: #2b65c9;
    width: 210px;
    min-width: 210px;
    height: 100vh;
    /*padding-top: 12px;*/
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 10px;
    /*background: #6d7fcc;*/

    width: 100%;
    /*height: 49px;*/
/*    display: flex;
    flex-direction: row;
    justify-content: center;*/
    /*margin-bottom: 50px;*/
    border-bottom: 1px solid #1f55b3;
    height: 61px;
}

#sidebar .sidebar-header .logo{
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
}

#sidebar .sidebar-header img {
    /* display: block; */
    display: inline-block;
    height: 20px;
    padding-right: 10px;
}

.navbar-brand {
    /* display: inline-block; */
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: unset;
    display: flex;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #1f55b3;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 15px;
    display: flex;
    padding-left: 7px;
    padding-right: 7px;
    align-self: center!important;
    padding-top: 13px;
    padding-bottom: 13px;
}
#sidebar ul li a svg{
    width:22px;
    height:22px;
    align-self: center!important;
    justify-content: center!important;
    padding-right:5px;
}
#sidebar ul li a:hover,
#sidebar ul li a.active
{
/*    color: #7386D5;
    background: #fff;*/
    background-color: #1f55b3;
}

#sidebar ul li a:hover {
    /*    color: #7386D5;
        background: #fff;*/
    background-color: #1f55b3;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
/*    color: #fff;
    background: #6d7fcc;*/
}

.user_profile{
    border: 1px solid #fff;
}
.user_profile.show{
    background: #EFF2FA;
/*    border: 1px solid #c7d0ea;
    border-radius: 4px;*/
}
a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 15px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
    display: block !important;
    font-weight: 600;
}

a.download {
    background: #fff !important;
    color: #333;
}
a.download:hover {
    background-color: #fff;
}
a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 210px);
    /*padding: 40px;*/
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f9fafe;
}

#content.active {
    width: 100%;
}
.content_wrapper{
    padding: 20px;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}



.user_profile{
    line-height: 1.2;
    cursor: pointer;
    display: flex;
    padding: 7px;
    height: 61px;
    align-self: center!important;
    padding-left: 15px;
    border-left: 1px solid #dee2e6;
}
.user_name{
    font-weight: 600;
    font-size: 15px;
}
.user_role{
    font-weight:100;
    color:#333;
    font-size: 13px;
}

.user_img{
    width:30px;
}

#digital-clock{
    width:45px;
    display:inline-block;
    letter-spacing: 1px;
    font-weight: 500;
}
#digital-clock-wrapper{
    display:none;
    font-size: 15px;
}


.table thead th {
    vertical-align: middle;
 border-left: 1px solid #ddd;
    border-bottom: 0;
    position: relative;
    font-size: 13.5px;
}

.table thead th:last-child {
    border-right: 1px solid #ddd;
}

.table td{
    padding: .55rem;
    line-height: 1.4em;
    vertical-align: middle;
    /*border-top: 0;*/
}

.table td:first-child{
    border-left: 1px solid #ddd;

}

.table td:last-child{
    border-right: 1px solid #ddd;
}

table {
    border-spacing: unset;
    border-collapse: separate;
}
.table{
    font-size:14px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.table tr{
   border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.table h5{
    margin-bottom: .1rem;
}

.table .btn-sm{
    font-size: 13.5px;
    font-weight: 500 !important;
    line-height: 1.5;
    padding: .25em .4em;
}

/*.table tr:last-child{
    border-bottom: 1px solid #ddd;
}
.table tr:first-child td{
    border-bottom: 0;
}*/


.dropdown-menu{
    width:219px;
}

.dropdown-menu{
    border: none;
    margin: 0;
    width: 100%;
    position: absolute;
    /* display: none; */
    /* top: 100%; */
    left: 0;
    z-index: 2;
    /* background-color: #fff; */
    color: #202c45;
    font-size: 15px;
    border-radius: 0;
    line-height: 22px;
    background: #EFF2FA;
    border-top: 1px solid #ddd;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 20%);
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: unset;
    color: #2b65c9;
}


.logo small{
    letter-spacing: 1px;
}


.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: .25rem;
}

.fs-14{
    font-size:14px;
}


a.dotted{
    color: #2b65c9;
    border-bottom:1px dashed;
}
a.dotted:hover{
    color: #1f55b3;
    border-bottom:1px solid;
}

a.detail_page{
    font-weight: 500;
    display: inline-block;
    /* text-decoration: underline; */
    border-bottom: 1px solid;
    line-height: 1.2;
    margin-bottom: 5px;

}

a.detail_page:hover{
    color: #1f55b3;
    border-bottom: 1px dashed;
}

.order_status .badge{
    font-size: 13.5px;
    font-weight: 500 !important;
    line-height: 1.5;
}

/*.order_status svg {
    width: 1.1em !important;
    height: 1.1em;
}*/
svg {
    cursor: pointer;
}
.order_status a.dotted{
    font-size: 13.5px;
}

table tr {
    transition: all .15s;
}

table tr:hover {
/*    box-shadow: 0 3px 8px 0 rgb(22 43 92 / 7%), 0 9px 33px 0 rgb(22 43 92 / 13%);*/
}

@media screen and (max-width: 1000px) {
    .table-bordered { border:none}
    table#adaptive_table thead { display: none; }
    table#adaptive_table tr { margin-bottom:15px;display: block; }
    table#adaptive_table tbody td {
        display: block;text-align:left;
    }
    table#adaptive_table tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline;
        /*    width: 30%;*/
        padding-right: 10px;
    }
    table#adaptive_table tr {
        margin-bottom: 20px;
        display: block;
        border-bottom: 1px solid #ddd;
    }
    .table#adaptive_table  td:first-child {
        border-left: 0;
    }
}


/*кноки*/
.btn-primary {
    color: #fff;
    background-color: #2b65c9;
    border-color: #2b65c9;
}

.upd-btn{
    width:40px;
}


body.modal-open {
    /* overflow: hidden; */
    overflow: unset;
    height: 100vh;
}
body.modal-open {
    padding-right: 0 !important;
}


.svg-inline--fa.fa-w-18 {
    width: 1em;
}


.sortable thead th.sorted {
    /*background: #cacaca;*/
    background-color: rgba(0,0,0,.075);
}
table.sortable span.arrow.up, th.arrow.up:after {
    border-color: transparent transparent #333 transparent;
    margin-top: -7px;
}
table.sortable span.arrow {
    border-style: solid;
    border-width: 5px;
    font-size: 0;
    border-color: #333 transparent transparent transparent;
    line-height: 0;
    height: 0;
    width: 0;
    margin-top: -2px;
}
table.sortable span.sign {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 14px;
    margin-top: -2px;
    color: #bfbfc1;
}



.bootstrap-table .fixed-table-container .table thead th .sortable {
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 15px!important;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: .5rem;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    word-break: break-word;
    text-align: center;
    font-size: 13.5px;
}

.bootstrap-table .fixed-table-container .table thead th {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    word-break: break-word;
}


#time_loader {
    display: block;
    margin-right: 30px;
    font-size: 15px;
}

.sort_alert{
    font-size: 15px;
    font-weight: 500;
}

.sort_word{
    /*border-bottom: 1px dashed;
    font-style: italic;*/
    font-weight:600
}