
.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #1a2c38;
    color: white;
    padding: 10px;
    font-size: 13px;
}
h1,h2,h3,h4,h5,h6{
    color: #0b354a;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #245486;
}
.col-md-3 {
    width: 25%;
    padding-left: 15px;
}

.gen_course{
    font-size: 20px;margin-bottom: 0px;
}
.gen_check{
    width: 30px;height: 30px;margin: 4px 7px 0px !important;
}
.box-13{
    font-size: 20px !important;
    color: #006ab0;
}
h4 {  border: 1px solid #e6e6e6;font-size: 18px; text-align: center; padding: 7px 10px; margin: 20px 0;background-color: #00a656 !important;color: #ffF }

@media only screen and (max-width: 1000px) {
    /* For mobile phones: */
    h4 {
    font-size: 12px;
}
    .box-13{
        font-size: 13px !important;
        color: #006ab0;
    }
    .gen_course{
        font-size: 12px;margin-bottom: 0px;
    }
    .gen_check{
        width: 23px;height: 23px;margin: 4px 7px 0px !important;
    }
    .col-sm-12 {
        width:100%;
    }
    .box{
        margin-left: -5px;
    }
    .col-md-3 {
        width: 100%;
    }

}
@media only screen and (max-width: 1000px)and (orientation: landscape) {
    /* For mobile phones: */
    .col-sm-12 {
        width:100%;
    }
    .box{
        margin-left: -5px;
    }
    .col-md-3 {
        width: 100%;

    }
    .modal-content{
        width: 130%;
    }
}

.form-control {
    border-radius: 4px;
    border-color: #0169b0 !important;
}
.input-group .input-group-addon { border-color: #0169b0 !important; }
.col-md-4 {
    width: 36.333333%;
    padding-right: 25px;
}
.col-md-6 {
    width: 53%;
    padding-right: 29px;
}
label{
    font-size: 14px;
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-5, .col-md-7, .col-md-8, .col-md-9{
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 15px;
}
.pad-31{
    padding-bottom: 31px;
}
.marleft-5{
    margin-top: 5px;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar ul {
    padding-left:0px !important;
}

#progressbar li {
    list-style:none;
    font-size: 9px;
    width:15%;
    float: left;
}

input.larger {
    width: 30px;
    height: 30px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 98%;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: white;
    background: #2d3033;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    text-align: center;
}


/*progressbar connectors*/

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    text-align: center;
    /*put it behind the numbers*/
}


/*marking active/completed steps green*/


/*The number of the step and the connector before it = green*/

#progressbar li.active:before,
#progressbar li.active:after {
    background:#00b377;
    color: white;
}
.box-footer table, .box-footer table td {
    border: 1px solid #006ab0;
    padding: 5px;
    font-size: 15px;
}
.box-footer table th {
    background: #006ab0;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border-left: 1px solid #0a82d2;
}
.box-header {
    border-top: 1px solid #efebeb;
    border-bottom: 1px solid #efebeb;
}
