/* START OF LIFERAY NATIVE ELEMENTS */

html {
    overflow-y: auto;
}

form .block-labels {
    background: #ffffff;
    margin: 0;
    /*margin-top: 52px;*/
    margin-top: 12%;
    padding: 0;
}

.ctrl-holder {
    background-color: transparent;
    padding: 0;
}

#wrapper .ctrl-holder input {
    background: #fafafa;
    border: 1px solid #a3a3a3;
    box-sizing: border-box;
    font-size: 13px;
    margin: 10px;
    padding: 10px;
    width: 295px;
    text-align: center;
}

#wrapper .ctrl-holder label {
    display: none !important;
}

div.portlet {
    margin: 0;
    padding: 0;
    width: 100%;
}

.lfr-dock interactive-mode {
    display: none;
}

.portlet-content,
.portlet-minimized .portlet-content-container {
    padding: 0px;
}

.portlet-login .navigation {
    border: none;
    padding: 0;
    text-align: center;
    width: 100%;
}

.navigation a {
    color: #525252;
    font-size: 13px;
    text-decoration: none;
}

.uni-form {
    background-color: transparent;
}

.uni-form .button-holder {
    background: transparent;
    margin-top: 0;
    text-align: center;
}

#wrapper .uni-form .ctrl-holder {
    padding: 0;
    text-align: center;
}

span.portlet-title {
    display: none;
}

.portlet-content-container {
    background: #ffffff;
}

#navigation ul li {
    display: none;
}

.ctrl-captcha {
    margin: 0 auto;
    position: relative;
}

.taglib-captcha {
    background: transparent;
    margin: 0 auto;
    width: 295px;
    position: relative;
    overflow: hidden;
}

.taglib-captcha .captcha {
    *display: inline;
    display: inline-block;
    display: -moz-inline-stack;
    height: 37px;
    margin-bottom: 0;
    zoom: 1;
    float: left;
    max-width: 115px;
    width: 100%;
}

.taglib-captcha table {
    *display: inline;
    display: inline-block;
    display: -moz-inline-stack;
    zoom: 1;
}

.taglib-captcha table tbody tr:first-child td:first-child {
    display: none;
}

.taglib-captcha table input {
    background: #fafafa;
    border: 1px solid #a3a3a3;
    box-sizing: border-box;
    font-size: 13px;
    padding: 10px;
    width: 100%;
    height: 100%;
}

.portlet-icons {
    /*display: none;
    visibility: hidden;*/
}

.portlet-signedin {
    background-color: #ffffff;
    color: #a3a3a3;
    font-family: Arial;
    font-size: 18px;
    line-height: 20px;
    margin: 15% auto;
    text-align: center;
    width: 225px;
}

.lfr-dock {
    cursor: pointer;
    position: absolute;
    z-index: 9999;
}

#add-page {
    display: none;
}




/* END OF LIFERAY NATIVE ELEMENTS */


/* START OF NEW ELEMENTS DESIGN */

/* ReinforcedPasswordPolicy 7-16-2018 */

/* added this line for login.css to NOT show 
/* "You have entered invalid data. Please try again." */ 
/* error, since it's redundant. */

/* affected .jsp file: ext-web/docroot/html/taglib/ui/error/end.jsp (line 44) */
.portlet-msg-error-invalid-data-show-hide {
    display: none;
}

#navigation {
    position: relative;
}

.portalaccess-container {
    display: block !important;
    width: 100%;
}

.portalaccess-button {
    background: #4197e3;
    background-image: none;
    border: none;
    border-radius: 0px;
    color: white;
    cursor: pointer;
    display: block;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: lighter;
    margin: 0 auto;
    min-height: 20px;
    padding: 9px;
    text-decoration: none;
    vertical-align: middle;
    width: 295px;
    word-wrap: break-word;
}

.portalaccess-button:hover {
    color: white;
}

.portalaccess-button span {
    display: block;
    height: 100%;
    line-height: 18px;
    text-align: center;
    width: 100%;
}

.portalaccess-button {
    text-transform: uppercase;
}

.login-button,
#forgotpw,
#signinbutton {
    background: #4197e3;
    background-image: none;
    border: none;
    border-radius: 0px;
    color: white;
    cursor: pointer;
    display: block;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: lighter;
    margin: 0 auto;
    /*height: 40px;*/
    height: auto;
    padding: 9px;
    text-decoration: none;
    vertical-align: middle;
    width: 295px;
    text-transform: uppercase;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    white-space: normal;
}
#forgotpw{
	margin-top: 20px;
}
.button-holder input[type=submit] {
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

;

#wrapper {
    overflow: hidden;
    visibility: hidden;
}

.login-wrapper {
    background: #ffffff;
    height: 100%;
    min-width: 360px;
    position: absolute;
    right: 0;
    width: 30%;
    z-index: 10;
}

#background {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -100;
}

#background video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#background img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#background #bg-img {
    z-index: -99;
}

#background #bg-vid-poster {
    z-index: -98;
}

#background #bg-vid {
    z-index: -97;
}


#background .bg-container {
    height: 100%;
    position: relative;
    width: 100%;
}

#forgot-password-container .icon {
    display: none;
}

#forgot-password-container {
    margin: 0 auto;
    text-align: center;
    width: 90px;
}

#forgot-password-container a {
    color: #525252;
    font-size: 14px;
    line-height: 38px;
    text-decoration: none;
}

.logo-container {
    bottom: 30px;
    position: absolute;
    width: 100%;
}

#logo {
    margin: 0 auto;
    max-width: 238px;
    min-width: 238px;
    width: 100%;
}

#logo img {
    height: 100%;
    width: 100%;
    max-height: 70px;
}

.login-container {
    height: 35%;
    min-height: 25px;
    position: relative;
    width: 100%;
}

.form-container {
    height: 65%;
    min-height: 25px;
    position: relative;
    width: 100%;
}

#footer {
    position: relative;
    margin: 5% auto 0;
    /** for minimum height 600px **/
}

.copyright-container {
    display: block;
    /*position: absolute;*/
    width: 100%;
}

.copyright-text {
    color: #525252;
    font-family: Arial;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
}

.message-container {
    position: absolute !important;
    width: 100%;
}

/* ReinforcedPasswordPolicy 7-3-2018 */
/* Removed "display: none;" attribute */
.portlet-msg-error {
    background: #eb373e;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    font-weight: lighter;
    margin: 0px auto 10px;
    padding: 3% 4% 3% 4%;
    text-align: center;
    width: 275px;
}

.portlet-msg-success {
    background: #24bf32;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    font-weight: lighter;
    margin: 0px auto 10px;
    padding: 6px 15px;
    text-align: center;
    width: 275px;
}

video {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.placeholder {
    color: #a3a3a3;
}

::-webkit-input-placeholder {
    text-align: center;
    color: #a3a3a3;
}

::-moz-placeholder {
    /* Firefox 19+ */
    text-align: center;
    color: #a3a3a3;
}

:-moz-placeholder {
    /* Firefox 18- */
    text-align: center;
    color: #a3a3a3;
}

:-ms-input-placeholder {
    text-align: center;
    color: #a3a3a3;
}

.lfr-component.lfr-menu-list {
    z-index: 999;
}

#wrapper .portlet-icon-back {
    color: #4197e3 !important;
}

/* ReinforcedPasswordPolicy 7-3-2018 */
/* Removed ".this-account-has-been-locked" */
/* Removed ".your-password-has-expired" */
/*END OF NEW ELEMENTS DESIGN */
/*LOGIN*/
.authentication-failed-please-enable-browser-cookies,
.please-enter-a-valid-login,
.please-enter-a-valid-login,
.please-enter-a-valid-screen-name,
.authentication-failed,
.please-enter-a-valid-password,
.nouser-please-enter-a-valid-login {
	display: none;
}
#heavy-traffic-title{
	font-size: 18px;
}
#login-form-wrapper{
	margin-top: 20%;
}


.portlet-msg-success {
    /**font-size: 12px;
    margin: 0px auto 10px;
    text-align: left;
    padding: 2% 3% 0% 3%;
    width: 300px;**/
    display: none;
}

/*End of LOGIN*/

/*FORGOT PASSWORD*/
.forgot-password-wrapper{
    background-color: #F1F1F1;
    border: solid 1px #E5E5E5;
    margin: 0 20% 0 20%;
}
.forgot-password-title{
    color: #666666;
	font: 22px arial;
	height: 50px;
    line-height: 50px;
}
.forgot-password-incorrect-email, .forgot-password-incorrect-captcha{
    color: red;
    font-size: 12px;
    /*margin: 0 0 0 5%;*/
    /**text-align: left;**/
    margin: 0;
    text-align: center;
    vertical-align: middle;
    visibility: hidden;
}
.forgot-password-incorrect-captcha{
	margin: 0 0 0 41%;
}
.forgot-password-instruction{
    color: #666666;
	font: 12px arial;
	margin: 0 8% 0 8%;
	text-align: left; 
}
#forgot-password-success-request{
    padding: 2% 5%;
    background-color: #24bf32;
    border:1px solid #ACDFA7;
    width: 65%;
    margin: 0 auto;
    display: none;
}

#forgot-password-success-request .portlet-msg-success {
    background: transparent;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    font-size: 12px;
    text-align: left;
    border: none;
    display: block;
}

form .block-labels{
	background-color: transparent;
	margin-top: 0%;
}

.taglib-captcha table{
    width: 59%;
}

.taglib-captcha table tbody {
    display: table;
    width: 100%;
}

.taglib-captcha table input{
    /**width: 139%;**/
    width: 100%;
}

@-moz-document url-prefix() {
    .taglib-captcha table input{
	    right: 0;
	    width: 100%;
	}
}
.taglib-captcha .captcha{
	box-sizing: content-box;
	max-width: none;
    width: 40%;
}
.login-validation-field, .validation-field {
    background-color: #ffffff;
    background-image: url(../images/warning-icon.png);
    background-repeat: no-repeat;
    background-position: 6% 50%;
    border: 1px solid;
    border-radius: 3px;
    border-style: groove;
    color: #000000;
    font-size: 13px;
    height: 35px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    padding: 0 0 0 25px;
    vertical-align: middle;
    width: 170px;
    z-index: 11;
}
#login-validate-email, #validate-email{
	background-color: #ffffff;
    background-image: url(../images/warning-icon.png);
    background-repeat: no-repeat;
    background-position: 6% 50%;
    border: 1px solid;
    border-radius: 3px;
    border-style: groove;
    color: #000000;
    font-size: 13px;
    height: 28px;
    line-height: normal;
    position: absolute;
    text-align: left;
    padding: 10px 10px 10px 40px;
    vertical-align: middle;
    width: 190px;
    z-index: 10;
}	

.text-verification-failed,
.you-requested-is-not-registered-in-our-database,
.your-password-can-only-be-sent-to-an-external-email-address,
.please-enter-a-valid-email-address,
.your-answer-does-not-match-what-is-in-our-database{
	display: none;
}
.hidden {
    display: none;
}
.triangle {
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 3px;
    border-style: groove;
    height: 15px;
    position: absolute;
    width: 15px;
    z-index: 10;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display:none\0;
}
#wrapper .ctrl-holder input{
    margin: 10px 10px 0 10px;
}
/*End of FORGOT PASSWORD*/
/*End of Default CSS*/


/*Arabic in Login Page*/

html[dir="rtl"] .login-wrapper {
    right: 70%;
}

html[dir="rtl"] #signinbutton {
    text-align: center;
}

html[dir="rtl"] #forgotpw {
    text-align: center;
}

html[dir="rtl"] .taglib-captcha table input {
    margin-right: -57.9%;
}

html[dir="rtl"] .taglib-captcha .captcha {
    float: right;
}




/*End Arabic in Login Page*/


/*Media Queries*/

@media screen and (min-height: 560px) {
    .portalaccess-button {
        margin-bottom: 20%;
    }

    html[dir="rtl"] .portalaccess-button {
        margin-bottom: 20%;
    }

    .portlet-signedin {
        margin-top: 30%;
        margin-bottom: 20%;
    }

    html[dir="rtl"] .portlet-signedin {
        margin-top: 30%;
        margin-bottom: 20%;
    }
}


@media screen and (min-height: 601px) and (max-height: 630px) {
    #footer {
        margin: 5% auto 0;
    }

    html[dir="rtl"] #footer {
        margin: 5% auto 0;
    }

    .portalaccess-button {
        margin-bottom: 15%;
    }

    html[dir="rtl"] .portalaccess-button {
        margin-bottom: 15%;
    }
}


@media screen and (min-width: 1023px) and (min-height: 650px) {
    .portalaccess-button {
        margin-bottom: 20%;
    }

    html[dir="rtl"] .portalaccess-button {
        margin-bottom: 20%;
    }

    .portlet-signedin {
        margin-top: 30%;
        margin-bottom: 20%;
    }

    html[dir="rtl"] .portlet-signedin {
        margin-top: 30%;
        margin-bottom: 20%;
    }

    #footer {
        margin: 15% auto 0;
    }

    html[dir="rtl"] #footer {
        margin: 15% auto 0;
    }

    .portlet-content {
        margin-top: 10%;
    }

    html[dir="rtl"] .portlet-content {
        margin-top: 10%;
    }
}

@media screen and (min-width: 1500px) and (min-height: 1000px) {
    .portalaccess-button {
        margin-bottom: 20%;
    }

    html[dir="rtl"] .portalaccess-button {
        margin-bottom: 20%;
    }

    .portlet-signedin {
        margin-top: 25%;
        margin-bottom: 15%;
    }

    html[dir="rtl"] .portlet-signedin {
        margin-top: 25%;
        margin-bottom: 15%;
    }

    #footer {
        margin: 10% auto 0;
    }

    html[dir="rtl"] #footer {
        margin: 10% auto 0;
    }

    .portlet-content {
        margin-top: 10%;
    }

    html[dir="rtl"] .portlet-content {
        margin-top: 10%;
    }
}
/* Internet Explorer 9 (Only) */

@media screen and (min-width:0) and (min-resolution:.001dpcm) {

   .forgot-password-wrapper{
	    margin: 0 10% 0 10%;
	}
	.taglib-captcha table input{
    	width: 100%;
	}
}
	.forgot-password-wrapper{
	    margin: 0 10% 0 10%\0;
	}
	.taglib-captcha table input{
    	width: 100%\0;
	}

@media screen and (max-width: 1440px) {
    
    .forgot-password-wrapper{
        margin: 0 10% 0 10%;
    }

    #forgot-password-form fieldset {
        min-width: 90%;
        max-width: 100%;
    }

    #forgotpassword-email {
        width: 90% !important;
    }

    .taglib-captcha {
        width: 90%;
        margin-left: 5%;
    }

    .taglib-captcha table input{
        width: 100%;
    }

    #forgotpw {
        width: 90%;
    }

}

/*End of Media Queries*/

/** Required fields with red borders**/

input:required {
    box-shadow: none; /*FF*/
    outline: 0; /*IE10*/
}

/** End of required fields **/