﻿body {
    background: white url(/shared/client/1037E32B-6B0F-490D-AB29-64AB96A02735/images/grayandwhitelinesbg.gif) repeat 0 0;
    color: #000033;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 12px;
    line-height: 18px;
}

a, a:focus, a:hover, a:visited, a:active,
.pager a, .pager a:focus, .pager a:hover, .pager a:visited {
    color: blue;
    text-decoration: none;
}

    a:hover,
    .pager a:hover {
        color: #828585;
        text-decoration: underline;
    }

    .pager a:active {
        background-color: transparent;
        border: 1px solid #dadada;
        box-shadow: 0 1px 2px #545454 inset, 0 1px 0 white;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }


h4 {
    font-size: 12px;
}

h5,
.page-header h5 {
    color: #828585;
    font-size: 16px;
}

.btn-primary,
.btn-warning,
.btn-danger,
.btn-success,
.btn-inverse,
.btn-info {
    color: #fff;
    border: 1px solid #828585;
    background: #828585;
    background: -moz-linear-gradient(top, #333 0%, #828585 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#828585));
    background: -webkit-linear-gradient(top, #333 0%,#828585 100%);
    background: -o-linear-gradient(top, #333 0%,#828585 100%);
    background: -ms-linear-gradient(top, #333 0%,#828585 100%);
    background: linear-gradient(top, #333 0%,#828585 100%);
}

    .btn-primary:active, .btn-primary.active, .btn-group.open .btn-primary.dropdown-toggle,
    .btn-warning:active, .btn-warning.active, .btn-group.open .btn-warning.dropdown-toggle,
    .btn-danger:active, .btn-danger.active, .btn-group.open .btn-danger.dropdown-toggle,
    .btn-success:active, .btn-success.active, .btn-group.open .btn-success.dropdown-toggle,
    .btn-inverse:active, .btn-inverse.active, .btn-group.open .btn-inverse.dropdown-toggle,
    .btn-info:active, .btn-info.active, .btn-group.open .btn-info.dropdown-toggle {
        background: #828585;
        border-color: #828585;
    }

a.btn, a.btn:hover, a.btn:visited, a.btn:active {
    color: white;
}

.page-header h5 > i,
.navbar .brand,
.navbar h5,
.navbar h6,
.navigation > li > h6,
h6,
.control-group.series-title,
.control-group.form-instructions,
.icons > li > a,
.icons > li > a:hover {
    color: #828585;
}

.navigation > li > h6 {
    margin: 0;
}

    .navigation > li > h6 span.menu-dashboard {
        background: transparent url(/shared/client/1037E32B-6B0F-490D-AB29-64AB96A02735/images/four_boxes_empty_custom.png) repeat 0 0;
        display: inline-block;
        margin-right: 5px;
        height: 14px;
        width: 14px;
    }

#CustomWrapper {
    width: 950px;
    margin: 0 auto;
    border: 1px solid #a9a9a9;
    background-color: White;
    display: block;
}

.login-wrapper,
.register-wrapper {
    border-top: 0;
}

.login .login-logo {
    margin: 0 auto 0 auto;
    padding: 0;
}

    .login .login-logo img {
        margin-bottom: 0;
        /*width: 62px;*/
    }

.logo-wrapper {
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
background-color: white;
background-repeat: repeat-x;
background-image: linear-gradient(to bottom, white, #F2F2F2);
padding: 10px 0 9px 0;
    line-height: 10px;
}

.cms ul.list-font {
    text-align: left;
    margin-left: 20px;
}

header {
    display: block;
    height: 98px;
    width: 950px;
    border-bottom: 10px solid #828585;
}

    header #Logo {
        float: left;
        /* height: 82px;*/
        /* width: 148px;*/
    }

        header #Logo a {
            display: block;
            /*height: 82px;*/
            width: 100%;
        }

            header #Logo a img {
                display: block;
                /* width: 132px;*/
                margin: 10px;
            }

    header #CustomTopNav {
        float: right;
        height: 16px;
    }

    header #HeaderBottom {
       /* background: #fff url(/shared/client/1037E32B-6B0F-490D-AB29-64AB96A02735/images/greentrilefttop.gif) no-repeat 0 0; */
        clear: both;
        height: 19px;
        width: 100%;
    }

#CustomTopHeading {
padding: 30px 16px;
float: left;
}

.password-wrapper {
    border-top: 0;
}

.topnav.custom .narrow-logout {
    display: none;
}

.password-btn {
    margin: 10 px 15px;
}

.topnav.custom {
    float: right;
    display: block;
    padding: 0;
    margin: 0;
    background-color: #828585;
    /* background: #828585 url(/shared/client/1037E32B-6B0F-490D-AB29-64AB96A02735/images/greenrightcorner.gif) no-repeat 0 0; */
    padding-left: 14px;
}

    .topnav.custom .dropdown-menu {
        -webkit-box-shadow: inherit;
        -moz-box-shadow: inherit;
        box-shadow: inherit;
        position: absolute;
        top: 17px;
        right: 0;
        text-align: left;
        display: none;
        float: left;
        min-width: 170px;
        margin: 0px 0 0;
        list-style: none;
        background-color: transparent;
        border: 0;
        font-size: 10px;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        box-shadow: 0;
    }

    .topnav.custom .dropdown.open .dropdown-menu {
        display: none;
    }

    .topnav.custom .dropdown.open > .dropdown-menu {
        display: block;
    }

    .topnav.custom .dropdown-menu-user {
        position: relative;
        border: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit;
        -ms-box-sizing: inherit;
    }

    .topnav.custom li {
        border-left: 0;
        border-right: 0;
        margin-right: 10px;
    }

    .topnav.custom .dropdown-menu li, .topnav.custom .dropdown-menu li:hover {
        border-bottom: 1px solid white;
        background: #828585 none;
        line-height: 12px;
        margin-right: 7px;
        padding: 0;
    }

        .topnav.custom .dropdown-menu li:last-child {
            border-bottom: none;
        }

        .topnav.custom > li > a,
        .topnav.custom > li > a:hover,
        .topnav.custom > li > a:active,
        .topnav.custom li.active a,
        .topnav.custom .dropdown-menu li a,
        .topnav.custom .dropdown-menu li a:hover,
        .topnav.custom .dropdown-menu li a:active,
        .topnav.custom .dropdown-menu li a span {
            background: transparent;
            box-shadow: none;
            color: white;
            display: block;
            font-size: 10px;
            font-family: Verdana, Arial, Helvetica, Sans-Serif;
            font-weight: normal;
            height: 16px;
            line-height: 13px;
            padding: 0;
            text-align: right;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        }

            .topnav.custom .dropdown-menu li a,
            .topnav.custom .dropdown-menu li a:hover {
                padding: 5px 10px 5px 0;
            }

.topnav .dropdown-menu li span {
    margin: 0;
}

.topnav.custom > li.topuser > a {
    display: block;
    float: left;
    height: 16px;
    line-height: 13px;
    margin-right: 0;
}

    .topnav.custom > li.topuser > a img {
        margin: -3px 12px 9px 0;
        float: left;
        box-shadow: 0 1px 1px #202020, 0 1px 1px #ccc inset;
        -webkit-box-shadow: 0 1px 1px #202020, 0 1px 1px #ccc inset;
        -moz-box-shadow: 0 1px 1px #202020, 0 1px 1px #ccc inset;
    }

.topnav.custom > li.topuser .caret {
    margin: 0;
    display: inline-block;
    border: 0;
    background: url(/shared/client/1037E32B-6B0F-490D-AB29-64AB96A02735/images/arrow_down_custom.png);
    background-repeat: no-repeat;
    background-position: 4px 3px;
    height: 16px;
    width: 16px;
}

.topnav.custom > li > a > b {
    background: url(../images/icons/topnav/top-buttons.png);
    height: 16px;
    width: 16px;
    display: block;
    -webkit-transition: all ease-in-out .1s;
}

footer {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    padding: 10px;
    clear: both;
    margin-top: 10px;
    border-top: 1px solid #a9a9a9;
}

.sidebar div.left-logo {
    padding: 5px 5px 0 5px;
    width: 208px;
    border: 1px solid #d5d5d5;
    margin-bottom: 20px;
    background-color: #f0f0e6;
}

.sidebar.show-sidebar {
    display: block !important;
}

.navigation > li.title > span {
    display: block;
    float: left;
    margin: 4px 10px 0 0;
    width: 14px;
    height: 14px;
    background: url(../images/icons/mainnav/nav-sprite.png) no-repeat 0 0;
}

    .navigation > li.title > span.menu-dashboard {
        background-position: -1px 0;
    }

.navigation li ul li a,
.navigation li ul li a:hover {
    color: #000033;
    font-size: 11px;
    display: block;
    padding: 3px 0 3px 3px;
    text-decoration: none;
}

.navigation > li > ul > li.current > a, .navigation > li > ul > li.current > a:hover, .separator-doubled:after, .sidebar .separator-doubled:after, .sidebar .separator-alt:after {
    background: #ffe4b5 none;
    color: black;
}

.navigation li ul li a:hover {
    background-color: #ffe4b5;
}

@media (max-width: 768px) {
    #CustomWrapper, header {
        width: 720px;
    }

    .register {
        width: 600px;
    }

    header #Logo {
        width: 200px;
    }

    .topnav.custom li.side-bar-button {
        display: block;
    }

    .sidebar {
        position: relative;
        width: 100%;
    }

    #CustomTopHeading {
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 700px) {
    #CustomWrapper, header {
        width: 640px;
    }

    .register,
    .password {
        width: 450px;
    }

    header #Logo {
        width: 170px;
    }

    .topnav.custom li.side-bar-button {
        display: block;
    }

    .sidebar {
        position: relative;
        width: 100%;
    }

    #CustomTopHeading {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    #CustomWrapper, header {
        width: 450px;
    }

    .register,
    .password {
        width: 350px;
    }

    header #Logo {
        width: 130px;
    }

    .topnav.custom li.side-bar-button {
        display: block;
    }

    .sidebar {
        position: relative;
        width: 100%;
    }

    .user-label {
        display: none;
    }

    #CustomTopHeading {
        display: none;
    }
}

.humanities-init {
    font-weight: normal;
    color: #000033;
}

#cpcrm_ba_status_1_education,
#cpcrm_visiting_position_3_education,
#cpcrm_sabbatical_pay_eligible,
#cpcrm_visiting_position,
#cpcrm_visiting_position,
#cpcrm_humanities_initiative {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.ref-table a.btn {
    color: blue;
    font-weight: normal;
}

.ref-table a.btn:hover {
    color: #828585;
    text-decoration: underline;
}

.ref-table a.btn.active,
.ref-table a.btn:active,
.ref-table a.btn-group.open .ref-table a.btn.dropdown-toggle {
    background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
    color: #828585;
    border: 1px solid #d5d5d5;
}

label.checkbox {
    padding: 15px !important;
}