<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1 Jul, 2016, 2:25:44 PM
    Author     : gwb
*/

/* client.css modifications ------- START-------*/

.copyright-left, .copyright-right a {
    line-height: 25px;
}
#footer {height: 38px;}
.footer-inner-main{padding: 8px 5px 5px 5px !important;}
/* client.css modifications ------- END*/


.information-form {
    font-family: arial;
    display: table;
    margin: auto;
    width: 100%;
    max-width: 960px;
}
.row{
    display: table;
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 10px auto;
}
.one-4th, .one-3rd, .half, .two-3rd, .three-4th, .full-width{
    display: table-cell;
}
.one-4th{
    max-width: 240px;
    width: 25%;
}
.one-3rd{
    max-width: 320px;
    width: 33.33%;
}
.half{
    max-width: 480px;
    width: 50%;
}
.two-3rd{
    max-width: 720px;
    width: 66.67%;
}
.three-4th{
    max-width: 640px;
    width: 75%;
}
.full-width{
    max-width: 960px;
    width: 100%;
}
.p-head {
    margin: 30px 25px;
    border-bottom: 1px solid #ccc;
    color: #00245D;
    padding: 0;
}
.color-orange {
    color: #F26522;
}
.form-input{

}
.input-label {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.input-label, .input-radio-label{
    color: #666;
    font-size: 12px;
}
.input-radio-label{
    margin-right: 20px;
}
.input-text{
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    font-size: 14px !important;
}
.input-radio{
    vertical-align: middle;
}
.input-radio-group {
    padding: 3px 0px 2px 5px;
    border: 1px solid #ccc;
}
.input-select{
    border: 1px solid #ccc;
    padding: 3px 5px 4px 5px;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    background: #fff;
    height: 28px;
}
.form-input .ui-multiselect {
    width: 100% !important;
} 
.information-form .one-3rd , 
.information-form .half,
.information-form .full-width{
    padding: 0 2.5%;
}

.section{
    /*    display: flex;*/
    display: table;
    width: 100%;
    font-family: 'Cuprum', sans-serif;
    margin-top: 0;
    color: #424242;
    font-weight: normal;
}
.sec-block{
    display: inline-block;
}
.sec-3-12{
    /*    display: inline-block;*/
    display: table-cell;
    width: 25%;
    vertical-align: top;
}
.sec-4-12{
    display: inline-block;
    width: 33.33%;
}
.inner-sec {
    padding: 10px 5px;
    /*    display: flex;*/
    display: table;
    box-sizing: padding-box;
    width: 100%;
}
.inner-sec:first-child{
    padding-left: 10px; 
}
.inner-sec:last-child{
    padding-right: 10px; 
}
.s-link-left{text-align: left;}
.section.stats .inner-sec .sec-block:first-child{width: 55px;}
.section.stats .sec-3-12:first-child .inner-sec .sec-block:first-child a.s-link{margin-top: -17px;}
.section.stats{margin-top: 20px;}
.count-title {
    font-size: 14px;
    margin-top: 16px;
    /*    display: block;*/
    display: table-cell;
    text-transform: uppercase;
}
.stats a.grey{
    margin: 0;
}
.no-link{
    margin-top: 20px;
}
.sec-block {
    padding: 5px;
    /*display: flex;*/
    /*    display: inline-block;*/
    display: table-cell;
    vertical-align: top;
    /*justify-content: center;*/
    /*flex-direction: column;*/
}
.s-link{
    font-size: 11px;
    color: #424242;
    display: block;
    text-align: center;
}
.lead-count {
    text-decoration: none;
    cursor: pointer;
    font-size: 25px;
    display: block;
    text-align: center;
    height: 20px;
}
.lead-count-title {
    color: #F26522;
    font-size: 25px;
    text-transform: uppercase;
}
.view-all-bookings{
    /*    margin-top: 31px;*/
    margin-top: 15px;
    display: block;
}
.add-booking {
    color: yellow !important;
    font-family: 'Cuprum', sans-serif;
    display: inline-block;
    padding: 9px;
    margin-left: 20px;
}
.right-info {
    float: right;
    display: inline-block;
    padding: 8px;
    font-family: 'Cuprum', sans-serif;
    margin-right: 5px;
}
.nNote {
    margin: 0 0 0 -1px;
    line-height: inherit;
}
.nNote p {
    padding: 5px 0 5px 50px;
}
/*----------------- Loding Spinner-----------------*/

.loading_overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.7);
}

.loading {
    float: left;
    background: #fff;
    width: 135px;
    height: 54px;
    left: 50%;
    font-size: 14px;
    top: 50%;
    margin-left: -90px;
    position: relative;
    background-repeat: no-repeat;
    margin-top: -27px;
    text-align: right;
    vertical-align: middle;
    display: block;
    line-height: 52px;
    background-image: url("../img/loader.gif");
    background-position: 12px 11px;
    border-radius: 5px;
    box-shadow: 0 0 15px -5px #000;
}

.loading span{
    margin-right: 15px;
}
/*----------------- Loding Spinner------------------*/

.welcome span{
    padding: 10px 6px 0px 5px;
}

.ui-multiselect-menu {
    z-index: 9;
}
.ui-multiselect-checkboxes label {
    display: inline-block !important;
    width: 100%;
    box-sizing: border-box;
}
.ui-multiselect-checkboxes label input[type="checkbox"]{
    display: inline-block; float: left; margin: 1px 5px 0 0;
}
.ui-multiselect-checkboxes label span{
    display: inline-block; float: left;
}</pre></body></html>