/*----------------------------------------
Project Name: bmsone.com
Version: 1.0
Author: Monoarul Islam
----------------------------------------*/

body {
    font-family: "Roboto";
    background-color: #f5f5f5;
}
.logo-brand {
    display: flex;
    align-items: center;
}
.invalid-feedback{
  color:red;
  margin-left: 2%;
}
.navbar-brand>img {
    height: 100%;
    padding: 15px;
    width: auto;
}
.logo-brand img{
    margin-top: -5px;
}
.logo-brand p{
    font-size: 24px;
    margin-left: 15px;
}
.education_portal::before{
    content: "";
    background-image: url(../wcea_logo.png);
    display: block;
    margin: 0 auto 8px;
    width: 22px;
    height: 22px;
    background-size: contain;
}
.nav li a{
    color: #fff !important;
}
.title h3{
    margin: 0;
}
.example3 .navbar-brand {
    height: 80px;
}
.dropdown-menu>a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 16px;
    text-decoration: none;
}
.dropdown-menu>a:first-child{
    border-bottom: 1px solid #610f40 !important;
}
.dropdown-menu>a:hover{
    background: #631544 !important;
}
img.c-photo {
    width: 156px;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top{
    z-index: 9999 !important;
}
@media (max-width: 767px){
    .dropdown-menu>a{
        text-align: center;
    }
}
.example3 .nav >li >a {
    padding-top: 30px;
    /* padding-bottom: 30px; */
}
.example3 .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
}
.navbar-inverse {
    background-color: #4287F5;
    border-color: #4287F5;
}
.dropdown-menu.custom{
    background-color: #4287F5;
    border-color: #4287F5;
    padding: 0;
}
.navbar-inverse .navbar-nav>.open>a{
    background-color: #4287F5 !important;
}

/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
.navbar-alignit .navbar-header {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 50px;
}
.navbar-alignit .navbar-brand {
    top: 50%;
    display: block;
    position: relative;
    height: auto;
    transform: translate(0,-50%);
    margin-right: 15px;
    margin-left: 15px;
}
.navbar-nav>li>.dropdown-menu {
    z-index: 9999;
}

@media (max-width: 767px){
    .logo-brand p{
        display: none;
    }
}
.pro-pic {
    height: 75px;
    width: 100px;
    border: 1px dotted grey;
}
a.canvasjs-chart-credit{
    display: none !important;
}
.charts{
    margin-bottom: 50px;
}
section {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.custom__remove-column{
    z-index: 999999999;
}
.custom__form-group{

}
.input-daterange.custom__form-group input {
    text-align: left;
}
.custom__input-group-btn{
    width: auto;
    margin-bottom: 0;
}
@media (max-width: 990px){
    .custom__form-group{
        display: block;
    }
}
/*@media (min-width: 990px){*/
    /*span.remove_employement,span.remove_training{*/
        /*margin-bottom: 5px;*/
    /*}*/
/*}*/
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 35px 25px;
    margin: 0 auto;
    background: #4287f5;
    border-radius: 10px;
    padding-bottom: 30px;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    /*border-top-left-radius: 0;*/
    /*border-top-right-radius: 0;*/
}
.login_btn{
    background: #cb972d;
    border: none;
}
.login_btn:hover{
    background: #cb972d;
    border: none;
}
.footer{
    background: #4287f5;
    padding: 20px 0;
    margin-top: 40px;
}
.edit.btn{
    background: #1fc21d;
}
#loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #8c175e;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1.5s linear infinite;
    margin: 0 auto;
}


@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.notice_section{
    background: #63033d;
    padding: 0;
}
@media (max-width: 767px) {
    .notice_section{
        display: block;
    }
}
#notice{
    font-size: 18px;
    width: 100%;
}

#notice ul{
    width: 100%;
    height: 35px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
.select2{
    width: 100% !important;
}
#notice li{
    width: 980px;
    line-height: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 100%;
    text-align: center;
    list-style: none;
    color: #fff;
}
.counter__container{
    padding-top: 40px;
    padding-bottom: 50px;
}
.counter {
    background-color: #4287f5;
    padding: 20px 0;
    border-radius: 5px;
    text-align: center !important;
}
@media (max-width: 980px) {
    .counter{
        margin: 5px 0 20px;
    }
    .counter__container{
        padding-top: 10px;
        padding-bottom: 30px;
    }
}
.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.count-text {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}
.panel-default>.panel-heading {
    background-color: #4287f5;
    color:#fff;
}
.card {
    display: block;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}
.card:hover {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
    border-top-left-radius:2px;
    border-top-right-radius:2px;
    display:block;
    overflow: hidden;
    background: #29303b;
}
.card:hover .img-card>img {
    opacity: .5;
}
.img-card img{
    width: 100%;
    object-fit:cover;
    transition: all .25s ease;
}
.card-content {
    padding:15px 15px 0;
    text-align:left;
}
.card-title {
    margin-top:0px;
    font-weight: 700;
    font-size: 18px;
}
.card-title a {
    color: #000;
    text-decoration: none !important;
}
.card-read-more {
    border-top: 1px solid #D4D4D4;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #337ab7;
    transition: all .25s ease;
}
.card:hover .card-read-more{
    background: #204d74;
    transition: all .25s ease;
}
.btn-link:focus, .btn-link:hover {
    color: #fff;
}
.card-read-more a {
    text-decoration: none !important;
    color: #eaeaea;
    padding:10px;
    font-weight:600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.card-content p{
    font-size: 13px;
}
.badge.badge-accented.yellow {
    background: #f4c150;
    color: #29303b;
}
.badge.badge-accented.on-course-card {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    pointer-events: none;
    position: absolute;
    top: 12px;
    z-index: 1;
}
.badge.badge-accented {
    border-radius: 3px;
    background: #14171c;
    border: none;
    color: #fff;
    min-width: inherit;
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -3px;
    z-index: 2;
    vertical-align: baseline;
}
.badge-text{
    padding: 0 7px;
}
.badge.badge-accented:after {
    background: inherit;
    content: '';
    height: 18px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 18px;
    z-index: 1;
    display: block;
}
.badge.badge-accented:after {
    border-radius: 3px;
    right: -7px;
}
.input-daterange input {
     text-align: left;
}
@media (min-width: 767px) {
    .row.display-flex{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .row.display-flex .equal-column {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .row.display-flex .equal-column .card {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .row.display-flex .equal-column .card .card-read-more {
        margin-top: auto;
    }
    .row.display-flex .equal-column .flex-level {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .row.display-flex .equal-column .flex-level .card {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
    }
}
@media (max-width: 500px){
    .loader_class{
        left: 40% !important;
        top: 40% !important;
    }
}
@media (min-width: 500px) and (max-width: 580px){
    .loader_class{
        left: 42% !important;
        top: 42% !important;
    }
}
.modal-dialog {
    width: 300px;
}
.modal-dialog1 .modal-content {
    width: 500px;
}
.modal-dialog1 input[type="text"]{
    width: 100%;
}
.modal-dialog2 {
    width: 800px;
}
.modal-dialog2 .modal-content {
    width: 800px;
}
.modal-dialog2 input[type="text"]{
    width: 100%;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 576px){
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}
.hidden {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.card-input-element:checked + .card {
    box-shadow: 0 0 2px 2px #ff0000;
}
.card-input-element + .card img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all .25s ease;
}
.card-input-element:checked + .card img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.flex-level .card-content{
    padding-bottom: 10px;
}
@media (max-width: 767px) {
    .card-input-element + .card img{
        height: auto;
    }
    .flex-level{
        width: 100%;
    }
}
.candidate_title{
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5px;
}
.candidate_desc{
    text-align: center;
    font-weight: normal;
}
