﻿@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}



/*VietSchool03 User Apply Only*/
.FillParent {
    height: 100%;
    width: 100%;
}

.FillParentHeight {
    height: 100%;
}

.FillParentWidth {
    width: 100%;
}

.Pro03 .input-group > .select2-container--default {
    width: auto;
    flex: 1 1 auto;
}


/*++FlexDisplay Support Zone*/
.Pro03 .FlexParentCol {
    display: flex;
    min-height: 0;
    flex-direction: column;
}

.Pro03 .FlexChildCol {
    flex: 1 1 auto;
    display: flex;
    min-height: 0;
}

.Pro03 .FlexParentRow {
    display: flex;
    min-width: 0;
    flex-direction: row;
}

.Pro03 .FlexChildRow {
    flex: 1 1 auto;
    display: flex;
    min-width: 0;
}
/*--FlexDisplay Support Zone*/

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1000px !important;
    }
}

.Pro03 .fl {
    /*Fix css chung của trường*/
    float: left;
}

.Pro03 .modal {
    /*Fix css chung của trường*/
    padding-top: 0;
}

    .Pro03 .modal .modal-header {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
        background: #bfe8fb;
    }

    .Pro03 .modal .modal-body-custom-height {
        height: 80vh;
        overflow-y: visible;
    }

.Pro03 .my-input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .0rem .75rem .0rem .0rem;
    margin-bottom: 0;
    /*font-size: 1rem;*/
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Pro03 fieldset, div[contenteditable] {
    border: solid 1px #c0c0c0;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.Pro03 legend {
    display: block;
    width: auto !important;
    margin-left: 10px;
    padding: 0px 10px;
    font-size: 0.75rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    font-style: normal !important;
    font-weight: normal !important;
    border: solid 1px #ccc;
    margin-bottom: 1px;
}

.Pro03 a.MenuButton:hover > i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.Pro03 .ctn-border-1 {
    padding: 1px;
    border: 1px gray solid;
    border-radius: 5px;
}

.Pro03 .plr-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.Pro03 .ptb-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.Pro03 .mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.Pro03 .mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.Pro03 .vh-70 {
    height:70vh
}

.Pro03 .w-20 {
    width: 20%;
    padding-right: 5px;
}
.Pro03 .w-24 {
    width: 24%;
    padding-right: 5px;
}

.Pro03 .w-29 {
    width: 29% !important;
}

.Pro03 .w-30 {
    width: 30%;
    padding-right: 5px;
}

.Pro03 .w-32 {
    width: 32% !important;
}

.Pro03 .w-34 {
    width: 34% !important;
}

.Pro03 .w-35 {
    width: 35% !important;
}

.Pro03 .w-40 {
    width: 40%;
    padding-right: 5px;
}

.Pro03 .w-50 {
    width: 50% !important;
}

.Pro03 .w-60 {
    width: 60% !important;
}

.Pro03 .w-65 {
    width: 65% !important;
}

.Pro03 .w-70 {
    width: 70% !important;
}

.Pro03 .w-80 {
    width: 80% !important;
}

.Pro03 .w-90 {
    width: 90% !important;
}



.Pro03 .maw-100 {
    max-width: 100px !important;
}

.Pro03 .maw-120 {
    max-width: 120px !important;
}

.Pro03 .maw-150 {
    max-width: 120px !important;
}

.Pro03 .maw-180 {
    max-width: 120px !important;
}

.Pro03 .mw-100 {
    min-width: 100px !important;
}

.Pro03 .mw-120 {
    min-width: 120px !important;
}

.Pro03 .mw-130 {
    min-width: 130px !important;
}

.Pro03 .mw-140 {
    min-width: 140px !important;
}

.Pro03 .mw-150 {
    min-width: 150px !important;
}

.Pro03 .mw-160 {
    min-width: 160px !important;
}

.Pro03 .mw-170 {
    min-width: 170px !important;
}

.Pro03 .mw-180 {
    min-width: 180px !important;
}

.Pro03 .alert {
    margin-bottom: 0px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: .5rem !important
}
.Pro03 .alert-dismissible .close {
    padding: .25rem .5rem!important;
}

.Pro03 .btn {
    margin: 1px 2px;
    overflow: hidden;
    white-space: normal;
    text-overflow: unset;
}

.Pro03 .input-group-sm > .custom-select,
.Pro03 .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 7px);
}


.Pro03 .v-transform {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    white-space: pre-wrap;
}

    .Pro03 .v-transform div {
        display: inline-block;
    }

.Pro03 .h-align-center {
    text-align: center;
}


.Pro03 .border-1 {
    border: solid 1px #c0c0c0;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.Pro03 .middle-line {
    text-decoration: line-through red;
}

.Pro03 .group-5-row {
    border-bottom: 2px solid #333333;
}

.Pro03 .sunday {
    background-color: lightgray !important;
}

.Pro03 .wj-state-hard-selected {
    background: #0085c7 !important;
    /*color: #fff !important;*/
}


.Pro03 .wj-disable-cell {
    background-color: lightgray !important;
}
    .Pro03 .wj-disable-cell.wj-cell.wj-state-selected {
        background-color: lightgray !important;
    }
.Pro03
.wj-flexgrid .wj-cell .wj-btn.wj-btn-glyph.wj-right,
.wj-flexgrid .wj-cell .wj-viewer .wj-control .wj-btn-glyph.wj-right.wj-applybutton,
.wj-viewer .wj-control .wj-flexgrid .wj-cell .wj-btn-glyph.wj-right.wj-applybutton {
    position: absolute;
    top: 0;
    right: -10px;
    height: 100%;
}

.Pro03
.wj-btn.wj-btn-glyph.wj-right.wj-elem-dropdown
{
    right: 0px !important;
}



/*fix contenteditable inject div each line*/
.Pro03
.div-editable-fix-newline {
    white-space: pre-line;
    display: inline-block
}

.Pro03
.wj-treeview .wj-nodelist {
    overflow: visible;
}

.Pro03 .upload{
    display: none;
}