/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 25, 2019, 1:25:18 PM
    Author     : alejandro.limia
*/
.hidden{
    display:none !important;
}

.alert.alert-error{
    color: red;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000000;
  color: white;
  padding: 8px;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}

#header{
    padding:0 0 20px 0;
    background-color: #fcf9f0
}

#header .powered{
    display:none;
}


#header-logo-wrapper img{
   max-height: 116px;
    display:none;
}
#header-banner-wrapper {
    position: relative;
}

.main_banner{display:none;}

#header-banner-wrapper img, #footer-banner-wrapper img{
    width: 100%;
}

#header-banner-wrapper a{
    position: absolute;
    top: 45%;
    display: inline-block;
    color: white;
    left:43%;
    font-size: 16px;
}



#header-banner-wrapper, #footer-banner-wrapper{
    padding: 0;
    margin: 0 auto 20px !important;
}

.one_time_password_div {
    width:400px;
    display:inline-block;
    margin:80px auto 100px;
}

body{
    background-color: #fcf9f0
}



/* one time pass code div */

 .one_time_password_div {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
 }


.one_time_password_div label {
    width: 150px;
}

.lang_fr .one_time_password_div .email_label, .lang_fr .one_time_password_div .code_label {
    width: 245px;
}

.lang_fr .one_time_password_div .phone_input, .lang_fr .one_time_password_div .code_input {
    width: 45%;
}

@media (max-width: 600px) {
    .one_time_password_div .email_label, .one_time_password_div .code_label {
        width: 151px;
    }

    .lang_fr .one_time_password_div .email_label, .lang_fr .one_time_password_div .code_label {
        width: 204px;
    }
    .lang_fr .one_time_password_div .phone_input, .lang_fr .one_time_password_div .code_input, .lang_fr .one_time_password_div .email_input {
        width: 33%;
    }

    .one_time_password_div label, .one_time_password_div input {
        font-size: 11px !important;
    }

}

@media (max-width: 1500px) {

    #header-banner-wrapper a {
        font-size: 10px;
    }
}
@media (max-width: 800px) {

    #header-banner-wrapper a {
       font-size: 6px;
        top: 51%;
        left: 39%;
    }
}


@media (max-width: 500px) {

    #header-banner-wrapper a {

        left: 36%;
    }
}

@media (min-width: 800px) {
    .header_banner_desktop{
        display: block;
    }
    .header_banner_mobile{
        display: none;
    }
}

@media (max-width: 800px) {
    .header_banner_desktop{
        display: none;
    }
    .header_banner_mobile{
        display: block;
    }
}


.one_time_password_div {
    background: #ec008c; /* red background */
    color: white;
    max-width: 400px;
    margin: 40px auto;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;

}

.one_time_password_header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
}

.one_time_password_div label {
    display: inline-block;
    text-align: left;
    font-weight: bold;
    color: black;
    margin-bottom: 5px;
    font-size: 12px;
    background-color: white;
    padding: 13px;
    border-radius: 25px 0 0 25px;
    border: none;

}
.one_time_password_div .code_input_div{
    margin: 20px 0 0 0;
}

.one_time_password_div input {
    width: 55%;
    display: inline-block;
    padding: 13px;
    border-radius:  0 25px 25px 0;
    border: none;
    font-size: 12px;
    margin-bottom: 15px;
}
.one_time_password_div .dob_input_div label{
    width: auto;
    margin-bottom: 0;
}

.one_time_password_div .dob_input_div input[type="date"]{
    min-height: 43px;
    line-height:1.2;
    background:#fff;
    -webkit-appearance: none;         /* Safari/iOS */
    appearance: none;
    width: auto;
    margin-bottom: 0;
}

.one_time_password_div .dob_input_div > * {
    box-sizing: border-box;
}

.one_time_password_div .dob_input_div div{
    display: grid;
    grid-template-columns: 45% 55%;
    grid-gap: 0;
    padding: 10px 5px;
}

/* 6) Remove inner spin/clear artifacts some Android/Chrome builds add */
.one_time_password_div .dob_input_div input[type="date"]::-webkit-inner-spin-button,
.one_time_password_div .dob_input_div input[type="date"]::-webkit-clear-button{
    display:none;
}

.one_time_password_div .consent_checkbox_div, .one_time_password_div .rules_checkbox_div{
    margin: 20px 0 60px 10px ;
    clear: both;
}

.one_time_password_div .consent_checkbox_div input, .one_time_password_div .rules_checkbox_div input {
    float: left;
    width: 14px;
    margin: 2px 0 0 10px;
}

.one_time_password_div .consent_checkbox_div label, .one_time_password_div .rules_checkbox_div label {
    float: left;
    padding: 0;
    margin-left : 10px;
    background: none;
    width: 80%;
}

.one_time_password_div .rules_checkbox_div label a {
   color:black;
}

.one_time_password_div .get_code_button,
.one_time_password_div .submit_button {
    background: #0046ad; /* blue */
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    margin: 10px 0;
    width: 100%;
}

.one_time_password_div .get_code_button:hover,
.one_time_password_div .submit_button:hover {
    background: #003080;
}

.one_time_password_div .error-message {
    color: #ffdcdc;
    font-size: 13px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.one_time_password_div #customAlertClose{
    border: none;
    background: none;
    color: white;
    vertical-align: bottom;
}


/* skill test*/

.skill_test {
    text-align: center;
    margin: 130px auto 50px ;
}

.skill_test .captcha-container {
    display: inline-flex;
    align-items: center;
    font-size: 36px;
    font-weight: bold;

}

.skill_test label {
    margin-right: 10px;
}

.skill_test input {
    width: 60px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-bottom: 2px solid #000;
    outline: none;
    background: transparent;
    position: relative;
    top: 70px;
}

.skill_test .btn {
    background: #0046ad; /* blue */
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin: auto;
}

.skill_test .btn:hover {
    background: #003080;
}

@media (max-width: 480px) {
    .skill_test {
        margin: 70px auto 50px ;

    }

    .skill_test .captcha-container {
        font-size: 26px;
    }

    .skill_test input {
        top:43px
    }
}




#footer{
    background: #ffffff;
    min-height: 100px;
}

#main-content{
    padding:0;
}

#main-content h2{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.iframe-container{
    max-width: 1200px;
    padding: 0;
    
}

.justify-last-center {
    text-align-last: center;
    -moz-text-align-last: center; /* Firefox support */
}

#disclaimer{
    margin-top: 20px !important;
}

#disclaimer a{
    color:#0000FF !important;
}

.footer {
  background-color: #FFFFFF;
  width: 100%;
  -webkit-box-shadow: 0 -4px 4px 0 rgba(0,0,0,.25);
  box-shadow: 0 -4px 4px 0 rgba(0,0,0,.25);
  padding:30px 0 20px 0;
  font-size:16px;
}
.footer .row{
	display:inline;
}
.footer .sitemap {
	float:right;
}
.footer .powered {
	float:left;
}
.footer .powered span {
	float:left;
}
.footer img {
	margin:-4px 0 0 10px;
}
.footer ul {
  padding-left: 0;
  text-align:right;
}
.footer ul li {
  list-style: none;
  color: #D22730;
  text-align: left;
}
.footer ul li a {
  font-size: 16px;
  padding:5px 10px;
  color: #D22730;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: visible;
}
.footer ul li a:hover {
	background:#D22730;
	text-decoration:none;
	color:#FFFFFF;
}

.footer ul.inline > li {
    display: inline-block;
    margin: 0;
    position: relative;
}
.footer .copyright {
	text-align:center;
	color:#000000;
	margin:75px 0 0 0;
	padding:0 20px;
}


.footer #footer-links-list a span{
    position:absolute;
    top:-90000px;    
}

.footer #footer-links-list a:hover span,
.footer #footer-links-list a:focus span,
.footer #footer-links-list a:active span{
    position:absolute;
    top:2.6em;
    left:1em; 
    color:#000;
    width:12em; 
    display:block;
    text-align: center;
    border:1px solid #D22730;
    font-size: 0.7em;
}

.lang_fr .footer #footer-links-list a:hover span,
.lang_fr .footer #footer-links-list a:focus span,
.lang_fr .footer #footer-links-list a:active span{
    width:15em;
}

#lang_toggle a{
    color:#005288;
    font-size: 18px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    padding-left: 25px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 45%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}







.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: white;
}

.modal-logo {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    position: relative;
    width: 80%;
}

.modal-body {
    background-color: #f0f1f3;
    padding: 2px 16px;
}

#login{

}

.refresh_button{
    position: relative;
    padding: 10px;
    width: 100px;
    display: block;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    top: 13px;    
    font-size: 14px ;
    border-radius: 5px;
    text-align: center !important;
    margin: auto;

}


@media only screen and (max-width: 750px) {

    #login{
         margin-left: -110px;
        /*padding-left: -100px;*/
    }

}

#maintenance_alert{
    background-color: #d22730;
    text-align: center;
    display: block;
    margin: 10px 8px;
    color: white;
    border-radius: 12px;
    padding: 2px 7px;
}

#maintenance_message{
    color: #d22730;
    margin: 100px auto;
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.temp_banner{
    display: none;
}


.custom-input {
    display: block;
    text-align: center;
    margin: auto;
    width: 70%;
}

.recpatcha_css{
    margin-left: 30px;
}

.custom_trademark_above{
    margin-bottom: 0px;
}

.custom_trademark_below{
    margin-top: -13px;
}


