

#doyoo_monitor{
  display: none!important;
}

.row,.col-xs-3,.col-xs-5,.col-xs-7,.col-xs-1,.col-xs-11,.modal-dialog *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row:after, .row:before{
  display: table;
  content: " ";
}
.row:after{
  clear: both;
}
.col-xs-1{
    width: 8.33333333%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-9{
    width: 72%;
}
.col-xs-99{
    float: left;
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-3{
    width: 28%;
}
.col-xs-33{
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.modal-dialog .col-xs-5{
    width: 346px;
    position: relative;
}
.modal-dialog .col-xs-7{
    width: 490px;
}
.col-xs-7,.col-xs-5,.col-xs-3,.col-xs-1,.col-xs-11{
  float: left;
}

/* my form pop style */
.time-pop .modal-dialog{
  width: 626px;
  margin: calc((100vh - 360px) / 2) auto;
}
.modal-dialog{
  width: 838px;
  margin: calc((100vh - 579px) / 2) auto;
}
.modal-dialog p{
  font-size:14px;
}
.modal-content {
    overflow: hidden;
    border-radius: 8px;
}
button.close {
    position: absolute;
    right: 13px;
    font-size: 14px;
    top: 10px;
    border: 1px solid #575757;
    width: 27px;
    height:27px;
    line-height: 25px;
    border-radius: 14px;
    opacity: 0.5;
    z-index: 99;
}
.time-pop button.close {
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 0;
    border: 1px solid #575757;
    width: 56px;
    height:52px;
    line-height: 25px;
    border-radius: 14px;
    opacity: 0;
    z-index: 99;
}
.time-pop button.close:hover{
  opacity: 0;
}
.modal-open .modal {
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
}
.modal-content .input.form-group{
  border: 1px solid #2571fb;
  border-radius:5px;
  overflow: hidden;
}
.modal-content .form-group{
  margin-bottom:8px;
}
 .modal-content .input.form-group label {
    display: inline-block;
    text-align: center!important;
    border-right: 1px solid #2571fb;
    margin-top: 7px;
    color: #2571fb;
    font-size: 20px;
    margin-bottom:0;
}
.checkbox label{
  display: inline-block;
  width: 100%;
  padding-left: 0;
  margin-bottom:0;
}
.checkbox p{
  margin-bottom: 0;
    line-height: 2.5;
    border:1px solid #778ba9;
    border-radius: 5px;
}
.checkbox .hover p,
.checked + p{
  background-color: #01bda7;
  color:#fff;
}
.checkbox+.checkbox, .radio+.radio{
  margin-top: 5px;
}
.checkbox{
  margin-top:5px;
  margin-bottom:5px;
}
.modal-content .button.bg-blue,
.modal-content .checkbox .hover p, .modal-content .checked + p{
  background-color: #2571fb;

}
.modal-content .button.bg-blue{
  width:100%;
  height:40px;
  line-height:40px;
  font-size:14px;
  color: #fff;
  border-radius:5px;
}
.modal-content .checkbox p{
  border-color:#ccc;
  line-height:2;
  box-shadow: 0 0 10px #ccc;
  font-size:14px;
  font-weight: 400;
}
.modal-content .form-control{
  border:none;
}
.text-center{
  text-align: center;
}
.pt20 {
    padding-top: 16px;
}
.prl20 {
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.mlr0 {
    margin-left: 0;
    margin-right: 0;
}
.font22 {
    font-size: 22px!important;
    line-height:1.4;
}
.b{
    font-weight: bold;
}
.mt10 {
    margin-top: 10px!important;
}
.mtb25 {
    margin-top: 25px!important;
    margin-bottom: 25px!important;
}
.mlr5{
  margin-right:5px!important;
  margin-left:5px!important;
}
.mb5{
  margin-bottom:0px!important;
}
.prl5 {
    padding-left: 5px!important;
    padding-right: 5px!important;
}
.prl0 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.mb0{
  margin-bottom:0!important;
}
.modal-content .form-control{
  display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: transparent;
}
.modal-content .glyphicon{
  display: inline-block;
  height:25px;
  line-height: 1.4;
    text-align: center;
}
.modal-content .glyphicon-user::before,
.modal-content .glyphicon-earphone::before,
.modal-content .glyphicon-date::before{
  content:'';
  display: inline-block;
  width:22px;
  height:22px;
  background-image: url('../images/i10.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.modal-content .glyphicon-earphone::before{
  background-image: url('../images/i11.png');
}
.modal-content .glyphicon-remove:before{
  content:'✖';
}
img.mw100{
  display: block;
  max-width:100%;
}
/* theme yellow */
.pop-yellow .glyphicon-user::before,
.pop-yellow .glyphicon-earphone::before{
  content:'';
  display: inline-block;
  width:25px;
  height:25px;
  background-image: url('../images/i10-y.png');
  background-position: center;
  background-repeat: no-repeat;
}
.pop-yellow .glyphicon-earphone::before{
  background-image: url('../images/i11-y.png');
}
.modal-content .pop-yellow .input.form-group label{
  color:#fc9d0c;
  border-color:#fc9d0c;
}
.modal-content .pop-yellow .button.bg-blue, .modal-content .pop-yellow .checkbox .hover p, .modal-content .pop-yellow .checked + p{
  background-color:#fc9d0c;
  background: linear-gradient(to top, #ff9600,#fdc41e);
}
.modal-content .pop-yellow .input.form-group{
  border-color:#fc9d0c;
}
/* theme green */
.pop-green .glyphicon-user::before{
  background-image: url('../images/i10-g.png');
}
.pop-green .glyphicon-earphone::before{
  background-image: url('../images/i11-g.png');
}
.pop-green .glyphicon-date::before{
  background-image: url('../images/i12-g.png');
}
.modal-content .pop-green .input.form-group label{
  color:#0ea7a0;
  border-color:#0ea7a0;
}
.modal-content .pop-green .button.bg-blue, .modal-content .pop-green .checkbox .hover p, .modal-content .pop-green .checked + p{
  background-color:#0ea7a0;
  background: linear-gradient(to top, #0ea7a0,#0ea7a0);
}
.modal-content .pop-green .input.form-group{
  border-color:#0ea7a0;
}
hr{
  border-top:1px solid #ccc;
}
/* theme orange */
.pop-orange .glyphicon-user::before{
  background-image: url('http://www.ruhusz.com/wp-content/themes/new-site/images/i10-or.png');
}
.pop-orange .glyphicon-earphone::before{
  background-image: url('http://www.ruhusz.com/wp-content/themes/new-site/images/i11-or.png');
}
.modal-content .pop-orange .input.form-group label{
  color:#ff8b0e;
  border-color:#ff8b0e;
}
.pop-orange .checkbox label{
  margin-top:0;
}
.modal-content .pop-orange .button.bg-blue, .modal-content .pop-orange .checkbox .hover p, .modal-content .pop-orange .checked + p{
  background-color:#ff8b0e;
  background: linear-gradient(to top, #ff8b0e,#ff8b0e);
  padding:0;
}
.modal-content .pop-orange .input.form-group{
  border-color:#ff8b0e;
}

/* theme prink */
.pop-prink .glyphicon-user::before{
  background-image: url('../images/i10-pk.png');
}
.pop-prink .glyphicon-earphone::before{
  background-image: url('../images/i11-pk.png');
}
.modal-content .pop-prink .input.form-group label{
  color:#f94f7c;
  border-color:#f94f7c;
}
.modal-content .pop-prink .button.bg-blue, .modal-content .pop-prink .checkbox .hover p, .modal-content .pop-prink .checked + p{
  background-color:#0ea7a0;
  background: linear-gradient(to top, #f94f7c,#f94f7c);
}
.modal-content .pop-prink .input.form-group{
  border-color:#f94f7c;
}

.bg-zs{
  background-color: #c19267;
  background: linear-gradient(to top, #c19267,#cd9966);
}
.b-zs{
  border: 1px solid #cd9966!important;
}
.b-r-zs{
    border-right: 1px solid #cd9966!important;
}

.bg-w{
    background-image: url('../images/i10_2.png')!important;
}
.modal-content .button{
  /* margin-top:8px!important; */
}

.time-pop .modal-content{
  border-radius:20px;
}
.time-pop .data-box {
    position: absolute;
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding-left: 36.5%;
    top: 45.7%;
    color: #505050;
    height: 58px;
    line-height: 58px;
    left: 0;
}
.time-pop .day{
  /* margin-left: 15%; */
}
.pop-time{
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 40px;
    top: 283px;
    margin-left:1px;
    color:#333;
    font-weight: bold;
    line-height:1.2;
    font-family: \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei"
}
.pop-time .day{
    margin-left: 43px;
}
.col-xs-25{
  width: 33.33%!important;
}
.col-xs-20{
  width: 22%!important;
}
.col-xs-26{
  width: 34%!important;
}