
/*** 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;
}
  
*/

a .dash-qi-container .dash-qi-hlone,
a .dash-qi-container .dash-qi-hlone:hover,
a .dash-qi-container .dash-qi-hlone:active {
  color:#000;
  font-weight: 600;
  font-size: 18px;
  margin-top: 5px;
}

a .dash-qi-container .dash-qi-subtext,
a .dash-qi-container .dash-qi-subtext:hover,
a .dash-qi-container .dash-qi-subtext:active,
a .dash-qi-container .dash-qi-ieml,
a .dash-qi-container .dash-qi-ieml:active,
a .dash-qi-container .dash-qi-ieml:active {
  color:#000;
  /*margin-top: 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;
}

/*** Client Page Properties only ***/

.clientolbox {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 10px;
}

.clntfrmfld {
  display:inline-block;
}

.path-clientdetails .ccfrmfld {
  display:inline-block
}

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

.save_client_btn {
  text-align: right;
}
  

.save_client_btn .btn-success {
  background-color: #0071bc;
  border-color: #0071bc;
  color:#fff;
}

.save_client_btn .btn-success:active,
.save_client_btn .btn-success:focus  {
  background-color: #0071bc;
  border-color: #0071bc;
  color:#fff;
}

.save_client_btn .glyphicon-ok {
  DISPLAY: none;
}

.path-clientdetails .cntdtls-one h1 {
  font-size: 20px;
}

.clnt_subheading_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}


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

a.clntexst_rstbtn,
a.clntexst_rstbtn:hover,
a.clntexst_rstbtn:active {
  display: inline-block;
  border: 1px solid #337ab7;
  vertical-align: middle;
  border-radius: 4px;
  background: #337ab7;
  color:#fff;
  padding: 5px;
  margin-left: 10px;
}

.client-select-divider {
  --text-divider-gap: 1rem;
  display: flex;
  align-items: center;
  font-size: 1.2rem !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.client-select-divider::before, .client-select-divider::after {
  content: '';
  height: 1px;
  background-color: silver;
  flex-grow: 1;
}

.client-select-divider::before {
  margin-right: var(--text-divider-gap);
}

.client-select-divider::after {
  margin-left: var(--text-divider-gap);
}




/*** Client List Page Properties only ***/

.view-myclients .views-exposed-form {
  text-align:right;

}

.view-myclients .form-item-status {
  margin-left:10px;
}

.view-myclients th {
  background: #F0F0F0;
  height: 50px;
  vertical-align: middle !important;
  font-size: 16px;
  font-weight: 400 !important;
  color:#777;
  border-bottom: 0px !important;
  /*border-radius:5px !important;*/
}

.view-myclients th a,
.view-myclients th a:hover,
.view-myclients th a:active {
  background: #F0F0F0;
  height: 50px;
  vertical-align: middle !important;
  font-size: 16px;
  font-weight: 400 !important;
  color:#777;
  border-bottom: 0px !important;
  /*border-radius:5px !important;*/
}

td.views-field.views-field-compname,
td.views-field.views-field-qi-unq-id,
td.views-field.views-field-status,
td.views-field.views-field-subtotal,
td.views-field.views-field-nothing {
  vertical-align: middle;
}

td.views-field.views-field-qi-unq-id,
td.views-field.views-field-subtotal {
   /*text-align: center;*/
   color:#777;
}

td.views-field.views-field-qi-unq-id {
   text-align: center;
}

.view-myclients td.views-field.views-field-nothing,
.view-myclients td.views-field.views-field-nothing-1,
.view-myclients td.views-field.views-field-nothing-2 { /*this is for Actions column */
  vertical-align: middle !important;
  text-align: center;
}

.cl_n {
  font-weight: bold;
  /*font-size: 16px;*/
}

.cl_p {
  color: #777;
}

.cl_sts_a {
  text-align: center;
  background: #a0e6a080;
  border-radius: 10px;
  font-weight: bold;
  color: green;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 95%;
  border: 1px solid green;
}

.cl_sts_ia {
  text-align: center;
  background: #ffb6c169;
  border-radius: 10px;
  font-weight: bold;
  color: red;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 95%;
  border: 1px solid red;
}

.cl_sts_ua {
  text-align: center;
  background: #ffff002b;
  border-radius: 10px;
  font-weight: bold;
  color: orange;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 95%;
  border: 1px solid orange;
}

.cteclntbtn {
  background: transparent; 
  border: 1px solid #ddd;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color:#333;
}

.cteclntbtn a,
.cteclntbtn a:hover,
.cteclntbtn a:active,
.cteclntbtn a:focus {
  /*background: #F39C12;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  font-weight:600;*/
  background: transparent; 
  border: 1px solid #ddd;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color:#333;
}

.addclnttbtn {
    background: #5cb85c;
      background-image: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
}

a.addclnttbtn,
a.addclnttbtn:hover,
a.addclnttbtn:active {
    background: #5cb85c;
      background-image: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
}

.clntlst_crtinv {
  text-align: center;
  background: orange;
  border-radius: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid orange;
  width:75%;
}

.clntlst_crtinv a,
.clntlst_crtinv a:hover,
.clntlst_crtinv a:active {
  font-weight: bold;
  color: green;
}

.view-myclients .clntvwbtn {
  background: #777;
  padding: 8px;
  border-radius: 3px;
}

.view-myclients a.clntvwbtn,
.view-myclients a.clntvwbtn:hover,
.view-myclients a.clntvwbtn:active {
  color: #fff;
  font-weight:600;
  background: #777;
  padding: 8px;
  border-radius: 3px;
}

.view-myclients .glyphicon-option-vertical {
  color:#777;
}

/*** My Client Info. Detail Page ***/

body.path-clientdetails {
  background-color: #f0f2f5;
}

.path-clientdetails .main-container {
  background-color: #f0f2f5;
}

/* breadcrumbs */
/* breadcrumbs */
.path-orderdetails .glyphicon-chevron-right {
  color:#777;
}

.path-orderdetails .prevbc .glyphicon-home {
  color:#777;
}

.path-orderdetails a.prevbc,
.path-orderdetails a.prevbc:hover,
.path-orderdetails a.prevbc:active {
  color:#777;
}

.path-clientdetails .glyphicon-chevron-right {
  color:#777;
}

.path-clientdetails .prevbc .glyphicon-home {
  color:#777;
}

.path-clientdetails a.prevbc,
.path-clientdetails a.prevbc:hover,
.path-clientdetails a.prevbc:active {
  color:#777;
}

.path-clientdetails a.myclientdetailsback,
.path-clientdetails a.myclientdetailsback:hover,
.path-clientdetails a.myclientdetailsback:active {
  color:#777;
}

.myclientdetailsback {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #777;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
}

.myclientdetailshlone {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 600;
  margin-left: 12px;
}


.path-clientdetails .card {
    background: #fff;
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.path-clientdetails .card-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.path-clientdetails .card-header_data {
  padding: 5px;
}



.path-clientdetails .card-header_btn {
  background: #0071bc;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.path-clientdetails .card-body { padding: 20px; }

/* Profile Section */
.path-clientdetails .profile-header { text-align: center; padding-bottom: 5px; }
.path-clientdetails .profile-img { width: 80px; height: 80px; background: #3498db; color: #fff; line-height: 80px; font-size: 32px; border-radius: 50%; margin: 0 auto 15px; }
.path-clientdetails .profile-header_status {
  margin-top:5px;
}
/* Typography & Details */
.path-clientdetails .detail-label { text-transform: uppercase; font-size: 11px; letter-spacing: 1px; color: #95a5a6; font-weight: bold; margin-top: 15px; }
.path-clientdetails .detail-value { font-size: 15px; margin-bottom: 5px; }

/* Table Styling */
.path-clientdetails .table > tbody > tr > td { vertical-align: middle; padding: 12px 8px; }
.path-clientdetails .status-pill { border-radius: 20px; padding: 4px 12px; font-size: 12px; font-weight: 500; }

/* Button Styles */
.path-clientdetails .btn-modern { border-radius: 6px; font-weight: 600; transition: all 0.2s; }
.path-clientdetails .btn-ghost { background: transparent; border: 1px solid #ddd; }
.path-clientdetails .btn-ghost:hover { background: #f9f9f9; border-color: #bbb; }

.path-clientdetails .label {
  padding: 0.5em 0.9em 0.5em;
}

.path-clientdetails .label-paid {
  background-color: #5cb85c;
}

.path-clientdetails .label-draft {
  background-color: #d9534f;
}

.path-clientdetails .label-approved {
  background-color: #080fe8;
}

.path-clientdetails .label-invoice {
  background-color: #b909e4;
}

.path-clientdetails .label-final {
  background-color: #f0ad4e;
}

/* for the modal create button on the page and not in the nav. bar */

.path-clientdetails .clntdtlcrte {
  text-align: center;
  height: 200px;
}






/************************************************/
/*** - Mobile Design - ***/
/************************************************/

/* *** Quote Pages *** */
@media (min-width: 1300px) {

  .workflow {
    display:none;
  }

  .qi_bc {
    margin-top:15px;
  }

  .path-quote .qlblk {
    margin-top: 20px;
  }

}


@media (max-width: 1299px) {

  .path-quote .qlblk {
    display:none;
  }

  .path-quote #quotedtls.quotedtls .col-sm-3,
  .path-quote #quotereview.quotereview .col-sm-3 {
    display:none;
  }

  .path-quote .col-sm-9 {
    width: 100%;
  }

   

.workflow {
  padding: 15px 5px;
  text-align: center;
}

.workflow-step {
  display: inline-block;
  background: #fff;
  border: 1px solid #d8dde6;
  border-radius: 5px;
  padding: 8px 12px;
  min-width: 90px;
  margin: 3px;
  font-size: 12px;
  font-weight: 600;
  color: #032d60;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.workflow-arrow {
  display: inline-block;
  font-size: 14px;
  color: #5dade2;
  margin: 0 4px;
}

.workflow-step.active {
  background: #eef5ff;
  border-color: #5dade2;
}



}

/* *** Client Form Page *** */
@media (max-width: 991px) {

  .path-clientdetails .col-sm-9 {
    width:100%;
  }

  .path-clientdetails .col-md-6 {
    margin-top:15px;
  }

   .path-clientdetails .col-md-4 {
    margin-top:15px;
  }

  .page_clientdetails .col-sm-9 {
        width:100%;
    }

  .path-quote .col-sm-9 {
        width:100%;
    }

  .path-myclients .col-sm-9,
  .path-quoteinvoicelist .col-sm-9 {
        width:100%;
    }

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

  .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;
    width:100%
  }

}

@media (min-width: 768px) {

    .path-clientdetails .clntdtlcrte img {
      width: 100px;
      height: 100px;
    }

}

@media (max-width: 767px) {

    /*.qircn_address {
      display:none;
    }*/

    .path-clientdetails .clntdtlcrte img {
      width: 50px;
      height: 50px;
    }

    .qirci {
      display:none;
    }

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

    .qirsvc {
      background: transparent;
      padding: 0px;
      margin-top: 20px;
      background: #2f4050;
      padding-bottom: 20px;
      padding-top: 20px;
    }

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

    .qircn_email {
      color:#c8c8c8;
    }

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

    .qirclnt_label {
      float: none;
      margin-right: 0px;
    }

    /*.qirsvc {
      display:none;
    }
    */

    .view-myclients .form-item-filterclnt {
      display:inline-block;
      width:50%;
    }

    .view-myclients .form-item-statusclient {
      display:inline-block;
      /*width:50%*/
    }
}

@media (max-width: 700px) {
  .workflow {
      padding: 15px 5px;
      text-align: center;
  } 

  .workflow-step {
    display: inline-block;
    background: #fff;
    border: 1px solid #d8dde6;
    border-radius: 5px;
    padding: 5px 6px;
    min-width: 50px;
    margin: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #032d60;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  }

  .workflow-arrow {
    display: inline-block;
    font-size: 14px;
    color: #5dade2;
    margin: 0 1px;
  }

  .workflow-step.active {
    background: #eef5ff;
    border-color: #5dade2;
  }
}

@media (max-width: 600px) {

  .qi_btns {
    float: none;
    margin-top: 0px;
    text-align: center;
  }

  .qi_cont_btn {
    display: block;
  }

  .qi_save_btn {
    display: block;
  }

  .qi_submit_btn {
    display: block;
  }

}

@media (max-width: 500px) {
  
  .dash-qi-type-img {
      display:none;
  } 

  .dash-qi-ieml {
      display:none;
  } 

}

@media (max-width: 475px) {
  .workflow {
      padding: 15px 5px;
      text-align: center;
  } 

  .workflow-step {
    display: inline-block;
    background: #fff;
    border: 1px solid #d8dde6;
    border-radius: 5px;
    padding: 2px 3px;
    min-width: 50px;
    margin: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #032d60;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  }

  .workflow-arrow {
    display: inline-block;
    font-size: 14px;
    color: #5dade2;
    margin: 0 1px;
  }

  .workflow-step.active {
    background: #eef5ff;
    border-color: #5dade2;
  }
}

@media (max-width: 450px) {

  /*.path-quote #quote.quote {
    display:none;
  }*/

}


/* *** Client List Page *** */
