﻿:root {
    --cl-silver-01: #ededed;
    --size-025: 0.25rem;
}
.dx-dateviewroller-day {
    display: none !important;
}
.navbar-toggler {
    background: #e5e5e5 !important;
    border-radius: 50% !important;
    padding: 7px 10px !important;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-size: var(--fnt-size) !important;
}

.breadcrumb {
    font-size: 0.9rem !important;
}

#spinner-wrapper {
    background-image: url('../images/loading.GIF') !important;
    background-color: #444444d1;
    position: fixed;
    z-index: 99999999999;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.weekend {
    font-style: italic !important;
    color: #4d4d4d;
    background-color: #fffff3;
}
.day-in-week {
    color: var(--cl-blue-title);
}
/*dùng strong _Layout*/
.pse-half {
    padding-right: .5rem;
    padding-left: .5rem;
}

.system-date-custom, .system-date-custom:hover {
    text-decoration: none !important;
    color: var(--green);
}

.infor-custom {
    text-decoration: none !important;
    color: var(--vtb-blue-01) !important;
    font-size: var(--fnt-size) !important;
}

    .infor-custom:hover {
        border-radius: var(--size-1r);
        background: var(--vtb-blue-01) !important;
        color: #FFFFFF !important;
        transition-duration: 1s;
    }

.signout-custom {
    color: var(--red) !important;
    text-decoration: none !important;
    font-size: var(--fnt-size) !important;
}

    .signout-custom:hover {
        background: var(--red) !important;
        color: #FFFFFF !important;
        border-radius: var(--size-1r);
        transition-duration: 1s;
    }


.input-group-text-custom {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #808080;
    /*color: var(--vtb-blue-01);*/
    text-align: center;
    white-space: nowrap;
    background: #f8faff !important;
    border-top: 1px solid var(--cl-silver-01) !important;
    border-bottom: 1px solid var(--cl-silver-01) !important;
    border-left: 1px solid var(--cl-silver-01) !important;
    border-right-width: 0px !important;
    border-radius: 0.25rem;
}
/*cấu hình form input*/
.input-custom .dx-texteditor-input {
    font-weight: 501;
    color: var(--vtb-blue-01);
}

.input-custom.dx-editor-outlined {
    background: #f8faff !important;
    padding: 7px !important;
    border-top: 1px solid var(--cl-silver-01) !important;
    border-bottom: 1px solid var(--cl-silver-01) !important;
    border-right: 1px solid var(--cl-silver-01) !important;
    border-left-width: 0px !important;
    border-top-right-radius: var(--size-025) !important;
    border-bottom-right-radius: var(--size-025) !important;
}

    .input-custom.dx-editor-outlined:hover .dx-placeholder,
    .input-custom.dx-editor-outlined:hover > span.input-group-text-custom {
        color: var(--vtb-blue-01) !important;
        /*border: 1px solid rgb(133 185 239) !important;*/
        /*background: #fff !important;*/
    }

.nav-link.nav-custome-layout {
    border-bottom: 1px solid;
    border-color: #2a76ad;
    color: #1d3a4f;
    margin-top: 3px;
    font-family: var(--fa-font-arial);
}

.chart-tooltip-header {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5c5c5;
}

.chart-tooltip-body {
    width: 180px;
}

    .chart-tooltip-body .series-name {
        font-weight: normal;
        opacity: 0.6;
        display: inline-block;
        line-height: 1.5;
        padding-right: 10px;
        width: 136px;
    }

    .chart-tooltip-body .value-text {
        display: inline-block;
        line-height: 1.5;
        width: 30px;
        text-align: right !important;
    }

.dashboard-filter {
    box-shadow: 0 1px 6px 0 #20212447 !important;
}

.dx-data-row .text-line-limit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.grid-btn-edit .dx-button-content .dx-icon {
    color: green !important;
}

.toggle-dx-switch.dx-switch.dx-state-hover .dx-switch-handle:before {
    background-color: gray !important;
}

.toggle-dx-switch .dx-switch-handle:before {
    background-color: gray !important;
}

.toggle-dx-switch.dx-switch.dx-state-hover.dx-switch-on-value .dx-switch-handle:before {
    background-color: green !important;
}

.toggle-dx-switch.dx-switch-on-value .dx-switch-handle:before {
    background-color: green !important;
}  

/*.nav-tabs-custom .nav-link {
    color: #7f7f7f;
    font-weight: 600;
}

    .nav-tabs-custom .nav-link:hover {
        color: var(--vtb-blue-01) !important;
    }

    .nav-tabs-custom .nav-link.active {
        background-color: transparent !important;
        color: var(--vtb-blue-01) !important;
        border-right-color: transparent !important;
        border-left-color: transparent !important;
        border-top-color: transparent !important;
        border-bottom: 2px solid var(--vtb-blue-01);
        font-weight: 600;
        font-size: 1rem !important;
    }*/