﻿
@font-face {
    font-family: 'montserrat-regular';
    src: url('../../../content/font/montserrat-regular.ttf') format('truetype');
}

body {
    font-family: 'montserrat-regular';
}

h1, h2 {
    font-family: 'montserrat-regular';
}

h3, h4, h5, legend {
    font-family: 'montserrat-regular';
}



/*----------------------------------------------------------
Default Template below. The structure is the same but I've modified some colours and font stuff
----------------------------------------------------------*/

/*----------------------------------------------------------
The base color for this template is #ae7f65. If you'd like
to use a different color start by replacing all instances of
#ae7f65 with your new color.
----------------------------------------------------------*/
html {
    background-color: #FFF;
}

body {
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    color: #3d3d3c;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    #title h1 {
        font-size: 30px;
    }
}

a {
    color: #ae7f65;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    /*border radius*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 4px;
    display: inline-block;
}


    a:visited {
        color: #ae7f65;
    }

    a:hover {
        color: #666;
    }

    a:active {
        color: #002f89;
    }

    a:focus {
        color: #666;
        outline: none;
    }

.boldtext {
    display: inline;
}

.display-label {
    margin-bottom: 0px;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: #002f89;
}

h1 {
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
}

h2 {
    padding: 0 0 10px 0;
    margin-top: 0px;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

table-responsive {
    overflow-x: auto;
}

#header {
    position: relative;
    margin-bottom: 0px;
    padding: 0;
    margin-top: 15px;
}

    #header h1 {
        margin: 0;
        border: none;
        color: #C4C5C7;
        padding-top: 15px;
    }

div#title {
    position: relative;
    text-align: left;
    padding: 10px 30px 0px 30px;
    background-color: #fff;
    margin-top: 0px;
    margin-bottom: 10px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    overflow: auto;
    -moz-box-shadow: 0px 5px 5px #023F89;
    box-shadow: 0px 5px 5px #ae7f65;
    /*border radius*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

legend {
    margin-bottom: 10px;
    color: #002f89;
    border-bottom: 2px;
    border-color: #ae7f65;
    border-bottom-style: solid;
}

.page-header small {
    white-space: nowrap;
}

#property {
    padding-top: 5px;
    overflow: hidden;
    border-bottom: 2px solid #ae7f65;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#propertyaddress {
    float: left;
}

#propertyactions {
    text-align: right;
}


#propertynav {
    z-index: 999;
    font-size: 16px;
    color: white;
    background-color: #fff;
}

#propertyactions p {
    float: right;
}

#propertyactions a {
    white-space: nowrap;
}

#hamburger {
    cursor: pointer;
    color: #666;
}

    #hamburger:hover {
        color: #ccc !important;
        background-color: transparent !important;
    }

#hamburgerholder {
    padding-top: 10px;
    display: inline-flexbox;
    height: 40px;
    color: #ff00ff !important;
}

#menucontainer {
    margin-top: 5px;
}

td a {
    cursor: pointer;
}

section {
    background-color: transparent;
    /*border radius*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 5px 15px 5px 15px;
}

.nowrap {
    white-space: nowrap;
}

#AccountsDropdown {
    background-color: #ae7f65;
}

#balancesummary a, #property a {
    list-style: none;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
    padding: 5px 5px;
    text-decoration: none;
    color: #fff;
    background-color: #ae7f65;
    border: 0px;
    /*border radius*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 5px;
}

    #balancesummary a:hover, #property a:hover {
        z-index: 999;
        background-color: #002f89;
        color: #ccc;
    }

    #balancesummary a:focus, #property a:focus {
        outline: none;
        z-index: 999;
        background-color: #002f89;
        color: #ccc;
    }


#balancesummary p {
    margin-top: 0px;
}

#balancesummary legend {
    padding-bottom: 0px;
}

#staticinfo {
    padding: 10px 15px 10px 15px;
    /*Gradient*/
    background-color: transparent;
    /*border radius*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.dropdown-menu {
    padding-top: 0;
    margin-top: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
}

/* TAB MENU   
----------------------------------------------------------*/

ul#menu li {
    padding-left: 3px;
    padding-right: 3px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}

    ul#menu li:hover {
        z-index: 999;
    }

    ul#menu li#greeting {
        padding: 10px 20px;
        text-decoration: none;
        color: #fff;
    }

    ul#menu li a {
        padding: 5px 5px;
        font-size: 16px;
        text-decoration: none;
        color: #000000;
        padding: 7px 12px;
        -webkit-transition: background 0.2s linear;
        -moz-transition: background 0.2s linear;
        transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
    }

        ul#menu li a:hover {
            color: #ccc;
        }

        ul#menu li a:active {
            background-color: transparent;
            color: #ccc;
        }

        ul#menu li a:focus {
            color: #ccc;
            outline: none;
        }

    ul#menu li.selected a {
        background-color: transparent;
        color: #ccc;
    }

#title img {
    width: 100%;
    max-width: 190px;
    min-width: 50px;
    cursor: pointer;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page-header {
    margin-top: 15px;
    border-bottom: 2px;
    border-color: #ae7f65;
    border-bottom-style: solid;
}

#Google-reCaptcha {
    margin-top: 20px;
}

fieldset {
    color: #002f89;
    padding: 1em;
}

    fieldset p {
        color: #696969;
        margin: 2px 12px 10px 10px;
    }

    fieldset label {
        display: block;
        margin-left: 0px;
    }

        fieldset label.inline {
            display: inline;
        }

input {
    outline-color: #ae7f65;
}

    input[type="text"] {
        border: 1px solid #CCC;
    }

    input[type="password"] {
        border: 1px solid #CCC;
    }

.editor-label {
    color: #002f89;
    margin-left: 15px;
}

.editor-field {
    margin-left: 15px;
    margin-bottom: 10px;
}

    .editor-field > input {
        width: 100%;
        max-width: 400px;
        border-radius: 3px;
        height: 30px;
    }

fieldset .editor-label {
    margin-left: 0px;
}

fieldset .editor-field {
    margin-left: 0px;
}

.affix {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
}



/* TABLE
----------------------------------------------------------*/

table {
    /*border: solid 1px #e8eef4;*/
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: solid 1px #002f89;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #ae7f65;
        border: solid 1px #ae7f65;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

/*Fix for Credit Control Status Issues*/
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #ccc;
    color: #002f89;
}

/* Expanding Divs  
----------------------------------------------------------*/

.rowexpand {
    padding: 6px 25px;
    text-align: left;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
    background: url("../../../Content/Images/arrow-down.png");
    background-repeat: no-repeat;
    background-position: 10% center;
    margin: 0;
}


.divexpand {
    padding: 6px 25px;
    text-align: left;
    background-color: transparent;
    border: 1px solid #ae7f65;
    border-radius: 3px;
    cursor: pointer;
    color: #002f89;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
    background-image: url("../../../Content/Images/arrow-down-will.png");
    background-repeat: no-repeat;
    background-position: 1% center;
    margin: 0;
}

    .divexpand:hover {
        background-color: #002f89;
        color: #fff;
        border: 1px solid #002f89;
        z-index: 999;
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        transform: scale(1.03);
    }

.expandingcontent {
    padding: 10px;
    margin: 0;
    clear: none;
    overflow: auto;
    border: 1px solid #1c71b6;
}

.closed {
    background-image: url("../../../Content/Images/arrow-down-will.png");
    background-repeat: no-repeat;
    background-position: 1% center;
}

.closed-black {
    background: url("../../../Content/Images/arrow-down.png");
    background-repeat: no-repeat;
    background-position: 5% center;
}

.open-black {
    background: url("../../../Content/Images/arrow-up.png");
    background-repeat: no-repeat;
    background-position: 5% center;
}

.open {
    background-image: url("../../../Content/Images/arrow-up-will.png");
    background-repeat: no-repeat;
    background-position: 1% center;
}

/* MISC  
----------------------------------------------------------*/

.btn {
    color: #002f89;
    background-color: transparent;
    border: 1px solid #ae7f65;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}

    .btn:hover {
        color: #fff;
        background-color: #002f89 !important;
        border-color: #002f89 !important;
    }

    .btn:disabled {
        color: #002f89;
        background-color: transparent;
        border: 1px solid #ae7f65;
    }

    .btn:focus {
        color: #fff;
        background-color: #002f89 !important;
        border-color: #002f89 !important;
        outline: none;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .btn:active {
        color: #fff;
        background-color: #002f89 !important;
        border-color: #002f89 !important;
        outline: none;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

.makepaymentbutton a {
    background-color: transparent !important;
    border: 1px solid #ae7f65 !important;
    color: #3d3d3c !important;
    padding: 10px 20px !important;
    float: left !important;
    margin-top: 10px;
    /*border-radius: 5px;*/
    /*position: absolute;*/
    text-transform: uppercase;
    font-size: 12.8px;
    float: right;
}

.makepaymentbutton :hover {
    background-color: #002f89 !important;
    border: 1px solid #002f89 !important;
    color: white !important;
}

.makepaymentbutton :focus {
    outline: none;
    background-color: #002f89 !important;
    border: 1px solid #002f89 !important;
    color: white !important;
}

/* Proposed Work css stuff */

.detailslabel {
    color: #002f89;
    padding: 10px;
}

.detailstext {
    padding: 10px;
    color: #3d3d3c;
}

.button {
    background-color: transparent !important;
    border: 1px !important;
    border-color: #ae7f65 !important;
    border-style: solid !important;
    color: #002f89 !important;
    padding: 10px 20px !important;
    text-transform: uppercase !important;
    font-size: 12.8px !important;
    -webkit-transition: all 100ms linear !important;
    -moz-transition: all 100ms linear !important;
    -o-transition: all 100ms linear !important;
    -ms-transition: all 100ms linear !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

    .button:hover {
        background-color: #002f89 !important;
        color: white !important;
        border-color: #002f89 !important;
    }

.disabled {
    opacity: 0.6;
    cursor: default;
}

.disabledSelected {
    opacity: 0.6;
    background-color: #002f89 !important;
    color: white !important;
    border-color: #002f89 !important;
    cursor: default;
}

    .disabledSelected:focus {
        outline: none;
    }

.disabledUnselected {
    opacity: 0.6;
    border-color: #ae7f65 !important;
    border-style: solid !important;
    color: #002f89 !important;
    cursor: default;
}

    .disabledUnselected:hover {
        opacity: 0.6;
        border-color: #ae7f65 !important;
        border-style: solid !important;
        color: #002f89 !important;
        background-color: transparent !important;
    }

    .disabledUnselected:focus {
        outline: none;
    }

.labeltext {
    font-size: 18px;
    margin-bottom: 5px;
}

.borderedSection {
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    max-width: 400px;
}

img.LoadingImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 3px;
}

.clear {
    clear: both;
}

#footer {
    background-color: #2F2F35;
    color: #999;
    padding: 10px 0;
    text-align: center;
    margin: 0;
}

#footertext {
    color: #999;
}

.error {
    color: Red;
}

#logindisplay a:link {
    color: #002f89;
    border: 1px solid #ae7f65;
    background-color: white;
}

#logindisplay a:visited {
    color: #002f89;
    border: 1px solid #ae7f65;
    background-color: white;
}

#logindisplay a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #002f89;
}

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    color: #ff0000;
}



/* TAB STUFF  
----------------------------------------------------------*/

/* Style the tab */
div.tab {
    overflow: hidden;
    background-color: transparent;
}

    /* Style the buttons inside the tab */
    div.tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 10px 25px;
        transition: 0.3s;
        color: white;
        background-color: #002f89;
        font-family: "Montserrat", Sans-Serif;
        font-size: 16px;
        font-weight: normal;
    }

        /* Change background color of buttons on hover */
        div.tab button:hover {
            background-color: #002f89;
            color: #ccc;
        }

        /* Create an active/current tablink class */
        div.tab button.active {
            background-color: #002f89;
            color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
}

.dividerow {
    /*padding-bottom: 3px;*/
    /*border: 1px solid #FDDC01;*/
    background-color: white;
    -moz-box-shadow: 0px 0px 4px #ae7f65;
    box-shadow: 0px 0px 4px #ae7f65;
    /*border radius*/
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*border-radius: 3px;*/
    /*border-top: 1px solid #eeeeee;*/
    margin-bottom: 10px;
    padding: 15px 15px 15px 15px;
}

/*TwoFactorAuthenticationElements*/
/*-------------------------------*/
#GoogleSigninButton {
    align-self: center;
}

#TwoFactorPINError {
    color: red;
    display: none;
    width: 400px;
}

.TwoFactorButtons {
    margin: 9px;
}

.TwoFactorLabel {
    margin-bottom: 5px;
    margin-top: 10px;
}

/*.TwoFactorButtons:active {
    background-color: #002f89;
}*/

.SendPINButton {
    width: 400px;
}

/*-------------------------------*/}