/* Order Form elements */
.ofc{
    position: fixed; 
    top: 50px; 
    right: 170px;
    left: 245px;
    border-radius: 5px;
    z-index: 100;
    padding: 20px 10px; 
    margin-bottom: 7px;
}
.ofc-closed{ right: 265px; top: 50px; }
.ofc-icon{
    position: absolute;
    top: 3px;
    left: 7px;
}

.ofc-closed .ofc-content{ padding-bottom: 9px; }

.ofc:not(.ofc-closed) { overflow-y: auto; max-height: 600px; z-index: 1000; }
.ofc:not(.ofc-closed) .input-185 { width: 220px !important; }
.ofc-section-content { 
	margin-top: 5px; 
}
.ofc-section-content select, .ofc-section-content input[type="text"] {
	height: 30px;
	min-height: 30px;
	padding: 3px 3px 3px 4px;
}
.ofc-section-content .select2-container {
	min-height: 30px;
}
.ofc-section-content .select2-container ul.select2-choices {
    min-height: 30px;
}
.ofc-section-content div.select2-container-multi ul.select2-choices li.select2-search-field input {
	padding: 3px 2px 3px 3px;
}
.ofc-section-content div.select2-container-multi ul.select2-choices, .ofc-section-content div.select2-container a.select2-choice {
	min-height: 30px;
}
.ofc-section-content div.select2-container a.select2-choice {
    padding: 5px;	
}
.ofc-field-link {
    text-decoration: none;
    line-height: normal;
    font-size: 12px;
    display:none;
    margin-top: 5px;
    position: absolute;
}
.client-open.ml5 {
    margin: 0px !important;
}

.left-pane-content .table tbody tr.success > td:first-child,.left-pane-content .table tr td.success:first-child,.left-pane-content .table tr th.success:first-child, 
.left-pane-content .table tbody tr.error > td:first-child, .left-pane-content .table tr td.error:first-child, .left-pane-content .table tr th.error:first-child {
    border-radius: 7px 0 0 7px; 
}
.left-pane-content .table tbody tr.success > td:nth-child(2), .left-pane-content .table tr td.success:nth-child(2), .left-pane-content .table tr th.success:nth-child(2), 
.left-pane-content .table tbody tr.error > td:nth-child(2), .left-pane-content .table tr td.error:nth-child(2), .left-pane-content .table tr th.error:nth-child(2) {
    border-radius: 0 7px 7px 0; 
}

.ofc .btn-group.ml.mr {
    border-radius: 5px;
    margin: 0 0 0 5px !important
} 

#of-container { padding-top: 74px; padding-right: 240px; }

#of-container div.of-inf + .ofs-box .inverse{
    background-color: #75818D;
    position: relative;
    z-index: initial;
}

#of-container .alert {
    border: none;
    margin-bottom: 10px;
}

/*.ofs-box{
    background: #fff;
    box-shadow: 0 0 10px #E0E0E0;
    border-radius: 4px;
    padding: 5px 10px;
} */
.ofs-box.widget {
    background: none;
    border: none;
}
.ofs-box.widget:after {
    content: none;
}
.ofs-box select, .ofs-box textarea, .ofs-box input[type="text"]{
    margin-bottom: 0px;
}
.ofc-section .table{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0px;
}
.ofc-section button, .ofc-section a.btn.btn-et, .ofc-section a.btn.btn-default, .ofc-section a.btn.btn-edit {
    border: 1px solid #dbe2eb;
}
.ofc-section .collapse-icons i {
    font-size: 12px;
    margin: 5px;
}
.ofs-box .table td{
    line-height: 15px;
    padding: 4px 8px;
}
.ofs-box .table td[data-type="total"] {
    width: 56px;
}
.ofc-widget .widgetBody{
    border-left: 1px solid #dbe2eb;
    border-right: 1px solid #dbe2eb;
    border-bottom: 1px solid #dbe2eb;
    padding: 5px 13px;
    margin-bottom: 10px;
}
.ofc-bordered{
    border: 1px solid #dbe2eb;
    padding: 8px;
}
.ofc-bordered label{
    margin-top: 4px;
}
.ofc-section{
    border: 1px solid #dbe2eb;
    background: #f1f4f8;
    border-radius: 7px;
    padding: 8px;
    margin-bottom: 12px;
}
.ofc-section .widget{
    margin-bottom: 0px;
}
.order-form-widget {
    box-shadow: none;
    background: none;
}
.order-form-widget .widgetTitle {
    overflow: hidden;
}
.section-bottom-border label{
    width: 100%;
}
.ofc-section h4, table th.title-red{
    color: #172a41;
    margin-top: 0px;
    margin-bottom: 5px;
}
.ofc-section h4 { margin-bottom: 0px; }
.ofc-section input.error, .ofc-cell input.error, #of-container select.error, #of-container textarea.error, .ofc select.error, .ofc textarea.error {
    background-color: #f2dede;
    color: #b94a48;
}
.fix-labels{
    margin-top: -18px;
}
.action-content.ml25 {
    margin-left: 10px;
}
.action-label{
    color: #687d96;
    font-size: 12px;
    float: left;
}
.action-label.btns-section {
    margin-top: 7px;
    margin-right: 5px;
}
.action-btns{
    width: auto;
    float: left;
    padding: 2px;
}
.action-content .btn, .action-content .btn-group > .btn:first-child{
    background-image: none;
    box-shadow: none;
    font-weight: bold;
    position: relative;
    min-width: 25px;
    min-height: 20px;
    display: block;
    float: left;
    padding: 3px 4px;
    margin-right: 4px;
}

.action-content .btn .label{
    position: absolute;
    top: -8px;
    right: -5px;    
}
.btn-timeslot { padding: 5px 10px; }
.carret-multi{ display: block; padding-top: 10px; line-height: 10px; }

table.ofc-table, table.table-striped tr td.elem-content table{
    border-right: none;
}

table.ofc-table tr td:last-child, table.ofc-table tr th:last-child, 
table.table-striped tr td.elem-content table tr td:last-child, table.table-striped tr td.elem-content table tr th:last-child{
    border-right: 1px solid #dddddd;
}

table.table-striped tr td.elem-content {
 background: #f9f9f9;
 padding: 5px 8px;
 border-bottom: none;
}
table.table-striped tr td.elem-content h4{
    color: #ac193d;
}
table.table-striped tr td.elem-content a, .ofc-section a, div.quantity-field a{
    text-decoration: none;
    color: #333333;
}
.ofc-section a.btn-danger{
    color: #fff;
}
div.quantity-field{
    width: 78px;
}
div.quantity-field a{
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    text-align: center;
    outline: 0;
    float: left;
    padding: 3px 4px 3px 2px;
    margin-top: 4px; 
}
div.quantity-field input[type="text"] {
    background-color: #fff;
    border: 1px solid #9c8c8c;
    box-shadow: none;
    width: 26px;
    height: 22px;
    min-height: 22px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    float: left;
    padding: 3px 3px 3px 4px;
    margin: 4px 2px 0px 2px;
}

.freq-cont .btn-delete{
    width: 15px;
    margin-top: 27px;
}

.ofs-box table tr td label{
    margin-bottom: 0px;
}
.btn-refresh-credit {
	margin-left: 10px;
	margin-top: -3px;
}
/* Right Pane */
.solid_bg.order-pane.padding {
	padding: 0px;
}
.add-service-content {
	padding: 15px 10px 0px 10px;
}
.service-card {
    box-shadow: 0px 13px 20px 7px rgb(241 244 248);
    border-radius: 5px;
	padding: 10px;
    margin-bottom: 10px;
}
.service-card h4, .sales-deal-content h4 {
    font-size: 16px;
    font-weight: bold;
    color: #172a41;
}
.service-card .section-top-service h5 {
    font-weight: bold;
    color: #172a41;
    margin: 5px 0px;
}
.service-card-title {
    font-weight: normal;
    font-size: 14px;
}
.service-card .section-mid label, .sales-deal-content label{
    color: #687d96;
    font-size: 12px;
}
.sales-deal-content .section-bottom-border {
    border: 1px solid #dbe2eb;
    border-radius: 5px;
    box-shadow: 0px 6px 26.6px 1.4px rgba(241, 244, 248, 1); 
    padding: 10px;
}
.section-top-service h4 {
	margin-top: 2px;
}
.section-top-service .label, .linked_bookings label {
    padding: 5px 8px;
}
.booking-total h5 {
	font-weight: bold;
}
.order-pane-tabs > li > a {
    border: none;
}
.order-pane-tabs > li.active > a, .order-pane-tabs > .active > a:hover, .order-pane-tabs > .active > a:focus {
    box-shadow: 0px -10px 5px 0px rgb(241 244 248 / 90%);
    border: none;
}
.order-pane .order-pane-tabs.nav-tabs {
    margin-left: 10px;
}
.order-pane .order-pane-tabs.nav-tabs > .active > a, 
.order-pane .order-pane-tabs.nav-tabs > .active > a:hover, 
.order-pane .order-pane-tabs.nav-tabs > .active > a:focus {
    font-weight: normal;
}
.order-pane-tabs-content {
    box-shadow: 0px 10px 19px 0px rgb(219 226 235);
    background-color: #fff;
    border: none;
    margin: 0px 3px;
}
div.order-pane-tabs-content:after {
    box-shadow: 0px 10px 19px 0px rgb(219 226 235);
}
.order-pane-tabs-content .tab-pane{
	max-height: 115px;
	overflow-y: auto;
	overflow-x: hidden;
    padding: 5px;
}
.linked_bookings {
	padding: 8px;
}
.linked_bookings .service-card-title {
	margin-top: 0px;
}
.linked-booking h5 {
    float: left;
    color: #172a41;
	margin: 2px 0px 0px 0px;
}
.linked-booking a.label-normal {
	color: #2355a1;
	font-size: 12px;
	margin-top: 4px;
}
.linked-booking a.label-normal:hover {
	color: #172a41;
	text-decoration: none;
}
.linked-booking a.delete {
	color: #324669;
}
.linked-booking a.delete:hover {
	color: #2355a1;
}
.sales-deal-content {
    position: relative;
	padding: 20px 5px 0px 5px;
}
.sales-deal {
	margin-bottom: 5px;
}
.all-deals {
    color: #324669;
    position: absolute;
    right: 3px;
    top: -3px;
}
.all-deals:hover {
	color: #172a41;
	text-decoration: none;
}
.progressbar{
    background: #e7e7e7;
    border: 1px solid #e7e7e7;
    font-size: 8px; 
    cursor: pointer;
    margin-bottom: 5px;
}
.progressbar .ui-widget-header{
    background: #dff0d8;
    border: 1px solid #d6e9c6;
    border-right: 2px solid #fff;
}
.section-containment{
    padding: 8px 0px;
}
.price-mod{
    background-color: #fae4e4;
    border-radius: 5px;
    color: #580f18;
    padding: 10px;
    margin-top: 5px;
    height: auto;
} 
.price-mod-inactive{
    color: #a6a6a6;
}
.price-mod .service-card-title {
	font-weight: bold;
	margin: 0px;
}
#ofp-services .nav-tabs li{
    width: 100%;
    margin-bottom: 3px;
}
#ofp-services .ofp-services-other ul.dropdown-menu li {
    width: auto;
}
#ofp-services .nav-tabs li a{
    border: 0px;
    border-radius: 4px;
}
#ofp-services-tabs {
    box-shadow: 0px 13px 20px 7px rgb(241 244 248);
    border-radius: 5px;
    background-color: #fff;
    margin-top: 10px;
    padding: 5px 10px;
    z-index: 10;
	margin-left: 0px;
}
#ofp-services-tabs li a{
    padding-top: 5px;
    padding-bottom: 5px;
}
#ofp-services-tabs li a span{
    width: 160px;
    max-width: 160px;
    float: left;
    display: block;
    color: #2355a1;
    font-weight: normal;
    font-size: 14px;
    margin-top: 2px;
}
#ofp-services-tabs li a:hover span {
    color: #172a41; 
}
#ofp-services-tabs li a label {
	padding: 5px 8px;
	margin: -3px 0px 0px 0px;
}
ul#ofp-services-tabs li.ofp-services-other > a.dropdown-toggle {
    vertical-align: middle;
    padding: 10px 0px 10px 0px;
}
ul#ofp-services-tabs.nav-tabs > li > a:hover, ul#ofp-services-tabs.nav-tabs > li > a:focus {
    background: none;
}
.ofp-services-other ul{
    width: 218px;
    max-height: 150px;
    overflow: auto;
}
.ofp-services-other > a > label {
    margin-top: 0px;
}
.ofp-services-other > a > i {
	font-size: 12px;
	margin: 4px 0px 0px 0px;
}
.ofc-section.error{
    background-color: #f2dede;
}
.ofc-section.error h4.order-color{
    color: #b94a48;
}

/* Left Pane */
.left-pane-title{
    position: relative;
}
.left-pane-title a{
    color: #172a41;
    font-size: 13px;
    font-weight: bold;
    padding: 12px;
    display: block;
    cursor: pointer;
}
.left-pane-title a i{
    color: #61a2ed;
    font-size: 14px !important;
    padding-right: 10px;
    position: relative;
    top: 1px;
}
.left-pane-content{
    background-color: #f1f4f8;
    background-image: linear-gradient(to bottom, #ecf0f5, #f1f4f8);
    padding: 10px 3px;
}
.left-pane .table {
    border: none;
}
.left-pane .table td{
    border: none;
    height: 35px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 0px;
}
.left-pane .table td:nth-child(2) {
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    padding-left: 0px;
}
.left-pane .table tr.red-bordered td{
    border-top: 1px solid #da4f49;
    border-bottom: 1px solid #da4f49;
}
.left-pane .table tr.red-bordered td:first-child{
    border-left: 1px solid #da4f49;
}
.left-pane .table tr.red-bordered td:last-child{
    border-right: 1px solid #da4f49;
}
.left-pane-content table{
    margin-bottom: 0px;
}
#est_credit_btn {
    margin-top: -3px;
}
#est_credit_btn a.btn {
    background: none;
}

.ofc .dropdown-menu, .ofs-box .dropdown-menu, #client-addresses .dropdown-menu{ right: 0; left: auto; }
.ofs-total{ background-color: #fff; padding-top: 10px; box-shadow: 0px -10px 20px 7px rgb(241 244 248); border-radius: 5px; }
.fixed-bottom.ofs-total { width: 240px; }

/* .ofc-field input, .ofc-field textarea, .ofc-field select { width: 100% !important; } */
.ofc-field input, .ofc-field textarea, .ofc-field select { width: 100%; }
.ofc-field input.ofc-client-name{ width: 193px; }

.ofs-total .table { margin-bottom: 10px; }
.ofs-total .table, .ofs-total .table tr td, .ofs-total .table tr th { border: none; }
.ofs-total .table tr td, .ofs-total .table tr th { height: auto; }
.ofs-total .table tr.order-calculate-content td { padding: 15px 8px; text-align: left; }
.ofs-total .table tr.order-total th { padding-top: 20px; }

/* Order Form client */
.ofc-icon { display: none; float: left; line-height: 28px;}
.ofc-column { 
    float: left;
    width: 372px;
    display: flex;
    flex-wrap: wrap;
}
.ofc-cell { float: left; width: 180px; margin-right: 6px; }
.ofc-cell-width-auto { width: auto; }
.ofc-title { 
    width: calc(30% - 13px);
    align-self: center;
    text-align: right;
    margin-bottom: 10px;
}
.ofc-title .btn { font-size: 11px; padding: 8px 10px; }
.ofc-field { width: 70%; }
.cont-container { width: 100%; }

.ofc-closed input, .ofc-closed textarea { padding-left: 23px; }
.ofc-field select { width: 100%; }
.ofc-field-half input { width: 128px; }
.ofc-closed .ofc-cell, .ofc-closed .cont-container { display: none; }
.ofc-closed .ofc-column { width: auto; }
.ofc-closed .ofc-visible { display: block; width: auto; }
.ofc-closed .ofc-visible-false { display: none; }
.ofc-closed .ofc-visible-smaller{ width: 100px !important; }
.ofc-closed .ofc-visible-107px { width: 107px !important; }
.ofc-full { width: 360px; }
.ofc-field.ofc-visible > div:first-child{ position: relative; }
.visible-source{ width: 100%; }
select.ownership-visible{ width: 130px !important; }


.ofc-closed .ofc-field input, .ofc-closed .ofc-field textarea, .ofc-closed .ofc-field select {
	margin-bottom: 0px;
}
.ofc-closed .ofc-visible.tooltiphover { position: absolute; bottom: -15px; }

.ofc-check-all { color: #0088cc; }

.ofc-field-inner div{ float: left; }
.ofc-field-inner > :first-child{  width: 110px;  padding-right: 10px;}
.ofc-field-inner { position: relative; }
/* .ofc-field-inner > div{  width: 120px; } */
.ofc-closed .ofc-visible.ofc-field-inner{ width: 170px; }

.ofc-field input.input-block-level { width: 100% !important; }

.ofc-cell .typeahead.dropdown-menu { width: 713px;  height: 460px; overflow-y: auto; }
.ofc-cell .dropdown-menu > li > a{ padding: 3px 10px; }

.callphone-link:hover{ text-decoration: none; cursor: pointer; }
.btn-group.open .dropdown-toggle.callphone-link{ box-shadow: none; }
ul.dropdown-phones li.callphone-content{ padding-bottom: 7px; }

/* errors summary in the client panel */
#ofc-errors { display: none; margin-top: 10px; color: #f00; font-weight: bold; }

/* Order Form service */
.ofs-options {  float: left; width: 100%; }

.ofs-field{ width: 33%; }
.ofs-table, .ofs-info { float: left; }
.ofs-table{ width: 40%; }
.ofs-related{ width: 40%; }

.ofs-info { margin-right: 10px }
.ofs-box .badge-icon{ height: 30px; padding-top: 5px; font-size: 14px; }
.ofs-box .delete-icon { color: #da4f49; }

.ofs-table .table th, .ofs-table .table td, .ofs-related .table th, .ofs-related .table td { padding: 2px 5px; }
.ofs-table label input{
    margin: 4px 10px 0px 0px;
    float: left;        
}
.ofs-related .widget{ float: left; margin-left: 10px; }
.ofs-box .btn-group select{ margin: 2px 2px 0px 0px !important; }
.ofs-options select{ margin-bottom: 0px; }

#ofp-services ul.nav-pills li{ float: none; }
#ofp-services .delimiter {
    border-top: 1px solid #ebeff4;
    margin: 10px 0px;
}

.ofs-right-content{ width: 18%; }

.ofs-important-box, .ofs-important-addr{ margin-bottom: 10px; cursor: pointer; }
.ofs-important-box .widgetTitle, .ofs-important-addr .widgetTitle{
    height: 28px;
    line-height: 28px;
}
.ofs-important-box-more{ display: none; }
.ofs-important-box .widgetBody, .ofs-important-addr .widgetBody{ 
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 2px 5px; 
}
.ofs-important-addr .widgetIcon, .ofs-important-addr .widgetIcon i, .ofs-important-addr .delete-icon{
    color: #AC193D;
}
.ofs-important-addr .delete-icon{
    padding: 0px 10px;
}
.ofs-important-addr .delete-icon:hover{
    text-decoration: none;
}

.ofs-address label{ font-weight: bold; margin-right: 20px; }
.ofs-address .btn { margin-top: 10px; }
.primary-address, .ofs-address .ofs-address-box:first-child { background-color: #EEEEEE;  }
.ofs-address-box{ width: 50%; }
.ofs-address form{ margin: 0px; }

.ofs-address-box{ width: 94%; padding: 5px 3%; margin-bottom: 10px; border-bottom: 1px solid #EEEEEE; }
.ofs-address-box a.badge{ padding: 2px 4px; margin-left: 3px; }

.info-widget .widgetBody{ border: 1px solid #E7E7E7; padding: 5px 10px;}
.info-cont { display: none; margin-bottom: 0px !important; }
.inf-icon{ position: relative; }

.ofs-box .dropdown-cont{
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  /*min-width: 210px;*/
  /*padding: 5px 0;*/
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; 
  padding: 10px;
}

.ofs-box .dropdown-cont:after, .ofs-box .dropdown-menu:after{
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid rgba(0,0,0,0);
    border-right: 6px solid rgba(0,0,0,0);
    content: "";
    display: inline-block;
    right: 15px;
    position: absolute;
    top: -5px;
}
/* Order  Pane */
.order-pane{ background-color: #fbfcfd; width: 240px; }
.order-pane.bordered{ border: none; }

.nav-tabs > li > a.open-booking-card { padding: 0px; }
.nav-tabs > li > a.open-booking-card  span { font-weight: bold; }
.nav-tabs > li > a.open-booking-card:hover, .nav-tabs > li > a.open-booking-card:focus { background: none; }

.ofs-box .widgetActions input{ margin-top: 2px; }
.ofs-check{ margin: 7px 7px 0px 0px; }
.service-total{ width: 18% !important; float: right; }

.ofs-options .ofs-address label{ margin-bottom: 0px; font-weight: normal; }
.ofs-options .ofs-address input{ margin-bottom: 5px; }

.of-line .input-medium{
    margin: 2px 2px 0px 0px;
}

.view_map{
    font-size: 12px;
    font-weight: normal;
}

#ofp-services .nav-pills > li > a {
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 3px;
}
#ofp-services .nav-tabs > li > a, .nav-pills > li > a{
    line-height: 18px;
}
#ofp-services [class*="span"]{
    min-height: 20px;
}

.paneAddress form label{
    width: 100px;
}
.paneAddress form input, .paneAddress form textarea, .paneAddress form select{
    clear: right;   
}

.order-comment{
    width: 270px;
    height: 200px;
}
.order-status{
    width: 285px;
}
.one-comment select{
    margin: 2px 2px 0px 0px;
}
.one-comment label{
    margin: 5px 5px 0px 5px;    
}
.one-comment .widgetBody{
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    padding: 5px 10px;  
}

.service-total tr th{
    color: #333333;
}

.phones-data li{
    padding: 5px 0px;
}
.contractorWidget h4 {
    margin-top: 5px;	
}

/************** CALL ANSWER PAGE *******************/

.upload-content{
    overflow:auto;
    overflow-y: auto;
    max-height: 400px;
    margin-bottom: 5px;
}

.upload-content .btn{
    clear: both;
    margin-bottom: 10px;
}

.required-state{
    background: url("../img/checkbox_3s.png");
    width: 15px;
    height: 15px;
    display: block;
    margin: 2px 5px 0px 0px;
}
.required-state-done{
    background-position: left -16px;
}
.not_choosed {
    background:#e7e7e7!important;
}
.choosed {
    background: white!important;
    color:#172a41 !important;
    font-weight:bold;
}

input.choosed {
    background: white!important;
    color:#172a41 !important;
    border: 1px solid #c3e2fc !important;
    font-weight:bold;
}

select.choosed {
    background: white!important;
    /*color:#da4f49!important;*/
    color: #c5352e !important;
    font-weight:bold;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.form-hide-headers table tr th{ display: none; }
.form-condensed table tr td, .form-condensed table tr th{ padding: 0px 2px !important; }
    
.rounded-switcher .action-btns{ margin-top: 2px; float: right; }    

.map-link{ margin-left: 3px; cursor: pointer; }
.map-link:hover{ text-decoration: none; }

#postcodeAddContent{ width: auto; height: 35px; }
#postcodeAddContent .label-count{ line-height: 22px; border-radius: 10px; padding: 2px 6px; }
#postcodeHintContent{ line-height: normal; font-size: 12px; }
.ofc:not(.ofc-closed) #postcodeHintContent{ padding-bottom: 5px; }
#postcodeField{ margin-bottom: 3px; }

#map-canvas {
    width: 100%;
    height: 400px;
}

.mask-content{
  display: block;
  height: 30px;
  float: left;
  margin-right: 5px;
}

/*select contact person add button*/
.cp-add{
 padding-left: 6px;
 padding-right: 7px;
}
#contactPersonForm .ofc-title{
    width: 83px;
}

ul.marker-alpha { margin-bottom: 0; }

/************** CLIENT SEARCH *******************/
.client-search {
    padding: 15px 20px;
}
.client-search .header-container {
    padding-bottom: 15px;
}
.client-search .search-content form {
    margin-bottom: 0px;
}
.customer-link {
    margin-top: 10px;
}

/************** Order List *******************/
.paid, table tr td.paid {
	color: #3c7b65; 
	background-color: #f2fcf6 !important;
}
.not-paid, table tr td.not-paid {
    color: #9b2226; 
    background-color: #fff1f1 !important;
}

/************** Order booking calculator *******************/
.calculator-content{
    min-width: 400px;
    max-width: 800px;
}

@media (max-width: 1460px) {
	div#of-container { padding-top: 104px; }
    .ofc-section-content table tr td > input[type="text"] {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .ofc-closed, .ofc {
        left: 25px;
    }
    .ofc-section {
        padding: 0px;
    }
    .ofc-section .table {
        border-radius: none;
    }
    .ofc-section .table th, .ofc-section .table td {
        border-top: 1px solid #dbe2eb;
    }
    table.booking-details th {
        background-color: #dbe2eb;
    }
    .ofc-section h4 {
        margin: 10px 5px;
    }
    .mobile-header-section {
        padding: 10px 5px;
    }
}