@charset "utf-8";
/* CSS Document */
 .formLabel {
     width: 100% !important;
     display: inline-block;
}
 .caseJob {
     width: 100%;
     min-height: 45px;
     text-align: center;
     line-height: 45px;
     padding: 0px;
     margin-top: 60px;
}
 .jobBtn {
     width:30%;
}
 #job_finishJob {
     width: 100%;
     height: 72px;
     color: #fff;
     background-color: #ff2a00e0;
     border-color: #a7470e;
}
 .formLabelGroup {
     width: 100% !important;
     text-align: center;
     min-height: 36px;
     line-height: 36px;
     background-color: #771e90;
     font-size: 120%;
     margin-top: 25px;
}
 .dx-popup-content {
     min-width: 180px;
}
 .fLabel {
}
 .dSelect {
     display: inline-block;
     width: 25%;
}
 #birthDayF {
     display: none;
}
 .note {
     font-size: 14px;
     color: #3debf1;
     display: block;
}
.finishNote {
	color: #f44336;	
}	
.orderMemberX {
     margin: 0 auto;
     text-align: center;
}
 .clientCell {
     display: inline-block;
     width: 48%;
     padding: 6px;
     background-color: aliceblue;
     margin-bottom:1px;
}
 .clientIDNO {
     margin-left:1px;
}
 .shareLink {
     margin: 0 auto;
     text-align: center;
}
 .shareBtn {
}
 .qrCodeLink {
     margin: 0 auto;
     text-align: center;
}
 div.dateSelect > .dateSelectContainer > .dx-popup-content {
     height: 180px !important;
     flex: 1 
}
 div.dateSelect > .dx-overlay-content {
     display: flex!important;
}
 @media (min-width: 991px) {
     .formLabel{
         width: 39% !important;
    }
     .formLabelGroup {
         width: 100% !important;
    }
     .caseJob {
         padding: 6px;
    }
}
 