@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 1.2em;
    -webkit-font-smoothing:antialiased;
}

a {
    text-decoration: none;
    color: #076DB0;
    font-weight: normal;
}

dd {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-left: 15em;
    font-size: 0.9em;
}

dt {
    clear: both;
    font-weight: bold;
    float: left;
    padding-top: .5em;
    padding-bottom: .5em;
    margin: 0;
    font-size: 0.9em;
    width: 15em;
}

dl {
    width: 80%;
    white-space: nowrap;
}

form {
    width: 97%;
    margin-left: 1.5%;
}

tr.hilight {
    background-color: #EDF5EF;
}

.core-separator {
    border-bottom: 1px solid #CCC;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
}

button.core-button {
    margin: 5px;
}

.header {
    background: #207cca;
    background: -moz-linear-gradient(-45deg,  #207cca 0%, #246cb5 26%, #2989d8 51%, #2989d8 51%, #2F9F4F 89%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#207cca), color-stop(26%,#246cb5), color-stop(51%,#2989d8), color-stop(51%,#2989d8), color-stop(89%,#2F9F4F));
    background: -webkit-linear-gradient(-45deg,  #207cca 0%,#246cb5 26%,#2989d8 51%,#2989d8 51%,#2F9F4F 89%);
    background: -o-linear-gradient(-45deg,  #207cca 0%,#246cb5 26%,#2989d8 51%,#2989d8 51%,#2F9F4F 89%);
    background: -ms-linear-gradient(-45deg,  #207cca 0%,#246cb5 26%,#2989d8 51%,#2989d8 51%,#2F9F4F 89%);
    background: linear-gradient(135deg,#2F9F52 0%,#2F9F4F 20%,#246cb5 45%,#2989d8 75%,#2989d8 75%,#207cca 89%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207cca', endColorstr='#77c66b',GradientType=1 );
    color: #FFF;
    height: 60px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.patronHeader {
    background: #f1f6fa;
    background: -moz-linear-gradient(top, #f1f6fa 0%, #cddcef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f6fa), color-stop(100%,#cddcef));
    background: -webkit-linear-gradient(top, #f1f6fa 0%,#cddcef 100%);
    background: -o-linear-gradient(top, #f1f6fa 0%,#cddcef 100%);
    background: -ms-linear-gradient(top, #f1f6fa 0%,#cddcef 100%);
    background: linear-gradient(to bottom, #f1f6fa 0%,#cddcef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f6fa', endColorstr='#cddcef',GradientType=0 );
    color: #FFF;
    height: 60px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.gradientHolder{
    display: block;
    width: 100%;
    height: 60px;
}

.gradientHeader{
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    background: url('bannerGradient.png');
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.homeLink {
    width: 25%;
    display: inline;
    position: relative;
    top: 20px;
    min-width: 155px;
    margin-left: 20px;
    float: left;
}

.homeAnchor {
    color: #FFFFFF !important;
    text-decoration: none !important;
}


.header > a {
    font-weight: bold;
    display: inline-block;
    float: left;
    color: #FFF;
    text-decoration: none;
    margin: 22px 0 0 30px;
}

.header > a > i {
    margin-right: 10px;
    vertical-align: baseline;
}

.branding {
    text-align: center;
    margin: 0 auto;
    width: 30em;
    font-size: 1.2em;
    font-weight: normal;
}

.branding > a > img {
    max-height: 45px;
}

.brandingHolder {
    height: 61px;
    display: table-cell;
    vertical-align: middle;
}

.login-info {
    font-weight: bold;
    display: inline-block;
    float: right;
    margin-right: 30px;
    line-height: 24px;
    position: absolute;
    top: 6px;
    right: 0;
    font-size: .9em;
}

.institution-name {
    font-weight: normal;
    display: block;
    color:  #FFFFFF;
}

.login-name {
    border-right: 1px solid #FFF;
    padding-right: 10px;
    color:  #FFFFFF;
}

.headerTitle {
    margin-left: 0.25em;
    font-weight: normal;
    font-size: .9em;
}

.logout {
    float: right;
}

.logout > a {
    margin-left: 10px;
    color: #FFF;
    text-decoration: none;
}

.navigation {
    height: 75px; white-space: nowrap; overflow: hidden; position: relative;
    color: #076DB0;
    background-color: #EFEFEF;
}

.navigation a:hover {
    text-decoration: none !important;
}

.right-support-links {
    display: inline-block;
    float: right;
    margin-right: 30px;
    line-height: 18px;
    font-size: .9em;
    position: absolute;
    top: 2px;
    right: 0;
    text-align: right;
}

#navigation-dropdown {
    display: inline-block;
    float: left;
    height: 100%;
    color: #000;
    white-space: normal;
    width: 12em;
    padding: 10px 14px;
    border-right: 1px solid #D2D6D9;
    cursor: pointer;
    background: #FFFFFF!important;
}

#navigation-dropdown-options {
    display: none;
    position: absolute;
    background: #FFFFFF;
    width: auto;
    white-space: normal;
    z-index: 1;
    width: 13.7em;
    padding: 6px 0px;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #d6d6d6;
}

.nav-dropdown-option {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 2px 20px;
}

.nav-dropdown-option:hover {
    background-color: #0B76B8;
    color: #FFF !important;
    text-decoration: none;
}

.tab-button {
    display: inline-block;
    float: left;
    width: auto;
    height: 100%;
    padding: 10px 16px;
    color: #076DB0;
    text-decoration: none;
}

.navigation.kb .tab-button, .navigation.home .tab-button  {
    padding: 10px 64px;
}

.navigation.profile .tab-button, .navigation.admin .tab-button {
    padding: 10px 24px;
}

.tab-button:hover, .tab-button.selected, #navigation-dropdown {
    background: #fefffd;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGY0ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fefffd 0%, #e8f4ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefffd), color-stop(100%,#e8f4ff));
    background: -webkit-linear-gradient(top,  #fefffd 0%,#e8f4ff 100%);
    background: -o-linear-gradient(top,  #fefffd 0%,#e8f4ff 100%);
    background: -ms-linear-gradient(top,  #fefffd 0%,#e8f4ff 100%);
    background: linear-gradient(to bottom,  #fefffd 0%,#e8f4ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefffd', endColorstr='#e8f4ff',GradientType=0 );
}

.tab-button.selected {
    border-left: 1px solid #D2D6D9;
    border-right: 1px solid #D2D6D9;
}

.right-support-links > a {
    display: block;
    text-decoration: none;
    color: #076DB0;
    font-weight: normal;
}

.tab-button > i {
    margin: 6px 0;
    width: 100%;
    text-align: center;
}

.tab-text {
    font-size: 1em;
    color: #434343;
    font-weight: normal;
    text-align: center;
}

.service-name {
    font-weight: bold;
    display: inline-block;
    width: 160px;
    line-height: 25px;
}

.select-service-text {
    font-size: .8em;
    text-transform: Uppercase;
}

.dropdown-arrow {
    float: right;
    margin-top: 3px;
}

.pagetitle {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 300;
    margin: 1.25em 1em 0.5em 0.1em;
}

.page-content {
    width: 97%;
    margin-left: 1.5%;
}

.note-container {
    background-color: #EDF5EF;
    line-height: 24px;
    padding: 5px 10px;
    margin-left: 40px;
}

.sub-navigation-bar {
    width: 100%;
    background-color: aliceblue;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    font-size: .9em;
}

.sub-navigation-bar > * {
    margin: 0 15px;
    padding: 5px 0;
}

.sub-navigation-bar > a {
    color: #000;
    text-decoration: none;
}

.sub-navigation-bar.active-blue .active-tab {
    border-bottom: 4px solid #076DB0 !important;
}

.active-tab {
    display: inline-block;
    border-bottom: 4px solid #FF9000;
    font-weight: bold;
    background-color: #FFF;
    margin: 0 !important;
    padding: 5px 15px !important;
}

.core-tabs .core-tab {
    padding: 5px 0;
}
.core-tabs .core-tab a {
    font-weight: normal;
}

.core-tabs .core-tab.core-active {
    background-color: #FF9000 !important;
    padding-bottom: 7px;
}
.core-tabs .core-tab.core-active a {
    font-weight: bold;
    font-size: 0.9em;
}
.core-tabs .core-tab.core-tab-title {
    font-weight: normal;
    font-size: 0.9em;
}

.active-tab-link {
    display: inline-block;
    margin: 0 !important;
    padding: 5px 15px !important;
}

.core-alert {
    width: 95%;
    margin-left: 1.5%;
    margin-top: 1em;
}

.core-alert-icon {
    vertical-align: middle !important;
}

.heightfix.core-button-standard,
.heightfix.core-button-primary,
.heightfix.core-button-subtle {
    height: 25px !important;
}

.bounded-button-bar {
    margin: 15px 0;
    height: 60px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.privacypolicy-div {
    color: #ffffff;
    font-size: 0.9em;
    border-radius: 15px;
    background: #2178b5;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
}
.privacypolicy-div a {
    color: #ffffff;
    text-decoration: underline;
}