.fabric-toggle-two {
    padding: 3px;
    width: 160px;
    height: 20px;
    background: #EEE;
    cursor: pointer;
    border-radius: 100px;
    position: relative;
    font-size: 14px;
}

.toggle-option-two {
    width: 50%;
    height: 20px;
    line-height: 22px;
    text-align: center;
    color: #4D4D4D;
    display: block;
    float: left;
    position: relative;
    top: -100%;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.fabric-toggle-two:before {
    content: '';
    width: 50%;
    height: 20px;
    display: block;
    background: #FFF;
    border-radius: 10px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    transition: transform 0.2s ease;
}

.fabric-toggle-two.is-toggled2:before {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.fabric-toggle-two.is-toggled3:before {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
}

/*.toggle-option-two:first-child {*/
/*color: #4D4D4D;*/
/*}*/
.fabric-toggle-two.is-toggled1 > .toggle-option:nth-of-type(1) {
    color: #B1B1B1;
}

.fabric-toggle-two.is-toggled2 > .toggle-option:nth-of-type(2) {
    color: #B1B1B1;
}

.fabric-toggle-two.is-toggled3 > .toggle-option:nth-of-type(3) {
    color: #B1B1B1;
}

#ListPic {
    margin-bottom: 10px;
    background-color: #f1f2f2;
    height: 100%;
}

#ListPic * {
    box-sizing: border-box;
}

#ulPic {
    list-style: none;
    height: 60%;
    overflow-y: scroll;
    margin-left: 0px;
    background: white;
}

#ulPic .liFabric {
    width: 20%;
    height: 250px;
    float: left;
    padding: 15px 12px;;
    text-align: center;
    position: relative
}

#ulPic .liModel {
    width: 33%;
    height: 360px;
    float: left;
    padding: 15px 12px;;
    text-align: center;
}

#ulPic .liFabric img {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
    padding: 15px;
    cursor: pointer;
}

#ulPic .liModel img {
    width: 200px;
    height: 300px;
    margin-bottom: 10px;
    cursor: pointer;
    margin: 0 auto;
}

.ulPicShowMsg {
    margin: 10px;
    line-height: 34px;
    /* background-color: #fafafa; */
    /* height: 50px; */
    color: #666;
}
.cursor-pointer {
    cursor: pointer;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnGroup {
    z-index: 100;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 200px;
    left: 0px;
    visibility: hidden;
}
.liBook {
    width: 25%;
    height: 250px;
    float: left;
    padding: 15px 12px;;
    text-align: center;
    position: relative
}

.liBook:hover .btnGroup {
    visibility: visible;
    -webkit-transform: translate(0px, -200px);
    -moz-transform: translate(0px, -200px);
    -ms-transform: translate(0px, -200px);
    -o-transform: translate(0px, -200px);
    transform: translate(0px, -200px);
    transition-duration: 500ms;
    background-color: #f3ebeb;
    opacity: 0.9;
}

.liFabric:hover .btnGroup {
    visibility: visible;
    -webkit-transform: translate(0px, -200px);
    -moz-transform: translate(0px, -200px);
    -ms-transform: translate(0px, -200px);
    -o-transform: translate(0px, -200px);
    transform: translate(0px, -200px);
    transition-duration: 500ms;
    background-color: #f3ebeb;
    opacity: 0.9;
}

.rotateImg {
    transition-duration: 1s;
    transform: rotateY(360deg);
}

.qrCode {
    height: 150px !important;
    width: 150px !important;
    margin: 25px 0px;
}

.div_big > .modal-body {
    height: 525px;
    width: 860px;
    margin: 0px 15px 15px 20px;
    box-sizing: border-box;
    overflow-y: scroll;
    padding: 5px;
    border: 1px solid #d4d4d4;
    overflow-x: hidden;
}

.overflow-customoption{
    max-height:700px;
    overflow-y:auto;
}
.overflow-customoption::-webkit-scrollbar{
width:10px;
height:8px;
background-color: #61B6EB;
margin-left: 2px;
}
.overflow-customoption::-webkit-scrollbar-track{
background: #dddddf;
border-radius:2px;
}
.overflow-customoption::-webkit-scrollbar-thumb{
background: #61B6EB;
border-radius:2px;
}
.overflow-customoption::-webkit-scrollbar-thumb:hover{
background: #61B6EB;
}
.overflow-customoption::-webkit-scrollbar-corner{
background: #61B6EB;
}

#quickGuideDiv .slick-prev:before, #quickGuideDiv .slick-next:before {
    color: #F8AA44;
    font-size: 50px;
}

#quickGuideDiv .slick-prev {
    z-index: 100;
    top: 40%;
}

#quickGuideDiv .slick-next {
    right: 25px;
    top: 40%;
}

.borderBox * {
    box-sizing: border-box;
}

.fa-spin-img {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 4s infinite linear;
}

.slider-prev {
    position: absolute;
    left: -30px;
    top: 80px;
    z-index: 100;
    width: 60px;
    height: 60px;
    background-color: #F8AA44;
    border-radius: 60px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.slider-prev:hover {
    background-color: #e38c1b;
}

.slider-next {
    position: absolute;
    right: -30px;
    top: 80px;
    z-index: 100;
    width: 60px;
    height: 60px;
    background-color: #F8AA44;
    border-radius: 60px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.slider-next:hover {
    background-color: #e38c1b;
}

.slider-item {
    margin: 0 15px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
    height: 210px;
    position: relative;
    transition: all 1s;
}

.slider-item-overlay {
    background: linear-gradient(rgba(21, 65, 104, 1), rgba(99, 168, 204, 1));
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: all 1s;
    position: absolute;
}

.slider-item:hover .slider-item-overlay {
    opacity: 1;
    z-index: -2;
}
.slider-item-img:hover {
    filter: brightness(80%);
}
.slider-item-first {
    width: 100%;
    float: left;
    margin: 36px 0 0 40px;
    font-size: 38px;
    font-weight: bold;
    color: #196891;
}

.slider-item-second {
    width: 100%;
    float: left;
    margin: 10px 0 0 40px;
    font-size: 16px;
    font-weight: lighter;
    color: #666666;
}

.slider-item-third {
    width: 100%;
    float: left;
    margin: 50px 0 0 40px;
    font-size: 16px;
    font-weight: lighter;
    color: #196891;
}

.slider-item:hover .slider-item-first {
    color: #F8AA44;
}

.slider-item:hover .slider-item-second {
    color: #FFFFFF;
}

.slider-item:hover .slider-item-third {
    color: #F8AA44;
}

.slider-item-div-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.tab-a {
    border: none !important;
    background-color: transparent !important;
    color: #CCCCCC ;
    font-size: 20px;
    font-weight: lighter;
    padding: 10px 0;
    cursor: pointer ;
}

#quickGuideDiv li.active .tab-a {
    color: #196891 !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;;
}

.tab-item {
    padding: 10px 20px;
    color: #666666;
    border-radius: 50px;
    margin-left: 20px;
    cursor: pointer;
}
.tab-item-active {
    color: #FFFFFF;
    background-color: #196891;
}

.ngdialog.ngdialog-theme-private .ngdialog-content {
    padding: 0;
}
.ngdialog.ngdialog-theme-fitContent .ngdialog-content {
    padding: 0;
    width: fit-content;
}

.custom-none.select2-container .select2-selection--single{
    border: none;
    outline: none;
}
.custom-none .select2-dropdown--below {
    z-index: 99999;
}

.select2-dialog .select2-dropdown--below,
.select2-dialog .select2-dropdown--above,
.select2-container--select2-dialog .select2-dropdown--below,
.select2-container--select2-dialog .select2-dropdown--above {
    z-index: 99999;
}
.custom-default .select2-selection--single{
    height: 28px !important;
    padding: 0 0 0 8px;
    margin-top: 0;
}
.custom-select {
    width: 100%;
    height: 100%;
}

.select-input-container {
    width: 100%;
    height: 100%;
    border: 1px solid #dee2e6;
}

.custom-accordion .card-header {
    background-color: #1A3A80;
    color: #FFFFFF !important;
    padding: 10px;
    cursor: pointer;
}
.custom-accordion .card-header a, .custom-accordion .card-header button {
    padding: 0;
}

.custom-nav-tabs .nav-item {
    cursor: pointer;
}
.custom-nav-tabs .nav-item a {
    color: #98a6ad;
}

.op_timeline_label {
    list-style: none;
    border-bottom: solid 1px #f5f5f5;
    border: 0!important;
    width: 100%;
    overflow: hidden;
}
.op_timeline_notice, .op_timeline_title {
    padding: 10px;
    margin-left: 15px;
    float: left;
    border-left: solid 2px #ececec;
    width: 100%;
    display: flex;
    align-items: center;
}
.op_timeline_circle {
    width: 55px;
    float: left;
    display: inline-block;
    position: relative;
    overflow: hidden;
    left: -18px;
}
.op_timeline_circle_blue, .op_timeline_circle_red {
    background-image: url(../images/dout.png);
}
.op_timeline_circle_blue {
    background-position: -14px 0;
}
.op_timeline_info {
    float: left;
    /*width: 390px;*/
    margin-left: -10px;
    word-break: normal;
}
.c-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: text-bottom;
    font-style: normal;
    overflow: hidden;
}

#OrderHistorydiv .op_timeline_label {
    list-style: none;
    border-bottom: solid 1px #f5f5f5;
    width: 500px;
    overflow: hidden;
}
#OrderHistorydiv .op_timeline_notice, .op_timeline_title {
    padding: 10px;
    margin-left: 15px;
    float: left;
    border-left: solid 2px #ececec;
}
#OrderHistorydiv .op_timeline_circle {
    width: 55px;
    float: left;
    display: inline-block;
    position: relative;
    overflow: hidden;
    left: -18px;
    margin-top: 17px;
}
#OrderHistorydiv .op_timeline_circle_blue, #OrderHistorydiv .op_timeline_circle_red {
    background-image: url(../images/dout.png);
}
#OrderHistorydiv .op_timeline_circle_blue {
    background-position: -14px 0;
}
#OrderHistorydiv .op_timeline_info {
    float: left;
    width: 390px;
    margin-left: -10px;
    word-break: normal;
}
#OrderHistorydiv .c-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: text-bottom;
    font-style: normal;
    overflow: hidden;
}
.MeasureRow {
    clear: both;
    width: 100%;
    padding-top: 3px;
    height: 60px;
    background-color: #F4F4F4;
    margin-top: 2px;
}
.MeasureRow .MeasureTitle {
    width: 130px;
    float: left;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
}
.MeasureRow .MeasureTitleLeft {
    width: 180px;
    float: left;
    /* font-weight: bold; */
}

.MeasureRow .MeasureTitleRightDis {
    width: 100px;
    float: left;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
    display: none;
}
.optionRow {
    clear: both;
    width: 100%;
    /* max-width: 615px; */
    padding-top: 3px;
    height: 29px;
    background-color: #F4F4F4;
    margin-top: 2px;
}
.optionRow .optionTitle {
    width: 260px;
    float: left;
    font-weight: bold;
    margin-left: 10px;
    /*margin-top: 5px;*/
}
.optionRow .optionTitleLeft {
    width: 230px;
    float: left;
    font-weight: bold;
}
.optionRow .optionTitleRight {
    width: 19px;
    float: left;
    font-weight: bold;
}

.card-header-pointer .card-header {
    cursor: pointer;
}

.CalTableRow {
    clear: both;
    width: 100%;
    height: 32px;
}
.CalTableRow .Rowob {
    font-size: 10pt;
    width: 100px;
    float: left;
    height: 48px;
    font-weight: normal;
    padding-left: 5px;
    color: #2A385E;
    vertical-align: middle;
    line-height: 38px;
    border-bottom: solid 2px #F8F8F8;
    border-right: solid 1px #dadada;
    text-align: right;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.CalTableRow .Title {
    font-size: 11px;
    font-weight: bold;
    float: left;
    height: 32px;
    width: 100px;
    padding-left: 5px;
    background-color: #e4e4e4;
    color: #3d3d3d;
    vertical-align: middle;
    line-height: 32px;
    border-bottom: solid 1px #dadada;
    border-right: solid 1px #dadada;
    border-top: solid 1px #dadada;
    text-align: center;
}

.CalTitle {
    margin-left: 15px;
    margin-top: 10px;
    color: #3d3d3d;
    font-weight: bold;
    font-size: 10pt;
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*2017-11-20*/
}

.CalButton {
    float: right;
    margin-right: 12px;
    margin-top: 15px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*2017-11-20*/
}

.CalTableRow .Row {
    font-size: 10pt;
    width: 100px;
    float: left;
    height: 38px;
    font-weight: normal;
    padding-left: 5px;
    color: #2A385E;
    vertical-align: middle;
    line-height: 38px;
    border-bottom: solid 2px #F8F8F8;
    border-right: solid 1px #dadada;
    text-align: right;
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*2017-11-20*/
}

.tdc_fabric_body .table-striped tbody tr.odd.selected {
    background-color: #0172d2 !important;
}


.dz-message{
    background-color: #DFEAF0;
}
.dz-message .dz-top{
    height: 128px;
    width: 100%;
    text-align: center;
}

.dz-message .dz-top h3{
    margin-top: 12px;
    margin-bottom: 5px;
}

.dz-message .dz-info{
    float: left;
    width: 63%;
    padding-left: 7%;
}
.dz-message .dz-image{
    float: left;
    width: 30%;
    height: 240px;
    background-image: url(../images/robot.png);
    background-size: cover;
    margin-top: 30px;
}
.dz-message .dz-info p{
    font-size: 20px;
    font-weight: bold;
}


.dz-message .dz-info .number_box{
    height: 24px;
    border: 1px solid #196891;
    width: max-content;
}

.dz-message .dz-info .number_l{
    font-size: 16px;
    color: #333;
    float: left;
    width: 90px;
    height: 24px;
    line-height: 22px;
    letter-spacing: 3px;
    padding-left: 5px;

}

.dz-message .dz-info .number_r{
    background-color: #196891;
    color: white;
    height: 24px;
    font-size: 16px;
    float: left;
    min-width: 30px;
    line-height: 22px;
    letter-spacing: 3px;
    padding-left: 5px;
}

.dz-message .fh_date{
    width: fit-content;
    height: 60px;
    background-color: #196891;
    color: white;
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 0px 10px;
}

.dz-message .dz-info h5{
    clear: both;
    font-size: 16px;
    width: 339px;
    text-align: center;
    display: block;
    margin-top: 16px;
    color: #666!important
}

.dz-message .fh_date_note{
    height: 108px;
    width: 95%;
    background-color: #ADC9D7;
    margin-top: 16px;
    padding: 2% 3%;
    position: relative;
}

.dz-message .fh_date_note p{
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    line-height: 1.8em;
}


.dz-message .method2 .fh_date_note{
    height: 175px;
    width: 95%;
    background-color: #ADC9D7;
    margin-top: 26px;
    padding: 2% 3%;
    position: relative;
    
}

.triangle {
    position: absolute;
    border-width: 13px;
    border-style: solid;
    border-color: transparent transparent transparent #ADC9D7;
    top: 20%;
    right: -24px;
}
















@media (min-width: 992px) and (max-width: 1200px) {
    .col-cs-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: .5rem!important;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .col-cs-md-6 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        margin-top: .5rem!important;
    }
}

.download-div {
    display: flex;
    align-items: center;
    font-weight: lighter;
    color: #666666;
}

.download-title {
    margin-right: 6px;
    float: left;
}

.download-tip {
    font-size: 18px;
    color: red;
}

.mt12 {
    margin-top: 12px;
}
#sideDialog {
    right: -400px;
    /*transition: all 2s ease-in;*/
}

.sideDialog-body {
    position: relative;
}
.save-person {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12px;
}
.save-person button {
    width: 100%;
}
.pr-5rem {
    padding-right: 5rem !important;
}

.group-item-div {
    height: 146px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    margin-bottom: 10px;
    background: #fff;
}
.group-item-div-disabled {

}

.group-item-body {
    background-color: #f4f6f9!important;
    padding: 0!important;
}

.group-name-input {
    height: calc(1.5em + .75rem + 2px)!important;
    background-color: #fff;
    border: 1px solid #ced4da;
    padding-left: 10px;
}

.choose-mode {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #4CC3D9;
    color: #FFFFFF;
    height: calc(1.5em + .75rem + 2px)!important;
    padding: 0 0.5rem;
    cursor: pointer;
}
.group-item-div-disabled .choose-mode{
    background-color: #DBDBDB;
}
.group-item-div-disabled input[readonly] {
    background-color: #DBDBDB;
}

.mode-check-icon {
    float: right;
    color: #FFFFFF!important;
    margin-left: 20px;
}
.bind-person {
    background-color: #27A844;
}

.select-madeType {
    width: auto;
    min-height: 300px;
    background-color: #FFFFFF;
    position: relative;
}

.madeType-item {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    display: flex;
}

.class-name {
    float: left;
    width: 82px;
    height: 40px;
    text-align: center;
}

.class-select {
    height: 40px;
    flex: auto;
}
.person-side {
/*
    width: 100%;
    padding: 0 20px!important;
    height: calc(100% - 66px) !important;
*/
}

.person-department-name {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0;
}
.person-row {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    background-color: #FAFAFA;
    border: 1px solid #ced4da;
    border-radius: 5px;
    cursor: pointer;
}
.person-row-checked {
    border: 1px solid #27A844;
}
.person-checked-icon {
    color: #27A844 !important;
}

.select-row {
    cursor: pointer;
}

.template-container {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.template-child-title {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    margin-left: 0;
    margin-right: 6px;
    line-height: 40px;
    float: left;
}

.side_toggle{
    width: 50px;
    height: 50px;
    background: #F8AA44;
    position: fixed;
    top: 66px;
    right: 0;
    cursor: pointer;
    z-index: 99;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: normal;

}
.select-bootstrap4 {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    width: 100%;
    /* height: calc(1.5em + .75rem + 2px)!important; */
    line-height: calc(1.5em + .75rem);
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.class-title {
    float: left;
    min-width: 110px;
    font-weight: bold;
    margin-left: 20px;
    color: #1A3A80;
    font-size: 11pt
}

.class-text {
    float: left;
    margin-left: 13px;
    padding-top: 5px;
    display: block;
    width: 200px;
}

.preview-title {
    height: 23px;
    line-height: 23px;
    float: left;
    width: 270px;
    font-weight: bold;
    color: #666666;
    padding-left: 3px;
    margin-top: 20px;
}
.preview-text {
    height: 23px;
    line-height: 23px;
    float: left;
    width: 240px;
    color: #666666;
    padding-left: 3px;
}
.mp-lr-0 {
    margin-left: 0!important;
    margin-right: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
}

.mb-4rem {
    margin-bottom: 0.4rem!important;
}

.measure-range {
    padding: 0 6px;
    width: 70px;
    flex: none;
}

.detail-title {
    font-size: 14px;
    font-weight: bold;
    float: left;
    height: 23px;
    width: 100px;
    padding-left: 5px;
}
.detail-value {
    font-size: 14px;
    width: 100px;
    height: 30px;
    float: left;
    font-weight: normal;
    padding-left: 5px;
    margin: 0;
}
@media (max-width: 768px){
    .fabric-item {
        width: 100% !important;
    }
}
.order-list {
    display: flex;
    margin-bottom: 6px;
}
.order-no {
    font-size: 14px;
    color: #1A3A80;
    margin-right: 20px;
    cursor: pointer;
}

.text-size-container {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
.mr-30 {
    margin-right: 30px;
}
.text-size-item {
    border: 1px solid #dee2e6;
    padding: 1rem 2rem;
    position: relative;
    color: #999;
    cursor: pointer;
}
.text-size-item-selected {
    border-color: darkorchid;
    color: #333;
}
.text-size-item-selected .fa-check-circle {
    color: darkorchid;
}

.fa-position {
    position: absolute;
    right: 10px;
    top: 10px;
}

.display-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
}

.order-item-title {
    margin-right: 20px;
    min-width: 110px;
    font-weight: bold;
}
.order-item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    overflow: hidden;
    font-size: 14px;
}
.order-item input[type='radio'] {
    margin-right: 5px;
}
.show-close-icon {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -35px;
    margin-top: -20px;
    cursor: pointer;
}
.show-help-div {
    font-size: 12px;
    overflow: auto;
    left: 30%;
    top: 10%;
    box-sizing: content-box;
    position: absolute;
    width: 240px;
    background-color: #EBF4FC;
    padding: 40px;
    height: 250px;
    box-shadow: 4px 4px 8px #ccc;
    display: none;
    z-index: 999;
}

.custom-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-card-footer::after {
    content: none;
}
.select2-container--bootstrap4 .select2-selection__clear {
    text-align: center;
    padding-left: 0;
    line-height: 0.9em;
}
.ngdialog.ngdialog-theme-plain .ngdialog-content .select2-container--bootstrap4 .select2-selection__clear {
    line-height: 0.8em;
}
.dataTable thead tr[role='row'] {
    height: 0 !important;
}

.side-menu {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 300px;
    height: 100%;
    background: #d5d5d5;
    /*padding-top: 30px;*/
    padding-left: 30px;
    padding-right: 4px !important;
    padding-bottom: 30px;
    z-index: 100;
}

.side-row {
    margin-top: 20px;
}

.side-menu-title {
    font-weight: bold;
    font-size: 16px;
    color: #1A5F7B;
}
.side-item-parent {
    overflow-y: auto;
    height: 100%;
}
.side-item-parent::-webkit-scrollbar{
    width:10px;
    height:8px;
    background-color: #61B6EB;
    margin-left: 2px;
}
.side-item-parent::-webkit-scrollbar-track{
    background: #dddddf;
    border-radius: 0px;
}
.side-item-parent::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 10px;
}
.side-item-parent::-webkit-scrollbar-thumb:hover{
    background: #999!important;
}
.side-item-parent::-webkit-scrollbar-corner{
    background: #61B6EB;
}
.side-item {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
}
.side-item label {
    cursor: pointer;
}
.side-item-checkbox {
    margin-bottom: 0.2rem;
    margin-top: 0.5rem;
    cursor: pointer;
}
#liningContainer {
    display: none;
}

.price-title {
    clear: both;
    width: 100%;
    padding-left: 10px;
    line-height: 38px;
    font-size: 10pt;
    background-color: #e9ecef;
    border-radius: 0.15rem;
    height: 38px;
    font-weight: bold;
    margin-bottom: 15px;
}

.price-detail {
    width: 400px;
    text-align: left;
    min-height: 38px;
    color: #0C0C0C;
    font-size: 13px;
    margin-left: 30px
}

.price-detail-child {
    text-align: left;
    height: 30px;
    float: left;
    font-weight: bold
}
.price-detail-child-250 {
    width: 250px;
}
.price-detail-child-100 {
    width: 100px;
}
.iOrderPriceTotal, .iOrderRPrice, .iOrderPriceTitle, .iOrderRPriceTitle {
    display: flex;
}
.price-total {
    width: 270px;
}

.alter-request-close {
    cursor: pointer;
    position: absolute;
    right: 20px;
}

.alter-request-body {
    height: 600px;
    overflow-y: auto;
}

.alter-request-container {
    display: flex;
    column-gap: 70px;
    align-items: center;
}
.alter-request-row {
    width: 100%;
    clear: both;
    color: #3d3d3d;
    font-size: 9pt;
    margin-bottom: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.alter-request-title {
    width: 80px;
    float: left;
    font-weight: bold;
    font-size: 13px;
    flex: 0 0 auto;
}

.alter-request-text {
    width: 250px;
    float: left;
    font-size: 13px;
}

.alter-request-sub-title {
    font-size: 13px;
    font-family: Verdana, Arial !important;
    color: #555;
    margin-bottom: 8px;
}

.alter-request-sub-text {
    font-size: 13px;
    margin-right: 5px;
    overflow-y: auto;
}
.alter-header {
    border-radius: 4px!important;
    font-size: 13px;
}
.ngdialog.ngdialog-theme-plain .select2-container--default .select2-results__option--highlighted {
    color: white!important;
}

.flex-align-center {
    display: flex;
    align-items: center;
}







@media (max-width: 768px) {
    .alter-request-container {
        flex-wrap: wrap;
    }
}
#divInProduct {
    max-height: 450px;
    overflow: auto;
}

.alter-date {
    margin-left: 100px;
}
.alter-row {
    margin-bottom: 0.2rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
}
.alter-title {
    min-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.alter-text {
    width: 70%;
}

.form-control-border-none {
    border: none!important;
    line-height:  calc(1.45rem + 2px);
}
.alter-detail-title {
    min-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.alter-detail-text {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.remark-hr {
    width: 100%;
    margin-right: 7.5px;
    margin-left: 7.5px
}

.option-second-title {
    background-color: #6c757d;
}
.option-second-body {
    border: 1px solid #999;
    border-radius: 0 0 4px 4px;
}

.icon_Reserve {
    height: 18px;
    width: 20px;
}
table.dataTable tbody>tr.selected .orderdate_icon {
    color: white;
}

.col-divide {
    -ms-flex: 0 0 2%;
    flex: 0 0 2%;
    max-width: 2%;
}

.custom-col {
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
}
.customlining-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px 20px;
    list-style: none;
}
@media (min-width: 991px) and (max-width: 1280px) {
    .custom-col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .customlining-container {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .custom-col {
        flex-wrap: wrap;
    }
}
@media (max-width: 576px) {
    .customlining-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
.jp-card .jp-card-front .jp-card-logo {
    opacity: 0!important;
}
#agreement-checkbox {
    height: 20px;
    width: 20px;
}
#authorize-checkbox {
    height: 12px;
    width: 16px;
    flex: none;
}
#agreement-checkbox-container, #authorize-checkbox-container {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}
#agreement-checkbox-label, #authorize-checkbox-label {
    margin-top: -5px!important;
    margin-bottom: 0!important;
    margin-left: 10px;
}

#agreement-label {
    color: #00B0F0;
    cursor: pointer;
    font-weight: bolder;
}

.report-select {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: calc(1.5em + 0.75rem + 3.5px)!important;
}
.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]){
    padding-left: 0;
    padding-right: 0;
}

.customlining-img {
    width: 100%;
    height: 140px;
}
.download-text {
    margin-top: 6px;
}
.customlining-img-container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.ghost {
    opacity: 0.4;
}
.card-item {
    border: 1px solid #eee;
    padding: 6px;
    margin-bottom: 8px;
    background-color: #f9f9f9;
    cursor: pointer;
}

.responsibility-container {
    display: flex;
    width: 100%;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.responsibility-container .form-check-label {
    margin-top: 0px !important;
}

.complaint-textarea {
    height: 80px;
}
.remark-container {
    margin: 10px 0;
}
.remark-item {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.delete-remark {
    cursor: pointer;
}

.search-condition-container {
    display: flex;
    column-gap: 10px;
    background-color: #ffffff;
}
.search-time-item {
    padding: 6px 8px;
    background-color: #dedede;
    cursor: pointer;
}
.search-time-item-checked {
    background: #196891;
    color: #fff;
}
.kanban-border {
    border: 1px solid #eee;
}
.nav-item.active {
    background-color: #fff;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.question-mark {
    font-size: 15px;
    font-weight: 600;
    margin-left: 6px;
    cursor: pointer;
}
td.custom-td {
    display: flex;
    align-items: center;
    padding-top: 0!important;
    padding-bottom: 0!important;
    height: 100%;
    line-height: 1;
}
.order-legend-a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #196891;
}
.order-legend-a-text {
    background-color: #196891;
    color: #fff;
    padding: 2px 4px;
}
.order-truck {
    font-size: 18px!important;
    position: relative;
}
.order-truck-check {
    color: lime!important;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px!important;
}
.courier-radio-container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 6px;
}
.courier-radio-container .radio-item {
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.courier-radio-container .radio-item label {
    margin-top: 0!important;
}
.dataTables-length {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
#actions-row span{
    display: flex;
    align-items: center;
}
#actions-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    text-transform:capitalize
}
#actions-row i {
    margin-right: 2px;
    font-size: 14px;
    color: #196891;
}
#actions-row span.order-legend-a {
    margin-right: 2px;
}
.progress-tracking {
    line-height: 1.5rem;
}
.category-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    row-gap: 6px;
    column-gap: 10px;
    flex-wrap: wrap;
}
.category-name {
    color: #ccc;
    margin-right: 10px;
}
.category-column {
    padding: 6px 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #ccc;
    cursor: pointer;
}
.category-column-active {
    border: 1px solid #196891;
    color: #196891;
}
.gallery-row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 90px;
    padding: 40px 40px;
}
.gallery-column {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 290px;
    height: 430px;
}
.gallery-column:hover, .gallery-column:focus{
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 0.125rem 1rem 1px rgba(0,0,0,.1);
    cursor: pointer;
    transition: all;
    transition-duration: 0.25s;
}
.category-img {
    width: auto;
    height: 276px;
}
.category-bottom {
    width:100%;
    margin-top: 30px;
}
.category-material {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.category-sku {
    color: #333333;
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.category-sku-class {
    padding: 2px 2px;
    border-radius: 4px;
    background-color: blue;
    color: #ffffff;
    position: absolute;
    right: 4px;
    top: 0;
    font-size: 12px;
}
.category-sku-class-gm {
    background-color: green;
}
.category-material-item {
    display: flex;
    align-items: center;
}
.material-title {
    color: #ccc;
    margin-right: 6px;
}
.material-text {
    color: #333333;
    font-weight: bold;
    min-width: 40px;
}
.card-height {
    height: 100%;
}
.close-dialog-icon {
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 18px;
    color: #9e9e9e;
    z-index: 1000;
}
.all-body {
    display: flex;
    padding: 0!important;
}
.half-body {
    width: 50%;
}
.half-body-left {
    background-color: #f0f0f0;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-img {
    max-height: 470px;
    max-width: 100%;
}
.swiper-slide {
    padding: 60px;
    box-sizing: border-box;
}
.swiper-img {
    margin-bottom: 20px;
}
.swiper-sku {
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.swiper-gallery .swiper-pagination {
    bottom: 40px;
}
.swiper-gallery .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.add-order-h1 {
    color: #666666;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 30px;
    font-weight: bold;
}
.half-body-right {
    padding: 30px 0 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
}
.order-rows {
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 50px;
    overflow-y: auto;
}
.order-container {
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    min-height: 100%;
    position: relative;
}
.add-order-btn-row {
    padding: 0 40px 0 30px;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    bottom: 38px;
    left: 0;
}
.add-order-btn {
    width: 100%;
    height: 52px;
    border-radius: 4px;
    background-color: #27AF31;
    line-height: 50px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.order-item-row {
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
    font-size: 14px;
    color: #333333;
    padding: 0 20px;
}
.materials-container {
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    justify-content: space-between;
}
.material-left {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 68px;
}
.material-h1 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.material-img {
    width: auto;
    height: 40px;
}
.material-right-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.material-right-title {
    width: 50%;
}
.material-right-text {
    width: 50%;
    text-align: right;
}
.gallery-options-container {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}
.gallery-options-h1 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: bold;
}
.gallery-option-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.gallery-option-title {

}
.gallery-option-text {

}

.customer-container {
    margin: 20px 0 40px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.customer-title {
    font-size: 14px;
    font-weight: bold;
}
.customer-select {
}
.customer-select .select2-container{
    width: 100%!important;
}
.customer-container #customerSelect {
    height: 44px;
}

.progress-title-row {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 8px;
}
/* #ngdialog1 .ngdialog-content{
    width: 800px;
} */
.tracking-close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 1rem!important;
}
.tracking-order-number {
    margin-bottom: 6px;
}
.tracking-search-row {
    display: flex;
    column-gap: 10px;
    margin-bottom: 20px;
}
.tracking-list-row {
    background-color: #F8F8F8;
    border: 1px solid #ECECEC;
    height: 550px;
    overflow-y: auto;
    padding: 20px 0;
    border-radius: 4px;
}
.tracking-date-row-new, .tracking-date-row-new .tracking-circle {
    font-weight: bold;
    color: #1A5F7B;
}
.tracking-circle {
    color: #446E86;
    font-size: 12px;
}
.tracking-list-column {
    margin-bottom: 20px;
}
.tracking-date-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.tracking-date-column {
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.tracking-user {
    color: #A7A7A7;
}
.tracking-detail-row {
    border-left: 2px solid #ECECEC;
    padding: 0 10px;
    box-sizing: border-box;
}

.tracking-text {
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: bold;
    
    
}

.tracking-detail-container {
    margin-top: 6px;
    padding-left: 15px;
    box-sizing: border-box;
}
.tracking-number-row {
    background-color: #F0F0F0;
    display: flex;
    align-items: center;
    column-gap: 8px;
    min-height: 40px;
    padding-left: 10px;
    border-radius: 6px;
}
.tracking-number-title {
    color: #666666;
    min-width: 60px;
}
.tracking-number-text-row {
    display: flex;
    row-gap: 2px;
    column-gap: 6px;
    flex-wrap: wrap;
}
.tracking-number-text {
    color: #333;
    font-weight: bold;
    cursor: pointer;
}
.tracking-number-underline {
    border-bottom: 1px solid #333;
}
.sidebar-open {
    overflow: hidden;
}
