﻿body.skin-lynx_v4 {
    overflow: hidden;
    padding-top: 0px;
}

.skin-lynx_v4 .primary-header {
    background-color: #1c1c1c;
    height: 35px;
}

.skin-lynx_v4 .md-form label {
    color: white;
    font-size: 1.2rem !important;
}

.skin-lynx_v4 .form-control {
    color: white;
}

.skin-lynx_v4 .form-control-black {
    color: black;
}

.skin-lynx_v4 .md-form input:not([type]):focus:not([readonly]) + label, .md-form input[type=password]:not(.browser-default):focus:not([readonly]) + label, .md-form input[type=email]:not(.browser-default):focus:not([readonly]) + label, .md-form input[type=url]:not(.browser-default):focus:not([readonly]) + label, .md-form input[type=time]:not(.browser-default):focus:not([readonly]) + label, .md-form input[type=date]:not(.browser-default):focus:not([readonly]) + label, .md-form input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, .md-form input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, .md-form input[type=tel]:not(.browser-default):focus:not([readonly]) + label, .md-form input[type=number]:not(.browser-default):focus:not([readonly]) + label, .md-form input[type=search]:not(.browser-default):focus:not([readonly]) + label, .md-form input[type=search-md]:focus:not([readonly]) + label, .md-form input[type=text]:not(.browser-default):focus:not([readonly]) + label, .md-form textarea.md-textarea:focus:not([readonly]) + label {
    color: white;
}

.skin-lynx_v4 .secondary-header {
    //background: rgb(43,96,130);
    //background: linear-gradient(90deg,rgba(47,130,182,1) 0%, rgba(43,96,130,1) 100%);
    border: none;
    height: 100px;
    background: rgb(144,62,139);
    background: -moz-linear-gradient(90deg, rgba(144,62,139,1) 0%, rgba(40,34,77,1) 33%, rgba(103,196,213,1) 66%, rgba(0,104,156,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(144,62,139,1) 0%, rgba(40,34,77,1) 33%, rgba(103,196,213,1) 66%, rgba(0,104,156,1) 100%);
    background: linear-gradient(90deg, rgba(144,62,139,1) 0%, rgba(40,34,77,1) 33%, rgba(103,196,213,1) 66%, rgba(0,104,156,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#903e8b",endColorstr="#00689c",GradientType=1) !important;
}

.skin-lynx_v4 .navbar-fixed-top .container {
    display: none;
}

.skin-lynx_v4 select {
    border:none;
}
.md-form .select-label {
    transform: translateY(-25px) scale(.8);
}

.md-form label.active {
    transform: translateY(-25px) scale(.8);
}

select option {
    color: black; /* Font color of the options */
    background-color: white; /* Background color of the options */
    padding:5px;
}

.skin-lynx_v4 .secondary-header {
    border: none;
}

.skin-lynx_v4 .logo {
    background-image: url('../../images/HCFLogoWhite.png');
    font-size: 0;
    //margin-top: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    /*height: 60px;*/
    /*display: inline-block;*/
}

.skin-lynx_v4 .contact {
    font-size: 20px;
    color: white;
    padding-top: 1px;
}

    .skin-lynx_v4 .contact .btn-link {
        color: white;
    }

.skin-lynx_v4 .navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.skin-lynx_v4 ng-view > .logo {
    background-image: url(/images/HCFLogoWhite.png);
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    height: 150px;
    background-size: contain;
    margin: 75px auto 60px auto;
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

body.skin-lynx_v4.watermark {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    body.skin-lynx_v4.watermark #waiting {
        width: 100%;
        height: 100%;
        background-image: url(/images/HCFLogoWhite.png);
        background-repeat: no-repeat;
        background-position: 50%;
    }

.skin-lynx_v4 .mf-signout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999;
    background-color: rgb(255, 255, 255);
    background-image: url(/images/HCFLogoWhite.png);
    background-repeat: no-repeat;
    background-position: 50%;
}

.skin-lynx_v4 .mf-app-disabled {
    background-image: url(/images/HCFLogoWhite.png);
    background-repeat: no-repeat;
    background-position: 50%;
}

.skin-lynx_v4.page-login .container.body-content {
    overflow: auto;
    height: 100%;
    width: 100%;
    padding: 0px;
}

.skin-lynx_v4 .container.body-content hr {
    display: none;
}

.skin-lynx_v4 .login-page {
    top: 50%;
    transform: translate(-0%, -50%);
    position: relative;
    height: 375px;
    position: absolute;
    width: calc(100%);
}

@media only screen and (max-width: 1025px) and (orientation: landscape) {
    .skin-lynx_v4 .login-page {
        top: 35px;
        transform: inherit;
    }
}

        .skin-lynx_v4 .login-page .page-header {
            border: 0px;
            margin: 0px;
        }

            .skin-lynx_v4 .login-page .page-header h2 {
                background-image: none;
                background-repeat: no-repeat;
                background-position: center;
                color: transparent;
                height: 150px;
                background-size: 250px;
                margin: 0px auto;
                display: inline-block;
                width: 100%;
                position: absolute;
                left: 50%;
                transform: translate(-50%);
            }

    @media(minWidth:500px) {
        .skin-lynx_v4 .login-page > .row {
            margin-top: 0;
        }
    }

    @media only screen and (max-width: 1025px) and (orientation: portrait) {
        .skin-lynx_v4 .login-page > .row {
            margin-top: 0;
            max-height: calc(100vh - 90px);
            overflow: auto;
        }
    }

    /* Mobile/Tablet Landscape */
    @media only screen and (max-width: 1025px) and (orientation: landscape) {
        .skin-lynx_v4 .login-page > .row {
            margin-top: 46px; /* 👈 use your landscape-specific values */
            max-height: calc(100vh - 46px);
            overflow: auto;
        }
    }

    @media only screen and (min-width: 1025px) {
        .skin-lynx_v4 .login-page > .row {
            margin-top: 0;
            max-height: calc(100vh - 175px);
            overflow: auto;
        }
    }


    .skin-lynx_v4 .login-page > .row > div {
        width: 100%;
    }

        .skin-lynx_v4 .login-page > .row > div > .panel {
            border: 0px;
        }

            .skin-lynx_v4 .login-page > .row > div > .panel > .panel-heading {
                background-color: transparent;
            }

    .skin-lynx_v4 {
        background: rgba(0,104,156,1);
    }

        .skin-lynx_v4 .panel-body {
            background: rgba(0,104,156,1);
            /* background: -moz-linear-gradient(90deg, rgba(144,62,139,1) 0%, rgba(40,34,77,1) 33%, rgba(103,196,213,1) 66%, rgba(0,104,156,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(144,62,139,1) 0%, rgba(40,34,77,1) 33%, rgba(103,196,213,1) 66%, rgba(0,104,156,1) 100%);
    background: linear-gradient(90deg, rgba(144,62,139,1) 0%, rgba(40,34,77,1) 33%, rgba(103,196,213,1) 66%, rgba(0,104,156,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#903e8b",endColorstr="#00689c",GradientType=1) !important;*/
            padding: 30px;
            color: white;
        }

        .skin-lynx_v4 .forgot {
            color: white;
        }

        .skin-lynx_v4 .login {
            float: right;
            border: 2px solid white;
        }

        .skin-lynx_v4 .login-page > .row > div > .panel > .panel-body form .form-group {
            padding-left: 75px;
        }

            .skin-lynx_v4 .login-page > .row > div > .panel > .panel-body form .form-group label {
                margin-left: -73px;
                font-weight: normal;
                margin-top: 5px;
            }

            .skin-lynx_v4 .login-page > .row > div > .panel > .panel-body form .form-group input {
                float: right;
            }

            .skin-lynx_v4 .login-page > .row > div > .panel > .panel-body form .form-group:last-child {
                text-align: right;
            }

        .skin-lynx_v4 button[value="cancel"] {
            display: none;
        }

        .skin-lynx_v4 footer {
            position: absolute;
            bottom: -10px;
            background-color: rgba(40,34,77,1);
            width: 100%;
            color: white;
            padding: 5px;
        }

            .skin-lynx_v4 footer p {
                text-align: center;
            }

        .skin-lynx_v4 .powered-by {
            display: none;
            /*background-color: #e7e7e7;
    border-top: 5px solid rgb(144,62,139);
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
    height: 70px;*/
        }

        .skin-lynx_v4 .powered-by-text {
            display: none;
        }

        .skin-lynx_v4 .btn-login {
            background-color: transparent !important;
            border-radius: 20px;
            border: 3px solid white;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .skin-lynx_v4 .btn-forgot {
            text-decoration: underline;
            font-size: 17px;
            padding: 0px;
            margin-top: 9px;
        }

        .skin-lynx_v4 .powered-by .powered-by-image {
            display: none;
            background-image: url('../../images/orangelynx.png');
            background-repeat: no-repeat;
            background-size: contain;
            height: 100%;
            width: 180px;
        }


    img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;
        /* Set up proportionate scaling */
        width: 100%;
        height: auto;
        padding-bottom: 30px;
        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }

    * {
        font-family: 'Fira Sans', sans-serif;
    }

    .bold {
        font-weight: bold;
    }

    .italic {
        font-style: italic;
    }

    .oblique {
        font-style: oblique;
    }

    input {
        padding-left: 10px !important;
    }

    @media only screen and (max-width: 600px) {
        .skin-lynx_v4 .panel-body {
            padding: 5px;
        }
    }
