﻿body {
    margin-top: 50px;
    font-family: "Segoe UI", "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 15px !important;
    /*background-color:#777;*/
    background-color: #e9eaed;
}

.sb-page-header {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
    font-size: 24px;
}

.sb-page-header {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
    font-size: 24px;
}

.sb-page-header {
    position: relative;
    padding: 30px 15px;
    text-align: left;
    color: rgba(255,255,255,.8);
    background-color: #b84d45;
    background-image: url(/images/bghead.png);
    margin-bottom: 40px;
    font-size: 20px;
}

    .sb-page-header h1 {
        font-size: 60px;
        line-height: 1;
    }

    .sb-page-header h1 {
        margin-top: 0;
        color: #fff;
    }

.form-fields {
    padding: 20px 0px 0px 0px !important;
}


.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    background-color: #FBE1E0;
    border-left-color: #ce4844;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }

tbody > tr td.label-name {
    width: 150px !important;
    vertical-align: middle !important;
}


.nav-tabs {
    border-bottom: 2px solid #DDD;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-width: 0;
    }

    .nav-tabs > li > a {
        border: none;
        color: #666;
    }

        .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
            border: none;
            color: #4285F4 !important;
            background: transparent;
        }

        .nav-tabs > li > a::after {
            content: "";
            background: #4285F4;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -1px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
        transform: scale(1);
    }

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 1px 0;
}

.tab-content {
    padding: 2px;
}

.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}



/*PROGRESS (LOADING)*/

/*CSS FOR LOADING*/
#processing_overlay {
    position: absolute;
    z-Index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background-color: rgba(41, 38, 38, 0.84);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    opacity: 0.5;
    cursor: wait;
}

/*rgba(109,109,109,0.84);*/

#processing_container {
    font: bold 14px verdana;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFFFFF;
    border: 1px inset #00303f;
    color: #00303f;
}

#processing_title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    background-color: #669900;
    color: #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
}

#processing_content {
    text-align: center;
    padding: 1em 1.75em;
    margin: 0em;
    vertical-align: middle;
}

/*REMOVE TABLE LINES*/

.table th, .table td {
    border-top: none !important;
}


/*SIGN IN*/

.dropdown-login {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 360px !important;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal !important;
}

/*.navi a {
    color: #dd4814 !important;
    text-decoration: none;
}*/



.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}


.gridlink a {
    color: #337ab7 !important;
}



/*MODULE GROUP*/

/*.navbar {
    min-height: 100px  !important;
}*/


/*ROUNDED BUTTONS*/
.btn-info.round {
    border-radius: 20px !important;
    min-width: 100px !important;
}

.btn-primary.round {
    border-radius: 20px !important;
    min-width: 100px !important;
}

.btn-success.round {
    border-radius: 20px !important;
    min-width: 150px !important;
}


.form-control.round {
    border-radius: 15px !important;
    min-height: 40px;
    /*min-width:100px !important;*/
}


/*PASS FAIL*/
.FailCell {
    color: red !important;
    /*font-weight:bold !important;*/
}

.PassCell {
    color: green !important;
    /*font-weight:bold !important;*/
}


/*DROPDOWN MULTI-LEVEL*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.form-applicant-right {
    margin-top: 17px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: rgba(165, 157, 157, 0.03);
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

form-applicant-left {
    font-size: 12px;
}

.btnNext {
    margin-bottom: 20px !important;
}


.client-background {
    background-color: #fff;
    /*z-index: -1;*/
}

.client-background-image {
    position: relative;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

    /*.client-background-image:after {
        background: #fff;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-image: url('../images/UA&P Coat of Arms fullcolor.jpg') !important;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        z-index: -1;
        background-repeat: no-repeat;
        background-position: right;
        background-attachment: fixed;
        background-size: contain;
    }*/


.client-appform {
    padding: 40px !important;
}


.show_hide {
    display: none;
}

#ContentPlaceHolder1_drpAcademicSchool_drpAcademicSchool_TextBox {
    display: block !important;
    width: 300px !important;
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    border-radius: 15px 0px 0px 15px !important;
    min-height: 40px;
    /* min-width: 100px !important; */
}

#ContentPlaceHolder1_drpAcademicSchool_drpAcademicSchool_Button {
    min-height: 40px !important;
    width: 34px !important;
    border-radius: 0px 15px 15px 0px !important;
    padding: 4px !important;
    background-color: white !important;
    border-bottom-width: thin !important;
}


#ContentPlaceHolder1_drpAcademicSchool_drpAcademicSchool_OptionList {
    /*visibility: visible !important;*/
    z-index: 10000 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    width: 327px !important;
    position: absolute !important;
    height: 187px !important;
    left: auto !important;
    /*top: 158px !important;*/
    top: 80px !important;
    display: block !important;
}

.ajax__combobox_itemlist {
    background-color: Window !important;
    border: solid 1px ButtonShadow !important;
    color: WindowText !important;
    cursor: default !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.disabledApplicantForm {
    pointer-events: none;
    opacity: 0.8;
}

.alert-box {
    z-index: 9999;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    position: fixed;
    top: 90px;
    right: 80px;
}

    .alert-box p {
        line-height: 200% !important;
    }

.failure {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: none;
}

.successful {
    color: #a94442;
    background-color: #5bc0de;
    border-color: #ebccd1;
    display: none;
}

.alert-danger-ceer {
    color: #000000;
    background-color: #fff;
}


.label-red {
color:red;

}
