﻿.logo {
    background-image: url('../images/eClosePlus-Logo-500x96.png');
    /*max-height: 48px;*/
    margin-top: 20px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-size: 200px;
    text-indent: -99999px;
    height: 60px;
    width: 200px;
}

body {
    margin-top:80px;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    background-image: url('../images/eClosPlusPortalBG1920x1080.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.navbar {
    min-height: 80px;
    background: #00415f;
    border-bottom: 1px solid #00415f;
    border-radius: 0px !important;
}

    .navbar .navbar-toggle .icon-bar {
        background-color: #f2f2f2;
    }

.navbar-brand {
    background-image: url('../images/eClosePlus_reversed_500x96.png');
    min-height: 55px;
    margin-top: 0px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-size: 278px;
    text-indent: -99999px;
    /*height: 55px!important;*/
    width: 278px;
    margin: 15px 12px;
}

.navbar-header {
    height: 80px;
}

.navbar-right {
    margin-right: 99px!important;
}

.navbar-nav > li > a {
    color: #f2f2f2;
    padding-top: 30px!important;
}

    .navbar-nav > li > a:hover {
        color: #e94045;
        padding-top: 30px !important;
        background-color: transparent !important;
    }

.navbar-toggle {
    margin-top: 25px!important;
    margin-right: 20px!important;
}

.container {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    margin-top: 150px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    flex-wrap: wrap;
}

.outer-container {
    margin-bottom: 60px;
}

.login-container {
    max-width: 400px;
    height: auto;
    margin: 150px 0px;
    color: #00415f;
    background-color: #fff;
}

.login-text {
    text-align:center;
}

.btn-default {
    background-color: #00415f !important;
    color: white !important;
    border: none !important;
}

.btn-secondary {
    background-color: #00415f !important;
    color: white !important;
    border: none !important;
}

    .btn-default:hover,
    .btn-secondary:hover {
        opacity: 0.8;
        border: none !important;
    }

.nav-tabs {
    max-width: 400px;
    border-bottom: none!important;
}

    .nav-tabs > li {
        width: 50%;
        display: inline-block;
    }

        .nav-tabs > li.active > a {
            width: 100%;
            color: #00415f;
            border: 1px solid #fff;
        }

        .nav-tabs > li > a {
            width: 100%;
            color: #00415f;
            background-color: #f2f2f2;
        }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #00415f;
            cursor: default;
            background-color: #fff;
            border: none !important;
        }

.notary-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    color: #00415f;
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    border-radius: 0px 3px 3px;
    text-align: center;
    margin: 10px;
}

.borrower-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    color: #00415f;
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    border-radius: 0px 3px 3px;
    text-align: center;
    margin: 10px;
}
/*.tab-content > .active {
    display: flex !important;
    flex-direction: column!important;
    align-items: center!important;
}*/
.form-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
}
.form-item {
    padding: 5px;
}

.login-footer {
    display: flex;
    justify-content: space-around;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
}

.labelInput{
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding-right: 0px;
}

.labelInput > input{
    width:auto;
    min-width: 70%;
}

.custom-footer {
    display: none;
}

button {
    position: absolute;
    right: 50px;
    bottom: 20px;
    cursor: pointer;
}

.borrower-info {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #00415f;
}

.panel-container {
    height: 100%;
}

.info-container {
    background-color: #fff;
    padding: 10px 20px;
    height: 100%;
    box-shadow: 0 0 3px black;
}

.name-email-container {
    display: flex;
    justify-content: space-around;
    text-color: #00415f;
}

button {
    position: static !important;
}

.header-button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.prop-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dates {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inner-column {
    flex-basis: 50%;
}

.progress-container {
    border: 2px solid #00415f;
    border-radius: 3px;
    padding: 15px 15px 15px 15px;
    margin: 20px 0px;
}

.document-item {
    display: flex;
    padding-top: 15px;
}
/* .document-item a {
  color: #375473;
  margin-left: 25px;
}
.document-item i:hover {
  color: #3b8ea5;
} */
a:hover {
    color: #3b8ea5;
}

.fa-file-download {
    color: #ab3428;
}

.fa-search {
    color: #0dab76;
}

.contact-footer {
    display: block;
    text-align: center;
    margin: 30px;
}

.title {
    padding-left: 15px;
}

.page-footer {
    padding: 0px 50px;
    background-color: #181818;
    color: #f2f2f2;
}

    .page-footer > p > a {
        color: green;
    }

.sub-footer {
    padding: 17px;
    background-color: #000;
    color: #f2f2f2;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.f-column {
    padding: 15px 20px;
}

.footer-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
/*.footer-link{
    border-bottom: 1px solid #fff;
}*/
.link-header {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    width: 150px;
}

.contact-icon {
    display: flex;
    /*flex-wrap: wrap;*/
    align-content: center;
    align-items: center;
}

.g-pr-10 {
    margin-right: 10px;
}

/*.g-top-0 {
    top: 0;
}

g-right-0 {
    right: 0;
}*/

.eClose-Swoosh{
    position: relative;
    z-index: 999;
    bottom:0px;
    right:0px;
}
/** {
    border: 1px solid goldenrod;
}*/


/* Media Queries */


/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .login-container {
        max-width: 350px;
        height: auto;
        margin: 0px auto 20px auto;
    }
    .container{
        margin-bottom:80px;
    }
    .navbar-brand {
        background-size: 250px !important;
        width: 250px !important;
        margin: 20px 0px 0px 20px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .login-container {
        max-width: 400px;
        height: auto;
        margin: 150px 0px;
        color: #00415f;
        background-color: #fff;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

/*4k Devices, Wide Screens */
@media only screen and (min-width : 2500px) {
    .login-container {

        margin: 245px 0px;
 
    }
}