﻿/*.homework-result > table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}*/

.homework-show-result > table > tbody > tr > td,
.homework-show-result > table > tbody > tr > th,
.homework-show-result > table > tfoot > tr > td,
.homework-show-result > table > tfoot > tr > th,
.homework-show-result > table > thead > tr > td,
.homework-show-result > table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    /* border-top: 1px solid #ddd; */
}


table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    opacity: 1 !important;
    font-size: 17px !important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    opacity: 1 !important;
    font-size: 17px !important;
}
    /*.chartWrapper {
    position: relative;
}

    .chartWrapper > canvas {
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
    }

.chartAreaWrapper {
    overflow-x: scroll;
}*/
    .custom .input-group {
        width: 100%;
    }

.exam-test {
    border: 2px solid rgb(241, 90, 56);
    padding: 15px;
    margin-bottom: 25px;
}
.exam-test .row{
    margin-bottom: 5px;
}
.container-exam {
    margin-top: 10px;
}

.exam-test-detail-block{
    margin-top: 20px;
}

.exam-test-title label{
    cursor: pointer;
}

.exam-test-detail {
    border: 2px dotted rgb(241, 90, 56);
    padding: 15px;
    margin-bottom: 10px;
}

.exam-test-title h3 {
    margin-top: 0px;
}

.exam-test-title input{
    margin-left: 25px;
}

.exam .bootstrap-switch-container {
    height: 34px;
}
.container-exam label {
    font-weight: normal;
}

.exam-test-title{
    margin-bottom: 5px;
}

.exam-hide{
    display: none;
}

.exam-test-title span{
    font-weight: 700;
}

.exam-test-title h3{
    display: inline-block;
}

.exam-test-title .remove-exam-test {
    float: right;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    color: red;
    border: 1px solid;
    border-radius: 4px;
    padding: 5px 10px 5px 10px;
}

.exam-test-title .remove-exam-test-detail {
    float: right;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    color: red;
    border: 1px solid;
    border-radius: 4px;
    padding: 2px 5px 2px 5px;
}

.exam-sub-test .exam-test-title .remove-exam-sub-test {
    float: right;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    color: red;
    border: 1px solid;
    border-radius: 4px;
    padding: 3px 6px 3px 6px;
}

.exam-sub-test-block {
    margin-top: 15px;
}

.exam .input-validation-error {
    border-color: red;
}

.exam .input-validation-error::-webkit-input-placeholder {
    color: red;
}

.exam .more-less {
    float: right;
    color: rgb(241, 90, 56);
}

.exam .panel-title {
    font-size: 14px;
}

.exam .panel-title > a {
    display: block;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
}

.exam .panel-title > a:hover {
    color: #333 !important;
}

.exam .panel-title > a :active {
    color: #333 !important;
}

.exam .panel-title > a :focus {
    color: #333 !important;
}
    
.exam .panel-title > a :visited {
    color: #333 !important;
}

.exam-sub-test {
    border: 2px dashed rgb(241, 90, 56);
    padding: 15px;
    margin-bottom: 25px;
}

.exam .panel{
    padding: 0px !important;
}
/*.exam-test-detail .random-data{
    display: none;
}*/
.input-group {
    width: 100% !important;
}
.exam-test .input-group .select2-container {
    width: 100% !important;
}
table tbody tr .td-text-center{
    text-align: center;
}

#level-block .select2-container {
    width: 100% !important;
}

.approval-detail .info {
    display: inline-block;
    width: 100%;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit !important;
}

.table-header-border thead th {
    border-right: solid 2px #f4f4f4;
}

    .table-header-border thead th:last-child {
        border-right: none;
    }

.bl {
    background-color: rgb(241, 90, 56) !important;
}

.nl {
    background-color: #efa50e !important;
}

.main-sidebar, .left-side {
    width: 240px !important;
}

.content-wrapper {
    padding: 20px !important;
}

.history .info .title1 {
    font-weight: bold;
    width: 100px;
    /*padding-right: 20px;*/
    display: inline-block;
}


.info .title {
    font-weight: bold;
}

.table .slimScrollDiv > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

    .table .slimScrollDiv > tbody > tr:nth-of-type(odd) td textarea {
        background-color: #f9f9f9;
        border: none;
    }

.table .slimScrollDiv > tbody > tr:nth-of-type(even) {
    background-color: #dde8f6;
}

    .table .slimScrollDiv > tbody > tr:nth-of-type(even) td textarea {
        background-color: #dde8f6;
        border: none;
    }

.down .table .slimScrollDiv > tbody {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
}

.table .slimScrollDiv > tbody {
    cursor: pointer;
}

.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody .table > tbody {
    cursor: pointer;
}

.dataTables_wrapper .down .dataTables_scrollBody .table > tbody {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
}

.checkbox-17 {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

#myModal .select2-container--default {
    width: 100% !important;
}

#approval-modal .select2-container--default {
    width: 100% !important;
}

#approval-block .select2-container--default {
    width: 100% !important;
}


#frm-edit-student .btn-submit {
    margin-bottom: 15px;
}

.btn-submit {
    cursor: pointer;
}

.edit-content {
    color: #3c8dbc;
}


.edit-content-not-approval {
    color: rgb(246, 94, 60);
}

.edit-content-not-approval1 {
    color: rgb(246, 94, 60);
}

.edit-content1 {
    color: #3c8dbc;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.disabledInput {
    pointer-events: none;
    opacity: 0.8;
}



.colla2 {
    min-width: 260px;
}

.multiselect {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multiselect-native-select .btn-group ul {
    width: 100%;
    max-height: 300px;
    overflow: auto;
}

.multiselect-native-select {
    display: block;
}

    .multiselect-native-select .btn-group {
        width: 100%;
    }

        .multiselect-native-select .btn-group button {
            width: 100%;
            text-align: left;
            background-color: #fff;
        }

    .multiselect-native-select .dropdown-menu {
        margin-left: 0px !important;
    }

    .multiselect-native-select .btn-group button:hover {
        background-color: #fff !important;
        border-color: #ddd !important;
    }

    .multiselect-native-select .btn-group button:focus {
        background-color: #fff !important;
        border-color: #ddd !important;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .multiselect-native-select .dropdown-toggle {
        background-color: #fff !important;
        border-color: #ddd !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .multiselect-native-select .btn-group ul .multiselect-filter .input-group {
        width: 99%;
    }

        .multiselect-native-select .btn-group ul .multiselect-filter .input-group input {
            width: 100%;
        }

        .multiselect-native-select .btn-group ul .multiselect-filter .input-group span {
            display: none;
        }

    .multiselect-native-select .btn-group ul li.active a {
        background-color: rgb(241, 90, 56) !important;
    }

    .multiselect-native-select .btn-group button b {
        float: right;
        margin-top: 7px;
    }


.page-list-custom {
    display: inline-block;
    float: right;
    margin-top: 25px;
    margin-right: 15px;
    font-weight: bold;
}

.btn-m-b-10 {
    margin-bottom: 10px;
}

.datatable-custom .slimScrollDiv {
    height: 100% !important;
}

.datatable-custom .slimScrollDiv tbody {
    height: 600px !important;
}

.row-p-5 {
    padding-top: 5px;
}


.uppercase {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.row-action {
    background: #e4e4e3;
    min-height: 50px;
    width: 100%;
    padding: 10px;
    line-height: 50px;
    margin: 20px 0px;
}

.row-action-center {
    text-align: center;
}

.box-detail {
    background: white;
    min-height: 200px;
    border: 1px solid #e4e4e3;
    border-radius: 3px;
    margin-bottom: 10px;
}

    .box-detail .row {
        margin-bottom: 3px !important
    }

    .box-detail h2 {
        font-size: 20px;
        padding: 5px 10px;
        border-bottom: 1px solid #e4e4e3;
        text-transform: uppercase;
    }

.box-detail-content {
    padding: 10px;
}

.box-price {
    padding: 10px;
    margin: 10px;
}

    .box-price .total-price {
        color: orange;
        margin: 0px;
        padding: 0px;
    }

.transaction-more-information {
    padding: 20px;
}

.transaction-status {
    text-align: center;
    margin: 20px;
}

.transaction-status-ok {
    color: green !important;
}

.transaction-status-error {
    color: red !important;
}
.highcharts-credits {
    display: none !important;
}
g[role=scrollbar] {
    display: none;
}
g[shape-rendering] {
    display: none;
}

.btn-primary-custom {
    background-color: rgb(241, 90, 56);
    border-color: rgb(241, 90, 56);
    color: #fff;
}

.btn-primary-custom:hover {
    color: #fff;
}

.error-message{
    color: red;
    font-weight: 700;
}


.exam ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1; /* Firefox */
}

.exam :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

.exam ::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}

.exam ::-webkit-input-placeholder {
    color: red;
}

.login-page-custom {
    background-color: #edd5cf;
}

.login-page-custom .login-box-body{
    border-radius: 10px;
}

.login-box .form-horizontal .form-group {
    margin-left: 15px;
    margin-right: 15px;
}

.login-box-body .login-form input {
    outline: none;
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin: 0 0 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    min-height: 40px;
    font-wieght: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.login-box-body .form-horizontal .has-feedback .form-control-feedback {
     right: 0px; 
}

.login-box-body .form-control-feedback{
    color: #777;
}

.login-box-body .form-control-feedback {
    top: 5px;
    font-size: 16px;
}

@media (max-width: 425px) {
    .practice-title {
        font-size: 18px !important;
    }
}

@media (min-width: 425px) and (max-width: 991px) {
    .practice-title {
        font-size: 22px !important;
    }
}

@media (min-width: 991px) {
    .practice-title {
        font-size: 24px !important;
    }

    .login-box, .register-box {
        width: 450px !important;
    }
}


