/** Page Spinner **/

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(256, 256, 256, 0.95);
}


/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 2500ms infinite linear;
    -moz-animation: spinner 2500ms infinite linear;
    -ms-animation: spinner 2500ms infinite linear;
    -o-animation: spinner 2500ms infinite linear;
    animation: spinner 2500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: #A8A8A8 1.5em 0 0 0, #A8A8A8 1.1em 1.1em 0 0, #A8A8A8 0 1.5em 0 0, #A8A8A8 -1.1em 1.1em 0 0, #A8A8A8 -1.5em 0 0 0, #A8A8A8 -1.1em -1.1em 0 0, #A8A8A8 0 -1.5em 0 0, #A8A8A8 1.1em -1.1em 0 0;
    box-shadow: #A8A8A8 1.5em 0 0 0, #A8A8A8 1.1em 1.1em 0 0, #A8A8A8 0 1.5em 0 0, #A8A8A8 -1.1em 1.1em 0 0, #A8A8A8 -1.5em 0 0 0, #A8A8A8 -1.1em -1.1em 0 0, #A8A8A8 0 -1.5em 0 0, #A8A8A8 1.1em -1.1em 0 0;
}


/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/** Login Page stylesheet **/

.splash-screen {
    background-color: #F1F4F5;
}

.splash-screen .legal-wrapper {
    padding-top: 0;
}

.forgot-password .contact {
    padding: 15px 0;
    margin: 0 0 0px!important;
}

@media (max-width: 767px) {}

.glyphicon-folder-open:before {
    content: "\e118";
    padding-right: 10px;
    margin-left: -5px;
}

@media (min-width: 768px) {}

.widget-login .btn-primary,
.widget-login .btn-primary.active,
.widget-login .btn-primary.active.focus,
.widget-login .btn-primary.active:focus,
.widget-login .btn-primary.active:hover,
.widget-login .btn-primary:active,
.widget-login .btn-primary:active.focus,
.widget-login .btn-primary:active:focus,
.widget-login .btn-primary:active:hover,
.widget-login .btn-primary[disabled],
.widget-login .open>.dropdown-toggle.btn-primary,
.widget-login .open>.dropdown-toggle.btn-primary.focus,
.widget-login .open>.dropdown-toggle.btn-primary:focus,
.widget-login .widget-login .open>.dropdown-toggle.btn-primary:hover {
    background-color: #68c5b5;
    border-color: #68c5b5;
}

.alert-dismissible .change-password {
    top: 5px !important;
}


/* LOGIN CSS FOR HOME PAGE LOGIN  */

.login-process-modal .brand-logo img {
    width: 170px;
    height: 55px;
}

.login-process-modal .welcome-caption {
    color: #111640 !important;
    margin-bottom: 5px !important;
    line-height: 1.5;
    font-family: inherit;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500!important;
}

.login-process-modal .welcome-caption small {
    font-size: 70%;
    font-weight: 400;
    color: #8c98a4;
}

.login-process-modal .input-label {
    font-weight: 600;
    text-transform: uppercase!important;
    display: block !important;
    font-size: 80%;
    margin-bottom: 0.1rem;
    font-family: inherit;
    line-height: 1.5;
    color: #111640 !important;
}

.login-process-modal .form-control {
    display: block;
    height: calc(2.2rem + 2px);
/*    padding: 0.75rem 1rem;*/
    font-size: 13px;
    line-height: 1.5;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d4d7dd;
    border-radius: 0.25rem!important;
    transition: all 0.2s ease-in-out;
    pointer-events: fill;
    position: relative;
}

.login-process-modal .or-text {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 8pt;
    padding: 10px;
    color: #999;
}

.login-process-modal .btn-facebook {
    background: #3b5998;
    border: #3b5998;
    color: #fff;
    width: 100%;
    padding-left: 0px;
}

.login-process-modal .btn-facebook:focus,
.login-process-modal .btn-facebook.focus {
    box-shadow: 0 0 0 0.2rem rgba(139, 157, 195, 0.63);
}

.login-process-modal .error-message {
    width: 100%;
    margin: 0;
    font-size: 11px;
    color: #bf1111;
    font-weight: 500;
}

.login-process-modal .passowrd-info {
    font-size: 11px;
    margin-bottom: 0;
    line-height: 1.7;
    font-weight: 500;
}

.login-process-modal .btn-facebook .icons-fb {
    font-size: 18px;
    line-height: 1;
    float: left;
}

.login-process-modal .btn-facebook .icons-fb::before {
    padding: 11px 15px;
    border-right: 1px solid #ffffff54;
}

.login-process-modal .resgistration-successfull {
    padding: 10px 0px 30px;
    text-align: center;
}

.login-process-modal .resgistration-successfull p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
}

.login-process-modal .resgistration-successfull img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    opacity: 0.1;
}

.login-process-modal .navigator-link {
    color: #8c98a4;
    border-bottom: 1px dashed #97a4af;
    font-size: 75%;
    font-weight: 400;
    text-decoration: none;
    background-color: transparent;
    margin-top: -5px !important;
    cursor: pointer;
}

.login-process-modal .unregistred-signup {
    color: #8c98a4!important;
    cursor: pointer;
}

.login-process-modal .forgotemail-successfulsection {
    padding: 10px 10px;
    background: transparent;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    border-radius: 2px;
    color: #555;
    line-height: 1.8;
    margin: 10px 0px;
    border: 1px dashed #eee;
}

.login-process-modal .forgotemail-successfulsection img {
    display: block;
    margin: 0 auto;
    opacity: 0.1;
    width: 80px;
    height: 80px;
}

.login-process-modal .copyrights-section {
    margin: 25px 0px 10px;
}

.login-process-modal footer.footer-section.foot {
    background: #111640;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 1;
}

.login-process-modal .company-info {
    color: #FFF;
    font-size: 10px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
}

.login-process-modal .copyrights-section a.link {
    color: #e92135;
    border: 1px #e92135 solid;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 10px;
}

.login-process-modal .copyrights-section a.link:hover {
    background: #e92135;
    color: #fff;
}

.login-process-modal .Login-section-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%!important;
    height: 100%;
    margin: 0;
}

.login-process-modal .Login-section-right .modal-content {
    height: calc(100vh - 0vh);
    border-radius: 0px;
}

.login-process-modal .Login-section-right .modal-body {
    padding: 0px!important;
}

.login-process-modal .Login-section-right button.close {
    float: right;
    text-align: right;
    position: absolute;
    right: 10px;
    z-index: 99;
    top: 20px;
}

.login-process-modal .Login-modal.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.login-process-modal .login-modal .form-control.disable {
    background: #efefef;
    cursor: not-allowed;
}

.login-process-modal .btn-logindanger {
    color: #fff;
    background-color: rgb(175, 163, 100) !important;
    border-color: rgb(175, 163, 100) !important;
    width: 100%;
}

.searchbuy-items .user-nameorguest {
    font-size: 12px!important;
    display: inline-block;
    font-weight: 400!important;
    position: relative;
    top: -2px;
    color: #1e1f55;
    padding: 5px!important;
    text-transform: capitalize;
}

.login-process-modal #login-modal,
.login-process-modal #forgot-passowrd,
.login-process-modal #signup-modal,
.login-process-modal #registration-successful,
.login-process-modal #reset-password {
    opacity: 1!important;
}

.login-button{
       border:1px solid #1e1f55;
    border-radius: 3px;
    padding: 2px 10px!important;
    width: 150px;
    margin: 17px 5px!important;
}
.login-button .user-nameorguest{
text-transform: uppercase;
}
.hello-text{
    padding: 10px;
    margin: 0;
}
.userdetail{
    padding: 0;
}
.login-button:last-child{
    margin-right: 0;
}
/* END OF LOGIN CSS FOR HOMEPAGE LOGIN */