body,html{
    color:#444 !important;
    font-size: 12px;
    background: #efefef;
    margin:0;
    padding:0;
}
.red_ahm{
    color:#E92030;
}
body h3, h4{
    
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.logo_ahm{
    position: absolute;
    height: 56px;
    right: 5px;
    top: 22px;
}
.logo_honda{
    position: absolute;
    height: 90px;
    left: 0;
}
#container_page_home{
    min-height: 360px;
}
#menu_home{
    font-size:20px;
}
.navbar .nav li.dropdown.open > 
.dropdown-toggle, .navbar .nav li.dropdown.active > 
.dropdown-toggle, .navbar .nav li.dropdown.open.active > 
.dropdown-toggle{
    color:#333;
}
.navbar-default{
    border:none;
    background: #E92030;
    border-radius: 0;
}
.navbar-default .navbar-nav > li > a {
    color:#fff;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover{
    color:#fff;
    background:#444;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;
    background-color: transparent;
}
.form-group{
    margin: 15px;
}

.form-group input{
    font-size: 13px;
    border-radius: 3px;
}
.form-control{
    padding :7px !important;
}
.large-button {
    min-width: 80px;
    min-height: 25px;
    font-size: 12px !important;
}
.form-login{
    background: #fff;
    border-top:3px solid red;
    padding:25px 40px;
    margin: 60px auto;
    box-shadow: 0px 2px 5px rgba(100, 100, 100, 0.4);
}
.form-title-row{
    margin-bottom: 30px;
}
select{
    height:auto;
}
.btn-primary{
    border-radius: 3px !important;
}
.btn{
    border:none !important;
}
.btn-primary{
    background: #E92030 !important;
}
.btn-default{
    background: #444 !important;
}
.btn-primary:hover, btn-primary:visited, .btn-primary:target, .btn-primary:focus{
    background: #888 !important;
}

.btn-default:hover, btn-default:visited, .btn-default:target, .btn-default:focus{
    background: #888 !important;
}
header{
    background:#fff;
}
.container_form{
    margin:10px 0 30px;
}
.container_form > div > div > div:first-child{
    border:1px solid #ccc;    
    padding-top: 15px;
    padding-bottom: 15px;
}
.container_form > div > div > div:nth-child(2){
    background:white;border:1px solid #ccc;    
    padding-top: 15px;
    padding-bottom: 15px;
}
.page_identifier{
    margin-top: 15px;
}
.page_identifier li{
    list-style: none;
    font-weight: 700;
    color:#888;
    margin-bottom: 10px;
}
.page_identifier li i{
    display:none;
}
.page_identifier li.active{
    color:#444;
}
.page_identifier li.active i{
    display:inline-block;
}
.footer_address h3{
    font-weight: 700;
    margin-bottom: 10px !important;
    margin-left:0 !important;
}
.footer_address ul{
    padding-left: 0px;
}
#footer container row{
    padding-left: 10px;
}
.table{
    margin-top: 10px;
}
.table th{
    font-weight: 700;
    font-size: 12px;
    text-align:center;
}
.table td{
    font-size: 12px;
    vertical-align: middle !important;
}
.small_button{
    font-size:10px !important;
    min-width: 45px;
}
.form-register-with-email input {
    box-shadow: none !important;
}
.headpic{    
    position: absolute;  
    height: 90px;
    left: 0;

}
.headpic2 {    
    position: absolute;  
    height: 56px;
    right: 5px;
    top: 22px;
}
.navbar-inner > .container{
    position:relative;
    height:90px;
}
#container_login{
    background-image: url('../image/cube.gif');
    background-size: 100%;
    height:50px;
    width:50px;
    position: absolute;
    right: 0;
    top: 0;
    display:none;
} 
#thumb_user{
    width:80px;
    height:80px;
    border-radius: 50%;
    overflow: hidden;
    margin-left:10px;
    border:1px solid #ccc;
}
.dropdown-menu:first-child{
    position: relative !important;
}
#greeting_text{
    position:absolute;
    left:100px;
    top:18px;
}
#username_loginn{
    position:absolute;
    left:100px;
    top:35px;
    width:160px !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    text-transform: capitalize;
}
.dropdown-menu{
    background:white !important;
}
#container_slides_candidate > div.col-lg-12{
    padding-left: 30px;
    padding-right:30px;
}
.navbar-default .navbar-toggle {
    border: none !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #444 !important;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
    background-color: #fff !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #444;
}
.login-outer{
    padding: 40px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 999999999999;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
}
#loading_upload_file{
    background-image: url('../image/ajax-loader-small.gif');
    background-color: rgba(255,255,255,0.8);
    background-size:auto;
    background-position: center;
    background-repeat: no-repeat;
    height:98%;
    width:100%;
    position: absolute;
    top: 0;
    /*display:none;*/
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    #username_loginn{
        width:auto !important;
    } 
}
@media only screen and (min-width : 768px) {
    #username_loginn{
        width:80px !important;
    }
}
@media only screen and (max-width : 767px) {
    .dropdown-menu{
        border-radius:0 !important;
    }
    .footer_address{
        padding: 0 30px;
    }
}
@media only screen and (min-width : 481px) {
    .form-group div.label_login{
        padding-top: 10px;
    }
}
@media only screen and (max-width : 480px) {
    .headpic2{
        height: 32px !important;
        top:8px !important;
    }
    .headpic{
        height: 60px !important;
        top:-7px!important;
    }
    .logo_ahm{
        height: 32px !important;
        top:8px !important;
    }
    .logo_honda{
        height: 60px !important;
        top:-7px!important;
    }
    .navbar-inner > .container{
        height:50px;
        overflow:hidden;
    }
    .form-login{
        margin:30px auto;
    }
    
    .validatorCandidate{
    text-align: right;
    font-size: 11px;
    color: #E92030;
    }

}
/*    --------------------------------------------------
    :: General
    -------------------------------------------------- */
body {
    font-family: 'Open Sans', sans-serif;
    color: #353535;
}
.content h1 {
    text-align: center;
}
.content .content-footer p {
    color: #6d6d6d;
    font-size: 12px;
    text-align: center;
}
.content .content-footer p a {
    color: inherit;
    font-weight: bold;
}

.dropdown .dropdown-backdrop{
    display:none;
}

table > tbody > tr > td label{
    font-weight: normal !important;
} 

