﻿a {
    color: #376a9f !important;
}
.er_navcontainer a {
    color: #376aa9 !important;
    font-weight: bold;
}
.er_contentBody {
    background: #FFFFFF;
    border-bottom: #000000 solid 1px;
    border-left: #000000 solid 1px;
    border-right: #000000 solid 1px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.er_content {
    padding: 5px 0 0 0;
}

.er_content_sub {
    padding: 5% 0 0 0;
}

.btn-primary {
    color: #ffffff !important;
}

.er_navcontainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-inverse .navbar-nav > li > a:hover {
    cursor: pointer;
}

.navbar-nav .nav-item:not(:last-child) {
    border-right: 1px solid #c0c0c03d;
}

.navbar-inverse,
.er_bluespace {
    background: #305797;
}

.er_bluespace {
    left: 0px;
    z-index: -1;
    height: 35px;
    width: 100%;
}

.navbar-inverse .navbar-brand {
    color: #FFFFFF
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF !important;
}

body {
    padding-top: 0;
    padding-bottom: 0;
    background: #e8e8e8;
}

section.er_headersection {
    background: #FFFFFF;
}

div.er_banner {
    padding: 1% 0 0 5%;
    border-color: #ffffff;
}

div.er_midheader {
    background: rgba(197,221,231,1);
    background: -moz-linear-gradient(top, rgba(197,221,231,1) 0%, rgba(228,239,244,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(197,221,231,1)), color-stop(100%, rgba(228,239,244,1)));
    background: -webkit-linear-gradient(top, rgba(197,221,231,1) 0%, rgba(228,239,244,1) 100%);
    background: -o-linear-gradient(top, rgba(197,221,231,1) 0%, rgba(228,239,244,1) 100%);
    background: -ms-linear-gradient(top, rgba(197,221,231,1) 0%, rgba(228,239,244,1) 100%);
    background: linear-gradient(to bottom, rgba(197,221,231,1) 0%, rgba(228,239,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5dde7', endColorstr='#e4eff4', GradientType=0 );
}

div.er_banner p {
    color: #FFFFFF;
    padding: 0;
    font-size: 9px;
}

.er_largeLogo {
    display: none;
}

.er_tabsection {
    padding: 2% 0 0 2%;
    background: #EEEEEE;
    border: 1px solid #c7c7c7;
    border-top: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #666666;
    cursor: default;
    background-color: #eeeeee;
    border: 1px solid #c7c7c7;
    border-bottom-color: transparent;
    font-weight: bold;
}

.nav-tabs.nav-justified > .active > a {
    border-bottom-color: #eeeeee;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #666666;
    color: #FFFFFF;
}

.nav > li > a {
    color: #666666;
}

.nav-tabs > li {
    background: #FFFFFF;
    border-radius: 4px;
}

.er_btnsection {
    padding: 0 5% 5% 5%;
}


.er_titlebar {
    padding: 1% 0 1% 1%;
    margin: 20px 0 40px 0;
    font-size: 24px;
    text-align: left;
    background: #e8e9eb;
    border-bottom: 1px solid #ccd1d4;
    /*background-image: -ms-linear-gradient(top, #E9EAEC 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(top, #E9EAEC 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(top, #E9EAEC 0%, #FFFFFF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E9EAEC), color-stop(100, #FFFFFF));
    background-image: -webkit-linear-gradient(top, #E9EAEC 0%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, #E9EAEC 0%, #FFFFFF 100%);*/
}

img.er_cblogo {
    display: none;
}

.er_navcontainer ul li {
    padding: 0 10px 0 0;
}

/*Use these styles when the width is 1200px or HIGHER in width*/
@media (min-width: 1200px) {
    .er_headcontainer,
    .er_navcontainer {
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px !important;
    }
}

/*Use these styles when the width is 992px or HIGHER in width*/
@media (min-width: 992px) {
    .er_headcontainer,
    .er_navcontainer {
        margin-left: auto;
        margin-right: auto;
        max-width: 960px;
    }
}

/*Use these styles when the width is 768px or HIGHER in width*/
@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }

    .er_smallLogo {
        display: none !important;
    }

    .er_newLogo {
        background: url(/images/erelocation-one-nt2.jpg) 0px no-repeat;
        height: 120px;
        width: 480px !important;
    }

    .er_largeLogo {
        display: inline-block;
    }

    div.er_banner p {
        color: #FFFFFF;
        padding: 0;
        margin: 0 0 0 20px;
        font-size: 9px;
    }

    div.er_banner {
        padding: 1% 0 0 2%;
    }

    img.er_cblogo {
        display: inline-block;
    }
}

/* LOADER */
.er_loader,
.er_tableloader  {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}