﻿.form-buttons-w {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.step-contents .step-content {
    padding: 0px 5%;
    display: none; }
.step-contents .step-content.active {
    display: block; }

.step-triggers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.step-triggers .step-trigger {
    padding-bottom: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 1.08rem;
    color: rgba(0, 0, 0, 0.3);
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
.step-triggers .step-trigger:focus {
    text-decoration: none; }
.step-triggers .step-trigger:hover {
    text-decoration: none;
    color: #3E4B5B;
    cursor: pointer; }
.step-triggers .step-trigger:before {
    position: absolute;
    content: "";
    height: 4px;
    background-color: #047bf8;
    left: 0px;
    right: 100%;
    bottom: -2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
.step-triggers .step-trigger.complete:before {
    right: 0px; }
.step-triggers .step-trigger.active {
    color: #3E4B5B; }
.step-triggers .step-trigger.active:before {
    right: 0px; }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-default {
    background-color: #777;
}

.label-primary {
    background-color: #428bca;
}

.label-success {
    background-color: #5cb85c;
}

.label-info {
    background-color: #5bc0de;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-danger {
    background-color: #d9534f;
}

.label {
    font-size: 70%;
    border-radius: 0;
    font-weight: 600;
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable {
    padding-right: 35px
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea;
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50)
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.hide {
    display: none !important;
}

.btn {
    cursor: pointer;
}

.style-checkbox input[type="checkbox"], .style-radiobutton input[type="checkbox"], .style-checkbox input[type="radio"], .style-radiobutton input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .style-checkbox input[type="checkbox"]:focus ~ label:before, .style-radiobutton input[type="checkbox"]:focus ~ label:before, .style-checkbox input[type="radio"]:focus ~ label:before, .style-radiobutton input[type="radio"]:focus ~ label:before, .style-checkbox input[type="checkbox"]:hover ~ label:before, .style-radiobutton input[type="checkbox"]:hover ~ label:before, .style-checkbox input[type="radio"]:hover ~ label:before, .style-radiobutton input[type="radio"]:hover ~ label:before {
        border-color: #5d9cec;
        background-color: #5d9cec;
    }

    .style-checkbox input[type="checkbox"]:active ~ label:before, .style-radiobutton input[type="checkbox"]:active ~ label:before, .style-checkbox input[type="radio"]:active ~ label:before, .style-radiobutton input[type="radio"]:active ~ label:before {
        transition-duration: 0s;
    }

    .style-checkbox input[type="checkbox"] ~ label, .style-radiobutton input[type="checkbox"] ~ label, .style-checkbox input[type="radio"] ~ label, .style-radiobutton input[type="radio"] ~ label {
        position: relative;
        padding-left: 2em;
        vertical-align: middle;
        user-select: none;
        cursor: pointer;
        font-weight: normal;
    }

        .style-checkbox input[type="checkbox"] ~ label:before, .style-radiobutton input[type="checkbox"] ~ label:before, .style-checkbox input[type="radio"] ~ label:before, .style-radiobutton input[type="radio"] ~ label:before {
            box-sizing: content-box;
            content: '';
            color: #5d9cec;
            position: absolute;
            top: 50%;
            left: 0;
            width: 14px;
            height: 14px;
            margin-top: -9px;
            border: 2px solid #5d9cec;
            text-align: center;
            transition: all 0.4s ease;
        }

        .style-checkbox input[type="checkbox"] ~ label:after, .style-radiobutton input[type="checkbox"] ~ label:after, .style-checkbox input[type="radio"] ~ label:after, .style-radiobutton input[type="radio"] ~ label:after {
            box-sizing: content-box;
            content: '';
            background-color: #5d9cec;
            position: absolute;
            top: 50%;
            left: 4px;
            width: 10px;
            height: 10px;
            margin-top: -5px;
            transform: scale(0);
            transform-origin: 50%;
            transition: transform 200ms ease-out;
        }

    .style-checkbox input[type="checkbox"]:disabled ~ label:before, .style-radiobutton input[type="checkbox"]:disabled ~ label:before, .style-checkbox input[type="radio"]:disabled ~ label:before, .style-radiobutton input[type="radio"]:disabled ~ label:before {
        border-color: #cccccc;
    }

    .style-checkbox input[type="checkbox"]:disabled:focus ~ label:before, .style-radiobutton input[type="checkbox"]:disabled:focus ~ label:before, .style-checkbox input[type="radio"]:disabled:focus ~ label:before, .style-radiobutton input[type="radio"]:disabled:focus ~ label:before, .style-checkbox input[type="checkbox"]:disabled:hover ~ label:before, .style-radiobutton input[type="checkbox"]:disabled:hover ~ label:before, .style-checkbox input[type="radio"]:disabled:hover ~ label:before, .style-radiobutton input[type="radio"]:disabled:hover ~ label:before {
        background-color: inherit;
    }

    .style-checkbox input[type="checkbox"]:disabled:checked ~ label:before, .style-radiobutton input[type="checkbox"]:disabled:checked ~ label:before, .style-checkbox input[type="radio"]:disabled:checked ~ label:before, .style-radiobutton input[type="radio"]:disabled:checked ~ label:before {
        background-color: #cccccc;
    }

    .style-checkbox input[type="checkbox"] ~ label:after, .style-radiobutton input[type="checkbox"] ~ label:after {
        background-color: transparent;
        top: 50%;
        left: 4px;
        width: 8px;
        height: 3px;
        margin-top: -4px;
        border-style: solid;
        border-color: #ffffff;
        border-width: 0 0 3px 3px;
        border-image: none;
        transform: rotate(-45deg) scale(0);
    }

    .style-checkbox input[type="checkbox"]:checked ~ label:after, .style-radiobutton input[type="checkbox"]:checked ~ label:after {
        content: '';
        transform: rotate(-45deg) scale(1);
        transition: transform 200ms ease-out;
    }

    .style-checkbox input[type="radio"]:checked ~ label:before, .style-radiobutton input[type="radio"]:checked ~ label:before {
        animation: borderscale 300ms ease-in;
        background-color: white;
    }

    .style-checkbox input[type="radio"]:checked ~ label:after, .style-radiobutton input[type="radio"]:checked ~ label:after {
        transform: scale(1);
    }

    .style-checkbox input[type="radio"] ~ label:before, .style-radiobutton input[type="radio"] ~ label:before, .style-checkbox input[type="radio"] ~ label:after, .style-radiobutton input[type="radio"] ~ label:after {
        border-radius: 50%;
    }

    .style-checkbox input[type="checkbox"]:checked ~ label:before, .style-radiobutton input[type="checkbox"]:checked ~ label:before {
        animation: borderscale 200ms ease-in;
        background: #5d9cec;
    }

    .style-checkbox input[type="checkbox"]:checked ~ label:after, .style-radiobutton input[type="checkbox"]:checked ~ label:after {
        transform: rotate(-45deg) scale(1);
    }

.account-img {
    cursor: pointer;
}

.open .account-menu {
    display: block;
    right: 0;
    top: 75px;
    left: unset;
}

.account-menu li {
    padding: 2px 20px;
}

    .account-menu li a {
        text-decoration: none;
    }

    .account-menu li:not(:last-child) {
        border-bottom: 1px solid #eee;
    }

div#check-time.col-md-3 {
    display: none;
}

    div#check-time.col-md-3.hien {
        display: block;
    }

.myvne_notify_count {
    position: absolute;
    top: -3px;
    right: 6px;
    background: #ed0505;
    border: 1px solid #ed0505;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    padding: 0 !important;
    line-height: 19px;
    width: 21px;
    text-align: center;
}

optgroup {
    font-weight: 700;
}

.h-85vh {
    height: 85vh;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1030;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto;
}

.arrow {
    border-width: 8px;
    z-index: 10;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
        border-top-width: 10px;
        border-left-width: 10px;
        border-right-width: 10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .editable-buttons .btn-sm {
    padding: 8px 12px;
}

.menu-top-image-w .sub-menu li {
    position: relative;
}

    .menu-top-image-w .sub-menu li i {
        float: right;
        padding: 16px;
        color: #fff;
        font-size: 12px;
    }

.menu-top-image-w .sub-menu-child {
    position: absolute;
    left: 200px;
    right: 0;
    list-style: none;
    display: none;
    top: 0;
    width: 220px;
    padding: 15px 0;
    background-color: #0061da;
    box-shadow: 0 2px 40px 0 rgba(26,138,255,.5);
}

.menu-top-image-w ul.main-menu > li.has-sub-menu.active .sub-menu li.active .sub-menu-child {
    display: block;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    height: calc(2.125rem + 9px);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: .5rem .7rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 75%
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #3e4b5b;
}

.background-red {
    background: #ff0000 !important;
}

.controls-above-table .form-control.form-control-sl {
    padding: 0 0 0 10px;
    height: calc(1.125rem + 10px) !important;
}

/*Dashboard*/

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-primary {
    border-color: #337ab7;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-red {
    border-color: #d9534f;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.huge {
    font-size: 40px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

.panel-body {
    padding: 15px;
}

.table-hover.table-striped thead th {
    text-align: center;
    background-color: #0061da;
    color: #fff;
    border-color: #b89292;
}

.table-hover.table-striped tbody tr {
    background-color: #fff;
}

    .table-hover.table-striped tbody tr.book-title {
        background-color: rgb(119 170 234 / 73%);
    }

.table-hover.table-hover-status.table-striped tbody td {
    text-align: center;
    font-weight: 600;
}

.table-hover.table-hover-days.table-striped tbody td a {
    color: #333 !important;
}

.panel .panel-footer .pull-left {
    font-weight: 600;
    color: #3b75e3;
}

.invoice-details .table-bordered {
    border: 2px solid rgb(112 112 112);
}

    .invoice-details .table-bordered tr {
        border-bottom: 1px solid #000000;
    }

    .invoice-details .table-bordered thead th {
        font-size: 0.88rem;
    }

    .invoice-details .table-bordered thead .invoice-default th {
        color: #0061da;
    }

    .invoice-details .table-bordered th, .invoice-details .table-bordered td {
        padding: 5px 15px;
        font-size: 15px;
    }

.list-details .col-md-4 {
    font-size: 1.2em;
    font-weight: 600;
    color: #0061da;
}

.list-details .col-md-8 {
    font-size: 1.2em;
    font-weight: 600;
}

.modal-header .btn.btn-sm.btn-outline-primary.col-2 {
    padding: 3px 8px;
    height: 25px;
    max-width: max-content;
    float: r;
    margin-left: auto;
    margin-right: 15px;
    margin-top: 8px;
}
.form-group textarea{
    height: 90px;
}

#qrcode {
    z-index: 999999;
    background-color: #ffffff;
}
.page-item .page-link .previous, .page-item .page-link .next {
    display: block;
    height: 1.2rem;
    width: 0.875rem;
}
.page-item.next .page-link i{
    color: #5E6278;
}
.page-item .previous .page-link i {
    color: #5E6278;
}
.page-item .page-link .previous {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url(/admin/img/previous.svg)
}
.page-item.disabled .page-link .previous {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url(/admin/img/previous.svg)
}
.page-item .page-link .next {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url(/admin/img/next.svg)
}

.sticky-top-0{
    position: sticky;
    top:0px;
}

.tox .tox-promotion{
    display: none !important;
}
.w-fit-content {
    width: fit-content !important;
}
label{
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.text-pre-wrap {
    overflow-wrap: anywhere;
}
.show-scrollbar-maxh-450 {
    overflow-y: scroll;
    max-height: 450px !important;
    overflow-x: hidden;
}
.show-scrollbar-maxh-250 {
    overflow-y: scroll;
    max-height: 250px !important;
    overflow-x: hidden;
}
.height-auto {
	padding: 12px !important;
    height: auto !important;
}
.text-blue {
    color: #0061da !important;
}
.btn-to-model {
    min-width: 200px;
    text-align: left !important;
    outline: #0061da;
}
.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }