﻿td[class="clearfix cell"] {
    margin-bottom: 0px !important;
}
/* Section: General */
*, *:focus {
    outline-color: transparent !important;
    outline: none !important;
}

abbr {
    border-bottom: none !important;
    text-decoration: none !important;
}

.modal-open {
    position: fixed;
    width: 100%;
}

.spaceout {
    text-decoration: none !important;
    display: inline-block !important;
    margin-right: 10px !important;
    color: #b6bf00 !important;
}

#tooltip {
    text-align: center;
    color: #1B181B;
    background: #e5e5e5;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

    #tooltip:after /* triangle decoration */ {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #e5e5e5;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }

    #tooltip.top:after {
        border-top-color: transparent;
        border-bottom: 10px solid #e5e5e5;
        top: -20px;
        bottom: auto;
    }

    #tooltip.left:after {
        left: 10px;
        margin: 0;
    }

    #tooltip.right:after {
        right: 10px;
        left: auto;
        margin: 0;
    }
/* End Section: General */

/* Section: Home */
html {
    height: 100%;
}

.section-landing {
    background: #173D8D;
    color: #fff;
}

.section-landing {
    display: table;
    width: 100%;
    height: 100vh;
    background: url(/hero-img.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -20px;
    background-color: #707f9e;
    background-blend-mode: multiply;
}

    .section-landing h1 {
        font-size: 50px;
    }

    .section-landing h2 {
        font-size: 45px;
    }

.page_section > .container > .row {
    padding-bottom: 50px !important;
}

.page_section .btn {
    margin-top: 0px !important;
}

.signin {
    text-align: center;
}

.padTop {
    padding-top: 150px;
}

.qatop {
    padding-bottom: 20px;
    font-size: 50px;
}

.qabottom {
    font-size: 20px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 20px;
    display: none;
    box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.5);
    z-index: 10;
}

#scroller {
    padding-top: 60px;
}

    #scroller span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 30px;
        height: 50px;
        margin-left: -15px;
        border: 2px solid #fff;
        border-radius: 50px;
        box-sizing: border-box;
    }

        #scroller span::before {
            position: absolute;
            top: 10px;
            left: 50%;
            content: '';
            width: 6px;
            height: 6px;
            margin-left: -3px;
            background-color: #fff;
            border-radius: 100%;
            -webkit-animation: sdb10 2s infinite;
            animation: sdb10 2s infinite;
            box-sizing: border-box;
        }

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* End Section: Home */

/* Section: Footer */
footer {
    color: #1B181B;
    position: relative;
}
    /* line 570, D:/VSO_Agent_013/Work_13/2/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-top {
        width: 100%;
        min-height: 130px;
        background-color: #fff;
        display: flex;
        align-items: center;
    }
        /* line 577, D:/VSO_Agent_013/Work_13/2/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        footer .footer-top h3, footer .footer-top h4 {
            color: #1B181B;
        }
        /* line 581, D:/VSO_Agent_013/Work_13/2/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        footer .footer-top .list-social-links {
            margin-top: 25px;
            margin-bottom: 12.5px;
        }

@media screen and (max-width: 991px) {
    /* line 588, D:/VSO_Agent_013/Work_13/2/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-top h3,
    footer .footer-top .list-social-links {
        text-align: center;
    }
}
/* line 594, D:/VSO_Agent_013/Work_13/2/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer .footer-bottom {
    width: 100%;
    min-height: 36px;
    background-color: transparent;
    border-top: 2px solid #678C25;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 5px !important;
}
    /* line 602, D:/VSO_Agent_013/Work_13/2/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-bottom p {
        margin: 0;
    }
    /* line 606, D:/VSO_Agent_013/Work_13/2/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-bottom h4 {
        margin-top: 0;
        color: #fff;
    }
    /* line 611, D:/VSO_Agent_013/Work_13/2/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-bottom ul {
        list-style-type: none;
        margin: 0;
    }
/* line 621, D:/VSO_Agent_013/Work_13/2/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss 
footer .footer-bottom ul li a,
footer .footer-bottom ul li a:hover,
footer .footer-bottom ul li a:focus,
footer .footer-bottom ul li a:active,
footer .footer-bottom ul li a.active {
    font-size: 15px;
    color: #fff;
}*/
/* End Section: Footer */

/* Section: Miscellaneous */
.disable-sort {
    color: #666;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

.green {
    color: #b6bf00 !important;
}

.blue_border {
    border-bottom: 7px solid #FDB944 !important;
}

.blue-text {
    color: #293474 !important;
}

.anchor {
    display: block;
    height: 115px;
    margin-top: -115px;
    visibility: hidden;
}

.white-anchor-text {
    color: #fff !important;
    text-decoration: none !important;
}

    .white-anchor-text:hover {
        background-color: #102a61 !important;
        text-decoration: none !important;
    }
/* End Section: Miscellaneous */

/* Section: Select Payment Amount */
.left-border {
    border-left: 1px solid #eee;
}

.noSidePadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/* End Section: Select Payment Amount */

/* Section: Estate Action - Collapsable */
.actions-listing > .row > .col-md-4:nth-child(3n+1) {
    clear: both;
}
/* End Section:Estate Action - Collapsable */

.account-pill {
    color: #1B181B;
    background: transparent;
    border: 2px solid #1B181B;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background-image: none;
    width: 100%;
    padding: 8px;
    padding-bottom: 0 !important;
    margin-bottom: 10px;
    color: #1B181B;
    display: inline-block;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 16px;
}

    .account-pill p {
        display: inline-block;
    }

    .account-pill:hover, .account-pill:focus, .account-pill:active {
        background-color: #EBEBEC;
    }

.quickaction-pill {
    color: #1B181B;
    background-color: #DEF2F1;
    border-color: #DEF2F1;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background-image: none;
    border-radius: 15px;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

    .account-pill h4,
    .account-pill h3,
    .account-pill h2,
    .account-pill h1,
    .quickaction-pill h4,
    .quickaction-pill h3,
    .quickaction-pill h2,
    .quickaction-pill h1 {
        font-weight: bold;
    }

    .account-pill h4,
    .account-pill h3,
    .account-pill h2,
    .account-pill h1,
    .account-pill a,
    .account-pill li,
    .quickaction-pill h4,
    .quickaction-pill h3,
    .quickaction-pill h2,
    .quickaction-pill h1,
    .quickaction-pill a,
    .quickaction-pill li {
        font-family: "Roboto", Helvetica, sans-serif;
        color: #1B181B;
    }


    .quickaction-pill i.icon,
    .account-pill i.icon {
        margin-left: 8px;
        font-size: 20px;
        margin-right: 5px;
    }

.divider-vertical {
    border-right: 1px solid #1B181B;
    display: inline-block;
    height: 25px;
    margin-top: 14px;
}

.navbar-inverse .divider-vertical {
    border-right: 1px solid #FFF;
    display: inline-block;
    height: 25px;
    margin-top: 14px;
}

footer .divider-vertical {
    /*border-right: 2px solid #b6bf00;*/
    border-right: 1px solid #1B181B;
    height: 18px;
    margin-bottom: -4px;
    padding-right: 0;
}




.weblink a, .weblink a span,
.weblink a:hover, .weblink a span:hover {
    color: #FFF !important;
    font-size: 14pt;
    margin-left: 0 !important;
    font-family: "Roboto Slab",serif;
}

/*.navbar-inverse .weblink,
.navbar-inverse .weblink a span {
    color: #fff;
    font-family: "Roboto Slab",serif;
    font-size: 16px;
}*/

.weblink.active a, .weblink.active a span {
    color: #2FA7C6;
    font-family: "Roboto Slab",serif;
    font-size: 16px;
}

th > a,
th > a:hover,
th > a:focus {
    color: #FFF;
    /*font-family: "Roboto Slab",serif;
    font-size: 18px;*/
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: 500;
}
/*These has been added, maybe need to be removed following chat with Wendy*/
td {
    font-size: 16px;
}

label {
    font-weight: 700 !important;
    font-size: 14px;
}

.label-default {
    color: #fff !important;
}

.light-panel {
    background-color: #DEF2F1;
}


th {
    color: #FFF;
    /*font-family: "Roboto Slab",serif;
    font-size: 18px;*/
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 14pt;
}

.logo, .logo:hover {
    color: #999;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 22px;
}

    .logo > b,
    .logo > strong,
    .logo > span {
        color: #b6bf00;
        font-family: "Roboto Slab",serif;
        font-size: 24px;
    }

.navbar {
    border-radius: 0px !important;
    /*border-bottom: 2px solid #333;*/
    border-bottom: none !important;
}

.badge-primary {
    color: #FFF !important;
    background-color: #2FA7C6;
    font-weight: normal;
    padding: 3px 6px !important;
}

.badge-default {
    color: #FFF !important;
    background-color: #293474;
    font-weight: normal;
    padding: 3px 6px !important;
}

.badge-info {
    color: #1B181B !important;
    background-color: #d9edf7;
    font-weight: normal;
    padding: 3px 6px !important;
}

.badge-warning {
    color: #FFF !important;
    background-color: #fcf8e3;
    font-weight: normal;
    padding: 3px 6px !important;
}

.badge-success {
    color: #FFF !important;
    background-color: #dff0d8;
    font-weight: normal;
    padding: 3px 6px !important;
}

.badge-danger {
    color: #1B181B !important;
    background-color: #ff3636;
    font-weight: normal;
    padding: 3px 6px !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 14px !important;
}

.navbar-toggle {
    border: 1px solid #fff !important;
    margin-top: 15px;
}

    .navbar-toggle > .icon-bar {
        background-color: #fff !important;
    }

.mobile-header-padding {
    padding-top: 15px;
    color: #FFF;
}

.landing-title {
    color: #6A791B !important;
    font-family: "Roboto Slab", serif;
    font-size: 24pt;
}

.landing-actions {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .landing-actions [class*="col-"] {
        margin-top: 10px;
    }

legend {
    font-size: 24pt !important;
    color: #6A791B !important;
    font-family: "Roboto Slab",serif !important;
    border-bottom: none !important;
}

.label {
    font-weight: 100 !important;
    font-family: "Roboto Slab",serif !important;
    font-size: 16px;
}

.nav-tabs {
    border-bottom: 1px solid #1B181B !important;
    font-family: "Roboto Slab", serif !important;
}

    .nav-tabs > li > a {
        color: #1B181B !important;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        color: #293474 !important;
        border: 1px solid #1B181B;
        border-bottom-color: #FFF !important;
    }

.btn-primary {
    color: #1B181B;
    border: 2px solid #658014;
    background-color: #FFF;
}

    .btn-primary:hover {
        color: #1B181B;
        background-color: #E6F2D0;
        border: 2px solid #658014;
    }

.btn-default {
    color: #1B181B;
}

    .btn-default:hover {
        color: #1B181B;
        background-color: #EBEBEC;
    }

.btn {
    font-family: "Roboto Slab", serif;
}

.breadcrumb {
    background-color: transparent !important;
    padding-left: 0;
}

    .breadcrumb li a {
        color: #1B181B;
    }

    .breadcrumb li.active {
        color: #1B181B !important;
        font-weight: 700;
    }

.page-header {
    /*border-bottom: none !important;*/
    /*added this*/
    margin: 0 0 20px;
}
/*added this*/
.page-heading {
    padding-top: 0 !important;
}

/*.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: none !important;
}*/
td > a {
    background-color: transparent !important;
    color: #1B181B !important;
    /*text-decoration: underline;*/
    border-color: transparent !important;
}

    td > a:hover,
    td > a:focus {
        background-color: transparent !important;
        color: #1B181B !important;
        /*text-decoration: underline;*/
        cursor: pointer;
        border-color: transparent !important;
    }

tr.clickable-row:hover {
    cursor: pointer;
}

.dropdown.action {
    position: static !important;
}

.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #1B181B;
}

.removeAfter {
    cursor: pointer
}

    .removeAfter::after {
        content: "" !important;
    }

.panel-header {
    color: #fff;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    margin: 0px 0px 0px !important;
}

.panel-body-header, .panel-body-label {
    color: #1B181B;
    /*font-family: "Roboto Slab", serif;*/
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

.panel-body-value {
    color: #1B181B;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.1;
}

.selected-view.dropdown-toggle {
    /*border: 2px solid #266261 !important;*/
    color: #1B181B;
}

    .selected-view.dropdown-toggle:hover,
    .selected-view.dropdown-toggle:focus,
    .selected-view.dropdown-toggle:active {
        color: #1B181B;
        /*border: 2px solid #266261 !important;
        background-color: #DEF2F1;*/
    }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #1B181B;
    /*text-decoration: none;
    outline: 0;
    background-color: #378e8c;*/
}

.cookiebanner {
    z-index: 1000;
    width: 100%;
    position: fixed;
    background-color: rgba(230, 242, 208, 0.9);
    padding: 15px;
}

    .cookiebanner p {
        color: #1B181B;
    }

.cookie-accept {
    color: #1B181B;
    cursor: pointer;
    border: 2px solid #678C25;
    display: inline-block;
    padding: 6px;
    border-radius: 10px;
}

.cookie-privacy {
    color: #1B181B;
    cursor: pointer;
    border: 2px solid #678C25;
    padding: 6px;
    display: inline-block;
    border-radius: 10px;
}

    .cookie-accept:hover, .cookie-privacy:hover {
        color: #1B181B;
        background-color: #678C25;
    }

#InsertButton {
    margin-right: 0 !important;
}

@media(max-width:900px) {
    .navbar .visible-xs-block a[href='/notifications/'] .notify-badge {
        position: relative;
        top: -35px;
        left: 15px;
    }



    .stacked-xs li {
        display: block;
    }

        .stacked-xs li h4 {
            margin-bottom: 0px !important;
        }
}

.pager li a {
    color: #1B181B !important;
}

.text-warning {
    color: #e17000 !important;
}

.text-danger {
    color: #d43742 !important;
}

.text-info {
    color: #0065bd !important;
}

.text-success {
    color: #009956 !important;
}

thead {
    background-color: #658014;
}

.btn.disabled {
    background-color: #aaa !important;
    border-color: #aaa !important;
}

td > .dropdown > a,
td > .dropdown > a:hover,
td > .dropdown > a:focus,
td > .dropdown > a:active {
    background-color: transparent !important;
    color: #1B181B !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    /*background-color: transparent !important;*/
}

/*.alert .alert-link {
    color: #fff;
}*/
.footer-links {
    margin-top: 0;
    color: #1B181B;
    font-size: 14px;
    margin-bottom: 10px;
    /*font-family: "Roboto Slab",serif;*/
    font-weight: 500;
    line-height: 1.1;
    cursor: pointer;
}

    .footer-links:hover,
    .footer-links:focus {
        color: #525252;
    }

.tree li a,
.tree li a:hover,
.tree li a:active {
    color: #1B181B;
    text-decoration: none;
}

    .tree li a:focus {
        color: #1B181B;
        text-decoration: underline;
    }

.actions-listing .panel-heading:hover {
    cursor: pointer;
}

[data-name="newlon_nnt_general_section"],
[data-name="newlon_rnt_general_section"],
[data-name="newlon_plt_general_section"],
[data-name="newlon_ahm_general_section"],
[data-name="newlon_rhm_general_section"],
[data-name="newlon_fs_general_section"],
[data-name="newlon_nhm_general_section"],
[data-name="newlon_nsl_general_section"],
[data-name="newlon_nt_general_section"],
[data-name="newlon_hm_general_section"] {
    display: none !important;
}

/*.nav > li.dropdown > a:focus {
    border: 2px solid #266261 !important;
}*/

/*.alert {
    padding: 15px !important;
    margin-bottom: 20px !important;
    border: 1px solid transparent !important;
    border-radius: 0px !important;
    text-shadow: none !important;
}

    .alert h4 {
        margin-top: 0 !important;
        color: inherit !important;
    }

    .alert .alert-link {
        font-weight: 800 !important;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0 !important;
    }

        .alert > p + p {
            margin-top: 5px !important;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px !important;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative !important;
        top: -2px !important;
        right: -21px !important;
        color: inherit !important;
    }

.alert-success {
    background-color: #009956 !important;
    border-color: #008032 !important;
    color: #ffffff !important;
}

    .alert-success hr {
        border-top-color: #006628 !important;
    }

    .alert-success .alert-link {
        color: #e6e6e6 !important;
    }

.alert-info {
    background-color: #0065bd !important;
    border-color: #006b99 !important;
    color: #ffffff !important;
}

    .alert-info hr {
        border-top-color: #005a80 !important;
    }

    .alert-info .alert-link {
        color: #e6e6e6 !important;
    }

.alert-warning {
    background-color: #e17000 !important;
    border-color: #c84200 !important;
    color: #ffffff !important;
}

    .alert-warning hr {
        border-top-color: #ae3a00 !important;
    }

    .alert-warning .alert-link {
        color: #e6e6e6 !important;
    }

.alert-danger {
    background-color: #d43742 !important;
    border-color: #c72b50 !important;
    color: #ffffff !important;
}

    .alert-danger hr {
        border-top-color: #b22647 !important;
    }

    .alert-danger .alert-link {
        color: #e6e6e6 !important;
    }*/
.alert, .alert a {
    color: #1B181B !important;
    text-decoration: none !important;
}


#copytext a,
.copytext {
    color: #1B181B !important;
    text-decoration: underline !important;
}

    #copytext a:hover, #copytext a:focus,
    .copytext:hover, .copytext:focus {
        color: #808080 !important;
        text-decoration: underline !important;
        cursor: pointer;
    }

.text-muted a {
    color: #808080 !important;
}

    .text-muted a:hover, .text-muted a:focus {
        color: #808080 !important;
        text-decoration: underline !important;
    }

.newSec {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
}

.breadcrumb > li + li:before {
    content: "\f105" !important;
    padding: 0 5px;
    color: #1B181B;
    font-family: FontAwesome !important;
    font-weight: normal
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
    font-family: "Roboto Slab", serif;
}

.grid-actions {
    border-bottom: none !important;
}

.fa {
    margin-right: 5px;
    top: 0px;
}

.pill-title div,
.panel-title a div {
    display: inline-block;
}

.panel-quick-link {
    color: #1B181B !important;
    margin-bottom: 20px !important;
    background-color: transparent !important;
    border: 2px solid #378e8c !important;
    border-radius: 15px !important;
    width: 100% !important;
    padding: 5px !important;
    margin-bottom: 10px !important;
    box-shadow: none;
}
    /*.panel-quick-link .collapse.in {
        background-color: #DEF2F1;
    }*/
    .panel-quick-link .panel-title i {
        margin-left: 8px;
        font-size: 20px;
        margin-right: 5px;
    }

    .panel-quick-link h4,
    .panel-quick-link li,
    .panel-quick-link a {
        font-family: "Roboto", Helvetica, sans-serif;
        color: #1B181B;
        margin-bottom: 5px;
    }

    .panel-quick-link .panel-heading {
        padding: 5px 10px;
    }

    .panel-quick-link h4 {
        font-weight: bold;
        overflow: auto;
    }

    .panel-quick-link li a {
        vertical-align: text-top;
    }

    .panel-quick-link .panel-body {
        border-top: none !important;
        padding: 0px 0px 0px 15px !important;
        font-size: 16px;
    }

    .panel-quick-link .panel-heading a[aria-expanded="true"] i.fa-pull-right,
    .panel-quick-link .panel-heading a.expanded i.fa-pull-right,
    .panel-quick-link.selected .panel-heading i.fa-pull-right,
    .panel-quick-link.selected .panel-heading i.fa-pull-right {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .panel-quick-link.selected {
        border-color: #DEF2F1 !important;
        background-color: #DEF2F1 !important;
    }

    .panel-quick-link .panel-footer {
        background-color: transparent !important;
        border-top: none !important;
    }

    .panel-quick-link .panel-body .fa {
        font-size: 20px !important;
    }

.infoText {
    margin-left: 8px;
}

.navbar-brand {
    padding: 10px 15px !important;
}

@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }

    .center-on-sm {
        text-align: center !important;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

#newlon_dateofbirth_label:after {
    margin-left: 2px;
    display: inline-block;
}
/*.panel-title a i.icon {
    top: -10px;
}*/

@media (max-width: 767px) {
    .crmEntityFormView table.section {
        overflow: visible;
    }
}

.clickable {
    cursor: pointer;
}


/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
/*@media screen and (device-aspect-ratio: 2/3) {
    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"] {
        font-size: 16px !important;
    }

    html {
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    body {
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

}*/

/* iPhone 5, 5C, 5S, iPod Touch 5g */
/*@media screen and (device-aspect-ratio: 40/71) {
    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"] {
        font-size: 16px !important;
    }

    html {
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    body {
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

}*/

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
/*@media screen and (device-aspect-ratio: 375/667) {
    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"] {
        font-size: 16px !important;
    }

    html {
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    body {
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}*/

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
/*@media screen and (device-aspect-ratio: 9/16) {
    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"] {
        font-size: 16px !important;
    }

    html {
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    body {
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}*/

/* iPhone XS Max portrait/landscape */
/*@media screen and (device-aspect-ratio: 6/13), (device-aspect-ratio: 7/15) {
    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"] {
        font-size: 16px !important;
    }

    html {
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    body {
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}*/
iframe {
    width: 100%;
    border: 0;
    min-height: 500px;
    overflow-x: scroll !important;
}

.panel-heading p, .panel-heading i, .panel-heading {
    color: #FFF;
    margin-bottom: -4px;
    font-size: 14pt;
}

    .panel-heading a.viewLink {
        color: #FFF;
        font-size: 14pt;
    }

a:hover,
a:active,
a:focus {
    color: #1B181B;
    cursor: pointer;
}

/*.panel-light {
    Border: 2px solid #378e8c;
}
.panel-light .panel-heading {
    background-color: #DEF2F1;
    border-bottom: 1px solid #378e8c;
}*/
.no-border {
    border: none !important;
}

.readonly {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    cursor: auto;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .crmEntityFormView .cell {
        padding: 0 0 30px 20px;
    }
}

@media (max-width: 767px) {
    .crmEntityFormView .cell {
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .pull-left-xs {
        float: left !important;
    }

    .pull-right-xs {
        float: right !important;
    }
}

@media (max-width: 767px) {
    .pull-left-sm {
        float: left !important;
    }

    .pull-right-sm {
        float: right !important;
    }
}

.btn.btn-primary i.fa,
.fa-ul li .fa {
    color: #658014;
}

.panel-about-me {
    Border: none !important;
}

    .panel-about-me .panel-heading {
        background-color: #667722;
        Border: 2px solid #667722;
        color: #FFF;
    }

    .panel-about-me .panel-body {
        background-color: #EBEBEC;
        border: none !important;
    }

    .panel-about-me .panel-heading a {
        color: #FFF;
    }

        .panel-about-me .panel-heading a i.fa.fa-chevron-right {
            color: #FFF;
        }

    .panel-about-me .panel-footer {
        background-color: #EBEBEC;
    }

.panel-my-home {
    Border: none !important;
}

    .panel-my-home .panel-heading {
        background-color: #658014;
        color: #FFF;
        Border: 2px solid #658014;
    }

    .panel-my-home .panel-body {
        background-color: #EBEBEC;
        border: none !important;
    }

    .panel-my-home .panel-heading a {
        color: #FFF;
    }

        .panel-my-home .panel-heading a i.fa.fa-chevron-right {
            color: #FFF;
        }

.panel-rent-account {
    Border: 2px solid #687F25;
}

    .panel-rent-account .panel-heading {
        background-color: #687F25;
        color: #FFF;
    }

        .panel-rent-account .panel-heading a {
            color: #FFF;
        }

            .panel-rent-account .panel-heading a i.fa.fa-chevron-right {
                color: #FFF;
            }

.panel-applications {
    Border: 2px solid #687D43;
}

    .panel-applications .panel-heading {
        background-color: #687D43;
        color: #FFF;
    }

        .panel-applications .panel-heading a {
            color: #FFF;
        }

            .panel-applications .panel-heading a i.fa.fa-chevron-right {
                color: #FFF;
            }

.panel-local-area {
    Border: 2px solid #657722;
}

    .panel-local-area .panel-heading {
        background-color: #657722;
        color: #FFF;
    }

        .panel-local-area .panel-heading a {
            color: #FFF;
        }

            .panel-local-area .panel-heading a i.fa.fa-chevron-right {
                color: #FFF;
            }

@media (min-width:1200px) {
    .lg-push-left {
        margin-left: 30px !important;
    }
}

@media (max-width:350px) {
    .logo.navbar-brand img {
        width: 170px !important;
    }
}

::selection,
::selection {
    background: #EBEBEC; /* WebKit/Blink Browsers */
}

::-moz-selection,
::-moz-selection {
    background: #EBEBEC; /* Gecko Browsers */
}

.dropdown-toggle:focus {
    border: none !important;
    border-color: none !important;
}

.ExpandOnMobile a {
    color: #1B181B !important;
}

@media only screen and (max-width:1000px) {
    .ExpandOnMobile {
        display: block !important;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .ExpandOnMobile a {
            color: #FFF !important;
            font-size: 14pt;
            margin-left: 0 !important;
        }

        .ExpandOnMobile .divider {
            background-color: #FFF !important;
        }
}

@media (max-width: 767px) {
    .table-fluid td {
        word-break: break-word !important;
    }
}
/*rating*/
.RatingPopup {
    z-index: 5000;
}

@media (max-width: 899px) {
    .RatingPopup .tag {
        bottom: 160px;
    }

    .RatingPopup .panel {
        bottom: 160px;
    }
}

@media (min-width: 900px) {
    .RatingPopup .tag {
        bottom: 70px;
    }

    .RatingPopup .panel {
        bottom: 70px;
    }
}

.RatingPopup .tag {
    width: 27px;
    cursor: pointer;
    position: fixed;
    right: 0px;
    padding: 5px;
    border: 2px solid #CAD17A;
    background-color: #fff;
    margin-bottom: 0px;
    transition: 0.56s;
    overflow: hidden;
    color: #EFC529;
}

    .RatingPopup .tag:hover {
        background-color: #EBEBEC;
    }

.RatingPopup a {
    text-decoration: underline;
}

.RatingPopup p {
    margin-bottom: 3px
}

.RatingPopup .rating {
    margin-bottom: 5px
}

.RatingPopup .panel {
    cursor: pointer;
    position: fixed;
    right: -4px;
    width: 0;
    transition: 0.6s;
    height: 100px;
    overflow: hidden;
    margin-bottom: 0px !important;
}

    .RatingPopup .panel.open {
        width: 200px;
        right: 20px;
        transition: 0.5s;
        overflow: hidden;
    }

.RatingPopup .panel-body {
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden;
}

.RatingPopup .tag.open {
    right: 218px;
    overflow: hidden;
    transition: 0.5s;
}

.RatingPopup .panel-default {
    border-color: #CAD17A;
}

/*Poll*/
.PollPopup {
    z-index: 5000;
}

@media (max-width: 767px) {
    .PollPopup {
        display: none;
    }
}


@media (max-width: 899px) {
    .PollPopup .tag {
        bottom: 310px;
    }

    .PollPopup .panel {
        bottom: 275px;
    }
}

@media (min-width: 900px) {
    .PollPopup .tag {
        bottom: 225px;
    }

    .PollPopup .panel {
        bottom: 190px;
    }
}

.PollPopup .tag {
    width: auto;
    cursor: pointer;
    position: fixed;
    right: -37px;
    padding: 5px;
    border: 2px solid #CAD17A;
    background-color: #fff;
    margin-bottom: 0px;
    transition: 0.56s;
    overflow: hidden;
    color: #181B18;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

    .PollPopup .tag:hover {
        background-color: #EBEBEC;
    }

.PollPopup a {
    text-decoration: underline;
}

.PollPopup p {
    margin-bottom: 3px
}

.PollPopup .panel {
    cursor: pointer;
    position: fixed;
    right: -4px;
    width: 0;
    transition: 0.6s;
    height: auto;
    overflow: hidden;
    margin-bottom: 0px !important;
}

    .PollPopup .panel.open {
        width: auto;
        right: 20px;
        transition: 0.5s;
        overflow: hidden;
    }

.PollPopup .panel-body {
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden;
}

.PollPopup .tag.open {
    /*right: 218px;*/
    overflow: hidden;
    transition: 0.5s;
}

.PollPopup .panel-default {
    border-color: #CAD17A;
}

#ContentContainer_MainContent_SurveyContainer .answer label {
    font-size: 16px !important;
    font-weight: 400 !important;
}

#ContentContainer_MainContent_SurveyContainer .row[id$="-AnswerRow"] {
    padding: 0 0 30px 20px;
}
