@font-face {
    font-family: 'Muli';
    src: url('/myols/fonts/muli.woff2') format('woff2'),
    url('/myols/fonts/muli.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Muli';
    src: url('/myols/fonts/muli-bold.woff2') format('woff2'),
    url('/myols/fonts/muli-bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

body, html {
    font-family: 'Muli', Arial, sans-serif;
    color: #222;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    background: #fff;
    line-height: 1.5em;
    height: 100%;
}

.OLSmainDiv {
    position: relative;
    min-width: 900px;
    border: none;
    text-align: left;
    margin: 0px auto;
    min-height: 100%;
}

p {
    margin: 1em 0px;
    line-height: 1.5em;
}

a.light {
    color: #FFFFFF;
}

a, .ols_sorting_head, .sortcol {
    color: #E82C2A;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

a:hover, .ols_sorting_head:hover, .sortcol:hover {
    text-decoration: underline;
    color: #3A84B6;
}

a:active, .ols_sorting_head:active, .sortcol:active {
    color: #3A84B6
}

a img {
    border: none;
}

a img {
    border: none;
}

.asc, .sortasc {
    background-image: url(/myols/img/sort_asc.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 17px !IMPORTANT;
}

.desc, .sortdesc {
    background-image: url(/myols/img/sort_desc.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 17px !IMPORTANT;
}

table.thin {
    border-style: solid;
    border-width: thin;
}

td.middle {
    padding: 0px 20px;
}

td.small {
    font-size: 10px;
    text-align: left;
}

th {
    text-align: left;
}

table.formattedTable {
    border-collapse: collapse;
}

table.formattedTable > tr > td,
table.formattedTable > tr > th,
table.formattedTable > tbody > tr > td,
table.formattedTable > tbody > tr > th,
table.formattedTable > thead > tr > th,
table.formattedTable > tfoot > tr > td,
table.formattedTable > tfoot > tr > th {
    padding: 4px 10px;
    border-bottom: solid 1px #DDD;
    text-align: left;
}

table.formattedTable > thead > tr > th,
table.formattedTable > tfoot > tr > td{
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .2);
    background-color: #f6f6f6;
    font-weight: bold;
}

table.formattedTable > thead > tr > th.sorting,
table.formattedTable > thead > tr > th.sorting_asc,
table.formattedTable > thead > tr > th.sorting_desc {
    padding-right: 18px;
}

table.formattedTable > tr > td,
table.formattedTable > tbody > tr > td {
    vertical-align: middle;
    color: #666666;
}

table.formattedTable > tr:hover > td,
table.formattedTable > tbody > tr:hover > td {
    color: #000000;
    cursor: default;
}

table.formattedTable .r {
    text-align: right;
}

table.formattedTable .c {
    text-align: center;
}

table.formattedTable > tr.TPPaid > td,
table.formattedTable > tbody > tr.TPPaid > td {
    color: #ccc;
}

table.formattedTable > tr.TPPaid > td small span
table.formattedTable > tbody > tr.TPPaid > td small span {
    color: #666;
}

table.formattedTable .nw{
    white-space: nowrap;
}

.ar,
table.formattedTable > tbody > tr > td.ar,
table.formattedTable > tbody > tr > th.ar{
    text-align: right;
}

table.formattedTable td.nb, table.formattedTable th.nb {
    border: none;
}

table.formattedTable.dataTable.no-footer {
    border-bottom: none;
}

table.formattedTable.dataTable tfoot th, table.formattedTable.dataTable tfoot td {
    border-top: none;
}

table.formattedTable.dataTable {
    width: 100% !important;
}

h1, h2, h3, h4 {
    font-weight: 600;
    font-family: 'Muli', Arial, sans-serif;
}

h1 {
    text-transform: uppercase;
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
    font-style: italic;
}

h4 {
    font-size: 12px;
    color: #56543F; /*font-weight:bold;*/
}

textarea {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: 150px;
}

input.small {
    font-size: 9px;
}

select.small {
    font-size: 9px;
}

body.small {
    font-size: 9px;
}

.sideNav {
    position: relative;
    z-index: 5;
}

.sideNav .title {
    font-size: 16px;
    padding: 20px 0 5px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    color: #FFFFFF;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}

.sideNav .title:first-child {
    padding-top: 0;
}

.sideNav a {
    display: block;
    padding: 4px 1px 5px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    text-align: left;
    color: #fff;
}

.sideNav a:hover {
    text-decoration: none;
    background: #E82C2A;
}

div.actionmessage, div.errormessage {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    position: absolute;
    top: 80px;
    left: 350px;
    z-index: 9;
    line-height: 20px;
    padding: 0 10px;
    border: 1px solid #000;
    background: #fff;
    background: rgba(256, 256, 256, .8);
}

div.actionmessage {
    border-color: #339900;
    color: #006600;
    background: #dfd;
    background: rgba(200, 256, 200, .8);
}

div.errormessage {
    border-color: #990000;
    color: #660000;
    background: #fdd;
    background: rgba(256, 200, 200, .8);
}

.subcontent div.errormessage, .subcontent div.actionmessage {
    position: static;
    z-index: auto;
}

div.devenvironment {
    background-color: #FF0000;
    font-size: 14px;
    width: 79%;
    font-weight: bold;
    text-align: center;
    margin-left: 45px;
    margin-right: 45px;
    position: relative;
}

div.content {
    text-align: left;
    margin-left: 171px;
    /*z-index: 5;*/
    /*right:0px;*/
    top: 0px;
    position: relative;
    padding: 15px 20px 20px 20px;
}

div.contenttitle {
    font-size: 24px;
    color: #555;
    font-weight: normal;
    line-height: 24px;
    padding: 15px 20px 15px 20px;
    position: relative;
    margin: -15px -20px 0 -20px;
    background: #f2f2f2;
}

div.contenttitle+div.subcontent, div.contenttitle+.menu, div.contenttitle+.subcontent-tabs{
    margin-top: 20px;
}

div.subcontenttitle {
    font-size: 14px;
    margin-top: -1px;
    margin-left: -21px;
    margin-right: -21px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 22px;
    background: #3A84B6;
    padding: 4px 5px 6px 10px;
}

div.subcontenttitle a {
    color: #fff;
    font-weight: normal;
}

div.subcontent {
    line-height: normal;
    border: solid 3px #3A84B6;
    margin-top: 0;
    padding: 0 20px 10px 20px;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

div.sidecontent {
    width: 170px;
    margin: 0px;
    text-align: left;
    border-left: none;
    border-bottom: none;
    position: absolute;
    left: 0px;
    top: 105px;
    bottom: 0;
    z-index: 6;
    background: #3A84B6;
    overflow: auto;
}

div.topbar {
    width: 100%;
    height: 85px;
    position: relative;
    text-align: left;
    background: #fff;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    z-index: 6;
    border-bottom: solid 20px #3A84B6;
}

#sis-logo {
    height: 80px;
    width: 200px;
    background: url("/myols/img/logo-WL.png?v=2") top left no-repeat;
    background-size: contain;
    position: absolute;
    left: 5px;
    top: 5px;
    background-position: center;
}

#sis-logo.wa {
    background-image: url("/myols/img/logo-WA.png?v=2");
}

#sis-logo.lanv {
    background-image: url("/myols/img/logo-LANV.png");
}

#sis-logo.lautah {
    background-image: url("/myols/img/logo-LAU.png?v=2");
}

#sis-logo.wacolorado {
    background-image: url("/myols/img/logo-WAC.png");
}

#logo {
    margin-left: 25px;
    margin-top: 20px;
    border: none;
}

#sis-person-search{
    position: absolute;
    top: 23px;
    left: 500px;
    height: 33px;
}
#sisHeaderNameBox{
    background: url('/myols/img/search.png') no-repeat left center;
    background-size: contain;
    padding: 5px 5px 5px 30px;
    border: solid 4px #1F85B1;

}

.topbar .siteTag {
    font-size: 14px;
    color: #000;
    padding-left: 30px;
    border-left: 1px solid #eee;
    position: absolute;
    left: 235px;
    top: 15px;
    line-height: 50px;
    width: 220px;
}

.topbar .siteTag a {
    color: #000;
}

.topbar #siteContactBlock {
    position: absolute;
    right: 10px;
    top: 25px;
    text-align: right;
    line-height: 20px;
    background: #f3f3f3;
    padding: 5px 10px 5px 20px;
    border-radius: 16px;
}
.topbar #siteContactBlock:before{
    content:"Support: ";
    font-size: 16px;
    color:#e82c2a ;
}
.topbar #siteContactBlock a{
    margin: 0 5px;
}


div.bigtopbar {
    width: 900px;
    height: 130px;
    left: 176px;
    top: 0px;
    position: absolute;
    padding-top: 5px;
    text-align: center;
}

div.contentbar {
    display: inline;
}

div.bigcontentbar {
    width: 900px;
    left: 176px;
    top: 136px;
    position: absolute;
    text-align: center;
}

div.logoutbar {
    top: 4px;
    position: absolute;
    text-align: right;
    right: 20px;
}

.ols_version {
    color: #060;
    position: absolute;
    left: 350px;
    top: 15px;
    font-size: 24px;
    text-shadow: 1px 1px 2px #CFC;
    font-weight: bold;
}

ul.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: auto;
}

div.subcontent ul.menu {
    margin: 0 -20px;
}

li.menu {
    display: block;
    padding: 0 8px;
    margin: 0;
    line-height: 20px;
    height: 20px;
    float: left;
}

li.currPage {
    background-color: #ddd;
    text-shadow: -1px -1px 1px #fff;
}

.collapse, .box {
    border: 2px dotted #74A8CB;
    padding: 0 1em .5em;
    z-index: 1;
}

.collapse p, .collapse h3, .box p {
    margin: .5em 0px;
    padding: 0px;
}

.collapse_visible {
    z-index: 3;
}

.collapse p, .collapse div, .collapse table, .collapse span {
    display: none;
}

.collapse_visible p, .collapse_visible div, .collapse_visible table, .collapse_visible span {
    display: block;
}

.collapse_visible .collapse p,
.collapse_visible .collapse div,
.collapse_visible .collapse table,
.collapse_visible .collapse span {
    display: none;
}

.collapse_visible .collapse_visible p,
.collapse_visible .collapse_visible div,
.collapse_visible .collapse_visible table,
.collapse_visible .collapse_visible span {
    display: block;
}

.collapse_visible .collapse_visible .collapse p,
.collapse_visible .collapse_visible .collapse div,
.collapse_visible .collapse_visible .collapse table,
.collapse_visible .collapse_visible .collapse span {
    display: none;
}

.collapse_visible .collapse_visible .collapse_visible p,
.collapse_visible .collapse_visible .collapse_visible div,
.collapse_visible .collapse_visible .collapse_visible table,
.collapse_visible .collapse_visible .collapse_visible span {
    display: block;
}

.collapse h3 {
    cursor: pointer;
    font-weight: normal;
}

.collapse h3:hover {
    text-decoration: underline;
}

input[type="submit"],
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="file"],
select,
option,
button{
    cursor: pointer;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="file"]:hover, select:hover, option:hover {
    color: #0000FF;
}

.button{
    display: inline-block;
    text-decoration: none;
    background: #1F85B1;
    color: #fff;
    border: solid 4px #fff;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    transition: all .2s;
    white-space: nowrap;
}
.button:hover{
    background: #fff;
    color: #000;
    border-color: #1F85B1;
    text-decoration: none;
}
.button:active{
    background: #F0E551;
    border-color: #000;
}

input[type="text"]:focus, textarea:focus {
    /*border: inset 1px #0000FF;*/
    background-color: #FFFFCC;
    color: #0000FF;
}

.collapseHolder {
    display: inline;
    position: relative;
    height: 2em;
    padding-right: 1px;
}

.collapseHolder_visible {
    z-index: 3;
}

.collapseHolder .collapse {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    padding: 1px 4px;
    z-index: 1;
}

.collapseHolder .collapse_visible {
    width: 200px;
    z-index: 3;
}

.collapseHolder .collapse h3 {
    margin: 0px;
}

.blue {
    color: #0000FF;
}

table.preContentTable {
    border-collapse: collapse;
    width: 944px;
    margin: 0px auto;
}

form {
    margin: 0px;
    padding: 0px;
}

ul, ol {
    margin-top: 1em;
    margin-bottom: 1em;
}

table.JSmultiSelect {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.JSmultiSelectLEFT, .JSmultiSelectRIGHT {
    width: 49%;
    padding: 0px;
}

table.JSmultiSelect select {
    width: 100%;
}

.errorString {
    color: #F00 !IMPORTANT;
    font-weight: bold;
    display: block;
}

.notice {
    border: solid 1px #FFCC00;
    color: #403900;
    background-color: #FFFFE0;
    padding: 10px 15px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bl {
    border-left: solid 1px #E2DED2;
}

.bt {
    border-top: solid 1px #E2DED2;
}

.br {
    border-right: solid 1px #E2DED2;
}

.bb {
    border-bottom: solid 1px #E2DED2;
}

#ajaxEnrollmentAgreementText {
    border: solid 1px #E2DED2;
    padding: 20px 25px;
    height: 250px;
    overflow: auto;
    margin: 10px 0px;
    text-align: left;
}

div.autocomplete {
    position: absolute;
    width: 250px ! important;
    background-color: white;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .4);
    border-radius: 0 3px 3px 3px;
    background-clip: padding-box;
    opacity: .95;
}

div.autocomplete ul {
    color: #555;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.autocomplete ul li.selected {
    background-color: #69f;
    color: #fff
}

div.autocomplete ul li {
    font-size: 11px;
    line-height: 1.2;
    background-color: #fff;
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 2px 6px;
    cursor: pointer;
}

div.autocomplete ul li small, .ui-autocomplete small {
    color: #ddd;
}

.olsMediaListItem {
    padding: 10px 30px;
    border-top: solid 1px #E2DED2;
    clear: both;
}

.olsMediaListItem h3 {
    margin: 0px -20px;
}

.olsMediaListItemDetails {
    color: #999;
    font-size: smaller;
}

.olsMediaListItemDetails span {
    margin-right: 20px;
}

#theSearchBox {
    border: solid 1px #974C50;
    margin: 0px;
    background-color: #2E0505;
    color: #d6999c;
    padding: 1px 5px;
    font-size: 12px;
    width: 125px;
}

#theSearchImage {
    margin: 0px;
}

.TopSearchForm {
    position: absolute;
    bottom: 2px;
    right: 5px;
}

/* Section Costs Details Table */
.registrationCostTableHeader th {
    border-bottom: solid 2px #56543F !IMPORTANT;
}

.cohortHead td {
    background-color: #EEEEDD;
    border-top: solid 2px #56543F;
    font-weight: bold;
}

.cohortTotal td {
    background-color: #EEEEDD;
    border-bottom: solid 1px #56543F !IMPORTANT;
    font-weight: bold;
}

.grandTotal td {
    background-color: #EEEEDD;
    border-bottom: solid 2px #56543F !IMPORTANT;
    border-top: solid 2px #56543F;
    font-weight: bold;
    font-size: larger;
}

.cohortClassHeader td {
    color: #CCCCCC !important;
    font-style: italic;
}

#tagBlock {
    margin-bottom: 30px;
}

#tagBlock h3, #tagBlock .tag {
    margin: 0px;
    padding: 3px 5px;
}

#tagBlock .tag a.sis_tagger_remove {
    float: right;
}

div#visibilityFormHolder {
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 8;
}

div#visibilityForm {
    position: fixed;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -150px;
    height: 300px;
    width: 300px;
    z-index: 9;
    background-color: #FFF;
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: solid 3px #ccc;
    padding: 10px;
}

div#visibilityForm a.closeA {
    display: block;
    text-align: right;
    padding: 0px 6px;
}

.graduationReqirmentsTable tr:hover {
    background-color: #FFF;
}

a.nolink {
    cursor: default;

}

a.nolink:hover {
    text-decoration: none;
    color: #058;
}

.ajaxPersonalInfoForm.singleColumn {
    float: left;
    width: 330px;
}

.relationInfoContainer {
    float: right;
    width: 330px;
    position: relative;
    overflow: auto;
    padding: 10px 10px 20px;
}

.relationInfo {
    border-top: solid 1px #eee;
    clear: left;
    left: 10px;
}

.relationInfoTab, .removeParentTab {
    float: left;
    display: block;
    line-height: 30px;
    padding: 0px 10px;
}

.removeParentTab {
    text-align: right;
    width: 135px;
    font-weight: normal;
    font-size: 10px;
}

.ajaxPersonalInfoForm .collapseHolder {
    display: block;
    height: 20px;
    left: -10px;
}

.ajaxPersonalInfoForm .collapseHolder .collapse {
    width: 170px;
}

.personalInfoButtonHolder {
    clear: both;
    text-align: left;
    padding-left: 50px;
}

.ajaxPersonalInfoForm input[disabled], .ajaxPersonalInfoForm select[disabled] {
    background: none;
    border: none;
}

.ajaxPersonalRelationsFormRelationsBox {
    width: 230px;
    margin-right: 20px;
}

hr {
    border: none;
    border-bottom: solid 3px #000;
}

.SISpopupHolder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(/myols/img/50black.png) repeat;
    z-index: 9;
}

.SISpopupHolder > a {
    color: #fff;
    position: absolute;
    top: 25%;
    height: 20px;
    line-height: 20px;
    width: 300px;
    text-align: right;
    left: 50%;
    margin: -20px 0 0 -150px;
    z-index: 9;
}

.SISpopup {
    position: absolute;
    height: 50%;
    top: 25%;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: 0 10px 100px #000;
    padding: 0;
}

div.SISpopup {
    margin-left: -180px;
    padding: 5px 30px;
    overflow: auto;
}

iframe.SISpopup {
    padding: 0;
}

.announcements {
    border-color: #c10 !important;
    margin-bottom: 20px;
}

.announcementstitle {
    background-color: #c10 !important;
}

.sumTable {
    margin: 20px;
    text-align: right;
}

.sumTable td, .sumTable th {
    text-align: right;
    padding: 2px 10px;
}

.transTable {
    border-collapse: collapse;
    margin: 0 0 40px;
}

.transTable td, .transTable th {
    padding: 2px 5px;
    border-bottom: solid 1px #E2DED2;
    height: 24px;
    vertical-align: middle;
    color: #999999;
}

.transTable tr:hover td, .transTable tr:hover th {
    color: #000000;
}

.transTable .AppliesToPersonHeader td {
    height: 14px;
    border-top: double 3px #E2DED2;
    background-color: #E3ECEC;
}

.transTable .AppliesToPersonHeader a:hover {
    text-decoration: none;
}

.transTable .AppliesToPersonRow td {
    background-color: #F7F8F8;
}

.transTable .AppliesToPersonRow.last td, .transTable .AppliesToPersonHeader.collapsed td {
    border-bottom: double 3px #E2DED2;
}

#studentaccount-class-amountDueDetails {
    position: absolute;
    top: 5px;
    left: -150px;
    width: 600px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    background: #fff;
}

#studentaccount-class-amountDueDetails > a {
    position: absolute;
    top: 0;
    right: 2px;
}

iframe.subcontent-iframe {
    border: none;
    width: 100%;
    height: 600px;
}

ul.subcontent-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 25px;
}

ul.subcontent-tabs li {
    display: block;
    float: left;
}

ul.subcontent-tabs li a {
    display: block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 15px;
    margin-right: 1px;
    background: #eee;
    border-radius: 3px 3px 0 0;
    color: #444;
}

ul.subcontent-tabs li.selected a {
    color: #fff;
    background: #3A84B6;
}

.authnet_paymentProfile_select {
    list-style: none;
    margin: 0;
    padding: 0;
}

.paymentProfileIdRB {
    visibility: hidden;
    width: 0;
    padding: 0;
    margin: 0;
}

.ols_authnet_paymentProfile, input:checked + .ols_authnet_paymentProfile {
    display: inline-block;
    padding: 10px 20px 15px;
    border: solid 1px #bbf;
    min-width: 200px;
    color: #000;
    margin-bottom: 1px;
    cursor: pointer;
    transition: all .2s;
    background: #eef;
}

.ols_authnet_paymentProfile span {
    display: block;
}

.ols_authnet_paymentProfile:hover {
    color: #777;
    border-color: #ccf;
}

input + .ols_authnet_paymentProfile {
    border-color: #eef;
    background: #fff;
    color: #999;
}

.ols_authnet_paymentProfile-title {
    opacity: .5;
    font-size: 1.4em;
    margin-bottom: 5px;
}

.ols_authnet_paymentProfile-extra {
    opacity: .5;
}

.ols_authnet_paymentProfile-accountNumber {
    font-size: 1.3em;
}

body.iframe div.actionmessage, body.iframe div.errormessage {
    position: static;
    top: 0;
    left: 0;
    right: auto;
}

body.iframe.padded, body.padded {
    padding: 20px 40px;
}

.mystudents_sor_approval_history small {
    color: #ccc;
}

section {
    text-align: center;
    padding: 5%;
}

section div.container {
    width: 1200px;
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
}

section.header {
    background: #74A8CB;
}

section.even {
    background: #f3f3f3;
}

section.odd {
    background: #fff;
}

fieldset {
    border: solid 1px #eee;
    padding: 5px 30px;
    margin: 10px 5px;
}

#ols_communication_alerts, .ols_communication_alerts {
    border: solid 3px #cc0000;
    background: #fcc;
    margin: 0;
    padding: 10px;
    line-height: 17px;
    list-style: none;
}

#ols_communication_alerts li, .ols_communication_alerts li {
    line-height: 17px;
    background: transparent url(/myols/img/alert-green.png) top left no-repeat;
    padding: 1px 0 1px 20px;
}

#ols_communication_alerts li.alert_enrollment,
.ols_communication_alerts li.alert_enrollment{
    background-image: url(/myols/img/alert-blue.png);
}

#ols_communication_alerts li.alert_person,
.ols_communication_alerts li.alert_person{
    background-image: url(/myols/img/alert-green.png);
}

#ols_communication_alerts li.alert_confidential,
.ols_communication_alerts li.alert_confidential{
    background-image: url(/myols/img/alert.png);
}

#global_waiting, #global_saved_splash {
    background: #fff;
    opacity: 0.8;
    visibility: visible;
    cursor: wait;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    transition: all .7s;
    text-align: center;
}

@keyframes progress-bg {
    from {background-position: 0 center;}
    to { background-position: -50px center;}
}
.global_waiting_progress_frame,.global_waiting_progress_frame>div{
    animation-name: progress-bg;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: linear;
}
.global_waiting_progress_frame{
    position: relative;
    display: inline-block;
    width: 80%;
    height: 30px;
    vertical-align: middle;
    border: solid 4px #1F85B1;
    box-shadow: inset -2px 2px 0 rgba(0,0,0,.2);
    background: #fff url(/myols/img/progress.png) 0 center;
}
.global_waiting_progress_frame>div{
    background: #1F85B1 url(/myols/img/progress.png) 0 center;
    height: 100%;
    transition: width 2s;
    box-shadow: inset 2px 2px 0 rgba(0,0,0,.2), 2px 0 0 rgba(0,0,0,.2);
}
.global_waiting_progress_frame>div.unknown{
    opacity: 0;
}


#global_saved_splash {
    background: #efe;
    z-index: 99999;
    cursor: default;
}

#global_saved_splash:after {
    content: 'Saved!';
    color: #00CC00;
    font-size: 70px;
    display: inline-block;
    vertical-align: middle;
}

#global_saved_splash:before, #global_waiting:before {
    content: '';
    height: 100%;
    width: 1px;
    display: inline-block;
    vertical-align: middle;
}

#global_waiting.hidden, #global_saved_splash.hidden {
    opacity: 0;
    visibility: hidden;
}

#SISpopUpAlertWrapper > div {
    padding: 20px;
}

.icon_metrics:before {
    content: url(/myols/img/metrics.png);
    vertical-align: middle;
}

.icon_clock:before {
    content: url(/myols/img/clock.png);
    vertical-align: middle;
}

.icon_pencil:before {
    content: url(/myols/img/pencil_icon.png);
    vertical-align: middle;
}

.icon_pencil_notification:before {
    content: url(/myols/img/pencil_notification_icon.png);
    vertical-align: middle;
}

.icon_mail:before {
    content: url(/myols/img/mail.png);
    vertical-align: middle;
}

.icon_mail_notification:before {
    content: url(/myols/img/mail_notification_icon.png);
    vertical-align: middle;
}

.icon_calendar:before{
    content: '';
    background: url(/myols/img/calendar-icon.png) no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
}

.icon_canvas:before,
.icon_section_canvas:before{
    content: '';
    background: url(/myols/img/canvas_icon.png) no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
}
.icon_hubspot:before {
    content: '';
    background: url(/myols/img/hubspot-sprocket.png) no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
}
.icon_books:before,
.icon_section_books{
    content: '';
    background: url(/myols/img/books.png) no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
}
.icon_section_dates:before{
    content: '';
    background: url(/myols/img/calendar-icon.png) no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
}
.icon_section_roles:before{
    content: '';
    background: url(/myols/img/people.png) no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
}
.icon_alert:before{
    content: '';
    background: url(/myols/img/alert-green.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
}
.icon_alert.alert_enrollment:before{
    background-image: url(/myols/img/alert-blue.png);
}
.icon_alert.alert_confidential:before,
.icon_alert.alert_enrollment.alert_confidential{
    background-image: url(/myols/img/alert.png);
}

.icon_dollar_grey:before,
.icon_dollar_green:before,
.icon_dollar_yellow:before,
.icon_dollar_red:before,
.icon_dollar_orange:before{
    content: '$';
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    background: #ddd;
    color: #999;
    vertical-align: middle;
}

.icon_dollar_green:before {
    background: #aea;
    color: #090;
}

.icon_dollar_yellow:before {
    background: #fe8;
    color: #e90;
}

.icon_dollar_orange:before {
    background: #d60;
    color: #fc0;
}

.icon_dollar_red:before {
    background: #faa;
    color: #d44;
}

.icon_help:before{
    content: '?';
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    background: #EEF;
    color: #1F85B1;
    border: solid 2px #1F85B1;
    vertical-align: middle;
    transition: all 2s;
    transition-timing-function: cubic-bezier(0.39, 3, 0.65, -2.03);
}
.icon_help.icon_hidden:before{
    opacity: 0;
    transform: scale(2);
}

.subcontenttitle .icon_help:before{
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.icon_plus:before{
    content: '+';
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size:30px;
    line-height: 12px;
    text-align: center;
    color:#999;
}

.icon_refresh:before{
    content: '';
    background: url(/myols/img/sync-gray.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
}
.icon_plus, .icon_refresh{
    display: inline-block;
    vertical-align: middle;
}

.icon_email{
    content: '';
    background: url(/myols/img/icon-email.svg?v2) no-repeat center center;
    width: 20px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    position: relative;
    top: 2px;
}
.icon_phone{
    content: '';
    background: url(/myols/img/icon-phone.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    position: relative;
    top: 2px;
}
.icon_chat{
    content: '';
    background: url(/myols/img/icon-chat.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    position: relative;
    top: 2px;
}

.hover_label, .hover_label_span {
    cursor: help;
    position: relative;
}

.tag_label{
    display: inline-block;
    padding: 0 5px;
    background: #eef;
    border: solid 1px #ccd;
    border-radius: 2px;
    margin: 1px;
}
a.tag_label{
    color: #000;
    font-weight: normal;
}

.hover_label:after, .hover_label_span>span.hover_content {
    color: #000;
    content: '';
    background-color: #fff;
    position: absolute;
    bottom: 101%;
    left: 101%;
    padding: 10px 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
    min-width: 150px;
    visibility: hidden;
    opacity: 0;
    transition: visibility .3s, opacity .3s;
    z-index: 9;
}
.hover_label_span>span.hover_content a{
    color: #000 !important;
}
.hover_label.hover_label_down:after, .hover_label_span.hover_label_down>span.hover_content{
    bottom: auto;
    top: 101%;
}
.hover_label:hover:after, .hover_label_span:hover>.hover_content{
    visibility: visible;
    opacity: .99;
}

.cb_select {
    margin: 5px 0;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #999;
    clear: both;
    border-radius: 3px;
    overflow: auto;
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sis_popup_form_content .cb_select{
    max-height: 200px;
}

.cb_select input {
    display: none;
}

.cb_select label,.cb_select span  {
    display: block;
    padding: 3px 9px 3px 9px;
    border-bottom: solid 1px #eee;
    color: #888;
    cursor: pointer;
}
.cb_select span{
    margin: -3px -9px -4px;
}

.cb_select label:hover {
    color: #555;
    background-color: #EFFCFF;
}

.cb_select h1, .cb_select h2, .cb_select h3, .cb_select h4, .cb_select h5, .cb_select h6 {
    margin: 0;
    padding: 3px 6px;
    color: #fff;
    background: #BBB;
    cursor: default;
}

.cb_select_horizontal {
    overflow: auto;
    width: auto;
    float: left;
}

.cb_select_horizontal label {
    float: left;
    border-bottom: none;
    border-right: solid 1px #eee;
}

.cb_select input:checked + label,
.cb_select input:checked + span{
    color: #000;
    background-color: #DEF;
    border-color: #EFFCFF;
}

.cb_select input:checked + span span{
    color:#000;
}

.sis_popup_form{
    cursor: pointer;
}
.sis_popup_form .sis_popup_form_content{
    cursor: default;
}
.sis_popup_form.expanded{
    position: relative;
}
.sis_popup_form.expanded .sis_popup_form_content{
    position: absolute;
    background: #fff;
    padding: 30px 40px;
    box-shadow: 0 2px 10px rgba(0,0,0,.5);
    min-width: 100%;
    box-sizing: border-box;
    top:0;
    left: 0;
    z-index: 6;
}
.sis_popup_form.expanded .sis_filter_compact_display,
.sis_popup_form.expanded .sis_filter_expand_hide{
    display: none;
}
.sis_popup_form.compact:after{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.01);
}
.sis_popup_form.compact .sis_popup_form_button_bar{
    display: none;
}
.sis_popup_form.compact .cb_select label{
    padding: 0;
    margin: 0;
    border: none;
    display: inline;
}
.sis_popup_form.compact .cb_select label>span,
.sis_popup_form.compact .cb_select h4{
    display: none;
    padding: 0;
    margin: 0;
}
.sis_popup_form.expanded input.quick-search {
    display: block;
}
.sis_popup_form.expanded label.quick-search-hidden {
    display: none;
}
.sis_popup_form.compact .cb_select{
    display: inline-block;
    border: none;
    width: auto;
    overflow-y: hidden;
    margin: 0;
}
.sis_popup_form.compact .sis_filter_label{
    display: inline-block;
    overflow: hidden;
}
.sis_popup_form.compact .cb_select_horizontal{
    float: none;
}
.sis_popup_form.compact select{
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    display: inline-block;
    background: transparent;
}
.sis_popup_form.compact .cb_select input:checked + label,
.sis_popup_form.compact .cb_select input:checked + span {
    display: inline-block;
    border: none;
    background: none;
    padding:0;
    margin-right: 5px;
}
.sis_popup_form.compact .sis_filter_compact_hide{
    display:none
}
.sis_popup_form.compact .sis_filter_compact_display{
    overflow: hidden;
    display: inline-block;
}

.block_labels label {
    display: block;
}

.block_labels input {
    box-sizing: border-box;
    width: 100%;
}

.subcontent div.padLess {
    margin: 0 -20px;
    overflow: auto;
    padding: 1px 0;
}
span.noBreak{
    display: inline-block;
    white-space: nowrap;
}

.hide-inactive {
    opacity: 0;
    transition: opacity .3s;
}

.hide-inactive:active, .hide-inactive:focus {
    opacity: 1;
}

.ols_waiting:after,
.ols_waiting .sis_popup_form.expanded .sis_popup_form_content:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .8);
    cursor: wait;
}

label.error {
    margin: 5px;
    color: red;
}

.ols_position_manager_form label {
    display: inline-block;
    width: 400px;
    font-size: 16px;
    vertical-align: middle;
}

.ols_position_manager_form p {
    border-bottom: solid 1px #eee;
    padding: 0 10px 10px;
}

.sis_filter_container{
    background: #f9f9f9;
    border-bottom: #f0f0f0;
    padding: 1px 10px;
}
.subcontent .sis_filter_container{
    margin: 0 -20px;
}
.sis_filter_container a:hover{
    text-decoration: none;
}

fieldset.sis_filter_block {
    display: inline-block;
    width: 230px;
    box-sizing: border-box;
    min-height: 50px;
    padding: 5px 10px;
    margin-left: 30px;
    background: #eee;
    border-color: #ddd;
    position: relative;
    vertical-align: top;
}
fieldset.sis_filter_block .sis_popup_form.expanded{
    margin: -5px -10px;

}
fieldset.sis_filter_block .sis_popup_form.expanded .sis_popup_form_content{
    padding: 5px 10px;
}
fieldset.sis_filter_block:hover{
    border-color: #ccc;
    background: #f3f3f3;
}
fieldset.sis_filter_block select{
    width: 100%;
}
fieldset.sis_filter_block select[name="pvT"]{
    width: auto;
}
fieldset.sis_filter_block:before{
    content: 'AND';
    display: block;
    position: absolute;
    top:0;
    left: -30px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #ccc;
    vertical-align: top;
}
fieldset.sis_filter_block:first-of-type{
    margin-left: 0;
}
fieldset.sis_filter_block:first-of-type:before{
    display: none;
}
fieldset.sis_filter_block .sis_filter_remove{
    position: absolute;
    top: -2px;
    right: -2px;
    font-size: 14px;
    display: block;
    height: 12px;
    line-height: 12px;
    width: 12px;
    font-weight: lighter;
    z-index: 1;
}
fieldset.sis_filter_block .compact .sis_filter_remove{
    top: 0;
    right: 0;
}

fieldset.sis_filter_block .expanded .sis_filter_remove{
    top: auto;
    bottom: 10px;
    right: 5px;
    width: auto;
}
fieldset.sis_filter_block .expanded .sis_filter_remove:after{
    content: ' remove';
}
.sis_filter_add{
    display: none;
    margin: 10px 5px;
    border: solid 1px #ddd;
    background: #eee;
    height: 50px;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 20px;
    line-height: 40px;
    vertical-align: top;
    opacity: .6;
}
.sis_filter_add:hover{
    opacity: 1;
}
fieldset.sis_filter_block+.sis_filter_add{
    display: inline-block;
}
fieldset.sis_filter_block:only-of-type .sis_filter_remove{
    display: none;
}

#field-sN:before, #field-sN:after{
    content:'"';
}

.sis_filter_block select{
    padding: 0;
    height: 20px;
    line-height: 18px !important;
    border: 1px solid #999;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
}

.sis_filter_table td{
    white-space: nowrap;
}
.sis_filter_table{
    width: 400px !important;
}

.hidden{
    display:none;
}

.sisHoverPopup{
    position: fixed;
    max-width: 600px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,.5);
    transition: visibility .5s, opacity .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 7;
}
.sisHoverPopup.sisHoverPopupVisible{
    visibility: visible;
    opacity: .99;
}
.sisHoverPopup>p{
    padding: 0 20px;
}
.graphic_loading{
    display: inline-block;
    background: #fff url(/myols/img/loading.gif) no-repeat;
    width: 32px;
    height: 32px;
}

.sis_registration-student_program-block a.button {
    margin-left: -100%;
    margin-right: -100%;
}

button, input[type="submit"] {
    margin-right: 20px;
    background-color:#3A84B6;
    border: 1px solid #F2F2F2;
    cursor:pointer;
    color:#ffffff;
    font-size:13px;
    padding: 3px 10px;
    text-decoration:none;
}

button:hover, input[type="submit"]:hover {
    background-color: #E82C2A;
    color: #ffffff;
}

.legible-superscript {
    font-family: "Serif";
    font-weight: bold;
}

/* Add this class to reset button styles */
.reset-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.reset-button:hover {
  background-color: initial;
  color: initial;
}