.main-wrap{
    padding:15px 30px;
}
.config-forms input, .config-forms select {
    height: 50px;
    border: 1px solid #c0c0c0;
    background-color: #fff;
}
.config-forms input[type="checkbox"] {
    height: auto;
    width: auto;
    border: 1px solid #c0c0c0;
    background-color: #fff;
    display: inline-block;
}
.item-wrap{
padding: 15px;
border-bottom: 2px solid #dedede;
}
.item-wrap:last-child{
    border-bottom: 0px solid #dedede;
}
.item-wrap span{
    line-height: 40px;
    font-size: 16px;
}
.item-wrap span span{
    color:#999;
}
.config-forms label{
    min-width: 125px;
    padding-right: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #999;
}
.config-forms form{
    margin-top:18px;
}
.config-forms fieldset{
/* border: 2px solid #929292; */
padding: 15px;
margin-bottom: 20px;
}
.config-forms legend{
    width:auto;
    border-bottom: 0;
    padding:15px;
    margin-bottom: 0;
}
.config-forms .nav-tabs li a{
    font-size:16px;
    text-transform: uppercase;
font-weight: 600;
color: #666;
}
.config-forms .options a.btn, .config-forms .options button.btn{
    width:unset;
    min-width:60px;
    width:60px;
}
.config-forms a.btn, .config-forms button.btn{
    max-width:176px;
}
.config-forms .flex{
    display:flex;
    align-items:center;
}

.item-det{
    padding:15px;
}

.item-det p span {
    font-weight: 500;

}
.item-det p span:first-child {
    font-weight: 700;
    max-width: 140px;
    min-width: 140px;
    display: inline-block;
}

.acountright{
    border: 1px solid #000;
}

.ovridemsg{
    text-align: right;
position: relative;
top: -30px;
color: #999;
padding-right: 15px;
width: 100%;
}
.price-det, .sync-override{
    padding:15px;
}
.price-det p:first-child{
    margin-bottom: 20px;
}
.price-det p span {
    font-weight: 600;
    font-size: 17px;
}
.price-det p span:first-child{
    min-width: 200px;
    display: inline-block;
}
.price-det p span.price{
    font-size: 30px;
}
.wrap {
    /* background-color: #f8f6f7; */
    padding: 15px;
    margin-bottom: 15px;
    /* box-shadow: 0 0 2px #999; */
}

.stockinhand p{
display: block;
clear: both;
}
.stockinhand p:first-child {
    border-bottom: 2px solid #666;
    line-height: 45px;
    font-weight: 700;
}
.stockinhand p:first-child span:last-child{
    font-size:28px;
}
.stockinhand p:last-child{
    border-top: 1px solid #666;
    line-height: 45px;
    font-weight: 700;
    margin-bottom:0;
}
.stockinhand p:last-child span:last-child{
    font-size:22px;

}
.averagecost p{
    font-weight: 700;
    border-bottom: 1px solid #666;
    line-height:28px;
}
.averagecost p:last-child{
    border-bottom: 0px solid #666;
    margin-bottom:0;
}
.averagecost p:first-child {
    border-bottom: 2px solid #666;
    line-height: 45px;
    font-weight: 700;
}
.supplier-det p:first-child span:first-child{
    margin-right:10px;
}

.supplier-det p{
    line-height: 24px;
}
.supplier-det p span:first-child {
font-weight: 700;
}
.supplier-det .tax-inc{
    width:auto;
    display:inline;
}
.tax-inc{
width: 100%;
display: block;
text-align: right;
font-size:12px;
}
.tax-inc input[type="checkbox"]{
    margin-right:5px;
}
.heading{
    border: 1px solid #dedede;
padding: 5px 15px;
}
.heading h2{
    font-size: 40px;
    font-weight: lighter;
    color: #999;
    margin-bottom:0;
}
.heading .logo{
    text-align:right;
}
.heading .logo img{
    max-width:100px;
}
.show_data{
    display:none;
}
.hidediv{
    display:none;
}
.showdiv{
    display:block;
}

form fieldset h4 {
    color: #ddab73;
    font-weight: bold;
    border-bottom: 1px solid #f0efed;
    padding-bottom: 10px;
}

.config-forms .nav-tabs li.active a {
    color: #ddab73;
}
.form-title{
    padding: 15px;
    color: #666;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
}








#office1, #office2{
    min-height:650px;
    max-width:100%;
    max-height:850px;
}
#gfpartone > .row > div:first-child , 
#gfparttwo > .row > div:first-child ,
#officeone > .row > div:first-child {
    text-align:center;
    border-right: 1px solid #dedede;
}

.details-title{
    background-color: #1e2c4a;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
}
.details-col ul{
    list-style-type: none;
    padding:15px;
}
.details-col ul li{
    font-size:18px;
    color:#666;
    margin-bottom:20px;
    font-weight:700;
}
.details-col ul li span:last-child{
    float: right;
    color:#ddab73;
}
.details-col .details-wrap{
    border:2px solid #1e2c4a;
	margin-top:130px;
}

.details-col p {
    padding: 15px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
}
.details-col button {
    width: 100%;
    height: 55px;
    background-color: #ddab73;
    color: #fff;
    font-size: 18px;
    border: 2px solid #ddab73;
    margin-top: 30px;
    transition:.4s;
    -webkit-transition:.4s;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
}
.details-col button:hover{
    background-color: #000;
    border: 2px solid #000;
}

.st0:hover .st1{
    color:#fff !important;
}
.loading_img,#contact_results{
	width:100%;
	float:left;
	margin-top:20px;
	
}
.loading_img img{
	width:50px;
	height:50px;
}

.office_button {
    border-width: 0;
    padding: 0;
    color: #ffffff;
        border: 2px solid #ddab73;
    background-color: #ddab73;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 30px;
    background-image: none;
    margin-top: 15px;
    width:100%;
    transition:.4s;
    -o-transition:.4s;
    -ms-transition:.4s;
    -moz-transition:.4s;
    -ms-transition:.4s;
}

.office_button:hover {
    background-color: #ddab73;
    border: 2px solid #000;
    color:#fff;
}
.indicators .wrap {
    width: auto;
    display: inline-block;
}

.indicators span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 0;
    margin-right: 7px;
    vertical-align: text-bottom;
    border:1px solid #dedede;
}
.indicators .occupied span{
    background-color:#1e2c4a;
}
.indicators .free span{
    background-color:#ddab73;
}
.indicators .selected span{
    background-color:#ccc;
}
.details-col .details-wrap {
    margin-top: 18px;
}

#gfparttwo text, #officeone text{
    font-size:24px;
}
.dutchlan {
    padding: 15px;
    color: #1e2c4a;
    font-weight: 600;
    font-size: 22px;
}
.st0:hover, .st3:hover{
	stroke: transparent !important;
	fill: #ccc !important;
}
.paycycle {
	line-height: 47px;
}
.paycycle * {
	float: left;
	margin-top: 0 !important;
	margin-right: 30px;
}	
.paycycle span {
	margin-left: 5px;
}

#slots{text-align:right;}


.offices_date a{
	border:none !important;
	background: none !important;
}
.first_half{
	background: linear-gradient(145deg, #d20101, #d20101 50%, #e6e6e6 50%, #e6e6e6 100%);
}
.second_half{
	background: linear-gradient(145deg, #e6e6e6, #e6e6e6 50%, #d20101 50%, #d20101 100%);
}
.full_day{
	background: #d20101;
}
.ui-widget-header{background: #ddab73 !important; color:#fff !important;}
.ui-datepicker td span, .ui-datepicker td a{text-align:center !important;}
.ui-datepicker td.full_day{opacity:1;}
.ui-datepicker td.full_day span{
	border: #d20101;
	background: #d20101;
	color:#fff;
}

.ui-datepicker .ui-datepicker-prev::before {
  content: "<";
  color: white;
  padding: 5px;
  position: absolute;
  padding-left: 9px;
  padding-top: 8px;
}
.ui-datepicker .ui-datepicker-next::before {
  content: ">";
  color: white;
  padding: 5px;
  position: absolute;
  padding-left: 9px;
  padding-top: 8px;
}
.color-ind{
	float: left;
	margin-bottom: 10px;
	width: 100%;	
}
.color-ind .ind span{border:1px solid #c5c5c5; display:inline-block;width:15px; height:15px; float:left;margin-right: 5px;
margin-top: 3px;}
.ind {
    float: left;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ind.first{margin-left:5;}
.desc{margin-top:15px;}
.officeType a.btn.active {
  background-color: #ed9c28;
  border-color: #d58512;
}
#submit_btn, #triggerDiscount{margin-top:25px;}
.addons{width: auto;}
.discount{margin-top:10px;}
#triggerDiscount{margin-top:5px;}
#disResponse{display:none;font-size:14px;}
/*.ordertotal {
  background: #1e2c4a;
  color: #fff;
  padding: 15px !important;
}*/
.btn.btn-primary{
	background-color: #1E2C4A;
}
#offices_calendar{position: relative;clear: both;}
.overlay{
	display:none;
    background: rgba(240, 173, 78, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    font-size: 3em;
    padding: 15px;
    text-align: center;
}
.overlay span {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mgr-10{
    margin-right:10px;
}
#submit_btn span.fa.fa-caret-right {
    margin-left: 10px;
}