/*body*/
#sp-main-body {
  background-color: #edf4f5;
}

.view-services section#sp-main-body {
  background: url(/images/000-wsi/interface/bg03.png);
  background-repeat: no-repeat;
  background-color: #efefef;
}
.view-product section#sp-main-body {
  background: url(/images/000-wsi/interface/bg03.png);
  background-repeat: no-repeat;
  background-color: #efefef;
}
/*user welcome*/
.welcomeuser {
  padding: 100px 150px;
  background: url(/images/000-wsi/interface/bg02.jpg);
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .welcomeuser {
    padding: 60px 100px;
    border-radius: 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .welcomeuser {
    padding: 15px 20px;
    border-radius: 30px !important;
  }
}

h3.welcomeusertitle {
  font-family: "Rubik" !important;
  font-size: 50px !important;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 4px #000000;
}

@media screen and (max-width: 768px) {
  h3.welcomeusertitle {
    font-family: "Rubik" !important;
    font-size: 40px !important;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
    text-shadow: 1px 1px 4px #000000;
  }
}

p.welcomeusername {
  font-size: 25px !important;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 3px black;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  p.welcomeusername {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 3px black;
    letter-spacing: 2px;
  }
}

/*service*/
.servicediv {
  margin-bottom: 0px;
  margin-top: 50px;
}

.btntext {
  font-size: 18px;
}
p#sevprice {
  font-size: 14px;
}

.servicediv a.btn.btn-service {
  padding: 30px;
  transition: 0.3s;
}
.servicediv a.btn.btn-service:hover {
  opacity: 0.8;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  transition: 0.3s ease;
  transform: scale(1.01);
}

.sppb-divider {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}

.sppb-btn.sppb-btn-default {
  cursor: pointer;
}

/*service image*/
.btn-service img {
  width: 20%;
  padding: 0;
}

.servicediv1 a.btn.btn-service {
  height: 135px;
  padding: 30px;
  background: url(/images/000-wsi/interface/bg05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

@media (max-width: 767px) {
  .servicediv1 a.btn.btn-service {
    margin-bottom: 30px;
  }

  .available-appointment {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

/*legend*/
p.my-appointment-legend, .activeappointment p.subtitle {
    font-size: 18px;
    font-weight: 700;
    background: #1fbafb;
    padding: 10px;
    border-radius: 10px;
    color: #fff; border-bottom:0px;
}

p.my-appointment-legend{
  margin: 50px 0;
}

/*tabs*/
.presentpast {
  position: relative;
}

.presentpast:before {
  position: absolute;
  content: "";
  background: #78787847;
  height: 1px;
  width: 100%;
  bottom: -7px;
  left: 0;
}

.presentpast a {
  color: #80808073;
}
.tab-active {
  position: relative;
  color: #25b7d3 !important;
}

.tab-active:before {
  position: absolute;
  content: "";
  background: #25b7d3;
  height: 2px;
  width: 100%;
  bottom: -2px;
  left: 0;
}

/*filter*/
.js-stools-field-filter select, .controls a.chzn-single{
    height: 50px!important; color:#000!important; font-weight:400!important;
}  

 #filter_app_status_chzn select {
    height: 50px!important;
}  

button.btn.hasTooltip.js-stools-btn-filter {
  background: white;
  border: 1px solid #fff;
  height: 50px;
}
button.btn.hasTooltip.js-stools-btn-clear {
  background: #e1e1e1;
  border: 1px solid #e1e1e1;
  height: 50px;
}
button.btn.hasTooltip.js-stools-btn-clear:hover {
  background: #acacac;
  border: 1px solid #acacac;
}
form#adminForm .js-stools-container-bar {
  margin-bottom: 20px;
}
button.btn.hasTooltip.js-stools-btn-filter.btn-primary {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px !important;
  padding: 10px 25px !important;
  border: none !important;
  border-radius: 4px !important;
  color: #fff !important;
  text-transform: inherit;
}

.chzn-container-single .chzn-single,
.input-append .active,
.input-prepend .active {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(20%, #ffffff),
    color-stop(50%, #f6f6f6),
    color-stop(52%, #eeeeee),
    color-stop(100%, #f4f4f4)
  );
  background: -webkit-linear-gradient(
    #ffffff 20%,
    #f6f6f6 50%,
    #eeeeee 52%,
    #f4f4f4 100%
  );
  background: -moz-linear-gradient(
    #ffffff 20%,
    #f6f6f6 50%,
    #eeeeee 52%,
    #f4f4f4 100%
  );
  background: -o-linear-gradient(
    #ffffff 20%,
    #f6f6f6 50%,
    #eeeeee 52%,
    #f4f4f4 100%
  );
  background: white;
  background-clip: padding-box;
  box-shadow: none !important;
  color: #444 !important;
  text-decoration: none;
  white-space: nowrap;
  line-height: 45px;
}
.chzn-container-single .chzn-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
  top: 11px;
  position: relative;
}
.com-wsi-services.view-services .input-append,
.com-wsi-services.view-services .input-prepend {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
input#filter_appointment_date_from::placeholder,
input#filter_appointment_date_to::placeholder {
  color: #444 !important;
  font-family: "Roboto";
  font-weight: normal;
}
button#filter_appointment_date_from_btn,
button#filter_appointment_date_to_btn {
  padding: 0 20px;
  line-height: 48px;
  background: #000;
}
button#filter_appointment_date_from_btn,
button#filter_appointment_date_to_btn {
  padding: 0 12px 0 15px;
  line-height: 48px;
  background: #000;
}
.com-wsi-services.view-services .js-stools-field-filter:nth-child(3) {
  margin-right: 30px;
}

/*length*/
.appointmentmore {
  width: 6%;
  box-shadow: rgb(0 0 0 / 10%) -4px 0px 20px;
  border: 0px;
}

@media screen and (max-width: 768px) {
  .appointmentmore {
    width: 12%;
  }
}

.appointmentinfo {
  width: 86% !important;
}

/*mobile view*/
@media screen and (max-width: 768px) {
  .appointment {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }
  .appointmentinfo {
    width: 100% !important;
  }
  .appointmentdate {
    width: 100%;
    border-radius: 30px 30px 0 0;
    line-height: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
  .appointmentdate p {
    margin: 0px;
  }
  .appointmentmore {
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 20px;
    border-radius: 0 0 30px 30px;
  }
}

/*upcoming*/
.apptime {
  margin-right: 10px !important;
}

.appointmentinfo p:nth-child(1) img {
  width: 35px;
  margin-right: 10px;
}
.appointmentinfo p:nth-child(1) {
  font-size: 20px !important;
}
@media screen and (max-width: 768px) {
  .appointmentinfo p:nth-child(1) {
    font-size: 16px !important;
    line-height: 1.2;
  }
}

.appointmentinfo p:nth-child(2) {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #000000;
  padding: 10px;
  display: inline-block;
  margin: 5px 0;
  border-radius: 10px;
  /* justify-content: flex-start; */
  /* align-items: center; */
  /* flex-direction: row; */
}

.appointmentinfo {
  padding: 20px;
  width: 80%;
  background: #fff;
  border-right: 0px solid #ccc;
}

.appointmentinfo p:nth-child(3) {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 20px;
  color: #000;
}

@media screen and (max-width: 768px) {
  .appointmentinfo p:nth-child(3) {
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 20px;
    color: #000;
    line-height: 1.3;
  }
}

.appointmentinfo p:nth-child(4) {
  font-size: 14px;
  color: #7e7e7e;
}

.appointmentmore:hover {
  background: #000;
  transition: 0.5s ease;
  color: #fff;
}

/*past*/
.appointmentpast .appointmentdate {
  background-color: #e6e6e6;
  color: #808080;
}

/*appstatus*/
.appstatus {
  float: left;
  margin-right: 10px;
  background: #cfcfcf;
  padding: 5px 10px;
  border-radius: 30px;
  color: #fff;
  font-weight: 900;
}

.sppb-btn.sppb-btn-default.accept-job-btn.Confirmed-status {
    background: #ffbd29!important;
    color: #fff;
    border-color: #ffbd29!important;
    font-size: 14px;
    }

.sppb-btn.sppb-btn-default.accept-job-btn.Cancelled-status {
    background: #ff0064!important;
    color: #fff;
    border-color: #ff0064!important;
    font-size: 14px;
    }
}

.sppb-btn.sppb-btn-default.accept-job-btn.Accepted-status {
    background: #78cb00!important;
    color: #fff;
    border-color: #78cb00!important;
    font-size: 14px;
    }

.sppb-btn.sppb-btn-default.accept-job-btn.ongoing-status {
    background: #005583!important;
    color: #fff;
    border-color: #005583!important;
    font-size: 14px;
    }

.sppb-btn.sppb-btn-default.accept-job-btn.Completed-status {
    background: #9c9c9c!important;
    color: #fff;
    border-color: #9c9c9c!important;
    font-size: 14px;
    }

.sppb-btn.sppb-btn-default.Confirmed-status:after,
.sppb-btn.sppb-btn-default.Accepted-status:after,
.sppb-btn.sppb-btn-default.ongoing-status:after,
.sppb-btn.sppb-btn-default.Created-status:after,
.sppb-btn.sppb-btn-default.Completed-status:after,
.sppb-btn.sppb-btn-default.Cancelled-status:after{
    display:none;
}

.sppb-btn.sppb-btn-default.Confirmed-status:hover,
.sppb-btn.sppb-btn-default.Accepted-status:hover,
.sppb-btn.sppb-btn-default.ongoing-status:hover,
.sppb-btn.sppb-btn-default.Created-status:hover,
.sppb-btn.sppb-btn-default.Completed-status:hover,
.sppb-btn.sppb-btn-default.Cancelled-status:hover{
    cursor:auto;
}

/*end of wsi system home*/
