:root
{
    --default-color-steelblue: steelblue;
    --default-color-opgbrand: #74c04f;
    --default-anchor-color: steelblue;
    --default-color-success: #5cb85c;
    --default-color-error: red;
    --default-color-info: steelblue;
    --default-color-question: steelblue;
    --default-padding: 10px;
    --default-font-weight: 700;
    --default-margin-banner: 15px;
    --default-account-page-width: 1170px;
    --default-container-login-height: 80vh;
    --smartwizard-min-button-width: 6.5rem;
}

-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
/*@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}*/
/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/*.opgSuccessIcon::before
{
    color: var(--default-color-success);
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f058";*/ /*check-circle*/
/*margin-right: .5rem;
    vertical-align: middle;
}

.opgErrorIcon::before
{
    color: var(--default-color-error);
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f057";*/ /*times-circle*/
/*margin-right: .5rem;
    vertical-align: middle;
}


.opgInfoIcon::before
{
    color: var(--default-color-info);
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f05a";*/ /*info-circle*/
/*margin-right: .5rem;
    vertical-align: middle;
}


.opgQuestionIcon::before
{
    color: var(--default-color-question);
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f059";*/ /*question-circle*/
/*margin-right: .5rem;
    vertical-align: middle;
}*/



.opgGoToLoginFromConfirmEmail
{
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    margin-bottom: 2rem;
    font-size: 1.25rem;
}

    .opgGoToLoginFromConfirmEmail::before
    {
        color: var(--default-color-steelblue);
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        content: "\f359"; /*arrow-alt-circle-left*/
        margin-right: .5rem;
        margin-left: 1rem;
        vertical-align: middle;
    }

    .opgGoToLoginFromConfirmEmail:hover::before
    {
        color: var(--default-color-opgbrand);
    }


.opgGoToLogin
{
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    margin-bottom: 2rem;
    font-size: 1.15rem;
    min-width: 100%;
}

    .opgGoToLogin::before
    {
        color: var(--default-color-steelblue);
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        content: "\f359"; /*arrow-alt-circle-left*/
        margin-right: .5rem;
        margin-left: 1rem;
        vertical-align: middle;
    }

    .opgGoToLogin:hover::before
    {
        color: var(--default-color-opgbrand);
    }

.opgInlineGoToLogin
{
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    margin-bottom: 2rem;
    font-size: 1.15rem;
    min-width: 100%;
}

    .opgInlineGoToLogin::before
    {
        color: var(--default-color-steelblue);
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        content: "\f359"; /*arrow-alt-circle-left*/
        margin-right: .25rem;
        /*margin-left: 1rem;*/
        vertical-align: middle;
    }

    .opgInlineGoToLogin:hover::before
    {
        color: var(--default-color-opgbrand);
    }


.opgGoToLoginWizard
{
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    margin-bottom: .15rem !important;
    font-size: 1.15rem;
    min-width: 100%;
}

.opgGoToLoginRight
{
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    margin-bottom: 2rem;
    font-size: 1rem;
    margin-left: auto;
}

    .opgGoToLoginRight::before
    {
        color: var(--default-color-steelblue);
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        content: "\f359"; /*arrow-alt-circle-left*/
        margin-right: .5rem;
        margin-left: auto;
        vertical-align: middle;
    }

    .opgGoToLoginRight:hover::before
    {
        color: var(--default-color-opgbrand);
    }


body, html
{
    height: 100%;
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
    /*  display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;*/
}

/*body
{*/ /* can also be whatever container */
/*display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}*/

/*---------------------------------------------*/
a
{
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:focus
    {
        outline: none !important;
    }

    a:hover
    {
        text-decoration: none;
        color: #74c04f;
    }

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    margin: 0px;
}

p
{
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul, li
{
    margin: 0px;
    list-style-type: none;
}

/*---------------------------------------------*/
input
{
    outline: none;
    border: none;
}

textarea
{
    outline: none;
    border: none;
}

    textarea:focus, input:focus
    {
        border-color: transparent !important;
    }

a
{
    color: var(--default-color-steelblue);
}

    a:hover
    {
        color: var(--default-color-opgbrand);
    }

input::-webkit-input-placeholder
{
    color: #999999;
}

input:-moz-placeholder
{
    color: #999999;
}

input::-moz-placeholder
{
    color: #999999;
}

input:-ms-input-placeholder
{
    color: #999999;
}

textarea::-webkit-input-placeholder
{
    color: #999999;
}

textarea:-moz-placeholder
{
    color: #999999;
}

textarea::-moz-placeholder
{
    color: #999999;
}

textarea:-ms-input-placeholder
{
    color: #999999;
}

/*---------------------------------------------*/
button
{
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover
    {
        cursor: pointer;
    }

iframe
{
    border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/
.txt1
{
    font-size: 13px;
    line-height: 1.4;
    color: #999999;
}

.txt2
{
    font-size: 13px;
    line-height: 1.4;
    color: #00ad5f;
}

.txt3
{
    font-size: 15px;
    line-height: 1.4;
    color: #00ad5f;
    text-transform: uppercase;
}

/*==================================================================
[ Size ]*/
.size1
{
    width: 355px;
    max-width: 100%;
}

.size2
{
    width: calc(100% - 43px);
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter
{
    width: 100%;
    /*margin: 0 auto;*/
    margin: 0 auto;
}

.limiter-wizard
{
    max-width: 1170px !important;
    width: 100%;
    /*margin: 0 auto;*/
    height: 100%;
    margin: 0 auto;
}

.container-login100
{
    width: 100%;
    min-height: var(--default-container-login-height); /* 80vh */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: transparent;
    overflow-y: auto !important;
}

.wizard-container-login100
{
    width: 100%;
    min-height: 95%; /* 80vh */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: transparent;
    overflow-y: auto !important;
}

.wrap-login100
{
    width: var(--default-account-page-width);
    background: #fff;
    overflow-y: auto !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
    border: 1px solid lightsteelblue;
}

.wizard-wrap-login100
{
    width: var(--default-account-page-width);
    background: #fff;
    min-height: 100%;
    overflow-y: auto !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
    border: 1px solid lightsteelblue;
}

/*==================================================================
[ login more ]*/
.public-backgroundimage
{
    background-color: dimgray;
    background-image: url('../images/CameronFalls.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%);
    opacity: 1;
}

img.fa-toggle-down
{
    display: none;
}

.login100-more
{
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

    .login100-more::before
    {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: slateblue;
        /*background-image: url('../images/darlingtonnuclearzoomedoutaerial410x450.jpg');*/
        /*background-image: url('../images/ArnpriorStation626x740.jpg');*/
        background-image: url('../images/CameronFalls.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        filter: grayscale(100%);
        opacity: 1;
    }

.login100-wizard-more
{
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    max-height: 95px !important;
}

    .login100-wizard-more::before
    {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: slateblue;
        /*background-image: url('../images/darlingtonnuclearzoomedoutaerial410x450.jpg');*/
        /*background-image: url('../images/ArnpriorStation626x740.jpg');*/
        background-image: url('../images/CameronFalls.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        filter: grayscale(100%);
        opacity: 1;
    }

/*==================================================================
[ Form ]*/

.login100-form
{
    width: 50%;
    max-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 4rem 0rem 5rem 0rem !important;
}

.login100-wizard-form
{
    width: 100%;
    max-height: 100%;
    min-height: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0rem 2rem 0rem !important;
}

.login100-form-title
{
    font-size: 20px;
    color: var(--default-color-steelblue);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 1rem;
    width: 100%;
    display: block;
    font-weight: var(--default-font-weight);
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100
{
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
}

.rs1-wrap-input100,
.rs2-wrap-input100
{
    width: 50%;
}

.rs2-wrap-input100
{
    border-left: none;
}

.input100
{
    display: block;
    width: 100%;
    background: transparent;
    font-size: 18px;
    color: #666666;
    line-height: 1.2;
    padding: 0 25px;
}

input.input100
{
    height: 55px;
}

/*---------------------------------------------*/

.focus-input100
{
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #00ad5f;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100
{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn
{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login100-form-btn
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    background: #00ad5f;
    font-family: Montserrat-Bold;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .login100-form-btn:hover
    {
        background: #333333;
    }

.login-child
{
    padding: 1rem;
    position: absolute;
    bottom: 4.5rem;
    /*height:100px;*/
    width: 100%;
    background-color: black;
    color: white;
    font-weight: 600;
    font-size: 2rem;
}

.wizard-login-child
{
    padding: 1rem;
    position: absolute;
    /*bottom: 4.5rem;*/
    /*height:100px;*/
    width: 100%;
    background-color: black;
    color: white;
    font-weight: 600;
    font-size: 2rem;
    position: relative;
    top: 0px;
}



.login-uppercase
{
    text-transform: uppercase;
}

.login-infotext
{
    margin: 1rem;
    font-size: 13px;
}

.login-subtitle
{
    margin-top: 3px;
    font-weight: 600;
    font-size: 1rem;
    background-color: black;
    text-transform: uppercase;
    cursor: default;
}

.login-subtitle-wizard
{
    vertical-align: top !important;
    margin-top: 0 !important;
}

.login-slogan
{
    font-weight: 400;
    font-size: .75rem;
    border-top: 2px solid;
    border-top-color: #74c04f;
    text-transform: none;
    padding-top: 0.20rem;
    cursor: default;
}

.login-deployment-text
{
    margin-left: var(--default-margin-banner);
}

.login-app-name
{
    /*margin-left: var(--default-margin-banner);*/
    font-weight: 700;
    cursor: default;
}

.login-app-name-wizard
{
    /*margin-left: var(--default-margin-banner);*/
    vertical-align: bottom !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.opg-logo
{
    border-top: 2px solid;
    border-top-color: #73b43c;
    padding-top: 2px;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px)
{
    .login100-form
    {
        width: 60%;
        padding-left: 20px;
        padding-right: 20px;
        overflow: auto !important;
        padding: 2rem 0rem 5rem 0rem;
    }

    .login100-wizard-form
    {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        overflow: auto !important;
        padding: 1rem 0rem 2rem 0rem;
    }

    .login100-more
    {
        width: 40%;
    }

    .login100-wizard-more
    {
        width: 100%;
    }


    .login-child
    {
        position: absolute;
        bottom: 3rem;
    }

    .wizard-login-child
    {
        position: relative;
        top: 0px;
    }



    .alert-validate::before
    {
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 768px)
{
    .login100-form
    {
        width: 100%;
        overflow: auto !important;
    }

    .login100-wizard-form
    {
        width: 100%;
        overflow: auto !important;
    }

    .login100-more
    {
        width: 100%;
    }

    .login100-wizard-more
    {
        width: 100%;
    }

    .login-child
    {
        position: relative;
        top: 0px;
    }

    .wizard-login-child
    {
        position: relative;
        top: 0px;
    }

    .OneThird
    {
        max-width: 100%;
    }
}

@media (max-width: 576px)
{
    .login100-form
    {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 150px;
        overflow: auto !important;
    }

    .login100-wizard-form
    {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 1rem;
        overflow: auto !important;
    }

    .rs1-wrap-input100,
    .rs2-wrap-input100
    {
        width: 100%;
    }

    .rs2-wrap-input100
    {
        border-left: 1px solid #e6e6e6;
    }

    .login-child
    {
        position: relative;
        top: 0px;
    }

    .wizard-login-child
    {
        position: relative;
        top: 0px;
    }

    .OneThird
    {
        max-width: 100%;
    }
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input
{
    position: relative;
}

.alert-validate::before
{
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    font-family: Poppins-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after
{
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
}

.alert-validate:hover:before
{
    visibility: visible;
    opacity: 1;
}

.OneThird
{
    max-width: 33%;
}

/*.sw-theme-square > .nav .nav-link.default
{
    color: var(--default-color-opgbrand);
    cursor: not-allowed;
}*/

.sw-theme-square > .nav .nav-link.active::before
{
    background-color: var(--colorOpgGreen) !important;
    box-shadow: 0 1px 7px 1px rgba(0,0,0,.3)
}
