﻿body {
   font-size: 14px;
}
@media (min-width: 992px) {
}

/* MÀN HÌNH MOBILE*/
@media(max-width:767px) {
}
/* MÀN HÌNH TABLET*/
@media(min-width:768px) and (max-width:992px) {
}
/* MÀN HÌNH DESKTOP*/
@media(min-width:992px) {
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
}
.help-block
{
    color:red;
}
input[switch] + label {
    width: 60px !important;
}
input[switch]:checked + label:after
{
    left:37px !important;
}

.toast
{
    opacity:1 !important;
}
.text-center
{
    text-align: center !important;
}
.hidden {
    display: none !important;
}
/*.select2-container .select2-choice {
    display: block;
    border-radius: 0px !important;
    height: 20px !important;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: none !important;
    white-space: nowrap;
    text-decoration: none;
    user-select: none;
    background-color: #fff;
    background-image: none !important;
    box-shadow: none !important;
}

    .select2-container .select2-choice .select2-arrow b {
        background: none !important;
    }

    .select2-container .select2-choice .select2-arrow {
        display: inline-block;
        width: 18px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: none !important;
        border-left: none !important;
        border-radius: 0px !important;
        background-image: none !important;
    }

.select2-results {
    max-height: 400px !important;
}

.select2-drop-active {
    border: 1px solid #d5d5d5 !important;
}
.select2-dropdown-open .select2-choice {
    box-shadow: none !important;
    background: #fff !important;
}
.select2-offscreen, .select2-offscreen:focus {
  
    background: #fff !important;
}*/
.datepicker
{
    z-index : 10000 !important;
}
.form-control > .select2-choice{
    line-height: 20px !important;
}
.form-control > .select2-choice > .select2-arrow b {
        margin-top: 2px;
        padding: 0px 0px 12px 0px;
        background: url(../assets/select2/select2.svg) no-repeat 0 1px !important;
        height:auto !important
    }
.th-sort {
    width: 15px;
    position: absolute;
    top: 30%;
    right: -5px;

   /* float: right;
    width: 15px;
    position: relative;
    right: -15px;
    vertical-align: middle;
    display: flex;
    justify-content: center;*/
}
.th-sort-1 {
   
    position: absolute;
  
}
.th-sort-2 { 
    position: absolute;
    top: 10px;
}
.card {
    box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.16);
}
.table-scroll {
    min-width:150%
}
.equal-height {
    display: flex;
}

.equal-height .col-4 {
    flex: 1;

}
    .equal-height .col-4 > .card {
        height: 100%
    }
.form-control:disabled {
    background-color: #c5c5cf;
    opacity: 1;
}
.my-dropdown {
    background: white;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    margin-top: 0.1rem;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: all 0.5s;
    position: absolute;
    z-index: 10;
    width: 300px;
    height: 200px;
    max-height: 15rem;
    overflow: auto;
}

.my-dropdown--item {
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 100%;
    transition: all 0.5s;
}

.my-dropdown--label {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
}

.my-dropdown--item :hover {
    background-color: #f5faff;
}
.select2-container-disabled {
    background-color: #c5c5cf;
}
.select2-container.select2-container-disabled .select2-choice {
    background-color: #c5c5cf !important;
}
.pagination > li{
    cursor:pointer;
}
.table-light {
    vertical-align: middle !important;
}
.steps li .step {
    border: 5px solid #ced1d6;
    color: #546474;
    font-size: 15px;
    border-radius: 100%;
    background-color: #FFF;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
}

.steps li .step {
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
}
.steps li .title {
    display: block;
    margin-top: 4px;
    max-width: 100%;
    color: #949ea7;
    font-size: 14px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    word-wrap: break-word;
}
.steps li {
    display: table-cell;
    text-align: center;
    width: 1%;
}
.steps {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}
    .steps li:before {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        font-size: 0;
        overflow: hidden;
        border-top: 4px solid #CED1D6;
        position: relative;
        top: 21px;
        z-index: 1;
    }

    .steps li:before {
        top: 15px !important;
    }
.select2-container {
    width: 100% !important;
}
.select2-container.select2-container--default.select2-container--open {
    z-index: 5000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}
.select2-container .select2-selection--single {
    height: 36px !important;
    border-color: #ced4da !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 6px 0 6px !important;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 6px 6px !important;
}
.home-title {
    font-size: 18px;
    margin-left: 15px;
    margin-bottom: 3px !important;
  
}