﻿body, html {
    font-family: 'Segoe UI',Tahoma !important;
    overflow: hidden;
}

.logo {
    background-image: url('../Content/Images/logoRFSPIDERflat.png');
    background-size: auto 100%;
    background-position: left;
    background-repeat: no-repeat;
}

.invisible {
    display: none;
}

.errortext {
    text-align: center;
    line-height: 20px;
    color: red;
    font-style: italic;
    font-size: 0.8vw;
    display: none;
}

.visible {
    display: normal;
}

.inputshowpass {
    position: absolute;
    z-index: 9999;
    top: 8px;
    right: 7px;
    height: 20px;
}

@-webkit-keyframes spaceboots {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        -webkit-transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

.shake {
    box-shadow: 0px 0px 4px 2px #ff9999;
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 0.4s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 3;
    -webkit-animation-timing-function: linear;
}

.login-page {
    background-color: white !important;
}

.loginform {
    position: fixed;
    width: 100%;
    bottom: 80px;
    top: 50px;
}

.insidelogin {
    position: relative;
    width: 100%;
    height: 100%;
    /*overflow-y: auto;*/
}

.login-logo-header {
    height: 40px;
    text-align: center;
    font-style: italic;
    color: white;
    background-color: #017260;
    font-size: 14pt;
    padding: 7px;
}

.login-box,
.register-box {
    width: 400px;
    margin-top: 12%;
    margin-left: 7%;
    z-index: 9999;
}

.login-box-body,
.register-box-body {
    background: #fff !important;
    padding: 20px;
    border-top: 0;
    color: #666;
}

    .login-box-body .form-control-feedback,
    .register-box-body .form-control-feedback {
        color: #777;
    }

.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.social-auth-links {
    margin: 10px 0;
}

.container-fluid img {
    height: 80px;
}

.loginbackground {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../Content/Images/loginimg/DANANG.jpg');
    background-size: 100% 100%;
    background-position: left;
    background-repeat: no-repeat;
    transition: 0.5s;
    z-index: 0;
    top: 0;
    left: 0;
    display: none;
}

.loginbackgroundstart {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../Content/Images/loginimg/DANANG.jpg');
    background-size: 100% 100%;
    background-position: left;
    background-repeat: no-repeat;
    z-index: 0;
    top: 0;
    left: 0;
}


/*Footer*/
.footer {
    position: fixed;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    color: #ffffff;
    background-color: #017260;
    /*display: block;*/
}

.footer-produce {
    position: relative;
    border-right: 1px dotted #fff;
    padding: 0 8px;
}

.footer-produce-text {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    background-color: transparent;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    z-index: 0;
    background-color: #ffffff;
}

    .footer-produce-text span {
        margin: auto;
        font-size: 14pt;
        font-style: italic;
        line-height: 90px;
        opacity: 0.6;
    }

marquee > a, marquee > a:hover {
    margin: 0;
    color: #000;
    text-decoration: none;
}

.productbox {
    width: 100px;
    height: auto;
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*border: solid 1px #cbcbcb;*/
    transition: all .20s ease-in-out;
    text-align: center;
    background-color: #ffffff;
    margin-left: 15px;
    margin-top: 5px;
}

    .productbox img {
        width: auto;
        height: 50px;
        margin: 2px auto;
    }

.producttitle {
    margin-left: -5px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-family: 'Segoe UI',Tahoma !important;
    background-color: #017260;
    font-style: italic;
    background-color: #003366;
    color: #ffffff;
    font-size: 8pt;
}

    .producttitle a {
        color: #017260;
        text-decoration: none;
    }

    .producttitle .btn {
        background-color: #FFFFFF;
    }


.footer-contact {
    position: relative;
    height: 80px;
    padding: 2px 8px;
    line-height: 23px;
}

    .footer-contact .pull-left p {
        overflow: hidden;
        color: #ffffff;
        font-size: 1vw;
        margin: 3px 0;
    }

.imagelogo {
    height: 80px;
    width: auto;
    background-color: white;
}

.rowpadding {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.infoimage {
    position: fixed;
    height: 60px;
    bottom: 110px;
    right: 20px;
    text-align: right;
}

    .infoimage p {
        margin: 2px 0;
    }

        .infoimage p .imagelocation,
        .infoimage p .locationame,
        .infoimage p .imagecompose {
            font-family: 'Segoe UI',Tahoma !important;
            background-color: rgba(255,255,255,0.5);
            padding: 0 3px 0 8px;
            border-radius: 2px;
            color: #191919;
            font-style: italic;
            transition: 3s;
            display: none;
        }

        .infoimage p .imagelocation {
            font-size: 11pt;
        }

        .infoimage p .locationame {
            font-size: 13pt;
        }

        .infoimage p .imagecompose {
            font-size: 9pt;
        }
/*Footer*/




@media screen and ( max-height: 377px ) {
    body, html {
        overflow-y: auto;
    }

    .footer {
        display: none !important;
    }

    .loginbackground,
    .loginbackgroundstart {
        height: 397px !important;
    }
}

@media screen and ( max-height: 457px ) {

    .login-logo-header {
        display: none !important;
    }

    .footer-produce {
        height: 50px !important;
    }

    .imagelogo {
        height: 50px !important;
    }

    .footer-contact {
        height: 50px !important;
        padding: 2px 8px !important;
        line-height: 13px !important;
    }

    .loginform {
        position: inherit !important;
        top: 0 !important;
        bottom: 0 !important;
        height: 100%;
    }

    .footer {
        height: 50px !important;
        z-index: 9999 !important;
    }

    .productbox {
        margin-top: 2px !important;
    }

        .productbox img {
            height: 30px !important;
        }

    .producttitle {
        font-size: 6pt !important;
    }

    .footer-contact {
        height: 50px;
    }
}

@media screen and ( max-height: 571px ) {
    .login-box,
    .register-box {
        margin-top: 4% !important;
    }
}

@media (max-width: 768px) {
    .login-box,
    .register-box {
        width: 90%;
        margin: auto;
        margin-top: 20px;
    }
    /*.login-logo-header,*/ .infoimage, .nav-nouse {
        display: none !important;
    }

    .footer-contact .pull-left p {
        font-size: 1.7vw !important;
    }
}

@media (max-width: 658px) {
    .footer-contact .pull-left p {
        font-size: 1.65vw !important;
    }
}

@media (max-width: 544px) {
    .footer-contact .pull-left p {
        font-size: 1.6vw !important;
    }
}

@media (max-width: 464px) {
    .footer-contact .pull-left p {
        font-size: 1.55vw !important;
    }
}

@media (max-width: 430px) {
    .footer {
        background-color: #ffffff !important;
    }

    #infotext {
        display: none !important;
    }
}


.loginprocessing {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 99999;
    background: rgba(128, 128, 128,0.8);
    display: none;
    text-align: center;
}

    .loginprocessing .divimageprocessing {
        position: absolute;
        z-index: 5;
        top: 40%;
        left: 45%;
        width: 10%;
    }
    .loginprocessing p
    {
        color: white;
    }
