/*!
 * Zero BS CRM
 * http://www.zerobscrm.com
 * V1.0
 *
 * Copyright 2016, ZeroBSCRM.com, StormGate Ltd., Epic Plugins Ltd.
 *
 * Date: 16/03/16
 */

/* large options */
tr.wh-large label {
    font-size:20px;
}
tr.wh-large select, tr.wh-large input {
    font-size:20px;    
    height: 36px;
}
tr.wh-large th, tr.wh-large td {
  padding: 6px 20px;
  color: rgb(48, 76, 105);
}
table.wh-metatab tr th label {
  padding: 6px 20px;
  color: rgb(48, 76, 105);
}
table.wh-metatab tr.wh-large th label, table.wh-metatab tr.wh-large td label {
  padding:0;
}

/* table general tweaks */
table.wh-metatab {
    min-width:620px;
}
table.wh-metatab tr.wh-hr td {
  padding: 0px 20px;
}
table.wh-metatab tr.wh-hr hr {
  border-top: 1px solid #D4DBF0;
  border-bottom:0;
}


/* Help labels */
span.wh-info {
  font-size: 12px;
  padding: 4px 9px;
  color: #000;
  background: #CBE3EF;
  border-radius: 3px;
}


/* Taxi Booker specials */

  /* edit vehicle page guilding */
  #wptbp_passengersico, #wptbp_baggageico {
      height: 22px;
      width: 300px;
      display: inline-block;
      line-height: 22px;
      margin-left:20px;
  }

  #wptbp_passengersico img, #wptbp_baggageico img {
    
    width:30px;
    height:30px;
    float:left;
    margin:2px;

  }
  #wptbp_passengersico span, #wptbp_baggageico span {

  font-size: 30px;
  font-weight: 800;
 
  }


/* location specials */
#wptbp_locamapele {
    width: 406px;
    height: 270px;
    margin: 6px;
    margin-top: 10px;
}






/* TYPEAHEAD AND MAP BLOCKERS 
Following ripped from top of public CSS :)
*/
div.tbpInpMapGen {

    display:none; 

    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index: 10002;

    background:transparent;
    color:green;
    text-align:right;

}
div.tbpInpMapGen i {
        margin-right: 8px;
        margin-top: 11px;
        font-size: 15px;
}
/* Enable when class 'tbpInpMapWorking' added */
div.tbpTypeAheadGroup.tbpInpMapWorking div.tbpInpMapGen, .type-ahead-group.tbpInpMapWorking div.tbpInpMapGen {

    display:block;

}



.zbs-prominent {
  font-size: 22px;
    color: green;
}
.widetext {
  width:100%;
}
.zbs-date {
      width: 132px;
}
.zbs-tel {
  width:200px;
}
.zbs-email {
  width:100%;
}
textarea.form-control{
  width:100%;
  height:120px;
}


/* Custom fields */
.zbscrm-cf select {

    width: 100px;
    display: inline-block;

}
.zbscrm-cf-n{
  width:120px;
  text-align:center !important;
}


/* External sources */

.zbsExternalSource {}

.zbsExternalSource span {
  padding-left:20px;
}





.zbsDelFile:hover {
    cursor:pointer;
    font-weight:800;
}


