.button-check{
    padding-top: 30px;
}



.buttonend{
    padding-bottom: 20px;
}
.selectFeild{
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
    border-radius: 8px;
}
.mt-40 {
    margin-top: 40px;
}
.h-60 {
    height: 60px;
}
.border-radius {
    border-radius: 5px !important; 
}
.title-radius {
    border-radius: 5px 5px 0 0;
}
.view-class .dataTables_length label{
    margin-right: 20px;
}
.pad-breadcrumb {
    padding: 10px 15px;
}
.input-add-message {
    max-width: 250px;
    border-radius: 0.3rem;
    height: 34px;
}
.modal-edit-message .modal-title {
    text-align: left;
    line-height: 0.8;
    font-size: 20px;
}
.modal-edit-message .modal-header {
    padding: 1rem;
}
.modal-edit-message input {
    border-radius: 3px;
}
.border-radius-input{
    border: 1px solid #ccc;
    height: 30px;
    width: 100%;
    border-radius: 5px;
    padding: 0 15px;
}
.title-score .form-group     {
    padding: 0 15px;
}
.title-score .form-group input {
    border-radius: 5px;
}
.char-member {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    background: #0277bd;
    color: white;
    font-weight: bold;
}
.char-member a {
    color: #fff;
}
.view-detail-teacher .view-teach-first {
    display: block;
    float:left;
    width: 230px;
    font-weight: 600;
}
.view-detail-teacher .view-teach-first::after {
    content: ":";
    float: right;
    margin-right: 10px;
}
.view-detail-teacher ul li {
    margin-bottom: 5px;
}
.height-input {
    height: 35px !important;
    line-height: 35px !important;
}
.logo-website img{
    width: 35px;
    height: 32px;
    border-radius: 5px;
}
/* breadcrumb */
.breadcrumb li a {
    color: #1565c0;
}

/* Navbar */
.bg-navbar {
    background-color: #1565c0;
    color: white;
}
.bg-navbar ul li a{
    color: #fff !important;
}
/* 1. Login */
.form-login {
    background-image: url("./../img/login_background.jpg");
    background-repeat:no-repeat;    
    background-position:center;
}
.form-login .loginscreen {
    position:fixed;
    top: 50%;
    left: 50%;
    width:300px;
    height:300px;
    margin-top: -250px; /*set to a negative number 1/2 of your height*/
    margin-left: -150px; /*set to a negative number 1/2 of your width*/
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}
.form-login input {
    border-radius: 3px;
}
.form-login .title-login {
    background: #0277bd;
    margin: -15px -15px 0 -15px;
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: left;
    padding: 5px 15px;
    border-radius: 8px 8px 0 0;
    
}
.title-radius {
    border-radius: 5px 5px 0 0 !important;
}
/* 2.Menu */
.user_logo {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff;
}
.name-account {
    height: 30px;
    line-height: 30px;
}
/* 3.reset-pass-email */
.reset-pass-email {
    border:1px red #cccccc !important;
}
/* 4.Table */
.title-table {
    background-color: #0088a3;
    border-bottom: 1px solid #ff6d00;
    color: #fff;
    border-radius: 5px 5px 0 0;
}
.ibox-content {
    border-radius: 0 0 5px 5px;
}
.table-responsive input, .table-responsive select {
    border-radius: 5px !important;
}
.table tbody tr td a {
    color: #007E98;
}
.table {
    border-radius: 5px;
}
@media only screen and (max-width: 768px) {
    .table-mobile .dt-buttons {
        float: left;
    }
    .table-mobile .dataTables_length label {
        float: right;
        margin: -40px 0 10px 0;
    }
  }

/* register student */
.add-student-infor p{
    border:1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
}
.add-student-infor p, .add-student-infor p{
    margin:  -15px -15px 15px -15px;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    background: #ccc;
}
.add-student-infor {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
}

/* MOdal đóng học phí */
.table-modalDetail {
    border: 2px solid #ccc !important;
}
/* class */
.tuition_done {
    background-color: #64b5f6;
    padding: 2px 10px;
    color: #fff;
    border-radius: 3px;
    width: 70px;
    text-align: center;
}
.tuition_inprogress {
    background-color: #e57373;
    padding: 2px 10px;
    color: #fff;
    border-radius: 3px;
    width: 70px;
    text-align: center;
}
.viewdetail-class-char {
    margin: 0;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 3px;
}
.border-none {
    border: none;
}
.color-dark:hover {
    color: #000 !important;
}

/* Avatar */
.avatar-upload {
    position: relative;
    max-width: 205px;
    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;
}
.slider_edit{
    border-radius: none;
}
.avatar-upload .avatar-preview {
    width: 205px;
    height: 205px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.slider-preview {
    width: 205px;
    height: 205px;
    position: relative;
    border-radius: 100%;
    /*border: 6px solid #F8F8F8;*/
    /*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);*/
}

.slider-preview>div {
    width: 100%;
    height: 100%;
    /*border-radius: 100%;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sc-avatar {
    text-align: center;
}


.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: 35.6px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 85% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px !important;
    padding-left: 0px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #CCC !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

#btnXembaocao_Chitiethocphi{    
    height: 35.6px !important;
}


.fc-event-time, .fc-event-title {
    padding: 0 1px;
    white-space: nowrap;
}

.fc-title {
    white-space: normal;
    font-weight: bold;
}