.ibox-content{
    color: #4c4c4c !important;
}
#header_div {
    height: 80px;
    background-color: #8CAEC7 !important;
    background: #8CAEC7 !important;
    overflow: hidden;
}

#header_div .navbar, #header_div .navbar .navbar-static-top {
    height: 80px;
    background-color: #8CAEC7 !important;
    background: #8CAEC7 !important;
    color: #fff;
}

#header_line {
    width: 100%;
    height: 10px;
    margin: 0px;
    padding: 0px;
    background-image: url('line.jpg');
}

#header_logo {
    width: 100px;
    float: left;
    margin-left: 100px;
}

#header_logo img {
    width: 75px;
    height: 85px;
}

#header_content {
    float: left;
    width: 80%;
    padding-top: 5px;
}

#header_content_college {
    font-size: 25px;
    font-weight: bold;
}

#header_content_sims {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.footer.fixed {

    background-color: #8CAEC7 !important;
    color: #fff;
}

.footer.fixed a {
    color: #fff;
}

@media only screen and (max-width: 999px) {
    #header_content {
        width: 70%;
    }

    #header_content_college {
        font-size: 23px;
    }

    #header_content_sims {
        font-size: 16px;
    }
}

@media only screen and (max-width: 840px) {
    #header_content_sims {
        font-size: 14px;
    }
}

@media only screen and (max-width: 738px) {
    #header_content_college {
        font-size: 20px;
    }

    #header_content_sims {
        font-size: 12px;
    }
}

@media only screen and (max-width: 670px) {
    #header_content {
        width: 70%;
        margin-top: 10px;
    }

    #header_logo {
        margin-left: 20px;
    }

    #header_content_college {
        font-size: 16px;
    }

    #header_content_sims {
        font-size: 10px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 529px) {
    #header_content_college {
        font-size: 14px;
    }

    #header_content_sims {
        font-size: 9px;
    }
}

@media only screen and (max-width: 460px) {
    #header_content {
        width: 60%;
    }

    #header_content_college {
        font-size: 12px;
        margin-top: 5px;
    }

    #header_content_sims {
        font-size: 9px;
    }
}

#login-box .signin {
    text-align: left;
    margin: 20px 10px 20px 12px;
    border-bottom: 2px solid #888888;
    font-size: 30px;
    padding: 0 0 15px 0;
}

#login-box label {
    font-size: 23px;
    color: #888888;
}

#login-box .form-control {
    width: 80%;
    height: 40px;
    padding: 2px 20px 2px 15px;
    border: 1px solid #0a568c;
    font-size: 15px;
    font-weight: normal;
    color: #888;
    outline-color: #888;
    outline-width: thin;
}

#login-box p {
    margin-bottom: 0px;
    margin-top: 10px;
}

#identity:focus, #password:focus {
    outline-color: #126784;
    outline-width: 1px;
}

.required {
    color: red;
    font-size: 12px;
}

.alert {
    padding: .5rem 1.25rem;
    font-size: 13px;
    border-radius: 0;
}

.alert-danger {
    border: 2px solid #dcb2b6;
}
.alert-success {
    border: 2px solid #bed5c4;
}

.alert-warning {
    border: 2px solid #e5dab8;
}

.alert-info {
    border: 2px solid #bcd4d8;
}

.col-form-label{
    color: #000000;
    font-weight: bold;
}

.short-course-form{
    margin-left: 30px;
}

.amount-format{
    text-align: right !important;
}

.select2_row{
    border-bottom: 1px solid #1a7bb9;
    padding-bottom: 5px;
}


.select2_row_data{
    margin-left: 7px;
    font-size: 15px;
}
.select2_row_data span{
    display: block;
}

.select2_invoice_row_data span.name{
    font-size: 16px;
}

#side-menu li a{
    color: #f2f2f2 !important;
}

.education_bg{
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 10px;
}
.education_bg-title{
    font-size: 17px;
    font-weight: bold;
    color: brown;
    border-bottom: 2px solid brown;
}




