/*Acy mail button */
.btn.btn-primary {
    background-color: #9f955d !important;
    border-color: #9f955d !important;
}

/* T4 Template Main Nav bottom boarder
div#t4-top-header {
    border-bottom: 1px solid rgba(52,58,64,.12)!important;
}
*/

/* Search increase padding top */
.form-control, .inputbox {
	border-radius: 3px;
  	height: 52px;
  	padding: 10px;
}

/* Res Cal */
.ui-datepicker .ui-datepicker-current-day a.ui-state-active {
    color: #fff !important;
    background: #28435c !important;
    border: 1px solid #28435c !important;
}

/* reduce vikbookpro head-space*/
.t4-navbar {
    padding-top: -15px;
}

/*align fabrik form buttons*/
div.offset1.span2 {
	text-align: center;
}

/*L1 right remove space*/
div.t4-col.l1-right.col-2 {
	padding-right:0px;
}

/* Tickets Label enlargement */
#ed .o-title {
    line-height: 1.65;
}

