﻿
.ChonTheBan {
    display: flex;
}

    .ChonTheBan div {
        background-color: #f1f1f1;
        border-radius: 3px 0 0 3px;
        border: 1px solid #c8c8c8;
        font-size: 13px;
        display: flex;
        align-items: center;
        width: 95px;
        padding-left: 5px;
    }

    .ChonTheBan input {
        border: 1px solid #c8c8c8;
        border-left: 0;
        border-radius: 0 3px 3px 0;
        outline: 0;
        padding-left: 5px;
        font-size: 13px;
    }


.danhsachthoigianlamviec {
    display: flex;
    justify-content: center;
}

.all-danhsachthoigianlamviec {
    width: 100%;
    margin-top: 5px;
}

.content-danhsachthoigianlamviec {
}

.btn-luu {
    background-color: #367fa9;
    height: 25px;
    width: 70px;
    border: 1px solid #367fa9;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
}

.btn-them {
    background-color: #367fa9;
    height: 25px;
    width: 65px;
    font-size: 13px;
    border: 1px solid #367fa9;
    border-radius: 3px;
    color: #fff;
    margin-left: 10px;
}

.btn-xoa {
    background-color: #f43922;
    height: 25px;
    width: 65px;
    font-size: 13px;
    border: 1px solid #f43922;
    border-radius: 3px;
    margin-left: 10px;
    display: none;
    color: #fff;
}

.btn-luuca {
    background-color: #00c0ef;
    height: 25px;
    width: 65px;
    font-size: 13px;
    border: 1px solid #00c0ef;
    border-radius: 3px;
    margin-left: 10px;
    display: none;
    color: #fff;
}

.btn-sua {
    background-color: #5bc0de;
    height: 25px;
    width: 65px;
    font-size: 13px;
    border: 1px solid #5bc0de;
    border-radius: 3px;
    margin-left: 10px;
    display: none;
    color: #fff;
}

.btn-huy {
    background-color: #d9534f;
    height: 25px;
    width: 65px;
    font-size: 13px;
    border: 1px solid #d9534f;
    border-radius: 3px;
    margin-left: 10px;
    display: none;
    color: #fff;
}

.btn-luuo {
    background-color: #00c0ef;
    height: 25px;
    width: 65px;
    font-size: 13px;
    border: 1px solid #00c0ef;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff;
}

.th-danhsachcalamviec {
    display: flex;
    border-bottom: 1px solid #c8c8c8;
    background-color: #f1f1f1;
    border-top: 1px solid #c8c8c8;
}

.tr-danhsachcalamviec {
    border-bottom: 1px solid #c8c8c8;
    display: flex;
    font-size: 13px;
}

    .tr-danhsachcalamviec:hover {
        cursor: pointer;
        background-color: #5c8ece !important;
        color: #fff;
    }

    .tr-danhsachcalamviec:last-child {
        border-bottom: 0;
    }

    .tr-danhsachcalamviec:nth-child(even) {
        background-color: #e2ecf8;
    }

    .tr-danhsachcalamviec.active {
        background-color: #5c8ece !important;
        color: #fff;
    }

    .tr-danhsachcalamviec:hover button {
        background-color: #fff;
        color: #1f74f3;
    }

.noData {
    display: flex;
    height: 25px;
    font-size: 11px;
    align-items: center;
    justify-content: center;
    background-color: #5c8ece;
    color: #fff;
}

.title-calamviec {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    margin-top: 10px;
    border: 1px solid #c8c8c8;
    border-radius: 3px 3px 0 0;
    color: #35498e;
    font-weight: bold;
    text-transform: uppercase;
}

.tglv-lable {
    border: 1px solid #c8c8c8;
    border-radius: 3px 0 0 3px;
    padding-left: 5px;
    font-size: 13px;
    border-right: 0;
    background-color: #f1f1f1;
    height: 30px;
    display: flex;
    align-items: center;
    width: 135px;
}


.title-dslv {
    height: 25px;
    border: 1px solid #c8c8c8;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-size: 12px;
    color: #555;
    margin-right: 5px;
    justify-content: space-between;
}

.btnThemNgay {
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 15px;
    margin-right: 3px;
    background-color: #3c8dbc;
    border: 1px;
    color: #fff;
    font-weight: bold;
    outline: 0;
}


/*File*/
.fileInput {
    display: flex;
    flex: 1;
    border: 1px solid #c8c8c8;
    border-radius: 0 3px 3px 0;
    height: 25px;
    font-size: 13px;
    padding-left: 5px;
}

.lableFile {
    display: flex;
    flex: 0 0 100px;
    background-color: #f1f1f1;
    height: 25px;
    align-items: center;
    padding-left: 5px;
    border: 1px solid #c8c8c8;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    font-size: 13px;
}

.inputfile-box {
    position: relative;
}

.inputfile {
    display: none;
}

.container {
    display: inline-block;
    width: 100%;
}

.file-box {
    display: inline-block;
    width: 100%;
    border: 1px solid;
    padding: 5px 0px 5px 5px;
    box-sizing: border-box;
    height: calc(2rem - 2px);
}

.file-button {
    background: red;
    padding: 5px;
    position: absolute;
    border: 1px solid;
    top: 0px;
    right: 0px;
}

.btn-xoaFile {
    background-color: #d9534f;
    color: #fff;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9534f;
    border-radius: 100%;
    font-size: 11px;
}

.itemFile {
    display: flex;
    border: 1px solid #c8c8c8;
    padding: 3px;
    align-items: center;
    border-top: 0;
    cursor: pointer;
    font-size: 12px;
    height: 25px;
    margin-right: 5px;
}

    .itemFile:nth-child(odd) {
        background-color: #e2ecf8;
    }

    .itemFile:hover {
        background-color: #5c8ece !important;
        color: #fff;
    }

.ifIndex {
    display: flex;
    flex: 0 0 100px;
    justify-content: center;
}

.ifName {
    display: flex;
    flex: 1;
}

.ifBtn {
    display: flex;
    flex: 0 0 70px;
}



/**/
/*#div_txtContent .group-label-c {
    height: 100px;
}*/

.title-formDVMR {
    background-color: #f1f1f1;
    padding: 3px 3px 3px 10px;
    margin: 5px 5px 0 0;
    color: #555;
    border: 1px solid #c8c8c8;
    border-bottom: 0;
    font-size: 13px;
}

.cke_reset_all, .cke_reset_all *, .cke_reset_all a, .cke_reset_all textarea {
    z-index: 9999999999999999999999 !important;
}

#div_txtAnswer span {
    height: auto !important;
}

#ExaminationScheduleManage {
    overflow: auto;
}

#div_txtAnswer span {
    height: 300px !important;
}

#lv1.active {
    display: none !important;
}

#lv2.active {
    display: none !important;
}

#paramCTV.active {
    display: none !important;
}

.itemCTV {
    display: flex;
    padding-top: 5px;
}

.titleCTV {
    width: 100px;
    font-weight: bold;
}

.tableCTV {
    display: flex;
    border: 1px solid #c8c8c8;
    justify-content: space-between;
    font-size: 13px;
}

.tieuduCTV {
    text-transform: uppercase;
    color: #519cca;
    font-weight: bold;
}

.itemCTable {
    border-bottom: 1px solid #c8c8c8;
    padding: 5px;
}

    .itemCTable:nth-last-child(1) {
        border-bottom: 0;
    }

.thTableCTV {
    background-color: #f1f1f1;
    font-weight: bold;
}

.trCTable:hover {
    background-color: #5c8ece;
    color: #fff;
    cursor: pointer;
}

#CNTTTKManage .input-group .group-label-c {
    flex: 0 0 265px;
}

#btnDongY.active {
    display: none !important;
}

#div_txtListServices .input-group .select2-selection--multiple {
    min-height: 100px !important;
    height: 100px !important;
}

#div_txtListServices .input-group .group-label-c:first-child {
    height: 100px !important;
}

.itemCheckbox {
    margin: 0 !important;
}

.noselect {
    -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
                                  supported by Chrome, Opera and Firefox */
}
