
.box-info-header {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
}

.box-info-header div {
    padding-right: 20px;
}

.box-info-header div:last-child {
    padding-right: 0px !important;
}

.bt-select {
    padding: 5px 8px;
    border-radius: 12px;
    width: 61px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #E5E4E4;
}

.b-child-1 {
    width: 46%;
}

.b-child-1 > h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.4px;
    text-align: left;
    color: #3c3c3c;
    margin: 0px;
}

.b-child-2 {
    width: 54%;
}

.b-child-3 {
    width: 19%;
}

table.table-commandes td {
    color: #3C3C3C !important;
}

table.table-commandes thead th:first-child {
    width: 26%;
}

table.table-commandes thead th:nth-child(2) {
    width: 20%;
}

table.table-history thead th:first-child {
    width: 28%;
}

table.table-history thead th:nth-child(2) {
    width: 13%;
}

table.table-f14 td:nth-child(2), table.table-f14 td:nth-child(3), table.table-f14 td:nth-child(4),
table.table-f14 td:nth-child(5), table.table-f14 td:nth-child(6), table.table-f14 td:nth-child(7), table.table-f14 td:nth-child(8) {
    font-size: 14px;
}

.text-green {
    color: #43B929;
}

.text-orange {
    color: #FF8D4B;
}

.text-purple {
    color: #951c81;
}

.text-blue {
    color: #0064d2;
}

.text-gray {
    color: #bdbdbd;
}

.bt-bg-green {
    width: 82px;
    height: 28px;
    border-radius: 20px;
    padding: 5px 10px;
    font-style: normal;
    font-weight: 400;
    background: #43B929;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.disable-active {
    background: #E0E0E0;
    color: #BDBDBD;
}

.box-collapse > .icon-lg i {
    font-size: 22px;
}

.box-collapse > span i {
    font-size: 12px;
}

.box-info {
    border: solid 1px transparent;
}

.box-info > .box-sub-ch {
    margin: 27px 0px 11px 0px;
}

.box-info-2 {
    margin-top: 45px;
}

.box-mt {
    margin-top: 50px;
}

.row-page {
    padding: 0px 5px 0px 15px;
}

.box-pagination {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: right;
}

.text-page {
    color: #BDBDBD;
}

.list-page-number {
    margin-left: 20px;
}

.list-page-number span {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 6px;
    cursor: pointer;
}

.list-page-number span.active {
    background: #361FDB;
}

/*progress*/

.progress-custom {
    height: 6px !important;
    overflow: unset !important;
    width: 72px;
    margin: 0 auto;
    background: #E0E0E0 !important;
}

.progress-custom > .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    height: 6px;
    border-radius: 9px !important;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
}

.bar-darkorange {
    background: #EE3900 !important;
}

.bar-orange {
    background: #FF8D4B !important;
}

.bar-green {
    background: #43B929 !important;
}

.text-darkorange {
    color: #EE3900;
}

.text-orange {
    color: #FF8D4B;
}

.bt-clock img {
    width: 22px;
}

.text-progress {
    font-weight: normal !important;
    text-align: center;
}

.box-header-top {
    display: inline-flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.header-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.4px;
    color: #3c3c3c;
    margin-bottom: 15px;
}

.label-title {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #333;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-items: center;
}

.dropdown-custom {
    height: 40px !important;
    padding: 8px !important;
    border-radius: 6px !important;
    border: 1px solid #e0e0e0 !important;
    background-color: #fff;
    color: #3c3c3c;
    text-align: left;
}

.dropdown-custom::after {
    display: none;
}

.dropdown-custom span {
    display: block;
    color: #3c3c3c;
    position: absolute;
    right: 10px;
    background-color: #fff;
    top: 9px;
    padding: 0px 5px;
}

.dropdown-custom:focus {
    box-shadow: none !important;
}

.dropdown-custom:hover {
    color: #3c3c3c;
    background-color: #fff !important;
}

.dropdown-custom.dropdown-toggle.show {
    background-color: #fff !important;
    color: #3c3c3c !important;
}

.dropdown-menu {
    /*min-width: 100%;*/
    z-index: 6 !important;
}

.dropdown-menu li a {
    font-size: 14px;
}

.dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item.active {
    background: none !important;
}

.bt-circle {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    justify-items: center;
    font-weight: bold;
    font-size: 23px;
    cursor: pointer;
    background-image: url("../images/icon-back.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bt-circle:hover {
    background-image: url("../images/icon-back-hover.png");
}

.form-ct {
    height: 40px;
    border: solid 1px #e0e0e0 !important;
}

.form-control, .form-control::placeholder {
    color: #3c3c3c;
    font-size: 14px !important;
}

.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #ced4da;
}

.row-mb {
    margin-bottom: 20px;
}

.row-mb-lg {
    margin-bottom: 20px;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

.number-wrapper, .wrapper-date {
    position: relative;
}

.number-wrapper input {
    position: absolute;
    z-index: 1;
}

.spinner-button, .box-icon-calendar {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    width: 24px;
    text-align: center;
    margin: 0px;
    pointer-events: none;
    height: 18px;
    font-size: 14px;
}

.box-icon-calendar {
    width: 25px;
    height: 22px;
}

#date-button {
    right: 7px;
    top: 9px;
    background-color: #fff;
}

#inc-button {
    right: 7px;
    top: 3px;
    background-color: #fff;
    z-index: 5;
}

#dec-button {
    right: 7px;
    top: 17px;
    background-color: #fff;
    z-index: 5;
}

.number-group #inc-button, .number-group #dec-button {
    right: 45px;
}

.number-group #inc-button {
    top: 3px;
    background-color: #fff;
    z-index: 5;
}

.number-group #dec-button {
    top: 17px;
    background-color: #fff;
    z-index: 5;
}

.number-group > .input-group-text {
    padding: 5px 5px 5px 0px;
    font-size: 14px !important;
    color: #bdbdbd !important;
}

.input-gr input {
    border-right: 0px !important;
}

.input-gr > .input-group-text {
    background-color: #fff;
    color: #bdbdbd;
    font-size: 16px;
}

.input-grl input {
    border-left: 0px !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    padding-left: 0px;
}

.input-grl > .input-group-text {
    background-color: #fff;
    color: #bdbdbd;
    padding: 5px;
    font-size: 16px;
    text-align: center;
}

.box-input-list {
    display: inline-flex;
    align-items: center;
    height: 42px;
    width: 100%;
}

.box-input-list > .box-checkbox {
    flex: 1;
}

.box-checkbox input {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    box-shadow: 0 7px 64px 0 rgba(0, 0, 0, 0.07);
    border: solid 1px #ced4da;
    background-color: #fff;
    cursor: pointer;
}

.box-checkbox > .form-check-input:checked[type=checkbox] {
    background-image: url("../images/icon-check.png") !important;
    background-position: center;
    background-size: 16px;
}

.box-checkbox > .form-check-input:checked {
    background-color: #FFE426;
    border-color: #ced4da !important
}

.btn-circle {
    width: 16px;
    height: 16px;
    margin: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    border: none;
    background-image: url("../images/icon-question.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

/*tooltip custom*/

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: transparent;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: transparent;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: transparent;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: transparent;
}

.tooltip > .tooltip-inner {
    background-color: #fff !important;
    opacity: 1 !important;
    /*padding: 2px 5px;*/
    text-align: left;
    font-size: 13px;
    letter-spacing: -0.26px;
    text-align: left;
    color: #666;
    word-break: break-word;
}

.tooltip {
    padding: 5px;
    border-radius: 5px;
    box-shadow: 2px -1px 8px 0 rgba(0, 0, 0, 0.15), -1px 2px 8px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    opacity: 1 !important;
    width: 180px !important;
}

.tooltip-arrow{
    display: none !important;
}

.box-button-bt {
    float: right;
    color: #828282;
    display: inline-flex;
    align-items: center;
}

.bt-submit {
    width: 137px;
    height: 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 9px 18px;
    border-radius: 48px;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.05);
    background-color: #e0e0e0;
    border: none;
    color: #bdbdbd;
}

.bt-submit-y {
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 18px;
    border-radius: 48px;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.05);
    background-color: #ffe426;
    border: none;
    letter-spacing: -0.32px;
    font-size: 16px;
    color: #3c3c3c;
}

.bt-g {
    background: #43B929;
    color: #fff;
}

.box-img-bg {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.box-screen {
    position: relative;
}

.bg-1 {
    width: 132px;
    height: 132px;
    top: 150px;
    right: 424px;
    background-image: url("../images/img-bg/c1.png");
}

.bg-2 {
    width: 290px;
    height: 430px;
    top: 265px;
    right: 0px;
    background-image: url("../images/img-bg/c2.png");
}

.bg-3, .bg-9 {
    width: 169px;
    height: 169px;
    bottom: -17px;
    left: 300px;
    background-image: url("../images/img-bg/c3.png");
}

.bg-4 {
    position: absolute;
    width: 328px;
    height: 265px;
    bottom: -71px;
    right: -38px;
    background-image: url("../images/img-bg/c4.png");
}

.bg-5, .bg-10 {
    position: absolute;
    width: 173px;
    height: 173px;
    bottom: 220px;
    right: 290px;
    background-image: url("../images/img-bg/c5.png");
}

.bg-6, .bg-8 {
    position: absolute;
    width: 94px;
    height: 94px;
    top: 0px;
    right: 105px;
    background-image: url("../images/img-bg/c6.png");
}

.bg-7 {
    position: absolute;
    width: 303px;
    height: 303px;
    top: 195px;
    right: -173px;
    background-image: url("../images/img-bg/c7.png");
}

.bg-8 {
    position: absolute;
    width: 94px;
    height: 94px;
    top: -9px;
    right: -8px;
    background-image: url("../images/img-bg/c6.png");
}

.bg-9 {
    width: 185px;
    height: 185px;
    bottom: -5px;
    left: 228px;
    background-image: url("../images/img-bg/c9.png");
}

.bg-10 {
    bottom: 140px;
    right: 365px;
}

.bg-11 {
    position: absolute;
    width: 377px;
    height: 271px;
    bottom: -71px;
    right: -38px;
    background-image: url("../images/img-bg/c10.png");
}

.header-info h1 {
    font-size: 22px;
}

.nav-tabs-ct {
    border: 0px !important;
}

.nav-tabs-ct .nav-item.show .nav-link, .nav-tabs-ct .nav-link.active, .nav-tabs-ct .nav-link {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.4px;
    border: 0px;
    padding: 0px;
    margin-right: 15px;
}

.nav-tabs-ct .nav-link.active {
    border-bottom: solid 4px #ffe426;
}

.box-text-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    margin-bottom: 8px;
}

.box-text-title > .box-ch {
    flex: 1;
    display: inline-flex;
    align-items: center;
}

.box-text-title > .box-ch span {
    font-size: 20px;
    font-weight: 500;
    margin-right: 5px;
}

.label-btn {
    display: flex !important;
    padding: 3px 10px !important;
    border-radius: 20px;
    background-color: #ffe426 !important;
    align-items: start;
    color: #3c3c3c !important;
    letter-spacing: -0.28px;
    text-align: center;
    font-size: 14px;
    float: left !important;
    top: unset !important;
    margin-top: -2px;
    margin-right: 5px;
    position: unset !important;
    right: unset !important;
}

.input-password > .input-group-text {
    background-color: #fff !important;
    cursor: pointer;
}

.input-password input {
    border-right: 0px !important;
}

.text-more {
    font-size: 12px;
    font-weight: 300;
    color: #333333;
}

.text-links {
    color: #333;
    text-decoration: underline;
    text-align: right;
}

.bt-icon-trash {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 5px;
    cursor: pointer;
    margin-top: -3px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

.bt-icon-trash img {
    width: 34px;
}

.bt-icon-trash:hover {
    background: #E0E0E0;
    border-radius: 50%;
}

table.table-attribees thead th:first-child {
    width: 23%;
}

/*table.table-attribees thead th:nth-child(4){*/
/*width: 17%;*/
/*}*/

/*table.table-attribees thead th:nth-child(2){*/
/*width: 14%;*/
/*}*/

table.table-attribees thead th {
    vertical-align: middle;
}

table.table-attribees tbody td {
    padding: 5px 3px !important;
    height: 50px;
    color: #3c3c3c;
}

/*slider*/

.slidecontainer {
    width: 70px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.slidecontainer span {
    display: inline-block;
    margin-top: -20px;
}

.slidecontainer span.ic-false {
    background-image: url("../images/icon-false.png");
    width: 20px;
    height: 20px;
    background-size: auto;
    background-repeat: no-repeat;
    float: left;
}

.slidecontainer span.ic-true {
    background-image: url("../images/icon-true.png");
    width: 20px;
    height: 20px;
    background-size: auto;
    background-repeat: no-repeat;
    float: right;
    margin-right: -4px;
}

.sliderd {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    outline: none;
    height: 8px;
    /*-webkit-transition: .2s;*/
    /*transition: opacity .2s;*/
    /*background-color: red;*/
    cursor: pointer;
}

.slider1::-webkit-slider-thumb, .slider2::-webkit-slider-thumb, .slider3::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    /*cursor: pointer;*/
    border-radius: 50%;
    width: 28px;
    height: 28px;
    box-shadow: -1px 2px 8px rgba(0, 0, 0, 0.1), 2px -1px 8px rgba(0, 0, 0, 0.1);
    border: solid 1px #fff;
    background-color: #e0e0e0;
}

.slider1::-moz-range-thumb, .slider2::-moz-range-thumb, .slider3::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    /*cursor: pointer;*/
    border-radius: 50%;
    width: 28px;
    height: 28px;
    box-shadow: -1px 2px 8px rgba(0, 0, 0, 0.1), 2px -1px 8px rgba(0, 0, 0, 0.1);
    border: solid 1px #fff;
    background-color: #e0e0e0;
}

.sliderd.slider2 {
    border-radius: 60px;
    background-color: #ee3900;
    height: 8px;
}

.sliderd.slider3 {
    border-radius: 60px;
    background-color: #43b929;
    height: 8px;
}

.slider3 ~ .ic-false {
    display: none !important;
}

.slider2 ~ .ic-true {
    display: none !important;
}

.slider-disabled > .ic-false {
    background-image: url("../images/icon-false-gray.png") !important;
}

.slider-disabled > .ic-true {
    background-image: url("../images/icon-true-gray.png") !important;
}

.slider-disabled > .slider1::-webkit-slider-thumb {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    box-shadow: -1px 2px 8px rgba(0, 0, 0, 0.1), 2px -1px 8px rgba(0, 0, 0, 0.1);
    border: solid 1px #bdbdbd;
    background-color: #e0e0e0;
}

.slider-disabled > .slider1::-moz-range-thumb {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    box-shadow: -1px 2px 8px rgba(0, 0, 0, 0.1), 2px -1px 8px rgba(0, 0, 0, 0.1);
    border: solid 1px #bdbdbd;
    background-color: #e0e0e0;
}

.slider-disabled, .slider-disabled > input.sliderd {
    cursor: default !important;
}
