/* Make Select2 boxes heights: */
.select2-selection__rendered {
    line-height: 38px !important;
}

.select2-selection {
    min-height: 40px !important;
    
}

/*.select2-dropdown {*/
/*    width: 300px !important;*/
/*}*/

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;

}
.select2-selection__placeholder{
    color:#9f9b9b !important;
}
@media print {
    #sidenav-main  {
        display: none !important;
    }
    .main-content {
        margin: 0 !important;
        width: 100% !important;
    }
}

.description{
    white-space: normal !important;
}

.min-h-100vh {
	min-height: 100vh;
}
.min-h-70vh {
	min-height: 70vh;
}
.min-h-75vh {
	min-height: 75vh;
}
.dashboard-top-card-font{
    color:#283267 !important;
    font-weight: bold;
    font-family: Nunito,sans-serif
}

.sidebar-font{
    font-size: 1.5em;
    font-weight: bold;
    color: #020b3a;
}


table tbody tr td{
    overflow: hidden; /* this is what fixes the expansion */
    /* white-space: nowrap; */
    /* max-width: 150px !important; */
    white-space: normal !important;
}
.nav-item.active a span{
    /* background:#283267; */
    color:#fff !important;
    margin:0px !important;
    border-radius:5px
}


.w-80 { width : 80px !important}
.h-80 { height : 80px !important}
.wp-100 { width : 100px !important}
.hp-100 { height : 100px !important}
.hp-50 { height : 50px !important}
.hp-30 { height : 30px !important}

/* Employee card listing */

.profile_card:hover .card
{
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}
.profile_card:hover .edit {
    display: block;
    margin-right: 25px;
    z-index: 1;
}

.profile_card .edit {
	padding-top: 7px;
	padding-right: 7px;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.profile_card .avatar {
    background-color: #fff !important;
 }

 /* Lead kanban list */
.kanbancard{
    min-height : 234px !important;
    border: 1px solid rgb(242, 242, 242);
}
.kanbanrow{
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    max-height : 62vh;
}
.cursor-move{
    cursor: move;
}
.kanbancard .card-body{
    overflow-x: auto;
    overflow-y: auto;
    max-height : 48vh;
    padding-bottom : 0.5rem ;
}
.kanban-bx-sd{
    /* box-shadow: 3px 2px 9px 1px; */
    box-shadow : 0px 0px 2px  rgba(0, 0, 0, 0.2);
}
.kanban-ld-bx{
    box-shadow: 2px 2px 5px 2px silver
}
.kanbancard.bg-light{
    background-color : #f3f3f3 !important;
}

/* Calendar */
.fc-header-toolbar{
    padding: 0px 20px 0px 20px;
}
.fc button {
    padding: 5px;
}
.fc-view-container{
    padding: 20px;
}
.fc-event-container .fc-day-grid-event {
    padding : 3px;
}
.fc-today{
    color : #212121;
}
.fc-row .alert-info{
    background: #e6e6e6 !important;
}
/* Form controll */
.form-control {
    height: 40px;
    border-color : #949494 !important;
}
.input-group-text{
    line-height: 0;
    border-color : #949494 !important;
}
.input-group-append{
    border-left: 1px solid;
}
.form-control-label
{
    color: #212121;
    font-size: 14px;
    font-weight: 400;
}
/* Scrollbar  */
.scroller {
    overflow-y: auto;
    scrollbar-color: #0A4C95 #C2D2E4;
    scrollbar-width: thin;
}
.scroller::-ms-scrollbar {
    width: 5px;
    scrollbar-color: #0A4C95 #C2D2E4;
}
.scroller::-webkit-scrollbar {
    width : 5px;
    height : 5px;
}

.scroller::-webkit-scrollbar-track-piece  {
    background-color: #C2D2E4;
}

.scroller::-webkit-scrollbar-thumb {
    background-color: #0A4C95;
}
/* Make Select2 boxes heights: */
.select2-selection__rendered {
    line-height: 38px !important;
}

.select2-selection {
    min-height: 40px !important;
}

/* .select2-container{
    width:100% !important;
} */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;

}
.select2-selection__placeholder{
    color:#9f9b9b !important;
}
@media print {
    #sidenav-main  {
        display: none !important;
    }
    .main-content {
        margin: 0 !important;
        width: 100% !important;
    }
}

.description{
    white-space: normal !important;
}

.min-h-100vh {
	min-height: 100vh;
}
.min-h-70vh {
	min-height: 70vh;
}
.min-h-75vh {
	min-height: 75vh;
}
.dashboard-top-card-font{
    color:#283267 !important;
    font-weight: bold;
    font-family: Nunito,sans-serif
}

.sidebar-font{
    font-size: 1.5em;
    font-weight: bold;
    color: #020b3a;
}


table tbody tr td{
    overflow: hidden; /* this is what fixes the expansion */
    /* white-space: nowrap; */
    /* max-width: 150px !important; */
    white-space: normal !important;
}
.nav-item.active a span{
    /* background:#283267; */
    color:#fff !important;
    margin:0px !important;
    border-radius:5px
}


.w-80 { width : 80px !important}
.h-80 { height : 80px !important}
.wp-100 { width : 100px !important}
.hp-100 { height : 100px !important}
.hp-50 { height : 50px !important}
.hp-30 { height : 30px !important}

/* Employee card listing */

.profile_card:hover .card
{
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}
.profile_card:hover .edit {
    display: block;
    margin-right: 25px;
    z-index: 1;
}

.profile_card .edit {
	padding-top: 7px;
	padding-right: 7px;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.profile_card .avatar {
    background-color: #fff !important;
 }

 /* Lead kanban list */
.kanbancard{
    min-height : 234px !important;
    border: 1px solid rgb(242, 242, 242);
}
.kanbanrow{
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    max-height : 62vh;
}
.cursor-move{
    cursor: move;
}
.kanbancard .card-body{
    overflow-x: auto;
    overflow-y: auto;
    max-height : 48vh;
    padding-bottom : 0.5rem ;
}
.kanban-bx-sd{
    /* box-shadow: 3px 2px 9px 1px; */
    box-shadow : 0px 0px 2px  rgba(0, 0, 0, 0.2);
}
.kanban-ld-bx{
    box-shadow: 2px 2px 5px 2px silver
}
.kanbancard.bg-light{
    background-color : #f3f3f3 !important;
}

/* Calendar */
.fc-header-toolbar{
    padding: 0px 20px 0px 20px;
}
.fc button {
    padding: 5px;
}
.fc-view-container{
    padding: 20px;
}
.fc-event-container .fc-day-grid-event {
    padding : 3px;
}
.fc-today{
    color : #212121;
}
.fc-row .alert-info{
    background: #e6e6e6 !important;
}
/* Form controll */
.form-control {
    height: 40px;
    border-color : #949494 !important;
}
.input-group-text{
    line-height: 0;
    border-color : #949494 !important;
}
.input-group-append{
    border-left: 1px solid;
}
.form-control-label
{
    color: #212121;
    font-size: 14px;
    font-weight: 400;
}
/* Scrollbar  */
.scroller {
    overflow-y: auto;
    scrollbar-color: #0A4C95 #C2D2E4;
    scrollbar-width: thin;
}
.scroller::-ms-scrollbar {
    width: 5px;
    scrollbar-color: #0A4C95 #C2D2E4;
}
.scroller::-webkit-scrollbar {
    width : 5px;
    height : 5px;
}

.scroller::-webkit-scrollbar-track-piece  {
    background-color: #C2D2E4;
}

.scroller::-webkit-scrollbar-thumb {
    background-color: #0A4C95;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
#dataTableBuilder .fa{
    color : #39a197;
}

.fa-trash{
    color: red !important;
}


.lead-1 span{
    display: block;
    margin-bottom: 7px;
}
.accountant-head{
    background: rgb(12, 127, 204);
    color: white;
    width: 100%;
  margin: 15px auto 15px auto;
    border-bottom: 1px solid rgba(0,0,0,.08);
}
.col-md-3 > label{
    padding-left: 100px;
}
.show{
    display: block;
}
.hide{
    display: none;
}
.file-upload-image{
    width: 113.386px;
    height: 115.181px;
    margin-bottom: 10px;
}
.image-title-wrap{
    margin-left: 36px;
}
.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
    outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
}
.btn-toggle.active {
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
    left: 1.6875rem;
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
}
.btn-toggle.active:before {
    opacity: 0.5;
}
.btn-toggle.active:after {
    opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}
.btn-toggle.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    display: none;
}
.btn-toggle:before,
.btn-toggle:after {
    color: #6b7381;
}
.btn-toggle.active {
    background-color: #29b5a8;
}
.btn-toggle.btn-lg {
    margin: 0 5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.6rem;
    width: 3rem;
    border-radius: 2.5rem;
}
.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
    outline: none;
}
.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
    line-height: 2.5rem;
    width: 5rem;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.btn-toggle.btn-lg > .handle {
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;

    background: #fff;
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
}
.btn-toggle.btn-lg.active {
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
    left: 1.6rem;
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
}
.btn-toggle.btn-lg.active:before {
    opacity: 0.5;
}
.btn-toggle.btn-lg.active:after {
    opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
    line-height: 0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.6875rem;
    width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
    display: none;
}
.btn-toggle.btn-sm {
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
    outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: 1.5rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.btn-toggle.btn-sm > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
}
.btn-toggle.btn-sm.active {
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
    left: 1.6875rem;
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
}
.btn-toggle.btn-sm.active:before {
    opacity: 0.5;
}
.btn-toggle.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
    display: none;
}
.btn-toggle.btn-xs {
    margin: 0 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem;
}
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
    outline: none;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    line-height: 1rem;
    width: 0;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.btn-toggle.btn-xs > .handle {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
}
.btn-toggle.btn-xs.active {
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
    left: 1.125rem;
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
}
.btn-toggle.btn-xs.active:before {
    opacity: 0.5;
}
.btn-toggle.btn-xs.active:after {
    opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
    line-height: -1rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.275rem;
    width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
    display: none;
}
.btn-toggle.btn-secondary {
    color: #6b7381;
    background: #bdc1c8;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
    color: #6b7381;
}
.btn-toggle.btn-secondary.active {
    background-color: #ff8300;
}
@media only screen and (max-width:576px){
    #card-form-login{
        width: 100%;
    }
}


@media only screen and (max-width:812px){
    .card{
        width: 1280px;
    }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .table td, .table th, p, .btn-sm, li>span{
        font-size: .5rem;
    }
}
.btn:not(:last-child) {
     margin-right: 0;
}

@media only screen and (max-width: 1024px) {
    label{
        white-space: nowrap;
        font-size: 11px !important;
    }
    span{
        font-size: 10px !important;
    }
    .main-content{
        max-width: 100%;
    }

    .badge {
        font-size: 11px !important;
    }

    input{
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 1366px) {
    label{
        white-space: nowrap;
    }
}

.select2{
    width: 100% !important;
}

#leadAdmin{
    width: 10% !important;
}
#ten{
    width: 15%;
}
#key{
    width: 3%;
}

#code{
    width: 7%;
}
#genderL{
    width: 5%;
}
#year_birth{
    width: 10%;
}
#id_card_order{
    width: 10%;
}
#age{
    width: 4%;
}
#provinceCityVn{
    width: 10%;
}
#weblockL{
    width: 7%;
}
#leadHealthInfora{
    width: 3%;
}
#leadHealthInforb{
    width: 3%;
}
#leadHealthInforc{
    width: 5%;
}
#leadAdmin{
    width: 10%;
}
.custom-table-new{
    margin-bottom: 0px;
    width: 100%;
    border-top: none !important; ;
}
.custom-table-new td{
    border-top: none !important; ;
}
#note_order{
    width: 10% !important;
}
.navbar-badge {
    font-size: .6rem;
    font-weight: 300;
    padding: 2px 3px;
    position: absolute;
    right: 5px;
}
.badge-warning {
    color: white;
    background-color: red;
}
#pageSubmenu, #pageSubmenu1{
    margin-left: 50px;
}
#pageSubmenu li, #pageSubmenu1 li{
    padding: 5px;
}
#pageSubmenu >li >a >i {
    margin-right: 10px;
}
#dataTableBuilder tr td:last-child a {
    margin: 3px;
}
.priority::-webkit-outer-spin-button,
.priority::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.fix-border-top{
    border-top: none !important;
}
#rated{
    z-index: 1051;
}