/*.content-body {
    height: calc(100% - 10px) !important;
}
*/
.k-loading-image {
    display: none !important;
}

.k-grid-footer {
    display: none !important;
}

.footer{
    padding: 3px 15px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1600px !important;
    }
}

.avatar-warning::after,
.avatar-danger::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 2px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #fff;
}

.avatar-warning::after {
    background-color: #ffc107;
}

.avatar-danger::after {
    background-color: #dc3545;
}

.avatar-xs.avatar-warning::after, .avatar-xs.avatar-danger::after {
    width: 5px;
    height: 5px;
}

.avatar-sm.avatar-warning::after, .avatar-sm.avatar-danger::after {
    width: 7px;
    height: 7px;
}

.avatar-md.avatar-warning::after, .avatar-md.avatar-danger::after {
    width: 9px;
    height: 9px;
    right: 2px;
    bottom: 2px;
}

.avatar-lg.avatar-warning::after, .avatar-lg.avatar-danger::after {
    width: 10px;
    height: 10px;
    bottom: 3px;
    right: 4px;
}

.avatar-xl.avatar-warning::after, .avatar-xl.avatar-danger::after {
    width: 11px;
    height: 11px;
    bottom: 4px;
    right: 5px;
    box-shadow: 0 0 0 2.5px #fff;
}

.avatar-xxl.avatar-warning::after, .avatar-xxl.avatar-danger::after {
    width: 13px;
    height: 13px;
    bottom: 6px;
    right: 7px;
    box-shadow: 0 0 0 3px #fff;
}

.dropdown-message .dropdown-item:hover .avatar-danger::after,
.dropdown-message .dropdown-item:hover .avatar-warning::after, .dropdown-message .dropdown-item:focus .avatar-danger::after,
.dropdown-message .dropdown-item:focus .avatar-warning::after,
.dropdown-notification .dropdown-item:hover .avatar-danger::after,
.dropdown-notification .dropdown-item:hover .avatar-warning::after,
.dropdown-notification .dropdown-item:focus .avatar-danger::after,
.dropdown-notification .dropdown-item:focus .avatar-warning::after {
    box-shadow: 0 0 0 2px #f2f4f8;
}

.small{
    font-size: 80% !important;
}

/*
.k-grid{
	border: none !important;
}

.k-group-indicator{
    max-height: 40px;
}

.k-grouping-header{
    padding: 10px 10px;
}

.k-grid-toolbar{
    width: 50% !important;
    float: right !important;
    height: 65px !important;
}

.k-grouping-header{
	width: 50% !important;
	height: 65px !important;
}

.k-grid-search{
	height: 55px !important;
}
.k-grid td {
    font-size: 11px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.k-grid th {
    font-size: 11px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    
}
*/


.grid-wrapper::before {
    content: attr(data-label);
    display: block;
    position: absolute;
    top: -6px;
    left: 5px;
    font-size: 8px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: inherit;
    color: #8392a5;
    padding: 0 5px;
    z-index: 1;
}

.grid-wrapper {
    background-color: #fff;
    border: 1px solid rgba(72, 94, 144, 0.16);
    position: relative;
}

.content-body .container {
    margin-bottom: 0 !important;
}

.navbar-menu {
    max-width: 100% !important;
}

.help-tooltip {
    right: 5px;
    position: absolute;
    top: 5px;
}


.k-tooltip a {
    text-decoration: underline !important;
    cursor: pointer !important;
    color: #0168fa !important;
}

.k-chart-shared-tooltip {
    background-color: rgba(97,97,97,.9);
}

#grid .k-group-footer {
    display: none;
}

#grid .k-grouping-row {
    text-align: right;
}

.k-filter .k-filter-container, .k-filter .k-filter-preview {
    margin-bottom: 0 !important;
}

#addition-filter-area .k-filter-preview-field {
    color: #3f51b5;
}

.k-filter-toolbar-item .k-button-icon[aria-label='Add Group'] {
    display: none;
}

.k-filter-preview {
    display: none;
}

body, html {
    height: 100%;
}


.login-back {
    background-image: url("/images/login_01.jpg");
    height: 100%;
    transition: background-image 2s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-back {
    background-image: url("/images/02_home.jpg");        
    background-position: right;
    background-repeat: no-repeat;
    background-size:contain;
}

.fp-back {
    background-image: url("/images/pass_02.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.reset-back {
    background-image: url("/images/pass_01.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.r-form-control {
    height: 3rem;
    padding-left: 2rem;
    border-radius: 1.3rem;
    background-color: #F2F2F2;
    color: #007AC3;
    font-weight: 400;
}


    .r-form-control:focus {
        color: #007AC3;
        background-color: #F2F2F2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(1, 104, 250, 0.25);
    }


.form-group-brand {
    margin-bottom:20px;
}
.btn-brand-02 {
    background-color: #007AC3;
    border-color: #007AC3;
    color: #fff;
    border-radius: 1.3rem;
    padding: 10px;
}

.btn-brand-red {
    background-color: #D2232A;
    border-color: #D2232A;
    color: #fff;
    border-radius: 1.3rem;
    padding: 10px;
}

    .btn-brand-red:hover, .btn-brand-red:focus {
        background-color: #D2232A;
        border-color: #D2232A;
    }

.btn-brand-03 {
  
    border-color: #000;
    border-radius: 1.3rem;
    padding: 10px;
}

    .btn-brand-03:hover, .btn-brand-03:focus {
        
        border-color: #000;
    }
.alert-area {
    margin-top: 20px;
}

.into-text {
    color: #007AC3;
}
.image-channel {
    padding-left: 35px;
    padding-right: 35px;
}

.sub-menu {

}

.sub-menu .nav-item.active .nav-link {
    position: relative;
    color: #CD0811;
    border-bottom: #CD0811;
    border-width: 3px;
    border-bottom-style: solid;
}
.content-fixed {
     margin-top: 5px;
}

.navbar-menu {
    margin-top:0px;
}

.navbar-menu .nav-label {
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
  
   
}


.dropdown-message .dropdown-menu, .dropdown-notification .dropdown-menu {
    background-color: #ECF7FD;
    border-radius: 0px 0px 20px 20px;
}

.dropdown-message .dropdown-footer, .dropdown-notification .dropdown-footer {
    background-color: #007AC3;
    color: #fff;
    border-radius: 0px 0px 20px 20px;
}

.dropdown-message .dropdown-footer a, .dropdown-notification .dropdown-footer a {
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.dropdown-message .media-body strong, .dropdown-notification .media-body strong {
    font-weight: 600;
    color: #1b2e4b;
}
.navbar-header .navbar-right .dropdown-menu {
    background-color: #ECF7FD;
    border-radius: 0px 0px 20px 20px;
}


.k-tooltip {
    border-color: #007AC3;
    background-color: #ECF7FD;
    color: #000;
    padding: 10px;
}

.help-tooltip {
    color: #000;
}

.k-tooltip >h6 {
    color: #000;
}
.modal-header {
    background-color:#007AC3;
    color:#fff;
}

    .modal-header h1,
    .modal-header h2,
    .modal-header h3,
    .modal-header h4,
    .modal-header h5,
    .modal-header h6 {
        color: #fff;
    }


.modal-content .close {
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #007AC3;
    border-color: #007AC3;
}


article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    color: #007AC3;
}


.content-body {
    height: calc(100% - 160px);
}

.content-body-empty {
    height: calc(100% - 100px) !important;
    margin-top: 60px !important;
}

.page-profile {
    color: #1b2e4b;
    overflow-y: hidden;
}


.dropdown-message .dropdown-link.new-indicator span, .dropdown-notification .dropdown-link.new-indicator span {
    display: flex;
    width: 6px;
    height: 6px;
    justify-content: center;
    position: absolute;
    top: 1px;   
    right: 15px;
    background-color: #dc3545;
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    font-family: sans-serif;
    line-height: 2;
    border-radius: 100%;
}


.navbar-header .navbar-right .dropdown:last-child {
    margin-left: 0px;
}


.navbar-header .navbar-right {
    padding: 0 0 0 0;
}

    .navbar-header .navbar-right .dropdown {
        margin-left: 0px;
    }

.k-window-titlebar {
    background-color: #007AC3;
    color: #fff;
    padding: 14px 14px;
}


.k-window {
    box-shadow: none;
}

.k-window.k-state-focused, .k-window:focus {
    box-shadow: none;
}

.newCustomBtn {
    background-color: #13aa52;
    border: 1px solid #13aa52;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
    box-sizing: border-box;
    color: #1a1a1a;
    cursor: pointer;
    font-family: "Akzidenz Grotesk BQ Medium", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    outline: 0;
    padding: 10px 25px;
    text-align: center;
    transform: translateY(0);
    transition: transform 150ms, box-shadow 150ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .newCustomBtn:hover {
        box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
        transform: translateY(-2px);
    }

@media (min-width: 768px) {
    .newCustomBtn {
        padding: 10px 30px;
    }
}


.table-cell-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 5px;
}