﻿/* **** © IRIS Software Ltd ***** */

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin-bottom: 50px !important;
}
/*-------Input Text----------*/
.input-control {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Open Sans',Candara,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-indent: 12px;
    outline: none;
    border: 1px solid #A7ACB1;
    color: #505962;
}

    .input-control:active {
        border: 1px solid #666E76;
    }

    .input-control:hover {
        border: 1px solid #1B69B9;
    }

    .input-control:focus {
        border: 2px solid #C998C6;
    }

    .input-control:disabled {
        border: 2px solid #A7ACB1;
        background: #E9EAEB;
    }

.input-control-error {
    border: 1px solid #C8102E !important;
}

    .input-control-error:focus {
        border: 2px solid #C8102E !important;
    }
/*-----------------*/
.ContentArea {
    vertical-align: baseline;
    position: relative;
    left: 0;
    bottom: 56px;
    width: 100%;
    overflow: auto;
}

.LoginFooter {
    vertical-align: baseline;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 56px;
    border-top: 1px solid #E9EAEB;
    z-index: 1000;
    background-color: #fff;
}

    .LoginFooter a {
        font-family: 'Open Sans',Candara,sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        text-decoration-line: underline;
        color: #1B69B9;
        outline: none;
    }

.bgIRISArrow {
    background: url('/App_Themes/IRISStyle/IRIS_Icons/Arrow-Iris.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 60vw;
    background-color: transparent;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: -1;
    height: 100%;
    overflow: auto;
}

.LabelLogin {
    font-family: 'Open Sans',Candara,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    color: #24303B;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.LabelLoginHead {
    font-family: 'Open Sans',Candara,sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #24303B;
    margin: 11px 0;
    display: block;
}

.LabelLoginNormal {
    font-family: 'Open Sans',Candara,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #202B34;
}

/*.TextLogin {
    width: 100%;
    height: 40px;
    border: 1px solid #A7ACB1;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Open Sans',Candara,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #505962;
    text-indent: 12px;
    outline: none;
}

.TextLogin1 {
    width: 100%;
    height: 40px;
    border: 1px solid red;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Open Sans',Candara,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #505962;
    text-indent: 12px;
    outline: none;
}*/

.TextLogin:focus {
    border: 1px solid #C998C6;
    border-radius: 4px;
}

.TextCaptcha {
    width: 100%;
    height: 56px;
    background: #CCCCCC;
    font-family: 'Open Sans',Candara,sans-serif;/*Kenia*/
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
    color: #041DFF;
    text-align: center;
    vertical-align: central;
    box-sizing: border-box;
    border: none;
    letter-spacing: 5px;
}

a {
    font-family: 'Open Sans',Candara,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    text-decoration: underline;
    color: #1B69B9;
}

.BtnLogin {
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 4px;
    font-family: 'Open Sans',Candara,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background: #1B69B9;
    border: none;
    cursor: pointer;
    outline: none;
}

    .BtnLogin:hover {
        background-color: #134A82;
    }

    .BtnLogin:focus {
        background-color: #1B69B9;
        border: 2px solid #C998C6;
    }

.dvLoginError {
    background: #FAE7EA;
    border-radius: 4px;
    width: 400px;
    height: 65px;
    margin-top: 20px;
    position: relative;
    display: block;
}

.errorsytle {
    color: #b94a48;
    color: red;
    display: inline-block;
}

.modalPopupBackGround {
    background-color: #000;
    opacity: .4;
    filter: alpha(opacity=40);
}

.modalContainer {
    position: fixed;
    top: 100px !important;
    background: #fff;
    box-shadow: 1px 1px 5px 1px #ccc;
    font-family: 'Open Sans',Candara,sans-serif;
    font-style: normal;
    font-weight: normal;
    text-shadow: none;
}

.modalContainer-header {
    padding: 15px;
    font-weight: bold;
    background: #408dc6;
    color: #fff;
    border-bottom: 0.5px solid dimgrey;
    box-shadow: none;
}

.modalContainer-body {
    padding: 30px 15px;
    font-weight: bold;
    background: #fff;
    border-bottom: 0.5px solid dimgrey;
    box-shadow: none;
}

.modalContainer-footer {
    line-height: 50px;
    text-align: right;
    background: #fff;
    padding: 5px 20px 5px;
}

input[type="checkbox"].IRIS-Checkbox, input[type="radio"].IRIS-Checkbox {
    margin-right: 0;
    border: 1px;
    box-shadow: none;
    background: #FFFFFF;
    border: 2px solid #A7ACB1;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.spnMandatory {
    font-family: 'Open Sans',Candara,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #505962;
    padding-top: 8px;
    display: block;
}

.login-visible-pass {
    position: absolute;
    bottom: 10px;
    right: 11px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 100px;
}

.login-visible-refresh {
    position: absolute;
    background-color: #fff;
    cursor: pointer;
    border-radius: 100px;
}
/*Vinay ------------------------------------------- 18-MAR*/
.form-group {
    margin-bottom: 1rem;
    display: block;
}

.trouble-pass {
    margin: 30px 0;
}

.Iris-Copy-Group {
    font-family: 'Open Sans',Candara,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #505962;
}

.Iris-Copy-terms > a {
    font-family: 'Open Sans',Candara,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-decoration-line: underline;
    color: #1B69B9;
}

.Use-IRIS-snap > span {
    font-family: 'Open Sans',Candara,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #24303B;
}

.Use-IRIS-snap > a {
    font-family: 'Open Sans',Candara,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #1B69B9;
}

.login-social-icons {
    margin-top: 30px;
}
/*Login Responsive*/
.IRIS-Container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}

.Use-IRIS-snap {
    margin: 20px 0;
}

.IRIS-Row {
    display: flex;
    align-items: center;
}

/*.IRIS-Logo-Login {
    margin-bottom: 70px;
}*/


.IRIS-Input-Box {
    display: flex;
    min-height: 100vh;
    align-items: center;
}

.IRIS-Logo-Login > img {
    margin-bottom: 30px;
}

.IRISmaincheck {
    margin: 34px 0;
}
/*Responsive*/
@media (min-width: 200px) { /* smartphones, iPhone, portrait 480x320 phones */
    .IRIS-Container {
        max-width: 100%;
    }

    .dis-none-xs {
        display: none;
    }

    .IRIS-Logo-Login {
        width: 100%;
    }

    .width-xs-100 {
        width: 100%
    }

    .Inside-Footer {
        display: block;
        text-align: center;
        padding: 0 25px;
        line-height: 20px;
        margin: 0;
    }

    .IRIS-Input-Box {
        display: block;
        width: 100%;
    }

    .tableResponsive > tbody > tr > td {
        display: block;
    }

    .tableResponsive {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .login-visible-refresh {
        bottom: -10px;
        right: -5px;
    }

    .pass-responsive, .pass-responsive-reset {
        display: none;
    }
}

@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .IRIS-Container {
        max-width: 100%;
    }

    .IRIS-Logo-Signup {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .dis-none-xs {
        display: none;
    }

    .IRISmaincheck {
        display: block;
    }

    .width-xs-100 {
        width: 100%
    }

    .bgIRISArrow {
        background-position: right;
        right: -70px;
    }

    .Inside-Footer {
        display: block;
        text-align: center;
        padding: 0 25px;
        line-height: 20px;
        margin: 0;
    }

    .IRIS-Input-Box {
        display: block;
    }

    .tableResponsive > tbody > tr > td {
        display: block;
    }

    .tableResponsive {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .login-visible-refresh {
        bottom: -10px;
        right: -5px;
    }

    .pass-responsive, .pass-responsive-reset {
        display: none;
    }
}

@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .IRIS-Container {
        /*max-width: 100%;*/
        padding-left: 80px;
        padding-right: 80px;
    }

    .dis-block-md {
        display: block;
    }

    .IRIS-Logo-Login {
        width: 400px;
    }

    .width-xs-100 {
        width: 100%
    }

    .IRIS-Logo-Signup {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .bgIRISArrow {
        background-position: right;
        right: 0px;
    }

    .Inside-Footer {
        display: block;
        text-align: center;
        padding: 0 25px;
        line-height: 20px;
        margin: 0;
    }

    .IRIS-Input-Box {
        display: block;
    }

    .tableResponsive > tbody > tr > td {
        display: block;
    }

    .tableResponsive {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .IRISmaincheck {
        display: block;
    }

    .trouble-pass {
        white-space: inherit;
    }

    .login-visible-refresh {
        bottom: 12px;
        right: -37px;
    }

    .pass-responsive {
        display: none;
    }

    .pass-responsive-reset {
        display: none;
    }

    .pass-resp-mobile {
        display: block;
        margin-top: 15px;
    }
}

@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .IRIS-Container {
        /*max-width: 900px;*/
        padding-left: 100px;
        padding-right: 100px;
    }

    .tableResponsive > tbody > tr > td:first-child,
    .tableResponsive > tbody > tr > td:last-child {
        width: 48%;
    }

    .IRIS-Logo-Login {
        width: 400px;
    }

    .IRIS-Logo-Signup {
        width: 714px;
        max-width: 714px;
        min-width: 714px;
    }

    .bgIRISArrow {
        background-position: right;
        right: 0px;
    }

    .Inside-Footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 25px;
        line-height: 60px;
        margin: 0;
    }

    .IRIS-Input-Box {
        display: flex;
    }

    .tableResponsive > tbody > tr {
        display: table-row;
    }

        .tableResponsive > tbody > tr > td {
            display: table-cell;
        }

    .tableResponsive {
        width: 714px;
        max-width: 714px;
        min-width: 714px;
    }

    .trouble-pass {
        white-space: nowrap;
    }

    .login-visible-refresh {
        bottom: 12px;
        right: -37px;
    }

    .pass-responsive {
        display: none;
    }

    .pass-responsive-reset {
        position: absolute;
        right: -305px;
        bottom: -28px;
    }

    .pass-resp-mobile {
        display: none;
    }

    .pass-responsive-reset {
        display: block;
    }
}

/*-------------------------------------------*/
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
    .IRIS-Container {
        /*max-width: 900px;*/
        padding-left: 120px;
        padding-right: 120px;
    }

    .tableResponsive > tbody > tr > td:first-child,
    .tableResponsive > tbody > tr > td:last-child {
        width: 48%;
    }

    .IRIS-Logo-Login {
        width: 400px;
    }

    .IRIS-Logo-Signup {
        width: 714px;
        max-width: 714px;
        min-width: 714px;
    }

    .bgIRISArrow {
        background-position: left;
        right: 0px;
    }

    .Inside-Footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 25px;
        line-height: 60px;
        margin: 0;
    }

    .IRIS-Input-Box {
        display: flex;
    }

    .tableResponsive > tbody > tr > td {
        display: table-cell;
    }

    .login-visible-refresh {
        bottom: 12px;
        right: -37px;
    }

    .pass-responsive-reset {
        position: absolute;
        right: -305px;
        bottom: -28px;
    }
}
/*For Only Secure password responsive screen*/
@media (min-width:1165px) {
    .pass-responsive {
        position: absolute;
        right: -305px;
        bottom: 30px;
        display: block;
    }

    .passwordtr-mobile {
        display: none !important;
    }
}

@media (min-width:1281px) { /* hi-res laptops and desktops */
    .IRISmaincheck {
        display: flex;
        vertical-align: middle;
        align-items: center;
        margin: 34px 0;
    }

    .tableResponsive > tbody > tr > td:first-child,
    .tableResponsive > tbody > tr > td:last-child {
        width: 48%;
    }

    .Inside-Footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 25px;
        line-height: 60px;
        margin: 0;
    }

    .IRIS-Container {
        /*max-width: 1280px;*/
        padding-left: 120px;
        padding-right: 120px;
    }

    .IRIS-Logo-Login {
        width: 400px;
        margin-top: 20px;
    }

    .IRIS-Logo-Signup {
        width: 714px;
        max-width: 714px;
        min-width: 714px;
    }

    .bgIRISArrow {
        background-position: left;
        right: 0;
    }

    .IRIS-Input-Box {
        display: flex;
    }

    .tableResponsive > tbody > tr > td {
        display: table-cell;
    }

    .login-visible-refresh {
        bottom: 15px;
        right: -37px;
    }

    .pass-responsive {
        position: absolute;
        right: -305px;
        bottom: 30px;
    }

    .pass-responsive-reset {
        position: absolute;
        right: -305px;
        bottom: -28px;
    }
}

/*Indent Styles*/
.width-100 {
    width: 100%;
}

.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}
/*Disable button*/
input[type="submit"]:disabled {
    background: #E9EAEB;
}

.password-have {
    background-color: #F4F5F5;
    border: 1px solid #E9EAEB;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px;
}

    .password-have > p {
        font-family: 'Open Sans',Candara,sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 0;
        color: #24303B;
    }

    .password-have > ul {
        margin-bottom: 0;
        position: relative;
    }

        .password-have > ul > li {
            font-family: 'Open Sans',Candara,sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 150%;
            color: #24303B;
        }

            .password-have > ul > li.tick-secure {
                color: #129D00 !important;
                list-style: none;
            }

                .password-have > ul > li.tick-secure:before {
                    content: "";
                    background: url(/App_Themes/IRISStyle/IRIS_Icons/Feather/check-green.svg);
                    width: 18px;
                    height: 18px;
                    display: block;
                    background-size: contain;
                    position: absolute;
                    left: 19px;
                    margin-top: 4px;
                }

    .password-have > a {
        font-family: 'Open Sans',Candara,sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        text-decoration-line: underline;
        color: #1B69B9;
        text-align: right;
        /*display: block;*/
        padding-left: 40px;
    }

/*Commonly Used*/
.arrow-up {
    background-color: rgb(255, 255, 255);
    border-left: 1px solid #D3D6D8;
    border-top: 1px solid #D3D6D8;
    height: 16px;
    left: 0;
    right: 20px;
    margin: 0 auto;
    position: absolute;
    top: -1px;
    transform: translate(50%, -50%) rotate( 45deg );
    width: 16px;
}

.commonlyusedP {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
}

.cuptoolmobile {
    position: absolute;
    left: 20px;
    top: 53px;
    background-color: #fff;
    border: 1px solid #D3D6D8;
    border-radius: 4px;
    Width: 240px;
    Height: auto;
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.2));
}

table.similar-table > tbody > tr > td {
    font-size: 11px;
    line-height: 5px;
    color: #000000;
    font-family: 'Open Sans',Candara,sans-serif;
    font-style: normal;
    font-weight: normal;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
}

table.similar-table {
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}

    table.similar-table > tbody > tr > td:last-child {
        border-right: none;
    }

    table.similar-table > tbody > tr:first-child > td {
        border-top: 1px solid #ddd;
    }

h4.similar-pass {
    font-size: 13px;
    line-height: 5px;
    color: #000000;
    font-family: 'Open Sans',Candara,sans-serif;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    margin: 13px 5px;
}
