.ml-5{
    margin-left: 5px;
}
.ml-10{
    margin-left: 10px;
}
.mr-5{
    margin-right: 5px;
}
.mr-10{
    margin-right: 10px;
}
.mt-5{
    margin-top: 5px;
}
.mt-10{
    margin-top: 10px;
}
#customers{
    table-layout: fixed;
}
.table-dark{
   background: #006DF0;
   color: #fff;
}
.table-buttons{
    min-width: 100px;
}
.dataTables_filter input{
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7 !important;
    border-radius: 1px !important;
    color: inherit;
    display: block;
    padding: 6px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    height: 40px;
    box-shadow: none;
}
.dataTables_filter input:focus{
    outline: none;
}
#menu1 a.active-menu{
    background: #F6F6F6
}
.modal-edu-general .modal-body{
    text-align: left;
}
.right-start-course{
    position: relative;
}
#startcourse_data, #profitcourse_div, #giftcourse_data{
    position: absolute;
    margin-top: -3px;
    z-index: 99;
    background: rgb(51, 122, 183);
    width: 327px;
    right: 0px;
    text-align: right;
    padding: 20px;
    display: block;
}
.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#password-form, #change-success{
    display: none;
}
#profitcourse_div label{
    color: #fff;
}
#giftcourse_data .giftCourse{
    width: 205px;
}
input.checkboxCourse,input.checkboxPrice{
    margin: 9px 0;
    height: 20px;
    width: 30px;
}
input.inputBought{
    width:80%;
}
.modal-body{
    min-height: 400px;
}
button.dt-button, div.dt-button, a.dt-button, input.dt-button{
    margin-bottom: 0px!important;
}
#usr_products {
    height: 80px;
    overflow:auto;
    margin-bottom: 10px; 
}
#usr_products input{
    margin-right: 10px;
}
@media (min-width: 768px){
    .modal-dialog {
        width: 900px;
    }
}