﻿/*@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.ttf');
    src: url('../font/Roboto-Regular.ttf') format('ttf'), url('../font/Roboto-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Light.ttf');
    src: url('../font/Roboto-Light.ttf') format('ttf'), url('../font/Roboto-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: lighter;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Bold.ttf');
    src: url('../font/Roboto-Bold.ttf') format('ttf'), url('../font/Roboto-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
}*/

a {
    cursor: pointer;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}
@media (min-width: 770px) {
    .sidebar-objects {
        max-height: 80vh;
        overflow: auto;
    }

    #sidebar-object-list-context-menu {
        display: none;
    }

    .sidebar-objects::-webkit-scrollbar-track
    {
        background-color: #F5F5F5;
    }

    .sidebar-objects::-webkit-scrollbar
    {
        width: 17px;
        background-color: #F5F5F5;
    }

    .sidebar-objects::-webkit-scrollbar-thumb
    {
        background-color: darkgrey;
    }
}

@media (max-width: 769px) {
    .Left_fixed {
        display: none;
    }

    .sidebar-objects {
        display: none
    }
}

.glyphicon-cog {
    color: #adadad;
    margin-right: 2px;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 13px;
}

h3 {
    font-family: "Roboto" !important;
    font-weight: lighter;
}

body {
    height: 100%;
    font-weight: normal;
    font-family: "Roboto";
    color: #25718c;
    min-width: 320px;
    background: #0a2333;
}

    body::-webkit-scrollbar {
        background-color: rgba(37,113,140, .4);
    width: 7px;
    height: 8px;
    border-radius: 100px;
    }

    body::-webkit-scrollbar:hover {
        background-color: rgba(37,113,140, .7);
    }

    body::-webkit-scrollbar-thumb {
        background-color: rgba(23,162,184, .5);
    border-radius: 30px;
    }


        body::-webkit-scrollbar-thumb:hover {
            background-color: rgba(23,162,184, 1);
        }

a:focus {
    outline: none;
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#wrapper #content-wrapper {
    background-color: #0a2333;
    width: 100%;
    min-height: 100vh;
}

#wrapper #content-wrapper #content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}


.container,
.container-fluid,
.container-login,
.navbar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90, 92, 105, 0.5);
    line-height: 46px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: white;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover {
    background: #5a5c69;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.scroll-to-top i {
    font-weight: 800;
}

@-webkit-keyframes growIn {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes growIn {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.animated--grow-in,
.sidebar .nav-item .collapse {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animated--fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}


.bg-gradient-primary {
    background-color: #6777EF;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #6777EF), to(#303f9f));
    background-image: linear-gradient(180deg, #6777EF 10%, #303f9f 100%);
    background-size: cover;
}

.bg-gradient-secondary {
    background-color: #757575;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #757575), to(#60616f));
    background-image: linear-gradient(180deg, #757575 10%, #60616f 100%);
    background-size: cover;
}

.bg-gradient-success {
    background-color: #66bb6a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #66bb6a), to(#13855c));
    background-image: linear-gradient(180deg, #66bb6a 10%, #13855c 100%);
    background-size: cover;
}

.bg-gradient-info {
    background-color: #3abaf4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #3abaf4), to(#258391));
    background-image: linear-gradient(180deg, #3abaf4 10%, #258391 100%);
    background-size: cover;
}

.bg-gradient-warning {
    background-color: #ffa426;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffa426), to(#dda20a));
    background-image: linear-gradient(180deg, #f6c23e 10%, #ffa426 100%);
    background-size: cover;
}

.bg-gradient-danger {
    background-color: #fc544b;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fc544b), to(#be2617));
    background-image: linear-gradient(180deg, #fc544b 10%, #be2617 100%);
    background-size: cover;
}

.bg-gradient-light {
    background-color: #e3eaef;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #e3eaef), to(#c2cbe5));
    background-image: linear-gradient(180deg, #e3eaef 10%, #c2cbe5 100%);
    background-size: cover;
}

.bg-gradient-dark {
    background-color: #212121;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #212121), to(#373840));
    background-image: linear-gradient(180deg, #212121 10%, #373840 100%);
    background-size: cover;
}

.bg-gradient-default {
    background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}

.bg-gradient-login {
    background-color: #074e6f;
    background-size: cover;
}

.bg-gray-100 {
    background-color: #f8f9fc !important;
}

.bg-gray-200 {
    background-color: #eaecf4 !important;
}

.bg-gray-300 {
    background-color: #dddfeb !important;
}

.bg-gray-400 {
    background-color: #d1d3e2 !important;
}

.bg-gray-500 {
    background-color: #b7b9cc !important;
}

.bg-gray-600 {
    background-color: #858796 !important;
}

.bg-gray-700 {
    background-color: #6e707e !important;
}

.bg-gray-800 {
    background-color: #5a5c69 !important;
}

.bg-gray-900 {
    background-color: #3a3b45 !important;
}

.o-hidden {
    overflow: hidden !important;
}

.text-xs {
    font-size: .7rem;
}

.text-lg {
    font-size: 1.2rem;
}

.text-gray-100 {
    color: #f8f9fc !important;
}

.text-gray-200 {
    color: #eaecf4 !important;
}

.text-gray-300 {
    color: #dddfeb !important;
}

.text-gray-400 {
    color: #d1d3e2 !important;
}

.text-gray-500 {
    color: #b7b9cc !important;
}

.text-gray-600 {
    color: #858796 !important;
}

.text-gray-700 {
    color: #6e707e !important;
}

.text-gray-800 {
    color: #5a5c69 !important;
}

.text-gray-900 {
    color: #3a3b45 !important;
}


.icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.border-left-primary {
    border-left: 0.25rem solid #3f51b5 !important;
}

.border-bottom-primary {
    border-bottom: 0.25rem solid #3f51b5 !important;
}

.border-left-secondary {
    border-left: 0.25rem solid #757575 !important;
}

.border-bottom-secondary {
    border-bottom: 0.25rem solid #757575 !important;
}

.border-left-success {
    border-left: 0.25rem solid #66bb6a !important;
}

.border-bottom-success {
    border-bottom: 0.25rem solid #66bb6a !important;
}

.border-left-info {
    border-left: 0.25rem solid #4dd0e1 !important;
}

.border-bottom-info {
    border-bottom: 0.25rem solid #4dd0e1 !important;
}

.border-left-warning {
    border-left: 0.25rem solid #ffeb3b !important;
}

.border-bottom-warning {
    border-bottom: 0.25rem solid #ffeb3b !important;
}

.border-left-danger {
    border-left: 0.25rem solid #ef5350 !important;
}

.border-bottom-danger {
    border-bottom: 0.25rem solid #ef5350 !important;
}

.border-left-light {
    border-left: 0.25rem solid #f8f9fc !important;
}

.border-bottom-light {
    border-bottom: 0.25rem solid #f8f9fc !important;
}

.border-left-dark {
    border-left: 0.25rem solid #5a5c69 !important;
}

.border-bottom-dark {
    border-bottom: 0.25rem solid #5a5c69 !important;
}

.progress-sm {
    height: .5rem;
}

.rotate-15 {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.rotate-n-15 {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.dropdown .dropdown-menu {
    font-size: 0.85rem;
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.dropdown .dropdown-menu .dropdown-header {
    font-weight: 800;
    font-size: 0.65rem;
    color: #b7b9cc;
}

.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
}

.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f107';
}

.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
    position: relative;
}

.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
    position: absolute;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    right: .25rem;
    margin-top: -.25rem;
}

.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
    height: 2rem;
    width: 2rem;
    border: 1px solid #fafafa;
}

.topbar {
    height: 4.375rem;
    z-index: 2;
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.topbar #sidebarToggleTop {
    height: 2.5rem;
    width: 2.5rem;
    -webkit-box-shadow: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.topbar #sidebarToggleTop:hover {
    background-color: #fafafa;
}

.topbar #sidebarToggleTop:active {
    background-color: #dddfeb;
}

.topbar .navbar-search {
    width: 25rem;
}

.topbar .navbar-search input {
    font-size: 0.85rem;
}

.topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}

.topbar .nav-item .nav-link {
    height: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.75rem;
}

.topbar .nav-item .nav-link:focus {
    outline: none;
}

.topbar .nav-item:focus {
    outline: none;
}

.topbar .dropdown {
    position: static;
}

.topbar .dropdown .dropdown-menu {
    width: calc(100% - 1.5rem);
    right: 0.75rem;
}

.topbar .dropdown-list {
    padding: 0;
    border: none;

}

.topbar .dropdown-list .dropdown-header {
    background-color: #3f51b5;
    border: 1px solid #3f51b5;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
}

.topbar .dropdown-list .dropdown-item {
    white-space: normal;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-left: 1px solid #e3e6f0;
    border-right: 1px solid #e3e6f0;
    border-bottom: 1px solid #e3e6f0;
    line-height: 1.3rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
    height: 2.5rem;
    width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
    background-color: #eaecf4;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0.125rem solid #fff;
}

.topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 10rem;
}

.topbar .dropdown-list .dropdown-item:active {
    background-color: #eaecf4;
    color: #3a3b45;
}

@media (min-width: 576px) {
    .topbar .dropdown {
        position: relative;
    }

    .topbar .dropdown .dropdown-menu {
        width: auto;
        right: 0;
    }

    .topbar .dropdown-list {
        width: 20rem !important;
    }

    .topbar .dropdown-list .dropdown-item .text-truncate {
        max-width: 13.375rem;
    }
}

.bg-navbar {
    background-color: #03405b;
}

.sidebar {
    min-height: 100vh;
    width: 20rem !important;
    background-color: #03405b !important;
    /*-webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;*/
    z-index: 0;
}

.sidebar .nav-item {
    position: relative;
    margin-bottom: -15px;
}

.sidebar .nav-item:last-child {
    margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    width: 14rem;
}

.sidebar .nav-item .nav-link i {
    font-size: 0.85rem;
    margin-right: 0.25rem;
}

.sidebar .nav-item .nav-link span {
    font-size: 0.85rem;
    display: inline;
}

.sidebar .nav-item.active .nav-link {
    font-weight: 800;
}

.sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
}

.sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
    content: '\f105';
}

.sidebar .nav-item .collapse {
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    -webkit-animation: none;
    animation: none;
}

.sidebar .nav-item .collapse .collapse-inner {
    border-radius: 0.35rem;
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.sidebar .nav-item .collapsing {
    display: block;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.sidebar .nav-item .collapse,
.sidebar .nav-item .collapsing {
    margin: 0 1rem;
}

.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
    padding: .5rem 0;
    min-width: 10rem;
    font-size: 0.85rem;
    margin: 0 0 1rem 0;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
    margin: 0;
    white-space: nowrap;
    padding: .5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.65rem;
    color: #b7b9cc;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
    display: block;
    color: #3a3b45;
    text-decoration: none;
    border-radius: 0.35rem;
    white-space: nowrap;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    /*//background-color: #eaecf4;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
    /*background-color: #dddfeb;*/
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
    color: #3a3b45;
    font-weight: 800;
}

.sidebar #sidebarToggle {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    cursor: pointer;
}

.sidebar #sidebarToggle::after {
    font-weight: 900;
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    margin-right: 0.1rem;
}

.sidebar #sidebarToggle:hover {
    text-decoration: none;
}

.sidebar #sidebarToggle:focus {
    outline: none;
}

.sidebar .sidebar-brand {
    height: 4.375rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    padding: 1.5rem 1rem;
    text-align: center;
    letter-spacing: 0.05rem;
    z-index: 1;
}

.brand-icon img {
    max-height: 2.3rem;
}

.brand-icon {
    /* margin-top: 8px; */
    /* background: url('../images/shared/logo_report.png'); */
    background-repeat: no-repeat;
    background-position-x: left;
    height: 40px;
    width: 150px;
    min-width: 150px;
    background-size: contain;
}

.sidebar hr.sidebar-divider {
    margin: 1rem 0 1rem 0;
}

.sidebar .sidebar-heading {
    text-align: left;
    padding: 0 1rem;
    font-weight: 800;
    font-size: 0.65rem;
    letter-spacing: 0.13rem;
}

.sidebar .version {
    text-align: left;
    font-size: 0.6rem;
    padding: 0 1rem;
    color: #b7b9cc;
    letter-spacing: 0.030rem;
}


.sidebar .sidebar-brand .sidebar-brand-text {
    display: inline;
}

.sidebar.toggled {

    width: 6.5rem !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 1;
}

.sidebar.toggled .nav-item {
    margin-bottom: 0px;
}


.sidebar.toggled hr.sidebar-divider {
    margin: 0 0 1rem 0;
}

.sidebar.toggled #sidebarToggle::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    margin-left: 0.25rem;
}

.sidebar.toggled .nav-item .collapse {
    position: absolute;
    left: calc(6.5rem + 1.5rem / 2);
    top: 2px;
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}

.sidebar.toggled .nav-item .collapse,
.sidebar.toggled .nav-item .collapsing {
    margin: 0;
}

.sidebar.toggled .nav-item .collapse .collapse-inner {
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    border-radius: 0.35rem;
}

.sidebar.toggled .nav-item .collapsing {
    display: none;
    -webkit-transition: none;
    transition: none;
}

.sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
}

.sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 6.5rem;
}

.sidebar.toggled .nav-item .nav-link {
    background-color: transparent !important;
}

.sidebar.toggled .sidebar-heading {
    display: none;
}

.sidebar.toggled .nav-item .nav-link span {
    display: none;
}

.sidebar.toggled .nav-item .nav-link i {
    float: left;
    text-align: center;
    font-size: 1rem;
    margin: 0 0 0.7rem 1rem;
}

.sidebar.toggled .sidebar-brand .sidebar-brand-text {
    display: none;
}

.sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
}

.sidebar.toggled .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
    content: '\f105';
}

.sidebar.toggled .sidebar-brand .sidebar-brand-icon {
    background-image: none;
}


.login-form {
    padding: 3rem !important;
}

@media (max-width: 768px) {

    #container-wrapper {
        min-width: 100vw;
    }

    .sidebar.toggled {
        width: 100vw !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

    .sidebar.toggled .nav-item {
        margin-left: -1rem;
        position: relative;
        margin-bottom: -15px;
    }

    .sidebar.toggled .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 1rem;
        width: 14rem;
    }

    .sidebar.toggled .nav-item .nav-link i {
        font-size: 0.85rem;
        margin-top: 0.4rem;
        margin-right: 0.5rem;
    }

    .sidebar.toggled .nav-item .nav-link span {
        font-size: 0.85rem;
        display: inline;
    }

    .sidebar.toggled .nav-item.active .nav-link {
        font-weight: 700;
    }

    .sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after {
        width: 1rem;
        text-align: center;
        float: right;
        vertical-align: 0;
        border: 0;
        font-weight: 900;
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
    }

    .sidebar.toggled .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
        content: '\f105';
    }

    .sidebar.toggled .nav-item .collapse {
        position: relative;
        padding-left: 1rem;
        left: 0;
        z-index: 1;
        top: 0;
        -webkit-transition: height 0.15s ease;
        transition: height 0.15s ease;
    }

    .sidebar.toggled .nav-item .collapse .collapse-inner {
        border-radius: 0.35rem;
        -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
        box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    }

    .sidebar.toggled .nav-item .collapse,
    .sidebar.toggled .nav-item .collapsing {
        margin: 0 1rem;
    }

    .sidebar.toggled .nav-item .collapse .collapse-inner,
    .sidebar.toggled .nav-item .collapsing .collapse-inner {
        padding: .5rem 0;
        min-width: 10rem;
        font-size: 0.85rem;
        margin: 0 0 1rem 0;
    }

    .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-header,
    .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-header {
        margin: 0;
        white-space: nowrap;
        padding: .5rem 1.5rem;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 0.65rem;
        color: #b7b9cc;
    }

    .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-item,
    .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-item {
        padding: 0.5rem 1rem;
        margin: 0 0.5rem;
        display: block;
        color: #3a3b45;
        text-decoration: none;
        border-radius: 0.35rem;
        white-space: nowrap;
    }

    .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-item:hover,
    .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-item:hover {

        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

    .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-item:active,
    .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-item:active {

    }

    .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-item.active,
    .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-item.active {
        color: #3f51b5;
        font-weight: 800;
    }

    .sidebar.toggled .sidebar-brand {
        height: 4.375rem;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 800;
        padding: 1.5rem 1rem;
        text-align: center;
        letter-spacing: 0.05rem;
        z-index: 1;
    }

    .sidebar.toggled hr.sidebar-divider {
        margin: 1rem 0 1rem 0rem;
    }

    .sidebar.toggled .sidebar-heading {
        display: block;
        text-align: left;
        padding: 0 1rem;
        font-weight: 800;
        font-size: 0.65rem;
        letter-spacing: 0.13rem;
    }

    .sidebar.toggled .sidebar-brand .sidebar-brand-text {
        display: inline;
    }

    .sidebar {
        width: 0 !important;

        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    .sidebar hr.sidebar-divider {
        margin: 1rem 0 1rem 0rem;
    }

    .topbar .navbar-search {
        width: 100%;
    }

    .login-form {
        padding: 3rem 2rem !important;
    }
}


.breadcrumb {
    background-color: transparent;
    font-size: 12px;
    font-weight: bold;
}

.sidebar-light .sidebar-brand {
    color: #fafafa;
    background-color: #054d66;
}

.sidebar-light hr.sidebar-divider {
    border-top: 1px solid #eaecf4;
}

.sidebar-light .sidebar-heading {
    color: #b7b9cc;
}

.sidebar-light .nav-item .nav-link {
    color: #858796;
}

.sidebar-light .nav-item .nav-link i {
    color: #9e9e9e;
}

.sidebar-light .nav-item .nav-link:active,
.sidebar-light .nav-item .nav-link:focus,
.sidebar-light .nav-item .nav-link:hover {
    color: #6e707e;
    /*background-color: #eeeeee;*/
}

.sidebar-light .nav-item .nav-link:active i,
.sidebar-light .nav-item .nav-link:focus i,
.sidebar-light .nav-item .nav-link:hover i {
    color: #6e707e;
}

.sidebar-light .nav-item .nav-link[data-toggle="collapse"]::after {
    color: #b7b9cc;
}

.sidebar-light .nav-item.active .nav-link {
    color: #6e707e;
}

.sidebar-light .nav-item.active .nav-link i {
    color: #6e707e;
}

.sidebar-light #sidebarToggle {
    background-color: #eaecf4;
}

.sidebar-light #sidebarToggle::after {
    color: #b7b9cc;
}

.sidebar-light #sidebarToggle:hover {
    background-color: #dddfeb;
}

.sidebar-dark .sidebar-brand {
    color: #fff;
}

.sidebar-dark hr.sidebar-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.sidebar-dark .sidebar-heading {
    color: rgba(255, 255, 255, 0.4);
}

.sidebar-dark .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

.sidebar-dark .nav-item .nav-link i {
    /* color: rgba(255, 255, 255, 0.3); */
    color: #d1d3e2;
}

.sidebar-dark .nav-item .nav-link:active,
.sidebar-dark .nav-item .nav-link:focus,
.sidebar-dark .nav-item .nav-link:hover {
    color: #fff;
}

.sidebar-dark .nav-item .nav-link:active i,
.sidebar-dark .nav-item .nav-link:focus i,
.sidebar-dark .nav-item .nav-link:hover i {
    color: #fff;
}

.sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
    color: rgba(255, 255, 255, 0.5);
}

.sidebar-dark .nav-item.active .nav-link {
    color: #fff;
}

.sidebar-dark .nav-item.active .nav-link i {
    color: #fff;
}

.sidebar-dark #sidebarToggle {
    background-color: rgba(255, 255, 255, 0.2);
}

.sidebar-dark #sidebarToggle::after {
    color: rgba(255, 255, 255, 0.5);
}

.sidebar-dark #sidebarToggle:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.sidebar-dark.toggled #sidebarToggle::after {
    color: rgba(255, 255, 255, 0.5);
}

.btn-icon-split {
    padding: 0;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-icon-split .icon {
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 0.375rem 0.75rem;
}

.btn-icon-split .text {
    display: inline-block;
    padding: 0.375rem 0.75rem;
}

.btn-icon-split.btn-sm .icon,
.btn-group-sm > .btn-icon-split.btn .icon {
    padding: 0.25rem 0.5rem;
}

.btn-icon-split.btn-sm .text,
.btn-group-sm > .btn-icon-split.btn .text {
    padding: 0.25rem 0.5rem;
}

.btn-icon-split.btn-lg .icon,
.btn-group-lg > .btn-icon-split.btn .icon {
    padding: 0.5rem 1rem;
}

.btn-icon-split.btn-lg .text,
.btn-group-lg > .btn-icon-split.btn .text {
    padding: 0.5rem 1rem;
}

.card {
    background: none;
}

.card .card-header .dropdown {
    line-height: 1;
}

.card .card-header .dropdown .dropdown-menu {
    line-height: 1.5;
}

.card .card-header[data-toggle="collapse"] {
    text-decoration: none;
    position: relative;
    /*padding: 0.75rem 3.25rem 0.75rem 1.25rem;*/
}

.card .card-header[data-toggle="collapse"]::after {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 1.725rem;
    line-height: 51px;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
}

.card .card-header[data-toggle="collapse"].collapsed {
    /*border-radius: 0.35rem;*/
}

.card .card-header[data-toggle="collapse"].collapsed::after {
    content: '\f105';
}

.chart-area {
    position: relative;
    height: 10rem;
    width: 100%;
}

@media (min-width: 768px) {
    .chart-area {
        height: 20rem;
    }
}

.chart-bar {
    position: relative;
    height: 10rem;
    width: 100%;
}

@media (min-width: 768px) {
    .chart-bar {
        height: 20rem;
    }
}

.chart-pie {
    position: relative;
    height: 15rem;
    width: 100%;
}

@media (min-width: 768px) {
    .chart-pie {
        height: calc(20rem - 43px) !important;
    }
}

.bg-login-image {
    background-position: center;
    background-size: cover;
}

.bg-register-image {
    background-position: center;
    background-size: cover;
}

.bg-password-image {
    background-position: center;
    background-size: cover;
}

.btn-google {
    color: #434334;
    background-color: #ffffff;
    border-color: #bdbdbd;
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    border-radius: 0.25rem;
}

.btn-google:hover {
    color: #434343;
    background-color: #f5f5f5;
    border-color: #434343;
}

.btn-google:focus,
.btn-google.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-google.disabled,
.btn-google:disabled {
    color: #434343;
    background-color: #eeeeee;
    border-color: #434334;
}

.btn-google:not(:disabled):not(.disabled):active,
.btn-google:not(:disabled):not(.disabled).active,
.show > .btn-google.dropdown-toggle {
    color: #434334;
    background-color: #eeeeee;
    border-color: #434343;
}

.btn-google:not(:disabled):not(.disabled):active:focus,
.btn-google:not(:disabled):not(.disabled).active:focus,
.show > .btn-google.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff;
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    border-radius: 0.25rem;
}

.btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: #e6e6e6;
}

.btn-facebook:focus,
.btn-facebook.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-facebook.disabled,
.btn-facebook:disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff;
}

.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active,
.show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #dfdfdf;
}

.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook:not(:disabled):not(.disabled).active:focus,
.show > .btn-facebook.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.error {
    color: #5a5c69;
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem;
}

@-webkit-keyframes noise-anim {
    0% {
        clip: rect(31px, 9999px, 91px, 0);
    }

    5% {
        clip: rect(70px, 9999px, 29px, 0);
    }

    10% {
        clip: rect(3px, 9999px, 56px, 0);
    }

    15% {
        clip: rect(7px, 9999px, 78px, 0);
    }

    20% {
        clip: rect(97px, 9999px, 4px, 0);
    }

    25% {
        clip: rect(24px, 9999px, 60px, 0);
    }

    30% {
        clip: rect(80px, 9999px, 41px, 0);
    }

    35% {
        clip: rect(78px, 9999px, 14px, 0);
    }

    40% {
        clip: rect(20px, 9999px, 23px, 0);
    }

    45% {
        clip: rect(70px, 9999px, 61px, 0);
    }

    50% {
        clip: rect(65px, 9999px, 89px, 0);
    }

    55% {
        clip: rect(74px, 9999px, 25px, 0);
    }

    60% {
        clip: rect(76px, 9999px, 84px, 0);
    }

    65% {
        clip: rect(56px, 9999px, 10px, 0);
    }

    70% {
        clip: rect(85px, 9999px, 58px, 0);
    }

    75% {
        clip: rect(46px, 9999px, 71px, 0);
    }

    80% {
        clip: rect(6px, 9999px, 64px, 0);
    }

    85% {
        clip: rect(20px, 9999px, 84px, 0);
    }

    90% {
        clip: rect(57px, 9999px, 26px, 0);
    }

    95% {
        clip: rect(36px, 9999px, 92px, 0);
    }

    100% {
        clip: rect(12px, 9999px, 53px, 0);
    }
}

@keyframes noise-anim {
    0% {
        clip: rect(31px, 9999px, 91px, 0);
    }

    5% {
        clip: rect(70px, 9999px, 29px, 0);
    }

    10% {
        clip: rect(3px, 9999px, 56px, 0);
    }

    15% {
        clip: rect(7px, 9999px, 78px, 0);
    }

    20% {
        clip: rect(97px, 9999px, 4px, 0);
    }

    25% {
        clip: rect(24px, 9999px, 60px, 0);
    }

    30% {
        clip: rect(80px, 9999px, 41px, 0);
    }

    35% {
        clip: rect(78px, 9999px, 14px, 0);
    }

    40% {
        clip: rect(20px, 9999px, 23px, 0);
    }

    45% {
        clip: rect(70px, 9999px, 61px, 0);
    }

    50% {
        clip: rect(65px, 9999px, 89px, 0);
    }

    55% {
        clip: rect(74px, 9999px, 25px, 0);
    }

    60% {
        clip: rect(76px, 9999px, 84px, 0);
    }

    65% {
        clip: rect(56px, 9999px, 10px, 0);
    }

    70% {
        clip: rect(85px, 9999px, 58px, 0);
    }

    75% {
        clip: rect(46px, 9999px, 71px, 0);
    }

    80% {
        clip: rect(6px, 9999px, 64px, 0);
    }

    85% {
        clip: rect(20px, 9999px, 84px, 0);
    }

    90% {
        clip: rect(57px, 9999px, 26px, 0);
    }

    95% {
        clip: rect(36px, 9999px, 92px, 0);
    }

    100% {
        clip: rect(12px, 9999px, 53px, 0);
    }
}

.error:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;

    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 2s infinite linear alternate-reverse;
}

@-webkit-keyframes noise-anim-2 {
    0% {
        clip: rect(68px, 9999px, 1px, 0);
    }

    5% {
        clip: rect(44px, 9999px, 53px, 0);
    }

    10% {
        clip: rect(72px, 9999px, 43px, 0);
    }

    15% {
        clip: rect(18px, 9999px, 16px, 0);
    }

    20% {
        clip: rect(6px, 9999px, 72px, 0);
    }

    25% {
        clip: rect(18px, 9999px, 16px, 0);
    }

    30% {
        clip: rect(93px, 9999px, 46px, 0);
    }

    35% {
        clip: rect(100px, 9999px, 33px, 0);
    }

    40% {
        clip: rect(27px, 9999px, 29px, 0);
    }

    45% {
        clip: rect(5px, 9999px, 64px, 0);
    }

    50% {
        clip: rect(40px, 9999px, 65px, 0);
    }

    55% {
        clip: rect(72px, 9999px, 49px, 0);
    }

    60% {
        clip: rect(44px, 9999px, 39px, 0);
    }

    65% {
        clip: rect(84px, 9999px, 45px, 0);
    }

    70% {
        clip: rect(99px, 9999px, 56px, 0);
    }

    75% {
        clip: rect(87px, 9999px, 20px, 0);
    }

    80% {
        clip: rect(52px, 9999px, 8px, 0);
    }

    85% {
        clip: rect(64px, 9999px, 22px, 0);
    }

    90% {
        clip: rect(51px, 9999px, 69px, 0);
    }

    95% {
        clip: rect(2px, 9999px, 11px, 0);
    }

    100% {
        clip: rect(19px, 9999px, 40px, 0);
    }
}

@keyframes noise-anim-2 {
    0% {
        clip: rect(68px, 9999px, 1px, 0);
    }

    5% {
        clip: rect(44px, 9999px, 53px, 0);
    }

    10% {
        clip: rect(72px, 9999px, 43px, 0);
    }

    15% {
        clip: rect(18px, 9999px, 16px, 0);
    }

    20% {
        clip: rect(6px, 9999px, 72px, 0);
    }

    25% {
        clip: rect(18px, 9999px, 16px, 0);
    }

    30% {
        clip: rect(93px, 9999px, 46px, 0);
    }

    35% {
        clip: rect(100px, 9999px, 33px, 0);
    }

    40% {
        clip: rect(27px, 9999px, 29px, 0);
    }

    45% {
        clip: rect(5px, 9999px, 64px, 0);
    }

    50% {
        clip: rect(40px, 9999px, 65px, 0);
    }

    55% {
        clip: rect(72px, 9999px, 49px, 0);
    }

    60% {
        clip: rect(44px, 9999px, 39px, 0);
    }

    65% {
        clip: rect(84px, 9999px, 45px, 0);
    }

    70% {
        clip: rect(99px, 9999px, 56px, 0);
    }

    75% {
        clip: rect(87px, 9999px, 20px, 0);
    }

    80% {
        clip: rect(52px, 9999px, 8px, 0);
    }

    85% {
        clip: rect(64px, 9999px, 22px, 0);
    }

    90% {
        clip: rect(51px, 9999px, 69px, 0);
    }

    95% {
        clip: rect(2px, 9999px, 11px, 0);
    }

    100% {
        clip: rect(19px, 9999px, 40px, 0);
    }
}

.error:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #3f51b5;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;

    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
}

footer.sticky-footer {
    padding: 2rem 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

footer.sticky-footer .copyright {
    line-height: 1;
    font-size: 0.8rem;
}

footer.sticky-footer .copyright a {
    color: #455a64;
}

footer.sticky-footer .copyright a:hover {
    text-decoration: none;
}

body.sidebar-toggled footer.sticky-footer {
    width: 100%;
}

.bg-blue {
    background-color: #e8eaf6 !important;
}

.table-flush td,
.table-flush th {
    border-right: 0;
    border-left: 0;
}

.table-flush tbody tr:first-child td,
.table-flush tbody tr:first-child th {
    border-top: 0;
}

.table-flush tbody tr:last-child td,
.table-flush tbody tr:last-child th {
    border-bottom: 0;
}

.card .table {
    margin-bottom: 0;
}

.card .table td,
.card .table th {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.customer-message {
    border-bottom: 1px solid #e3e6f0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.customer-message:hover {
    background-color: #F8F9FC
}

.customer-message a .message-title {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
}

.customer-message a .message-time {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
}

.customer-message a:hover {
    text-decoration: none;
}

.btn-outline-light {
    color: #373840;
}

.card {
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}


.input-group-append .btn {
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
}

.input-group-append .btn:hover {
    -webkit-box-shadow: 0 0.125rem 0.3rem 0 rgba(58, 59, 69, 0.4) !important;
    box-shadow: 0 0.125rem 0.3rem 0 rgba(58, 59, 69, 0.4) !important;
}
.group-report {
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 36px;
}
.group-report .input-group-addon {
    max-width: initial;
    padding-left: 10px;
    background-color: #ff8b9e;
}
.group-report.approved, .group-report.declined, .group-report.in_review, .group-report.submitted, .group-report.has-error {
    display: flex;
}
.group-report .btn-group {
    background-color: #007596;
    border-radius: 5px;
    margin-left: 10px;
}
.group-report .btn-group .btn {
    padding: 0 8px;
}
.group-report .btn-group .dropdown-toggle::after {
    border-top: 0.4em solid;
    color: #fff;
}
.group-report .btn-group span {
    color: #fff;
    font-size: 23px;
}
.group-report .btn-group.show {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.group-report .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border: none;
    background-color: #007596;
    padding: .25rem .5rem;
    font-size: .875rem;
}
.group-report .dropdown-menu.dropdown-menu-right {
    border-top-left-radius: .25rem;;
    border-top-right-radius: 0;
    left: 1px!important;
}
.group-report .dropdown-menu a {
    color: #211f1b;
    font-weight: 900;
}
.group-report .dropdown-menu a:hover {
    color: #fff;
    text-decoration: none;
}
.group-report.approved .accept a, .group-report.approved .accept a:hover, .group-report .accept a.disabled, .group-report .accept a.disabled:hover {
    color: #b5b5b5;
    cursor: default;
    pointer-events: none;
}

.input-group-addon {
    display: flex;
    align-items: center;
    padding-left: 40px;
    min-width: 30px;
    min-height: 32px;
    max-width: 220px;
    border-left: none;
    width: 100%;
    background-color: #8fc9d8;
    color: #211f1b;
    font-weight: 900;
}
.report-status-text.submitted {
    color: #62DA9A;
    font-weight: 900;
}
.report-status-text.in_review {
    color: #FFC173;
    font-weight: 900;
}
.clockpicker .input-group-addon {
    min-height: auto;
    max-width: 31px;
    justify-content: center;
    padding-left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #ced4da;
    border-left: none;
    background-color: #eaedf0;
}
.title {
    font-weight: 400;
    color: #69c9d4;
    text-align: center;
    margin: 20px 0;
}

.form-control:focus {
    box-shadow: none;
}

.form-control {
    color: #25718c !important;
    font-weight: normal !important;
}

placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #25718c;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #25718c;
}

:-ms-input-placeholder { /* Microsoft Edge */
    color: #25718c;
}

.input-group-append span {
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.input-group-prepend span {
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    color: #fff;
    background-color: #003a51;
    border-color: #003a51;
}

.input-group-append span.btn-primary {
    background: #25718c;
    border-color: #25718c;
    cursor: pointer;
}

/*---- 0.0 BASE----*/
.btn-primary {
    background: #25718c;
    border-color: #25718c;
}
.btn-collapse {
    margin-top: -50px;
    padding: 2px 8px;
    border-radius: 10px;
    line-height: 1;
    font-size: 12px;
}
.btn-collapse[aria-expanded="false"] i.fa:before {
    content: "\f078";
}
.btn-collapse[aria-expanded="true"] i.fa:before {
    content: "\f077";
}

.modal-content .modal-footer .btn > .spinner-border {
    display: none;
}
.modal-content.loaded .modal-footer .btn .spinner-border{
    display: initial;
}
.modal-content.loaded .form-save:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.5;
}
.report h2, .report p {
    color: #50bade;
}

.report hr {
    background: #25718c;
}

.report label.report-label {
    color: #b2b2b2;
}

a.report-label {
    color: #b2b2b2;
}

.report-input {
    margin-top: 3px;
    margin-bottom: 3px;
}

.report-input input.form-control {
    border-radius: 0px;
    color: #0a2333 !important;
    font-weight: bold !important;
}

.report-input input.form-control:disabled,
.report-input input.form-control:read-only,
.report-input textarea.form-control:disabled {
    background-color: #b2b2b2;
}

#reportSVForm input:disabled, .report-input select:read-only {
    background-color: #b2b2b2;
}

#sidebarModal .modal-content {
    background-color: #003a51;
    border: none;
}
#sidebarModal .modal-header h5 {
    font-weight: 400;
}
#sidebarModal .modal-header {
    border-color: #00425d;
    color: #b2b2b2;
}
#sidebarModal .close, #sidebarModal .close:hover {
    color: #fff;
}
#sidebarModal .modal-body {
    padding: 0;
}
#sidebarModal .preloader-box {
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #fff0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    opacity: 0;
}
.menu-treegrid {
    min-width: 300px;
    padding: 18px 12px !important;
    cursor: pointer;
}
.menu-treegrid[aria-expanded="true"], .menu-treegrid:hover {
    background-color: #003a51!important;
}
.menu-treegrid[aria-expanded="false"] {
    background-color: transparent;
}
.navbar-nav {
    min-width: 300px;
}


/* style from sidebar-object*/

.heading-info a {
    color: #b2b2b2;
}

.heading-info a:hover {
    text-decoration: none;
    color: #fff;
}

#sidebar-tree-table .treegrid-expander {
    color: rgba(255, 255, 255, 0.75);
}

#sidebar-tree-table td, #sidebar-tree-table th {
    border: 0px;
}

#sidebar-tree-table .sidebar-object-tr {
    width: 100%;
}
#sidebar-tree-table .sidebar-object-tr td {
    padding: 1rem 1rem;
}

.sidebar-object-tr:hover {
    background: #1e607d;
}

.sidebar-object-tr:hover a.a-in-sidebar-tree-objects {
    text-decoration: none;
    color: #fff;
}

.a-in-sidebar-tree-objects {
    color: #b2b2b2;
}

img {
    min-height: 16px;
    height: 16px;
    min-width: 16px;
    width: 16px;
    margin-left: 5px;
    margin-top: 2px;
}

.city {
    margin: 20px;
    text-align: center;

    background-color: #adadad;
    border-radius: 4px;
    font-weight: 600;
}
.city a {
    color: black;
}
.city a:hover {
    text-decoration: none;
}
/**/



/*---- 0.0 MENU ----*/
.sidebar .sidebar-brand {
    color: #fafafa;
    background-color: #054d66;
}

.sidebar .sidebar-heading {
    min-height: 80px;
    color: #6aaec6;
    display: inline-block;
    padding: 1rem;
    letter-spacing: 0;
    vertical-align: top;
}

.heading-city {
    background: url(../images/login/city.png) center no-repeat;
    display: inline-block;
    height: 50px;
    width: 50px;
    min-width: 50px;
    background-size: cover;
    border-radius: 50%;
}

.heading-super {
    background: url(../images/login/super.png) center no-repeat;
    display: inline-block;
    height: 50px;
    width: 50px;
    min-width: 50px;
    background-size: cover;
    border-radius: 50%;
}

.heading-gti {
    background: url(../images/login/gti.png) center no-repeat;
    display: inline-block;
    height: 50px;
    width: 50px;
    min-width: 50px;
    background-size: cover;
    border-radius: 50%;
}

.heading-dd {
    background: url(../images/login/dd.png) center no-repeat;
    display: inline-block;
    height: 50px;
    width: 50px;
    min-width: 50px;
    background-size: cover;
    border-radius: 50%;
}

.heading-bit {
    background: url(../images/login/bit.png) center no-repeat;
    display: inline-block;
    height: 50px;
    width: 50px;
    min-width: 50px;
    background-size: cover;
    border-radius: 50%;
}

.heading-mud {
    background: url(../images/login/mud.png) center no-repeat;
    display: inline-block;
    height: 50px;
    width: 50px;
    min-width: 50px;
    background-size: cover;
    border-radius: 50%;
}

.heading-info {
    width: 10.5rem;
    display: inline-block;
    padding-left: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.heading-employee {
    font-size: 0.9rem;
    font-weight: bold;
    width: 100%;
}

.heading-employee.position {
    font-size: 0.8rem;
    font-style: italic;
    font-weight: 100;
}

.nav-item:hover {
    background: none !important;
}

.nav-link.collapsed {
    background: none;
}

.nav-link {
    background-color: rgba(0, 0, 0, 0.1);
}

.collapse.show {
    margin-bottom: 0px !important;
}

.nav-item a {
    color: #fff;
    background: none;
}

.sidebar .nav-item .nav-link span {
    font-size: 1rem;
    display: inline;
}

a.nav-link:hover, a.collapse-item:hover {
    background: #1e607d;
    color: #fff!important;
}
#nav-tab a {
    color: #25718c;
}

.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
    padding: 0rem 0;
    min-width: 10rem;
    font-size: 1rem;
    margin: 0;
}

.sidebar .nav-item .collapse,
.sidebar .nav-item .collapsing {
    margin: 0;
}


.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: 0.5rem 1rem;
    margin: 0;
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 0rem;
    white-space: nowrap;
}

.sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
}

.sidebar .nav-item:last-child {
    margin-bottom: 0rem;
}

.collapse-inner .collapse-item {
    padding: 1rem 1.5rem 1rem 2.5rem !important;
}


.sidebar-brand button {
    float: right;
}

.sidebar-brand button i {
    color: #fff;

}

/*---- 1.0 Login ----*/
.container-login {
    display: block;
    margin-top: 10rem;
    justify-content: space-between;
    padding-top: 32px;
}

.login-logo {
    /* background: url(../images/shared/logo_report.png); */
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 180px;
    height: 51px;
    left: 50%;
    margin-left: -90px;
    margin-top: -80px;
    display: block;
}

.login-lines {
    background: url(../images/login/login_lines.png), no-repeat;
    background-size: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 484px;
    display: block;
}

.login-left {
    background: url(../images/login/login_drillLeft.png), no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 808px;
    width: 600px;
    max-height: 940px;
    height: 600px;
    display: block;
}

@media screen and (max-width: 600px) {
    .login-left {
        display: none;
    }
}

.login-right {
    background: url(../images/login/login_drillRight.png), no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 560px;
    max-height: 650px;
    height: 400px;
    width: 400px;
    display: block;
}

.login-form {
    background: #dadada;
    border-radius: 5px;
    max-width: 400px;
    margin: 0 auto;
}

.login-form h1 {
    margin: 0 0 32px 0;
    font-size: 20pt;
    font-weight: normal;
}

/*---- 2.0 REPORTS ----*/

/* -------LOADER--------*/
#superReport {
    min-height: 50px;
}

#reportLoader {
    display: none;
    margin-top: 30px;
    opacity: 0;
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    z-index: 999;
}

.showLoader {
    display: block!important;
    opacity: 1 !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* table-condensed table-striped */
.mud {
    table-layout: fixed;
}

.mud td {
    word-wrap: break-word;
    font-size: 0.8rem;
}

.table-report {
    margin-top: 5px;
}

.table-report tr th, .table-report tr td {
    border: none;
}

.table-report thead tr {
    background: #001d30;
    color: #fff;
    font-size: 0.76rem;
}

.table-report tbody tr td {
    color: #ffb31a;
}


.table-monocolor thead tr {
    color: #fff;
    font-size: 0.76rem;
}

.table-monocolor tbody tr td {
    color: #fff;
}

.table-report thead tr th.actions {
    color: rgba(0, 0, 0, 0.00);
}


.table-report tbody tr:nth-child(odd),
.table-report tbody tr.odd {
    background: #171714;
}

.table-report tbody tr:nth-child(even),
.table-report tbody tr.even {
    background: #003a51;
}

.report-section {
    padding-bottom: 10px;
    margin-bottom: 40px;
    position: relative;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
}

.report-section .tr-section th {
    padding-bottom: 0px;
}

.report-section .tr-section-from-to th {
    border-top: 0px;
    padding-top: 0px;
}

.report-section th {
    vertical-align: bottom;
    font-weight: normal;
    border-bottom: none !important;
}

.report-section td {
    padding-left: 5px;
    padding-right: 5px;
}

.report-section input:disabled, select:disabled {
    background-color: #b2b2b2;
}

.left-border {
    border-left: #dee2e617 1px solid;
}

.preloader-box {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    opacity: 0;
}
.preloader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

.preloader-box.show {
    display: flex;
    opacity: 1 !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.datepickers-container {
    z-index: 9999;
}

[disabled], .disable, .disabled {
    cursor: no-drop!important;
}
.report .indent_all {
    color: #50bade;
    position: relative;
}
.report .indent_all > .btn {
    position: absolute;
    right: 0;
}

.table-report td:last-child, .table-report th:last-child {
    width: 100px;
    max-width: 100px;
    text-align: center;
}

.nav-custom {
    flex-wrap: nowrap;
    position: relative;
}
.nav-custom .nav-item {
    width: 210px;
    border: 2px solid transparent;
    padding: 2px;
    opacity: .7;
    transition: .2s ease;
}

.nav-custom .nav-item:hover, .nav-custom .nav-item.active {
    border-color: #25718c;
    opacity: 1;
}
.nav-custom .btn-group.nav-item:hover, .nav-custom .btn-group.nav-item.active {
    border-color: #ff8b9e;
}
.nav-custom .btn-group.nav-item.in_review:hover, .nav-custom .btn-group.nav-item.in_review.active {
    border-color: #8fc9d8;
}
.nav-custom .btn-group.nav-item.approved:hover, .nav-custom .btn-group.nav-item.submitted:hover, .nav-custom .btn-group.nav-item.approved.active, .nav-custom .btn-group.nav-item.submitted.active {
    border-color: #62DA9A;
}
.nav-custom .btn-group.nav-item.declined:hover, .nav-custom .btn-group.nav-item.declined.active {
    border-color: #FFC173;
}
.nav-custom .nav-item:first-child {
    margin-left: -4px;
}
.nav-custom .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: 1px solid #1e607d;
    width: 100%;
    height: 100%;
    background-color: #25718c;
}
.nav-custom .nav-item:first-child, .nav-custom .nav-item:first-child .nav-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.nav-custom .nav-item:last-child .nav-link, .nav-custom .nav-item:last-child .dropdown-toggle {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.nav-custom .dropdown-toggle::after, .nav-custom .fa {
    color: #fff;
}
.nav-custom .dropdown-menu {
    border: none;
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: 0;
}

.nav-custom .btn-group.nav-item.in_review .nav-link, .nav-custom .btn-group.nav-item.in_review .nav-link-group, .nav-custom .btn-group.nav-item.in_review .dropdown-menu {
    background-color: #8fc9d8;
}
.nav-custom .btn-group.nav-item.approved .nav-link, .nav-custom .btn-group.nav-item.submitted .nav-link, .nav-custom .btn-group.nav-item.approved .nav-link-group, .nav-custom .btn-group.nav-item.approved .dropdown-menu, .nav-custom .btn-group.nav-item.submitted .nav-link-group, .nav-custom .btn-group.nav-item.submitted .dropdown-menu {
    background-color: #62DA9A;
}
.nav-custom .btn-group.nav-item.declined .nav-link {
    background-color: #FFC173;
}
.nav-custom .btn-group.nav-item .nav-link, .nav-custom .btn-group.nav-item .nav-link-group, .nav-custom .btn-group.nav-item .dropdown-menu {
    background-color: #ff8b9e;
    border: 1px transparent solid;
}

.nav-custom .btn-group.nav-item.approved .nav-link-group, .nav-custom .btn-group.nav-item.in_review .nav-link-group {
    display: inline-flex;
}

.nav-custom .loading.load:not(.active) > .spinner-grow {
    display: inline-block;
}
.nav-custom .load > .spinner-grow {
    position: absolute;
    right: 10px;
}

.nav-custom .btn-group.nav-item .nav-link-group, .nav-custom .load > .spinner-grow {
    display: none;
}

.btn-group-custom > button {
    width: 245px;
}

.gti-group .gti-group-link > .fa {
    transform: rotate(45deg);
    transition: .2s ease;
    cursor: pointer;
}
.gti-group .gti-group-link > .fa:before {
    content: "\f00d";
}
.gti-group.show a.gti-group-link > .fa {
    transform: rotate(0);
}
.gti-group.show a.gti-group-link > .fa:before {
    content: "\f068";
}
.gti-group.show td:not(.trigger) {
    opacity: 0;
}
.gti-group.gti-group-main .control .fa, .gti-group.gti-group-hidden {
    display: none;
}

/**
@ViewBag.ReportBITState == ReportState.IN_REVIEW ||
                  @ViewBag.ReportBITState == ReportState.APPROVED)
*/
/* Стили из вью GOsuperreport.WebApp/Views/Contractor/_SuperVisorReport.cshtml */

.table-super-report {
    color: #b2b2b2;
    border-bottom: 1px #b2b2b2 solid;
}

.table-super-report input, .table-super-report select {
    max-width: 70px;
    text-align: center;
    color: #25718c;
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    /* font-size: .875rem;*/
    line-height: 1.5;
    border-radius: 0;
    border: none;
    width: 100%;
}

.w-100 {
    max-width: 100% !important;
}

.not-data {
    display: none;
}

.not-data.active {
    display: table-row;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff
}

.report-section input, .report-section select {
    max-width: 100%;
}

.width-85 {
    min-width: 85px;
}

.width-200 {
    min-width: 200px;
}

.width-240 {
    min-width: 240px;
}

.report-box {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px #25718c solid;
}
.report-box .form-inline span {
    width: 122px;
}

.select2-container {
    font-size: .875rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #25718c;
}

.position-right {
    position: absolute;
    right: 0;
}
.nav-additionally {
    height: 100%;
    border: 2px solid transparent;
    padding: 2px;
}
.nav-additionally .btn {
    min-width: 110px;
}

.table-counter {
    counter-reset: counter;
}
.table-counter tbody tr {
    counter-increment: counter;
}
.table-counter tbody tr td:first-child::before {
    content: counter(counter);
}
.btn-spinner.load > div {
    display: block;
}

.btn-spinner.load > i, .btn-spinner > div {
    display: none;
}


.modal-custom {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.modal-custom.show {
    display: flex;
}
.modal-custom .modal-custom-background {
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5;
}
.modal-custom .modal-custom-content {
    background-color: #fff;
    max-width: 800px;
    width: 800px;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
}
.modal-custom .modal-custom-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-custom .modal-custom-body {
    padding: 1.25rem;
}
.modal-custom .modal-custom-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.modal-custom .modal-custom-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}
.modal-custom-footer > * {
    margin: .25rem;
}
.modal-custom .modal-custom-header .modal-custom-close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem 1rem;
    color: #888;
}
.table-custom-padding td, .table-custom-padding th {
    padding: .15rem .75rem;
    vertical-align: middle;
}

.field-group {
    display: flex;
    align-items: center;
}
.field-group .form-control:first-child {
    border-radius: .2rem 0 0 .2rem;
}
.field-group .form-control:last-child {
    border-radius: 0 .2rem .2rem 0;
}
.field-group select {
    max-width: 110px;
}
.modal-custom .control-label {
    padding-right: 0;
}
.depth-field.hide, .depth-label-end.hide {
    display: none;
}

.field-group {
    display: flex;
    align-items: center;
}
.field-group .form-control:first-child {
    border-radius: .2rem 0 0 .2rem;
}
.field-group .form-control:last-child {
    border-radius: 0 .2rem .2rem 0;
}
.field-group select {
    max-width: 110px;
}
.not-send {
    display: none;
}
.text-cut:after {
    content: "...";
}
.text-cut > div {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
}


.table-no-striped tbody tr:nth-child(odd),
.table-no-striped tr.odd {
    background: unset;
}

.table-no-striped tbody tr:nth-child(even),
.table-no-striped tbody tr.even {
    background: unset;
}




.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    }

.error-box {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #fff;
    pointer-events: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    opacity: 0;
}

.error-box.show {
    display: flex;
    opacity: 1 !important;
}

.chemical-sections {
    display: grid;
    grid-template-columns: 30% 20% 20% 30%;
}

.uom {
    color: darkgrey;
    font-size: small;
}

.cross-out td {
    position: relative;
}

tr.cross-out td:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 2px solid rgba(255,179,26, 0.5);
    width: 100%;
}

tr.cross-out td:first-child:after {
    width: 70%;
    right: 0;
    left: initial;
}

tr.cross-out td:last-child:after {
    width: 70%;
}

#report-contractor, .tab-content-component > .tab-pane {
    position: relative;
    min-height: 100px;
}

#report-contractor > .preloader-box, .tab-pane > .preloader-box{
    background-color: transparent;
}


/* План на 5 дней */
.table-plan-five-days {
    width: 560px;
    display: block;
    /*table-layout: fixed;*/
}

.table-plan-five-days thead tr:last-child {
    display: grid;
    grid-template-columns: 130px 65px 170px 65px 65px 65px;
}

.table-plan-five-days tbody tr:not(.add-unplanned-operation) {
    display: grid;
    grid-template-columns: 65px 65px 65px 170px 65px 65px 65px;
    align-items: baseline;
}

.table-plan-five-days th {
    color: rgba(255, 255, 255, 0.75);
}

.table-plan-five-days {
    border-spacing: 0px 0px;
    border-collapse: separate;
}

.table-plan-five-days .type-plan {
    background-color: #003a51!important;
}

.table-plan-five-days .type-fact {
    background-color: #1f4e2a!important;
}

.table-plan-five-days .type-unplanned {
    background-color: #3F647F!important;/*858796*/
}

.table-plan-five-days .type-custom {
    background-color: #3F647F!important;/*858796*/
}

.table-plan-five-days tbody tr td {
    color: #fff;
    font-weight: 300;
}
.table-plan-five-days tbody tr td:first-child {
    max-width: 40px;
}

.red-border-attention {
    border: 2px solid red !important;
}

.unplanned-operation {
    display: grid;
    grid-template-columns: 8% 8% 20% 20% 20% 20% 4%;
}

.fdp-input {
    height: 23px;
    font-size: 1em;
    border: none;
    opacity: .6;
    transition: all .5s;
    border-radius: .25rem;
}

.fdp-input-sm {
    max-width: 45px;
    text-align: center;
}

.fdp-input:hover {
    opacity: .8;
}

.fdp-input:focus {
    opacity: 1;
}

.daily-plan-input {
    height: 23px;
    font-size: 1em;
    border: none;
    opacity: .6;
    transition: all .5s;
    border-radius: .25rem;
}

.daily-plan-input-sm {
    max-width: 45px;
    text-align: center;
}

.daily-plan-input:hover {
    opacity: .8;
}

.daily-plan-input:focus {
    opacity: 1;
}

tr.add-unplanned-operation {
    background-color: transparent !important;
}

    tr.add-unplanned-operation td {
    text-align: left !important;
    }

.table-plan-five-days .add-unplanned-operation a:hover {
    text-decoration: underline;
}

.template-for-unplanned-operation {
    display: none !important;
}


/*Стили для отображения dxDataGrid #GOPRT-379 */

.table-report {
    font-size: .9rem !important;
}

.dx-header-row {
    background: #001d30 !important;
}

.dx-datagrid-filter-row {
    background: #001d30 !important;
}

.dx-datagrid-filter-row .dx-texteditor-input {
    background: #001d30 !important;
}

.dx-datagrid-filter-row .dx-dropdowneditor-input-wrapper {
    background: #001d30 !important;
}

.dx-datagrid-filter-row .dx-widget {
    background: #001d30 !important;
}

.dx-datagrid-filter-row > input {
    color: white !important;
}

.dx-datagrid-filter-row .dx-menu{
    margin-left: 0px;
    margin-top: 0px;
}

.dx-datagrid .dx-datagrid-filter-row .dx-filter-range-content {
    color: white !important;
}

.dx-header-row > td {
    color: white !important;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    border-bottom: none;
}

.dx-header-row > td {
    vertical-align: bottom !important;
}

.dx-row:not(.dx-header-row) > td {
    vertical-align: middle !important;
}
.dx-datagrid-content {
    background: #001d30 !important;
}

.dx-datagrid .dx-column-lines > td {
    border-left: 1px solid #515151;
    border-right: 1px solid #515151;
}

.dx-datagrid-borders .dx-datagrid-rowsview, .dx-datagrid-headers + .dx-datagrid-rowsview {
    border-top: 1px solid #515151;
}

.dx-datagrid-borders > .dx-datagrid-rowsview, .dx-datagrid-borders > .dx-datagrid-total-footer {
    border-bottom: 1px solid #515151;
}

.dx-datagrid-borders > .dx-datagrid-headers, .dx-datagrid-borders > .dx-datagrid-rowsview, .dx-datagrid-borders > .dx-datagrid-total-footer {
    border-left: 1px solid #515151;
    border-right: 1px solid #515151;
}

.dx-datagrid-borders > .dx-datagrid-filter-panel, .dx-datagrid-borders > .dx-datagrid-headers, .dx-datagrid-borders > .dx-datagrid-pager {
    border-top: 1px solid #515151;
}

.dx-dropdowneditor-icon {
    color: #8e8e8e !important;
}


/*Стили для отображения dxTreeList #GOPRT-379 */
.dx-treelist-content {
    background: #001d30 !important;
}

.dx-treelist-headers .dx-treelist-table .dx-row > td {
    border-bottom: none;
}

.dx-treelist-rowsview .dx-treelist-collapsed span {
    font: 23px/23px DXIcons;
}

.dx-treelist-rowsview .dx-treelist-expanded span {
    font: 23px/23px DXIcons;
}

/*Делает реестры высотой в пол экрана, чтобы показать скролл */
.scrollable-table-container {
    max-height: calc(100vh - 180px);
}

/*Делает содержимое высотой в почти в экран */
.screen-container {
    height: calc(100vh - 180px);
}
.screen-containerNpv {
    height: calc(100vh - 280px);
}

/*ListContractorGTI */
/*Скрытие текста в развёрнутых строках */
#rep_gti_data tr[aria-expanded=true] td {
    color: rgba(255, 179, 26, 0) !important;
 }
/*Скрытие текста в развёрнутых строках */
 #rep_gti_data tr[aria-expanded=true] td .uom {
    color: rgba(255, 179, 26, 0) !important;
 }
 #rep_gti_data tr[aria-expanded=true] td a {
    color: rgba(255, 179, 26, 0) !important;
 }


.ExpensesPlanned .dx-numberbox {
    font-size: 12px;
}

.select2-container {
 font-size: 1rem ;
}
.form-control-sm {
    font-size: 1rem;
}

.modal-content .container .row {
    margin-bottom: 3px;
}

.modal-body .row {
    margin-bottom: 3px;
}

.uom-sm {
    color: darkgrey;
    font-size: xx-small;
}

.edit-section-controls {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.edit-section-controls label {
    margin-bottom: 0 !important;
}


#sharedModal .form-control-sm {
    font-size: 1rem !important;
}


#sharedModal .form-control {
    margin-bottom: 3px;
}


#sharedModal .control-label {
    margin-bottom: 3px;
}

#sharedModal .dx-texteditor {
    margin-bottom: 2px;
    font-size: 1rem !important;
}

.super-visor-controls > * {
    margin-right: 10px;
}
.modal-dialog-scrollable .modal-body {
    overflow-x: hidden;
}

/* Стили для дерева скважин */
.Left_fixed img {
    margin-top: -2px;
}
.node-content {
    padding: 1rem;
}
.node-content:hover {
    background-color: rgba(0,0,0,.075);
    text-decoration: none;
}
.node-content > span {
    color: #b2b2b2;
}
.node.open > .node-content .toggle:before {
    content: "\f078";
}
.node > .node-content .toggle:before {
    content: "\f054";
}
.node > .node {
    display: none;
    padding-left: 20px;
}
.node.open > .node {
    display: block;
}
/* Конец блока */

.opacity-0 {
    opacity: 0;
}

.table-fuel-diesel tr {
    font-size: .9rem !important
}

.table-fuel-oil tr {
    font-size: .9rem !important
}


#rep_ddknbk_Data tr {
    font-size: .9rem !important
}


.mdBottomFactSection-input {
    background-color: transparent !important;
}

.mdTopFactSection-input {
    background-color: transparent !important;
}

.mdBottomFactSection-cell {
    cursor: not-allowed;
}

.mdTopFactSection-cell {
    cursor: not-allowed;
}

.debugging {
    display: none;
}


.right-table-controls {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
}
.button-load-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-load-right .spinner-grow {
    position: absolute;
    top: 8px;
    right: 10px;
}
.button-load-right.load .spinner-grow {
    display: none;
}

.container-popover {
    position:relative;
    top: -10px;
    left: 5px;
}
.message-popover {
    position: absolute;
    width: 440px;
    background-color: #fff;
    padding: 10px;
    color: #000;
    border-radius: .4rem;
}
.container-popover:before {
    content: '';
    position: absolute;
    top: 13px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    transform: rotate(45deg);
}
.close-popover {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    font-size: 15px;
}

.centered-text-input {
    text-align: center;
}

.request-equipment {
    width: 1000px;
}

.table-request-equipment .col1 {
    width: 150px;
    float: left;
}

.table-request-equipment .col2 {
    float: left;
}
.table-request-equipment tbody tr td {
    color: #fff;
    font-weight: 300;
}

.attention-orange {
    background-color: #753a23;
}

.contractor-mud-controls {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
    flex-wrap: wrap;
}

 .contractor-mud-controls > * {
    margin-left: 10px;
 }

.oil-copy-icon {
    background: url(../images/icons/oil-tower-two-two-color-transparant-white-2-32.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: block;
}

#downloadExcelButton {
    display: flex;
    align-items: center;
    transition: all 1s;
    border-radius: 0;
    height: 99%;
}

#downloadExcelLoader {
    margin-left: 5px;
    display: none;
}