﻿

/*General Styles*/
body {
    color: #ccc;
    background: #f0f4f5 !important;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans' !important;
    overflow-x: hidden;
    height: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

html {
    height: 100%;
}

button, input, select, textarea {
    outline: none !important;
}

.form-control {
    outline: none !important;
    border: 1px solid #ccc !important;
}

.gray-bg {
    background-color: #f3f3f4;
}





.green_btn {
    background-color: rgba(19, 120, 128, 0.93);
    border-color: rgb(0, 123, 133);
    color: #fff;
    font-size: 12px !important;
    font-weight: bold !important;
}

    .green_btn:hover {
        color: #fff !important;
        background-color: rgb(19, 120, 128);
    }

    .green_btn:focus {
        color: #fff !important;
    }

.mr-left0 {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.mr-bottom {
    margin-bottom: 15px !important;
    height: auto;
    overflow: hidden;
}

.btn {
    padding: 7px 12px !important;
    font-size: 12px !important;
}

.mandatory {
    color: red;
}

.bold_txt {
    font-weight: bold;
}



/*--------------Login Header Style----------------*/

#login-page-header {
 
    border-bottom: 2px solid #0066CC;
    box-shadow: 0 2px 4px rgba(0,0,0,.17);
}

.logo {
    /*display: flex;
    flex-direction: row;
    padding: 0px 0;*/
}

    .logo img {
        max-width: 100%;
        height: 30px;
        margin-right: 15px;
        width: 150px;
        margin-top: 30px;
    }

.logo-container {
    padding-top: 15px;
    color: #0066CC;
    font-size: 16px;
    font-weight: bold;
    float: right;
    padding-top: 40px;
}

.nhs-logo {
    margin-bottom: 5px;
    margin-top: 10px;
}
/*Login Page Styles*/
.outer_login {
    /*display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-direction: row;
    -moz-box-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: 80%;*/
    /*background-color: #fff;*/
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;*/
    height: auto;
    /*-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;*/
}

.inner_login {
    padding: 0 15px 0 15px;
    margin: 40px auto;
}

.login-header {
    margin-top: 0;
    margin-bottom: 0;
    /*background: #0066CC;*/
    padding: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 22px 15px;
    -webkit-border-radius: 5px 5px 0 0;
    background: -moz-linear-gradient(45deg, rgba(0,102,204,1) 0%, rgba(0,128,128,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0,102,204,1)), color-stop(100%, rgba(0,128,128,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(0,102,204,1) 0%, rgba(0,128,128,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(0,102,204,1) 0%, rgba(0,128,128,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(0,102,204,1) 0%, rgba(0,128,128,1) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(0,102,204,1) 0%, rgba(0,128,128,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#0066CC',GradientType=1 ); /* ie6-9 */
}

.login_box {
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 400px;
    margin: 20px auto;
    display: table !important;
}

.login-item {
    padding: 25px 25px 0;
    margin: 20px 20px 0;
    border-radius: 3px;
    height: auto;
    overflow: hidden;
}



.form-login input[type="password"], .form-login input[type="text"], .form-login input[type="submit"] {
    width: 100%;
    height: 35px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #777;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */ border: 1px solid #e2e2e4;
}

.form-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
}

.forget_passwd {
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}

.text-center {
    text-align: center;
}

/*Footer Styles*/
footer {
    width: 100%;
    float: left;
}

.copyright {
    text-align: center;
    padding: 0px 0px 0px 0;
}

.center {
    margin: 0 auto;
    display: table;
}



.inpubox {
    height: 35px;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    background: transparent;
}

    .inpubox:focus {
        /*border-color: #007a85;*/
        border-color: #0066CC;
        border-bottom: 1px solid #e34635 !important;
    }

.go_up_effect {
    position: relative;
    width: 100%;
}

    .go_up_effect label {
        color: rgba(121, 121, 121, 0.8196078431372549);
        position: absolute;
        left: 10px;
        top: 0;
        line-height: 35px;
        z-index: 1;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        font-weight: 200;
    }

    .go_up_effect input:focus + label,
    .go_up_effect.has-data label {
        left: 0;
        top: -30px;
        color: #0066CC;
        font-weight: bold;
            font-size:12px;
    }

.hide-block {
    display: none;
}


.green_btn {
    background-color: rgba(19, 120, 128, 0.93);
    border-color: rgb(0, 123, 133);
    color: #fff;
    font-size: 12px !important;
    font-weight: bold !important;
}

.login-footer {
    background: #005EB8;
    border-top: 2px solid #0066CC;
    height: auto;
    padding: 10px;
}

a:hover {
    cursor: pointer;
    outline: none;
}

a:focus {
    outline: none !important;
}

.form-fieldC label {
    color: #cccccc;
    padding-left: 10px;
}

.btn-common {
    background-color: #e34635;
    color: #eee;
    height: 30px;
}

    .btn-common:hover {
        color: #fff !important;
    }


.spinner-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10009;
    opacity: 0.5;
    background-color: #ffffff;
    display: none;
}

    .spinner-container .spinner {
        position: relative;
        top: 50%;
        left: 50%;
        z-index: 10010;
    }

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:checked + label,
    [type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="checkbox"]:checked + label:before,
        [type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 1px solid #ddd;
            background: #fff;
        }

        [type="checkbox"]:checked + label:after,
        [type="checkbox"]:not(:checked) + label:after {
            content: '';
            width: 8px;
            height: 8px;
            background: #0066CC;
            position: absolute;
            top: 6px;
            left: 6px;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
[type="checkbox"]:focus-visible + label:before {
    border: 1px solid #0066CC;
    box-shadow: 0 0 2px 2px rgba(0, 102, 204, 0.5);
}

[type="checkbox"]:focus-visible + label {
    outline: 2px solid #0066CC;
    outline-offset: 2px;
}

.red_btn {
    background-color: #ad1e13;
    color: #fff;
    padding: 7px 10px !important;
    text-transform: uppercase;
    border-radius: 5px !important;
    text-shadow: 3px 4px 3px rgba(0,0,0,0.32) !important;
}

    .red_btn:hover {
        color: #fff !important;
        background: rgb(206, 46, 28);
        box-shadow: 0 10px 10px -10px rgb(0, 0, 0, 0.82);
    }

    .red_btn:visited {
        color: #fff;
    }

    .red_btn:focus {
        color: #fff !important;
        background: rgb(206, 46, 28);
        box-shadow: 0 10px 10px -10px rgb(206, 28, 43);
    }
.login-footer p {
    color: #fff;
}

.login-footer a {
    color: cornflowerblue;
}

    .login-footer a:hover {
        color: cornflowerblue;
    }

.nhs-instruct {
    background: #005EB8;
    color: #FFFFFF;
    padding: 6px 60px;
    font-size: 20px;
    display: inline-block; 
    margin-top: 15px;
}

    .nhs-instruct:after {
        display: none; 
    }
.nhs-radius {
    border-radius: 5px;
}
.email_s {
    color: #fff;
    text-decoration: underline;
}

.email_s:hover {
    color: #fff;
    text-decoration: underline;
}
/*@media screen and (min-width: 320px) {
    .logo-container {
        padding-top: 0;
    }
}*/
.common-head {
    border-bottom: 5px solid #d9edf7;
    padding: 10px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 8px 6px -6px black;
    background: #fff;
    margin-bottom: 10px;
}

.mtop {
    margin-top: 15px;
}



.form-personal input[type="password"], .form-login input[type="text"], .form-login input[type="submit"] {
    width: 100%;
    height: 35px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.inpubox {
    padding: 0 10px;
    position: relative;
    z-index: 2;
    background: transparent;
    width: 100%;
    height: 35px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

    .inpubox:focus {
        outline: none;
        border-color: #0066CC;
        border-bottom: 1px solid #e34635 !important;
    }
/*input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #005EB8 inset;
    transition: background-color 5000s ease-in-out 0s;
}*/

.hide-block {
   font-size:12px !important;
    -webkit-animation: floating-text 2s ease alternate infinite;
    -moz-animation: floating-text 2s ease alternate infinite;
    -ms-animation: floating-text 2s ease alternate infinite;
    -o-animation: floating-text 2s ease alternate infinite;
    animation: floating-text 2s ease alternate infinite;
}
.animation-danger {
    -webkit-animation: floating-text 2s ease alternate infinite !important;
    -moz-animation: floating-text 2s ease alternate infinite !important;
    -ms-animation: floating-text 2s ease alternate infinite !important;
    -o-animation: floating-text 2s ease alternate infinite !important;
    animation: floating-text 2s ease alternate infinite !important;
}
@-webkit-keyframes floating-text {
    0% {
        -webkit-transform: translateY(.1em);
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .3em .2em rgba(0,0,0,.3);
    }

    100% {
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .5em .5em rgba(0,0,0,.3);
    }
}

@-moz-keyframes floating-text {
    0% {
        -moz-transform: translateY(.1em);
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .3em .2em rgba(0,0,0,.3);
    }

    100% {
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .5em .5em rgba(0,0,0,.3);
    }
}

@-ms-keyframes floating-text {
    0% {
        -ms-transform: translateY(.1em);
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .3em .2em rgba(0,0,0,.3);
    }

    100% {
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .5em .5em rgba(0,0,0,.3);
    }
}

@-o-keyframes floating-text {
    0% {
        -o-transform: translateY(.1em);
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .3em .2em rgba(0,0,0,.3);
    }

    100% {
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .5em .5em rgba(0,0,0,.3);
    }
}

@keyframes floating-text {
    0% {
        transform: translateY(.1em);
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .3em .2em rgba(0,0,0,.3);
    }

    100% {
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .5em .5em rgba(0,0,0,.3);
    }
}
.alert-danger {
    font-size: 12px !important;
    padding: 5px !important;
}

.serverside {
    font-size: 12px !important;
    -webkit-animation: floating-text 2s ease alternate infinite;
    -moz-animation: floating-text 2s ease alternate infinite;
    -ms-animation: floating-text 2s ease alternate infinite;
    -o-animation: floating-text 2s ease alternate infinite;
    animation: floating-text 2s ease alternate infinite;
}

@-webkit-keyframes floating-text {
    0% {
        -webkit-transform: translateY(.1em);
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .3em .2em rgba(0,0,0,.3);
    }

    100% {
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .5em .5em rgba(0,0,0,.3);
    }
}

@-moz-keyframes floating-text {
    0% {
        -moz-transform: translateY(.1em);
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .3em .2em rgba(0,0,0,.3);
    }

    100% {
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .5em .5em rgba(0,0,0,.3);
    }
}

@-ms-keyframes floating-text {
    0% {
        -ms-transform: translateY(.1em);
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .3em .2em rgba(0,0,0,.3);
    }

    100% {
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .5em .5em rgba(0,0,0,.3);
    }
}

@-o-keyframes floating-text {
    0% {
        -o-transform: translateY(.1em);
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .3em .2em rgba(0,0,0,.3);
    }

    100% {
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .5em .5em rgba(0,0,0,.3);
    }
}

@keyframes floating-text {
    0% {
        transform: translateY(.1em);
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .3em .2em rgba(0,0,0,.3);
    }

    100% {
        text-shadow: 0 0 .5em rgba(255,255,255,.4), 0 0 .2em rgba(0,0,0,.3), 0 .5em .5em rgba(0,0,0,.3);
    }
}

.btn-linkpassreset {
    background: none;
    border: none;
    color: #003366; /* Darker blue color for better contrast */
    cursor: pointer;
}

    .btn-linkpassreset:hover,
    .btn-linkpassreset:focus {
        outline: 2px solid #003366; /* Add an outline on focus */
        text-decoration: underline; /* Add underline on hover and focus */
        color: #001f4d;
    }


.font12{
    font-size:12px !important;
}
.footerTxtColor
{
    color: rgb(255 255 255) !important;
	background-color: rgba(0,0,0,0.01);
	font-weight: bold;
}
.helpTextColor {
    margin-right: 10px;
    color: rgb(0, 28, 228);
}
.marginBottom-20{
    margin-bottom: 20px !important
}