
/*** CSS for Quote Feature ***/
/****************************/

/*** Whole page adjustment ***/
.path-quote .col-sm-12 .region-content{
  margin-left: 0px;
}

/*** headline options ***/
.qhl-one h1 {
    font-size:22px;
    font-weight:600;
}

.qhlsub-one {
    color:#777;
}

.qlblk {
    background:#f5c3a4;
    height:600px;
    padding: 10px;
    border-radius: 10px;
}

.qifrmfld {
  font-weight:bold;
  display:inline-block;
}

.qhl-total {
    background: #d7d7d7;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #d0d0d0;
}

.qhl-total-label {
  color:#fff;
  font-weight:bold;
  font-size:16px;
}

.qhl-total-data {
  color:#fff;
  font-weight:bold;
  font-size:16px;
}

/*** Details page - fields ***/
/*.form-item-billfreq {
  width:50%;
}*/


/*** Link block ***/
.qilinks_step {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 11px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
}

.qilinks_step.active {
    background: #fff !important;
    color:#f5c3a4 !important;
}

.qilinks_text {
    display: inline-block;
    vertical-align: middle;
}

.qilinks_hl {
    font-size:18px;
    color:#fff;
    font-weight:700;
}

.qilinks_sub {
    color:#777;
}

.qilinks_text_stepid {
    color:#777;
}

.qilinks_text_main {
    font-size:16px;
    color:#fff;
    font-weight:700;
}


/* End Link Block */

/* Start radio button styles */
.quotelabel {
    font-weight: 500;
    margin-top: 5px;
    font-size: 16px;
    display:inline-block;
}

.quotelabelreq {
    font-weight: 500;
    margin-top: 5px;
    font-size: 16px;
    color: red;
    display:inline-block;
}

.quotedata {
    font-weight: 700;
    margin-top: 6px;
    font-size: 16px;
    display: inline-block;
}


.form-type-radio {
    display: inline-block;
    padding-right: 20px;
}

.switch-field input[type=radio] {
    background-color: #fff;
}

.quotefield input[type="radio"] {
    display: none;
    &:not(:disabled) ~ label {
      cursor: pointer;
      /*padding-left: 20px;
      padding-right: 20px;*/
      /*padding-top:25px;
      padding-bottom:30px;*/
      width:125px;
      /*height:115px;*/
      border-radius: 25px;
      border:1px solid #2f4050;
      background:#fff;
    }
    &:disabled ~ label {
      color: hsla(150, 5%, 75%, 1);
      border-color: hsla(150, 5%, 75%, 1);
      box-shadow: none;
      cursor: not-allowed;
    }
  }

  .quotefield label {
    height: 100%;
    display: block;
    background: white;
    border: 2px solid #2f4050;
    /*border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;*/
    /*margin: 1rem;*/
    text-align: center;
    box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
    /*position: relative;*/
  }
  .quotefield input[type="radio"]:checked + label {
    background: #F39C12;
    color: #000;
    box-shadow: 0px 0px 20px #2f4050
    &::after {
      color: hsla(215, 5%, 25%, 1);
      font-family: FontAwesome;
      border: 2px solid #2f4050;
      content: "\f00c";
      font-size: 24px;
      /*position: absolute;
      top: -25px;
      left: 50%;
      transform: translateX(-50%);
      height: 50px;
      width: 50px;
      line-height: 50px;
      text-align: center;*/
      border-radius: 50%;
      background: white;
      box-shadow: 0px 2px 5px -2px hsla(0, 0%, 0%, 0.25);
    }
  }

  .switch-field {
	display: flex;
	/*margin-bottom: 36px;
	overflow: hidden;*/
    margin-top:6px;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #fff;
	color: #000;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	/*border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
  border:1px solid #000;
	transition: all 0.1s ease-in-out;
  font-weight: 500;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #F39C12;
    box-shadow: none;
  color:#fff;
  border:1px solid #000;
  font-weight: 500;
}

.quotefield input[type=radio] + label {
    display: inline-block;
    margin: -2px;
    padding: 4px 12px;
    background-color: #e7e7e7;
    border-color: #ddd;
}

.switch-field input[type=radio] {
  background-color: #fff;
}

.switch-field label:first-of-type {
  border-radius: 50px 0 0 50px;
}

.switch-field label:last-of-type {
  border-radius: 0 50px 50px 0;
}

.switch-field .material-symbols-outlined {
  vertical-align: middle;
}

/* End radio button styles */

/* Start Items page */

.qteinvdata {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
}

.qteinvdata #field-stateerror {
  color:#000;
}

.qteinvdata .field-stateerror-text {
  font-size: 8px;
  color: red;
}

.path-quote .rmproductbtn {
  text-align:center;
}

/* End Items page */

/* Start Action button designs */

  .qi_btns {
    float:right;
    margin-top:8px;
  }

  .qi_btns_alt {
    margin-top:8px;
  }

  .qi_save_btn {
    display: inline-block;
  }

  .qi_submit_btn {
    display: inline-block;
  }

  .qi_submit_btn .glyphicon-ok {
    display:none;
  }

  .qi_submit_btn .btn-success,
  .qi_submit_btn .btn-default {
      /*float:right;*/
      color: #fff;
      border: 1px solid #2f4050;
      background:#2f4050;
  }

  .qi_submit_btn .btn-success:hover,
  .qi_submit_btn .btn-success:focus,
  .qi_submit_btn .btn-success:active {
      color: #fff;
      border: 1px solid #2f4050;
      background: #2f4050;
  }

  .qi_submit_btn .btn-default:hover,
  .qi_submit_btn .btn-default:focus,
  .qi_submit_btn .btn-default:active {
      color: #fff;
      border: 1px solid #2f4050;
      background: #2f4050;
  }
  

  /*.path-quote .btn-default {
      background: #2f4050;
      border: 1px solid #2f4050;
      
  }*/

  .qi_save_btn .btn-success {
      /*float:right;*/
      color: #2f4050;
      border: 1px solid #2f4050;
      background:#fff;
  }

  .qi_save_btn .btn-success:hover,
  .qi_save_btn .btn-success:focus,
  .qi_save_btn .btn-success:active {
      /*float:right;*/
      color: #2f4050;
      border: 1px solid #2f4050;
      background:#fff;
  }

  .qi_save_btn .glyphicon-ok {
    display:none;
  }

  .qi_ci_btn_mdl,
  .qi_send_btn_mdl,
  .qi_send_btn {
    display:inline-block;
    vertical-align: bottom;
  }

  .qi_crtinv_btn {
    display:inline-block;
  }

  .qi_cont_btn {
    display:inline-block;
  }

  .qi_cont_btn .btn-default {
      /*float:right;*/
      color: #2f4050;
      border: 1px solid #2f4050;
      background:#fff;
  }

  .qi_cont_btn .btn-default:hover,
  .qi_cont_btn .btn-default:focus,
  .qi_cont_btn .btn-default:active {
      /*float:right;*/
      color: #2f4050;
      border: 1px solid #2f4050;
      background:#fff;
  }

  .inv_pay_btn {
    display: inline-block;
    background: #c9ed46;
    border: 1px solid #c9ed46;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    color:#000;
    font-weight: 600;
    margin-top:10px;
    cursor:pointer;
  }

  .qi_send_btn .btn-default {
    /*float:right;*/
    background: #c9ed46;
    border: 1px solid #c9ed46;
    color:#000;
    font-weight: 600;
  }

  .qi_send_btn_mdl {
    /*float:right;*/
    background: #c9ed46;
    border: 1px solid #c9ed46;
    color: #000;
    font-weight: 600;
    padding: 6px;
    border-radius: 5px;
    cursor: pointer;
    display:inline-block;
  }

  .qi_ci_btn_mdl {
    float:right;
    background: #d0d0d0;
    border: 1px solid #d0d0d0;
    color: green;
    font-weight: 600;
    padding: 6px;
    border-radius: 5px;
    cursor: pointer;
    display:inline-block;
  }

  .qi_ci_btn_mdl_alt {
    background: #d0d0d0;
    border: 1px solid #999;
    color: green;
    font-weight: 600;
    padding: 6px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 8px;
    text-align: center;
  }

  .qi_ci_btn_mdl_alty {
  background: #d0d0d0;
  border: 1px solid #999;
  color: green;
  font-weight: 600;
  padding: 6px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 8px;
  text-align: center;
  width: 100%;
  width: fit-content;
}

    /* start modal design */

      .path-quote #createinvbtn .modal-content,
      .path-quote #sndtoclnt .modal-content,
      .path-quote #sndtoclnt_rs .modal-content,
      .path-quote #sendmsg .modal-content {
          text-align:center;
      }

      .path-quote #createinvbtn .sendclientmsghl,
      .path-quote #sndtoclnt .sendclientmsghl,
      .path-quote #sndtoclnt_rs .sendclientmsghl,
      .path-quote #sendmsg .sendclientmsghl {
          font-size:24px;
          font-weight:600;
      }

      .path-quote #createinvbtn .sendclientsubhl,
      .path-quote #sndtoclnt .sendclientsubhl,
      .path-quote #sndtoclnt_rs .sendclientsubhl,
      .path-quote #sendmsg .sendclientsubhl {
            color: #777;
      }

      .path-quote #createinvbtn .createinvoicebtn .btn-default,
      .path-quote #sndtoclnt .sendclientbtn .btn-default,
      .path-quote #sndtoclnt_rs .sendclientbtn .btn-default,
      .path-quote #sendmsg .sendclientbtn .btn-default,
      .path-quote #sendmsg .createinvoicebtn .btn-default,
      .path-quote .createinvoicebtn .btn-success {
          background: #000;
          border: 0px;
          border-radius: 50px;
          padding-left: 30px;
          padding-right: 30px;
          padding-top: 10px;
          padding-bottom: 10px;
          font-weight: 600;
          font-size: 16px;
      }

      .qi_crtinv_btn .btn-success {
      font-weight: 600;
      /* float: right; */
      color: #449778;
      border: 1px solid #d0d0d0;
      background: #d7d7d7;
    }

      .path-quote #sndtoclnt .scclosebtn,
      .path-quote #sndtoclnt_rs .scclosebtn,
      .path-quote #createinvbtn .ciclosebtn,
      .path-quote #sendmsg .ciclosebtn {
          width: 221.93px;
          margin: auto;
          border: 1px solid #000;
          border-radius: 50px;
          padding-left: 30px;
          padding-right: 30px;
          padding-top: 10px;
          padding-bottom: 10px;
          font-weight: 600;
          font-size: 16px;
          cursor: pointer;
      }

    /* end modal design */

  

  .inv_crtact_btn {
    display: inline-block;
    background: #2f4050;
    border: 1px solid #2f4050;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    color:#fff;
    font-weight: 600;
    cursor:pointer;
  }

  .qi_add_btn .btn-success {
    color: #fff;
    background: #337ab7;
    border: 1px solid #337ab7;
  }

  


/* End Action button designs */

/*** Start Preferences page - fields ***/

/*.form-item-billfreq {
  width:50%;
}*/

.form-item-serv-prod .input-group {
  width:100%;
}

.form-item-discount {
  width:50%;
}


/*** End Preferences page - fields ***/

/* Start Quote / Invoice Filter form */
.path-myquoteinvoicelist .view-quoteinvoice-list-prep-for-me .views-exposed-form,
.path-quoteinvoicelist .view-quoteinvoice-list-2 .views-exposed-form {
  float:right;
  margin-bottom:30px;
}

.path-quoteinvoicelist .view-quoteinvoice-list-2 .form-inline .form-group {
  padding-right:20px;
}


/* End Quote / Invoice Filter form */

/* Start Quote / Invoice List designs */

/*.dash-qi-container {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 5px;
}
*/
.dash-qi-hlone {
  font-weight: 600;
  font-size: 18px;
  margin-top: 5px;
}

.dash-qi-total {
  color:#777;
  font-size: 16px;
  margin-top:8px;
}

.dash-qi-status {
  padding: 5px;
  background: #333;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-top:8px;

}

.dash-qi-type-img {
  margin-top:5px;
}

.dash-qi-linky {
  font-size: 20px;
  margin-top: 8px;
}

.dash-qi-linky a,
.dash-qi-linky a:hover,
.dash-qi-linky a:active {
  color:#000;
}


/* End Quote / Invoice List designs */

/* start checkbox design */

.qi_fieldhelper {
  color:#777;
  font-size:16px;
}

.form-item-includecontactinfo input[type="checkbox"],
.form-item-sendtoclient input[type="checkbox"] {
            width: 20px;
            height: 20px;
        }

/* end checkbox design */

/* start review page design */

.qirsvc {
  background:#2f4050;
  border-radius:5px;
  padding:10px;
  margin-top:10px;
}

.path-quote .qirci img { 
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e7e7e7;
    padding: 3px;
}

.path-quote .qirci .glyphicon-user { 
    font-size: 35px;
    color: #e7e7e7;
    text-decoration: none;
    margin-top: 5px;
}

.qirci {
  display:inline-block;
  vertical-align: middle;
}

.qircn {
  display:inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.qircn_name {
  font-size:16px;
  font-weight:bold;
  color:#fff;
}

.qircn_email {
  color:#fff;
  font-size: 12px;
}

.qircn_address {
  color:#fff;
  float: right;
  margin-top: 5px;
}

.qirclnt {
    background: #e7e7e7;
    border-radius: 5px;
    padding: 10px;
}

.qirclnt_title {
  font-size:18px;
  font-weight:bold;
  color:#333;
}

.qirclnt_descr {
  font-size:18px;
  font-weight:bold;
  color:#333;
}

.qirclnt_tc_label {
  font-size:18px;
  font-weight:bold;
  color:#333;
}

.qirclnt_label {
  float: right;
  margin-right: 10px;
}

.qipaid {
  display:inline-block;
  margin-right:20px;
}

.qirclnt_pb {
  float:right;
  font-weight:500;
  color:#777;
  font-size:16px;
}

/*.qirclnt_jobn_lbl {
  font-weight:700;
}*/

/* end review page design */

/* Start auth. pay form */

#mypays {
  z-index:100;
  /*padding-left: 20px;*/
}

.qi_pay_form_a {
  margin-left:15px;
}

.qi_pay_form_a .shoppingcartttldtlsdsk {
  margin-top:10px !important;
}

.qi_cc_pay {
  font-size: 16px;
  font-weight:bold;
}

.lnkacctglyph_qi {
  display: inline-block;
  vertical-align: middle;
}

.lnkacctglyph_text {
  display: inline-block;
}

/* End auth. pay form */


/*** Unauth User - User login / sign up ***/

#ua_mdl_info .modal-content {
  text-align: center;
}

 #ua_mdl_info .unauth_loginaltbtnrp {
    display: inline-block;
    padding: 5px;
    border: 1px solid;
    border-radius: 50%;
  }

  #ua_mdl_info .unauth_loginaltbtnrp img {
  border-radius: 50%;
}

  #ua_mdl_info .unauth_hp_mdl_divider {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: auto;
}