html {
    height: 100%;
}
html, body, .containerlogin {
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background-color: #e9e9e9;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

h5 {margin:0; color:#999}

h5 a {text-decoration:none;}
h5 a:hover {text-decoration:none;}

h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

h1 small {
    font-size: .8em;
}

a {
    color: #00aab8;
}

a:hover {
    color: #5d5d5d;
}

label {
    font-size: 12px;
    font-family: 'montserrat', sans-serif;
    color:#00aab8;
}

input {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

select {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

h1.notesIAN {
    margin-top: 20px;
}

#processing-spinner {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 170, 184, 0.7);
    z-index: 10000;
    vertical-align: middle;
}

#processing-spinner #processing-container {
    display: inline-block;
    color: #FFFFFF;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    text-align: center;
}

#processing-spinner #processing-container #processing-caption {
    font-size: 3em;
    margin-top: 0.5em;
    display: inline-block;
    line-height: 1.1em;
}

.input-append .add-on, .input-prepend .add-on {
    font-size: 11px;
}

.input-append .add-on input[type="checkbox"], .input-prepend .add-on input[type="checkbox"]{
    margin-top:-2px;
}

.input-append input, .input-prepend input {
    font-size: 12px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    line-height: 12px;
}

.page-header2 {
    padding-bottom: 9px;
    margin: 0 0 210px;
    border-bottom: 1px solid #eee
}

/*FULL WIDTH*/
.nomargin {
    margin: 0 !important
}

.alertfullwidth {
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    width: 50%;
    right: 4%;
    top: 80px;
    z-index: 1001;

}

.alertfullwidthmenu {
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    left: 282px;
    top: 87px;
    z-index: 1001;
}

.minus6 {
    margin-left: -6%;
    width: 100%;
}

#marginfix.table {
    margin-left: 0;
    width: 100%;
	margin-bottom:50px;
}

#marginfix {
    width: 100%;
}

.movingdetailssection,
.accountdetailssection {
    margin-left: 20px;
    width: 100%;
	/*margin-top:25px;*/
}

.region-background-nz {
    background-color: #00AAB8;
}
.region-background-au {
    background-color: rgb(44 150 68 / 70%);
}
.region-background-rapid {
    background-color: #7476B1;
}
.region-background-apack {
    background-color: #007060;
}
.region-background-eco {
    background-color: #7fbc03;
}

#roof_region_fullwidth {
    height: 12px;
    position: fixed;
    text-align: right;
    padding-right: 1%;
    top: 0;
    width: 100%;
    z-index: 10002;
}

#roof_region_fullwidth p {
    font-size: 16px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 0;
    text-transform: uppercase;
}

#roof_region_fullwidth.region-rapid {
    background-color: #7476B1;
}


#roof_region_fullwidth.region-au {
    background-color: #ffc600;
}

#roof_region_fullwidth.region-nz {
     background-color: #000;
 }

#roof_region_fullwidth.region-eco {
    background-color: #7fbc03;
}

#roof_region_fullwidth.region-apack {
    background-color: #007060;
}

/* A full-width bar acting as a submit button is added (using js) to the top of pages with forms on */
#roof_box_fullwidth {
    display: none;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    text-align: center;
    top: 0;
    clear: both;
    width: 100%;
    z-index: 1;
    -webkit-box-shadow: 0 3px 3px -2px #cdcdcd;
    -moz-box-shadow: 0 3px 3px -2px #cdcdcd;
    box-shadow: 0 3px 3px -2px #cdcdcd;
}

.roof-submit_fullwidth {
    background: #ffd7ae;
    color: #00aab8;
    cursor: pointer;
}

.roof-link_fullwidth {
    background: #CCF url('../img/ok-blue.png') 97% 50% no-repeat;
    color: #ffffff;
    cursor: pointer;
}

.fullwidthsearch {
    margin-left: 115px;
    margin-top: -29px;
}

#fwsearch input[type="text"] {background: url(../img/icons/search.png) no-repeat 10px 7px #fcfcfc;
    border: 1px solid #d1d1d1;
    font: bold 12px Arial, Helvetica, Sans-serif;
    color: #959595;
    width: 150px;
    padding: 3px 15px 3px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

#fwsearch input[type="text"]:focus {
    width: 200px;
    position: fixed;
}

#customernote {
    /*width: calc(100% - 50px);*/
    padding:25px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #dddddd;
}

#customer-managed-stock-note {
    /*width: calc(100% - 50px);*/
    padding:25px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #dddddd;
}

#customer-managed-stock-note textarea{
    width: 99%;
    height: 250px;
}

#customernote textarea {
    width: 99%;
    height: 250px;
}

#customernotetableholder {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 56px;
    padding-top: 25px;
}

#customernotetableholder table {
    width: 100%;
}

.btnSearchFW {
    display: inline-block;
    line-height: 25px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #00aab8;
    color: #FFFFFF;
    background-image: none;
    border: 2px solid #eFeFeF;
    -moz-border-radius: 5px;
    border-radius: 101px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -moz-box-shadow: none;
    box-shadow: none;
}


.admin-header-customer-view {
    color: #00aab8;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
}
.page-header-bar {
    height: 65px;
    background-image: url(../img/headerback.png);
    padding-top: 67px;
    padding-left: 56px;
    z-index: 1000;
    margin-left: 42px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}



.page-header-bar-customer-view {
    height: 65px;
    background-image: url("../img/headerback.png");
    padding-top: 105px;
    padding-left: 275px;
    z-index: 1000;
        border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}


.page-header-bar-customer-view h1 {
    color: #00aab8;
    font-family: 'montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;

}

.page-header-bar-warehouse-view {
    font-size: 0;
    height: 118px;
    background-image: url("../img/headerback.png");
    margin-top: 52px;
    margin-left: 225px;
    z-index: 1000;
    box-sizing:border-box;
    position:relative;
    padding-top: 53px;
    padding-bottom: 20px;
}


.page-header-bar-warehouse-view h1 {
    color: #00aab8;
    font-family: 'montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    padding-left: 30px;
}

.page-header-bar-accounts {
    height: 65px;
    padding-top: 67px;
    padding-left: 275px;
    z-index: 0;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
    position: fixed;
    width: 100%;
    background-color: #e9e9e9;}

.product-location-switch {
    font-size: 2rem;
    position: relative;
    height: 118px;
    line-height: 118px;
    display: inline-block;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    /* position: absolute; */
    top: -53px;
    font-family: montserrat, sans-serif;
    font-weight: 600;
}

a.product-location-switch  {
    text-decoration: none
}

a:hover.product-location-switch   {
    text-decoration:none;
    background-color: #999 !important;
}
a:active.product-location-switch  {
    background-color: #fd8407 !important;

}
.page-header-bar-extra-nav {
    height: 65px;

    background-image: url("../img/headerback.png");
    padding-top: 67px;
    padding-left: 275px;
    z-index: 1000;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}

.page-header-bar-customer-name {
    height: 65px;
    position:fixed;
    top:50px;
    width: 100%;
    background-image: url("../img/headerback.png");
    padding-top: 67px;
    padding-left: 275px;
    z-index: 1;
}

.page-header-bar table {
    margin-left: 0;
    margin-right: 4%;
    width: 87%;
}

.page-header-bar h1 {
    color: #00aab8;
    font-family: 'montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.page-header-bar h1 a {
    color: #9B9B9B;
    font-family: 'montserrat', sans-serif;
    font-size: 22px;
    font-weight: 300;
}

.page-header-bar h1 a:hover {
    color: #00aab8;
    text-decoration: none;
}

.page-header-bar-extra-nav h1 {
    color: #00aab8;
    font-family: 'montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.page-header-bar-accounts h1 {
    color: #00aab8;
    font-family: 'montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.page-header-bar-extra-nav h1 a {
    color: #9B9B9B;
    font-family: 'montserrat', sans-serif;
    font-size: 22px;
    font-weight: 300;
}

.page-header-bar-extra-nav h1 a:hover {
    color: #00aab8;
    text-decoration: none;
}

.page-header-bar-extra-nav h1 img {
    margin-top: -10px
}

.h1nobreak {
    color: #00aab8;
    font-family: 'montserrat', sans-serif;
    font-size: 34px;
    font-weight: 600;
}


.primary_container_customer_view {
    padding-top: 0 !important; /* margin doesn't seem to work in IE7 */
    padding-bottom: 80px !important; /* height of the #site_footer + whatever emulated margin/padding you want before the footer starts */
}

#primary_container_full {
    padding-top: 30px; /* margin doesn't seem to work in IE7 */
    padding-bottom: 80px; /* height of the #site_footer + whatever emulated margin/padding you want before the footer starts */
}

#primary_container_full table {
    margin:0 0 25px 0;
    width: 100%;
}

#primary_container_full table th {
    font-family: 'montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
	text-transform:uppercase;
    color: #fff;
	background-color:#00aab8;

}

.overview th {color:#00aab8 !important;background-color:transparent !important; width:240px;}

.overview-products table {border:0 solid #fff !important}
.overview-products tr {border:0 solid #fff !important; }
.overview-products td {padding:0; border:0 solid #fff !important; }

.table-hover td:hover {background-color: #d9fbff !important;

}

#primary_container_full table th a {

    color: #fff;


}

#primary_container_full table tr:hover {background-color: #d9fbff;

}


#primary_container_full table th.tableextrapadding {
    width:1px;
    /*padding-right:40px;*/
	/*width:30px;
	min-width:30px;*/

}

#primary_container_full table td.tableextrapadding {
    width:1px;
    /*padding-right:40px;*/
    /*width:30px;
    min-width:30px;*/

}

#primary_container_full table th.singlenav {
    padding-right: 79px;
}

.tablepadding table th {width:150px; background-color: #000000;}






.table-sales {
    margin-top: 35px;
	table-layout:fixed;
}

.table-sales thead th {
    vertical-align: middle;
}

.table-sales th {
    border-top: 0 solid #ddd;
    text-align: center;
    background-color: #00aab8;
    color: #fff;
    padding: 8px 15px;

    font-size: 13px !important;}

.table-sales td {
    text-align: center;
    font-size: 14px;
    color: #00aab8;
    font-weight: bold;
}

.table-sales h1 {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    padding: 0;
    line-height: 12px;
}

.table-sales h2 {

    font-size: 18px;
    font-weight: bold;
	margin-bottom:10px;
    color: #fff;
    padding: 0;
    line-height: 12px;
}
.table-sales h3 {

    font-size: 24px;
    font-weight: 100;
	margin-bottom:10px;
    color: #00aab8;
    padding: 0;
    line-height: 12px;
}

.footer_full { /*width: 50%;*/
    /* Set the margin-left and margin-right automatically set */
    /*margin: 0 auto;*/
    padding-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
}



.logoleft {
    width: 40.5%;
    height: 41px;
    text-align: left;
    float: left;
    padding-left: 0.5%;
    background-color: #00aab8;
    padding-top: 15px;
    margin-top: -29px;
}

.logoutright {
    width: 59%;
    height: 52px;
    text-align: right;
    float: right;
    padding-right: 0;
    background-color: #00aab8;
    margin-top: -36px;
    padding-top: 11px;
}

.logoleft-customer-view {
    width: 40.5%;
    height: 41px;
    text-align: left;
    float: left;
    padding-left: 0.5%;
    background-color: #00aab8;
    padding-top: 11px;
    margin-top: 0;
}

.logoutright-customer-view {
    width: 59%;
    height: 44px;
    text-align: right;
    float: right;
    padding-right: 0;
    background-color: #00aab8;
    margin-top: 0;
    padding-top: 8px;
}

#full_width_navigation {
    width: 32px;
    min-width: 32px;
    line-height: 3.2em;
    padding: 1px 5px 0 5px;
    height: 100%;
    background-color: #464646;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 67px;
}

#full_width_navigation hr {
    border-top: 1px solid #595652;
    border-bottom: 0;
    margin: 0;
}

.fullwidthpadding {
    padding-left: 56px;
    padding-right: 0;
    margin-left: 42px;
}

.fullwidthpadding_extra_nav {
    padding-left: 247px !important;
    padding-right: 25px;
}


.fullwidthpadding_min_nav {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 42px !important;
}




.fullwidthpaddingform {
    padding-left: 6%;
    padding-right: 4%;
    padding-top: 10px;
}

.fullwidthpaddingformmenu {
    padding-top: 10px;
}

.fullwidthnopadding {
    position: fixed;
    width: 100%;
    top: 40px;
    z-index: 1001;
}

.customerview {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1001;
}

#fullwidth_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*FULL WIDTH END*/
.partIAN {
    width: 50%;
    height: 50%;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dashwhite {
    color: #fff;
    font-weight: 500;
    text-align: center;
}

a.dashwhite, a.dashwhite:hover {
    color: #fff;
    text-align: center;
}

.leftIAN {
    border-left-width: 0;
    border-left-style: solid;
}

.topIAN {
    border-top-width: 0;
    border-top-style: solid;
}

.colorborderIAN {
    border-color: grey;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(217, 251, 255);
    background-image: none;
    color: rgb(0, 0, 0);
}

.pricing_attention {background-color: rgb(255, 111, 111);
    padding-left: 15px;
    border-radius: 30px;
    color: white;
    margin-right: 60px;
}

.btn-mini {
    padding: 0 15px;
    font-size: 10.5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
    border: none;
}

.btn {
    display: inline-block;
    line-height: 20px;
    color: white;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #00aab8;
    background-image: none;
    border: none;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -moz-box-shadow: none;
    box-shadow: none;
	font-family:'montserrat',sans-serif;
    font-weight:400;
}

.btn:hover {
    background-color: #5d5d5d !important;
    color: white;
}

.btn:active {
    background-color: #5d5d5d;
    color: white;
}

.btn-select {
    display: inline-block;
    line-height: 20px;
    color: white;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    color: #333333;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    font-family:'montserrat',sans-serif;
    font-weight:400;
}
.pi-modal{width:900px;height:500px;left:50%;margin-left: -400px;}
.pi-modal-body{max-height:500px;background: #fff}
.btn-select:hover, .btn-select:focus, .btn-select:active {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
    background-color: #f5f5f5 !important;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)) !important;
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6) !important;
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6) !important;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6) !important;
    background-repeat: repeat-x;
}

.multiselect-container.dropdown-menu a label {
    color: #333333 !important;
}

.multiselect-container.dropdown-menu a:hover label,
.multiselect-container.dropdown-menu a:focus label,
.multiselect-container.dropdown-menu a:active label,
.multiselect-container.dropdown-menu .active a label {
    color: #FFFFFF !important;
}

.btn-topright{
    position:absolute;
    top:135px;
    right:42px;
}
.btn-directory{
    position:absolute;
    top:100px;
    right:42px;
}
.btn-topright2{
    position:absolute;
    top:100px;
    right:42px;
    background-color:red
}
.btn-bupa {
    position: absolute;
    top: 95px;
    right:42px;
}

.btn-aa {
    position: absolute;
    top: 95px;
    right: 220px;
    background-color: #000;
    color:#ffd400;
}

.btn-proposal{
    top:92px;
}

.btn-topright.move {
    right: 262px;
}

.sobtn {
    display: inline-block;
    padding: 9px 12px;
    line-height: 20px;
    color: white;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #3daf2c;
    background-image: none;
    border: none;
    position: absolute;
    top: 129px;
    right: 42px;
    font-family: Montserrat;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -moz-box-shadow: none;
    box-shadow: none;
}

.sobtn:hover {background-color: #5d5d5d;
    color: white;
}

.sobtn:active {background-color: #5d5d5d;
    color: white;
}

button.btn, input[type="submit"].btn {
    margin-left: 20px;
    border-radius: 30px;
    text-transform: lowercase;
}

button.btn.btn-margin-fix, input[type="submit"].btn.btn-margin-fix {
    margin-left: 0;
}

button.btn-round {
    margin: 10px 5px 10px 5px;
    height: 40px;
    border-radius: 5px;
}

.btnsend {
    display: inline-block;
    line-height: 20px;
    color: white;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #23cb2b;
    background-image: none;
    border: none;
    -moz-border-radius: 5px;
    border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -moz-box-shadow: none;
    box-shadow: none;
}

.btnsend:hover {background-color: #5d5d5d;
    color: white;
}

button.btnsend, input[type="submit"].btn {
    margin-left: 0;
    border-radius: 30px;
}

button.btnsend-round {
    margin: 10px 10px;
    height: 40px;
    width: 40px;
    border-radius: 5px;
}

.btnSearch {
    display: inline-block;
    padding: 1px 12px;
    line-height: 26px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #00aab8;
    color: #FFFFFF;
    background-image: none;
    border: 1px solid #FFF4D7;
    -moz-border-radius: 5px;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -moz-box-shadow: none;
    box-shadow: none;
}

.btnSearch:hover {
    background-color: #ffffff;
    color: #00aab8;
}

unleashedsend.btn {
    background-color: #23cb2b;
}

.emulated-round-btn {
    margin: -1px 0 0 10px;
    width: 40px;
    padding: 11px 0 0 0;
    height: 29px;
    border-radius: 5px;
}

.table-h2 {
    margin-left: -8px;
    margin-top: 50px;
    width: 101% !important;}

.noborder {
    border-top: 0 solid #fff;
}

.noborder th {
    border-top: 0 solid #fff;
}

th.noborder {
    border-top: 0 solid #fff;
}

.aabd {
    width: 30px;
    font-size: 12px !important;
    text-align: center;
}

.nonbold {
    font-weight: 100;
    text-shadow: none;
    font-size: 10px;
}

.statbadge {
    display: inline-block;
    text-align: left;
    background-color: rgb(213, 253, 240);
    color: #009966;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
}

.done {
    background-color: #d5ecfc;
    color: #09F;
}

.needswork {
    background-color: #FDECED;
    color: #ff2d36;
}

.customertitle {
    font-size: 32px;
    margin: 25px 0 20px 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
    font-weight: 300;
}

.notehelp {
    margin: 0 0 10px 0;
}

#savebtn {background-color: transparent;
    padding-left: 0
}

.tagbtn {
    font-size: 0.8em;
}

.notetag {background-color: #b4b4b4;
}

.yellow {background-color: #ecbd00 !important;}

.white-text {color: #fff !important;}

.red {background-color: #f00c08 !important;}
.red-text {color: #f00c08 !important;}
.red-text a:hover, a:focus, a:active, a:visited, a:link{
    text-decoration: none;
}

.blue {background-color: #024a94 !important;}
.blue-text {color: #024a94 !important;}

.cyan {background-color: #00aeef !important;}
.cyan-text {color: #00aeef !important;}
.cyan-text a:hover, a:focus, a:active, a:visited, a:link{  text-decoration: none;}

.light-cyan {background-color: #55e1ec !important;}
.light-cyan-text {color: #55e1ec !important;}
.light-cyan-text a:hover, a:focus, a:active, a:visited, a:link{
    text-decoration: none;
}

.navy {background-color: #000080 !important;}

.rose {background-color: #ff004d !important;}
.rose-text {color: #ff004d !important;}

.light-rose{background-color: #f36d6f !important;}
.light-rose-text{color: #f36d6f !important;}

.orange {background-color: #fd8407 !important;}
.orange-text {color: #fd8407 !important;}
.orange-text a:hover, a:focus, a:active, a:visited, a:link{
    text-decoration: none;
}


.orange-link {font-family:'montserrat', sans-serif;}
.orange-link img {margin-bottom:50px;}

.orange-link a {  color:#fd8407 !important;	font-family:'montserrat', sans-serif;	font-size:45px;	font-weight:bold;}

.orange-link a:hover{ color:#777777 !important;    text-decoration:none;}

h4.orange-link a{font-size:17px; vertical-align:middle;}

.light-teal {background-color: #77cfd6 !important;}

.teal {background-color: #00aab8 !important;}
.teal-text {color: #00aab8 !important;}

.teal-text a:hover, a:focus, a:active, a:visited, a:link{
    text-decoration: none  !important;
}

.teal-link {    font-family:'montserrat', sans-serif;}
.teal-link img {margin-bottom:50px;}
.teal-link a {   color:#00aab8;	font-family:'montserrat', sans-serif;	font-size:45px;	font-weight:bold;}
.teal-link a:hover{    color:#777777;    text-decoration:none;}

.white-link {    font-family:'montserrat', sans-serif;}
.white-link img {margin-bottom:50px;}
.white-link a {   color:#FFF !important;	font-family:'montserrat', sans-serif;	font-size:45px;	font-weight:bold;}
.white-link a:hover{    color:#ffffff75  !important;    text-decoration:none;}

.lime {background-color: #6bc04b !important;}
.lime-text {color: #6bc04b !important;}

.limetext {color: #6bc04b;	font-family:'montserrat',sans-serif;	text-transform:uppercase;}
.limetext a {    color: #6bc04b;	font-family:'montserrat',sans-serif;	text-transform:uppercase;}
.limetext a:hover {    text-decoration:none;}

.lime-link {    font-family:'montserrat', sans-serif;}
.lime-link img {margin-bottom:50px;}
.lime-link a {   color:#6bc04b !important;	font-family:'montserrat', sans-serif;	font-size:45px;	font-weight:bold;}
.lime-link a:hover{    color:#777777 !important;    text-decoration:none;}

.redtext {color: red;font-family:'montserrat',sans-serif;text-transform:uppercase;}
.redtext a {   color: red;	font-family:'montserrat',sans-serif;	text-transform:uppercase;}
.redtext a:hover {    text-decoration:none;}

.gray{background-color: #959595 !important;}
.gray-text{color: #959595 !important;}

.med-gray{background-color: #b7b7b7 !important;}
.med-gray-text{color: #b7b7b7 !important;}

.light-gray{background-color: #eaeaea !important;}
.light-gray-text{color: #eaeaea !important;}

.burgundy {background-color: #560001 !important;}

.purple {background-color: #8a1a9c !important;}
.purple-text {color: #8a1a9c !important;}

.forest {background-color: #019207 !important;}

.emerald {background-color: #00C957 !important;}
.emerald-text {color: #00C957 !important;}

.gold {background-color: #857650 !important;}

.augold {background-color: #fccc00 !important;}

.augold-text {color: #fccc00 !important;}

.medium-purple {background-color: #AB82FF !important;}

.narrow {
    width: 115px ! important;}

/* END Sandbox CSS */

.products-features-benefits-list {
    width:892px !important;
    display: inline-block;
    table-layout: fixed;
    margin-left: 160px;
}

.products-features-benefits-list textarea {
    width: 400px;
    height: 5em;
    resize: none;
}

.products-features-benefits-list tr td:nth-child(3){
    vertical-align: middle;
}

.products-features-benefits-list.feature-only {
    width: 461px !important;
}

.products-features-benefits-list.feature-only tr th:nth-child(2), .products-features-benefits-list.feature-only tr td:nth-child(2){
    display: none !important;}

.products-features-benefits-list.feature-only + .feature-benefit-button {
    width: 590px;
}

.feature-benefit-button > .btn {
    float: right;}


/* Bootstrap tweaks */
.form-horizontal .control-label {
    text-align: left;}

.alert ol {
    margin-bottom: 0;
}

.google-map img {
    max-width: none;
}

.modal form {
    margin: 0;
}

.modal-footer {background-color: #f8f8f8;
}

.force-left-modal-footer-planner{position:absolute;left:8px}
.force-second-left-modal-footer-planner{position:absolute;left:25px}

.modal.modal-large {
    width: 900px;
    margin-left: -450px;
}
.modal-table th{background:#00aab8;color:#fff !important}
.modal-large .modal-body {
    max-height: 500px;
}

.modal-large .modal-body.with-typeahead {
    overflow-y: inherit;
}

[data-toggle="popover"] {
    cursor: pointer;
}

.modal table th {
    font-family: 'montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
	text-transform: uppercase;
    color: #00aab8;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    background-color: #00aab8;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
    font-weight: 100;
}

.modal-header h3 {
    font-weight: 100;
    font-size:20px;
    color:#fff
}
.modal-header h4 {
    font-weight: 100;
    font-size:20px;
}
.modal_subsection{background-color:#00aab8;color:white; padding:15px;}

.modal_subsection h4 {
    color: white;
    line-height: 10px;
    margin: 0;
    font-weight: 400;
}

.modalsubtitle {
    font-size: 18px;
    font-weight: 100;
    color: #eaeaea;
}

.modal-subheader {
    border-bottom: #eaeaea 1px solid;
    top: -20px;
    margin: -20px -15px 0 -20px;
    padding: 5px 0 10px 20px;
    height: 52px;
}

.modal-subbody {
    border-top: 1px solid #eaeaea;
    margin: 0 -0px 20px 0;
    padding: 20px 0 0 15px
}

.modal-label     {font-family: 'montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00aab8;}

/* Clases relying on HTML5 Boilerplate and Modernizr html class presence */
.no-js .show-js {
    display: none;
}

.js .show-js {
    display: table-cell;
}

.js .hide-js {
    display: none;
}

#primary_container {
    padding-top: 30px; /* margin doesn't seem to work in IE7 */
    padding-bottom: 200px; /* height of the #site_footer + whatever emulated margin/padding you want before the footer starts */
}

/* Region alert for the admin panel */
#roof_region {
    height: 40px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
}

#roof_region p {
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
}

#roof_region.region-au {background-color: #FFDE00;
}

#roof_region.region-nz {background-color: #000;
}

/*TEST*/
#roof_box {
    display: none;
    font-size: 18px;
    height: 55px;
    line-height: 56px;
    position: fixed;
    text-align: center;
    top: 12px;
    left: 25%;
    clear: both;
    width: 50%;
    z-index: 1039;
    -moz-box-shadow: 0 3px 3px -2px #cdcdcd;
}

.roof-submit {
    color: #ffffff;
    cursor: pointer;
}
.roof-customer-view {top:-3px !important;}
.roof-link {background: #CCF url('../img/ok-blue.png') 97% 50% no-repeat;
    color: #ffffff;
    cursor: pointer;
}

#right {
    text-align: right;}

#header-ian {
    height: 50px;
    width: 100%;
    clear: both;
    text-align: center;
    position: static;
    z-index: 1;
    -webkit-box-shadow: 0 3px 3px -2px #cdcdcd;
    -moz-box-shadow: 0 3px 3px -2px #cdcdcd;
    box-shadow: 0 3px 3px -2px #cdcdcd;
}

#logo_line2 {
    margin-top: 1em;
    margin-bottom: 0em;
    text-align: center;
}

#header940 {
    width: 940px;
    text-align: center;
    margin: 0 auto;
}

#logo_line {
    margin-bottom: 0;
    border-bottom: 0 solid #e3e3e3;
}

#header_logo {
    text-align: left;
    margin-bottom: 20px;
}

.hoop-logo {
    height: 37px;
    margin-left: 15px;
    width: 250px;
}

#account_info {
    text-align: left;
    border-bottom: 0 solid #111;
    padding-bottom: 1em;
}

#account_info h1 {
    color: #00aab8;
    font-size: 16px;
    font-weight: 600;
    line-height: 2em;
}

#account_info h2 {
    color: #00aab8;
    font-size: 22px;
    font-weight: 600;
    line-height: 2em;
}

#account_info p {
    font-size: 13px;
}

#account_info em {
    color: #aaa;
    font-style: normal;
    line-height: 1.3em;
}

table.adminonly {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 15px;
}

table.adminonly td {
    padding: 0 0 5px 5px;
}

#contacts table {
    width: 100%;
}

#contacts th {
    text-align: left;}

#contacts .icon-remove:hover {
    cursor: pointer;
}

.heading-with-buttons .admin-heading {
    float: left;
}

.logout {
    color: #00aab8;
}

.logout:hover {
    text-decoration: none;
}

.logout img {
    margin-right: 15px;
}

.inline-image-list {
    margin: 0;
    padding: 0;
}

.inline-image-list li {
    display: inline;
}

.page-header h1 {
    font-size: 24px;
    font-weight: 400;
}

time.toptime {
    border-bottom: 3px solid #ff8400;
}

.controls3 {
    *display: inline-block;
    *padding-left: 60px;
    margin-left: 80px;
    margin-top: 0;
    *margin-left: 0
}

.control-group3 {
    margin-bottom: 0;
    *zoom: 1
}

.extra_nav{padding-left:150px;margin:0;border-bottom:0 solid #00aab8;background-color:#c9f4f9}

.admin-section-extra-nav-selection {padding:25px 0 25px 55px; color:#00aab8;font-family:montserrat, sans-serif;font-size:12px;}
.admin-section-extra-nav-selection li{padding:0 0 15px 0; color:#00aab8;font-family:montserrat, sans-serif;font-size:16px;text-align:left; font-weight:bold;}
.admin-section-extra-nav-selection li a{color:#00aab8;}
.admin-section-extra-nav-selection li a:hover{color:#777;text-decoration:none;}
.admin-section-extra-nav-selection ol{list-style-position:inside;margin:0;}

.admin-section-extra-nav {
    margin-bottom: 25px;
    margin-top: 0;
	padding:25px;
    background-color: white;
    border: 1px solid #dddddd;
}

h3.admin-section-extra-nav {background-color: #ecf8fa;
    color: #00aab8;
    font-weight: bold;
    padding: 0 0 0 23px;
	font-size:14px;
	font-family:'montserrat', sans-serif;
    margin: 0;
    border-bottom: 0;
}

/*.admin-header-extra-nav a {
    color: #d9d9d9;
    font-weight: bold;
    font-size:12px;
    font-family:'montserrat', sans-serif;
}*/

.admin-header-extra-nav a {
    color: #c0e3e7;
    font-weight: bold;
    font-size: 10px;
    font-family: 'montserrat', sans-serif;
}

.admin-header-extra-nav a:hover {
    color: #c9f4f9;
    text-decoration:none;
}

.admin-section-extra-nav-padding {padding:25px 0 25px 25px; border:1px solid #dddddd; color:#00aab8;font-family:montserrat, sans-serif;font-size:12px;background-color: #fff;}
.admin-section-accounts {padding:0px 0px}
.admin-section-site-moving{padding:0px 38px}
/*.admin-header-extra-nav {
    font-size: 16px;
    font-family: montserrat, sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #999;
    padding: 0 00px 0 25px;
    border-radius: 0;
    border-bottom: 0 solid #00aab8;
    border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
    color: #fff;
    line-height: 36px;
    margin-right: 0;
}*/

.admin-header-extra-nav {
    font-size: 11px;
    font-family: montserrat, sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #00aab8;
    padding: 0 00px 0 11px;
    border-radius: 7px 7px 0px 0px;
    border-bottom: 0 solid #00aab8;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    color: #ffffff;
    line-height: 28px;
    margin-right: 0;
    text-transform: uppercase;
}

.span6-header {
    font-size: 16px;
    font-family: montserrat, sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #999;
    padding: 0 00px 0 56px;
    border-radius: 0;
    border-bottom: 0 solid #00aab8;
    color: #fff;
    line-height: 36px;
    margin-right: 0;
}


.admin-section-extra-nav > h2 {
    font-size: 16px;
	font-family:montserrat, sans-serif;
    font-weight: 400;
	margin-top:0;
    margin-bottom: 0;
    background-color: #999;
    display: inline-block;
    padding: 0 00px 0 56px;
	border-radius: 0;
    border-bottom: 0 solid #00aab8;
    width: 100%;
    color: #fff;
}

.admin-header {
    font-size: 16px;
    font-family: montserrat, sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 42px;
    background-color: #999;
    padding: 0 00px 0 56px;
    border-radius: 0;
    border-bottom: 0 solid #00aab8;
    color: #fff;
    line-height: 36px;
    margin-right: 0;
}

.singlenav {margin-left:82px !important;}
table.singlenav {margin-left:42px !important}

.admin-section {
    padding: 0 56px 25px 21px;
    margin: 15px 0 0 35px;
}

.admin-section:last-child {
    border-bottom: none;
}

.admin-section > h1,
h1.admin-heading {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: .75em;
    background-color: #00aab8;
    display: inline-block;
    padding: 0 20px 0 20px;
    border-radius: 0;
    color: #ffffff;
}

.admin-section > h2
 {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: .75em;
    background-color: #999;
    display: inline-block;
    border-radius: 0;
    border-bottom: 0 solid #00aab8;
    width: 100%;
    color: #00aab8;
}




h2.admin-heading a {
    color: #6A6A6A;
	font-size: 19px;
    font-weight: 400;
    margin-bottom: .75em;
    background-color: #999;
    display: inline-block;
    border-radius: 0;
    border-bottom: 1px solid #00aab8;
    width: 100%;

}

h2.admin-heading a:hover {
    color: #00aab8;
    text-decoration: none;
}

.admin-section h2 a {
    color: #9B9B9B;
    font-weight: 100;
}

.admin-section h2 a:hover {
    color: #00aab8;
    text-decoration: none;
}

.admin-section2 {
    margin-bottom: 1.5em;
    background-color: #fedfbf;
    margin-top: 10px;
    width: 50%;
    float: left;}

.admin-section2:last-child {
    border-bottom: none;
}

.admin-section2 > h1,
h1.admin-heading2 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: .75em;
    background-color: #00aab8;
    display: inline-block;
    padding: 0 20px 0 20px;
    border-radius: 0;
    color: #ffffff;
}

.admin-section2 > h6,
h6.admin-heading {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: .75em;
    background-color: #00aab8;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    border-radius: 0;
    color: #ffffff;
}

.admin-section3 {
    margin-bottom: 1.5em;
    background-color: #fedfbf;
    margin-top: 10px;
    width: 48%;
    float: right;
    z-index: 10;
    position: relative;
}

.admin-section3:last-child {
    border-bottom: none;
}

.admin-section3 > h1,
h1.admin-heading2 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: .75em;
    background-color: #00aab8;
    display: inline-block;
    padding: 0 20px 0 20px;
    border-radius: 0;
    color: #ffffff;
}

.admin-section3 > h6,
h6.admin-heading {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: .75em;
    background-color: #00aab8;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    border-radius: 0;
    color: #ffffff;
}

.btnNEW {background: #fd8207;
    background-image: -webkit-linear-gradient(top, #fd8207, #ff8400);
    background-image: -moz-linear-gradient(top, #fd8207, #ff8400);
    background-image: -ms-linear-gradient(top, #fd8207, #ff8400);
    background-image: -o-linear-gradient(top, #fd8207, #ff8400);
    background-image: linear-gradient(to bottom, #fd8207, #ff8400);
    border-radius: 6px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btnNEW:hover {background: #a3a3a3;
    background-image: -webkit-linear-gradient(top, #a3a3a3, #666666);
    background-image: -moz-linear-gradient(top, #a3a3a3, #666666);
    background-image: -ms-linear-gradient(top, #a3a3a3, #666666);
    background-image: -o-linear-gradient(top, #a3a3a3, #666666);
    background-image: linear-gradient(to bottom, #a3a3a3, #666666);
    text-decoration: none;
}

/* Generic notes */
.notes h4 {
    margin-bottom: .5em;
}

.notes ul {
    margin: 0 0 1em;
    max-height: 400px;
    overflow-y: scroll;
}

.notes ul li {
    list-style: none;
}

.notes time {
    color: #ccc;
    display: block;
    font-family: monospace;
    font-size: .9em;
}

/* Customer account notes */
.customer-notes {
    list-style: none;
    margin: 0;
    padding: 0;
}

.customer-notes li {
    font-size: 12px;
    margin-bottom: 1em;
}

.customer-notes .meta {
    color: #999;
    display: block;
    font-style: italic;
}

.customer-notes time {
    color: #808080;
    display: block;
    font-weight: 500;
}

.block-note {
    color: #F00;
    font-size: 12px;
    margin: .5em 0;
}

/* START DEPRECATED */
.products {
    width: 100%;
}

.products td {
    padding: .75em 1em .75em 0;
}

.products .item-thumbnail {
    width: 80px;
}

.products .pack-thumbnail {
    width: 80px;
}

.products .item-details {
    width: 35%;
}

.products .item-price {
    text-align: left;}

.products .item-quantity {
    text-align: right;}

.products .primary {
    font-size: 14px;
    font-weight: 700;
}

.products .secondary {
    font-size: 12px;
}


/* END DEPRECATED */

.dispenser-row {
    margin-bottom: 1.5em;
    margin-left: 20px
}

.products-v2 {
    color: #444;
    width: 100%;
}

.products-v2 tr {
    border-bottom: 1px solid #ccc;
}

.products-v2 th, td {
    padding: .5em .5em;
}

.products-v2 th {
    color: #00aab8;
    font-size: 16px;
    text-align: left;}

.products-v2 th.text-center {
    text-align: center;
}

.products-v2 .primary {
    font-size: 15px;
}

.products-v2 .emphasis {
    font-weight: 700;
}

.products-v2 small {
    color: #667;
}

hr.divider {
    border-top: 2px solid #111;
    margin: 2em 0;
}

hr.divider:last-child {
    display: none;
}

.expandables {
    margin-bottom: 1.5em;
}

.expandables .segment {
    margin-bottom: 10px;
}

.expandables .expandable-body {
    display: none;
}

.expandables .expandable-body table:first-child {
    margin-bottom: 1em;
}

.view-bar {background-color: #e6e7e8;
    color: #111;
    display: block;
    margin-bottom: 10px;
}

.view-bar.view-bar-success {background-color: #EDFFEE;
}

.view-bar.view-bar-warning {background-color: #faddbe;
}

.action-bar {background-color: #e3e3e3;
    color: #00aab8;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 10px;
}

.action-bar:hover {
    color: #00aab8;
    background-color: #c9f4f9;
}

.view-bar .pk, .action-bar .pk {
    line-height: 50px;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 56px;
    white-space: nowrap;
}

.view-bar .cell, .action-bar .cell {
    line-height: 50px;
    font-size: 13px;
    overflow: hidden;
    padding: 10px 56px;
    white-space: nowrap;
}

.bar-icons {
    margin: 0;
    padding: 0;
    text-align: right;}

.bar-icons li {
    display: inline;
    margin-left: .5em;
}

.bar-icons li:first-child {
    margin-left: 0em;
}

.bar-icons .circle {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 40px;
}

/* Dynamic Notes Widget */
.notes-widget {
    margin-bottom: 1.5em;
}

.notes-widget .icon-remove,
.remove-note {
    background-position: 0;
    background-size: 18px;
    height: 18px;
    width: 18px;
    background-image: url(../img/icons/icon_trash.png);
    cursor: pointer;
}

.notes-widget .icon-remove:hover,
.remove-note:hover {
    background-position: 0;
    background-size: 18px;
    height: 18px;
    width: 18px;
    background-image: url(../img/icons/icon_trash2.png);
}

.emulated-form {
    margin-bottom: 1em;
    background-color: #fff;
}




/*nav_menu-FW */
    .nav-icons{text-align: center !important;
    font-size: 24px;
    padding-top: 7px;
color: #b1b1b1}

.nav-icon-admin{text-align: center !important;
    font-size: 28px;
    padding-top: 3px;
color: #b1b1b1}

#nav-primary {
    position: fixed;
    z-index: 1;
    top: 67px;
    left: 41px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    font-family: open sans, sans-serif;
    background-color: #6e6e6e;
}

#nav-primary a {
    line-height: 1.5em;
    display: block;
    padding: .5em 1.5em .5em 1em;
    text-decoration: none;
    color: #fff;
    font-weight: 200;
    border-color: #5e5e5e;
}

#nav-primary a:hover {
    transition: .5s;
    color: #fff;
    height: auto;
    background-color: #5d5d5d
}

#nav-primary h3 {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin: 0;
    cursor: pointer;
    transition: none;
    text-indent: -99999px;
    background: url(../img/ui-elements.png) no-repeat -9px -10px;
    width: 40px;
    height: 40px
}

#nav-primary.expanded {
    width: auto;
    min-height: 900px;
    height: 100%;
    margin: 0 0 60px -24px;
}

#nav-primary.expanded h3 {
    display: none;
    padding: 0;
    background: url(../img/ui-elements.png) no-repeat -59px -10px;
    width: 40px;
    height: 40px
}

#nav-primary ul {
    padding: 0;
    border: none;
    background-color: #6e6e6e;
    width: 180px
}

#nav-primary li.nav-current {
    border-bottom-width: 0
}

#nav-primary li.nav-current a {
    cursor: not-allowed;
    pointer-events: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: alpha(opacity=100)
}

#nav-primary.expanded li.nav-current a {
    opacity: .5
}

#nav-primary li {
    list-style: none;
    text-align: left
}

#nav-primary.nav-dashboard {
    z-index: 10001;
    position: fixed;
    left: 0;
    background-color: #464646;
}

#nav-primary.nav-dashboard ul {
    padding: 0;
    border: none;
    background-color: #464646;
    width: 225px;
}

#nav-primary.nav-dashboard a {
    line-height: 2.4em;
    border-bottom: solid 0 #5d5d5d;
    height: 32px;
}

#nav-primary.nav-dashboard a:hover {
    transition: .5s;
    color: #fff;
    height: 32px;
    background-color: #5d5d5d;
}

#nav-primary.nav-dashboard.expanded {
    margin: 0 0 60px -25px;
}

#nav-primary.expanded + .fullwidthpadding_extra_nav {
    padding-left: 222px;
}
#nav-primary:not(.expanded) + .fullwidthpadding_extra_nav {
    padding-left: 42px;
}
#nav-primary.nav-dashboard img {
    height: 34px;
    padding: 0;
    margin: -4px 10px -4px -7px;
    border: solid 0;
}

#nav-primary.nav-dashboard hr {
    margin: -1px 5px -1px 5px;
    border: 0;
    border-bottom: 1px solid #5d5d5d;
}
#nav-primary.nav-customer-view {
    z-index: 1040;
    position: fixed;
    left: 0;
	top:52px;
    background-color: #464646;
}

#nav-primary.nav-customer-view ul {
    padding: 0;
    border: none;
    background-color: #464646;
    width: 225px;
}

#nav-primary.nav-customer-view a {
    line-height: 2.4em;
    border-bottom: solid 0 #5d5d5d;
    height: 32px;
}

#nav-primary.nav-customer-view a:hover {
    transition: .5s;
    color: #fff;
    height: 32px;
    background-color: #5d5d5d;
}

#nav-primary.nav-customer-view.expanded {
    margin: 0 0 60px -25px;
}

#nav-primary.nav-customer-view img {
    height: 34px;
    padding: 0;
    margin: -4px 10px -4px -7px;
    border: solid 0;
}

#nav-primary.nav-customer-view hr {
    margin: -1px 5px -1px 5px;
    border: 0;
    border-bottom: 1px solid #5d5d5d;
}

.metric-row {
    margin-bottom: 1.5em;
}

#account_pipeline {
    text-align: center;
}

#account_pipeline p {
    color: #667;
    font-size: .9em;
    padding-top: 10px;
}

#account_pipeline p.blue {
    color: #09F;
}

#account_pipeline p.arrow-text {color: #999;
}

#account_pipeline img {
    max-width: 40px;
}

tr.customer_care {background-color: #e8ffeb;
}

tr.vworkapp th {background: transparent url('../img/vworkapp17x17.png') no-repeat 5px 10px;
    padding-left: 27px;
}

/* Wrapper for header, body and footer to push footer to bottom of content */
#wrapper {
    min-height: 100%;
    position: relative;
}

#site_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 130px;
    background-color: #43464f;
    padding-top: 1.5em;
    border-top: 12px solid #00aab8;
}

#site_footer_BACKUP {
    background-color: #43464f;
    margin: 3em 0 0;
    padding-top: 1.5em;
    text-align: left;
    border-top: 12px solid #00aab8;
    width: 100%;
}

#site_footer img {
    margin-bottom: 1em;
}

#site_footer h {
    font-size: 12px;
    display: block;
    padding: 20px 0 20px;
}

#site_footer p {
    color: #ffffff;
    font-size: 11px;
    margin-bottom: .5em;
    line-height: 1.6em;
}

#site_footer a {
    color: #00aab8;
}

#site_footer a:hover {
    text-decoration: none;
}

#site_footer li {
    list-style: none;
    font-size: 12px;
    line-height: 20px;
}

/* Useful background colours */
.bg-one {
    background-color: floralWhite;
}

.bg-two {
    background-color: aliceBlue;
}

.bg-three {
    background-color: whiteSmoke;
}

/**
 * Misc utility classes
 */
.list-unstyled {
    margin-left: 0;
}

.list-unstyled li {
    list-style: none;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.ajax-spinner {
    margin: 0 0 1em;
}

.simpleboxasdasdfasdas {
    outline: none;
    border: none !important;
    box-shadow: none !important;}

.less-opaque {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

input[readonly].display-label{
    background-color:transparent;
    border: 0;
    font-size: 1em;
    cursor: pointer;
}

input.number {
    max-width: 60px;
}

.text-center {
    text-align: center;
}

.text-error {
    color: red;
}

.text-muted {
    color: #ccc;
}

.circle {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.circle-success {background-color: #468847;
}

.circle-warning {background-color: #fc3;
}

.circle-danger {background-color: #b94a48;
}

.circle-info {background-color: #3a87ad;
}

.success-hoop {background-color: #468847;
}

.success-hoop a {
    color: #fff;
}

.warning-hoop {background-color: #f89406;
}

.warning-hoop a {
    color: #fff;
}

/**
 * Pill-like items
 * (originally to show service points for customer)
 */
.pill-list {
    list-style: none;
    margin-left: 0;
}

.pill-list .pill {
    border-radius: 0;
    display: inline-block;
    line-height: 40px;
    margin-right: 1em;
    MARGIN-BOTTOM: 15px;
    padding: 0 1em;
    position: relative;
}

.pill-list .pill-disabled {background-color: #eee;
    color: #cdcdcd;
}

.pill-list .pill-style-1 {background-color: #6E6E6E;
    color: #D6D6D6;
}

.pill-list .close {
    line-height: 40px;
    margin-left: .5em;
}

/* Pill headings */
h2.pill, h3.pill {
    display: inline-block;
    font-weight: 400;
}

h2.pill {
    font-size: 18px;
}

h3.pill {
    font-size: 12px;
}

h2.pill-style-1, h3.pill-style-1 {
    background-color: #F9E8D4;
    color: #00aab8;
    font-weight: bold;
    padding: 0 0 0 1%;
    width: 99%;
}

h2.pill-style-2, h3.pill-style-2 {
    background-color: #FAA41A;
    border-radius: 30px;
    color: #fff;
    padding: 0 1em;
}

h2.pill-style-3, h3.pill-style-3 {
    background-color: #0B8140;
    border-radius: 30px;
    color: #fff;
    padding: 0 1em;
}

/* Override display inline-block on selects for dynamic dispenser service inputs */
#installed_equipment select.hidden {
    display: none;
}

/* Need to indicate that certain service point pills can be clicked on to rename them */
#service_points > .pill:hover {
    cursor: pointer;
    text-decoration: underline;
}

#installed_equipment .service-point-installations h3.pill:hover {
    cursor: pointer;
    text-decoration: underline;
}


#customer_dispenser_service_setup_modal .control-group {
    margin-bottom: 10px;
}

/* Override display inline-block on selects for dynamic dispenser service inputs */
#customer_dispenser_service_setup_modal .service-week.hidden {
    display: none;
}

#reports_index .repeatable-row {
    margin-bottom: 10px;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1
}

.form_no_margin {
    margin: 0;
}

.menuoptions {
    display: inline-block;
    background-color: #464646;
    width: 10%;
    border: 0 solid #ccc;
    margin: 0 0 0 0;
    padding: 0;
    float: left;
    text-align: center;
}

.menubar {
    display: inline-block;
    background-color: #464646;
    height: 99px;
    width: 100%;
    border: 0 solid #ccc;
    margin: 0 0 0 0;
    padding: 0;
    float: left;
    text-align: center;
}

.menubar img {
    max-width: 100%;
    max-height: 100%;
}

.menuproducts {
    display: inline-block;
    width: 50%;
    border: 0 solid #ccc;
    margin: 0 0 15px 0;
    padding: 0;
    float: left;
    text-align: center;
}

.fullwidth {
    display: inline-block;
    width: 100%;
    border: 0 solid #ccc;
    margin: 0 0 0 0;
    padding: 0;
    float: left;
    text-align: center;
}

#fixwrapper {
    min-height: 100%;
    position: relative;
}

#fixheader {background: #ededed;
    padding: 10px;
}

#fixcontent {
    padding-bottom: 100px;
}

#fixfooter {
    width: 100%;
    bottom: 0;
    left: 0;
}

/**
 * Plugin CSS
 */

.ui-timepicker-select {
    width: auto;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 422px;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion:hover {background-color: #0097cf;
    color: #fff;
    cursor: pointer;
}

.tt-suggestion p {
    margin: 0;
}

tr.task_new {
    background-color: #fff1e1;
}

tr.task_in_progress {
    background-color: #fff;
}

tr.task_complete {
    background-color: #eaffde;
}

tr.task_cancelled {
    background-color: #E0E0E0;
}

tr.install_Requested {
    background-color: #fff1e1;
}

tr.install_Booked {
    background-color: #fff;
}

tr.install_Completed {
    background-color: #fff;
}
tr.install_Installed {
    background-color: #fff;
}
tr.install_Cancelled {
    background-color: #E0E0E0;
}

tr.orders_complete {
    background-color: #efefef;
}
tr.orders_:hover {
    background-color: #c9f4f9;
}
tr.orders_onhold {
    background-color: #fad1d1;
}
tr.orders_backorder {
    background-color: #FFBD7A;
}
tr.orders_backorder_not_mine {
    background-color: #fd8407;color:#fff
}
tr.orders_backorder_not_mine:hover {
    color:#333;
}
tr.orders_future {
    background-color: #c9ffd8;
}

td.install a {
    display: block;
    color: #000000;
}

td.install a:link {
    display: block;
    color: #000000;
}

td.install a:visited {
    display: block;
    color: #000000;
}

td.install a:hover {
    display: block;
    color: #646464;
    text-decoration: none;
}

.breadcrumb {
    list-style: none;
    color: #fff;
	font-family: 'lato', sans-serif;
	font-weight:800;
	background-color:#c5c5c5;
	border-top:0 solid #999;
	margin:0;
	padding:0 0 0 56px;
	text-shadow:0 0 0 #fff;
	border-radius:0;
}

.breadcrumb>li {
    display: inline-block;
    text-shadow:0 0 0 #fff;
}
.breadcrumb>.active {
    color: #f9f9f9;
	 text-shadow:0 0 0 #fff;
}

.cardstyle {background-color: #fff;border:1px solid #dddddd;}
.buttons {
        position: absolute;
        display: inline-block;
        top: 131px;
        right: 25px;
        z-index: 11;
    }
.customerbuttons {
    position: absolute;
    display: inline-block;
    top: 27px;
    right: 25px;
    z-index: 11;
}

.nav-inline {
    list-style: none;
    color: #fff;
	background-color:#c5c5c5;
	border-top:0 solid #999;
	margin:0;
	padding: 10px 0 0 25px;
}

.nav-inline li {
    display: inline-block;
    font-size: 1.25em;
    font-weight: 700;
    margin-right: 20px;
}

.nav-inline li.active a {
    color: #00aab8;
}

.nav-inline a {
    color: #f9f9f9;
}

.nav-inline a:hover {
    color: #00aab8;
    text-decoration: none;
}

#primary_container_full .nav-inline {
    margin-left: 0;
}

#primary_container_full .nav-inline li a {
    text-transform: uppercase;
}

#primary_container_full .container-fluid {
    margin: 0 0 0 42px;
    padding: 0;
}

#primary_container_extra_nav .container-fluid {
    margin: 0 0 0 225px;
    padding: 0;
}

.pagination {
    padding-left: 6%;
}

.customercategory {
    color: #00aab8;
}

h4.customercategory {
    color: #fff;
    background-color: #00aab8;
    font-size: 11px;
    width: 12%;
    border-radius: 50px;
    height: 25px;
    margin: -12px 0 0 0;
    padding-left: 275px;
    padding-top: 5px;
    text-transform: uppercase;
    font-family: montserrat, sans-serif;
    font-weight: 300;
}

.customercategoryconsumable_washroom {
    color: #3DAA16;
}

h4.customercategoryconsumable_washroom {
    color: #fff;
    background-color: #3daa16;
    font-size: 11px;
    width: 12%;
    border-radius: 50px;
    height: 25px;
    margin: -12px 0 0 0;
    padding-left: 275px;
    padding-top: 5px;
    text-transform: uppercase;
    font-family: montserrat, sans-serif;
    font-weight: 300;
}

hr.customercategory {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

hr.customersection {
    border: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    clear: both;
}

tr.upsell {
    background-color: #d9fbff;
}

.filter {
    background-color: #F5f5f5;
    margin-bottom: 25px;
    padding: 20px 0 13px 25px;
    border: 1px solid #dddddd;
}

.selected-actions {
    background-color: #abebf1;
    margin-bottom: 0;
    padding: 15px 0 13px 56px;
}

#submitnotes.btn {
    margin-left: 56px;
    width: 91%;
    height: 55px;
}

.badge {
    border-radius: 4px;
}

.badge-important {
    background-color: #a31311;
}

.callmodalmain {
    display: flex;
    margin-bottom: -15px;
}

.callmodalcolumnleft {
    flex: 4;
    width: 65%;
    padding: 15px 0 15px 0;
    border: 0 solid #00aab8;
}

.callmodalcolumnright {
    flex: 2;
    width: 30%;
    padding: 15px 0 0 0;
    border: 0;
    margin: 0 -15px -15px 0;
    overflow: hidden;
    min-height: 385px;
}

.callmodalleft {
    float: left;
    width: 65%;
    clear: left;
}

.callmodalcontrol {
    float: left;
    width: 100%;
    clear: left;
    padding-bottom: 10px;
}

.callmodalcolumnleft h4 {
    color: #00aab8;
    padding: 15px 0 10px 0;
    border-top: 1px solid #eaeaea;
}

.callmodalcolumnleft h3 {
    color: #00aab8;
}

.callmodalright {
    width: 30%;
    float: right;
    display: table-row;
    background-color: red;
    vertical-align: top;
    clear: both;
}

h4.callmodal {
    color: #00aab8;
}

.tags_div, .tags_div_telemarketer, .tags_div_marketing {
    border-left: 0 solid #eaeaea;
    padding-left: 25%;
}

.pageheaderDASH {
    margin-top: 85px;
}

.dashboardpadding {
    margin-bottom: 1.5em;
    margin-top: 20px;
    margin-left: 185px
}

.dashboardpadding > h1,
h1.dashboardpadding {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: .75em;
    background-color: #00aab8;
    display: inline-block;
    padding: 0 20px 0 20px;
    border-radius: 0;
    color: #ffffff;
}

.thirdparty {
    clear: both;
    padding-bottom: 25px;
    padding-top: 50px;
}

.thirdpartyleft {
    float: left;
    padding-right: 65px;
}

.thirdpartyright {
    border-left: 1px solid #d5d5d5;
    padding-top: 14px;
    margin-left: 148px;
}

.thirdpartyright > h1,
h1.thirdpartyright {
    font-family: montserrat, sans-serif;
    font-size: 122px;
    font-weight: 700;
    color: #00aab8;
    padding: 0 0 12px 0;
    border-radius: 0;
}

.thirdpartyright > h2,
h2.thirdpartyright {
    font-size: 20px;
    font-weight: 300;
    color: #00aab8;
    padding: 3px 0 0 32px;
    border-radius: 0;
}

h3.pricelist {
    color: #fff;
    font-size: 16px;
    background-color: #999;
    font-family: 'montserrat',sans-serif;
    padding: 0 0 0 10px;
    margin: 0;
    font-weight: 400;
	line-height: 36px;
}

h3.pricelist a{
    color: #fff;
    font-size: 12px;
    background-color: #999;
    font-family: 'montserrat',sans-serif;
    margin: 0;
    font-weight: 400;
}

h3.pricelist a:hover{
    color: #c9f4f9;
    text-decoration:none;
}

.plus {
    color: #00aab8;
    background-color: #ffffff;
    background-image: url("../img/icons/plus.png");
    background-position: 0 2px;
    padding-left: 23px;
}

.btn.plus:hover {
    color: #5d5d5d;
    background-color: #ffffff;
    background-image: url("../img/icons/plus2.png");
    background-position: 0 2px;
    padding-left: 23px;
}

.edit {
    color: #00aab8;
    background-color: #ffffff;
    background-image: url("../img/icons/editorange.png");
    background-position: 0 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;}

.btn.edit:hover {
    color: #5d5d5d;
    background-color: #ffffff;
    background-image: url("../img/icons/editorange2.png");
    background-position: 0 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;}

.delete {
    color: #00aab8;
    background-color: #ffffff;
    background-image: url("../img/icons/delete.png");
    background-position: 0 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;}

.btn.delete:hover {
    color: #5d5d5d;
    background-color: #ffffff;
    background-image: url("../img/icons/delete2.png");
    background-position: 0 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;}

.trash {
    color: #d5d5d5;
    background-color: #ffffff;
    background-size: 18px 18px;
    background-image: url("../img/icons/icon_trash.png");
    background-position: 0 0;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;}

.btn.trash:hover {
    color: #00aab8;
    background-color: #ffffff;
    background-size: 18px 18px;
    background-image: url("../img/icons/icon_trash2.png");
    background-position: 0 0;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;}

#highlight-box {
    background-color: #c9f4f9;
    height: 100%;
    padding-left: 14px;
	padding-bottom:15px;
}

h4.highlight-box {
    color: #00aab8;
    padding: 0;
    margin-top: 5px
}
#highlight-box h4 {
    color: #00aab8;
    padding: 0;
    margin-top: 5px
}
#highlight-box h3 {
    color: #fff;
    font-size: 16px;
    padding: 0 0 0 13px;
    margin-top: 0;
    margin-bottom: 20px;
    background-color: #00aab8;
    margin-left: -14px;
    margin-right: 0;
	font-weight:400;
	line-height:37px;
	font-family:'montserrat',sans-serif;
}

.addgroup {
    padding-bottom: 10px;
}

/*///////////////////// LOGIN SCREEN ///////////////////*/
.containerlogin {
    display: table;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8%;
}

.rowlogin {
    height: 80%;
    display: table-row;
    padding: 50px;
    border: 1px solid black;
    box-shadow: 1px 2px 8px #000;
    border-radius: 5px;
}

.login-right-left{float: left}

.login-message {
    float: left;
    margin-right: 10px;
    width: 40%;
    color: white;
    font-family:montserrat, sans-serif;
    font-size: 68px;
    line-height: 60px;
    margin-top: 6%;
    font-weight: 700;
    height: 64%;
}
.login-extra {
    clear: left;
    float: left;
    width: 40%;
    margin-top: 10px;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 44px;
    vertical-align: bottom;
    bottom: 0;
}
 .brenda {
    height: 100%;
    overflow: hidden;
    text-align: right;
    vertical-align: bottom;
    position: relative;
}

.brenda img {position:absolute;bottom:0; right:0; height: 100%}

.login-right{display: table-cell;
    background: #00aab8;
    width: 72%;
    padding-left: 4%;
    vertical-align: middle;
    background-image: url(../img/login-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    }

#agreements-table .code {font-size: 15px}

/*// HACK FOR CUSTOMER SET UP/ /*/
@media only screen and (max-width: 1366px) {

    .installed-equipment th{padding:8px 0px !important
    }
    .installed-equipment td{padding:8px 0px !important
    }
    .code {font-size: 15px}
    #primary_container_full table th {font-size: 11px}
    #primary_container_full table th.tableextrapadding {
        width: 1px;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    select {
        width: 180px;

    }
    .form-horizontal .control-label {

        min-width: 98px;}
    input, textarea, .uneditable-input {
        width: 169px;
    }
    #nav-primary a {
        line-height: 1.45em;
        display: block;
        padding: .2em 1.5em .2em 1em;
        font-size: 11px;}

}
/*// PHONE RESPONSIVENESS//*/
@media only screen and (max-width: 400px) {
  .login-right{display: none;
        }
    input.span4, textarea.span4, .uneditable-input.span4 {
    width: 220px;
    }
    .containerlogin {
       padding: 30px 30px 60px 22px;
   }
   #login_box {

    text-align: center !important;}

    #nav-primary.nav-dashboard ul {width: 40px;}

    #nav-primary.nav-dashboard {display: none;}

    .page-header-bar-extra-nav {padding-left: 75px;}
    .page-header-bar {padding-left: 32px;}

    .quicklinks{display:none !important}





    #wrapper {min-width: 200px !important}
    .logoutright {display: none !important;}
    .logoleft {width: 100% !important;padding-left: 8px !important;}
    #roof_box {display: none !important;}
    .btn-bupa {
    position: absolute;
    top: 79px;
    right: 8px;
    font-size: smaller;}

    .btn-topright {
    position: absolute;
    top: 115px;
    right: 8px;
    font-size: smaller;}

    #submitnotes.btn {
    margin-left: 0;}
    #nav-primary.expanded h3 {
    display: unset !important;}
    #nav-primary ul {
    padding: 0;
    border: none;
    background-color: #6e6e6e;
    width: 280px;}

}

/*END*/

.login-left{
    display: table-cell;
    background: white;
    width: 28%;
    text-align: center;
    vertical-align: middle;
    border-radius: 0 0 0 0;
}



.login-right.no-float, .login-left.no-float {
    float: none;
}

#login_box {
    margin: 2em 40px 0 40px;
    text-align: left;
    color: #fff;
}

#login_box a {
    color: white;
}

#login_box img {
    max-height:50px;
    padding-bottom:50px
}

.loginhslogo {
    float: right;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.xloginform {
    padding: 0 ! important;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-top: none;
}

.xloginbtn {
    margin-left: 0 ! important;background:#00aab8;
}

.loginbtn {
    display: inline-block;
    padding: 5px 30px;
    line-height: 20px;
    color: white;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #00aab8;
    background-image: none;
    border: none;
    -moz-border-radius: 5px;
    border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -moz-box-shadow: none;
    box-shadow: none;
}

.loginbtn:hover {
    background-color: #5d5d5d;
    color: #fff;
}

.loginbtn:active {
    background-color: #00aab8;
    color: #fff;
}

button.loginbtn, input[type="submit"].loginbtn {
    margin-left: 20px;
    border-radius: 15px;
}

/*LOGIN BUTTON END*/

/*///////////////////// END LOGIN SCREEN ///////////////////*/

table.filter-table {
    text-align: left;
    margin-top: 15px;
}

table.filter-table td {
    padding-right: 0;
    padding-top: 0;
    border:0 solid #000 !important;}
table.filter-table th {
    padding-right: 10px;
    padding-top: 0;
    background-color:#f5f5f5 !important;
    color:#00aab8 !important;
}

.table {background-color: #fff;border:1px solid #ddd;}

table.table-support {
    text-align: left;}

table.table-support th {
    width: 150px;
    color: #00aab8;
    border-top: 0;
    border-bottom: solid 1px #fff;
    background-color: #c9f4f9;
}

table.table-support td {
    border-top: 0;
    border-bottom: solid 1px #fff;
    background-color: #f1f1f1;
}

.form-actions.form-no-padding {
    padding-left: 0;
}

.headpadding {
    padding-top: 20px
}

.count {
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    float: left;
    padding-right: 20px;
    padding-left: 00px;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%
}

.count h1 {
    font-size: 16px;
    color: #00aab8;
    line-height: 15px;
    font-weight: 800;
    font-family: roboto;
    border-bottom: solid 0 #fff;

}

.count h2 {
    font-size: 20px;
    color: #00aab8;
    font-weight: 600;
    border-top: solid 1px #fff;
    padding-top: 10px;
}

.countbox {
    background-color: #f1f1f1;
    padding: 0 0 10px 10px;
    margin-bottom: 20px;
    float: left;
    width: 20%;
}

.tableright {
    margin-left: 21%;
    width: 79%;
}

.checkbox160 {
    padding-left: 160px
}

#serviceanchor {
    padding-top: 60px
}

#consumableanchor {
    padding-top: 60px
}

#dispenseranchor {
    padding-top: 60px
}

#otheranchor {
    padding-top: 60px
}

.notetagindex {
    text-shadow: none;
    font-size: 12px;
    font-weight: 400;
    font-family: roboto, sans-serif;
    padding: 5px 6px 5px 25px;
    width: 85px;
    background-image: url(../img/icons/icon_tag.png);
    background-repeat: no-repeat;
    background-position-x: 6px;
    background-position-y: 7px;
}

.standingorderindicator {
    color: #3daf2c;
    font-weight: bold;
}

.standingorderfrequency {
    margin-bottom: 25px;
    background-color: #c9f4f9;
    padding: 25px 0 13px 56px;
    border: 1px solid #ddd;
}

.white{background-color:#fff; padding:25px 0px}

.colourlabel {
    color: #00aab8;
    font-size: 14px;
    font-weight: 600;
}

.colourlabel h2 {
    color: #00aab8;
    font-size: 18px;
    font-weight: 600;
    border-bottom: solid 0 #fd8407;
    padding-bottom: 0;
}

.colourlabel h3 {
    color: #00aab8;
    font-size: 14px;
    font-weight: 600;
    border-bottom: solid 0 #fd8407;
    padding-bottom: 0;
    line-height: 28px;
    margin: 0
}

.subhead {
    font-weight: 100;
    color: #9B9B9B;
    font-size: 18px !important;}

.subhead a  {
    font-weight: 100;
    color: #00aab8 !important;
    font-size: 18px !important;}

.subhead a:hover  {
    font-weight: 100;
    color: #9b9b9b !important;
    font-size: 18px !important;}

.subsubhead {
    font-weight: 100;
    color: #9B9B9B;
    font-size: 18px;
}



.header-level-3 {
    background-color: #f5f5f5;
    margin-bottom: 0;
    padding: 15px 0 13px 25px;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

/*RADIO TICKS*/
.radiotickdiv {
    margin: -25px 0 7px 0;
    padding: 8px 0 0 0;
}

.radioticklabel {
    width: 218px;
    border-radius: 3px;
    border: 1px solid #D1D3D4
}

/* hide input */
input.radiotick:empty {
    margin-left: -9999px;
    position: absolute;
}

/* style label */
input.radiotick:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    margin-bottom: -35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    color: #777;
}

input.radiotick:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

/* toggle hover */
input.radiotick:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #fff;
}

input.radiotick:hover:not(:checked) ~ label {
    color: #888;
}

/* toggle on */
input.radiotick:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #FFF;
    background-color: #00aab8;
}

input.radiotick:checked ~ label {
    color: #777;
}

/* radio focus */
input.radiotick:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.recurring_panel {
    margin-top: 0
}

.btntopright {
    position: absolute;
    top: 105px;
    right: 4%;
}


.setupbtn {
    font-size: 30px !important;
    padding: 0 !important;
}
a:hover.setupbtn{background-color: #5d5d5d !important; color: #fff}
a:active.setupbtn{color: #fff}

/*SLIDER TOGGLE*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 39px;
}

.switch input {
    display: none;
}

.toggletitle {
    display: inline-block;
    width: 320px;
    height: 39px;
    line-height: 39px;
    vertical-align: middle;
    color: #333;
    margin-left: 10px;
}

.toggletitle-urgent {
    display: inline-block;
    width: 50%;
    height: 39px;
    line-height: 1px;
    vertical-align: middle;
    color: #f00c08;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
}

.toggletitle-pool {
    display: inline-block;
    height: 39px;
    line-height: 39px;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 16px;
    font-family: montserrat, sans-serif;
    font-weight: normal;
    margin-top: -35px;
}

.toggletitlemodal {
    float: left;
    padding: 6px 60px 0 0;
    margin-left: 80px;
    margin-top: -37px;
    font-size: 10pt;
    color: #00aab8;
}

.switchlist {
    position: relative;
    width: 60px;
    height: 39px;
    display: inline-block;
    vertical-align: middle;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-red {
    background-color: red;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .red {background-color: #f00c08 !important;}

input:checked + .limetoggle {background-color: #6bc04b !important;}

input:checked + .slider {
    background-color: #00aab8 !important;
}

input:focus + .slider {
    box-shadow: 0 0 1px #00aab8;
}

input.disabled:checked + .slider,
input:disabled:checked + .slider {
    background-color: #CCCCCC;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 53px;
    width: 61px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch-holder {
    width: 33.33%;
    min-width: 275px;
    float: left;
    display: inline-block;
}

.switch-holder.customer-role {
    width: 100%;
}
.switch-holder input[type="checkbox"] {
    display: none;
}

.switch-holder.zone-switch {
    width: 25%;
    min-width: 150px;
}

/*NAV MENU*/
.navicon-bar {
    width: 42px;
    min-height: 1080px;
    height:100%;
    position: fixed;
    text-align: center;
    top: 67px;
    background-color: #464646;
    z-index: 10;
}

.navicon-bar a {
    cursor:pointer;
    padding: 3px;
    display: block;
    transition: all 0.3s ease;
    color: white;
    font-size: 0;
    height: 37px;
    border-bottom: 1px solid #505050;
}

.navicon-bar a:hover {background-color: #666;
}

.navactive {background-color: #555 !important;}

.subtitlemenu {
    padding: 5px 130px 5px 13px;
    margin: 10px 0 0 0;
    background-color: #444;
    color: #fff;
    display: block;
	font-size:11px;
	font-family:'montserrat', sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
}

.panel-default>.subtitlemenu span[aria-expanded="true"]:after {
  content: "\2212";
  text-align: right !important;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.subtitlemenu span[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.panel-default>.subtitlemenu span:after {
  content: "";
  position: relative;
  top: 4px;
  left:152px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}


/*TOGGLE for Modals 2*/
/* ============================================================
  COMMON
============================================================ */
#wrapper {
    min-width: 600px;
}

.settings {
    display: table;
    width: 100%;
}

.settings .row {
    display: table-row;
}

.settings .question,
.settings .modalswitch {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.settings .question {
    width: 600px;
    font-family: "Roboto Slab", serif;
    font-size: 20px;
}

/* ============================================================
  COMMON
============================================================ */
.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;

}

.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ============================================================
  SWITCH 1 - ROUND
============================================================ */
input.cmn-toggle-round + label {
    padding: 2px;
    width: 120px;
    height: 60px;
    background-color: #dddddd;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #f1f1f1;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

input.cmn-toggle-round + label:after {
    width: 58px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
}

input.cmn-toggle-round:checked + label:before {background-color: #8ce196;
}

input.cmn-toggle-round:checked + label:after {
    margin-left: 60px;
}

/* ============================================================
  SWITCH 2 - ROUND FLAT
============================================================ */
input.cmn-toggle-round-flat + label {
    padding: 2px;
    width: 120px;
    height: 60px;
    background-color: #dddddd;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
}

input.cmn-toggle-round-flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 52px;
    background-color: #dddddd;
    border-radius: 52px;
    transition: margin 0.4s, background 0.4s;
}

input.cmn-toggle-round-flat:checked + label {background-color: #8ce196;
}

input.cmn-toggle-round-flat:checked + label:after {
    margin-left: 60px;
}

/* ============================================================
  SWITCH 3 - YES NO
============================================================ */
input.cmn-toggle-yes-no + label {
    padding: 2px;
    width: 100px;
    height: 31px;

}

input.cmn-toggle-yes-no_call + label {
    padding: 2px;
    width: 240px;
    height: 30px;
}

input.cmn-toggle-yes-no + label:before, input.cmn-toggle-yes-no + label:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    font-family: "Montserrat";
    font-size: 14px;
    text-align: center;
    border-radius: 1px;

    line-height: 35px;
}

input.cmn-toggle-yes-no + label:before, input.cmn-toggle-yes-no_call + label:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    font-family: "Montserrat";
    font-size: 14px;
    text-align: center;
    border-radius: 1px;

    line-height: 35px;
}

input.cmn-toggle-yes-no + label:before {background-color: #c9c9c9;
    content: attr(data-off);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

input.cmn-toggle-yes-no + label:after {background-color: #00aab8;
    content: attr(data-on);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

input.cmn-toggle-yes-no:checked + label:before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

input.cmn-toggle-yes-no:checked + label:after {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}

.indexhighlight {
    font-size: 22px;
	font-family:'montserrat';
	color:#999;
    font-weight: 600
}

.indexhighlight a {
    text-decoration: none;
    cursor: pointer;
}

.indexhighlightmedium {
    font-size: 22px;
		color:#999;
	font-family:'montserrat';
    font-weight: 100
}

.indexhighlightmedium a {
    text-decoration: none;
	font-family:'montserrat';
    cursor: pointer;
    	color:#999;
}

td.indexhighlightmedium {
    padding-top: 17px;
		color:#999;
	font-family:'montserrat';
}

.indexhighlightlarge {
    font-size: 32px;
	font-family:'montserrat';
		color:#999;
    font-weight: 100;
}

td.indexhighlightlarge {
    padding-top: 18px;
		color:#999;
}

.indexhighlightlarge a {
    text-decoration: none;
		color:#00aab8;
    cursor: pointer;
}

.indexmultilines {
    color: #555
}

.indexmultilines h3 {
    	color:#999;
    margin: 0;
    font-size: 22px;
    font-weight: 100;
    line-height: 25px;
}

.indexmultilines h3 a {
    color: #00aab8;
    margin: 0;
    font-size: 22px;
    font-weight: 100;
    line-height: 25px;
    text-decoration: none;
    cursor: pointer
}

.indexmultilines h3 a:hover {
    color: #999;
    margin: 0;
    font-size: 22px;
    font-weight: 100;
    line-height: 25px;
    text-decoration: none;
    cursor: pointer
}

.dashs {

}

h1.dashs {
    color: #00aab8;
    font-size: 102px;
    font-weight: 600;
    line-height: 90px;
    margin: 0;
    font-family: montserrat, sans-serif;
    letter-spacing: -5px;
}

h2.dashs {
    color: #00aab8;
    font-size: 50px;
    line-height: 50px;
    margin: 0;
}

h3.dashs {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    margin: 0;
    padding: 5px 5px 5px 5px
}

h4.dashs {
    color: #00aab8;
    font-size: 21px; /*line-height: 36px;*/
    margin: 0 0 0 0;
    font-weight: 100;
}

h5.dashs {
    color: #00aab8;
    font-size: 21px;
    line-height: 36px;
    margin: 0 0 0 0;
    font-weight: 600;
}

h1.dashs a {
    color: #00aab8;
    font-size: 102px;
    font-weight: 600;
    line-height: 90px;
    margin: 0;
    font-family: montserrat, sans-serif;
    letter-spacing: -5px;
}

h1.dashs a:hover {
    color: #d5d5d5;
    font-size: 102px;
    font-weight: 600;
    line-height: 90px;
    margin: 0;
    font-family: montserrat, sans-serif;
    letter-spacing: -5px;
    cursor: pointer;
}

.dashs a {
    color: #fff;
    text-decoration: none;
    padding: 0;
    cursor: pointer;
}

.dashs a:hover {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.salesstats{
   padding-top:25px
}
h1.salesstats {color:#00aab8;font-size: 102px;font-weight:700;line-height:90px;margin:0 0 0 56px;font-family:'montserrat';letter-spacing:-5px;}
h2.salesstats {color:#00aab8;font-size:50px;line-height:50px;margin:0 0 0 56px;}
h3.salesstats {color:#fff;font-size:15px;line-height:15px;margin:0 0 0 56px;padding:5px 5px 5px 5px}
h4.salesstats {color: #00aab8;font-size: 21px;/*line-height: 36px;*/margin: 0 0 0 56px;font-weight:100;padding-top: 5px;}
h5.salesstats {color: #00aab8;font-size: 21px;line-height: 36px;margin:0 0 0 56px;font-weight:600;}

h1.salesstats a {color:#00aab8;font-size: 102px;font-weight:700;line-height:90px;margin:0;font-family:montserrat, sans-serif;letter-spacing:-5px;}
h1.salesstats a:hover {color:#d5d5d5;font-size: 102px;font-weight:700;line-height:90px;margin:0;font-family:montserrat, sans-serif;letter-spacing:-5px;cursor:pointer;}
.salesstats a {color:#fff; text-decoration:none; padding:0;cursor:pointer;}
.salesstats a:hover {display:block;text-decoration:none;cursor:pointer;}

.salessupportstats {

}

h1.salessupportstats {
    color: #00aab8;
    font-size: 65px;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
    font-family: montserrat, sans-serif;
    letter-spacing: -5px;
}

h2.salessupportstats {
    color: #00aab8;
    font-size: 50px;
    line-height: 50px;
    margin: 0;
}

h3.salessupportstats {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    margin: 0;
    padding: 5px 5px 5px 5px
}

h4.salessupportstats {
    color: #555;
    font-size: 16px; /*line-height: 36px;*/
    margin: 0 0 0 0;
    font-weight: 100;
}

h5.salessupportstats {
    color: #00aab8;
    font-size: 21px;
    line-height: 36px;
    margin: 0 0 0 0;
    font-weight: 600;
}

h1.salessupportstats a {
    color: #00aab8;
    font-size: 102px;
    font-weight: 700;
    line-height: 90px;
    margin: 0;
    font-family: montserrat, sans-serif;
    letter-spacing: -5px;
}

h1.salessupportstats a:hover {
    color: #d5d5d5;
    font-size: 102px;
    font-weight: 700;
    line-height: 90px;
    margin: 0;
    font-family: montserrat, sans-serif;
    letter-spacing: -5px;
    cursor: pointer;
}

.salessupportstats a {
    color: #fff;
    text-decoration: none;
    padding: 0;
    cursor: pointer;
}

.salessupportstats a:hover {
    display: block;
    text-decoration: none;
    cursor: pointer;
}





.block {
    display: block;
    background-color: #00aab8;
    padding: 0 0 0 0;
    border: 1px solid #fff;
    width: 99%;
}

.grayback {background-color: #eaeaea;
    padding: 15px 15px 15px 15px
}

h5.grayback {
    color: #999;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 15px 15px 15px;
    background-color: #d5d5d5;
    margin: -15px -15px 15px -15px;
}

.spacer {
    margin-top: 50px
}

.thismonth {
    padding: 0 0 20px 0;
}

.dashsbox {
    border: 1px solid #eaeaea;
    border-left: 25px solid #eaeaea;
    padding: 15px;

}

.salessupportstatsbox {
    border: 1px solid #eaeaea;
    border-left: 15px solid #eaeaea;
    padding: 15px 15px 15px 10px;
    table-layout:fixed;
	height:120px;
	margin:0 0 15px 0;
}
.appointmentsstats{text-align:center;}
h1.appointmentsstats{color:#fff; font-size:16px; font-weight:100;margin:0 0 0 5px ; text-align:left;line-height:14px;}
h4.appointmentsstats{color:#00aab8; font-size:28px; margin:10px 0 0 0 ; text-align:center;}
h5.appointmentsstats{color:#888; margin:-5px 0 0 0 ;}

@media print {
    a[href]:after {
        content: none !important;
    }
}
table.printtable {border:1px solid #fff !important;}
.sort {
    margin-bottom: 0;
    padding-left: 15px;
    width: 150px;
    height: 20px;
	color:#fff;
    display: block;
    background: transparent url('../img/icons/icon_sort_inactive.png') top 1px left no-repeat;
}

.sort:hover {background-image: url('../img/icons/icon_sort_active.png');
    text-decoration: none;
	color:#c9f4f9;
}

.middlealign {
}

tr.middlealign td {
    vertical-align: middle
}

.left160 {
    left: 160px
}


.tasktable {
    border: 0 #eaeaea solid;
    color: #888;
    line-height: 20px;
	margin:0 !important;}

.tasksindex {
    border: 1px #eaeaea solid;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 0 0 0 0;
    margin: 22px 56px 30px 0;
}

h3.tasksindex {
    color: #00aab8;
    background-color: #fff;
    border: 0;
    margin: 0;
    font-size: 20px;
}

h5.tasksindex {
    color: #00aab8;
    border: 0;
    margin: -30px 0 0 0;
    font-size: 20px;
    padding: 0 0 35px 0;
    text-align: right;
    font-weight: 100;
}

.tasktable td {
    padding: 2px 5px 2px 5px;
}

.tasksindex-status_new {background-color: #00aab8;
    width: 10px;
}

.tasksindex-status_in_progress {background-color: #fd8407;
    width: 10px;
}

.tasksindex-status_complete {background-color: #3daf2c;
    width: 10px;
}

.tasksindex-status_cancelled {background-color: red;
    width: 10px;
}

hr.dottedhr {
    width: 75%;
    margin: -10px 12.5% 20px 12.5%;
}

.border-left {
    border-left: 1px solid #eaeaea;
    padding: 0 15px 0 15px;
}

.border-right {
    border-right: 1px solid #eaeaea;
    padding: 0 15px 0 15px;
}

.whitebk {background-color: #fff;
}

.graybk {background-color: #eaeaea;
}

h1.light {
    font-weight: 100;
    font-size: 24px;
    margin: 0
}

h1.light a {
    font-weight: 100;
}

h1.light a:hover {
    text-decoration: none;
}

.call-btn {background: url('../img/buttons/btn-log-call-0.png') no-repeat;
    height: 45px;
    width: 30px;
    margin: 0 !important;}

.call-btn:hover {background: url('../img/buttons/btn-log-call-1.png') no-repeat;}

.note-btn {background: url('../img/buttons/btn-notes-0.png') no-repeat;
    height: 55px;
    width: 56px;
    margin: 0 !important;}

.note-btn:hover {background: url('../img/buttons/btn-notes-1.png') no-repeat;}

.complete-btn {background-color: #3daf2c
}

.inline {
    display: inline-block;
    padding: 0 20px 0 20px;
}

.marginbottom10 {
    margin-bottom: 10px
}

.code {
    font-size: 18px;
    color: #00aab8;
	font-family:'montserrat',sans-serif;
	font-weight:600;
    white-space: nowrap;
}

.units {
    width: 50%
}

.table-install {
}

.table-install td {
    padding: 20px 0 20px 5px
}

#open_unleashed_modal {background-color:#e51937;}
#open_unleashed_modal:hover {background-color:#777;}

#site_preferences{
    margin:0px 2px; 
    padding:0px 25px;
    background-color: #fff;
    border-right:1px solid #dddddd;
border-left:1px solid #dddddd;
border-bottom:1px solid #dddddd;}

.admin-label {display:inline;margin:2px 20px 4px 0;}
.btn-primary{color:#fff; white-space: nowrap;}
a.btn-primary  {color:#fff;}
a:hover.btn-primary  {color:#fff;}

.formfilter {
    margin: 0 0 0 20px;
}

.order-overview th{padding:10px 0 0 56px; width:15%}

.form-horizontal  {
     padding-left: 0;
    /*width: 119px; */
}

.form-actions {
    padding: 19px 20px 20px 0 !important;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #e9e9e9 !important;
    border-top: 0 solid #e5e5e5;
}

.splash{text-align:center;padding-top:50px;padding-bottom:50px}
.splash a{color:#00aab8;}

#page_traffic {
    position: absolute;
    top: 69px;
    right: 25px;
    background-color: red;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.subheadbar {background-color:#00aab8;color:#fff;padding-left:80px;height: 64px;margin-bottom:25px}
h4.subheadbar {color:#fff;height: 24px;padding: 0;margin:10px 0 0 0;  font-weight: 400; font-family: 'montserrat',sans-serif;}

.orangebox{background-color:#fd8407;padding:25px 10px 10px 10px;color:#fff;display:flex;text-align:center;margin-bottom: 25px;}
.orangebox h1{color:#fff;margin:0;font-size:42px;font-family:'montserrat',sans-serif;font-weight:400;line-height:25px}
.orangebox h2{color:#fff;margin:0;font-size:14px;font-family:'montserrat',sans-serif;font-weight:400;}

#targets {
    color: #00aab8;
    font-family: 'montserrat',sans-serif;
    font-size: 16px;
    line-height: 28px;
    /* margin-bottom: -10px; */
    clear: both;
    height: 65px;
    padding-left: 57px;
    padding-top: 13px;
}
.redhead th{background-color:#d40b0b !important;}
.redhead tr:hover{background-color:#ffcfcf !important;}
.modalsection {padding:0 10px 10px 10px;margin-top:20px;margin-bottom:20px;background-color:#eaeaea;}
.modalsection h3 {font-size:18px;color:#00AAB8;}
.divtopright{position:absolute;top:127px;right:42px}

.count-Open{background-color:#00aab8;color:#fff;font-family:'montserrat',sans-serif;font-weight:bold;}
.count-Future{background-color:#6bc04b;color:#fff;font-family:'montserrat',sans-serif;font-weight:bold;}
.count-On-hold,.count-On-Hold{background-color:#F36D6F;color:#fff;font-family:'montserrat',sans-serif;font-weight:bold;}
.count-Unleashed{background-color:#d82637;color:#fff;font-family:'montserrat',sans-serif;font-weight:bold;}
.count-Dispatchable{background-color:#17b7e2;color:#fff;font-family:'montserrat',sans-serif;font-weight:bold;}
.count-Back-order{background-color:#fd8407;color:#fff;font-family:'montserrat',sans-serif;font-weight:bold;}
.count-Packing{background-color:#8a1a9c;color:#fff;font-family:'montserrat',sans-serif;font-weight:bold;}
.count-Ticket-printed{background-color:#0096ff;color:#fff;font-family:'montserrat',sans-serif;font-weight:bold;}
.count-Ready-to-print{background-color: #ffba00;color:#fff;font-family:'montserrat',sans-serif;font-weight:bold;}
.count-New{background-color:#fd8407;color:#fff;font-family:'montserrat',sans-serif;font-weight:bold;}
.count-Booked{background-color:#00aab8;color:#fff;font-family:'montserrat',sans-serif;font-weight:bold;}
.count-Tech-Completed{background-color:#0096ff;color:#fff;font-family:'montserrat',sans-serif;font-weight:bold;}
.count-Managed-Stock {background-color:#F36D6F;color:#fff;font-family:'montserrat',sans-serif;font-weight:bold;}
.count-Ready{background-color:#fd8407;color:#fff;font-family:'montserrat',sans-serif;font-weight:bold;}
.count-Draft{background-color:#787878;color:#fff;font-family:'montserrat',sans-serif;font-weight:bold;}
.count-Pending-Agreement{background-color:#8a1a9c;color:#fff;font-family:'montserrat',sans-serif;font-weight:bold;}

.hold_exception_never {
        color:#6bc04b;font-family:'montserrat';font-weight:bold;font-size:14px;
    }
    .hold_exception_always {
        color:red;font-family:'montserrat';font-weight:bold;font-size:14px;
    }


.retention-chart{width:500px;height:240px;position:absolute;top:195px;right:42px;}
.pagination-fix{position:absolute;bottom:40px; right:45px; width:550px;text-align:right;clear:both;padding:0px}

.label-strong{color:#999; text-transform:uppercase; font-weight:600; font-family:'montserrat';font-size:12px; line-height:29px;}
.label-strong a{text-decoration:none}
.label-strong a:hover{text-decoration:none; cursor:pointer;}

@media screen and (min-width: 480px) {
    .appicons {
        display: none;
    }
}

.ui-datepicker {
    z-index:100000000000000 !important;
}

.question {
    font-size: 16px;
    line-height: 10px;
    padding-bottom: 12px;
    font-family:montserrat;
    padding-top:18px;
    font-weight:bold;

}
.answer {
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 14px;
    font-family:montserrat;


}

.printdoc_address {
    font-size:16px;
    line-height: 25px !important;
}
.printdoc_products {
    font-size:16px;
    line-height: 29px !important;
}
.printdoc_info {
    font-size:12px;
    line-height:20px;
    font-family:'Montserrat', serif;
    font-weight:400;
}
h1.printdoc_info {
    font-size:32px;
    line-height:38px;
    font-family:'Montserrat', serif;
    font-weight:600 !important;
    border-bottom: 1px solid #555;
}
h1.printdoc_cname {
    font-size: 28px;
    line-height: 20px;
    font-family: montserrat, sans-serif;
    font-weight: 200 !important;
    color: #555;
}
.handwritten {background-color: #d5d5d5; width:200px; height:50px;}
.advice h3 {
    font-size: 18px;
    line-height: 10px;
    padding-bottom: 12px;
}

.printdoc td {font-size:16px !important;     line-height: 29px !important;}
.printdoc th {background-color:#888; color:#fff; font-size:12px !important;  font-family: montserrat, sans-serif;  line-height: 15px !important;}
table.printdoc {margin-top:10px !important; }

.tech-app-info th {font-weight:700;color:#00aab8;}
table.tech-app-info {}

#customers_on_hold .lost-customer {
    color: red !important;}
.lost-customer {
    color: red !important;}
.jss .deprecated {
    background: #fad1d1;
}

.modal-body #unleashed-result {
    width: 100%;
}

.modal-body #unleashed-result tr.processed {    color: #3daf2c;
    font-weight: 600;
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    border-top: 1px solid #eaeaea;
}

.modal-body #unleashed-result tr.failed {    color: red;
    font-weight: 600;
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    border-top: 1px solid #eaeaea;
}

input.increase {height:20px;width:20px}
input.increase:checked {height:20px;width:20px}

.increase{font-size: 16px; font-weight: 600;}

.tech-message-popover .read-by-table {
    max-height: 300px;
    overflow-y: auto;
    width: 350px;
    box-sizing: border-box;
}
.tech-message-popover .table-row {
    box-sizing: border-box;
    border-bottom: 1px solid #cfcfcf;
}
.tech-message-popover .table-row.header {background: #00AAB8;
    color: #FFFFFF;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.tech-message-popover .table-cell {
    display: inline-block;
    padding: 5px 10px;
    box-sizing: border-box;
}
.tech-message-popover .table-cell:nth-child(1) {
    width: 180px;
    box-sizing: border-box;
}
.tech-message-popover .table-cell:nth-child(2) {
    box-sizing: border-box;
}

/** Compose new message popup */
#compose_message .select-all {
    float: right;
    font-size: 12px;
    font-family: 'montserrat', sans-serif;
    color: #00aab8;
}
#compose_message .select-all .selector {
    cursor: pointer;
}
#compose_message .selector-section, #compose_message .zone-section, #compose_message .message-section {
    box-sizing: border-box;
    display: inline-block;
    min-height: 300px;
    padding: 0;
    margin-bottom: 0;
}
#compose_message .section .well {
    padding: 0;
    min-height: 300px;
}
#compose_message .selector-section, #compose_message .zone-section {
    width: 200px;
}
#compose_message .message-section {
    width: 400px;
    margin-left: 20px;
    vertical-align:top;
}
#compose_message .zone-section {
    margin-left: 10px;
}
#compose_message .title-section, #compose_message .title-section .admin-label, #compose_message .title-section input,
#compose_message .message-content-section {
    vertical-align: middle;
    margin-bottom:0;
}
#compose_message .title-section {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
}
#compose_message .title-section .admin-label {
    vertical-align: top;
    margin-top: 0;
}
#compose_message .title-section input {
    flex: 1;
    margin-top: -0.4em;
}
#compose_message .message-content-section {
    display: flex;
    height: 287px;
    flex-direction: column;
}
#compose_message .message-content-section .admin-label {
    align-self: flex-start;}
#compose_message .message-content-section textarea {
    width: 100%;
    box-sizing: border-box;
    flex: 1;
    resize: none;
    margin-bottom: 0;
}
#compose_message .check-list-box {
    list-style: none;
    margin:0;
}
#compose_message .check-list-box li {
    padding: 5px 0 5px 10px;
}
#compose_message .list-group-item-primary:nth-child(odd) {
    color: #0e0e0e;
    background-color: #d9fbff;
}
#compose_message .list-group-item-primary:nth-child(even) {
    color: #0e0e0e;
    background-color: #ffffff;
}
#compose_message .list-group-item .selected-check {
    display: none;
    float: right;}
#compose_message .list-group-item-primary .selected-check {
    display: inline;
}

#compose_message .error {
    box-shadow: 0 0 4px 0 #f3130f !important;
    border-color: transparent !important;}

.backordered {
        color: #fff;
		font-family: montserrat, sans-serif;
	font-weight: 600;
    }

td.backordered {
        background-color: #ff0000;
		font-family: montserrat, sans-serif;
	    background-image: url(../img/icons/icon_backorder_background.png);
    background-repeat: no-repeat;
    background-position: 140px 7px;
	font-weight: 600;
    }


/*BILLBOARD STYLES*/
.billboard_column-icon {
            float: left; width: 100px; background: #00aab8; height: 1080px;
        }
.billboard_column-left {
            float: left; width: 602px; /*background: #1d232f;*/ height: 1080px;padding-left:5px;
        }
.billboard_column-left hr {
            border:1px solid #223c4d; margin:0 00px 15px 00px !important; height:1px; background-color: #1e2f39;
        }

.billboard_column-centre {
            float: left; width: 606px; /*background: #1d232f;*/ height: 1080px;
        }
.billboard_column-right {
            float: left;  width: 606px; /*background: #1d232f;*/ height: 1080px;
        }

.tech_billboard_column-left {
            float: left; width: 348px; /*background: #1d232f;*/ height: 1920px;text-align: center; padding:15px 0 0 15px;
        }


.tech_billboard_column-centre {
            float: left; width: 348px; background: #1d232f; height: 1920px; padding:15px 0 0 7px;
        }
.tech_billboard_column-right {
            float: left;  width: 349px; background: #1d232f; height: 1920px; padding:15px 0 0 7px;
        }

.tech_billboard-box-title-radius {color:#fff; padding:20px 10px 22px 10px; border-radius: 5px 5px 0 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #303749;
    width: 316px;
    height: 8px;
    font-family: montserrat, sans-serif;
    background-image: url(../img/icons/billboard-header-fake-buttons.png);
    background-position: bottom;
    background-repeat: no-repeat;
    font-size: 22px;
    color:#fff !important; font-family: montserrat, sans-serif;
    font-weight: 600;text-align: center;
    clear:both;
}

.tech_billboard-box-title-radius-half {color:#fff; padding:10px 10px 35px 10px; border-radius: 5px 5px 0 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #303749;
    width: 141px;
    height: 8px;
    margin: 0 13px 0 0;
    font-family: montserrat, sans-serif;
    background-image: url(../img/icons/billboard-header-fake-buttons.png);
    background-position: bottom;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height:18px;
    color:#fff !important; font-family: montserrat, sans-serif;
    font-weight: 600;text-align: center;
    float:left;
    /*clear:both;*/
}

.tech_billboard-box-radius {background-color: #30374947; color:#fff; padding:25px; margin: 0 0 10px 0;border-radius: 0 0 5px 5px ;
    width: 286px; height:65px;font-weight: 600;text-align: center;
    }

.tech_billboard-box-radius-half {background-color: #303749; color:#fff; padding:15px; margin: 0 13px 10px 0;border-radius: 0 0 5px 5px ;

    width: 131px; height:38px;font-weight: 600;text-align: center; float:left;
    }

.tech_billboard-box-radius h1 {font-size: 100px; margin:10px 0 0 0;}
.tech_billboard-box-radius-half h1 {font-size: 60px; margin:0 0 0 0;}



.billboard-box-title-radius {color:#fff; padding:25px; margin: 10px 10px 0 10px;border-radius: 5px 5px 0 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
   /* background-color: #303749;*/
    background:rgba(0,0,0,0.5);
    width: 536px;
    height: 10px;
font-family: montserrat, sans-serif;
	/*background-image: url(../img/icons/billboard-header-fake-buttons.png);*/
background-position: bottom;
	background-repeat: no-repeat;
	font-size: 14px;
	color:#fff !important; font-family: montserrat, sans-serif;
	font-weight: 400;text-align: left;
}

.threerows {margin-top:78px !important}
.tworows {margin-top:157px !important}

.proposal_billboard-box-title-radius {
    color: #fff;
    padding: 25px;
    margin: 0 10px 0 10px;
    border-radius: 5px 5px 0 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #303749;
    width: 246px;
    height: 11px;
    font-family: montserrat, sans-serif;
    background-image: url(../img/icons/billboard-header-fake-buttons-narrow.png);
    background-position: top;
    background-repeat: no-repeat;
    font-size: 24px;
    color: #fff !important;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    text-align: center;
}
.proposal_billboard-box-radius {background-color: #303749;
    color: #fff;
     padding: 19px;
    margin: -1px 10px 15px 10px;
    border-radius: 0 0 5px 5px;
    width: 258px;
   /* height: 320px;*/
    font-weight: 600;
    text-align: center;
    font-family: montserrat, sans-serif;
    font-size: 200px !important;
    /* line-height: 188px; */
    text-align: center;
}

.billboard-box-radius {background: rgba(0,0,0,0.4); color:#fff; padding:20px 25px 30px 25px; margin: 0 10px 15px 10px;border-radius: 0 0 5px 5px ;

    width: 536px; height:230px;font-weight: 600;text-align: center;font-family: montserrat, sans-serif;font-size: 205px !important;/*line-height: 188px;*/ text-align: center;
    }

.billboard-box-radius h1 { color:#fff; font-family: montserrat, sans-serif;font-size: 205px !important;line-height: 188px; text-align: center;}


.billboard-box {color:#fff; padding:0 25px; margin: 0 0 30px 0;border-radius: 0 0 0 0 ;

     float:left; width:100%;
    }

.bbtitle {color:#fff; padding:0 25px; margin: 0 0 00px 0 !important;border-radius: 0 0 0 0 ;

     float:left; width:100%;}

.bbdarkblue {background-color: #25408f !important; color:#fff !important;font-family: montserrat, sans-serif;
    font-weight: 600;text-align: center;}

.bborange {background-color: #FD8407 !important; color:#fff !important; font-family: montserrat, sans-serif;
	/*font-weight: 600;text-align: center;*/}
.bborangetitle {background-color: #FD840795 !important; color:#fff !important; font-family: montserrat, sans-serif;
	/*font-weight: 600;text-align: center;*/}

.bbteal {background-color: #00aab8 !important; color:#fff !important; font-family: montserrat, sans-serif;
	font-weight: 600;text-align: center;}

.bbwhite {background-color: #ffffff !important; font-family: montserrat, sans-serif;
	font-weight: 600;text-align: center;}

.bbrose {background-color: #ed1556 !important; color:#fff !important; font-family: montserrat, sans-serif;
	/*font-weight: 600;text-align: center;*/}
.bbrosetitle {background-color: #ed155695 !important; color:#fff !important; font-family: montserrat, sans-serif;
	/*font-weight: 600;text-align: center;*/}

.bblime {background-color: #6bc04b !important; color:#fff !important; font-family: montserrat, sans-serif;
	/*font-weight: 600;text-align: center;*/}
.bblimetitle {background-color: #6bc04b !important; color:#fff !important; font-family: montserrat, sans-serif;
	/*font-weight: 600;text-align: center;*/}

.bbblue {background-color: #024a94 !important; color:#fff !important; font-family: montserrat, sans-serif;
	font-weight: 600;text-align: center;}

.bbred {background-color: red !important; color:#fff !important; font-family: montserrat, sans-serif;
    font-weight: 600;text-align: center;}

.bbcyan {background-color: #00aeef !important; color:#fff !important; font-family: montserrat, sans-serif;
    /*font-weight: 600;text-align: center;*/}
.bbcyantitle {background-color: #00aeef95 !important; color:#fff !important; font-family: montserrat, sans-serif;
    /*font-weight: 600;text-align: center;*/}

.bbpurple {background-color: #8a1a9c !important; color:#fff !important; font-family: montserrat, sans-serif;
    font-weight: 600;text-align: center;}


.billboard-box h1 {font-size:180px; color: #00aab8;line-height: 180px;}
.billboard-box h2 {font-size:70px;line-height: 80px;margin:0 !important; }
.billboard-box h3 {font-size:20px;font-weight: 100;font-family: montserrat, sans-serif;}
.billboard-box h4 {font-size:230px; color: #fd8407;line-height: 160px;}
.billboard-box h5 {}
.billboard-box h6 {font-size:25px;line-height: 40px ;color: #fff;}

.billboard-box hr {border-bottom: 1px solid #666; margin:20px 50px 0 00px;}

  .data-section {
        float: left;
    }
    .data-section .row {
        float: left;
        vertical-align:middle;
    }
    .billboard_column.left .data-section h1{
        font-size:30px;
        line-height:80px;
        float: left;
        width: 200px;
    }
    .billboard_column.left .data-section h2{
        float: left;
        font-size: 30px;
        line-height:80px;
        width: 700px;
        vertical-align: middle;
    }

.billboard_column.middle .data-section h1{
        font-size:30px;
        line-height:80px;
        float: left;
        width: 200px;
    }
    .billboard_column.middle .data-section h2{
        float: left;
        font-size: 30px;
        line-height:80px;
        width: 700px;
        vertical-align: middle;
    }

    .billboard_column.right .data-section h1{
        font-size:40px;
        line-height:80px;
        float: left;
        width: 230px;
    }
    .billboard_column.right .data-section h2{
        float: left;
        line-height:150px;
        width: 670px;
        vertical-align: middle;
    }

 #billboard_clock {
     font-family: montserrat, sans-serif;
     font-size: 30px;
     line-height: 60px;
     color: #fff;
     padding-left: 60px;
     margin-left: -50px;
     position: absolute;
     bottom: 0;
	 width:500px;
	 text-align: center;
 }

td.tech_completed div.status-img {
    width: 41px;
    display: inline-block;
    position: relative;
    z-index: 0;
}
td.tech_completed div.status-img:after {
    content: ' ';
    background: url('../img/icons/order_status_tech_complete_small.png');
    bottom: -2px;
    right: 0;
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 14px;
}


.modal-header small {
    color: #ffffff;
    font-weight: 100;
}

.stats-box {
    font-size: 0;
}

.stats {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: -1px;
    /*margin-left: 25px;*/
    padding-left: 25px;
}

.stats .proposal-value {
    width: 61%;
    font-size: 58px;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
    font-weight: bold;
    text-align: right;}

.stats .proposal-title {
    width: 34%;
    font-size: 25px;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
    text-align: left;}

.proposalstats {padding-left: 10px !important;}

.stats .title {
    width: 40%;
    font-size: 25px;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
}
.stats .value {
    width: 60%;
    font-size: 75px;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
    font-weight: bold;
}

.stats.lastrow {background: rgba(255,255,255,0.05);    border-radius: 0 0 5px 5px;
}
.stats.this-week {
	background: rgba(255,255,255,0.3);
}
.stats.this-month {background: rgba(255,255,255,0.2);
}
.stats.last-month {background: rgba(255,255,255,0.1);
}

.week-details-left{width:50%;float:left;}
.week-details-right{width:47%;float:right;}
.week-title {font-size: 20px;  text-transform: uppercase; font-family: 'montserrat', sans-serif;font-weight: 600;text-align: center;line-height: 40px;padding-top: 80px;}
.week-number {text-align: center; text-transform: uppercase; font-family: 'montserrat', sans-serif;font-weight: 600;font-size: 100px;line-height: 70px}


.week-details .left,
.week-details .right {
    /*width: 50%;*/
	padding-left: 10px;
    float: left;
    box-sizing: border-box;
    display: inline-block;
    font-size: 120px;
    line-height: 120px;
}

.week-details .week-title {
    font-size: 125px;
    line-height: 40px;
    text-transform: uppercase;
}

.week-details .week-run {
    font-size: 110px;
}

.retention-later{background:url(../img/icons/next-quarter.png) no-repeat 14px 11px;}
.check-previous{background:url(../img/icons/last-quarter.png) no-repeat 14px 11px;}

.retentionevents{background-color: green}

#no-edit-note {
    padding: 10px 0;
    background: #de2f2f;
    color: #FFFFFF;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    line-height: 16px;
}

.key{
     text-transform:uppercase;
     font-weight:700;
     font-family:montserrat, sans-serif;
     white-space:nowrap;
     font-size:12px;

 }

table.key {max-width:950px;margin-bottom:5px !important}

table.key tr {max-width:950px;}
table.key tr:hover {max-width:950px;background-color: transparent !important;}

.popover{
    z-index:9999;
}

.popoverorder {
    max-width: 600px !important;
}
.searchlabel {background-color: #6bc04b;    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; width:185px;text-align:center;padding-top:7px;padding-bottom:7px;    text-shadow: 0 0 0 rgba(0,0,0,0.25);text-transform: uppercase;font-family: 'montserrat'}

.searchlabelcustomer {background-color: #6bc04b;    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; width:380px;text-align:left;padding-top:7px;padding-bottom:7px;  padding-left: 7px;  text-shadow: 0 0 0 rgba(0,0,0,0.25);text-transform: uppercase;font-family: 'montserrat'}

.searchlabelcustomer a {color: #fff !important}

.labelactive {background-color: #6bc04b !important;;}
.labellead {background-color: #fd8407 !important;;}
.labelremoved {background-color: red !important;;}
.labelsite_moved {background-color: #c1c1c1 !important;}
.labelactive_opportunity {background-color: #7bcdd6 !important;;}
.labeltrial {background-color: #9be4aa !important;;}
.labelinactive_opportunity {background-color: #e49b9b !important;;}


.quicklink {
    width: 100%;
    height: 100%;
    font-family: montserrat, sans-serif;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    border-radius: 15px;
    text-align: center !important;}

.quicklinkdiv {/*width:100px;*/height:100px;float: left; margin-right:10px;text-align: center;margin-bottom:0;}

.status {text-align: center !important; font-size: 22px;}

.afterh1 {
    font-size: 1em !important; font-weight:400 !important; font-family: 'Montserrat', sans-serif;
}

/* PURCHASING & DESIGN BILLBOARD */

.nz {background-color: #000;}
.nzbox {background-color: #00aab8;background-image: url(../img/back-purchasing);}
.au {background-color: #fccc00; color: #027b5c !important}
.both {background-color: #00aab8;}
.motomuck {background-color: #25327b;}

.task {
    width: 600px;
    margin-left: 11px;
    background-color:rgba(48, 55, 73, 0.5);
    margin-bottom: 10px;
    text-align: left;
    border-radius: 0;
    /* border: 1px solid #fff; */
    box-shadow: 0 2px 4px 0 #000;
}


.taskmm {
    width: 600px;
    margin-left: 11px;
    /*background-color: #45475d;*/
    background-color:rgba(37, 50, 123, 0.5);
    margin-bottom: 10px;
    text-align: left;
    border-radius: 0;
    /* border: 1px solid #fff; */
    box-shadow: 0 2px 4px 0 #000;
}

.purchasingheader {
    margin: 15px 0 0 10px;
    float: left;
    height: 41px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    font-family: montserrat, sans-serif;
    text-align: center;
    padding: 10px 20px 0 20px;
    width: 582px;
    vertical-align: middle;
    line-height: 32px;
    display: inline-block;
    border-radius: 0 0 0 0;
}

.twocolumn-header {
    margin: 15px 0 0 10px;
    float: left;
    height: 41px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    font-family: montserrat, sans-serif;
    text-align: center;
    padding: 10px 20px 0 20px;
    width: 1227px;
    vertical-align: middle;
    line-height: 32px;
    display: inline-block;
    border-radius: 0 0 0 0;
}

table.purchasingtable {width:600px !important;}
.purchasingtable td {border:0 solid #000; text-align: left;vertical-align: top;}

.purchasingtable th {border:0 solid #000;vertical-align: top;}
.tasktitle  {
    font-size: 24px;
    background-color: transparent;
    color: #fff;
    font-family: montserrat, sans-serif;
    padding: 18px 20px 12px 10px;
    font-weight: 700;
    /* border-bottom: 1px solid #303749 !important; */
}
.tasknotes {font-size: 14px; line-height: 18px;background-color:transparent;padding:10px 20px 15px 10px;font-weight:100}

.task-notes-icon:hover {color: #909090 !important;}
.task-notes-icon {font-size: 29px;color: #00AAb8}

.taskstatus {font-size: 12px}
.taskassigned {font-size: 20px; padding: 10px 0 0 10px;border-top: 1px solid #303749 !important;}
.taskin_progress {background-color: #00aeef;color: #fff;font-family: montserrat, sans-serif;text-transform: uppercase; font-weight: 700;/*border-top: 1px solid #303749 !important;*/float:right;border-radius: 10px;height:20px;width:20px;}
.tasknew {background-color: #fd8407;color: #fff;font-family: montserrat, sans-serif;text-transform: uppercase; font-weight: 700;/*border-top: 1px solid #303749 !important;*/float:right;border-radius: 10px;height:20px;width:20px;}
.taskdue {color: #fff;font-family: montserrat, sans-serif;text-transform: uppercase; font-weight: 600; font-size: 12px !important;width: 30%}

.backbox-2columns {background-color: #303749;
    color: #fff;
    /* padding: 25px; */
    background-image: url(../img/hsbackground.jpg);
    margin: 66px 10px 15px 10px;
    border-radius: 0 0 0 0;
    width: 1267px;
    height: 995px;
    padding-top: 10px;
    font-weight: 600;
    text-align: center;
    font-family: montserrat, sans-serif;
    font-size: 18px !important;
    /* line-height: 188px; */
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    column-gap: 0;
    column-fill: auto;
}
.backbox {background-color: #303749;
    color: #fff;
    /* padding: 25px; */
    margin: 66px 10px 15px 10px;
    border-radius: 0 0 0 0;
    width: 622px;
    height: 995px;
    padding-top: 10px;
    font-weight: 600;
    text-align: center;
    font-family: montserrat, sans-serif;
    font-size: 18px !important;
    /* line-height: 188px; */

}
.backboxmm {background-color: #303749;
    background-image: url(../img/mmbackground.jpg);
    color: #fff;
    /* padding: 25px; */
    margin: 66px 10px 15px 10px;
    border-radius: 0 0 0 0;
    width: 622px;
    height: 995px;
    padding-top: 10px;
    font-weight: 600;
    text-align: center;
    font-family: montserrat, sans-serif;
    font-size: 18px !important;
    /* line-height: 188px; */

}
.list-container{float:left; width:640px;background-color: #1d232f; height:1080px;padding:0;}
.twocolumn-list-container{float:left; width:1280px;background-color: #1d232f; height:1080px;padding:0;}
.purchasing-hr {width:50%;border:0 solid #fff;height:1px;margin-left:25%;background-color: #57adb5;margin-top:15px;}
.date-number {
    font-size: 49px;
    font-weight: 100;
    font-family: montserrat, sans-serif;
    /* margin-bottom: 50px; */
    line-height: 50px;
    text-align: center;
    color:#ffffff;
   /* color: #37dae7;*/
   /*padding-left:25%;
padding-right:25%;*/

}
.date-month {padding-left:15px;padding-right:15px; /*background-color:#37dae7;*/
font-size: 22px;font-weight: 100;font-family: montserrat, sans-serif;text-transform: uppercase; text-align: center;/*color: #303749;*/color:#fff;}
.colornew{background-color: #fd8407 !important}
.colorin_progress{background-color: #00aeef !important}
.colornewnumber{color: #fd8407 !important}
.in_progress-text {color:#00aeef}
.jessr {background-color: #6bc04b !important}
.jessm {background-color: #7222bb !important}
.ash {background-color: #6bc04b !important}
.ian {background-color: #00aeef !important}
.overdue {background-color: red !important}
/* END PURCHASING BILLBOARD */



/*SALES STATS OWNER VIEW*/

.statsowner {background-image: none;}
.statsowner select {line-height: 40px;background: url(../img/icons/downselect.png) no-repeat right #00aab8;   -moz-appearance: none; -webkit-appearance: none;background-color:transparent !important;border:none !important;font-size:24px !important;font-weight:600 !important;height:50px;width:300px;color:#00aab8 !important;font-family:montserrat !important;}
.statsowner option {color:#555; font-size:12px; line-height:18px !important;}

.salesstatsowner-box-title-radius {
    color: #555;
    padding: 25px;
    margin: 10px 10px 0 10px;
    border:1px solid #eaeaea;
    border-radius: 5px 5px 0 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    width: 246px;
    height: 11px;
    font-family: montserrat, sans-serif;
    background-image: url(../img/icons/billboard-header-fake-buttons-narrow.png);
    background-position: top;
    background-repeat: no-repeat;
    font-size: 24px;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    text-align: center;
}
.salesstatsowner-box-radius {
    background-color: #fff;
    color: #555;
    padding: 19px;
    margin: -1px 10px 15px 10px;
    border-radius: 0 0 5px 5px;
    border:1px solid #eaeaea;
    width: 258px;
   /* height: 320px;*/
    font-weight: 600;
    text-align: center;
    font-family: montserrat, sans-serif;
    font-size: 200px !important;
    /* line-height: 188px; */
    text-align: center;
}
.salesstatsowner-background{background-color: #f0f0f0; padding:10px 10px 10px 50px;}
.ownerstatbox{display: inline-block;}


.salesstatsownergrayback {background-color: #f0f0f0 !important;}
.statsgrid {padding: 20px 10px 10px 40px}
.card {
  border-radius: 6px;
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
  background-color: #FFFFFF;
  color: #252422;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 22%;
  max-width: 350px;
  min-width: 311px;
  padding: 25px 10px 10px 10px;
  margin:10px;
}

.doublecard {
  border-radius: 6px;
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
  background-color: #FFFFFF;
  color: #252422;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 46%;
  min-width: 665px;
  max-width: 743px;
  padding: 25px 10px 10px 10px;
  margin:10px;
}

.titlecard {
  border-radius: 6px;
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
  background-color: #FFFFFF;
  color: #252422;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 94%;
  min-width: 1020px;
  max-width: 1529px;
  padding: 15px 10px 15px 10px;
  margin:10px;
}

.titlecard-content {color:#00aab8;font-size: 25px;font-weight:800;margin:0;font-family:montserrat, sans-serif;letter-spacing:0;text-transform: uppercase;}

.card-img {float: left;width:25%;height: 85px;}
.card-content  {height: 123px;float: right;/*width: 75%;background: green; */text-align:  right;}
.doublecard-img {float: left;width: 95px;height: 85px;}
.doublecard-content  {height: 123px;float: left;width: 249px;text-align:left;padding-top:0;}
.doublecard-content a {color:#00aab8;font-size: 115px;font-weight:100;margin:0;font-family:montserrat, sans-serif;letter-spacing:-2px;}
.doublecard-content a:hover {color:#d5d5d5;cursor:pointer;text-decoration: none;}
.doublecard-content-extra  {min-height: 85px;float: right;width: 345px;/* background: green; */text-align:  right;padding-bottom: 15px;}

h1.card-content{padding-top:25px;color:#00aab8;font-size: 110px;font-weight:100;margin:0;font-family:montserrat, sans-serif;letter-spacing:-2px;}
h1.card-content a {color:#00aab8;font-size: 110px;font-weight:100;margin:0;font-family:montserrat, sans-serif;letter-spacing:-2px;line-height: 10px}
h1.card-content a:hover {color:#d5d5d5;cursor:pointer;text-decoration: none;}

h2.card-content{padding-top:28px}
h2.card-content a {color:#555;font-size: 85px;font-weight:100;margin:0;font-family:montserrat, sans-serif;letter-spacing:-2px;line-height: 10px}
h2.card-content a:hover {color:#d5d5d5;cursor:pointer;text-decoration: none;}

.card-content-no-img  {min-height: 85px;float: right;width: 100%;/* background: green; */text-align:  right;padding-bottom: 15px}
.card-footer {
    border-top: 1px solid #eaeaea;
    clear: both;
    font-family: montserrat, sans-serif;
    color: #b7b7b7;
    font-size: 15px;
    padding-top: 5px;
}
.card-icon {font-size: 60px;padding-left: 10px}
.territoryname {color:#555;font-size: 14px;letter-spacing:0;position: relative;top: -12px;right: 6px;}

.ninetypercent {opacity: 0.9}
.eighttypercent {opacity: 0.8}
.seventypercent {opacity: 0.7}
.sixtypercent {opacity: 0.6}
.fiftypercent {opacity: 0.5}
.fourtypercent {opacity: 0.4}
.thirtypercent {opacity: 0.3}
.twentypercent {opacity: 0.2}
.tenpercent {opacity: 0.1}

.turnovertarget {
    background-color: #6bc04b;
    color: #fff;
    text-align: center;
    padding-right: 55px;
    margin: 0;
    /* border-radius: 100px; */
    /* width: 250px; */
    /* height: 250px; */
    /* vertical-align: middle; */
    width: 203px;
    height: 91px;
    right: -0px;
    clear: both;
    /* float: right; */
    top: 60px;
    position: absolute;
    padding: 20px 10px 10px 10px;
}

.turnovertarget-figure{font-size: 26px;font-weight: 800;font-family: montserrat, sans-serif;line-height: 28px}


    .type-decoration{
      position: absolute;
      left: 0;
      top: 83px;
      /* width: 200px; */
      background: #00aab8;
      /*width:100px;*/
      border:none;
      display:inline-block;
      height: 22px;
      padding: 3px 0 0 275px;
      margin: 0 1px;
      color:  white;
      font-family:  montserrat;
      text-transform: uppercase;
      /*letter-spacing: 0.5px;*/
      font-weight: 700;
      /*padding-right: 20px;*/
      z-index: 1;
    }




.type-site_moved {background-color: #9fa1a1 !important;}
    .type-active {background-color: #6bc04b !important;}
    .type-removed {background-color: red !important;}
    .type-lapsed {background-color: #fd8407 !important;}
    .type-trial {background-color: #d9fbff !important;}
    .type-text {/* margin-top: -9px; */ position: relative; top: -6px; padding-right: 15px;}

.GUID {
    background-color: red !important;
    /* padding: 7px; */
    height: 25px;
    margin-top: -3px;
    width: 25px;
    padding: 0 6px 0 6px;
    font-size: 1.5em;
    margin-right: -4px;
}
.NOGUID {
    background-color: #c9c9c9 !important;
    color: #a0a0a0;
    height: 25px;
    margin-top: -3px;
    width: 25px;
    padding: 0 6px 0 6px;
    font-size: 1.5em;
    margin-right: -4px;
}

.MYOBGUID {
    background-color: #fff !important;
    /* padding: 7px; */
    height: 25px;
    margin-top: -3px;
    width: 25px;
    padding: 0 6px 0 6px;
    font-size: 1.5em;
    margin-right: -4px;
    background: url("/img/myob.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}
.MYOBNOGUID {
    background-color: #c9c9c9 !important;
    color: #a0a0a0;
    height: 25px;
    margin-top: -3px;
    width: 25px;
    padding: 0 6px 0 6px;
    font-size: 1.5em;
    margin-right: -4px;
    background: url("/img/nomyob.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.SERVICE_NORMAL {
    background-color: #c9c9c9 !important;
    color: #a0a0a0;
    height: 25px;
    margin-top: -3px;
    width: 25px;
    padding: 0 8px 0 8px;
    font-size: 1.5em;
    margin-left: -4px;
}

.SERVICE_SUSPENDED {
    background-color: red !important;
    height: 25px;
    margin-top: -3px;
    width: 25px;
    padding: 0 8px 0 8px;
    font-size: 1.5em;
    margin-left: -4px;
    display: inline-block;
}

.suspended_highlight{
    background-color:#fd8407;
    padding:23px;
    margin-bottom:25px;
    color:white;
    font-size:17px;
    font-family:montserrat;
}

.suspended-billing-highlight{
    background-color: black !important;
}

.HASUSER{
    background-color:#00aab8 !important;
    height:25px;
    margin-top:-3px;
    width:25px;
    padding:0 8px 0 8px;
    font-size:1.5em;
    margin-left:-4px;
}

.agreement {
    background-color: #6bc04b !important;
    height: 25px;
    margin-top: -3px;
    width: 25px;
      padding: 0 8px 0 8px;
    font-size: 1.5em;}

.noagreement {
    background-color: #a0a0a0 !important;
    color: #c7c7c7;
    /* padding: 7px; */
    height: 25px;
    margin-top: -3px;
    width: 25px;
    padding: 0 8px 0 8px;
    font-size: 1.5em;
}

.expiredagreement {
    background-color: #fed25d !important;
    color: #fff;
    /* padding: 7px; */
    height: 25px;
    margin-top: -3px;
    width: 25px;
    padding: 0 8px 0 8px;
    font-size: 1.5em;
}

.NOUSER {
    background-color: #a0a0a0 !important;
    color: #c7c7c7;
    /* padding: 7px; */
    height: 25px;
    margin-top: -3px;
    width: 25px;
    padding: 0 8px 0 8px;
    font-size: 1.5em;
    margin-left:-4px;
}
.serviceiconno {
    background-color: #c9c9c9 !important;
    color: #a0a0a0;
    /* padding: 7px; */
    height: 25px;
    margin-top: -3px;
    width: 25px;
    padding: 0 8px 0 8px;
    font-size: 1.5em;
    margin-left: -4px;
}


.serviceiconyes {background-color: #00aeef !important;
    /* padding: 7px; */
    height: 25px;
    margin-top: -3px;
    width: 25px;
    padding: 0 8px 0 8px;
    font-size: 1.5em;
    margin-left: -4px;
}

.fa-text:hover {color: #909090 !important;}
.fa-text {font-size: 26px; padding-right:10px;}

.orders_products:hover {color: #909090 !important;}
.orders_products {font-size: 26px;color: #00AAB8}

.orders_notes:hover {color: #909090 !important;}
.orders_notes {
    font-size: 26px;
    color: #00aab8;
}

.orders_managed_stock_notes {
    font-size: 26px;
    color: #F36D6F;
}
.orders_managed_stock_notes:hover {color: #909090 !important;}

.orders_products_oos:hover {color: #909090 !important;}
.orders_products_oos {font-size: 26px;;color:red;}

.icon-order_add_freight:hover {color: #909090 !important;}
.icon-order_add_freight {font-size: 26px;color:#b7b7b7;}

.icon-order_freight_added:hover {color: #909090 !important;}
.icon-order_freight_added {font-size: 26px;color:#11c311;}

.icon-order_add_freight_force:hover {color: #909090 !important;}
.icon-order_add_freight_force{font-size: 26px;color:red;}

.orders_onhold-text {color: #fad1d1;}

.order_reminder_ordered {color:#11c311}
.order_reminder_actioned {color: #00aab8}
.order_reminder_unactioned {color:#FD8407}



/* TABS */
/* W3.CSS 4.10 February 2018 by Jan Egil and Borge Refsnes */

.w3-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-btn,.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn:disabled:hover{box-shadow:none}
.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.w3-badge{border-radius:50%}
.w3-ul{list-style-type:none;padding:0;margin:0}.w3-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.w3-ul li:last-child{border-bottom:none}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-ripple:active{opacity:0.5}.w3-ripple{transition:opacity 0s}
.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.w3-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block}
.w3-dropdown-hover:first-child,.w3-dropdown-click:hover{background-color:#ccc;color:#000}
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000}
.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px}
.w3-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-main,#main{transition:margin-left .4s}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.w3-bar{/*width:100%;*/padding-left: 0px;overflow:hidden;border-bottom: 1px solid #dddddd;border-left: 1px solid #ddd;background: #00aab8;margin: 0px 1px 0px 0px;}
.w3-center .w3-bar{display:inline-block;width:auto}
.w3-bar .w3-bar-item{padding:8px 22px 8px 19px;float:left;width:auto;border:none;display:block;outline:0; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.w3-bar .w3-button{white-space:normal;white-space: normal;
    /* border: 1px solid #999; */
    margin-right: 4px;
    margin-top: 4px;
    background: #b1b1b1;
    border-top-right-radius: 28px;
    border-top-left-radius: 10px;
    font-family: 'Montserrat';
    /* text-transform: uppercase; */
    /* padding-right: 0px; */
    font-weight: 400;
    font-size: 12px;
    letter-spacing: px;}
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-responsive{display:block;overflow-x:auto}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}}
@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}
.w3-content{max-width:980px;margin:auto}.w3-rest{overflow:hidden}
.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell}
.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-display-position{position:absolute}
.w3-circle{border-radius:50%}
.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-container{padding:0.0em 0}.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-code,.w3-codespan{font-family:Consolas,"courier new";font-size:16px}
.w3-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}
.w3-opacity-max{opacity:0.25}.w3-opacity-min{opacity:0.75}
.w3-greyscale-max,.w3-grayscale-max,.w3-hover-greyscale:hover,.w3-hover-grayscale:hover{filter:grayscale(100%)}
.w3-greyscale,.w3-grayscale{filter:grayscale(75%)}.w3-greyscale-min,.w3-grayscale-min{filter:grayscale(50%)}
.w3-sepia{filter:sepia(75%)}.w3-sepia-max,.w3-hover-sepia:hover{filter:sepia(100%)}.w3-sepia-min{filter:sepia(50%)}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}
.w3-border-0{border:0!important}.w3-border{border:1px solid #ccc!important}
.w3-border-top{border-top:1px solid #ccc!important}.w3-border-bottom{border-bottom:1px solid #ccc!important}
.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
.w3-topbar{border-top:6px solid #ccc!important}.w3-bottombar{border-bottom:6px solid #ccc!important}
.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important}
.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}
.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-padding-small{padding:4px 8px!important}.w3-padding{padding:8px 16px!important}.w3-padding-large{padding:12px 24px!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}.w3-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-transparent,.w3-hover-none:hover{background-color:transparent!important}
.w3-hover-none:hover{box-shadow:none!important}
/* Colors */
.w3-amber,.w3-hover-amber:hover{color:#000!important;background-color:#ffc107!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-light-blue,.w3-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-brown,.w3-hover-brown:hover{color:#fff!important;background-color:#795548!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-cyan,.w3-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-blue-grey,.w3-hover-blue-grey:hover,.w3-blue-gray,.w3-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-light-green,.w3-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-indigo,.w3-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-khaki,.w3-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-lime,.w3-hover-lime:hover{color:#000!important;background-color:#cddc39!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-deep-orange,.w3-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-pink,.w3-hover-pink:hover{color:#fff!important;background-color:#e91e63!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-purple,.w3-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-teal,.w3-hover-teal:hover{color:#fff!important;background-color:#11585f!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-sand,.w3-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-yellow,.w3-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-grey,.w3-hover-grey:hover,.w3-gray,.w3-hover-gray:hover{color:#fff!important;/*background-color:#999!important;*/ font-family: montserrat, sans-serif;font-weight: 600;}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-dark-grey,.w3-hover-dark-grey:hover,.w3-dark-gray,.w3-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-pale-red,.w3-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-pale-green,.w3-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-amber,.w3-hover-text-amber:hover{color:#ffc107!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-aqua,.w3-hover-text-aqua:hover{color:#00ffff!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-blue,.w3-hover-text-blue:hover{color:#2196F3!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-light-blue,.w3-hover-text-light-blue:hover{color:#87CEEB!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-brown,.w3-hover-text-brown:hover{color:#795548!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-cyan,.w3-hover-text-cyan:hover{color:#00bcd4!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-blue-grey,.w3-hover-text-blue-grey:hover,.w3-text-blue-gray,.w3-hover-text-blue-gray:hover{color:#607d8b!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-green,.w3-hover-text-green:hover{color:#4CAF50!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-light-green,.w3-hover-text-light-green:hover{color:#8bc34a!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-indigo,.w3-hover-text-indigo:hover{color:#3f51b5!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-khaki,.w3-hover-text-khaki:hover{color:#b4aa50!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-lime,.w3-hover-text-lime:hover{color:#cddc39!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-orange,.w3-hover-text-orange:hover{color:#ff9800!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-deep-orange,.w3-hover-text-deep-orange:hover{color:#ff5722!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-pink,.w3-hover-text-pink:hover{color:#e91e63!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-purple,.w3-hover-text-purple:hover{color:#9c27b0!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-deep-purple,.w3-hover-text-deep-purple:hover{color:#673ab7!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-red,.w3-hover-text-red:hover{color:#f44336!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-sand,.w3-hover-text-sand:hover{color:#fdf5e6!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-teal,.w3-hover-text-teal:hover{color:#009688!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-yellow,.w3-hover-text-yellow:hover{color:#d2be0e!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-white,.w3-hover-text-white:hover{color:#fff!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-black,.w3-hover-text-black:hover{color:#000!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-grey,.w3-hover-text-grey:hover,.w3-text-gray,.w3-hover-text-gray:hover{color:#757575!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-light-grey,.w3-hover-text-light-grey:hover,.w3-text-light-gray,.w3-hover-text-light-gray:hover{color:#f1f1f1!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-text-dark-grey,.w3-hover-text-dark-grey:hover,.w3-text-dark-gray,.w3-hover-text-dark-gray:hover{color:#3a3a3a!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-border-amber,.w3-hover-border-amber:hover{border-color:#ffc107!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-border-aqua,.w3-hover-border-aqua:hover{border-color:#00ffff!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-border-blue,.w3-hover-border-blue:hover{border-color:#2196F3!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-border-light-blue,.w3-hover-border-light-blue:hover{border-color:#87CEEB!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-border-brown,.w3-hover-border-brown:hover{border-color:#795548!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-border-cyan,.w3-hover-border-cyan:hover{border-color:#00bcd4!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-border-blue-grey,.w3-hover-border-blue-grey:hover,.w3-border-blue-gray,.w3-hover-border-blue-gray:hover{border-color:#607d8b!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-border-green,.w3-hover-border-green:hover{border-color:#4CAF50!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-border-light-green,.w3-hover-border-light-green:hover{border-color:#8bc34a!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-border-indigo,.w3-hover-border-indigo:hover{border-color:#3f51b5!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-border-khaki,.w3-hover-border-khaki:hover{border-color:#f0e68c!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-border-lime,.w3-hover-border-lime:hover{border-color:#cddc39!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-border-orange,.w3-hover-border-orange:hover{border-color:#ff9800!important; font-family: montserrat, sans-serif;font-weight: 600;}
.w3-border-deep-orange,.w3-hover-border-deep-orange:hover{border-color:#ff5722!important}
.w3-border-pink,.w3-hover-border-pink:hover{border-color:#e91e63!important}
.w3-border-purple,.w3-hover-border-purple:hover{border-color:#9c27b0!important}
.w3-border-deep-purple,.w3-hover-border-deep-purple:hover{border-color:#673ab7!important}
.w3-border-red,.w3-hover-border-red:hover{border-color:#f44336!important}
.w3-border-sand,.w3-hover-border-sand:hover{border-color:#fdf5e6!important}
.w3-border-teal,.w3-hover-border-teal:hover{border-color:#009688!important}
.w3-border-yellow,.w3-hover-border-yellow:hover{border-color:#ffeb3b!important}
.w3-border-white,.w3-hover-border-white:hover{border-color:#fff!important}
.w3-border-black,.w3-hover-border-black:hover{border-color:#000!important}
.w3-border-grey,.w3-hover-border-grey:hover,.w3-border-gray,.w3-hover-border-gray:hover{border-color:#9e9e9e!important}
.w3-border-light-grey,.w3-hover-border-light-grey:hover,.w3-border-light-gray,.w3-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.w3-border-dark-grey,.w3-hover-border-dark-grey:hover,.w3-border-dark-gray,.w3-hover-border-dark-gray:hover{border-color:#616161!important}
.w3-border-pale-red,.w3-hover-border-pale-red:hover{border-color:#ffe7e7!important}.w3-border-pale-green,.w3-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.w3-border-pale-yellow,.w3-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.w3-border-pale-blue,.w3-hover-border-pale-blue:hover{border-color:#e7ffff!important}
.product-tab, .city {padding-left:50px;padding-top: 25px}

.print-checkbox {font-size: 16px}

.gray-hover {}
a.gray-hover {}
a.gray-hover:hover {color: #ddd}

.customer-split-left {width: 50%;float: left;}
.customer-split-right {/*width: 50%*/}

.menu-icon {
    color: #bababa;
    font-size: 25px;
    width: 25px !important;
    text-align: center;
    float: left;
    padding: 2px 11px 0 0;
}

.menu-text {
    color: #bababa;
    font-size: 25px;
        text-align: left;
    float: right;
}

.modal-header .close {
    margin-top: 2px;
    position: absolute;
    right: 15px;
    top: 10px;
}
    .product-name-proposal-group {
    width: 90%;
    display: inline-block;
}

.group-remove {
        margin-top: 0 !important;
}

.customer-icon-large{font-size: 205px}

.user-type-icon-large{font-size: 300px}

.user-address{line-height:18px;height:100px}

.verticalTableHeader {
    text-align: right;
    white-space: nowrap;
    transform-origin: 164% 58%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    /* transform: rotate(-90deg); */
    max-width: 25px;
    width: 25px;
    height: 50px;
    padding: 70px 0px 0px 4px !important;

}
.verticalTableHeader:before {
    content:'';
    padding-top:110%;/* takes width as reference, + 10% for faking some extra padding */
    display:inline-block;
    vertical-align:middle;
}

.leftcolumn{display: inline-block;width:50%;margin:0}
.rightcolumn{display: inline-block;width:50%;vertical-align: top;margin:0}

.form-horizontal textarea {line-height:19px !important}

.cursor-pointer{
    cursor: pointer;
}
.wide-modal{width:630px !important}

table.jss {
    border-collapse: collapse;
}

table.jss,table.jss td {
    border: 1px solid #ddd;
    background-color: #fff;
}

table.jss .highlight td:not(:nth-child(1)) {
    background-color: #eeeeee;
    z-index: inherit;
}

.btn-helplines {
    position: absolute;
    top: 100px;
    right: 170px;
}

.statementsbtn{position: fixed;
    top: 85px;
    right: 25px;
    border: 5px solid #d7d6d6;
    background-color: #00AAb8;
    height: 50px;
    width: 50px;
    border-radius: 120px;
    padding: 10px;}
.statementsicon{color: #fff;font-size: 35px}

.table-scrollbar {
position: relative;
height: 332px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
/*border-bottom: 1px solid #ddd;*/
margin-bottom: 25px;
background: white;
}

.customer_link {color:#00aab8}

.approval_reason {    font-family: Montserrat;
    color: white;
    font-weight: 500;
    padding: 15px 15px 15px 15px;
    background: red;
    margin-bottom: 15px;
    margin-top: -15px;}
.agreement_table{background-color: #fff;
    border: 0px solid #ddd;}
.agreement_table td {background-color: #fff;
    border-top: 1px solid #ddd;}

.nav-tabs>li>a {    border: 1px solid #eaeaea;
    background: #f7f7f7;}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
    color: #00aab8;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    font-family: montserrat;
    font-weight: 500;
}

.modal-body-agreement {
    position: relative;
    max-height: 465px;
    padding: 15px;
    overflow-y: auto;
}

.nositeaccess{font-family:montserrat;color:#fd8407;font-weight:600}

.filter.sticky {
        top: 66px;
        right: 0;
        left: 222px;
        z-index:1;
    }

button:focus {outline:0;}

.slide-img-preview {
    background: rgb(0, 109, 117);
    background: linear-gradient(90deg, rgba(0, 109, 117, 1) 0%, rgba(0, 163, 177, 1) 24%, rgba(0, 183, 199, 1) 61%, rgba(0, 150, 163, 1) 100%);
}

.float-right {
    float: right;
}

/*TRAINING*/
.lesson-title{font-weight: 100;font-size:18px}
.training-details th{width:100px;text-align: left;padding-left: 10px}
.training-details td{border-bottom:1px solid #00aab8;text-align: left;padding-left: 10px}
.training-section{overflow: hidden;width:95%;max-width:900px;margin:auto;padding:40px;background: #fff;border:1px solid #eaeaea;margin-bottom:25px;box-shadow: 1px 1px 4px #999999}
.training-section h1, h2, h3{color:#00aab8;margin-bottom: 25px}
.training-section h5 {color:#00aab8;padding:25px 0px 10px 0px}
.training-section h4  {color: #00aab8;    padding: 25px 0px 4px 0px;    border-bottom: 1px dotted;    margin-bottom: 11px;}
.training-section h1 {font-weight: 100}
.training-section strong {color:#00aab8;font-family:montserrat}
.training-section ul {
    margin-bottom: 10px;

}
.training-section ul li::before {
    content: "\25FC";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    list-style: none;
    color: #00aab8; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1.5em; /* Also needed for space (tweak if needed) */
    margin-left: -1.5em; /* Also needed for space (tweak if needed) */
}

.training-section li {    margin-bottom: 8px;
    max-width: 1000px;
    line-height: 24px !important;}
.logotraining {
    width: 100%;
    height: 45px;
    text-align: left;
    float: left;
    padding-left: 0.5%;
    background-color: #00aab8;
    background: url("../img/hooptraining.jpg");
    padding-top: 11px;
    margin-top: -29px;
}
.page-header-bar-training {
    height: 95px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 110px;
    padding-left: 96px;
    z-index: 1000;
    /* margin-left: 42px; */
    border-bottom: 1px solid #dddddd;
    margin-bottom: 50px;
    color: #00aab8;
}

.page-header-bar-training h1{
    color: #00aab8;
    font-family: 'montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.fullwidthpadding-training {
    padding-left: 56px;
    padding-right: 56px;
    margin-left: 42px;
}
.lesson-title-table{font-family: Montserrat;font-size: 13px;color:#00aab8}

.accounts-small-headings{font-family: Montserrat;color:#00aab8;font-weight: bold; text-transform: uppercase;}

.pop-empty::after {
    font-weight: 600;
    font-size: 1.33rem;
    content: "!";
    display: inline-block;
    color: red;
    height: 100%;
    line-height: 1.5rem;
    margin-bottom: 0;
    vertical-align: middle;
    padding-left: 5px;
    font-family: Montserrat;
}

.selectize-control.multi .selectize-input .item{
    position:relative;
}
.selectize-control.multi .selectize-input .icon-remove{
    position:absolute;
    top:2.5px;
    right:2.5px;
    font-size:10px;
}
#selectable_customers li { color:#00aab8;list-style:square inside}


#open_unleashed_modal {background-image: linear-gradient(to right, #6100a5 0%, #ed0677  51%, #6100a5  100%)}
#open_unleashed_modal {

    padding: 5px 10px;
    text-align: center;

    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 50px;
}

#open_unleashed_modal:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
.credit1{background: #ffecd7 !important;}

.stock-out > td:first-child {
    color: red;
}

.banner-wrapper{
    position: relative;
    padding-bottom: 10px;
}

/*.banner-link {*/
/*    position: absolute;*/
/*    border: 0;*/
/*    width: 130px;*/
/*    height: 35px;*/
/*    left: 790px;*/
/*    top: 195px;*/
/*}*/

.banner-image {
    display: block;
    margin: auto;
    max-height: 240px;
    max-width: 1120px;
}


tr.collectives_agreement_pending {
    background-color: #fad1d1;
}

.stats-modal {width:98%}
.stats-modal table {}
.stats-modal th {border:1px #00aab8 solid}
.stats-modal td {border:1px #eaeaea solid}
.stats-modal th {background:#00aab8;color:#fff !important}

.cancelled_advice_header {
    background: #ffd5d5!important;
}
.cancelled_advice_body {
    background: #ffe3e3!important;
}
.cancelled_stamp {
    position: fixed;
    color: #fff2f2;
    top: 116px;
    right: 30px;
    font-family: montserrat;
    font-size: 72px;
    font-weight: 700;
    text-transform: uppercase;
}

/* date picker issue fix with html5 */
input::-webkit-calendar-picker-indicator{
    display: none;
}

input[type="date"]::-webkit-input-placeholder{
    visibility: hidden !important;
}

/* Page Css */
