body {
  background: #eee !important;
}

#paypal-button {
  margin-top: 50px;
}
area {
  cursor: pointer;
}

.wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}

.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 30px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
#login input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#login input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#register input[type="text"] {
  margin: 10px 0 10px 0;
}
#register input[type="password"] {
  margin: 10px 0 10px 0;
}
/*150219*/
.loader.driver-admin-loader {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}
.loader.driver-admin-loader img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.paid-marking {
  height: 46px !important;
  border-radius: 3px !important;
  padding: 11px 12px !important;
}
#datetimepicker1 {
  width: 100%;
}
.table-responsive.mail-btn-div {
  max-width: 240px;
}

span.combodate {
  background: #ccc;
  padding: 5px;
  border-radius: 4px;
}
.combodate select {
  border-radius: 4px;
}

.order-summary div {
  font-size: 14px;
  line-height: 28px;
  padding-left: 9px;
}
#summaryModal span.label-text {
  color: #000;
}

#summaryModal .modal-header .close {
  position: absolute;
  right: 15px;
  top: 18px;
  z-index: 99999999;
}
#locationRequest .modal-dialog {
  width: 630px;
  margin: 30px auto;
}

#locationRequest .modal-dialog select,
#locationRequest .modal-dialog select option {
  margin-top: 15px;
  width: 61.5%;
  overflow: hidden !important;
}
.modal-body input,
.modal-body textarea {
  border: 1px solid #ccc;
}
.errorMsg {
  width: 100%;
  float: left;
}
#locationRequest h4.modal-title,
#locationRequest p.red-text {
  font-weight: 600;
}
#locationRequest p.red-text {
  color: red;
}
#locationRequest .inner-div {
  padding-left: 10px;
}
#service-select .inner-div .black-text {
  color: #000;
  font-weight: 600;
}
#service-select .inner-div .shift-right {
  margin-right: 50px;
}
#service-select .modal-header p {
  margin: 0;
}
/*.modal-open .modal {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
  }*/
.modal#pickupRequest,
.modal#cleaning-request {
  overflow-y: scroll !important;
  position: absolute !important;
}
.modal-body input.no-border {
  border: none;
}
/*310720*/
/*body.ng-scope {
      overflow: hidden;
  }*/
textarea {
  resize: none;
}
div#cleaning-summary-modal .modal-header .close {
  margin-top: -2px;
  position: relative;
  top: -34px;
  right: -7px;
}
div#cleaning-summary-modal .modal-header .close:focus,
div#cleaning-request button.close:focus {
  outline: none;
  border: none;
}
div#cleaning-summary-modal .modal-dialog {
  width: 650px;
  margin: 30px auto;
}

@media only screen and (max-width: 991px) {
  #locationRequest .modal-dialog {
    width: 94%;
    margin: 0 3%;
  }
  #locationRequest .modal-dialog select {
    width: 100%;
  }
}

/*030820*/
/*body.modal-open{
    overflow: hidden;
  }*/
body.cst-body-class {
  overflow: hidden;
}
.modal .order-summary span.label-text {
  font-weight: bold;
}
select option[disabled] {
  color: red !important;
}

.hover-blue:hover {
  color: #00a0d2 !important;
}

.mx-2 {
  color: #777777 !important;
  margin-right: 1rem !important;
}

.btn-primary {
  background: linear-gradient(#6b93bc, #3f658d);
  color: white;
  border: #fff;
}

.btn-danger {
  background: linear-gradient(#e74c3c, #c0392b);
  color: white;
  border: #fff;
}
