/* here you can put your own css to customize and override the theme */

.padding-top-10 {
    padding-top: 10px !important;
}
.padding-top-7 {
    padding-top: 7px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}
.padding-horizontal-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;

}
.margin-top-4 {
    margin-top: 4px !important;
}
.margin-top-7 {
    margin-top: 7px !important;
}
.margin-top-50 {
    margin-top: 50px;
}
.padding-right-12 {
    padding-right: 12px !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}
.margin-left-4 {
    margin-left: 4px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}
.margin-top-bottom-5 {
    margin-top: 5px !important;
    margin-bottom:5px  !important;
}
.full-width {
    width: 100%;
}

.min-hight {
min-height: 760px;
}

.dropdown-menu li > button {
    width: 100%;
    text-align: left;
}

iframe {
    background-image: url("../../assets/img/ajax-loading.gif");   
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.horizontal-overflow {
    overflow-x: auto
}
/***
Styles for Login Page
***/
.container-bg {
    width: 100%;
    background-image: url(../img/login/main-bg-img.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

.login-form-container {
    color: #ffffff;
    background: #3b6aaa url(../img/login/login-form-container-bg-img.png) no-repeat bottom right;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.72);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.72);
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 15px;
    font-family: Myriad Pro;
}

.login-form-container input {
    background: #1e4f8a;
    border: 1px solid #0d2c52;
    color: #ffffff;
}

.login-form-container input:focus, .login-form-container input:active {
  
}

.login-logo {
    width: 100%;
}

.login-desc {
    color: #4e8cde;
    font-family: Arial;
    padding: 15px;
    font-size: 18px;
}

.login-desc address {
    font-size: 16px;
    font-family: Arial;
}

.forgot-pwd {
    padding-top: 7px;
    display: block;
    font-weight: 400;
    font-size: 14px;
    min-height: 20px;
    vertical-align: middle;
    color: #ffffff;
    text-decoration: underline; 
}

.forgot-pwd:hover {
    color: #ffffff;
    text-decoration: none; 
}
.login-btn {
    margin: 0 auto;
    text-transform: uppercase;
    color: white;
    border-width: 0;
    padding: 7px 14px;
    font-size: 14px;
    outline: none !important;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.72) !important;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.72) !important;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.72) !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
   /* fallback */
    background-color: #427ec7;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#427ec7), to(#518ee2));
    background: -webkit-linear-gradient(top, #518ee2, #427ec7);
    background: -moz-linear-gradient(top, #518ee2, #427ec7);
    background: -ms-linear-gradient(top, #518ee2, #427ec7);
    background: -o-linear-gradient(top, #518ee2, #427ec7);
}

.login-btn:hover, .login-btn:focus {
    opacity: 0.8;
    filter: alpha(opacity=80);
}


.office-in-candidate-label {
    display: inline-block;
    padding: 6px 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: right;
    white-space: nowrap;
    vertical-align: middle;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .portfolio-btn .btnmanagevotesite {
        padding: 34px 0 !important;
    }
}

.info-table {
    margin: 0 auto;
}

.info-table tr td {
    padding: 10px;
 }

.info-table tr td:first-child {
    text-align: right;
}

.info-table tr td:last-child {
    text-align: left;
 }