﻿.chuaduyet {
    color: red;
}

.btn-comment {
    border: 1px #ccc solid;
    background: #ce7a58;
    color: #fff;
}

a {
    text-decoration: none;
}

a:focus, a:hover {
    text-decoration: none;
    color: #59843E;
}

.validation-summary-valid {
    display: none;
    color: #b94a48;
    font-weight: bold;
    font-size: 18px;
}

.fs-90ft {
    font-size: 90% !important;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
    list-style: none;
    border-radius: .25rem;
    border: 0px !important;
    font-weight: bold;
}

.grid-margin {
    margin-bottom: 0px !important;
}

.mb-4, .my-4 {
    margin-bottom: 0 !important;
}

.mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
}

.category-label {
    margin-top: 8px !important;
}

.tab-content {
    padding: 10px !important;
}

.border-tab-content-hd {
    border: 1px #ccc solid !important;
    border-top: none !important;
}

div.dvpanel {
    padding: 12px;
    padding-top: 0px !important;
    padding-bottom: 3px;
    vertical-align: top;
    border: 0px solid #e6e6e6;
    border-left: 0px;
    border-right: 0px;
    /*box-sizing: content-box;*/
    background-color: #ddd;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /*-moz-box-shadow: 0 9px 9px #e6e6e6 !important;*/
    /*-webkit-box-shadow: 0 9px 9px #e6e6e6 !important;*/
    -webkit-appearance: none;
    /*-moz-box-shadow: 0 15px 15px #217346 !important;*/
    /*-webkit-box-shadow: 0 15px 15px #217346 !important;*/
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    /*-khtml-user-select: none;*/ /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}



.k-menu.k-menu-horizontal:not(.k-context-menu) {
    padding: 0px !important;
}

.k-header {
    font-weight: bold !important;
}

.k-grid-search {
    float: right !important;
}


.k-grid-header .k-header  {
    text-align: center !important;
    font-size:14px !important; 
}

.k-grid th, .k-grid td {
    font-size: 14px !important;
}

select.k-dropdown, select.k-dropdowntree {
    background-color: #fff !important;
}
/*.page-content {
    min-height: 0px !important;
}*/
.k-grid-norecords-template {
    border-width: 0px !important;
}

.popup .k-grid-content {
    min-height: 0px !important;
}

.k-grid-content tr:last-child > td, .k-grid-content-locked tr:last-child > td {
    border-bottom-width: 1px !important;
}

.popup .k-grid-norecords {
    min-height: 0px !important;
}

#attachment .btnTDK {
    padding-left: 10px;
}

#reportViewer1 {
    height: 600px;
    font-family: 'segoe ui', 'ms sans serif';
    overflow: hidden;
    margin: 5px;
}

.bgRed {
    color: #FF4747 !important;
}

.bgPurple {
    color: purple !important;
}

.bgYellow {
    color: #FFC100 !important;
}

.bgOrange {
    color: orange !important;
}

.bgGreen {
    color: green !important;
}

.bgInfo {
    color: #248AFD !important;
}

.bgBlue {
    color: #057efb !important;
}

.bg-file {
    background-color:#ddd !important;
}



/*.page-title {
    margin: 5px !important;
}*/

.headerLabel {
    border: 3px solid #0575e4;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}

.logo-area {
    padding: 5px 0px !important;
}

.logo-default {
    color: #fff;
    margin-top: 5px !important;
    float: left;
    font-weight: bold !important;
    white-space: nowrap !important;
    background-image: url(/Files/logo.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: left;
    height: 40px !important;
    padding-left: 45px;
    padding-top: 10px;
    font-size: 126%;
    text-align: left;
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.avatar-upload {
    position: relative;
    max-width: 150px;
    /*margin: 50px auto;*/
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 10px;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #FFFFFF;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
            }

                .avatar-upload .avatar-edit input + label:hover {
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                }

                .avatar-upload .avatar-edit input + label:after {
                    content: "\f040";
                    font-family: 'FontAwesome';
                    color: #757575;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

    .avatar-upload .avatar-preview {
        width: 150px;
        height: 150px;
        position: relative;
        border: 6px solid #F8F8F8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    }

        .avatar-upload .avatar-preview > div {
            background-image: url('');
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

.avatar-upload-option {
    position: relative;
    max-width: 100px;
    margin-right: 10px;
}

    .avatar-upload-option .avatar-edit {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 10px;
    }

        .avatar-upload-option .avatar-edit input {
            display: none;
        }

            .avatar-upload-option .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #FFFFFF;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
            }

                .avatar-upload-option .avatar-edit input + label:hover {
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                }

                .avatar-upload-option .avatar-edit input + label:after {
                    content: "\f040";
                    font-family: 'FontAwesome';
                    color: #757575;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

    .avatar-upload-option .avatar-preview {
        width: 100px;
        height: 100px;
        position: relative;
        border: 6px solid #F8F8F8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    }

        .avatar-upload-option .avatar-preview > div {
            background-image: url('');
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

.label-hanxuly {
    background: #999;
}

.hanxuly {
    margin: 1px 0;
}

.k-window-titlebar {
    padding: 0.5rem 0.5rem !important;
    font-weight: bold;
    background-color: #ce7a58;
}

.k-window-title {
    font-size: 1rem;
    color: #fff;
}

/*START CAT EDIT LAYOUT NEWTEMPLATE*/
.icon-table {
    color: #4e944f;
    cursor: pointer;
}

.tab-content {
    padding: 8px 0 0 0 !important;
    border-top: 1px solid #CED4DA !important;
}

.nav-pills {
    padding-bottom: 8px !important;
}

.nav-pills .nav-link {
    /* padding: .25rem 1rem !important; */
}

.lable {
    border-radius: 4px;
    font-size: 75%;
    padding: 4px 7px;
    margin-right: 5px;
    font-weight: 400;
    color: #fff !important;
}

.label-success {
    background: #34A853;
}

.label-primary {
    color: #0085FF !important;
    background: rgba(0, 133, 255, 0.1);
}

.label-default {
    color: #585757 !important;
    background: #E8E8E8 !important;
}

.label-danger {
    background: #ff5252;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.my-0-hiday {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-weight: bold !important;
}

.form-group-hiday {
    margin-bottom: 0.5rem !important;
}


.form-check .form-check-label input {
    /* display: none; */
}

.modal-footer-hiday {
    text-align: right;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 6px;
    width: 100%;
    background-color: #ddd;
}

.input[type="radio"] {
    width: 12px;
    height: 12px;
    transform: scale(1.5);
    cursor: pointer;
}

.p-lr-1-hiday {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
    border-color: #ced4da !important;
    background-color: #ffffff !important;
}


.sidebar .nav .nav-item.active > .nav-link {
    /* color: #FBBC05 !important; */
}

.title-header-hdiay {
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.text-header-hiday {
    font-weight: bold;
    font-size: 22px;
}

.title-header-hiday {
    margin-bottom: 0;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.icon-search:before {
    color: #A7A7A7;
}

.card-body-hiday {
    padding: 12px !important;
}

.username {
    /* margin-right: 12px; */
    font-weight: 500;
}

.lableXemTongdvg {
    background-color: #fff;
    border-radius: 4px;
    font-weight: bold;
}
/*END CAT EDIT LAYOUT NEWTEMPLATE*/
.k-grid-norecords {
    width: 100%;
    height: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.k-grid-norecords-template {
    margin: 0 auto !important;
}

.btnview:not(.btn-link):not(.btn-circle) {
    /* box-shadow: 0 2px 5px rgb(0 0 0 / 16%), 0 2px 10px rgb(0 0 0 / 12%); */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 13px;
    outline: none;
}

.btnview, .input-group-btn .btnview {
    border: none;
    position: relative;
    margin: 5px 1px;
    font-size: 14px;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
}

    .btnview.btn-xs {
        padding: 4px 8px;
        font-size: 10px;
    }

/*.btn-warning,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
    background-color: #ce7a58 !important;
    cursor: pointer;
    color: #fff;
}*/

.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
    background-color: #fb483a !important;
    cursor: pointer;
}

.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
    background-color: #00b0e4 !important;
    cursor: pointer;
}

/*.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background-color: #2b982b !important;
    cursor: pointer;
}
*/
/*.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #1f91f3 !important;
    cursor: pointer;
}
*/
.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background-color: #fff !important;
    cursor: pointer;
}

.bg-deep-orange {
    background-color: #f83600 !important;
    color: #fff;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.k-textbox:focus, box-shadow.k-textbox.k-state-focus, .k-textbox.k-state-focused {
    box-shadow: 0 0 0 0.1rem rgb(0 123 255 / 25%) !important;
}
/*.k-autocomplete, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
    background-color: #fff !important;
}*/
::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
    background-color: #f1f1f1 !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px !important;
    background: #c1c1c1 !important;
}

    ::-webkit-scrollbar-thumb:horizontal {
        border-radius: 3px !important;
    }

@media only screen and (max-device-width: 320px) {
    .k-pager-input .k-textbox {
        width: 2em !important;
        height: 2em !important;
    }

    .k-pager-nav, .k-pager-numbers .k-link, .k-pager-refresh {
        min-width: calc(1em + 0.5rem + 1.5px) !important;
        height: calc(1em + 0.5rem + 1.5px) !important;
    }

    .k-pager-wrap {
        padding: 0.1rem 0.1rem !important;
    }
}

.modal-dialog.modal-large70 {
    width: 100%;
    margin: auto !important;
}

@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    .k-pager-input .k-textbox {
        width: 2.5em !important;
        height: 2.5em !important;
    }

    .k-pager-nav, .k-pager-numbers .k-link, .k-pager-refresh {
        min-width: calc(1em + 0.5rem + 1.5px) !important;
        height: calc(1em + 0.5rem + 1.5px) !important;
    }

    .k-pager-wrap {
        padding: 0.2rem 0.2rem !important;
    }

    .modal-dialog.modal-large70 {
        width: 100% !important;
    }
}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    .k-pager-input .k-textbox {
        width: 3em !important;
    }

    .modal-dialog.modal-large70 {
        width: 100% !important;
    }
}

@media screen and (min-width: 769px) {
    .modal-dialog.modal-large70 {
        width: 70% !important;
    }
}
/*Star horizontal css */
.nav-form-control {
    padding: 0.375rem 0.75rem !important;
}

.nav-btn-sreach {
    padding: 0.650rem 0.75rem !important;
    border-radius: 0 !important;
}

.card-collapse-hiday {
    margin: 0 !important;
}

.header-collapse-hiday {
    padding: 12px !important;
    background-color: #ce7a58 !important;
    color: #fff;
    font-weight: bold;
}

.k-tooltip-content {
    white-space: nowrap !important;
}

.label-hanxuly {
    background: #999;
}

.label-hoanthanh {
    background: #42a7ff;
}

.label-tuchoi {
    background: #e27805;
}

.vanbandi {
    color: #B50000;
    margin: 5px 0 0;
}

.ykien-item {
    border: 1px solid #e2e2e2;
    background-color: #fafeed;
    border-radius: 3px;
    padding: 5px;
}

.ykien-item b {
    color: #006dcc;
    font-size: 13px;
}

.ykien-item span {
    color: #999;
    font-size: 12px;
    font-weight: bold;
}

.k-overlay {
    background-color: #f3f3f3 !important;
}
/*End horizontal css */