/*
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 : 4 Feb, 2016, 4:56:04 PM
    Author     : Charu gupta
    Modified   : Shubham gupta (9 Mar 2017), Task : International MyAmCat Revamp
*/

.login-popup .error-text,.login-popup .error-messages{
    font-size: 12px;
    color: red;
    margin-top: 5px;
    clear:both;
    float:left;
}

.login{
    float: left;
    width: 48%;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 11px;
    border-radius: 3px;
    height:40px;
    cursor: pointer;
}

.register{
    float: right;
    width: 48%;
    background: #DE1F27;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    height:40px;
}

.orLoginWith{
    clear: both;
    font-size: 13px;
    padding: 12px 0;
    font-weight: 600;    
}

.socialIcons div{
    display:inline-block; 
    padding: 0 13px;
    border-right:1px solid #A8B2B4;
    height:28px;
}

.socialIcons div:nth-child(3){
    border-right:0;
}

.socialIcons img{

}

.logout{
    float:right;
}

.rightHeaderSection a{
    color: #434341 !important;
}

.candidateName{
    margin-left:30px;
    text-transform: capitalize;
}

#main_header {
    text-align: center;
    padding: 1% 2%;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #4C4C4C;
    position: relative;
    float: left;
    z-index: 2;
    background: #ffffff;
}

.header {
    height: 40px;
}

.logoContainer{
    display:inline-block;
}

.leftHeaderSection{ 
    float: left;
    display: inline-block;  
    width:75%;
    padding: 5px 0;
}

.rightHeaderSection {
    float: right;
    display: inline-block;
    width: 25%;
    font-size: 14px;
    font-weight: bold;
    padding-right: 22px;
    margin-top: 5px;
    margin-left: 0;
}

.rightHeaderSection div{
    float:right;
    width:auto;
    display: inline-block;
    color:#434341;
}

.amcat_logo{
    display: inline-block;
    float: left;
    padding-right: 15px;
    cursor:pointer;
    /*border-right: 1px solid gray;*/
}

.logIn{
    margin-right: 10px;
}

.loginContainer{
    margin-top: 5px;
}

#countryDropDown{    
    margin-left: 10px;

    padding: 4px 0;     
    width:100%;
    margin-top: 8px;
}
.countryDropDown img{
    margin-top: 5px;
}
.countryName{

    margin: 0 2px;
    text-transform: uppercase;
    font-weight: 500;
    width: 90%;
}

.countryName div{ 
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding-top: 2px;
}

#countryValue{
    width:100%;
}

.countryDropDown{
    float:right !important;    
}

#countryDropDown div{
    display: flex;
    vertical-align: middle;
    float: left;  
}

.countryDropDown img{
    margin-top: 5px;
}

button:active {
    outline:none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn, .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning{
    color: #4C4C4C;
    background: none; 
    border: 0 ; 
    outline: none;
    outline-offset: 0;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 0;
    font-size: 14px;
    line-height: normal;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    float:left;
    width:100%;

}
.btn-lg{
    display: flex;    
}

.flagstrap-icon {
    margin: 4px 5px 0 8px;
    float: right;
}

.dropdown-menu{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    /*text-transform: uppercase;*/
}

.dropdown-menu li{
    cursor:pointer;
}

.dropdown-menu>li>a{
    font-weight: 500;
    overflow:hidden;
}
.dropdown-menu>li>a div{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
}

.pointerCursor{
    cursor:pointer;
}

#loginGlobal .registration-form-header{
    padding:15px;
    padding-top: 10px;
}

.login-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.65);
    display: none;
    text-align: -webkit-center;
}

.login-overlay .login-popup {
    width: 360px;
    height: 420px;
    background-color: white;
    padding: 15px 35px;
    text-align: -webkit-center;
    overflow: hidden;
    margin:auto;
    margin-top: 10%;
}

.login-popup  .registration-formfield-box {
    width:100%;
}

.login-popup registration-formfield-box{
    width:100%;
    color:#0E2034;
}

.login-popup .forgot-password a{
    color:#878787;
    font-size: 12px;
    font-style: italic;
}
.login-popup .error-message {
    color:red;
    font-size: 12px;
    font-style: italic;
    padding-top: 2px;   
}

.login-popup .registration-formfield-control{
    border-radius: 0;
    border: 2px solid #cccccc;
    height: 40px;
    width: 100%;
    padding:0 2px;
    background: #F0F0F8;
}

.login-popup .loginWith{
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
    line-height: 2.3em;
    text-align: center;
}

.login-popup .registration-submit-button{
    padding: 5px 25px;
    border: 1px solid #ffffff;
    color: #ffffff;
    width: 110px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 100;
    background: linear-gradient(#DE2027, #971113);
    background: -webkit-linear-gradient(#DE2027, #971113);
    background: -o-linear-gradient(#DE2027, #971113);
    background: -moz-linear-gradient(#DE2027, #971113);
} 

.login-popup .registration-formfield-container {
    width: 100%;
    margin-bottom: 15px;
    min-height: 0;
    padding:0;
    position:  relative;
}

.login-popup input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #F0F0F8 inset;
}

.login-popup .rightFloatedContainerSocialIcons{
    clear:both;
    width:100%;
    text-align: center;
}

.login-popup .rightFloatedContainerSocialIcons div{
    border-right: 0;
    display: inline-block;
    margin-right:0 5px;
}

.login-popup .registration-form-header {
    text-align: center;
    padding-top: 0px;
    color:#1D2F40;
    font-size:22px;
    position: relative;
}

.registration-submit-button-container {
    width: 100%;
    text-align: center;
}

.forgot-password {
    padding-bottom: 10px;
}

#forgotPasswordGlobal .registration-form-header, #resetPasswordGlobal .registration-form-header{
    padding:0 5% 12px 5%;    
    border-bottom: 1px solid #cccccc;    
}

#forgotPasswordGlobal .infoText{
    clear: both;
    margin: 15px 0 25px 0;
    float: left;
    font-size: 15px;
    color: #666666;
}

#forgotPasswordGlobal .registration-submit-button-container{
    margin-top:20px;
}

#forgotPasswordGlobal .registration-submit-button {
    font-size:16px;
    width:auto;
}

#forgotPasswordGlobal .registration-formfield-name{
    color: #676767;

}

#resetPasswordGlobal .registration-formfield-container{
    margin-top: 15px;
}

#resetPasswordGlobal .registration-formfield-container div{
    display:inline-block;
}

#resetPasswordGlobal .registration-formfield-control{
    width:100%;
    height:35px;
}

#resetPasswordGlobal .registration-formfield-name{
    width:25%;
    margin-top: 5px;
}

#resetPasswordGlobal .registration-formfield-box{
    width:74%;
    margin-bottom: 10px;
}

#resendPIN{
    color: #666666;
    cursor:pointer;
}

#resendPIN:hover{
    color: #1d7bc9;
}

#resetPasswordGlobal p{
    margin:10px 0;
    color:#666666;
    font-size: 13px;
}

#resetPasswordGlobal .leftFloated registration-formfield-box{
    width:34%;
}

#resetPasswordSubmit{ 
    background: linear-gradient(#2B3B4B, #2B3D4E);
    background: -webkit-linear-gradient(#2B3B4B, #2B3D4E);
    float:right;
}

#resetPasswordGlobal .infoText{
    clear:both;
    float:left;
    background: linear-gradient(#2B3B4B, #2B3D4E);
    background: -webkit-linear-gradient(#2B3B4B, #2B3D4E);
    color:#fff;
    padding-right:10px;
    width:100%;
}

#resetPasswordGlobal .infoText img{
    clear:both;
    margin-top:15px;
}

#resetPasswordGlobal .infoText p{
    clear:both;
    display:inline-block;
    color:#fff;
    text-align: left;
    width:80%;  
    float:right;
    font-size:15px;
}

.resetSuccessText{
    clear: both;
    display: inline-block;
    color: #fff;
    text-align: left;
    width: 100%;
    float: right;
    background: linear-gradient(#2B3B4B, #2B3D4E);
    background: -webkit-linear-gradient(#2B3B4B, #2B3D4E);
    margin: 20px 0;
    padding: 10px 20px;
}

.errorDiv{
    margin: 10px 0;
    padding: 10px 20px;
    float:left;
    clear:both;
    color:#fff;
    background:#DF2027;
    display:none;
}
.login-email-error-message{
    font-size: 11px;
    position: absolute;
    bottom: -12px;
    text-align: right;
    width: 100%;
    color: #ff0000; 
    display: none;
}
div.loading-image-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #888;
    background: rgba(0,0,0,0.65);
    display: none;
}

.loading-image-overlay .loading-image-popup {
    position: relative;
    top: 40%;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.loading-image-popup img{
    height: 40px;
}

@media only screen and (max-width: 600px) {
    .scheduleAmcat {
        padding: 15px;
    }

    .scheduleAmcatButton div {
        padding: 2px;
        width: 80px;
    }
    .mobile-header-collapse{
        vertical-align: inherit;
        padding-top: 7px;
    }
    .header-logo{
        padding: 0;
    }
    /**
    Code For Horizontal Scroll
    **/
    .horizontal-scroll .main{
        overflow: hidden;
        height: 44px;
    }
    .horizontal-scroll .top{
        overflow: auto;
        white-space: nowrap;
        height: 55px;
    }
    .horizontal-scroll .content{
        width: auto;
        display: inline-block;
        float: inherit;
    }
}
@media only screen and (max-width: 400px) {

    .leftHeaderSection,.rightHeaderSection{
        width: 100%;
    }
    #countryDropDown{
        float:right;
    }
    .rightHeaderSection{
        padding: 5px 0 0;
    }
    .landingLogo{
        font-size: 18px;
        padding-top: 100px;
    }
    .landingLogo p{
        font-size: 14px;
        padding-top: 10px;
    }
}
.dropdown-menu>li>a{
    padding: 3px 14px !important;
}
.close-btn{
    float: right;
    position: absolute;
    right: -9%;
    top: -13%;
    color: white;
    background: #a2a2a2;
    border-radius: 171px;
    padding: 6px 7px;
    font-size: 12px !important;
    cursor: pointer;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;  
}

.options-holder ul {
    list-style-type: none;
    margin: 0;
    padding: 0;   
    clear: both;    
    margin: 0 auto;
    display: block;
    float: none;
    width: 520px;
    min-width: 520px;
}

.options-holder ul li {
    float: left;
}

.options-holder ul li a, .dropbtn {
    display: block;
    color: #2b2b2b;
    padding: 10px 16px;
    text-decoration: none;
}

.dropdown:hover .dropbtn {
    background-color: #f1f1f1;
}
.options-holder ul li a:hover{
    background-color: #eaeaea;
}

.options-holder ul  li.dropdown {
    display: inline-block;
}

.options-holder ul li .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f2f2f2;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    font-weight:500;
}

.options-holder ul li .dropdown-content a {
    color: #6b6b6b;
    padding: 12px 14px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.options-holder{
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    float: left;
    width: 33%;
    margin-left: 5%;
}

#mySidenav ul.optionNames li {
    float: none;
    padding: 11px 10px;
    border-bottom: 1px solid #dbdbdb;
    list-style: none;
    color: #6d6d6d;
    float: none;
    padding: 12px 10px 12px 11px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

#mySidenav ul.optionNames li.suboption {
    float: none;
    padding: 6px 10px 6px 12px;
    border: 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #979797;
}

.ui-menu .ui-menu-item{
    font-family: "Roboto",Calibri, Tahoma, Verdana !important;   
    font-size: 14px;
    color: #333;
}
