﻿/* ============================================================
 CUSTOM FONTS
============================================================ */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400');


/*Craig Added*/

#logonav {
    float: left;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    text-align: right;
    overflow: hidden;
    clear: left;
}

.dl-horizontal dd {
    margin-left: 180px;
    text-align: left;
}

.form-group label {
    padding-right: 10px;
}

.form-group span {
    padding-left: 10px;
}

.text-danger {
    color: red;
}

.form-group {
    padding-bottom: 20px;
}

.Calculator {
    width: 60%;
}

.Calculator2 {
    width: 70%;
}

.Calculator input[type="text"] {
    width: 150px;
    height: 50px;
    color: #fff !important;
    background-color: #237886;
}

.notinput {
    background-color: #16375e !important;
}


.Calculator .autoNumeric-positive {
    color: #183A63;
    font-weight: bold;
    font-size: 18px;
}

.Calculator .autoNumeric-negative {
    color: #D72631;
    font-weight: bold;
    font-size: 18px;
}

.Calculator .savinglabel {
    color: #183A63;
    font-weight: bold;
    font-size: 18px;
}

.Calculator2 .autoNumeric-positive {
    color: #183A63;
    font-weight: bold;
    font-size: 18px;
}

.Calculator2 .autoNumeric-negative {
    color: #D72631;
    font-weight: bold;
    font-size: 18px;
}

.Calculator2 .savinglabel {
    color: #183A63;
    font-weight: bold;
    font-size: 18px;
}

.citylist-filter {
    width: 58%;
    float: right;
    padding-bottom: 10px;
}

.totalRow td {
    font-weight: bold;
}

.no-wrap {
    white-space: nowrap;
}

/* ============================================================
  HTML & BODY
============================================================ */

/*html {
	height: 100%;
	overflow: hidden;
}*/
body {
    /*background: url(/images/bg.jpg) no-repeat center bottom fixed;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	height: 100%; */
    background-color: #00213c;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    margin: 0;
    padding: 0;
}

#loginbody {
    background: url(/images/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a {
    color: #2e8eab;
    text-decoration: none;
}

    a:hover {
        color: #999999;
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

h1 {
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0;
    text-align: center;
    padding-bottom: 10px;
}

h3 {
    font-family: 'Lato', sans-serif;
    font-size: 34px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 0;
    letter-spacing: 3px;
}

hr {
    border: none;
    color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    height: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
}

    hr.dashed {
        background-color: transparent;
        border-top: 2px dashed rgba(255, 255, 255, 0.2);
    }

img {
    border: none;
    max-width: 100%;
    /* just in case, to force correct aspet ratio */
    height: auto !important;
    margin: 0;
    vertical-align: middle;
}

input[type="email"] {
    background: rgba(0, 0, 0, 0.2);
    font-family: 'Lato', sans-serif;
    font-size: large;
    border-radius: 8px;
    /*color: rgba(255, 255, 255, 0.7);*/
    height: 60px;
    border: 0;
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-transform: none;
    width: 320px;
}

input[type="password"] {
    background: rgba(0, 0, 0, 0.2);
    font-family: 'Lato', sans-serif;
    font-size: large;
    border-radius: 8px;
    /*color: rgba(255, 255, 255, 0.7);*/
    height: 60px;
    border: 0;
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-transform: none;
    width: 320px;
}

    input[type="password"]:placeholder-shown {
        text-transform: none;
    }

input[type="text"] {
    background: rgba(0, 0, 0, 0.2);
    font-family: 'Lato', sans-serif;
    font-size: large;
    border-radius: 8px;
    /*color: rgba(255, 255, 255, 1);*/
    height: 60px;
    border: 0;
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-transform: none;
    width: 320px;
}

input[type="datetime"] {
    background: rgba(0, 0, 0, 0.2);
    font-family: 'Lato', sans-serif;
    font-size: large;
    border-radius: 8px;
    /*color: rgba(255, 255, 255, 1);*/
    height: 60px;
    border: 0;
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-transform: none;
    width: 320px;
}

input[type="number"] {
    background: rgba(0, 0, 0, 0.2);
    font-family: 'Lato', sans-serif;
    font-size: large;
    border-radius: 8px;
    /*color: rgba(255, 255, 255, 1);*/
    height: 60px;
    border: 0;
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-transform: none;
    width: 320px;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    appearance: checkbox !important;
}



select {
    background: rgba(0, 0, 0, 0.2);
    font-family: 'Lato', sans-serif;
    font-size: large;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 7px;
    /*color: rgba(255, 255, 255, 0.7) !important;*/
    height: 60px;
    border: 0;
    text-transform: none;
    text-align-last: left;
    width: 280px;
}

    select:active, select:focus {
        background: rgba(0, 0, 0, 0.2) !important; /* to prevent Edge/IE extra background padding */
    }

    select option[value=""] {
        color: rgba(255, 255, 255, 1) !important;
    }

    select option {
        font-family: 'Lato', sans-serif;
        font-size: large;
        background: rgba(0, 0, 0, 0.2);
        padding: 7px;
        /* color: rgba(255, 255, 255, 0.7);*/
        text-transform: none;
    }

.select-selected {
    color: #009fe2 !important;
}

#selects {
    margin-bottom: 18px;
}

    #selects select {
        width: 30%;
    }

        #selects select.dm {
            margin-right: 4%;
        }

        #selects select.y {
            margin-right: 0;
        }

textarea {
    background: rgba(0, 0, 0, 0.2);
    font-family: 'Lato', sans-serif;
    font-size: large;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    /*color: rgba(255, 255, 255, 0.7);*/
    border: 0;
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: none;
}

.txt-transform-none {
    text-transform: none !important;
}

::selection {
    background: #252525;
    color: #fff;
}

::-moz-selection {
    background: #252525;
    color: #fff;
}

::placeholder {
    color: rgba(0, 0, 0, 0.3);
    text-align: center;
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    text-align: center;
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
    opacity: 0.3;
    text-align: center;
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
    text-align: center;
}
/* ============================================================
  PRIMARY STRUCTURE
============================================================ */

#contentbody {
    font-size: 16px;
    width: 1200px;
    margin: 0 auto;
    padding: 25px 0 50px; /*edited by Craig*/
    line-height: 1.5em;
    text-align: left;
    margin-top: 75px;
}

#contentbodylogin {
    font-size: 16px;
    width: 1200px;
    margin: 0 auto;
    padding: 25px 0 50px; /*edited by Craig*/
    line-height: 1.5em;
    text-align: left;
    margin-top: 25px;
}

#map {
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-sizing: border-box;
    height: 700px;
    width: 100%;
}

#map2 {
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-sizing: border-box;
    height: 700px;
    width: 100%;
    background-color: #f4f4f4;
}

#mapbody {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px 0;
    font-size: large;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

#loginheader {
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 auto;
    margin-top: 50px;
    padding-top: 25px;
    width: 100%;
    text-align: center;
    margin-bottom: 150px;
}

    #loginheader img {
        width: 450px;
    }

        #loginheader img .pad-right {
            padding-right: 50px;
        }


#footer {
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 auto;
    padding: 25px 0;
    width: 100%;
    text-align: center;
}

    #footer img {
        width: 200px;
        margin: 0px 0 15px;
    }

    #footer .spacer {
        display: inline-block;
        padding-right: 25px;
    }

#loginbody #footer {
    color: #000;
}

#header {
    width: 100%;
    padding: 20px 0;
    top: 0;
    position: fixed;
    background-color: #00213c;
    z-index: 100;
    border-bottom: 2px solid #000;
    -webkit-box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.2);
}
/*#header img {
  -webkit-filter: drop-shadow(5px 5px 5px #009549);
  filter: drop-shadow(5px 5px 5px #009549);
}*/
#popupbody {
    width: 95%;
    padding: 25px 2.5%;
    line-height: 1.5em;
    border-bottom: 8px solid #2e8eab;
    border-top: 8px solid #2e8eab;
}

    #popupbody input[type="email"] {
        width: 100%;
        text-align: left !important;
    }

    #popupbody input[type="password"] {
        width: 100%;
        text-align: left !important;
    }

    #popupbody input[type="text"] {
        width: 100%;
        text-align: left !important;
    }

    #popupbody select {
        width: 100%;
    }

    #popupbody textarea {
        width: 100%;
    }

    #popupbody ::placeholder {
        text-align: left;
    }

    #popupbody ::-webkit-input-placeholder {
        text-align: left;
    }

    #popupbody ::-moz-placeholder {
        text-align: left;
    }

    #popupbody :-ms-input-placeholder {
        text-align: left;
    }

#wrapper {
    background: #fff;
    width: 100%;
}

#loginbody #wrapper {
    background: transparent;
}

.adminpagesplit {
    display: flex;
    overflow: hidden;
    height: 100vh;
    margin-top: -100px;
    padding-top: 100px;
    position: relative;
    width: 100%;
    backface-visibility: hidden;
    will-change: overflow;
}

    .adminpagesplit select {
        width: 100%;
        margin-bottom: 25px;
    }

.adminpagesplit_left::-webkit-scrollbar, .adminpagesplit_right::-webkit-scrollbar {
    display: none;
}

.adminpagesplit_left, .adminpagesplit_right {
    overflow: auto;
    height: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

.adminpagesplit_left {
    width: 45%;
}

.adminpagesplit_right {
    width: 55%;
    margin: 0 0 0 5%;
    flex: 1;
}

.align-left {
    text-align: left;
}

.brands {
    padding: 20px 0 0;
}

    .brands img {
        padding: 18px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .brands img:hover {
            -webkit-filter: drop-shadow(5px 5px 5px #2e8eab);
            filter: drop-shadow(5px 5px 5px #2e8eab);
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
            cursor: pointer;
        }

    .brands ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .brands ul li {
            display: inline;
            margin: 0;
            padding: 0;
        }

.footer {
    width: 1200px;
    margin: 0 auto;
}

.imgdropshadow img {
    -webkit-filter: drop-shadow(3px 3px 3px #adadad);
    filter: drop-shadow(3px 3px 3px #adadad);
}

.lesstopmargin {
    margin-top: 25px !important;
}

.pagesplit {
    padding: 0;
}

    .pagesplit:after {
        content: "";
        display: table;
        clear: both;
    }

.left {
    float: left;
    width: 48.5%;
    padding: 0 3% 0 0;
}

.right {
    float: right;
    width: 48.5%;
    text-align: left;
}

.dshbrd-header {
    background: #f6f6f6;
    border: 1px solid #e5e5e5;
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 6px;
    color: #252525;
    font-size: 20px;
    text-transform: uppercase;
    margin: 15px 0 0;
    text-align: left;
    line-height: 75px;
}

.dshbrd-subheader {
    font-weight: 400;
    padding: 20px 0 0 15px;
    color: #252525;
    font-size: 20px;
    text-align: left;
}

    .dshbrd-subheader i {
        padding-right: 10px;
        opacity: 0.5;
    }

.dshbrd-content {
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #252525;
    font-size: 15px;
    padding: 15px 5px 0;
    width: 100%;
    text-align: left;
    font-weight: 400;
}


    .dshbrd-content > div {
        -box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding: 5px 9px;
        display: table;
        width: 100%;
        vertical-align: middle;
    }

        .dshbrd-content > div:nth-child(even) {
            background-color: rgba(0,0,0,0.03);
            color: rgba(0,0,0,0.5);
        }

        .dshbrd-content > div > div:nth-child(odd) {
            display: table-cell;
            vertical-align: middle;
            font-weight: bold;
            width: 32%;
            padding: 0 15px 0 0;
        }

        .dshbrd-content > div > div:nth-child(even) {
            display: table-cell;
            vertical-align: middle;
            width: 68%;
        }

        .dshbrd-content > div.incomplete {
            color: #ff3300;
        }

            .dshbrd-content > div.incomplete:nth-child(even) {
                background-color: #ff3300;
                color: rgba(255,255,255,1);
            }

.iconWrapper {
    display: table;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    font-size: 32px;
}

    .iconWrapper.sales {
        background-color: #ffc600;
    }

    .iconWrapper.finance {
        background-color: #a0ca62;
    }

    .iconWrapper.general {
        background-color: #6a6a6a;
    }

    .iconWrapper.construction {
        background-color: #2871d6;
    }

    .iconWrapper.conveyancing {
        background-color: #d63f3f;
    }

    .iconWrapper.conveyancingbond {
        background-color: #66cccc;
    }

    .iconWrapper.documentation {
        background-color: #ff6600;
    }

    .iconWrapper.notes {
        background-color: #9f00a1;
    }

    .iconWrapper i {
        color: #fff;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.rankings_left {
    float: left;
    width: 40%;
    margin: 0;
}

.rankings_right {
    float: right;
    width: 55%;
    margin: 0 0 0 5%;
}

.rankings:after {
    content: "";
    display: table;
    clear: both;
}

.table_padding {
    table-layout: fixed;
}

    .table_padding input[type="email"] {
        width: 100%;
    }

    .table_padding input[type="password"] {
        width: 100%;
    }

    .table_padding input[type="text"] {
        width: 100%;
    }

    .table_padding select {
        width: 100%;
    }

    .table_padding textarea {
        width: 100%;
    }

    .table_padding td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.td_padding {
    padding-top: 15px;
    color: #000;
}

.login_page {
    width: 35%;
    padding-top: 30px;
    margin: 0 auto;
}

.narrow_tables {
    width: 55%;
    margin: 0 auto;
}

.pagination {
    display: inline-block;
    padding: 50px 0;
    cursor: pointer;
}

    .pagination a {
        color: #fff;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .6s;
        margin: 0 4px;
    }

        .pagination a.active {
            background-color: #009fe2;
            color: white;
            border-radius: 5px;
        }

        .pagination a:hover:not(.active) {
            background-color: #545452;
            border-radius: 5px;
        }
/* This sllows centering floated elements */
.outer-div {
    position: relative;
    float: right;
    right: 50%;
}

.inner-div {
    position: relative;
    float: right;
    right: -50%;
}

.floating-div {
    float: left;
    margin: 0 1.5em;
    border: 1px solid red;
}
/* example of the floated div */
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.divTotalFleets {
    float: right;
    padding-right: 192px;
}

#svgSalesMap {
    width: 800px;
    height: 600px;
    margin: auto;
    display: block
}

    #svgSalesMap g {
        pointer-events: bounding-box;
    }

    #svgSalesMap .provinceoutside path {
        stroke: #ccc;
        stroke-width: 0.5px;
    }

    #svgSalesMap .province path {
        stroke-width: 0px !important;
    }

    #svgSalesMap .provincehover path {
        stroke: #fff !important;
        stroke-width: 1px !important;
    }

    #svgSalesMap .fitmentcentre path {
        fill: #16375e;
    }

    #svgSalesMap .fitmentcentrehover path {
        fill: #000;
    }

.maplegend-table {
    width: 20%;
    margin-right: 220px;
    float: right;
}

    .maplegend-table td, th {
        border: 1px #9F9F9F solid;
        padding: 2px;
    }

    .maplegend-table tr td:first-child {
        color: #fff;
    }

        .maplegend-table tr td:first-child i {
            border-radius: 25px;
            padding: 5px;
        }


/* ============================================================
  TEXT LEVEL SEMANTICS
============================================================ */

.boldme {
    font-weight: bold;
}

.centercontent {
    text-align: center !important;
}

.charactersremaining {
    padding: 0 10px;
    font-size: 14px;
    text-align: right;
    color: #cccccc;
}

.copyright {
    font-size: 12px;
}

    .copyright .logo {
        font-size: 16px;
    }

.hiddenfile {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.highlight {
    color: #2e8eab;
    font-weight: 400;
}

    .highlight a {
        color: #2e8eab;
        text-decoration: none;
    }

        .highlight a:hover {
            color: #fff;
            text-decoration: underline;
        }
/* Old Design has .error
    .error {
	font-family: 'Lato', sans-serif;
	color: #fff;
	background-color: #cc0000;
	border-radius: 8px;
	width: 94%;
	font-size: large;
	margin: 25px auto;
	padding: 3%;
	text-align: center;
}
*/
.menu-selected a {
    color: #009fe2 !important;
}

.profiledetails_header {
    color: #009fe2;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0;
}

.profilenomination {
    padding-bottom: 35px;
}

.profilenomination_details {
    padding-bottom: 5px;
}

.profilenomination_header {
    color: #009fe2;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 0 10px;
}

    .profilenomination_header i {
        padding: 0 15px 0 0;
    }

.colours-passion {
    color: #cd161a !important;
}

.colours-candid {
    color: #85c4b9 !important;
}

.colours-embracing {
    color: #fcc300 !important;
}

.colours-entrepreneurial {
    color: #7a7808 !important;
}

.colours-strength {
    color: #009fe2 !important;
}

.colours-value {
    color: #9d6883 !important;
}

.goback {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    padding-bottom: 25px;
}

.hugetxt {
    font-size: 36px;
}

.largetxt {
    font-size: 24px;
    line-height: 1.3em;
}

.mediumtxt {
    font-size: 20px;
    line-height: 1.3em;
}

.smalltxt {
    font-size: small;
}

.validation-error {
    color: #cc0000;
    font-size: large;
    padding-top: 10px;
}
/* ============================================================
  BUTTON STYLES
============================================================ */

/*Button Padding*/

.buttons {
    display: inline-block;
    width: 100%;
    padding: 40px 0 0;
}

.buttons_dblpad {
    display: inline-block;
    width: 100%;
    padding: 35px 0;
}
/*Button Padding End*/

.colour-change {
    background-color: #37afc7;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 22px;
    padding: 10px 30px 10px;
    cursor: pointer;
    color: #fff;
    border: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    height: auto;
    -webkit-appearance: none;
    text-transform: uppercase;
}

    .colour-change:hover {
        background-color: #fff;
        color: #37afc7;
    }

    .colour-change i {
        font-size: 22px;
        padding: 0 10px 5px 0;
        vertical-align: middle;
        color: #fff;
    }

    .colour-change:hover i {
        color: #37afc7;
    }

    .colour-change.righticon i {
        font-size: 22px;
        padding: 0 0 5px 10px;
        vertical-align: middle;
    }

.small {
    background-color: #666;
    font-size: 14px;
    padding: 7px 12px 5px;
    letter-spacing: 3px;
    color: #fff;
}

    .small:hover {
        background-color: #2e8eab;
        color: #fff;
    }

    .small i {
        font-size: 18px;
        padding: 0 0 2px 10px;
        vertical-align: middle;
        color: rgba(255, 255, 255, 0.9);
    }

    .small:hover i {
        color: rgba(255, 255, 255, 0.7);
    }

    .small.floatright {
        float: right;
    }

    .small.on {
        background-color: #2e8eab;
        color: #fff;
    }

.pop-up-functions button {
    margin: 0 5px;
}

.marginleft {
    margin: 0 0 0 15px;
}

.adminbtns {
    background-color: #2e8eab;
    border-radius: 5px;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: capitalize;
    width: 300px;
    margin: 0 0 35px;
    padding: 18px 30px;
}

    .adminbtns:hover {
        background-color: #fff;
        color: rgba(0, 0, 0, 0.6);
    }

    .adminbtns i {
        color: rgba(255, 255, 255, 0.3);
    }

    .adminbtns:hover i {
        color: rgba(0, 0, 0, 0.3);
    }

.gradient {
    flex: 1 1 auto;
    background-image: linear-gradient(to right, #ffe4b8 0%, #d1ad53 51%, #ffe4b8 100%);
    background-size: 200% auto;
}

    .gradient:hover {
        background-position: right center;
        background-image: linear-gradient(to right, #ffe4b8 0%, #d1ad53 51%, #ffe4b8 100%);
    }

.msgboxbtns {
    background-color: #292927;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    padding: 5px 14px 2px;
    color: #fff;
    text-transform: capitalize;
    margin-left: 10px;
}

    .msgboxbtns:hover {
        background-color: #fff;
        color: #292927;
    }

    .msgboxbtns i {
        color: rgba(255, 255, 255, 0.3);
    }

    .msgboxbtns:hover i {
        color: rgba(0, 0, 0, 0.3);
    }

.accept {
    margin-right: 25px;
    width: 300px;
}

.cancel {
    background-color: #fff;
    color: rgba(205, 19, 0, 0.8);
    margin-left: 20px;
}

    .cancel:hover {
        background-color: rgba(205, 19, 0, 1);
        color: rgba(255, 255, 255, 0.6);
    }

    .cancel i {
        color: rgba(205, 19, 0, 0.6);
    }

    .cancel:hover i {
        color: rgba(255, 255, 255, 0.4);
    }

.decline {
    background-color: #d71e37;
    background-image: none;
    color: #fff;
    border: 0;
    width: 300px;
}

    .decline:hover {
        background-color: #001b4c;
        background-image: none;
        color: #fff;
    }

.delete {
    background-color: #cd1300;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 20px;
}

    .delete:hover {
        background-color: #fff;
        color: rgba(0, 0, 0, 0.6);
    }

    .delete i {
        color: rgba(255, 255, 255, 0.3);
    }

    .delete:hover i {
        color: rgba(0, 0, 0, 0.3);
    }

.able {
    width: 500px;
}

.unable {
    background-color: #e32526;
    color: #fff;
    border: 2px solid #e32526;
    width: 500px;
    margin-bottom: 25px;
}

    .unable:hover {
        background-color: transparent;
        color: #fff;
        border: 2px solid #fff;
    }

.upload {
    font-size: 18px;
    padding: 15px 25px;
    font-weight: 400;
    background-color: transparent;
    color: #2e8eab;
    border: 2px solid #2e8eab;
    text-transform: none;
}

    .upload:hover {
        background-color: #2e8eab;
        color: rgba(255, 255, 255, 0.9);
    }

    .upload i {
        color: #2e8eab;
    }

    .upload:hover i {
        color: rgba(255, 255, 255, 0.9);
    }

.upload-done {
    font-size: 18px;
    padding: 15px 25px;
    font-weight: 400;
    background-color: #2e8eab;
    color: rgba(255, 255, 255, 0.9);
    border: 2px solid #2e8eab;
    text-transform: none;
}

    .upload-done:hover {
        background-color: #2e8eab;
        color: rgba(255, 255, 255, 0.9);
    }

        .upload-done:hover i {
            color: rgba(255, 255, 255, 0.9);
        }

.choose_avatar {
    background-color: #545452;
    color: #fff;
    border: 2px solid #292927;
    width: 100%;
}

    .choose_avatar:hover {
        background-color: #009fe2;
        color: #fff;
        border: 2px solid #009fe2;
    }

    .choose_avatar i {
        color: rgba(255, 255, 255, 0.3);
    }

    .choose_avatar:hover i {
        color: rgba(0, 0, 0, 0.3);
    }

.return {
    background-color: #545452;
    color: #fff;
}

    .return:hover {
        background-color: #fff;
        color: #545452;
    }

    .return i {
        color: rgba(255, 255, 255, 0.3);
    }

    .return:hover i {
        color: rgba(0, 0, 0, 0.3);
    }

.vehiclemakeshortinput {
    width: 100px !important;
}

#loginbody input[type=text] {
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
}

#loginbody input[type=password] {
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
}

.table-icons {
    float: right;
    color: #37afc7;
    font-size: 24px;
}

/* Fix identing on label for checkbox */

/* Removed temporarily to fix issues on old layouts

	input[type="checkbox"] + label {
	display: block;
	margin-left: 20px;
	margin-top: -22px;
} */
/* ============================================================
  CUSTOM RADIO BUTTONS
============================================================ */

/* Radio button */
.custom-radio input[type="radio"] {
    display: none;
}

    .custom-radio input[type="radio"] + label {
        font-size: 16px;
        cursor: pointer;
        margin: 0 4px 0 0;
    }

        .custom-radio input[type="radio"] + label span {
            display: inline-block;
            width: 8px;
            height: 8px;
            margin: -1px 8px 0 0;
            vertical-align: middle;
            cursor: pointer;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }
        /* The trick: border creates same look as the radio button usually have */
        /* remove it to see what happens */
        .custom-radio input[type="radio"] + label span {
            background-color: #fff; /* have to be of the same color */
            border: 4px solid #fff; /* have to be of the same color */
        }
    /* Checked state for radio */
    .custom-radio input[type="radio"]:checked + label span {
        background-color: #2e8eab;
    }

/* Custom Radio & Checkbox Buttons */
/* ------------------------------------------ */

/* Radio button that looks like a Checkbox */

@keyframes hover-color {
    from {
        border-color: #fff;
    }

    to {
        border-color: #fff;
    }
}

.custom-radio-check {
    position: absolute;
    display: none;
}

.custom-radio-check-rows p {
    margin: 2px 0;
}

.custom-radio-check[disabled] {
    cursor: not-allowed;
}

.custom-radio-check + label {
    position: relative;
    /*display: block;*/
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
}

    .custom-radio-check + label:hover:before {
        animation-duration: 0.4s;
        animation-fill-mode: both;
        animation-name: hover-color;
    }

    .custom-radio-check + label:before {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 22px;
        height: 22px;
        content: '';
        background-color: #2e8eab;
    }

    .custom-radio-check + label:after {
        position: absolute;
        display: none;
        content: '';
    }

.custom-radio-check[disabled] + label {
    cursor: not-allowed;
    color: #2e8eab;
}

    .custom-radio-check[disabled] + label:hover, .custom-radio-check[disabled] + label:before, .custom-radio-check[disabled] + label:after {
        cursor: not-allowed;
    }

        .custom-radio-check[disabled] + label:hover:before {
            border: 1px solid #2e8eab;
            animation-name: none;
        }

    .custom-radio-check[disabled] + label:before {
        border-color: #2e8eab;
    }

.custom-radio-check:checked + label:before {
    animation-name: none;
}

.custom-radio-check:checked + label:after {
    display: block;
}

.custom-radio-check + label:before {
    border-radius: 3px;
}

.custom-radio-check + label:after {
    top: 3px;
    left: 8px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}

.custom-radio-check:checked + label:before {
    border: #2e8eab;
    background: #2e8eab;
}

.custom-radio-check:checked[disabled] + label:before {
    border: #d7ba85;
    background: #d7ba85;
}

.custom-radio-check-text {
    top: 1;
}

.pull-left {
    float: left !important;
}
/* End of Radio button that looks like a Checkbox */

/* ============================================================
  CSS TRANSITIONS
============================================================ */

.smooth-transition {
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; /* this means that before the animation runs, the element will have the starting css rules, then keep the end rules */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.smooth-transition {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

    .smooth-transition.is-exiting {
        -webkit-animation-direction: alternate-reverse;
        animation-direction: alternate-reverse;
    }
/* ============================================================
  MAP STYLES
============================================================ */
.map-text {
    fill: #000000;
}

.maplegend-unsold {
    fill: #ffffff;
}

.maplegend-reserved {
    fill: #0084a6;
}

.maplegend-sold {
    fill: #ffff00;
}

.maplegend-financed {
    fill: #e59802;
}

.maplegend-transferred {
    fill: #e51715;
}

.maplegend-underconstruction {
    stroke: #00ff00;
    stroke-dasharray: 2;
    stroke-width: 1;
}

.map2-text {
    fill: #000000;
}

.maplegend2-notreleased {
    fill: #00ff00;
}

.maplegend2-released {
    fill: #ffffff;
}

.maplegend2-sold {
    fill: #e51715;
}


/* ============================================================
  END OF MAP STYLES
============================================================ */
/* ============================================================
  MAIN NAVIGATION
============================================================ */

.headernav {
    width: 1200px;
    margin: 0 auto;
}

    .headernav .navbarlogo {
        padding: 0px;
    }

    .headernav i {
        color: rgba(255, 255, 255, 0.6);
    }

        .headernav i:hover {
            color: rgba(0, 0, 0, 0.3);
        }

.alertsCircle {
    position: absolute;
    z-index: 1;
    top: 1px;
    right: -11px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 1);
    width: 18px;
    font-size: 11px;
    font-weight: 300;
    background-color: #cd1300;
    float: right;
    margin-right: 10px;
}

    .alertsCircle span {
        text-align: center;
        line-height: 18px;
        display: block;
    }
/* ============================================================
  BREADCRUMB NAVIGATION
============================================================ */

.breadcrumbs {
    font-size: 14px;
    width: 100%;
    padding-bottom: 35px;
}

    .breadcrumbs ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .breadcrumbs ul li {
            display: inline;
            margin: 0;
            padding: 0;
            float: left;
        }

    .breadcrumbs a {
        color: #252525;
        text-decoration: none;
    }

        .breadcrumbs a:hover {
            text-decoration: underline;
        }

    .breadcrumbs .current {
        color: #999;
    }

    .breadcrumbs .seperators {
        color: #999;
        padding: 0 5px;
    }
/* ============================================================
  REPORTS
============================================================ */

.canvaswidth {
    width: 60%;
    margin: 0 auto;
}

table.SummaryReport tr.Heading td {
    background-color: #237886;
    font-weight: bold;
    color: #fff !important
}


table.SummaryReport tr.Total td {
    color: #183A63;
    font-weight: bold;
}


/* ============================================================
  PIE CHARTS
============================================================ */

.pies_profile {
    padding: 35px 0;
}

.pies_ranking {
    padding: 15px 0;
    margin-left: -8px;
}

.pie {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-image: linear-gradient(180deg, transparent 50%, #2e2e2c 0);
    border: 2px solid;
    margin: 9px;
    float: left;
}

    .pie::before {
        content: '';
        display: block;
        margin-left: 50%;
        height: 100%;
        border-radius: 0 100% 100% 0 / 50%;
        background: #2e2e2c;
        transform-origin: left;
    }

.pie0::before {
    transform: rotate(270deg);
}

.pie1::before {
    transform: rotate(315deg);
}

.pie2::before {
    transform: rotate(360deg);
}

.pie3::before {
    transform: rotate(45deg);
}

.pie4::before {
    transform: rotate(90deg);
}

.pie5::before {
    transform: rotate(315deg);
}

.pie6::before {
    transform: rotate(360deg);
}

.pie7::before {
    transform: rotate(45deg);
}

.pie8::before {
    transform: rotate(90deg);
}

.pie-candid {
    color: #85c4b9 !important;
    background-color: #85c4b9 !important;
}

.pie-embracing {
    color: #fcc300 !important;
    background-color: #fcc300 !important;
}

.pie-entrepreneurial {
    color: #7a7808 !important;
    background-color: #7a7808 !important;
}

.pie-strength {
    color: #009fe2 !important;
    background-color: #009fe2 !important;
}

.pie-passion {
    color: #cd161a !important;
    background-color: #cd161a !important;
}

.pie-value {
    color: #9d6883 !important;
    background-color: #9d6883 !important;
}

.pie-candid-full::before {
    background-color: #85c4b9 !important;
}

.pie-embracing-full::before {
    background-color: #fcc300 !important;
}

.pie-entrepreneurial-full::before {
    background-color: #7a7808 !important;
}

.pie-strength-full::before {
    background-color: #009fe2 !important;
}

.pie-passion-full::before {
    background-color: #cd161a !important;
}

.pie-value-full::before {
    background-color: #9d6883 !important;
}

.pie.nomargin {
    margin-right: 0;
}

/* ============================================================
  RESPONSIVE CIRCULAR PERCENTAGE CHART
============================================================ */

.single-chart {
    width: 75px;
    float: right;
}

.circular-chart {
    display: block;
    margin: 0;
    max-height: 75px;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.sales .circle {
    stroke: #ffc600;
}

.circular-chart.finance .circle {
    stroke: #a0ca62;
}

.circular-chart.general .circle {
    stroke: #6a6a6a;
}

.circular-chart.construction .circle {
    stroke: #2871d6;
}

.circular-chart.conveyancing .circle {
    stroke: #d63f3f;
}

.circular-chart.conveyancingbond .circle {
    stroke: #66cccc;
}

.circular-chart.documentation .circle {
    stroke: #ff6600;
}

.circular-chart.notes .circle {
    stroke: #9f00a1;
}

.percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

/* ============================================================
  JQUERY OVERRIDES
============================================================ */

.ui-autocomplete-loading {
    background: white url("/images/loader.gif") right center no-repeat !important;
}
/* ============================================================
  SIGNATURE BLOCK
============================================================ */

.signature {
    background: rgba(255, 255, 255, 1);
    font-family: 'Lato', sans-serif;
    font-size: large;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    color: #2e8eab;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
}
/* ============================================================
    OLD STYLES FOR HYBRID DESIGN
=============================================================*/
input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 2px solid #d0d0d0;
    color: #000;
}

    input.btn {
        color: #fff;
        border-radius: 5px;
        border: 0;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 18px;
        padding: 10px 18px;
        background-color: #237886;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        height: auto;
        -webkit-appearance: none;
        text-transform: uppercase;
        cursor: pointer;
    }

    input.btnover {
        color: #fff;
        border-radius: 5px;
        border: 0;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 18px;
        padding: 10px 18px;
        background-color: #666;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        height: auto;
        -webkit-appearance: none;
        text-transform: uppercase;
        cursor: pointer;
    }

    input.btnback {
        color: #666666;
        border-radius: 5px;
        border: 0;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 18px;
        padding: 10px 18px;
        background-color: #CCCCCC;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        height: auto;
        -webkit-appearance: none;
        text-transform: uppercase;
        cursor: pointer;
    }

    input.btnbackover {
        color: #CCCCCC;
        border-radius: 5px;
        border: 0;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 18px;
        padding: 10px 18px;
        background-color: #999999;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        height: auto;
        -webkit-appearance: none;
        text-transform: uppercase;
        cursor: pointer;
    }

.bold {
    font-weight: bold;
}

.breadcrumb {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .breadcrumb a {
        color: #0f2e58;
    }

        .breadcrumb a:hover {
            color: #347cc5;
        }

.btm-pad {
    padding-top: 10px;
    text-align: right;
}

.calendar-selectedday {
    background-color: #760603 !important;
}

.calendar-title {
    background-color: #760603;
}

    .calendar-title tbody tr td {
        text-transform: uppercase;
        text-align: center;
        background-color: #760603;
        border-color: #760603;
        padding: 3px;
        color: #ffffff;
        font-weight: bold;
    }

        .calendar-title tbody tr td a {
            background-color: #760603;
            border-color: #760603;
            padding: 3px;
            color: #ffffff !important;
            font-weight: bold;
        }

            .calendar-title tbody tr td a:hover {
                color: #b48077 !important;
            }

.divnav {
    padding-left: 20px;
    padding-top: 62px;
}

.error {
    font-family: Helvetica;
    font-size: 16px;
    color: #CC0000;
}

.h1 {
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0;
}

.h2 {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.h3 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #999999;
    text-decoration: none;
}

.img01 {
    border: 1px solid #dbdbdb;
    margin-right: 15px;
}

.listingtable-gap {
    background-color: #e8e8e8;
}

.required {
    color: #770303 !important;
    font-size: 20px !important;
}

.centertext {
    text-align: center;
}

.rotatetext {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.searchfilter {
    color: #494949;
}

    .searchfilter td {
        color: #494949;
        padding-right: 15px;
    }

    .searchfilter input {
        border: 0;
    }

.status-complete {
    background-color: green;
    color: white !important;
}

.status-incomplete {
    background-color: darkred;
    color: white !important;
}

.top-back {
    text-align: right;
    vertical-align: middle;
}

.top-pad {
    padding-bottom: 10px;
    text-align: right;
}

.top-pad-bold-center {
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}

.user-login {
    padding-bottom: 11px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #c5a28b;
    text-align: right;
    vertical-align: bottom;
}

    .user-login a {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 11px;
        color: #ffffff;
        font-weight: bold;
    }

        .user-login a:hover {
            color: #c5a28b;
        }

.TableHeader {
    text-align: left;
    padding: 5px;
    background-color: #333333;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #e8e8e8;
}
/* These styles are for the Table Grids, they were generated by Visual Studio and modified by Shaun Laubscher */

.GridAlternateRow {
    background-color: #f8f8f8;
}

.disableGridAlternateRow {
    background-color: #e8e8e8 !important;
}

TABLE.Grid TR.GridEmptyRow TD {
    font-family: Helvetica;
    color: #770303;
    font-size: 16px;
    padding: 0px;
}

TABLE.Grid {
    BORDER-COLLAPSE: collapse;
}

    TABLE.Grid TD {
        padding: 5px;
        /*color: #494949;*/
        border: 1px solid #e8e8e8;
        vertical-align: middle;
    }

        table.Grid td label {
            width: 100px;
            display: inline-block;
        }

    TABLE.Grid TH {
        text-align: left;
        padding: 5px;
        background-color: #333333;
        color: #FFF;
        font-weight: normal;
        text-transform: uppercase;
        border: 1px solid #e8e8e8;
    }

        TABLE.Grid TH A {
            COLOR: #FFF;
            FONT-SIZE: 11px;
            TEXT-DECORATION: none
        }

            TABLE.Grid TH A:hover {
                COLOR: #684630;
                TEXT-DECORATION: none
            }

            TABLE.Grid TH A:active {
                TEXT-DECORATION: none
            }

            TABLE.Grid TH A:visited {
                TEXT-DECORATION: none
            }

.GridAlternatingRow tbody tr:nth-child(even) {
    background-color: #f8f8f8;
}


/* Table with Centered Heading */
TABLE.GridCenter TR.GridEmptyRow TD {
    font-family: Helvetica;
    color: #770303;
    font-size: 16px;
    padding: 0px;
}

TABLE.GridCenter {
    BORDER-COLLAPSE: collapse;
}

    TABLE.GridCenter TD {
        padding: 5px;
        color: #494949;
        border: 1px solid #e8e8e8;
        vertical-align: middle;
    }

    TABLE.GridCenter TH {
        text-align: center;
        padding: 5px;
        background-color: #333333;
        color: #FFF;
        font-weight: normal;
        text-transform: uppercase;
        border: 1px solid #e8e8e8;
    }

        TABLE.GridCenter TH A {
            COLOR: #FFF;
            FONT-SIZE: 11px;
            TEXT-DECORATION: none
        }

            TABLE.GridCenter TH A:hover {
                COLOR: #684630;
                TEXT-DECORATION: none
            }

            TABLE.GridCenter TH A:active {
                TEXT-DECORATION: none
            }

            TABLE.GridCenter TH A:visited {
                TEXT-DECORATION: none
            }

.GridHeaderVertical TH {
    writing-mode: tb-lr;
}

#MapContainer {
    display: flex;
    column-gap: 10px;
    justify-content: center;
}

/* ============================================================
  RESPONSIVE STYLES
============================================================ */

@media only screen and (max-width: 1024px) {
    #MapContainer {
        flex-direction: column;
        row-gap: 10px;
    }

    #MapContainer > div {
        text-align: center;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
    /*body {
	background: url(/images/bg-ipad.jpg) no-repeat center center fixed;
}*/

    #contentbody {
        width: 95%;
        padding: 50px 2.5%;
        margin-top: 70px;
    }

    #contentbodylogin {
        width: 95%;
        padding: 50px 2.5%;
        margin-top: 70px;
    }


    #footer {
        width: 95%;
        padding: 25px 2.5%;
    }

        #footer img {
            margin: 25px 0 15px;
        }

    #header {
        width: 95%;
        padding: 20px 2.5%;
    }

    .accept {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .footer {
        width: 100%;
    }

    .headernav {
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .headernav .navbarlogo {
            width: 180px;
            padding: 13px 2px 0;
        }

    .inspired_change img {
        margin: 45px;
        width: 140px;
        height: auto;
    }

    .login_page {
        width: 60%;
    }

    .pies_profile {
        padding: 25px 0;
        margin: 0 auto;
        width: 200px;
    }

    .pie {
        width: 45px;
        height: 45px;
        margin: 10px;
    }

    .narrow_tables {
        width: 70%;
    }

    .Calculator {
        width: 100%;
    }

    .Calculator2 {
        width: 100%;
    }
}

@media only screen and (min-width : 768px) and (max-width : 850px) {
    .headernav .navbarlogo {
        width: 140px;
        padding: 13px 2px 0;
    }
}

@media only screen and (max-width: 767px) {
    /*body {
	background: url(/images/bg-mobi.jpg) no-repeat center center fixed;
}*/

    #svgSalesMap {
        width: auto;
        height: auto;
    }
    

    .maplegend-table {
        width: 40%;
        margin-right: 0;
        float: right;
    }

    .citylist-filter {
        width: 100%;
    }

    #contentbody {
        width: 95%;
        padding: 25px 2.5%;
    }

    #contentbodylogin {
        width: 95%;
        padding: 25px 2.5%;
    }

    #loginheader img {
        width: 100px;
    }

        #loginheader img .pad-right {
            padding-right: 0px;
        }

    input[type="text"] {
        width: 250px;
    }

    input[type="password"] {
        width: 250px;
    }

    .colour-change {
        font-size: 18px;
        padding: 8px 20px 8px;
    }

        .colour-change i {
            font-size: 18px;
        }

        .colour-change.righticon i {
            font-size: 18px;
        }

    .divTotalFleets {
        float: none;
        padding-right: 0px;
    }

    #footer {
        width: 95%;
        padding: 0;
    }

        #footer img {
            margin: 25px 0 15px;
        }

        #footer .spacer {
            display: none;
        }

    #header {
        width: 99%;
        padding: 20px 0.5%;
        overflow: visible;
    }

    #popupbody {
        width: 90%;
        padding: 15px 5%;
        font-size: small;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 22px;
    }

    hr {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    #selects {
        text-align: center;
    }

        #selects select {
            width: 100%
        }

            #selects select.dm {
                margin-top: 15px;
                margin-right: 0px;
            }

            #selects select.y {
                margin-top: 15px;
            }

    .custom-radio-check-rows p {
        margin: 10px 0;
        font-size: 14px;
    }

    .footer {
        width: 100%;
    }

    .headernav {
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .headernav .navbarlogo {
            display: none;
        }

    .hugetxt {
        font-size: 24px;
    }

    .inspired_change img {
        margin: 45px;
        width: 130px;
        height: auto;
    }

    .largetxt {
        font-size: 20px;
        line-height: 1.3em;
    }

    .mediumtxt {
        font-size: 16px;
        line-height: 1.3em;
    }

    .pop-up-functions {
        text-align: center;
    }

        .pop-up-functions button {
            margin: 10px;
            width: 45%;
            text-align: center;
        }

    .accept {
        width: 80%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .decline {
        width: 80%;
    }

    .able {
        width: 100%;
        font-size: 22px;
    }

    .login_page {
        width: 50%;
    }

    .adminbtns {
        width: 80%;
    }

    .left, .right {
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .narrow_tables {
        width: 60%;
    }

    .unable {
        width: 100%;
        font-size: 22px;
    }

    .adminpagesplit {
        display: block;
        overflow: auto;
        height: auto;
        margin-top: 0;
        padding-top: 0;
        position: relative;
        width: 100%;
        backface-visibility: visible;
        will-change: auto;
    }

    .adminpagesplit_left, .adminpagesplit_right {
        height: auto;
        width: 100%;
        margin: 0;
        flex: auto;
    }

    .adminpagesplit_right {
        padding: 25px 0 0;
    }

    .rankings_left, .rankings_right {
        float: none;
        width: auto;
        margin: 0;
    }

    .Calculator {
        width: 100%;
    }

    .Calculator2 {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    /*body {
	background: url(/images/bg-mobi.jpg) no-repeat center center fixed;
    }*/

    #loginheader img {
        width: 100px;
    }

        #loginheader img .pad-right {
            padding-right: 0px;
        }


    #contentbody {
        font-size: small;
    }

    #contentbodylogin {
        font-size: small;
    }

    #footer {
        width: 95%;
        padding: 0;
    }

        #footer img {
            /*width: 75px;*/
            margin: 25px 0 15px;
        }

        #footer .spacer {
            display: none;
        }

    #popupbody {
        font-size: small;
    }

    .avatargallery img {
        margin: 10px;
        width: 80px;
        height: auto;
    }

    .delete {
        margin-left: 0;
        margin-top: 15px;
    }

    .footer {
        width: 100%;
    }

    .inspired_change img {
        margin: 20px;
        width: 100px;
    }

    .login_page {
        width: 100%;
    }

    .pop-up-functions button {
        margin: 10px 0;
        width: 100%;
    }

    .pies_profile {
        padding: 25px 0;
        margin: 0 auto;
        width: 200px;
    }

    .pie {
        width: 45px;
        height: 45px;
        margin: 10px;
    }

    .narrow_tables {
        width: 100%;
    }
}
