.preload-img {
    position: absolute;
    left: 50%;
    margin-left: -47px;
    top: 50%;
    margin-top: -95px;
    text-align: center;
}

section {
    padding: 50px 0;
}

.main-nav, .service-icon, .progress-bar.progress-bar-primary, .single-table.featured, .btn.btn-primary, .twitter-icon .fa-twitter, .twitter-left-control:hover, .twitter-right-control:hover, .post-icon, .entry-header .date::after, .btn-loadmore:hover, .btn-submit, #footer {
    background-color: #333333;
}

    a, #home-slider .caption h1 span, #twitter-carousel .item span, #footer .footer-bottom, #single-portfolio .close-folio-item:hover, .single-table.featured .btn.btn-primary, .contact-info ul li a:hover, #footer .footer-bottom a {
        color: #007d40;
    }
/*Form CSS*/
.frm-cntnt {
    clear: both;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    margin: 2px 0 10px;
    width: 100%;
}

.frm-feild {
    display: inline-block;
    margin: 2px 0 10px;
    text-align: center;
    width: 100%;
}

.thm-field {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    height: 36px;
    padding: 8px 10px;
    width: 100%;
}

select.thm-field {
    background-color: #e6e6e6;
}

.thm-tarea {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    max-width: 100%;
    min-height: 100px;
    min-width: 100%;
    padding: 8px 10px;
    width: 100%;
}

    .thm-field:focus, .thm-tarea:focus {
        border-color: #e6e6e6;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    }

.thm-btn {
    background-color: #007d40;
    border: solid 1px #007d40;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    margin: 5px 0;
    padding: 6px 25px;
}

    .thm-btn:hover {
        background-color: #36a670;
        color: #fff;
    }

.outline-btn-grey {
    background-color: transparent;
    border: solid 1px #e6e6e6;
    color: #818181;
}

    .outline-btn-grey:hover {
        background-color: rgba(0,0,0,0.05);
    }

.outline-btn-dgrey {
    background-color: transparent;
    border: solid 1px #555555;
    color: #333333;
}

    .outline-btn-dgrey:hover {
        background-color: rgba(0,0,0,0.05);
        color: #333333;
    }

.btn-row {
    margin: 15px 0;
}

.caption .btn-start:hover, .left-control:hover, .right-control:hover, .folio-overview a:hover {
    background-color: #007d40;
}

.caption .btn-start:hover, .left-control:hover, .right-control:hover {
    border-color: #007d40;
}

.main-nav {
    background-color: #007d40;
    border-bottom: solid 2px #005518;
}

.navbar-brand {
    padding: 5px 15px;
    max-width: 395px;
    height: auto;
}

    .navbar-brand h1 {
        margin: 0;
    }

.kfupm-logo {
    display: inline-block;
    vertical-align: middle;
    width: 84%;
}

.deanship-research-logo {
    display: inline-block;
    vertical-align: middle;
    width: 16%;
    padding-left: 10px;
}

.navbar-right li a {
    color: #fff;
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
}

    .navbar-right li a:hover {
        background-color: #167336;
    }

.navbar-right li.active a {
    background-color: #0c692c;
}

    .navbar-right li.active a:after {
        content: "";
        width: 100%;
        height: 4px;
        position: absolute;
        background-color: #0c692c;
        bottom: 0;
        left: 0;
    }


.login {
    padding: 25px 0 0 0;
    margin-left: 5px;
}

    .login a {
        display: inline-block;
        font-size: 13px !important;
        text-transform: uppercase !important;
        border-radius: 4px;
        background-color: #005d20;
        padding: 4px 15px 5px 15px !important;
    }

.navbar-fixed-top {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

    .navbar-fixed-top .navbar-brand {
        max-width: 260px;
    }

    .navbar-fixed-top .navbar-right li a {
        padding: 20px 15px;
    }

    .navbar-fixed-top .navbar-right li.login {
        padding: 15px 0 0 0;
    }

.heading {
    padding-bottom: 0;
}

.dsr-cntnt {
    padding: 60px 15px;
}

section#services {
    padding-top: 30px;
    padding-bottom: 30px;
}

.service-cntnt {
    padding: 0 30px;
    border: none !important;
}

    .service-cntnt .service-info {
        border-top: solid 3px #ccc;
    }

        .service-cntnt .service-info h3 {
            margin-top: 15px;
        }

#pms.service-cntnt .service-info {
    border-color: #333333;
}

    #pms.service-cntnt .service-info h3 {
        color: #333333;
    }

#rdr.service-cntnt .service-info {
    border-color: #07d179;
}

    #rdr.service-cntnt .service-info h3 {
        color: #07d179;
    }

#research-profile.service-cntnt .service-info {
    border-color: #ebaf0f;
}

    #research-profile.service-cntnt .service-info h3 {
        color: #ebaf0f;
    }

.timer {
    font-size: 44px !important;
    font-weight: 700;
}

#footer .footer-bottom {
    background-color: #ffffff;
    color: #555555;
    font-size: 13px;
}


footer {
    border-top: solid 1px #000000;
    float: left;
    margin: 0;
    width: 100%;
    padding: 0;
    background-color: white;
    color: #dddddd;
    font-size: 12px;
    line-height: 22px;
}

    footer h2 {
        color: white !important;
        font-size: 18px;
        font-weight: 400;
    }

    footer .ft-cntnt {
        display: inline-block;
    }

    footer ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    footer .tp-ft-cntnt {
        background-color: #333333;
        text-align: center;
        padding: 10px 15px;
    }

        footer .tp-ft-cntnt > li {
            display: inline-block;
            padding: 5px 20px;
            text-align: left;
            vertical-align: top;
        }

    footer a {
        color: #ffffff;
    }

        footer a:hover {
            color: #007d40;
        }

    footer .bt-ft-cntnt {
        float: left;
        padding: 10px 15px;
        text-align: center;
        width: 100%;
    }


.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.wizard_horizontal ul.wizard_steps li a.selected:before, .step_no {
    background: #555555;
    color: #fff;
}

.form_wizard .stepContainer {
    width: 100%;
}

.wizard_horizontal ul.wizard_steps li {
    display: table-cell;
    text-align: center;
}

.wizard_horizontal ul.wizard_steps {
    margin-top: 15px;
}

.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}

.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}

    .wizard_horizontal ul.wizard_steps li a, .wizard_horizontal ul.wizard_steps li:hover {
        display: block;
        position: relative;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
        opacity: 1;
        color: #666;
    }


.wizard_horizontal ul.wizard_steps {
    margin-top: 15px;
}

.wizard_verticle ul.wizard_steps li a.selected:before, .step_no {
    background: #555555;
}

.wizard_horizontal ul.wizard_steps li a.selected:before, .step_no {
    background: #555555;
    color: #fff;
}


/*    LOGIN page - REVIEWER  */

.main_container {
    background-color: #f8f8f8;
    float: left;
    padding: 0 15px;
    width: 100%;
    min-height: 400px;
}

.login_wrapper {
    margin: 5% auto;
}

.login_content {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 20px 25px;
}

    .login_content h1 {
        font: normal 25px Helvetica, Arial, sans-serif;
        letter-spacing: -0.05em;
        line-height: 20px;
        margin: 10px 0 30px;
    }

        .login_content h1:before, .login_content h1:after {
            display: none;
        }

    .login_content div .reset_pass {
        margin: 0 0 10px 0 !important;
        text-align: right;
        width: 100%;
    }

    .login_content .thm-btn {
        margin: 5px 0 5px 0;
        width: 100%;
    }

    .login_content div .thm-btn {
        font-size: 14px;
        font-weight: normal;
    }



/*Evaluation Form CSS*/
.alert {
    padding: 8px 15px;
}

.eval-form .card .card-body {
    background-color: transparent;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    padding: 10px 15px 25px;
}

.eval-form .card {
    float: left;
    width: 100%;
}

    .eval-form .card:hover {
        background-color: #fdfdfd;
    }

    .eval-form .card .card-body .sub-title {
        font-size: 14px;
        font-weight: bold;
        line-height: 22px;
        margin: 10px 0 3px;
    }

    .eval-form .card .card-body input[type="radio"], .eval-form .card .card-body label {
        vertical-align: middle;
        margin: 0 5px 0 0;
        font-weight: normal;
        font-size: 13px;
    }

    .eval-form .card .card-body label {
        margin: 0 10px 0 0;
    }

.note-rating {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 4px;
    padding: 10px 15px;
}

    .note-rating .text-info {
        font-size: 13px;
        font-weight: normal;
        line-height: 20px;
        margin: 0;
    }

.eval-form .card .card-header {
    font-size: 20px;
    line-height: 26px;
    padding: 10px 15px 0;
}

.eval-form .card-jumbotron-green {
    background-color: #f5f5f5;
    padding: 10px 15px;
}

textarea.form-control {
    border: 1px solid #b2b2b2;
    border-radius: 4px;
}

/*Registration*/
.registration .card {
    padding: 20px 0;
}

.registration .tab-content {
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    display: inline-block;
    padding: 15px;
    width: 100%;
}

    .registration .tab-content .card-header {
        margin-bottom: 20px;
    }

.registration .form-control {
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    height: 40px;
}

.required-mess {
    position: absolute;
}

/*Accordian*/
.approve-status .accordion {
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: auto;
}
.approve-status .accordion header{
    background-color:#ebebeb;
    padding:0;
}
.approve-status .accordion header a{
    padding:10px 15px;
    display:block;
}
.approve-status .accordion header a > small {
    color: #949494;
    font-size: 12px;
    font-style: italic;
    margin-left: 5px;
}

.approve-status .accordion header.panel-heading {
    position: relative;
}
.approve-status .accordion i.fa {
    margin-top: -10px;
    padding: 0 !important;
    position: absolute;
    right: 10px;
    top: 50%;
}