.invisible {
    display: none !important;
}

.text-align-center {
    text-align: center !important;
}

.lbl_no_bottom {
    margin-bottom: 0 !important;
}

.div_relative {
    position: relative;
}

.div_absolute {
    position: absolute;
}

.div_inline_block {
    display: inline-block;
}

.pagination>.active>a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: white;
    background-color: #ff7200;
    border: 1px solid #ddd;
    margin-left: -1px;
    border-radius: 4px;
    margin-right: 10px;
    width: 35px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: black;
    background-color: white;
    border: 1px solid #ddd;
    margin-left: -1px;
    border-radius: 4px;
    margin-right: 10px;
    width: 35px;
}

.table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0 !important;
}
.table-scrollable {
    overflow: auto !important;
    border: none;
}
.table.dataTable thead th, table.dataTable tfoot th {
    /*font-weight: normal;
    padding: 20px;*/
}

.table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    color: #666666;
    padding: 10px;
}

.flot-tooltip {
    position: absolute;
    display: none;
    border: 0;
    padding: 6px 10px;
    color: rgba(255, 255, 255, .9);
    font-weight: 600;
    font-size: 11px;
    background: rgba(26, 34, 41, .85);
    z-index: 10000 !important;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.fc-widget-header {
    background-color: white;
}

.fc-unthemed .fc-today {
    background: #facd89;
}

.fc th.fc-widget-header {
    padding: 0 !important;
    text-transform: unset !important;
}

.font-28 {
    font-size: 28px;
}

.font-24 {
    font-size: 24px;
}

.font-16 {
    font-size: 16px;
}

.font-19 {
    font-size: 19px;
}

.display-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.margin_center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.checkbox.checkbox-css label:before {
    background-color: #c7cee1 !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 4px !important;
}

.justify-content-center {
    justify-content: center !important;
}

.bg-white {
    background-color: white !important;
}

.color-white {
    color: white;
}

.div_login_header {
    width: 100%;
    height: 60px;
    background-color: #344777;
    justify-content: center;
    display: flex;
    align-items: center;
}

.login_bg {
    background-color: #f5f6f9;
    align-items: unset !important;
}

.login_item {
    background-color: white;
    width: 40% !important;
    margin-top: 50px !important;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.login_header {
    display: flex;
    justify-content: center;
}

.lbl_login_title {
    font-size: 28px;
    color: #344777;
    font-weight: bold;
}

.img_login_profile {
    width: 75px;
    height: 75px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.lbl_login {
    margin: 0 !important;
    font-size: 15px !important;
    width: 30% !important;
    text-align: center;
}

.ipt_default {
    padding-left: 20px !important;
    border: 1px solid #dddddd !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    height: 40px !important;
    width: 50% !important;
    margin-left: 10%;
    margin-right: 10%;
}

.ipt_default::-webkit-input-placeholder {
    color: #999999 !important;
}

.custom-control-label::before{
    width: 20px !important;
    height: 20px !important;
    background-color: #c7cee1 !important;
}

.checkbox.checkbox-css input:checked+label:after {
    width: 20px;
    height: 20px;
    background-color: #344777 !important;
    border-radius: 4px !important;
}

.btn_default {
    height: 48px !important;
    width: 435px !important;
    background-color:  #ff7200 !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-align: center !important;
    border-radius: 5px !important;
    border: 0 !important;
}



.content-page .title {
    width: 100%;
    padding: 0 !important;
    height: 65px !important;
    background-color: #344777 !important;
    margin-bottom: 0 !important;
}

.div_menu {
    width: 100%;
    height: 65px;
    background-color: #344777;
    display: flex;
    align-items: center;
}

.div_menu_item {
    height: 64px;
    margin-right: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.div_menu_item.active {
    border-bottom: 4px solid white;
}

.div_profile_item {
    margin-left: auto;
    margin-right: 160px;
}

.img_menu_profile {
    width: 40px;
    height: 40px;
}

.div_content {
    min-height: 700px;
    margin: 50px 210px;
}

.btn_send {
    height: 50px;
    /* min-width: 75px; */
    border: 0;
/*    display: flex;
    justify-content: center;*/
    font-size: 14px;
    /*align-items: center;*/
}

.btn_send.check_user {
    background-color: #d3000b;
    color: white;
}

.btn_send.all_user {
    background-color: white;
    color: #d3000b;
    border: 1px solid #d3000b;
}

.div_select {
    border: 1px solid #ebebf1;
    height: 40px;
    min-width: 150px;
    max-width: 150px;
    border-radius: 4px;
    padding-left: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.my_select {
    min-width: 150px !important;
}

.div_select .down {
    width: 40px;
    height: 100%;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbfbfd;
}

.img_select_down {
    width: 8px;
    height: 8px;
}

.btn_search {
    height: 42px;
    border: 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.btn_search.search {
    min-width: 110px;
    background-color: #344777;
}

.btn_search.download {
    min-width: 160px;
    background-color: #22ac38;
}

.btn_search.upload {
    background-color: white;
    border: 1px solid #22ac38;
    min-width: 160px;
    color: #22ac38;
}

.btn_search.create_id {
    min-width: 160px;
    background-color: #d3000b;
}

.btn_save {
    height: 42px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
    /*padding-left: 15px;*/
    background-color: #d3000b;
    min-width: 132px;
    cursor: pointer;
}

.btn_save.delete {
    background-color: #ff7200;
}

.btn_save.create_more {
    background-color: #344777 !important;
}

.btn_save.back {
    border: 1px solid #d3000b;
    color: #d3000b;
    background-color: white;
}

.btn_save.withdraw {
    background-color: #ff7200;
    color: white;
}
.dataTables_filter {
    display: none;
}
.table-bordered {
    border: 1px solid #f7f8fa !important;
}

#sidebar-menu > ul > li > a {
    display: flex;
}

.content-page > .content {
    margin-bottom: 20px;
    
    padding: 20px 10px !important;
}

.page-content-wrapper {
    
    min-height: 700px;
}

.title_td {
    vertical-align: middle !important;
    text-align: center !important;
}

.table_bottom {
    background-color: #f5f6f9 !important;
    padding-top: 20px !important;
}

.div_detail {
    background-color: white;
    padding: 23px;
}

.ipt_reg {
    border: 2px solid #f4f5f8 !important;
    height: 32px !important;
    width: 100% !important;
    padding-left: 15px !important;
    color: #666666 !important;
    font-size: 15px !important;
}

.btn_search_address {
    min-width: 120px !important;
    height: 32px !important;
    background-color: #d3000b !important;
    color: white;
    justify-content: center;
    display: flex;
    border: 0 !important;
    align-items: center;
}

.btn_search_address.upload {
    background-color: #344777 !important;
}
.btn-dark {
    background-color: #344777 !important;
    border-color: #344777 !important;
}

.txt_memo {
    border: 1px solid #f1f2f5;
    padding: 20px;
    width: 100%;
}

.img_course {
    width: 100%;
    height: 110px;
    object-fit: cover;
    margin-bottom: 6px;
}

.img_rounge {
    width: 100px;
    height: 100px;
    margin-right: 5px;
    object-fit: cover;
    border-radius: 10px;
}

.img_delete {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 4px;
    right: 5px;
}

.ipt_photo {
    width: 495px;
    height: 32px;
    border: 1px solid #e9eaf0;
}

.lbl_photo_reg_detail {
    color: #ff0000;
    font-size: 12px;
}

.div_reg_sub_title {
    width: 120px;
    text-align: right !important;
    margin-top: 5px;
}

.lbl_warning {
    color: #ff0000;
    font-size: 14px;
    margin-left: 10px;
}

.btn btn-dark waves-effect waves-light {
    width: 80px;
    height: 30px;
    border: 0;
    border-radius: 4px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    background-color: #344777;
    color: white;
    cursor: pointer;
}

.btn btn-dark waves-effect waves-light.detail {
    background-color: white;
    color: #344777;
    border: 1px solid #54689c;
}

.btn btn-dark waves-effect waves-light.private {
    background-color: white;
    border: 1px solid #d3000b;
    color: #d3000b;
}

.radio.radio-css input:checked+label:before {
    border: 1px solid #d6d6d6 !important;
    background: white !important;
}
.radio.radio-css input:checked+label:after {
    background: #1d2088 !important;
}

.radio.radio-css label:before {
    background: white !important;
    border: 1px solid #d6d6d6;
}

.alertify-logs>.show {
    height: 50px !important;
}

.swal2-icon.swal2-info, .swal2-icon.swal2-question, .swal2-icon.swal2-warning {
    font-size: 30px !important;
    line-height: 40px !important;
}

.swal2-icon {
    width: 40px !important;
    height: 40px !important;
}

.swal2-modal .swal2-spacer {
    height: 0 !important;
}

.btn-success {
    min-width: 60px !important;
}

.swal2-modal .swal2-title {
    padding-bottom: 20px !important;
}

.has-success .radio.radio-css label, .has-success.radio.radio-css label, .is-valid .radio.radio-css label, .is-valid.radio.radio-css label {
    color: #009393
}

.has-success .radio.radio-css label:before, .has-success.radio.radio-css label:before, .is-valid .radio.radio-css label:before, .is-valid.radio.radio-css label:before {
    background: rgba(0, 172, 172, .5)
}

.has-error .radio.radio-css label, .has-error.radio.radio-css label, .is-invalid .radio.radio-css label, .is-invalid.radio.radio-css label {
    color: #ff423e
}

.has-error .radio.radio-css label:before, .has-error.radio.radio-css label:before, .is-invalid .radio.radio-css label:before, .is-invalid.radio.radio-css label:before {
    background: rgba(255, 91, 87, .5)
}

.radio.radio-css {
    position: relative;
    line-height: 16px;
}

.radio.radio-css label {
    padding-left: 24px;
    margin: 0;
    position: relative
}

.radio.radio-css label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: #d5dbe0;
    -webkit-border-radius: 16px;
    border-radius: 16px
}

.radio.radio-css input {
    display: none
}

.radio.radio-css input:checked + label:before {
    background: #348fe2;
    border-color: #348fe2
}

.radio.radio-css input:checked + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.radio.radio-css.radio-inline {
    padding-left: 0;
    display: inline-block
}

.radio.radio-css.radio-inline + .radio-inline {
    margin-left: 15px
}

.radio.radio-css.radio-success input:checked + label:before {
    background: #00acac;
    border-color: #00acac
}

.radio.radio-css.radio-lime input:checked + label:before {
    background: #90ca4b;
    border-color: #90ca4b
}

.radio.radio-css.radio-indigo input:checked + label:before {
    background: #8753de;
    border-color: #8753de
}

.radio.radio-css.radio-purple input:checked + label:before {
    background: #727cb6;
    border-color: #727cb6
}

.radio.radio-css.radio-inverse input:checked + label:before {
    background: #2d353c;
    border-color: #2d353c
}

.radio.radio-css.radio-warning input:checked + label:before {
    background: #f59c1a;
    border-color: #f59c1a
}

.radio.radio-css.radio-danger input:checked + label:before {
    background: #ff5b57;
    border-color: #ff5b57
}

.radio.radio-css.radio-info input:checked + label:before {
    background: #49b6d6;
    border-color: #49b6d6
}

.radio.radio-css.radio-pink input:checked + label:before {
    background: #fb5597;
    border-color: #fb5597
}

.radio.radio-css.radio-yellow input:checked + label:before {
    background: #ffd900;
    border-color: #ffd900
}

.register.register-with-news-feed {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.register.register-with-news-feed .news-feed {
    position: fixed;
    left: 0;
    right: 500px;
    top: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}


.custom-control {
    position: relative;
    display: block;
    min-height: 1.125rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.0625rem;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #348fe2;
    background-color: #348fe2
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(52, 143, 226, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #5db0ff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #d0e5f8;
    border-color: #d0e5f8
}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .0625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .0625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: 4px
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #348fe2;
    background-color: #348fe2
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(52, 143, 226, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(52, 143, 226, .5)
}


.checkbox.checkbox-css {
    line-height: 16px;
    padding-top: 7px
}

.checkbox.checkbox-css label {
    padding-left: 4px;
    margin: 0;
    position: relative
}

.checkbox.checkbox-css label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: #c7cee1;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.checkbox.checkbox-css input {
    display: none
}

.checkbox.checkbox-css input:checked + label:before {
    background: #348fe2;
    border-color: #348fe2
}

.checkbox.checkbox-css input:checked + label:after {
    content: '';
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 21px;
    width: 21px;
    text-align: center
}

.checkbox.checkbox-css.checkbox-inline {
    padding-left: 0;
    display: inline-block
}

.checkbox.checkbox-css.checkbox-inline + .checkbox-inline {
    margin-left: 15px
}

.checkbox.checkbox-css.checkbox-success input:checked + label:before {
    background: #00acac;
    border-color: #00acac
}

.checkbox.checkbox-css.checkbox-lime input:checked + label:before {
    background: #90ca4b;
    border-color: #90ca4b
}

.checkbox.checkbox-css.checkbox-indigo input:checked + label:before {
    background: #8753de;
    border-color: #8753de
}

.checkbox.checkbox-css.checkbox-purple input:checked + label:before {
    background: #727cb6;
    border-color: #727cb6
}

.checkbox.checkbox-css.checkbox-inverse input:checked + label:before {
    background: #2d353c;
    border-color: #2d353c
}

.checkbox.checkbox-css.checkbox-warning input:checked + label:before {
    background: #f59c1a;
    border-color: #f59c1a
}

.checkbox.checkbox-css.checkbox-danger input:checked + label:before {
    background: #ff5b57;
    border-color: #ff5b57
}

.checkbox.checkbox-css.checkbox-info input:checked + label:before {
    background: #49b6d6;
    border-color: #49b6d6
}

.checkbox.checkbox-css.checkbox-pink input:checked + label:before {
    background: #fb5597;
    border-color: #fb5597
}

.checkbox.checkbox-css.checkbox-yellow input:checked + label:before {
    background: #ffd900;
    border-color: #ffd900
}

.input-group-append, .input-group-prepend {
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.border-bottom-grey {
    border-bottom: 1px solid #e5e5e5 !important;
}

.input-group-append {
    margin-left: -1px
}

.dropdown-item {
    display: flex !important;
    align-items: center;
    padding: 9px 0.5rem !important;
}

.img_menu_right {
    margin-left: auto;
    width: 9px;
    height: 14px;
}

.btn_logout {
    background-color: #344777;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 0;
    width: 140px;
    margin-left: 9px;
    color: white;
}

.dropdown-menu {
    top: 70%;
    left: -60%;
}

.btn-group>.dropdown-menu:before, .dropdown-toggle>.dropdown-menu:before, .dropdown>.dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 50px;
    right: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e0e0e0;
    border-left: 8px solid transparent;
    content: '';
}

.dropdown>.dropdown-menu:after {
    position: absolute;
    top: -7px;
    left: 45px;
    right: auto;
    display: inline-block!important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #474959;
    margin-left: auto;
}

.btn_sel {
    border: 1px solid #2b2d40;
    background-color: white;
    border-radius: 0;
    height: 40px;
}

.btn_sel.content {
    width: 110px;
    text-align: left;
}

.btn_sel.action {
    width: 40px;
}

.lbl_red {
    color: red;
}

#lbl_add_schedule_title {
    float: left;
}
.top-description {
    display: flex;
    align-items: center;
    justify-content: left;
    font-weight: 400;
    line-height: 1.25;
    white-space: nowrap;
    width: 100%;
    padding: 10px;
    font-size: 20px;
}

.swal2-modal {
    min-height: 0px !important;
}

.color-container {width: 100%;display: flex;height: auto}
.color-item {width: 30px;height: 30px;border-radius: 4px !important;margin-right: 10px;cursor: pointer;position: relative}
.color-item.active:after{
    content: '';
    position: absolute;
    border-radius: 4px;
    border: 1px solid #ff00c6;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
}
.grid-title {
    background-color: lightgray;
    border: 1px solid gray;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid-content {
    border: 1px solid lightgray;
    word-break: break-word;
    padding: 10px;
    font-size: 15px;
    height: auto;
    display: flex;
}
.upload-image {
    width: 100px;
    height: 100px;
    border: 1px solid gray;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    cursor: pointer;
    margin: 10px;
}
.delete-image {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.confirm_dlg,
.alert_dlg {
    box-shadow: rgb(37, 35, 35) 1px 6px 10px 1px !important;
    border-radius: 10px !important;
    padding: 0px !important;
    z-index: 99999999999 !important;
}

.confirm_dlg .sa-button-container {
    border-top: 1px solid #e2e2e2 !important;
    display: flex !important;
}

.width-50 {
    width: 50% !important;
}

.width-100 {
    width: 100% !important;
}

.confirm_dlg .sa-confirm-button-container {
    width: 50% !important;
}

.alert_dlg .sa-confirm-button-container {
    width: 100% !important;
}
.swal2-modal .swal2-styled {
    margin: 0px !important;
    font-size: 20px;
    border-radius: 0px !important;
}
.swal2-modal .swal2-title {
    margin: 20px !important;
}
.swal2-modal .swal2-title {
    word-break: break-all;
    font-size: 25px !important;
    line-height: 35px;
    font-weight: unset !important;
}
.artist-order {
    margin: 5px;
    cursor: pointer;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 412px;
        margin: 15px auto;
    }
} 
.hair {
    width: 200px;
    height: 200px;
}
.makeup {
    width: 200px;
    height: 200px;
}
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}
.color1 {background: #ff3208}
.color2 {background: #ffdc6f}
.color3 {background: #fffa10}
.color4 {background: #25ff32}
.color5 {background: #33c388}
.color6 {background: #808080}
.color7 {background: #9d9ddd}
.color8 {background: #23b9ff}
.color9 {background: #d0ccc6}
.color10 {background: #0000ff}
.color11 {background: #d0ccc6}
.color12 {background: #78dde9}
.color13{background: #0c3d43}
.color14 {background: #28890b}
.color15 {background: #000000}
.color16 {background: #ffcc00}
.color17 {background: #96874c}
.color18 {background: #d07728}
.color19 {background: #ff5a00}
.color20 {background: #ff00c6}
.color21 {background-color: #ffffff}

.color-d3000b {color: #d3000b !important}

/* .ellipsis > *:first-child {
    float: right;
    width: 100%;
    margin-left: -5px;
}

.ellipsis{
    position: relative;
    overflow: hidden;
    max-height: 30px;
    line-height: 1;
}

.view_more {
    width: 30px !important;
    position: absolute;
    visibility: visible;
    bottom: 0px;
    right: 0px;
    color: #828282;
    background-color: white;
    margin-bottom: 0px !important;
}

.ellipsis:after{
    content: "\02026";
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    float: right;
    position: relative;
    top: -40px;
    left: 100%;
    width: 10px;
    margin-left: -10px;
    padding-right: 5px;
    text-align: right;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(20%, white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 20%, white);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 20%, white);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 20%, white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 20%, white);
}

.ellipsis:before {
    content: "";
    float: left;
    width: 5px;
    height: 30px;
} */


.ellipsis {
	overflow: hidden;
    height: 40px;
}
.content {
    color: #4f4f4f;
    word-break: break-all;
}
.ellipsis:before {
	content: "";
    float: left;
    width: 2vw;
    height: 40px;
}
.ellipsis:after {
    content: "\02026";
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    float: right;
    position: relative;
    top: -20px;
    left: 100%;
    width: 2.1vw;
    margin-left: -4vw;
    padding-right: 2vw;
    text-align: right;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(20%, white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 20%, white);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 20%, white);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 20%, white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 20%, white);
}
.ellipsis > *:first-child {
	float: right;
	width: 100%;
	margin-left: -2vw;
}

.img-select {
    margin: 10px;
    width: 15px;
    height: 15px;
    border: 2px solid black;
    background-color: white;
    border-radius: 50%;
}

.page-nation {
    display: flex;
    justify-content: center;
    margin-top: -60px;
}
 
.close {  
    background-image: url(../images/remove-icon-small.png)!important;
}

.modal {
    z-index: 1058 !important;
}

[data-name=require] table.dataTable thead th, table.table-bordered.dataTable tbody td{
    padding: 10px 5px !important;
}

[data-name=reject] table.dataTable thead th, table.table-bordered.dataTable tbody td{
    padding: 10px 5px !important;
}

[data-name=progress] table.dataTable thead th, table.table-bordered.dataTable tbody td{
    padding: 10px 5px !important;
}

[data-name=complete] table.dataTable thead th, table.table-bordered.dataTable tbody td{
    padding: 10px 5px !important;
}

[data-name=calculate] table.dataTable thead th, table.table-bordered.dataTable tbody td{
    padding: 10px 2px !important;
}

[data-name=product_order] table.dataTable thead th, table.table-bordered.dataTable tbody td{
    padding: 10px 5px !important;
}

.table .btn {
    margin-top: 0 !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
}