﻿
@font-face {
    font-family: praxis-regular;
    src: url(fonts/praxislt-regular.woff);
}

@font-face {
    font-family: praxis-semibold;
    src: url(fonts/praxis-semibold-webfont.woff);
}

@font-face {
    font-family: praxis-light;
    src: url(fonts/praxis-light-webfont.woff);
}

@font-face {
    font-family: Fun-Plain-A;
    src: url(font/EK03Plain-B02.ttf);
}

@font-face {
    font-family: Fun-Plain-B;
    src: url(font/EK03Plain-M02.ttf);
}

@font-face {
    font-family: Fun-Plain-C;
    src: url(font/EK03Plain-L02.ttf);
}

@font-face {
    font-family: Fun-Regular;
    src: url(font/EK2003Regular.ttf);
}

@font-face {
    font-family: Fun-S;
    src: url(font/EK03Serif-B01.ttf);
}

body {
    color: #606060 !important;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: proxima_novaregular;
}

input[type=text], input[type=password], input[type=email], .select2-choice {
    background: #f8f8f8 none repeat scroll 0 0 !important;
    border-radius: 7px !important;
}

.footer input[type=text], .footer input[type=password], .footer input[type=email], .footer .select2-choice {
    background: transparent url(../images/footer-bk.png) repeat scroll 0 0 !important;
    border-radius: 0px !important;
    height: 25px;
    padding-bottom: 3px !important;
    padding-top: 3px;
    color: #FFF;
}

.footer textarea, .footer button {
    background: transparent url(images/footer-bk.png) repeat scroll 0 0 !important;
    color: #FFF;
}

.footer .theme-button {
    background: #999 !important;
    color: #FFF !important;
    border-radius: 0px !important;
    display: inline-block !important;
}

.textValidFooter {
    border-bottom: 1px solid #2ab4c0 !important;
    border-color: white !important;
}

.custom-tab > .nav-tabs > li > a {
    font-size: 14px !important;
    color: #2c364b !important;
    font-weight: 600;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4de !important;
}


/*a.selected {
        border-bottom: 2px solid #00add0;
        text-decoration: none;
        
        color: #1d1717 !important;
        font-weight: bold;
        font-family: "Segoe UI",Arial,Sans-Serif;
    }*/

a.login-create-account {
    /*font-size: 30px !important;*/
    /*color: #002046 !important;*/
    text-decoration: none;
}

.login-create-account div {
    margin: 5px 0;
    line-height: 1;
}

.Create-an-E-service {
    font-size: 14px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding-right: 15px;
    padding-top: 12px;
}

.btn-signUp {
    text-transform: none;
    background: no-repeat;
    box-shadow: none !important;
    border: 1px solid #ffffff !important;
    font-size: 12px !important;
    border-width: thin !important;
    font-weight: normal !important;
    padding: 10px 45px 10px !important
}

.login .logo {
    margin: 0px !important;
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    padding: 2% 2% 0% 2% !important;
}

.main-content {
    margin: 10px 0 15px;
    /*border-top: 1px solid #606060;*/
}

.home-header {
    background: #FFF !important;
    /*min-height: 70px;*/
    /*padding:10px;*/
    /*margin:auto;*/
    height: 70px;
    width: 100%;
    display: table !important;
    margin: 0 !important;
    font-size: 15px;
}

    .home-header .hotline-number {
        font-size: 18px;
    }

.home-nav > div {        
    margin: 5px 0;
}

.spinner {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('images/ajax-loader-new.gif') 50% 50% no-repeat;
}
/*@media (max-width:769px) {*/
@media (max-width:769px) {
    .home-header .header-column {
        display: block;
        width: 100% !important;
    }
}

/*@media (min-width:769px) {*/
@media (min-width:769px) {
    .home-header .header-column {
        vertical-align: middle !important;
        float: none !important;
        display: table-cell;
    }
}

.home-header .header-column a {
    color: #606060 !important;
}

@media (max-width:769px) {
    .header-logo {
        text-align: center;
    }
}

.header-logo {
    font-size: 30px !important;
}

    .header-logo span {
        padding-left: 15px;
    }


.home-nav {
    /*border-bottom:1px solid #606060;*/
    font-size: 15px;
}

.icon-phone {
    margin-top: 4%;
    margin-right: 3%;
}

.login .content {
    background: transparent !important;
    /*padding: 15px 0;*/
    width: 45%;
    margin-top: 0px !important;
}

.login .content-inner {
    background: #FFF !important;
    padding: 30px;
    border-radius: 8px !important;
}

.login .banner-content {
    margin-bottom: 10px;
}

/*@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { }*/
@media (min-width:769px) and (max-width : 1024px) {
    .login .content {
        width: 70% !important;
    }
}

@media (max-width:768px) {
    .login .content {
        width: 100% !important;
    }
}

@media (max-width:769px) {
    .header-inner {
        width: 100% !important;
    }
}

.header-inner {
    width: 50%;
    margin: auto;
}



.login-control-group {
    /*border-left: 1px solid #C4C4C4;*/
}

    .login-control-group > .center-middle-align-parent {
        width: 100% !important;
    }

.login-container {
    padding: 15px 0;
    width: 100%;
}

.help-section a {
    color: #77839a !important;
    text-decoration: none;
}

.account-type {
    /*margin: 20px auto !important;*/
    padding: 0 0 20px 0;
}

    .account-type div {
        padding: 10px 12px;
    }

    .account-type .tab {
        cursor: pointer;
        background: #E8E8E8 !important;
    }

        .account-type .tab.selected {
            background: #049BBB !important;
            color: #FFF !important;
        }

.account-control-group {
    width: 100%;
}

@media (max-width:769px) {
    .account-type .tab {
        float: left;
    }
}

/*.account-control-group .validateIcon-container {
        position: absolute;
    }

        .account-control-group .validateIcon-container span {
            margin-left: 20px;
        }*/

.account-control-group .validateIcon, .account-control-group .info-icon {
    position: absolute;
    width: 20px;
    color: red;
    font-size: 20px;
    margin: 5px 10px 0 0;
    /*right: 0;*/
    right: -35px;
    top: 3px;
}

.validateIconContainer {
    position: absolute !important;
    right: 0;
    width: 65px;
}

.valid, .invalid {
    right: -60px !important;
}

.emailSuccess {
    /*background: #f6f6f6 !important;*/
    height: 150px !important;
}

.has-error .form-control, .has-error .select2-container .select2-choice, .has-error .select2-container .select2-choices {
    border-color: #a94442 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
}

.login .content p, .login .content label {
    color: #434c5f !important;
    margin-bottom: 5px;
}

.login .copyright {
    padding: 15px 0;
    width: 50%;
}

.login .content .form-control {
    height: 50px !important;
    border-radius: 4px !important;
    background-color: #ffffff !important;
    padding-left: 15px;
}

@media (min-width:1140px) and (min-height:720px) {
    .login .footer {
        position: fixed;
    }
}

.login .footer {
    /*background: rgba(0, 0, 0, 0) url("/content/themes/metronic3-6/assets/admin/pages/img/bg-white-lock.png") repeat scroll 0 0;*/
    background: transparent url('../Content/images/footer-bk.png');
    /*opacity: 0.6;*/
    width: 100%;
    bottom: 0;
    margin-top: 45px;
    /*border-radius: 7px;
    margin: 0 auto;
    padding: 20px 30px 15px;*/
}



.tooltip-inner {
    background: transparent !important;
}

.footer a {
    color: #FFF !important;
}

.webChat-container {
    /*width: 80%;*/
    height: auto;
    background: #3B393A;
    /*padding: 10px;*/
}

    .webChat-container i {
        font-size: 30px !important;
        line-height: 1;
    }

@media only screen and (min-width:769px) {
    .webchat-link {
        float: right;
    }
}

.uploading {
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 35%;
    width: 50px;
}

/*.overly {
    background-color: #000;
    min-height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0.4;
}*/

#webchat-modal .modal-dialog {
    bottom: 0;
    position: fixed;
    right: 0;
    width: 375px;
}

.faq-title {
    /*font-weight: bold;*/
    text-decoration: underline;
}

.MBT-readmore {
    background: #fff;
    text-align: right;
    cursor: pointer;
    color: #EB7F17;
    margin: 5px 0;
    border-left: 400px dashed #474747;
    border-right: 2px solid #474747;
    border-top: 2px solid #474747;
    border-bottom: 2px solid #474747;
    padding: 2px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font: bold 11px sans-serif;
}

    .MBT-readmore:hover {
        background: #EB7F17;
        color: #fff;
        border-left: 400px dashed #474747;
        border-right: 2px solid #EB7F17;
        border-top: 2px solid #EB7F17;
        border-bottom: 2px solid #EB7F17;
    }

    .MBT-readmore a {
        color: #fff;
        text-decoration: none;
    }

        .MBT-readmore a:hover {
            color: #fff;
            text-decoration: none;
        }



/* useful classes  */

.divloginMenu-sm-xs {
    width: 100% !important;
    border: 1px solid #cdd9df;
    border-radius: 5px;
    background-color: #f6f9fb;
}

    .divloginMenu-sm-xs > .center-middle-align-child {
        padding: 6px;
    }

.login-title {
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1d5cb0;
    font-family: proxima_nova_ltsemibold !important;
}

.Sign-in-with-your-ac {
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #434c5f;
}

.Enter-your-details-b {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #434c5f;
}

.Forgot-password {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #8c96a9;
}

.txt-FAQUpdateOwnership a {
    color: #77839a !important;
    font-size: 18px;
    text-decoration: none;
}

.select2-container .select2-selection--single {
    height: 45px !important;
}

.select2-container .select2-selection--single {
    height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #cfd5e4;
}

.login .content .form-actions {
    padding: 0px 30px !important;
    border-bottom: 0px !important;
}

.theme-title {
    color: #002046;
    font-size: 30px;
    padding: 0 0 15px;
}

.theme-sub-title {
    color: #989898;
    font-size: 15px;
}

.theme-button {
    background: #002046 !important;
    color: #FFF !important;
    /*border-radius: 7px !important;*/
    display: inline-block !important;
}

.center-middle-align-parent {
    display: table;
    margin: auto !important;
}

.form-container {
    padding: 20px 0;
}
/*@media (min-width:1024px) {*/
@media (min-width : 769px) {
    .center-middle-align-child {
        display: table-cell;
    }

    .form-container {
        width: 85%;
    }
}

.center-middle-align-child {
    /*display: table-cell;*/
    vertical-align: middle;
    float: none;
}

.margin-20 {
    margin: 20px 0 !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-auto {
    margin: auto !important;
}


.radius-left {
    border-radius: 10px 0 0 10px !important;
}

.radius-right {
    border-radius: 0 10px 10px 0 !important;
}

.width_100 {
    width: 100% !important;
}

.width_90 {
    width: 90% !important;
}

.padding_0 {
    padding: 0 !important;
}

.display_inline {
    display: inline !important;
}

.display-table {
    display: table !important;
}

.display-table-cell {
    display: table-cell !important;
}

.popover {
    max-width: none !important;
}

.margin-40 {
    margin: 40px !important;
}



/* Desktops and laptops ----------- */
@media (min-width: 1295px) and (max-width: 1824px) and (orientation: landscape) {

    .login .content {
        width: 55%;
        /* border: 1px solid red;*/
    }
}

@media (min-width: 1400px) and (max-width: 1466px) and (orientation: landscape) {

    .login .content {
        width: 55%;
        /* border: 1px solid blue;*/
    }
}

@media (min-width:1466px) and (max-width: 1824px) and (orientation: landscape) {

    .login .content {
        width: 47%;
        /* border: 1px solid #EB7F17;*/
    }
}

@media only screen and (min-width :992px) and (max-width : 1300px) {
    .login .content {
        width: 60%;
        /* border: 1px solid #2ab4c0;*/
    }
}
