/*
  FacultySelfService-9_29.scss
  application: FacultySelfService
  application version: 9.29
*/

/* xe-ui-components.min.css */
mark {
    background-color: #FFFF00;
    color: #000000;
}fieldset {
    border-color: #C0C0C0;
}.xe-label label {
    color: #585858;
}xe-badge .xe-badge {
    color: #585858;
}xe-badge .draft-badge {
    background-color: #F5F2E7;
    color: #8A6A00;
}xe-badge .pending-badge {
    background-color: #EAE6FF;
    color: #5745BE;
}xe-badge .rejected-badge {
    background-color: #FFEEED;
    color: #D42828;
}xe-badge .approved-badge {
    background-color: #EAF7F2;
    color: #00804D;
}xe-badge .expired-badge {
    background-color: #F4F4F4;
    color: #5B5E65;
}xe-badge .awaiting-badge {
    background-color: #EFF7FF;
    color: #2874BB;
}xe-button .primary:hover:not([disabled]) {
    background-color: #1a4599; /*#065AA5*/
}xe-button .primary {
    background-color: #102B5F; /*#026BC8*/
    color: #FFFFFF;
}xe-button .secondary {
    background-color: #FFFFFF;
    border-color: #102B5F; /*#026BC8*/
    color: #102B5F; /*#026BC8*/
}xe-button .secondary:hover:not([disabled]) {
    background-color: #1a4599; /*#065AA5*/
    color: #FFFFFF;
}xe-button .secondary:focus:not([disabled]) {
    background-color: #102B5F; /*#026BC8*/
    color: #FFFFFF;
}xe-button .primary:disabled,xe-button .secondary:disabled {
    background-color: #B2B3B7;
    color: #FFFFFF;
}xe-button .primary:active:not([disabled]),xe-button .secondary:active:not([disabled]) {
    background-color: #0f2857; /*#0A4982*/
}.xe-checkmark {
    background-color: #FFFFFF;
    border-color: #B2B3B7;
}.xe-container input:checked~.xe-checkmark {
    background-color: #102B5F; /*#026BC8*/
    border-color: #102B5F; /*#026BC8*/
}.xe-container input:focus:checked~.xe-checkmark {
    background-color: #102B5F; /*#026BC8*/
    border-color: #FFD200; /*#75C5FF*/
}.xe-container input:focus~.xe-checkmark {
    background-color: #FFFFFF;
    border-color: #FFD200; /*#75C5FF*/
}.xe-container input:disabled~.xe-checkmark {
    background-color: #F7F7F7;
    border-color: #B2B3B7;
}.xe-container input:disabled:checked~.xe-checkmark {
    background-color: #D9D9D9;
    border-color: #D9D9D9;
}xe-dropdown .dropdown {
    border-color: #9c9c9c;
}xe-dropdown .dropdown:focus {
    background-color: #FFFFFF;
    border-color: #003E7E; /*#206E9F*/
}xe-dropdown .dropdown .placeholder {
    color: #9c9c9c;
}xe-dropdown .dropdown .glyphicon-chevron-down {
    color: #9c9c9c;
}xe-dropdown .dropdown .dropdown-menu {
    border-color: #003E7E; /*#206E9F*/
}xe-dropdown .dropdown .dropdown-menu>li.active {
    background-color: #F1F7FB;
}xe-dropdown .dropdown .dropdown-menu>li.selected,xe-dropdown .dropdown .dropdown-menu>li:hover {
    outline-color: #99cbff; /*#B0DEEC*/
    background-color: #fafcff; /*#F3FCFF*/
}xe-status-label .draft {
    color: #8A6A00;
    background-color: #F5F2E7;
}xe-status-label .pending {
    color: #5745BE;
    background-color: #EAE6FF;
}xe-status-label .rejected {
    color: #D42828;
    background-color: #FFEEED;
}xe-status-label .approved {
    color: #00804D;
    background-color: #EAF7F2;
}xe-status-label .default {
    color: #956130;
    background-color: #FFFFFF;
}xe-status-label .awaiting {
    color: #2874BB;
    background-color: #EFF7FF;
}xe-status-label .not-started {
    color: #5B5E65;
    background-color: #F4F4F4;
}xe-radio-button input[type=radio]+label {
    color: #151618;
}xe-radio-button input[type=radio]:checked+label {
    color: #151618;
}xe-radio-button .disabledRadio+label {
    color: #151618;
}xe-radio-button .label {
    color: #151618;
}xe-switch input.cmn-toggle-round+label:after {
    background-color: #FFFFFF;
    border-color: #D9D9D9;
}xe-switch input.cmn-toggle-round+label:before {
    background-color: #D9D9D9;
    border-color: #D9D9D9;
}xe-switch input.cmn-toggle-round:checked+label:before {
    background-color: #102B5F; /*#026BC8*/
    border-color: #ffed99; /*#81C8FF*/
}xe-switch input.cmn-toggle-round:checked+label:after {
    border-color: #ffed99; /*#81C8FF*/
}xe-switch input.disabledSwitch:checked+label:before {
    color: #151618;
    border-color: #B2B3B7;
    background-color: #B2B3B7;
}xe-switch input.disabledSwitch:checked+label:after {
    background-color: #F7F7F7;
    border-color: #B2B3B7;
}xe-switch input.disabledSwitch+label:before {
    color: #151618;
    border-color: #B2B3B7;
    background-color: #B2B3B7;
}xe-switch input.disabledSwitch+label:after {
    background-color: #F7F7F7;
    border-color: #B2B3B7;
}xe-switch .label {
    color: #585858;
}xe-text-area .xe-label {
    color: #585858;
}xe-text-area .comments-field {
    border-color: #B2B3B7;
    background-color: #FFFFFF;
}xe-text-area .readonly {
    background-color: #F7F7F7;
    border-color: #151618;
    color: #5B5E65;
}xe-text-area textarea:focus {
    border-color: #102B5F; /*#026BC8*/
    color: #151618;
}xe-text-area .label {
    color: #585858;
}xe-text-box .password-field,xe-text-box .text-field {
    background-color: #FFFFFF;
}xe-text-box .xe-label {
    color: #585858;
}xe-text-box .text-field {
    border-color: #B2B3B7;
}xe-text-box .password-field:focus {
    border-color: #003E7E; /*#206E9F*/
    color: #585858;
}xe-text-box .password-field {
    border-color: #B2B3B7;
}xe-text-box .text-field:focus:not([valid]) {
    border-color: #102B5F; /*#026BC8*/
    color: #151618;
}xe-text-box .disabled,xe-text-box .readonly {
    border-color: #151618;
    color: #5B5E65;
    background-color: #F7F7F7;
}xe-text-box .valid {
    background-color: #E8FFF1;
    color: #090A0D !important;
    border-color: #1C8445;
}xe-text-box input.ng-invalid.ng-invalid-maxlength,xe-text-box input.ng-invalid.ng-touched {
    background-color: #FFFFFF;
    color: #151618 !important;
    border-color: #FF3030 !important;
}xe-text-box .error-messages.ng-active {
    color: #E32D27;
}xe-simple-text-box .simple-input-field {
    border-color: #B2B3B7;
    background-color: #FFFFFF;
}xe-simple-text-box .label {
    color: #151618;
}xe-simple-text-box .simple-input-field:focus {
    border-color: #102B5F; /*#026BC8*/
    color: #151618;
}xe-simple-text-box .readonly {
    background-color: #F7F7F7;
    border-color: #151618;
    color: #5B5E65;
}.xe-typography .headings,.xe-typography .hr,.xe-typography .inline,.xe-typography .lists,.xe-typography .paragraph {
    color: #585858;
}.xe-typography .anchor {
    color: #003E7E; /*#206E9F*/
}.xe-typography .typography {
    color: #585858;
}.xe-typography .logo-white {
    background-color: #003E7E; /*#206E9F*/
}.xe-typography .horizontal-row {
    border-color: #585858;
}.xeColorsContainer .content {
    border-right-color: #C5CACF;
    border-left-color: #C5CACF;
    border-bottom-color: #C5CACF;
}.xeColorsContainer .pri-color1 {
    background-color: #003E7E; /*#206E9F*/
    border-color: #0E3C59;
}.xeColorsContainer .pri-color2 {
    background-color: #000000;
    border-color: #000000;
}.xeColorsContainer .pri-color3 {
    background-color: #585858;
    border-color: #252628;
}.xeColorsContainer .pri-color4 {
    background-color: #fafcff; /*#EFF4F8*/
    border-color: #E4E9EC;
}.xeColorsContainer .sub-content1,.xeColorsContainer .sub-content2 {
    color: #585858;
}.xeColorsContainer .sec-color1 {
    background-color: #FFFEEA;
    border-color: #E0D397;
}.xeColorsContainer .sec-color2 {
    background-color: #EBFAFF;
    border-color: #99CDDE;
}.xeColorsContainer .sec-color3 {
    background-color: #058423;
    border-color: #054C16;
}.xeColorsContainer .sec-color4 {
    background-color: #EE4F4F;
    border-color: #EE4F4F;
}.xeColorsContainer .acc-color1 {
    background-color: #FFCDAA;
    border-color: #E19F72;
}.xeColorsContainer .acc-color2 {
    background-color: #DAD5FF;
    border-color: #988DDB;
}.xeColorsContainer .acc-color3 {
    background-color: #C9F0C7;
    border-color: #4EC76A;
}.xeColorsContainer .acc-color4 {
    background-color: #FFDCDC;
    border-color: #F57E7E;
}.xeColorsContainer .grey-color1 {
    background-color: #F7F7F7;
    border-color: #DADADA;
}.xeColorsContainer .grey-color2 {
    background-color: #EFEFEF;
    border-color: #CDCDCD;
}.xeColorsContainer .grey-color3 {
    background-color: #E2E2E2;
    border-color: #B9B9B9;
}.xeColorsContainer .grey-color4 {
    background-color: #D5D5D5;
    border-color: #A9A9A9;
}.ui-select-container .select2-choice,.ui-select-multiple .select2-choices {
    border-color: #B2B3B7;
}.ui-select-multiple .select2-choices {
    background-color: #FFFFFF !important;
}.ui-select-container.select2-container-active>.select2-choice {
    border-color: #102B5F !important; /*#026BC8*/
}.ui-select-multiple.select2-container-active .select2-choices {
    border-color: #102B5F !important; /*#026BC8*/
}.ui-select-container.select2-dropdown-open .select2-choice {
    border-color: #102B5F; /*#026BC8*/
    border-bottom-color: #EEEEEF !important;
}.ui-select-container.select2-allowclear abbr.ui-select-clear:focus {
    outline-color: #102B5F; /*#026BC8*/
}.ui-select-multiple .select2-choices .select2-search-choice {
    background-color: #102B5F; /*#026BC8*/
    color: #FFFFFF;
}.ui-select-container .select2-choice>.select2-chosen {
    color: #151618;
}.ui-select-dropdown .select2-search input,.ui-select-multiple .select2-choices .select2-search-field input {
    color: #151618;
}.ui-select-dropdown .select2-search input {
    border-color: #B2B3B7 !important;
}.ui-select-multiple .select2-choices .select2-search-field input::-webkit-input-placeholder {
    color: #151618;
}.ui-select-multiple .select2-choices .select2-search-field input:-moz-placeholder {
    color: #151618;
}.ui-select-multiple .select2-choices .select2-search-field input::-moz-placeholder {
    color: #151618;
}.ui-select-multiple .select2-choices .select2-search-field input:-ms-input-placeholder {
    color: #151618;
}.ui-select-dropdown {
    border-color: #102B5F !important; /*#026BC8*/
}.ui-select-choices {
    border-top-color: #102B5F; /*#026BC8*/
}.ui-select-choices li {
    border-bottom-color: #EEEEEF;
}.ui-select-choices ul li {
    color: #151618;
}.ui-select-choices ul li:first-child {
    border-top-color: #EEEEEF;
}.ui-select-choices .select2-highlighted {
    background-color: #102B5F; /*#026BC8*/
    border-color: #EEEEEF;
    color: #FFFFFF;
}.ui-select-choices li.ui-select-choices-group>.ui-select-choices-group-label {
    color: #151618;
    background-color: #EEEEEF;
}.ui-select-choices ul li:hover {
    background-color: #F7F7F7;
    border-color: #EEEEEF;
    color: #151618;
}.ui-select-container .select2-choice>.select2-chosen .ng-binding {
    color: #151618;
}.ui-select-choices .select2-no-results {
    color: #151618;
    background-color: #FFFFFF;
}.select2-search-choice-focus {
    background-color: #EEEEEF !important;
}.ui-select-container[theme=select2].direction-up .ui-select-dropdown {
    border-color: #102B5F; /*#026BC8*/
}.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match {
    border-color: #102B5F !important; /*#026BC8*/
}.pagination-container .pagination-controls button,.pagination-container .pagination-controls input,.pagination-container .pagination-controls select {
    border-color: #102B5F; /*#026BC8*/
}.pagination-container .pagination-controls button,.pagination-container .pagination-controls select {
    background-color: #FFFFFF;
}.pagination-controls button.first:focus {
    border-color: #ffed99; /*#81C8FF*/
}.pagination-container .pagination-controls button.previous:focus {
    border-color: #ffed99; /*#81C8FF*/
}.pagination-container .pagination-controls button.next:focus {
    border-color: #ffed99; /*#81C8FF*/
}.pagination-container .pagination-controls button.last:focus {
    border-color: #ffed99; /*#81C8FF*/
}.pagination-container .pagination-controls button:disabled,.pagination-container .pagination-controls button:disabled:focus,.pagination-container .pagination-controls button:disabled:hover,.pagination-container .pagination-controls select:disabled {
    background-color: #D9D9D9;
}.pagination-container .pagination-controls select {
    background-color: #FFFFFF;
}.pagination-container .pagination-controls .per-page-select {
    border-color: #B2B3B7;
}.pagination-container .pagination-controls .per-page-select:focus {
    border-color: #ffed99; /*#81C8FF*/
}.column-filter-button:focus {
    border-color: #102B5F; /*#026BC8*/
    color: #151618;
}.column-filter-button {
    background-color: #FFFFFF;
    border-color: #B2B3B7;
    color: #151618;
}.column-filter-button .placeholder {
    color: #5B5E65;
}.column-setting-menu li {
    border-bottom-color: #EEEEEF;
}.column-setting-menu {
    background-color: #FFFFFF;
    border-color: #CCC #DDD #DDD;
    border-right-color: #DDDDDD;
}.column-setting-menu::after {
    border-bottom-color: #FFFFFF;
}.table-container {
    border-color: #EEEEEF;
    background-color: #FFFFFF;
}.table-container .caption caption {
    color: #151618;
}.table-container .thead {
    border-bottom-color: #EEEEEF;
    border-top-color: #EEEEEF;
}.table-container .tbody thead tr th,.table-container .thead thead tr th {
    color: #151618;
}.table-container .trMobile .total-row {
    color: #5B5E65;
}.table-container .trMobile .total-row[total-label]:before {
    color: #151618;
}.table-container .trDesktop thead tr:hover td {
    background-color: #F2F8FC;
}.table-container .trDesktop thead tr.active-row td {
    background-color: #F8F8F8;
    color: #151618 !important;
}.table-container .trDesktop thead tr th {
    color: #151618;
    border-bottom-color: #EEEEEF;
}.table-container .trDesktop thead tr th.active {
    background-color: #F8F8F8;
}.table-container .tbody tbody tr:hover td {
    background-color: #F2F8FC;
}.table-container .tbody tbody tr.active-row td {
    background-color: #F8F8F8;
    color: #151618 !important;
}.table-container .tbody tbody tr td {
    color: #151618;
    border-bottom-color: #EEEEEF;
}.table-container .tbody tbody tr td.active {
    background-color: #F8F8F8;
}.table-container .tfoot.pagination-container {
    border-top-color: #EEEEEF;
}.table-container th.focus-ring,.table-container th:focus,.table-container tr td:focus,.table-container tr.active-row td.focus-ring {
    outline-color: #102B5F; /*#026BC8*/
}.table-container .load-indicator .text {
    color: #FFFFFF;
}.table-container .load-indicator .spinner>div {
    background-color: #FFFFFF;
}#dragtable td,#dragtable th {
    background-color: #d5d5d5 !important;
}.xe-tab-container a:focus {
    border-color: #ffed99; /*#81C8FF*/
}.xe-tab-container .xe-tab-nav {
    border-bottom-color: #EEEEEF;
}.xe-tab-container .xe-tab-nav>li>a {
    color: #5B5E65;
}.xe-tab-container .xe-tab-nav>li.active:active>a,.xe-tab-container .xe-tab-nav>li.active:focus>a,.xe-tab-container .xe-tab-nav>li.active:hover>a,.xe-tab-container .xe-tab-nav>li.active>a,.xe-tab-container .xe-tab-nav>li:active>a,.xe-tab-container .xe-tab-nav>li:focus>a,.xe-tab-container .xe-tab-nav>li:hover>a {
    color: #102B5F; /*#026BC8*/
}.xe-tab-container .xe-tab-nav>li.active a>span,.xe-tab-container .xe-tab-nav>li.active:active a>span,.xe-tab-container .xe-tab-nav>li.active:focus a>span,.xe-tab-container .xe-tab-nav>li.active:hover a>span,.xe-tab-container .xe-tab-nav>li:active a>span,.xe-tab-container .xe-tab-nav>li:focus a>span,.xe-tab-container .xe-tab-nav>li:hover a>span {
    background-color: #102B5F; /*#026BC8*/
}.xe-pie-chart .xe-pie-tooltip {
    background-color: #FFFEEA;
    border-color: #E0D397;
    color: #585858;
}.xe-popup-container {
    background-color: #FFFFFF;
}.xe-popup-container .xe-popup-close {
    background-color: #FFFFFF;
}.xe-popup-container .xe-app-title {
    color: #000000;
}.xe-popup-container .xe-modal-body .xe-title {
    color: #585858;
}.xe-popup-container .xe-pop-content {
    color: #585858;
}.xe-modal-container {
    background-color: #FFFFFF;
}.xe-modal-container .xe-modal-close {
    background-color: #FFFFFF;
}.xe-modal-container hr {
    border-top-color: #808080;
}.xe-modal-container .xe-app-title {
    color: #000000;
}.xe-modal-container .xe-app-version,.xe-modal-container .xe-platform-version {
    color: #555658;
}.xe-modal-container .xe-modal-body .xe-title {
    color: #585858;
}.xe-modal-container .xe-modal-footer {
    color: #5B5E65;
}#xeModalPrivacyLink {
    color: #102B5F !important; /*#026bc8*/
}.active-timepickerFocus {
    outline-color: #ffed99; /*#81C8FF*/
}.cancel {
    background-color: #F5F5F5;
    color: #000000;
}.pushme,.selectTime,.selectTime1 {
    background-color: #FFFFFF;
}.selectTime,.selectTime1 {
    color: #555555;
}.pushme {
    color: #000000;
}.pushmeBorder {
    border-bottom-color: #CCCCCC;
    border-top-color: #CCCCCC;
}.ulContainer {
    border-bottom-color: #B2B3B7;
    border-top-color: #B2B3B7;
}ul.ulContainer li {
    color: #585858;
}.itemContainer {
    color: #D4D6D9;
}.timerHeader .xe-popup-close {
    background-color: #FFFFFF;
}.meridianPm {
    color: #D4D6D9;
}.timepickerContainer {
    background-color: #FFFFFF;
}.xeTimePickerTextField-readonly {
    background-color: #F7F7F7 !important;
    border-color: #151618 !important;
    color: #5B5E65 !important;
}.xeTimePickerTextField {
    border-color: #B2B3B7;
    background-color: #FFFFFF;
    color: #5B5E65;
}.xeTimePickerTextField:focus {
    border-color: #102B5F; /*#026BC8*/
    color: #151618;
}.xe-bar-tooltip {
    background-color: #FFFEEA;
    border-color: #E0D397;
    color: #585858;
}@media only screen and (max-width:768px){.search-container .simple-input-field:focus {
    border-color: #B2B3B7;
    color: #585858;
}.search-container .simple-input-field:focus::-webkit-input-placeholder {
    color: #CCCCCC;
}.search-container .simple-input-field:focus::-moz-placeholder {
    color: #CCCCCC;
}.search-container .simple-input-field:focus::-ms-input-placeholder {
    color: #CCCCCC;
}
}
@media only screen and (max-width:768px){.table-container .caption {
    border-bottom-color: #EEEEEF;
}.table-container .tbody tbody tr {
    border-bottom-color: #EEEEEF;
}
}
@media screen and (min-width:768px){.xe-popup-container .xe-pop-content {
    color: #585858;
}.xe-popup-container .xe-popup-header span#xePopupClose:focus {
    outline-color: #4D90FE;
}
}
@media screen and (min-width:768px){.xe-modal-container {
    border-color: #979797;
}
}
@media only screen and (min-width:768px){.timepickerContainer {
    background-color: #FFFFFF;
    border-color: #102B5F; /*#026BC8*/
}.timepickerContainer::after {
    border-bottom-color: #FFFFFF;
}.timepickerContainer::before {
    border-bottom-color: #102B5F; /*#026BC8*/
}
}

/* facultyCommon.css */
body  {
    background-color: #F8F8F8;
    color: #585858;
}h1 {
    color: #585858;
}a  {
    color: #000000;
}.main-contain  {
    background-color: #FFFFFF;
    border-bottom-color: #E0E6E5;
}.main-contain-footer  {
    background-color: #FFFFFF;
    border-bottom-color: #E0E6E5;
    color: #CCCCCC;
}.border-top  {
    border-top-color: #E0E6E5;
}
/* progressBar.css */
.progress-bar  {
    background-color: #555555;
    color: #007dff; /*#225A85*/
}.progress-bar > span  {
    background-color: #F1CF79;
}.modal-dialog .progress-bar .inner-div *, .progress-bar .inner-div *  {
    color: #007dff; /*#225A85*/
    background-color: #F1CF79;
}.progress-bar.danger  {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}
/* facultyAttrApp.css */
#content  {
    background-color: #F6F8F8;
}.less-than-cutOff-range  {
    color: #F45354;
}.inCutOff-range  {
    color: #D49C0A;
}.greater-than-cutOff-range  {
    color: #058423;
}#toolsCanvas .menu-item  {
    background-color: #FFFFFF;
    color: #333333;
}#toolsCanvas .menu-item.disabled  {
    color: #CCCCCC;
}#toolsCanvas .menu-item:hover  {
    background-color: #D8E6EE;
    color: #333333;
}#toolsCanvas .menu-item.disabled:hover  {
    color: #CCCCCC;
}.ui-datepicker-group select {
    background-color: #FFFFFF;
}::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder  {
    color: #9c9c9c !important;
}
/* facultyAttrTable.css */
div.circle  {
    background-color: #808080;
}input[type="search"]  {
    border-color: #CCCCCC;
    background-color: #FFFFFF;
}.empty-search  {
    color: #9c9c9c;
}.active-tab  {
    color: #31383E !important;
}h4.course-title-heading  {
    color: #007dff; /*#0C8CB4*/
}div.course-values  {
    color: #23B7E5;
}li.ui-state-default.ui-state-disabled  {
    border-right-color: #DDDDDD;
    color: #94A1AD;
}li.ui-state-default.ui-state-disabled.ui-state-highlight  {
    color: #585858;
    background-color: #EDF2F6;
}#tab1 a {
    border-right-color: #e3e3e3 !important;
}.tabs-group li a  {
    color: #44484B;
}.course  {
    border-right-color: #e3e3e3;
}.attendance  {
    border-left-color: #e3e3e3;
}a  {
    color: #2B5173 !important;
}@media only screen and (max-width: 768px) {div.grid-header {
    background-color: #F6F8F8;
    border-color: #e3e3e3;
}.rowSelected  {
    color: #31383E;
    background-color: #fafcff !important; /*#F3FCFF*/
    outline-color: #99cbff; /*#B2DEEB*/
}.panelHeader  {
    color: #9c9c9c;
}#sidePanel  {
    background-color: #F3FDFF;
}.search label:hover  {
    background-color: #D3D3D3;
}div.header  {
    color: #007dff; /*#0C8CB4*/
    border-top-color: #e3e3e3;
    border-bottom-color: #e3e3e3;
}div.cell button  {
    color: #FFFFFF;
}li.ui-state-default.ui-state-disabled  {
    border-bottom-color: #DDDDDD;
    border-top-color: #DDDDDD;
}.tabs-group li a  {
    color: #9c9c9c;
}.course  {
    border-right-color: #000000;
}.attendance  {
    border-right-color: #000000;
}h4  {
    color: #2275C8;
}.mycourse {
    color: #9c9c9c;
}
}
@media only screen and  (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {div.grid-header {
    background-color: #F6F8F8;
    border-color: #e3e3e3;
}.row  {
    border-bottom-color: #e3e3e3;
}h4 {
    color: #2275C8;
}.panelHeader  {
    color: #9c9c9c;
}.panelDesc  {
    color: #31383E;
}#sidePanel  {
    background-color: #fafcff; /*#F3FCFF*/
}div.header  {
    color: #007dff; /*#0C8CB4*/
    border-bottom-color: #e3e3e3;
}li.ui-state-default.ui-state-disabled  {
    border-bottom-color: #DDDDDD;
    border-top-color: #DDDDDD;
}.tabs-group li a  {
    color: #9c9c9c;
}.tabs-group li a:hover  {
    color: #9c9c9c;
}.course  {
    border-right-color: #e3e3e3;
}.attendance  {
    border-right-color: #e3e3e3;
}.mycourse {
    color: #9c9c9c;
}.rowSelected  {
    color: #31383E;
    background-color: #fafcff !important; /*#F3FCFF*/
    outline-color: #99cbff; /*#B2DEEB*/
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {div.grid-header {
    background-color: #F6F8F8;
    border-color: #e3e3e3;
}.panelHeader  {
    color: #9c9c9c;
}.panelDesc  {
    color: #31383E;
}#sidePanel  {
    background-color: #fafcff; /*#F3FCFF*/
}h4 {
    color: #2275C8;
}div.table-header  {
    color: #9c9c9c;
    background-color: #FFFFFF;
}div.header-cell  {
    border-left-color: #e3e3e3;
    border-right-color: #e3e3e3;
}div.header-cell:nth-child(10)  {
    border-right-color: #e3e3e3;
}div.scheduleLeaf  {
    border-right-color: #D3D3D3;
    color: #D3D3D3;
}.tabs-group li a  {
    color: #9c9c9c;
}.tabs-group li a:hover  {
    color: #9c9c9c;
}.course  {
    border-right-color: #e3e3e3;
}.attendance  {
    border-right-color: #e3e3e3;
}.mycourse {
    color: #9c9c9c;
}.rowSelected  {
    color: #31383E;
    background-color: #fafcff !important; /*#F3FCFF*/
    outline-color: #99cbff; /*#B2DEEB*/
}
}
@media only screen and (min-width: 1025px) {div.grid-header {
    background-color: #F6F8F8;
    border-color: #e3e3e3;
}#TableNSlide  {
    background-color: #FFFFFF;
}span.slider  {
    background-color: #fafcff; /*#F3FCFF*/
}#sidePanel  {
    background-color: #fafcff; /*#F3FCFF*/
}h4 {
    color: #055C77;
}div.table-header  {
    color: #9c9c9c;
    background-color: #FFFFFF;
}div.header-cell  {
    border-left-color: #e3e3e3;
    border-right-color: #e3e3e3;
}div.header-cell:focus, .slider-image:focus  {
    outline-color: #99cbff; /*#B2DEEB*/
}div.row:focus  {
    outline-color: #99cbff; /*#B2DEEB*/
}.panelHeader  {
    color: #9c9c9c;
}div.schedule-border-right:not(:last-child)  {
    border-right-color: #D3D3D3;
}.tabs-group li a:hover  {
    color: #9c9c9c;
}.panelDesc {
    color: #31383E;
}.pagination-container  {
    color: #495055;
    background-color: #F6F8F8;
}button:focus {
    outline-color: #99cbff !important; /*#B2DEEB*/
}select:focus, input:focus, img:focus {
    outline-color: #99cbff; /*#B2DEEB*/
}a:focus {
    outline-color: #99cbff; /*#B2DEEB*/
}.rowSelected  {
    color: #31383E;
    background-color: #fafcff !important; /*#F3FCFF*/
    outline-color: #99cbff; /*#B2DEEB*/
}.mycourse {
    color: #9c9c9c;
}.first-page  {
    background-color: #FFFFFF;
    border-color: #9c9c9c;
}.first-page:disabled  {
    background-color: #FFFFFF;
}.previous-page  {
    background-color: #FFFFFF;
    border-color: #9c9c9c;
}.previous-page:disabled  {
    background-color: #FFFFFF;
}.next-page  {
    background-color: #FFFFFF;
    border-color: #9c9c9c;
}.next-page:disabled  {
    background-color: #FFFFFF;
}.last-page  {
    background-color: #FFFFFF;
    border-color: #9c9c9c;
}.last-page:disabled  {
    background-color: #FFFFFF;
}
}

/* markAttendance.css */
.row-notification-error  {
    border-color: #F4E4E4;
    background-color: #F4E4E4;
}.notification-error  {
    background-color: #F4E4E4;
    border-color: #FF0000;
}ul.dropdown-menu  {
    border-color: #007dff; /*#0C8CB4*/
}ul.dropdown-menu li:not(:last-child)  {
    border-bottom-color: #0000FF;
}.dropdown-menu > li > a  {
    border-bottom-color: #007dff; /*#0C8CB4*/
    color: #007dff; /*#0C8CB4*/
}.dropdown-menu > li > a:hover  {
    background-color: #fafcff; /*#F3FCFF*/
}.dropdown-menu > li > a:focus  {
    background-color: #fafcff !important; /*#F3FCFF*/
}.mark-all-wrapper  {
    background-color: #FFFFFF;
}div.attendance-toolbar  {
    background-color: #FFFFFF;
}.input.ng-invalid.ng-invalid-maxlength, input.ng-invalid.ng-touched  {
    background-color: #F6E5E6;
    border-color: #CD3B3E;
}.disable-grade  {
    background-color: #DDDDDD;
}@media only screen and (max-width: 768px) {div.attendance-toolbar input  {
    color: #9c9c9c;
}.mark-all-wrapper  {
    border-bottom-color: #DDDDDD;
}
}
@media only screen and  (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {div.attendance-toolbar input  {
    color: #9c9c9c;
}
}
@media only screen and  (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {div.attendance-toolbar input  {
    color: #9c9c9c;
}
}
@media only screen and (min-width: 1025px) {div.attendance-toolbar input  {
    color: #9c9c9c;
}
}

/* markAttendanceGrid.css */
table.mark-attendance  {
    background-color: #FFFFFF;
}table.mark-attendance th  {
    color: #9c9c9c;
}table.mark-attendance th:nth-child(4), table.mark-attendance td:nth-child(4)  {
    border-right-color: #DDDDDD;
}.mark-attendance-grid-wrapper  {
    background-color: #FFFFFF;
}.last-column  {
    background-color: #fafcff; /*#F3FCFF*/
}table.mark-attendance tbody tr:hover  {
    background-color: #fafcff !important; /*#F3FCFF*/
}.withdrawalStatus  {
    color: #E76A66;
}.last-column > div:focus {
    outline-color: #99cbff !important; /*#B2DEEB*/
}tbody > tr:focus {
    border-color: #99cbff; /*#B2DEEB*/
}.inCutOff-range   {
    background-color: #000000;
    background-color: #DAD5FF;
    border-color: #B0ABD0;
    color: #000000;
}.greater-than-cutOff-range  {
    color: #000000;
    border-color: #4EC76A;
    background-color: #C9F0C7;
}.attendance-low  {
    background-color: #F45354 !important;
    border-color: #E19F72;
    background-color: #FFCDAA !important;
}div.ma-fixed-header:focus  {
    outline-color: #99cbff; /*#B2DEEB*/
}#mark-attendance-fixed-header  {
    border-top-color: #DDDDDD;
}.markAttendance-percentage.ma-fixed-header  {
    border-right-color: #DDDDDD;
}.ma-fixed-header  {
    color: #9c9c9c;
}@media only screen and (max-width: 768px) {tr  {
    border-color: #D3D3D3;
}td.markAttendance-fullName-link  {
    color: #007dff; /*#337ab7*/
}.last-column  {
    border-color: #D3D3D3 !important;
}.attendance-toolbar  {
    border-bottom-color: #DDDDDD;
}
}
@media only screen and (min-width: 1025px) {th:focus  {
    outline-color: #99cbff; /*#B2DEEB*/
}table.mark-attendance  tr.rowSelected  {
    color: #31383E;
    background-color: #fafcff !important; /*#F3FCFF*/
}td.ellipsis-wrapper  {
    border-right-color: #DDDDDD;
}table.mark-attendance  tr.rowSelected td.ellipsis-wrapper  {
    border-right-color: #fafcff !important; /*#F3FCFF*/
}
}

/* dataTable.css */
.table-container {
    background-color: #FFFFFF;
}.table-container table th {
    color: #aeaeae;
}.column-setting-menu {
    background-color: #FFFFFF;
    border-color: #CCC #DDD #DDD;
    border-right-color: #DDDDDD;
}#dataTable th  {
    color: #9c9c9c;
    background-color: #FFFFFF;
}#dataTable td  {
    color: #31383E;
}#dataTable table tbody tr:hover td  {
    background-color: #fafcff !important; /*#F3FCFF*/
}#dataTable td.no-data  {
    color: #9c9c9c;
}div.fixed-header  {
    color: #9c9c9c;
}.fixed-header-wrapper  {
    border-bottom-color: #e3e3e3;
}@media only screen and (max-width: 768px)  {#dataTable tr  {
    border-color: #CCCCCC;
}#dataTable td  {
    border-bottom-color: #EEEEEE;
}#dataTable  tr td:first-child  {
    border-bottom-color: #D3D3D3 !important;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {#dataTable tr  {
    border-color: #CCCCCC;
}#dataTable  tr td:first-child  {
    border-bottom-color: #DDDDDD;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {div.grid-wrapper  {
    background-color: #FFFFFF;
}
}
@media only screen and (min-width: 1025px) {div.fixed-header:focus  {
    outline-color: #99cbff; /*#B2DEEB*/
}#dataTable td:nth-child(9)  {
    border-right-color: #DDDDDD !important;
}#dataTable tr.rowSelected td:nth-child(9)  {
    border-right-color: #fafcff !important; /*#F3FCFF*/
}#dataTable th:focus  {
    outline-color: #99cbff; /*#B2DEEB*/
}.rowSelected  {
    color: #31383E;
    background-color: #fafcff !important; /*#F3FCFF*/
    outline-color: #99cbff; /*#B2DEEB*/
}
}

/* markAttendanceSidePanel.css */
#mark-attendance-side-panel  {
    background-color: #fafcff; /*#F3FCFF*/
}li.tab  {
    background-color: #FFFFFF !important;
    border-right-color: #FFFFFF !important;
}li.tab:first-child  {
    border-right-color: #e3e3e3 !important;
}#mark-attendance-side-panel ul li a  {
    color: #9c9c9c;
}.sidePanel-header  {
    color: #9c9c9c;
}.active  {
    color: #31383E !important;
}#mark-attendance-side-panel ul li a  {
    color: #9c9c9c;
}.active  {
    color: #31383E !important;
}@media only screen and (max-width: 768px) {#mark-attendance-side-panel  {
    background-color: #F3FDFF;
}
}
@media only screen and  (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {#mark-attendance-side-panel  {
    background-color: #fafcff; /*#F3FCFF*/
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {#mark-attendance-side-panel  {
    background-color: #fafcff; /*#F3FCFF*/
}
}
@media only screen and (min-width: 1025px) {input[type="checkbox"]:focus, textarea:focus  {
    outline-color: #99cbff; /*#B2DEEB*/
}
}

/* studentDetails.css */
:disabled  {
    color: #545454;
}.person-display-name  {
    color: #007dff; /*#0C8CB4*/
}textarea.notified-absence-message  {
    border-color: #e3e3e3;
    color: #585858;
}div.modal-header  {
    background-color: #003E7E; /*#206E9F*/
}h6.extended-absence-heading  {
    color: #656565;
}#extended-absence-content tr:hover  {
    background-color: #FFFFFF !important;
}#extended-absence-content tr td:first-child  {
    background-color: #FFFFFF;
}div.modal-footer  {
    background-color: #003E7E; /*#206E9F*/
    border-bottom-color: #007dff; /*#225A85*/
}h4.modal-title  {
    color: #FFFFFF;
}button.close-button  {
    background-color: #1C6796;
    color: #FFFFFF;
}button.save-button  {
    color: #FFFFFF;
    background-color: #003E7E; /*#206E9F*/
}.row  {
    color: #656565;
}.person-status {
    border-top-color: #D16C1F;
    color: #FFFFFF;
    background-color: #D16C1F;
}.person-deceased {
    color: #FFFFFF;
    background-color: #87CEFA;
    border-color: #00BFFF;
}.disabled {
    background-color: #D3D3D3;
}@media only screen and (max-width: 768px) {.ui-datepicker-group select  {
    background-color: #FFFFFF;
}
}

/* attendanceTab.css */
.side-panel-heading  {
    color: #2275C8;
}
/* markAttendanceGrid-eds.css */
.attendance-low  {
    background-color: #FFEEED;
    color: #D42828;
    border-color: #F9C2B5;
}.greater-than-cutOff-range  {
    background-color: #EAF7F2;
    color: #00804D;
    border-color: #A8BFB5;
}.inCutOff-range  {
    background-color: #EAE6FF;
    color: #5745BE;
    border-color: #EAE6FF;
}table.mark-attendance  tr.rowSelected  {
    color: #31383E;
    background-color: #F8F8F8 !important;
}table.mark-attendance tbody tr:hover  {
    background-color: #F2F8FC;
}
/* attendanceTracking-eds.css */
.update-all  {
    background-color: #102B5F !important; /*#026BC8*/
    color: #FFFFFF !important;
}.update-all:hover:not([disabled])  {
    background-color: #1a4599 !important; /*#065AA5*/
}.update-all:focus:not([disabled])  {
    border-color: #ffed99 !important; /*#81C8FF*/
}.update-all:disabled  {
    background-color: #B2B3B7 !important;
    color: #FFFFFF;
}.btn-take-roll  {
    color: #FFFFFF;
    background-color: #102B5F; /*#026BC8*/
}.btn-take-roll:hover:not([disabled])  {
    background-color: #1a4599 !important; /*#065AA5*/
    color: #FFFFFF;
}.btn-take-roll:focus:not([disabled])  {
    border-color: #ffed99 !important; /*#81C8FF*/
    color: #FFFFFF;
}.btn-take-roll:disabled  {
    background-color: #B2B3B7 !important;
    color: #FFFFFF;
}.extended-absence-button  {
    background-color: #102B5F; /*#026BC8*/
    color: #FFFFFF;
}.extended-absence-button:hover:not([disabled])  {
    background-color: #1a4599 !important; /*#065AA5*/
    color: #FFFFFF;
}.extended-absence-button:focus:not([disabled])  {
    border-color: #ffed99 !important; /*#81C8FF*/
    color: #FFFFFF;
}.extended-absence-button:disabled  {
    background-color: #B2B3B7 !important;
    color: #FFFFFF;
}button.close-button:hover  {
    color: #FFFFFF;
}button.save-button:hover  {
    color: #FFFFFF;
}.card-form-button-sm  {
    background-color: #102B5F !important; /*#026BC8*/
    color: #FFFFFF !important;
}.card-form-button-sm:hover:not([disabled])  {
    background-color: #1a4599 !important; /*#065AA5*/
}.card-form-button-sm:focus:not([disabled])  {
    border-color: #ffed99 !important; /*#81C8FF*/
}
/* facultyAttendanceTracking_exp.css */
@media only screen and (max-width: 768px) {tr  {
    border-color: #D3D3D3;
}
}

/* markAttendanceGrid_exp.css */
#ma-gridcontainer table.mark-attendance tr.rowSelected  {
    color: #31383E;
}
/* markAttendanceSidePanel_exp.css */
textarea.notified-absence-message  {
    color: #585858;
}
/* studentCard_exp.css */
.studentProfileCardScreen  {
    background-color: #000000 !important;
}
/* importExport.css */
.modal-dialog div table thead th  {
    background-color: #E3EAED;
    border-color: #B4C1C5;
    color: #000000;
}.modal-dialog div table tbody td  {
    border-color: #e3e3e3;
    color: #656565;
}.modal-dialog .thead  {
    background-color: #F9FAFB;
    border-color: #e3e3e3;
    color: #000000;
}.nav > li > a:hover,.nav > li > a:focus  {
    background-color: #EEEEEE;
}.nav > li.disabled > a  {
    color: #999999;
}.nav > li.disabled > a:hover,.nav > li.disabled > a:focus  {
    color: #999999;
}.nav .open > a,.nav .open > a:hover,.nav .open > a:focus  {
    background-color: #EEEEEE;
    border-color: #99cbff; /*#428bca*/
}.nav .open > a .caret,.nav .open > a:hover .caret,.nav .open > a:focus .caret  {
    border-top-color: #0f2857; /*#2a6496*/
    border-bottom-color: #0f2857; /*#2a6496*/
}.nav .nav-divider  {
    background-color: #E5E5E5;
}.nav-tabs  {
    border-bottom-color: #DDDDDD;
}.nav-tabs > li > a:hover  {
    border-color: #EEEEEE #EEEEEE #DDDDDD;
}.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus  {
    color: #555555;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
}.modal-dialog div table tbody td.importSelectedRow  {
    background-color: #E4F4EC;
}.modal-dialog .button  {
    background-color: #1F6AA6;
    color: #FFFFFF;
}.modal-dialog .file-input  {
    color: #9c9c9c;
}.modal-dialog .info-message  {
    color: #9c9c9c;
}.modal-dialog .breadcrumb  {
    background-color: #F9FAFB;
    border-color: #e3e3e3;
}.modal-dialog .breadcrumb > li  {
    color: #1F6AA6;
}.modal-dialog .breadcrumb > li + li:before  {
    color: #CCCCCC;
}.modal-dialog .breadcrumb > li > a  {
    color: #1F6AA6;
}.modal-dialog .tab-content .tab-title  {
    background-color: #F9FAFB;
    border-color: #e3e3e3;
    color: #656565;
}.modal-dialog .tab-body  {
    color: #656565;
}.modal-dialog .tab-content .description  {
    color: #656565;
}.modal-dialog .step-count  {
    color: #1F6AA6;
    border-color: #1F6AA6;
}.modal-dialog .active .step-count  {
    background-color: #1F6AA6;
    border-color: #1F6AA6;
    color: #FFFFFF;
}.modal-dialog .go-back  {
    border-color: #e3e3e3;
    border-bottom-color: #e3e3e3;
    color: #656565;
}.modal-dialog .go-back .export-downlink  {
    color: #656565;
}.import-wizard-map-items  {
    background-color: #F1F2F2;
}.import-wizard-map-item-icon  {
    color: #008000;
    background-color: #FFFFFF;
    border-color: #008000;
}.import-wizard-map-items .import-wizard-map-item .import-wizard-map-item-label  {
    color: #596FA5;
}.modal-dialog .table th  {
    background-color: #EDF0F4 !important;
    border-bottom-color: #AAAAAA;
}.import-wizard-table-header select  {
    color: #596FA5;
    border-color: #596FA5;
}.export-header  {
    background-color: #003E7E; /*#206E9F*/
}.export-label  {
    color: #FFFFFF;
}.export-link  {
    color: #FFFFFF;
}.modal-buttondiv  {
    background-color: #1C6796;
}.modal-sm-buttondiv  {
    background-color: #1C6796;
}.export-boldLabel  {
    color: #656565;
}.export-innerLabel  {
    color: #656565;
}.export-footer  {
    background-color: #003E7E; /*#206E9F*/
    border-bottom-color: #007dff; /*#225A85*/
}.export-downlink  {
    color: #FFFFFF;
}a.export-downlink:hover, a.export-downlink:focus  {
    color: #FFFFFF;
}a.export-downlink:active  {
    color: #FFFFFF;
}a.export-link:hover, a.export-link:focus  {
    color: #FFFFFF;
}.modal-content table tbody td:first-child  {
    background-color: #E3EAED;
}.modal-dialog div .titlesCombo th  {
    color: #000000;
}.menuDisable  {
    background-color: #CCCCCC !important;
}#export-tool-item.menuDisable:hover  {
    background-color: #CCCCCC;
}#import-tool-item.menuDisable:hover  {
    background-color: #CCCCCC;
}.modal-dialog .withHeaders th  {
    background-color: #EDF0F4 !important;
    border-bottom-color: #AAAAAA;
}.modal-dialog .withoutHeaders th  {
    background-color: #EDF0F4 !important;
    border-bottom-color: #AAAAAA;
}
/* studentProfile.css */
td.markAttendance-fullName-link  {
    color: #007dff; /*#337ab7*/
}
/* studentCard.css */
.studentProfileCard  {
    color: #6D6D6D;
    background-color: #FFFFFF !important;
    border-color: #4B575E;
}.studentProfileCard .close  {
    color: #666666;
}.studentProfileCard ul li a {
    color: #007dff; /*#369*/
}.studentProfileCard .confidential-message  {
    background-color: #B55E1B;
    color: #FFFFFF;
}.studentProfileCardScreen  {
    background-color: #000000;
}.card-form-button-sm  {
    border-color: #333333;
    color: #000000;
}
/* securityQA.css */
eds-text-field::-webkit-input-placeholder  {
    color: #5B5E65;
}eds-text-field::-moz-placeholder  {
    color: #5B5E65;
}eds-text-field:-ms-input-placeholder  {
    color: #5B5E65;
}eds-text-field:-moz-placeholder  {
    color: #5B5E65;
}#pagetitle  {
    color: #646464;
}.eds-select-field  {
    border-color: #B2B3B7;
    background-color: #FFFFFF;
}.eds-select-field:focus:not([valid])  {
    border-color: #102B5F; /*#026BC8*/
    color: #151618;
}select option :hover  {
    background-color: #EBCFCF;
}.section-header  {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #000000;
}.section-header-text  {
    color: #444455;
}.component-error {
    border-color: #CC0000;
}
/* survey.css */
#pagetitle  {
    color: #646464;
}.content-label  {
    color: #151618;
}.section-header  {
    color: #151618;
}.section-header-text  {
    color: #444455;
}.race-category-header  {
    color: #5B5E65;
    background-color: #F7F7F7;
}.notification-error  {
    border-color: #FF3F3F;
    background-color: #EBCFCF;
}.race-label  {
    border-color: #CCCCCC;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
}
/* policy.css */
#pagetitle  {
    color: #646464;
}.termstextdiv  {
    border-top-color: #2874BB;
    background-color: #EFF7FF;
    color: #2874BB;
}
/* persona.css */
.transparent-overlay  {
    background-color: #000000;
}#content.select-hat  {
    color: #FFFFFF;
}a.currentHat:focus  {
    background-color: #102B5F; /*#026BC8*/
    color: #FFFFFF !important;
}a.currentHat:active  {
    background-color: #102B5F; /*#026BC8*/
    color: #FFFFFF !important;
}.form-button  {
    border-color: #a2a2a2;
    color: #333333;
}.form-button:hover  {
    color: #666666;
}.close-page  {
    color: #FFFFFF;
}#content.continue-persona-change  {
    color: #FFFFFF;
}
/* enterPassword.css */
.password-error-italic  {
    color: #FF0000;
}.pindialog  {
    background-color: #FDF5B3;
    border-color: #E4C71F;
    color: #333333;
}.pindialog a:visited  {
    color: #176A94;
}
/* studentNotes.css */
#notes-tab hr  {
    border-top-color: #333333;
}
/* compositeGradePrintView.css */
.print .pageHeader  {
    color: #FFFFFF;
    background-color: #C3C3C3;
}.print .facultyDetails  {
    color: #FFFFFF;
}.print .printPersonDetails  {
    color: #FFFFFF;
}.print div.content-container-header  {
    background-color: #CCCCCC !important;
    border-color: #BBBBBB !important;
}.print .tableTd  {
    border-color: #B7C6D1;
}.print .data-table-print thead tr th  {
    border-color: #B7C6D1;
}.print  .data-table-print  {
    background-color: #FFFFFF;
}.print .grid table tr td  {
    border-color: #000000;
}@media print {table.grid.ui-widget-content  {
    border-color: #000000 !important;
}.print .data-table-print thead tr th  {
    border-color: #000000 !important;
}.print .data-table-print tbody tr td  {
    border-color: #000000 !important;
}#dataTable  {
    border-color: #000000 !important;
}
}

/* data-grid.css */
.table-head  {
    border-bottom-color: #D3D3D3;
}.caption  {
    color: #585858;
}.circle  {
    background-color: #808080;
}.selected-row  {
    background-color: #fafcff; /*#F3FCFF*/
}.table-main table tr  {
    border-bottom-color: #B7C6D1;
}.table-main .data-table tr  {
    border-bottom-color: #B7C6D1;
}.message-container  {
    color: #585858;
    border-bottom-color: #D3D3D3;
}.table-footer  {
    border-top-color: #D3D3D3;
}.column-filter-button  {
    background-color: #FFFFFF;
    border-color: #9c9c9c;
    color: #000000;
}.column-filter-button .placeholder  {
    color: #000000;
}.column-setting-menu li  {
    border-bottom-color: #D3D3D3;
}.column-setting-menu  {
    background-color: #FFFFFF;
    border-color: #CCC #DDD #DDD;
    border-right-color: #DDDDDD;
}.column-setting-menu::after  {
    border-bottom-color: #FFFFFF;
}.disable-container  {
    background-color: #EFEFEF;
}.column-filter-button  {
    background-color: #FFFFFF;
    border-color: #9c9c9c;
    color: #000000;
}.checkbox-container .cbdisabled + label  {
    color: #C6D2D5;
}.simple-input-field  {
    border-color: #9c9c9c;
    background-color: #FFFFFF;
}.pagination-container .pagination-controls select  {
    border-color: #9c9c9c;
}.pagination-container .pagination-controls button {
    border-color: #9c9c9c !important;
}.pagination-container .pagination-controls input  {
    border-color: #9c9c9c !important;
    background-color: #FFFFFF;
}.pagination-container .pagination-controls button,.pagination-container .pagination-controls select  {
    background-color: #FFFFFF;
}.pagination-container .pagination-controls button:disabled, .pagination-container .pagination-controls select:disabled  {
    background-color: #F6F9FA;
}.pagination-container .pagination-controls select  {
    background-color: #FFFFFF;
}.select-dropdown  {
    background-color: #FFFFFF;
    border-color: #9c9c9c;
    background-color: #FFFFFF;
}.input-box-score  {
    border-color: #9c9c9c;
}.input-box-date, input.hasMultiCalendarPicker  {
    border-color: #9c9c9c;
}#targetT  {
    background-color: #F9FAFB;
}.error  {
    border-color: #FF0000 !important;
    background-color: #FFFFFF !important;
}.select-dropdown  {
    background-color: #FFFFFF;
}.input-box-date, input.hasMultiCalendarPicker  {
    background-color: #FFFFFF;
}@media only screen and (max-width: 769px) {.message-container  {
    color: #585858;
    border-bottom-color: #D3D3D3;
}
}
@media only screen and (max-width: 769px) {.table-main tr td:first-child  {
    border-top-color: #D3D3D3;
    color: #007dff; /*#0c8cb4*/
}
}

/* info-text.css */
.infoTextTitle  {
    background-color: #fafcff; /*#eff4f8*/
    color: #585858;
    border-bottom-color: #cbcbcb;
}.infoTextBody  {
    color: #585858;
}.infoTextFooter  {
    color: #585858;
}
/* menu.css */
.tabs li a  {
    color: #83898E;
}.tabs li a.active  {
    border-bottom-color: #003E7E; /*#206E9F*/
    color: #585858;
}.side-panel .tabs li a  {
    color: #585858;
}
/* side-panel.css */
.no-course-data  {
    background-color: #fafcff; /*#eff4f8*/
    color: #585858;
    border-bottom-color: #cbcbcb;
}.side-panel-course-details  {
    color: #585858;
}.side-panel-course-details-header  {
    color: #585858;
    background-color: #fafcff; /*#eff4f8*/
    border-bottom-color: #B7C6D1;
}.course-details-gradable  {
    background-color: #fafcff; /*#eff4f8*/
    color: #585858;
    border-color: #cbcbcb;
}.grades-remaining  {
    color: #333333;
    border-color: #E0D397;
    background-color: #FFFFCC;
}.studentDetails  {
    border-top-color: #cbcbcb;
    color: #585858;
}.studentDetails h4  {
    border-top-color: #cbcbcb;
    border-bottom-color: #cbcbcb;
    color: #585858;
}.studentDetails-top  {
    border-bottom-color: #cbcbcb;
}.confidential-shield {
    color: #D16C1F;
}.person-deceased  {
    color: #D16C1F;
}.confidential_deceased  {
    background-color: #fafcff; /*#eff4f8*/
    color: #585858;
    border-color: #cbcbcb;
}.side-panel-course-details h4  {
    color: #585858;
}.side-panel-course-details-header  {
    color: #585858;
    background-color: #F5F8FB;
    border-color: #cbcbcb;
}.confidential_deceased  {
    background-color: #fafcff; /*#eff4f8*/
    color: #FFFEEA;
    border-color: #E0D397;
}
/* app.css */
html, body, #content  {
    color: #151618;
}#content  {
    background-color: #F8F8F8;
}xe-radio-button .radio-container label[tabindex="0"]:focus-visible  {
    outline-color: #102B5F; /*#026BC8*/
}xe-text-box .error-messages.ng-active  {
    color: #E22822;
}.home .eds-text-field.ng-invalid.ng-dirty,.home input.hasMultiCalendarPicker.component-error  {
    border-color: #FF3030 !important;
}.home .xe-label ~ .xe-required,.banner-ss-dialog .xe-label ~ .xe-required  {
    color: #D42828;
}.home hr,.banner-ss-dialog hr  {
    border-color: #B2B3B7;
}.table-container .thead thead tr th,.table-container .tbody thead tr th  {
    color: #5B5E65 !important;
}.table-container,.table-container .thead,.table-container .trDesktop thead tr th,.table-container .tbody tbody tr td,.table-container .tfoot.pagination-container  {
    border-color: #D9D9D9;
}.xe-tab-container .xe-tab-content  {
    border-top-color: #D9D9D9;
}.xe-tab-container a:focus-visible  {
    border-color: #102B5F; /*#026BC8*/
}#content .home .ui-select-container,.banner-ss-dialog .ui-select-container  {
    background-color: #FFFFFF;
}#content .home .ui-select-container .select2-choice.select2-default .select2-chosen,.banner-ss-dialog .ui-select-container .select2-choice.select2-default .select2-chosen  {
    color: #5B5E65;
}#content .home .ui-select-container.ng-invalid.ng-touched:not(.select2-dropdown-open) .select2-choice,.banner-ss-dialog .ui-select-container.ng-invalid.ng-touched:not(.select2-dropdown-open) .select2-choice  {
    border-color: #FF3030 !important;
}.ui-select-container ~ [aria-live="assertive"] .error-messages.ng-active  {
    color: #E22822;
}.home .page-header  {
    border-top-color: #D9D9D9;
    border-bottom-color: #D9D9D9;
    color: #151618;
}.sub-section-title  {
    color: #151618;
}.home section .sub-section-full,.home section .page-header  {
    border-bottom-color: #D9D9D9;
}.home a,.banner-ss-dialog a  {
    color: #102B5F; /*#026BC8*/
}.home .grid-total-count,.banner-ss-dialog .grid-total-count  {
    border-color: #B2B3B7;
    background-color: #F4F4F4;
}.mini-separator  {
    border-bottom-color: #D8D8D8;
}.mini-separator:after  {
    background-color: #FFFFFF;
}@media only screen and (max-width: 767px) {#breadcrumbHeader, #breadcrumbPageTitle  {
    border-left-color: #D4D9D7 !important;
}.breadcrumb-show-leaf a.leaf-breadcrumb, .breadcrumb-show-leaf span.leaf-breadcrumb  {
    color: #102B5F; /*#026BC8*/
}.buttons-container-xs-fixed  {
    border-top-color: #D9D9D9;
    background-color: #FFFFFF;
}
}
@media only screen and (max-width: 768px) {.table-container .caption,.table-container .tbody tbody tr  {
    border-color: #D9D9D9;
}.table-container .tbody tbody tr.active-row,.table-container .tbody tbody tr.active-row td,.table-container .tbody tbody tr:hover,.table-container .tbody tbody tr:hover td  {
    background-color: #F8F8F8;
}.table-container .data-table.mobileLayout tbody tr td:before  {
    color: #5B5E65;
}:not(.tile-body) .table-container  {
    border-color: #D9D9D9;
}
}

/* gradebook.css */
.facultySection-not-started {
    background-color: #FCE3DD;
    border-color: #F9C2B5;
}.facultySection-completed {
    background-color: #E2FDF1;
    border-color: #A8BFB5;
}.facultySection-in-progress {
    background-color: #FFE0BF;
    border-color: #CCB9A5;
}.title  {
    color: #000000;
    background-color: #FFFFFF;
}.select2-container .select2-choice > .select2-chosen  {
    color: #585858;
}
/* gradeEntry-eds.css */
.button-primary:hover:not([disabled])  {
    background-color: #1a4599; /*#065AA5*/
}.button-primary:focus:not([disabled])  {
    border-color: #ffed99; /*#81C8FF*/
}.button-primary  {
    background-color: #102B5F; /*#026BC8*/
    color: #FFFFFF;
}.button-secondary  {
    background-color: #FFFFFF;
    border-color: #102B5F; /*#026BC8*/
    color: #102B5F; /*#026BC8*/
    background-color: #FFFFFF;
    border-color: #102B5F; /*#026BC8*/
    color: #102B5F; /*#026BC8*/
}.button-primary:hover:not([disabled])  {
    background-color: #1a4599; /*#065AA5*/
}.button-secondary:hover:not([disabled])  {
    background-color: #1a4599; /*#065AA5*/
    color: #FFFFFF;
}.button-secondary:focus:not([disabled])  {
    border-color: #ffed99; /*#81C8FF*/
    background-color: #102B5F; /*#026BC8*/
    color: #FFFFFF;
}.button-primary:disabled  {
    background-color: #B2B3B7;
    color: #FFFFFF;
}.button-secondary:disabled  {
    background-color: #B2B3B7;
    color: #FFFFFF;
}.button-primary:active:not([disabled])  {
    background-color: #0f2857; /*#0A4982*/
}.button-secondary:active:not([disabled])  {
    background-color: #0f2857; /*#0A4982*/
}.tabs li a  {
    color: #102B5F; /*#026BC8*/
    background-color: #FFFFFF;
}.tabs li a:hover  {
    border-bottom-color: #102B5F; /*#026BC8*/
    color: #102B5F; /*#026BC8*/
}.tabs li a.active  {
    color: #102B5F; /*#026BC8*/
}.side-panel .tabs li a  {
    color: #102B5F; /*#026BC8*/
}.selected-row  {
    background-color: #F8F8F8;
}.table-main tbody tr:hover  {
    background-color: #F2F8FC;
}.pagination-container .pagination-controls select  {
    border-color: #102B5F !important; /*#026BC8*/
}.pagination-container .pagination-controls button {
    border-color: #102B5F !important; /*#026BC8*/
}.pagination-container .pagination-controls input  {
    border-color: #102B5F !important; /*#026BC8*/
    background-color: #FFFFFF;
}.pagination-container .pagination-controls select  {
    color: #000000;
    background-color: #FFFFFF;
}.checkbox-container .cbdisabled + label  {
    color: #5B5E65;
}.select2-results .select2-highlighted .select2-result-label {
    color: #FFFFFF;
}.facultySection-not-started {
    background-color: #FFEEED;
    color: #D42828;
    border-color: #F9C2B5;
}.facultySection-completed {
    background-color: #EAF7F2;
    color: #00804D;
    border-color: #A8BFB5;
}.facultySection-in-progress {
    background-color: #F5F2E7;
    color: #8A6A00;
    border-color: #CCB9A5;
}#breadcrumb-panel, #title-panel  {
    background-color: #F7F7F7;
}@media only screen and (max-width: 769px) {.narrativeGradeComment  {
    border-color: #9c9c9c;
}
}
@media only screen and (max-width: 770px) and (min-width: 768px) {.narrativeGradeComment  {
    border-color: #9c9c9c;
}
}

/* importExportFGE_exp.css */
.tab-content > .active  {
    color: #FFFFFF;
}
/* academicReview.css */
.search-info  {
    border-color: #B7C6D1;
    background-color: #FFFFFF;
    color: #003E7E; /*#206E9F*/
}.search-form  {
    border-color: #B7C6D1;
    background-color: #F9FAFB;
    border-color: #e3e3e3;
}.select2-container .select2-choice .select2-arrow b  {
    background-color: #FFFFFF !important;
}.termCode  {
    background-color: #FFFFFF;
    border-color: #9c9c9c;
    background-color: #FFFFFF;
}.search-input-field  {
    border-color: #9c9c9c;
    background-color: #FFFFFF;
}.student-input-field  {
    background-color: #FFFFFF;
}.select2-container-multi .select2-choices  {
    border-color: #9c9c9c;
}.sar-header-desc  {
    color: #003E7E; /*#206E9F*/
}.search-results  {
    border-color: #B7C6D1;
    background-color: #FFFFFF;
}.studentDetails  {
    border-color: #B7C6D1;
    background-color: #F9FAFB;
    border-color: #e3e3e3;
    color: #585858;
}.confidential-icon-msg  {
    color: #D16C1F;
}.deceased-icon-msg  {
    color: #D16C1F;
}.banner-id  {
    color: #585858;
}.studentInformationSection  {
    border-color: #B7C6D1;
    background-color: #F9FAFB;
    border-color: #e3e3e3;
    color: #585858;
}.study-path  {
    background-color: #FFFFFF;
    border-color: #e3e3e3;
    color: #585858;
}.component .component-footer  {
    border-top-color: #B7C6D1;
    background-color: #FFFFFF;
}.selected-crn  {
    border-color: #B7C6D1;
    background-color: #F9FAFB;
    border-color: #e3e3e3;
    color: #585858;
}::-webkit-input-placeholder  {
    color: #999999;
}::-moz-placeholder  {
    color: #999999;
}:-ms-input-placeholder  {
    color: #999999;
}:-moz-placeholder  {
    color: #999999;
}@media only screen and (max-width: 769px) {#content  {
    background-color: #FFFFFF;
}.sar-header  {
    color: #585858;
    border-bottom-color: #9c9c9c;
}.search-form  {
    background-color: #FFFFFF;
}#breadcrumb-panel  {
    border-bottom-color: #9c9c9c;
}
}
@media only screen and (max-width: 769px) {.search-results  {
    background-color: #FFFFFF;
}
}
@media only screen and (max-width: 769px) {.banner-id  {
    color: #585858;
}.confidential-icon-msg  {
    color: #D16C1F;
}.deceased-icon-msg  {
    color: #D16C1F;
}.search-results .table-main tr td:first-child  {
    color: #585858;
}.component-footer-sar  {
    border-top-color: #B7C6D1;
    background-color: #FFFFFF;
}
}
@media only screen and (max-width: 769px) {.studentInformationSection  {
    color: #585858;
    border-bottom-color: #B7C6D1;
}
}
@media only screen and (max-width: 769px) {.study-path  {
    background-color: #FFFFFF;
    color: #585858;
}
}
@media only screen and (max-width: 769px) {.select-dropdown-grade  {
    background-color: #FFFFFF;
    border-color: #9c9c9c;
    background-color: #FFFFFF;
}.table-main tr td:nth-child(2)  {
    border-bottom-color: #FFFFFF !important;
}.component .component-footer  {
    border-top-color: #B7C6D1;
    background-color: #FFFFFF;
}
}
@media only screen and (max-width: 769px) {.SARContent .component  {
    border-top-color: #B7C6D1;
}
}
@media only screen and (max-width: 770px) and (min-width: 768px) {.component .component-footer  {
    border-top-color: #B7C6D1;
    background-color: #FFFFFF;
}
}
@media only screen and (min-width: 769px) and (max-width: 1025px) {.study-path  {
    background-color: #FFFFFF;
    border-color: #e3e3e3;
    color: #585858;
}
}

/* academicReview-eds.css */
.button-primary:hover:not([disabled])  {
    background-color: #1a4599; /*#065AA5*/
}.button-primary:focus:not([disabled])  {
    border-color: #ffed99; /*#81C8FF*/
}.button-primary  {
    background-color: #102B5F; /*#026BC8*/
    color: #FFFFFF;
}.button-secondary  {
    background-color: #FFFFFF;
    border-color: #102B5F; /*#026BC8*/
    color: #102B5F; /*#026BC8*/
    background-color: #FFFFFF;
    border-color: #102B5F; /*#026BC8*/
    color: #102B5F; /*#026BC8*/
}.button-primary:hover:not([disabled])  {
    background-color: #1a4599; /*#065AA5*/
}.button-secondary:hover:not([disabled])  {
    background-color: #1a4599; /*#065AA5*/
    color: #FFFFFF;
}.button-secondary:focus:not([disabled])  {
    border-color: #ffed99; /*#81C8FF*/
    background-color: #102B5F; /*#026BC8*/
    color: #FFFFFF;
}.button-primary:disabled  {
    background-color: #B2B3B7;
    color: #FFFFFF;
}.button-secondary:disabled  {
    background-color: #B2B3B7;
    color: #FFFFFF;
}.button-primary:active:not([disabled])  {
    background-color: #0f2857; /*#0A4982*/
}.button-secondary:active:not([disabled])  {
    background-color: #0f2857; /*#0A4982*/
}.table-main tbody tr:hover  {
    background-color: #F2F8FC;
}.selected-row  {
    background-color: #F8F8F8;
}.select2-results .select2-highlighted  {
    background-color: #102B5F !important; /*#026BC8*/
    color: #FFFFFF;
}.select2-results li  {
    border-bottom-color: #EEEEEF;
}.select2-results ul li:first-child  {
    border-top-color: #EEEEEF;
}.select2-default  {
    color: #585656 !important;
}.select2-container-multi .select2-choices  {
    border-color: #9c9c9c;
}.select2-drop-multi.select2-drop-active  {
    border-color: #9c9c9c;
}
/* xe-column-layout.css */
.xe-column-group > label,.xe-column-container > label,.xe-column-container > [ng-show] > label,.xe-column-container > [ng-hide] > label,.xe-column-container > [ng-if] > label,.xe-column-container .textbox-container .xe-label,.xe-column-container .textarea-container .xe-label,.xe-column-container .select-container .xe-label  {
    color: #151618;
}
/* xe-tile-section.css */
.tile-section .tile-header  {
    color: #151618;
}
/* app-feeEstimate.css */
.fee-estimation-header .tabs  {
    background-color: #FFFFFF;
}
/* xe-dialog-popup.css */
.banner-ss-dialog.xe-popup-mask  {
    color: #151618;
}.banner-ss-dialog.xe-popup-mask .xe-popup-container .xe-popup-header .xe-app-title  {
    color: #151618;
}.banner-ss-dialog.xe-popup-mask .xe-popup-container .xe-pop-content  {
    color: #151618;
}.banner-ss-dialog.xe-popup-mask .xe-popup-container .xe-pop-content .section-heading  {
    color: #151618;
}
/* xe-smart-navigation.css */
section.smartNavigationSection .sticky.smart-navigation-fixed  {
    background-color: #F8F8F8;
}#smartNavigation.nav > li  {
    color: #5B5E65;
}#smartNavigation.nav > li:hover,#smartNavigation.nav > li.active-smart-nav  {
    border-bottom-color: #102B5F; /*#026BC8*/
}#smartNavigation.nav > li:hover label,#smartNavigation.nav > li.active-smart-nav label  {
    color: #102B5F; /*#026BC8*/
}
/* xe-table.css */
table.xe-table th,table.xe-table td  {
    border-color: #D9D9D9;
}table.xe-table.xe-table-type-box tr  {
    border-bottom-color: #D9D9D9;
}.header-org  {
    color: #000000FF !important;
}table.xe-table.xe-table-type-box tfoot tr  {
    border-top-color: #D9D9D9;
}table.xe-table th  {
    color: #5B5E65;
}table.xe-table th .data span  {
    color: #5B5E65;
}table.xe-table td.total-col  {
    color: #151618;
}@media only screen and (max-width: 767px) {table.xe-table.xe-table-xs tr  {
    border-bottom-color: #D9D9D9;
}table.xe-table.xe-table-xs tr > th .xe-col-xs,table.xe-table.xe-table-xs tr > td .xe-col-xs  {
    color: #151618;
}
}

/* app-progcat.css */
.option-vertical-img:before  {
    background-color: #5B5E65;
}.home .chevron.chevron-up:before  {
    border-right-color: #5B5E65;
    border-top-color: #5B5E65;
}.home .chevron.chevron-down:after  {
    border-right-color: #5B5E65;
    border-top-color: #5B5E65;
}
/* program.css */
td[data-name="entity"] .set:before  {
    border-left-color: #000000;
}.structure-desc.credit-text  {
    color: #5B5E65;
}table#structureGrid tbody tr.root-structure  {
    border-top-color: #D9D9D9 !important;
}
/* class-schedule.css */
.classes-nav section .sub-section-full  {
    border-top-color: #D9D9D9;
}
/* xe-column-container.css */
.xe-column-container > label,.xe-column-container .textbox-container .xe-label,.xe-column-container .textarea-container .xe-label  {
    color: #151618;
}.xe-column-container > label   {
    color: #151618;
}.xe-column-group > label  {
    color: #151618;
}
/* applicant-details.css */
.table-container .tbody tbody tr.expand-view,.table-container .tbody tbody tr.expand-view:hover,.table-container .tbody tbody tr.expand-view:hover td,tr.expand-view .table-container .thead thead tr th,tr.expand-view .table-container .tbody tbody tr td,tr.expand-view .table-container .tbody tbody tr.active-row,tr.expand-view .table-container .tbody tbody tr.active-row td,tr.expand-view .table-container .tbody tbody tr:hover,tr.expand-view .table-container .tbody tbody tr:hover td,tr.expand-view .table-container .tbody  {
    background-color: #F8F8F8;
}@media only screen and (max-width: 768px) {.applicant-details .table-container:not(.unit-grades-grid)  {
    border-color: #D9D9D9;
}.table-container .tbody tbody tr.expand-collapse-unit-grades-row + tr.expand-view.unit-grades-expand-view .unit-grades-grid  {
    border-top-color: #D9D9D9;
}
}

/* pageCommon.css */
.content-section .section-body div.sub-heading  {
    color: #151618;
}div.sub-heading .sub-heading-line  {
    border-bottom-color: #DFDFDF;
}body, #content  {
    color: #151618;
    background-color: #F8F8F8;
}a  {
    color: #102B5F; /*#026BC8*/
}.home .page-header  {
    border-top-color: #D9D9D9;
    border-bottom-color: #D9D9D9;
}.home .page-header label  {
    color: #151618;
}.home .page-header h1  {
    color: #151618;
}.home .line  {
    border-bottom-color: #DFDFDF;
}.home div.info-header  {
    background-color: #EFF7FF;
    color: #2874BB;
    border-top-color: #2874BB;
}.home .section-envelop  {
    border-color: #D9D9D9;
    background-color: #FFFFFF;
}.home .select-container label  {
    color: #151618;
}.home .select-container .ui-select-container  {
    background-color: #FFFFFF;
}.content-section .section-header  {
    border-bottom-color: #DFDFDF;
}.content-section .section-header label  {
    color: #151618;
}.content-section .section-body .column-container label  {
    color: #5B5E65;
}.content-section .section-body .column-container div  {
    color: #151618;
}.table-container .tbody tbody tr  {
    border-bottom-color: #D9D9D9;
}xe-button .secondary:hover:not([disabled])  {
    background-color: #1a4599; /*rgb(6,90,165)*/
    border-color: #102B5F; /*rgb(2,107,200)*/
    color: #FFFFFF;
}.textarea-container .xe-label, .textbox-container .xe-label  {
    color: #151618;
}.home .xe-tab-container  {
    background-color: #FFFFFF;
}.component-error  {
    border-color: #CC0000 !important;
}button.show-as-link {
    color: #102B5F; /*#026BC8*/
}.back-to-id-selection-text  {
    color: #102B5F; /*#026BC8*/
}#confirmAlertOnModal.alert  {
    border-top-color: #FDC228;
}#confirmAlertOnModal .alert-buttons .primary  {
    background-color: #8A6A00;
}#confirmAlertOnModal .alert-buttons .secondary  {
    border-color: #8A6A00;
    color: #8A6A00;
}#confirmAlertOnModal xe-button .secondary:hover:not([disabled]),#confirmAlertOnModal xe-button .secondary:focus:not([disabled])  {
    background-color: #8A6A00;
    color: #FFFFFF;
}#confirmAlertOnModal xe-button .primary:hover:not([disabled]),#confirmAlertOnModal xe-button .primary:focus:not([disabled])  {
    border-color: #FDC228;
}.info-message-display  {
    background-color: #F0F8FF;
    border-top-color: #63AEEC;
}.info-notification-tile-content  {
    color: #2874BB;
}.error-message-display  {
    background-color: #FFEEED;
    border-top-color: #D42828;
}.error-notification-tile-content  {
    color: #D42828;
}.error-message-color  {
    color: #D42828;
}label.xe-label span.xe-required  {
    color: #D42828;
}.section-envelop.student-card-section .section-header  {
    border-color: #D9D9D9;
}header.section-header.no-expand-collapse  {
    border-bottom-color: #DFDFDF;
}@media only screen and (max-width: 768px) {.table-container .tbody tbody tr:hover  {
    background-color: #F2F8FC;
}.table-container .tbody tbody tr td:before  {
    color: #151618;
}.table-container .tbody tbody tr.active-row  {
    background-color: #F8F8F8;
}
}
@media print {.info-message-display  {
    background-color: #FFEEED;
    border-top-color: #63AEEC;
}.error-message-display  {
    background-color: #FFEEED;
    border-top-color: #D42828;
}table.xe-table th  {
    color: #5B5E65;
}
}

/* academicTranscript.css */
.content-section .section-header  {
    border-bottom-color: #DFDFDF;
}.page-tools a  {
    color: #525252;
}
/* student-common-directive.css */
section.smartNavigationSection > div.sticky  {
    background-color: #EFEFEF !important;
    border-bottom-color: #DFDFDF;
}.smart-navigation-fixed  {
    border-top-color: #DFDFDF;
    border-bottom-color: #DFDFDF;
}#smartNavigation.nav > li  {
    color: #151618;
}#smartNavigation.nav > li.active-smart-nav  {
    color: #102B5F; /*#026BC8*/
    border-bottom-color: #102B5F; /*#026BC8*/
}table.xe-table th,table.xe-table td  {
    border-color: #D9D9D9;
}table.xe-table.xe-table-type-box tr  {
    border-bottom-color: #D9D9D9;
}table.xe-table th  {
    color: #5B5E65;
}table.xe-table td.total-col  {
    color: #151618;
}@media print {.error-message-display  {
    background-color: #FFEEED;
    border-top-color: #D42828;
}
}
@media only screen and (max-width: 767px) {#smartNavigation.nav > li  {
    color: #102B5F; /*#026BC8*/
}table.xe-table.xe-table-xs tr  {
    border-bottom-color: #D9D9D9;
}table.xe-table.xe-table-xs tr > th .xe-col-xs,table.xe-table.xe-table-xs tr > td .xe-col-xs  {
    color: #151618;
}
}

/* academicTranscriptPrint.css */
.printHeading1  {
    color: #151618;
}.printHeading2  {
    color: #151618;
}.printHeading3  {
    color: #5B5E65;
}.printHeading4  {
    color: #5B5E65;
}.content-section .section-body div.sub-heading  {
    color: #151618;
}.content-section .section-body div.sub-heading label.primary-secondary  {
    background-color: #E9E9E9;
    color: #151618;
}.content-section .section-body div.sub-heading div.primary-secondary  {
    background-color: #E9E9E9;
    color: #151618;
}.curriculum-label  {
    color: #151618 !important;
}.secondary-curriculum-label  {
    color: #151618 !important;
}.content-section .section-header label  {
    color: #151618;
    background-color: #E9E9E9;
}.content-section .section-body .column-container label  {
    color: #74767C;
}.content-section .section-body .column-container div  {
    color: #151618;
}table.xe-table th  {
    color: #74767C;
}table.xe-table td  {
    color: #151618;
}table.xe-table.xe-table-type-box thead th  {
    border-bottom-color: #D9D9D9 !important;
}@media only screen and (max-width: 768px) {table.xe-table.xe-table-xs tr > th .xe-col-xs,table.xe-table.xe-table-xs tr > td .xe-col-xs  {
    color: #151618;
}
}
@media print {.printHeading1  {
    color: #151618 !important;
}.printHeading2  {
    color: #151618 !important;
}.printHeading3  {
    color: #5B5E65 !important;
}.printHeading4  {
    color: #5B5E65 !important;
}.content-section .section-body div.sub-heading  {
    color: #151618 !important;
}.content-section .section-body div.sub-heading label.primary-secondary  {
    background-color: #E9E9E9 !important;
    color: #151618 !important;
}.content-section .section-body div.sub-heading div.primary-secondary  {
    background-color: #E9E9E9 !important;
    color: #151618 !important;
}.content-section .section-header label  {
    color: #151618 !important;
    background-color: #E9E9E9 !important;
}.content-section .section-body .column-container label  {
    color: #74767C !important;
}.content-section .section-body .column-container div  {
    color: #151618 !important;
}table.xe-table th  {
    color: #74767C !important;
}table.xe-table td  {
    color: #151618 !important;
}table.xe-table.xe-table-type-box thead th  {
    border-bottom-color: #D9D9D9 !important;
}.curriculum-label  {
    color: #151618 !important;
}
}

/* assignments.css */
.assignmentHistoryApp table.xe-table.xe-table-type-box tr  {
    border-bottom-color: #D9D9D9;
}.assignmentHistoryApp table.xe-table th  {
    color: #5B5E65;
    border-color: #D9D9D9;
}.assignmentHistoryApp .xe-sort-data .arrow-up-down:before, .assignmentHistoryApp .xe-sort-data .arrow-up-down:after  {
    border-color: #5B5E65;
}@media only screen and (max-width: 767px) {.assignmentHistoryApp table.xe-table.xe-table-xs tr  {
    border-bottom-color: #D9D9D9;
}.assignmentHistoryApp table.xe-table.xe-table-xs tr > th .xe-col-xs,.assignmentHistoryApp table.xe-table.xe-table-xs tr > td .xe-col-xs  {
    color: #151618;
}
}

/* swfApp.css */
a.m-ssb-tooltip  {
    color: #000000;
}a.m-ssb-tooltip:hover {
    color: #000000;
}.required-before:before  {
    color: #D42828;
}.card-list .card  {
    color: #585858;
    background-color: #FFFFFF;
}.dblabel  {
    color: #000000;
}.captiontext  {
    color: #000000;
}.dbdefault  {
    color: #000000;
}
/* t2202aApp.css */
a.m-ssb-tooltip  {
    color: #000000;
}a.m-ssb-tooltip:hover {
    color: #000000;
}.required-before:before  {
    color: #D42828;
}.card-list .card  {
    color: #585858;
    background-color: #FFFFFF;
}.dblabel  {
    color: #000000;
}.captiontext  {
    color: #000000;
}.dbdefault  {
    color: #000000;
}
/* courseDetails.css */
#courseDetailsHeaders  {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
}#courseDetailsHeaders h3  {
    border-color: #DDDDDD;
}#courseDetailsHeaders h3.selected  {
    background-color: #FFFFFF;
}
/* sectionDetails.css */
#classDetailsHeaders  {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
}#classDetailsHeaders h3  {
    border-color: #DDDDDD;
}#classDetailsHeaders h3.selected  {
    background-color: #FFFFFF;
}#classDetailsContentDetailsDiv .meetingTimesContainer  {
    border-color: #DDDDDD;
}#classDetailsContentDetailsDiv .meetingTimesContainer .meeting-faculty  {
    border-top-color: #DDDDDD;
    border-bottom-color: #DDDDDD;
}#classDetailsContentDetailsDiv .meetingTimesContainer .meeting .left  {
    border-right-color: #DDDDDD;
}.linkedSectionsAddAll  {
    background-color: #E0E0E0;
}.profileCard  {
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #7D7D7D;
}.profileCard .close  {
    color: #999999;
}.profileCard ul li a  {
    color: #007dff; /*#369*/
}.profileCard.arrow.left:after  {
    border-right-color: #FFFFFF;
}.profileCard.arrow.left:before  {
    border-right-color: #CCCCCC;
}.profileCard.arrow.default:after  {
    border-bottom-color: #FFFFFF;
}.profileCard.arrow.default:before  {
    border-bottom-color: #CCCCCC;
}.profileCardScreen  {
    background-color: #000000;
}
/* courseSectionDetailsCommon.css */
.basePreqTable thead tr  {
    border-bottom-color: #DDDDDD;
}.basePreqTable tbody tr td  {
    border-bottom-color: #DDDDDD;
}.basePreqTable tbody tr:last-child td  {
    border-bottom-color: #DDDDDD;
}.primary-button  {
    color: #FFFFFF;
    border-color: #333333;
}.primary-button:hover  {
    color: #FFFCF2;
    border-color: #333333;
}.primary-button:active  {
    color: #FFFFFF;
    border-color: #000000;
}.primary-button .ui-button-text  {
    color: #FFFFFF;
}.small-button  {
    color: #333333;
}.loading  {
    background-color: #000000;
}.ui-dialog, .popup  {
    background-color: #FFD200; /*#75C5FF*/
    border-color: #FFD200; /*#75C5FF*/
    color: #DDDDDD;
}div.multiTermPopup div.popup-header,div.popup div.popup-header,div.ui-dialog div.ui-dialog-titlebar  {
    color: #FFFFFF;
    background-color: #4084AC;
    border-top-color: #9DBBCE;
    border-bottom-color: #335E78;
}.ui-dialog .ui-dialog-content  {
    background-color: #F7F7F7;
}.modalCloseImg:hover, .ui-dialog-titlebar a.ui-dialog-titlebar-close:hover  {
    border-color: #46708C;
}
/* courseSchedulePopup.css */
.course-details-dialog, .popup  {
    background-color: #F7F7F7 !important;
}div.course-details-dialog div.ui-dialog-titlebar  {
    background-color: #F7F7F7 !important;
    border-bottom-color: #cbcbcb;
}.course-details-dialog .ui-dialog-title  {
    color: #003E7E; /*#206E9F*/
}div.courseDetailsSubTitle, div.classDetailsSubTitle  {
    border-bottom-color: #cbcbcb;
}#courseDetailsHeaders h3:first-child, #classDetailsHeaders h3:first-child  {
    border-top-color: #cbcbcb;
}#courseDetailsHeaders h3.selected:first-child, #classDetailsHeaders h3.selected:first-child  {
    border-color: #99cbff; /*#B2DEEB*/
}#courseDetailsHeaders h3, #classDetailsHeaders h3  {
    border-color: #cbcbcb;
    background-color: #FFFFFF;
}#courseDetailsHeaders h3.selected, #classDetailsHeaders h3.selected  {
    border-color: #99cbff; /*#B2DEEB*/
    background-color: #fafcff; /*#F3FCFF*/
}h2.dialog-search-results-subheader, .courseDetailsSubTitle span, h2.search-results-header  {
    color: #585858;
}#courseDetailsHeaders a, #classDetailsHeaders a  {
    color: #585858;
}#courseDetailsWrapper, #classDetailsWrapper  {
    background-color: #FFFFFF;
}#courseDetailsContentDetailsDiv, #classDetailsContentDetailsDiv  {
    color: #585858;
}#accordion span.status-bold, #courseAccordion span.status-bold  {
    color: #31383E;
}@media only screen and (max-width: 768px) {#classDetailsHeaders h3, #courseDetailsHeaders h3 {
    border-bottom-color: #cbcbcb;
}.ui-dialog #courseAccordion h3.selected, .ui-dialog #accordion h3.selected {
    background-color: #fafcff; /*#F3FCFF*/
}.ui-dialog #courseAccordion #courseDetailsContentDetailsDiv, .ui-dialog #accordion #classDetailsContentDetailsDiv {
    background-color: #fafcff; /*#F3FCFF*/
    border-bottom-color: #99cbff; /*#B2DEEB*/
}div.course-details-dialog div.ui-dialog-titlebar {
    background-color: #FFFFFF !important;
}div.courseDetailsSubTitle, div.classDetailsSubTitle {
    background-color: #F9FAFB;
}.course-details-dialog .ui-dialog-title {
    color: #283036;
}#courseDetailsHeaders a.email, #classDetailsHeaders a.email  {
    color: #99cbff; /*#428bca*/
}
}

/* degreeEvaluation.css */
.section-content-line  {
    border-bottom-color: #DFDFDF;
}.section-header.no-expand-collapse  {
    border-bottom-color: #DFDFDF;
}.curriculum-section-email  {
    color: #DFDFDF;
}div.mail-to-wrapper span.email-icon-info  {
    color: #5B5E65;
}div.mail-to-wrapper span.email-icon-text  {
    color: #102B5F; /*#026BC8*/
}header.section-header.no-expand-collapse  {
    border-bottom-color: #DFDFDF;
}table.xe-table td font[color = red]  {
    color: #D42828 !important;
}table.xe-table td font[color = black]  {
    color: #00804D !important;
}
/* pageCommon-form.css */
.form-sub-header-half-border  {
    border-bottom-color: #D8D8D8;
}.form-row .select-container .ui-select-container.ng-invalid:not(.ng-pristine) > .select2-choice {
    border-color: #B2B3B7 !important;
}
/* facultyAdvisorSecurityInfo.css */
.security-info-section  {
    border-color: #DFDFDF;
    background-color: #FFFFFF;
}.security-info-header  {
    border-bottom-color: #DFDFDF;
}.column-headers  {
    color: #5B5E65;
}
/* facultyDetailSchedule.css */
#scheduledMeetingTimes .section-body  {
    border-bottom-color: #D9D9D9;
}.add-office-hours-text  {
    color: #102B5F; /*#026BC8*/
}
/* facultyFeedback.css */
.main-container hr  {
    border-color: #C0C0C059;
}#content  {
    background-color: #F6F8F7 !important;
}.data-grid> thead > tr > th,.data-grid> tbody > tr > td {
    border-bottom-color: #e3e3e3 !important;
}.feedback-page-header {
    color: #151618;
    background-color: #F6F8F7 !important;
    border-bottom-color: #e3e3e3;
}.crn-drop-down-section {
    border-bottom-color: #e3e3e3;
}.crn-drop-down-section label {
    color: #000000;
}.info-icon  {
    color: #2874BB;
}.feedback-container  {
    background-color: #FFFFFF;
}.feedback-container .caption {
    color: #000000;
    border-left-color: #e3e3e3;
    border-top-color: #e3e3e3;
    border-right-color: #e3e3e3;
}.inner-table  {
    background-color: #F6F8F7 !important;
}.inner-table-container {
    background-color: #F6F8F7 !important;
}input[type=checkbox] + label::before  {
    border-color: #999999;
    background-color: #FFFFFF;
    color: #FFFFFF;
}input[type=checkbox]:focus + label::before  {
    border-color: #FFD200; /*#51ABFF*/
}input[type=checkbox]:checked + label::before  {
    border-color: #0074DB;
    background-color: #0074DB;
    color: #FFFFFF;
}input[type=checkbox]:checked + label::before:focus  {
    border-color: #FFD200; /*#51ABFF*/
}.error-message-display  {
    background-color: #FFEEED;
    border-top-color: #D42828;
}.error-notification-tile-content  {
    color: #D42828;
}input[type=checkbox]:checked:focus + label::before  {
    border-color: #FFD200; /*#51ABFF*/
}input[type=checkbox]:disabled + label  {
    color: #6C6C6C;
}input[type=checkbox]:disabled + label::before  {
    border-color: #BDBDBD;
    background-color: #F7F7F7;
}input[type=checkbox]:checked:disabled + label  {
    color: #6C6C6C;
}input[type=checkbox]:checked:disabled + label::before  {
    border-color: #BDBDBD;
    background-color: #BDBDBD;
}.feedback-roster-info-section.row  {
    background-color: #FFFFFF;
    border-color: #e3e3e3;
}.feedback-roster-info-section.row div:first-child {
    border-bottom-color: #e3e3e3;
    color: #151618;
}.feedback-roster-info-section.row div span:last-child {
    color: #102B5F; /*#026BC8*/
}.faculty-feedback-select2-container  .ui-select-container {
    background-color: #FFFFFF;
}.faculty-feedback-select2-container .ui-select-container .select2-choice {
    border-color: #000000;
}.crn-drop-down-section .ui-select-container {
    background-color: #FFFFFF;
}xe-text-area .comments-field  {
    border-color: #000000;
}#breadcrumb-panel {
    background-color: #FFFFFF;
}.feedbackSessionContainer .table-container .tbody tbody tr td  {
    border-top-color: #D9D9D9;
    border-bottom-color: #D9D9D9;
}.feedbackSessionContainer .table-container .caption caption {
    border-color: #D9D9D9;
    background-color: #FFFFFF;
}.feedbackSessionContainer .hr-scrollable-content {
    border-color: #D9D9D9;
}.feedbackSessionContainer tr th div.data span  {
    color: #5B5E65;
}.feedback-session-container {
    background-color: #F8F8F8;
    border-bottom-color: #e3e3e3;
}.feedback-session-header {
    color: #151618;
}.rowColor {
    color: #9D9D9D !important;
}.tableTextColor {
    color: #9D9D9D !important;
}.removeBackground {
    background-color: #FFFFFF !important;
    color: #9D9D9D !important;
}.no-hyper-link   {
    color: #333333;
}@media screen and (max-width: 767px){.data-grid> tbody:first-of-type tr:first-of-type td:first-of-type {
    border-top-color: #e3e3e3;
}.data-grid> tbody > tr > td {
    border-left-color: #e3e3e3;
    border-right-color: #e3e3e3;
}.data-grid tbody tr td[id^="toggleIcon"] {
    border-bottom-color: #e3e3e3 !important;
}.span-more-less {
    color: #102B5F; /*#026BC8*/
}
}
@media only screen and (max-width: 767px) {#breadcrumbHeader, #breadcrumbPageTitle  {
    border-left-color: #D4D9D7 !important;
}.breadcrumb-show-leaf a.leaf-breadcrumb, .breadcrumb-show-leaf span.leaf-breadcrumb  {
    color: #575757;
}
}
@media screen and (max-width: 768px){.feedbackSessionContainer .table-container .tbody tbody tr {
    border-bottom-color: #D9D9D9;
}.mobileBackground {
    background-color: #FFFFFF;
}td.tableTextColor:before {
    color: #9D9D9D !important;
}.removeBackground {
    background-color: #FFFFFF !important;
    color: #9D9D9D !important;
}
}

/* facultyFeedbackAdministration.css */
#content  {
    background-color: #F6F8F7 !important;
}.feedback-admin .component-error  {
    border-color: #FF0000 !important;
}.feedback-administration-container  {
    background-color: #F8F8F8;
    border-bottom-color: #e3e3e3;
}.feedback-administration-tab  {
    background-color: #FFFFFF;
    border-bottom-color: #e3e3e3;
}.feedback-administration-header  {
    color: #151618;
}.section-envelop  {
    border-color: #D9D9D9;
    background-color: #FFFFFF;
}.section-header  {
    border-bottom-color: #DFDFDF;
}.section-header label  {
    color: #151618;
}.section-header.no-expand-collapse  {
    border-bottom-color: #DFDFDF;
}.add-new-session-issues-recommendations-text  {
    color: #102B5F; /*#026BC8*/
}.form-group.required .form-label:after,.label-mandatory-field:after  {
    color: #FF0000;
}.popup-error-text,.popup-error-text *  {
    color: #E32D27;
}xe-text-box .xe-label  {
    color: #585858;
}#add_session_popup .datePicker.ng-invalid.ng-touched  {
    border-color: #FF0000;
}#add_session_popup .datePicker.readonly  {
    border-color: #151618;
}#add_session_popup xe-text-box input.ng-touched.readonly,#add_session_popup xe-text-box input.ng-invalid.readonly  {
    border-color: #151618 !important;
    background-color: #F7F7F7;
}#add_session_popup xe-text-box .xe-label , #add_issueRecomm_popup xe-text-box .xe-label {
    color: #585858;
}.section-envelop xe-text-box .disabled  {
    border-color: #B2B3B7;
}#add_session_popup .xe-required  {
    color: #FF0000 !important;
}.section-envelop .sessionAdminDatePicker  {
    border-color: #B2B3B7;
    background-color: #FFFFFF;
}.tableTextColor  {
    color: #9D9D9D !important;
    background-color: #FFFFFF !important;
}.section-envelop .table-container .tbody tbody tr:hover td  {
    background-color: #FFFFFF;
}#breadcrumb-panel  {
    background-color: #FFFFFF;
}.modal-header  {
    border-bottom-color: #E5E5E5;
}.modal-title  {
    color: #585858;
}label  {
    color: #585858;
}.notification-popover .modal-footer  {
    border-top-color: #e3e3e3;
}.confirmOverlay xe-button .secondary:hover:not([disabled])  {
    background-color: #1a4599; /*#065AA5*/
    color: #FFFFFF;
}@media only screen and (max-width: 767px) {#breadcrumbHeader,#breadcrumbPageTitle  {
    border-left-color: #D4D9D7 !important;
}.breadcrumb-show-leaf a.leaf-breadcrumb,.breadcrumb-show-leaf span.leaf-breadcrumb  {
    color: #575757;
}
}
@media only screen and (max-width: 767px) {.section-envelop .data-table .textbox-container .text-field  {
    border-color: #B2B3B7 !important;
}.section-envelop .table-container .tbody tbody tr  {
    border-bottom-color: #D9D9D9;
}
}
@media screen and (min-width: 768px) {.modal-content  {
    background-color: #FFFFFF;
    border-color: #999999;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {.section-envelop .sessionAdminDatePicker  {
    border-color: #B2B3B7;
    background-color: #FFFFFF;
}.section-envelop .table-container tr.active-row td.focus-ring  {
    background-color: #FFFFFF;
}
}

/* fullcalendar.css */
.fc-unthemed th,.fc-unthemed td,.fc-unthemed thead,.fc-unthemed tbody,.fc-unthemed .fc-divider,.fc-unthemed .fc-row,.fc-unthemed .fc-content,.fc-unthemed .fc-popover  {
    border-color: #DDDDDD;
}.fc-unthemed .fc-popover  {
    background-color: #FFFFFF;
}.fc-unthemed .fc-divider,.fc-unthemed .fc-popover .fc-header  {
    background-color: #EEEEEE;
}.fc-unthemed .fc-popover .fc-header .fc-close  {
    color: #666666;
}.fc-unthemed .fc-today  {
    background-color: #FCF8E3;
}.fc-highlight  {
    background-color: #99cbff; /*#bce8f1*/
}.fc-bgevent  {
    background-color: #8FDF82;
}.fc-nonbusiness  {
    background-color: #D7D7D7;
}.fc-state-default  {
    background-color: #F5F5F5;
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    color: #333333;
}.fc-state-hover,.fc-state-down,.fc-state-active,.fc-state-disabled  {
    color: #333333;
    background-color: #E6E6E6;
}.fc-state-hover  {
    color: #333333;
}.fc-state-down,.fc-state-active  {
    background-color: #CCCCCC;
}.fc-event  {
    border-color: #007dff; /*#3a87ad*/
    background-color: #007dff; /*#3a87ad*/
}.fc-event,.fc-event:hover,.ui-widget .fc-event  {
    color: #FFFFFF;
}.fc-event .fc-bg  {
    background-color: #FFFFFF;
}.fc-h-event.fc-selected .fc-resizer  {
    background-color: #FFFFFF;
}.fc-day-grid-event.fc-selected:after  {
    background-color: #000000;
}.fc-now-indicator  {
    border-color: #FF0000;
}.fc-time-grid-event.fc-selected .fc-resizer  {
    background-color: #FFFFFF;
}
/* weekAtAGlance.css */
#calendar .conflict .fc-content  {
    background-color: #EFF7FF;
}.noDataRow  {
    background-color: #FFFFFF;
    border-color: #e3e3e3;
}.waagCalenderContainer .fc-content  {
    color: #151618;
}.waagCalenderContainer .fc-view, .waagCalenderContainer .fc-view > table  {
    background-color: #FFFFFF;
}.waagCalenderContainer .fc-day  {
    background-color: #FFFFFF;
}.waagCalenderContainer .fc-event.conflict  {
    border-left-color: #FFD200; /*#51ABFF*/
    background-color: #EFF7FF;
}.waagCalenderContainer .fc-event:hover  {
    color: #000000;
}.waagCalenderContainer .fc-title  {
    color: #151618;
}.waagCalenderContainer .fc-content-col  {
    color: #151618;
}.waagCalenderContainer .fc-event  {
    background-color: #EAF7F2;
    border-left-color: #1ABF96;
}.waagCalenderContainer .fc-event ul  {
    color: #151618;
}.waagCalenderContainer .fc-event ul li  {
    color: #151618;
}.waagWoMeetingTimes  {
    border-color: #D9D9D9;
    background-color: #FFFFFF;
}.waagWoMeetingTimesList  {
    border-bottom-color: #D9D9D9;
}.waagTodayAction span  {
    color: #151618;
}#breadcrumb-panel  {
    background-color: #FFFFFF;
}.weekAtAGlanceHeader  {
    border-color: #e3e3e3;
    background-color: #FFFFFF;
}.feedback-page-header  {
    color: #585858;
    background-color: #F8F8F8;
    border-bottom-color: #e3e3e3;
}.studentwaag-section-envelop  {
    border-color: #D9D9D9;
    background-color: #FFFFFF;
}.stuwaag-info-header  {
    background-color: #EFF7FF;
    color: #2874BB;
    border-top-color: #2874BB;
}.studentwaag-section-header.no-expand-collapse  {
    border-bottom-color: #DFDFDF;
}@media only screen and (max-width: 767px) {.studentwaag-section-envelop  {
    border-color: #D9D9D9;
    background-color: #FFFFFF;
}.stuwaag-info-header  {
    background-color: #EFF7FF;
    color: #2874BB;
    border-top-color: #2874BB;
}.studentwaag-section-header.no-expand-collapse  {
    border-bottom-color: #DFDFDF;
}
}

/* pDispswfslip.css */
.swftdt1 {
    border-color: #000000;
    border-right-color: #000000;
}.swftdt2 {
    border-color: #000000;
    border-right-color: #000000;
}.swftdt3 {
    border-color: #000000;
    border-right-color: #000000;
}.swfflat {
    border-color: #000000;
    border-right-color: #000000;
}.swftdt1center {
    border-color: #000000;
    border-right-color: #000000;
}.swftdt2center {
    border-color: #000000;
    border-right-color: #000000;
}.swftdt1left {
    border-color: #000000;
    border-right-color: #000000;
}.swfflatleft {
    border-color: #000000;
    border-right-color: #000000;
}.swfflatright {
    border-color: #000000;
    border-right-color: #000000;
}.swfflatcenter {
    border-color: #000000;
    border-right-color: #000000;
}.swftdt1a {
    border-top-color: #000000;
    border-right-color: #000000;
}.swftdt3a {
    border-bottom-color: #000000;
    border-right-color: #000000;
}.swftdt1left1 {
    border-color: #000000;
    border-right-color: #000000;
}.swftdt1center1 {
    border-color: #000000;
    border-right-color: #000000;
}.swftdt2center1 {
    border-color: #000000;
    border-right-color: #000000;
}
/* graduationApplication.css */
header.section-header.no-expand-collapse  {
    border-bottom-color: #DFDFDF;
}
/* bwlcmxApp.css */
a.m-ssb-tooltip  {
    color: #000000;
}a.m-ssb-tooltip:hover {
    color: #000000;
}.required-before:before  {
    color: #D42828;
}.card-list .card  {
    color: #585858;
    background-color: #FFFFFF;
}.dblabel  {
    color: #000000;
}.captiontext  {
    color: #000000;
}.dbdefault  {
    color: #000000;
}.formatTable .table-container .tbody tbody tr td[data-name="1"],.formatTable .table-container .tbody tbody tr td[data-name="2"],.formatTable .table-container .tbody tbody tr td[data-name="3"],.formatTable .table-container .tbody tbody tr td[data-name="4"],.formatTable .table-container .tbody tbody tr td[data-name="5"],.formatTable .table-container .tbody tbody tr td[data-name="6"],.formatTable .table-container .tbody tbody tr td[data-name="7"] {
    border-left-color: #EEEEEF;
}
/* bwstesApp.css */
a.m-ssb-tooltip  {
    color: #000000;
}a.m-ssb-tooltip:hover {
    color: #000000;
}.required-before:before  {
    color: #D42828;
}.card-list .card  {
    color: #585858;
    background-color: #FFFFFF;
}.dblabel  {
    color: #000000;
}.captiontext  {
    color: #000000;
}.dbdefault  {
    color: #000000;
}
/* stufavlApp.css */
a.m-ssb-tooltip  {
    color: #000000;
}a.m-ssb-tooltip:hover {
    color: #000000;
}.required-before:before  {
    color: #D42828;
}.card-list .card  {
    color: #585858;
    background-color: #FFFFFF;
}.dblabel  {
    color: #000000;
}.captiontext  {
    color: #000000;
}.dbdefault  {
    color: #000000;
}
/* stuossrApp.css */
a.m-ssb-tooltip  {
    color: #000000;
}a.m-ssb-tooltip:hover {
    color: #000000;
}.required-before:before  {
    color: #D42828;
}.card-list .card  {
    color: #585858;
    background-color: #FFFFFF;
}.dblabel  {
    color: #000000;
}.captiontext  {
    color: #000000;
}.dbdefault  {
    color: #000000;
}
/* officeHours.css */
#scheduledMeetingTimes .section-body  {
    border-bottom-color: #D9D9D9;
}.add-office-hours-text  {
    color: #102B5F; /*#026BC8*/
}
/* registrationHistory.css */
.horizontal-line  {
    border-bottom-color: #DFDFDF;
}.student-registration-container .table-container .tbody tbody tr td  {
    border-top-color: #D9D9D9;
    border-bottom-color: #D9D9D9;
}.add-new-override-course-text  {
    color: #102B5F; /*#026BC8*/
}
/* commonSearch.css */
.search-result-container .table-container .tbody tbody tr td  {
    border-top-color: #D9D9D9;
    border-bottom-color: #D9D9D9;
}.horizontal-line  {
    border-bottom-color: #DFDFDF;
}.search-result-container .section-content  {
    border-color: #D9D9D9;
}.hr-scrollable-content  {
    border-top-color: #D9D9D9;
}@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {.search-result-container .table-container .tbody tbody tr td  {
    border-top-color: #D9D9D9;
    border-bottom-color: #D9D9D9;
}
}

/* registrationOverrides.css */
.horizontal-line  {
    border-bottom-color: #DFDFDF;
}.student-override-container .table-container .tbody tbody tr td  {
    border-top-color: #D9D9D9;
    border-bottom-color: #D9D9D9;
}.add-new-override-course-text  {
    color: #102B5F; /*#026BC8*/
}.courseInfo-section-content  {
    border-bottom-color: #D9D9D9;
}.courseTitle-inner-container:after , .schedule-meeting-time-header:after  {
    border-color: #DFDFDF;
}.hyper-link  {
    color: #007dff; /*#337ab7*/
}
/* student-common-popUp.css */
.banner-ss-dialog.xe-popup-mask .xe-popup-container .xe-pop-content  {
    border-top-color: #B2B3B7;
}.banner-ss-dialog.xe-popup-mask .xe-popup-container .xe-pop-content .lookup-border-top  {
    border-top-color: #B2B3B7;
}
/* requestPrintedTranscript.css */
.error-notification-tile-transcript-content   {
    color: #D42828;
}
/* studentCentricPeriod.css */
.horizontal-line  {
    border-bottom-color: #DFDFDF;
}button.show-as-link {
    color: #102B5F; /*#026BC8*/
}.student-registration-container .table-container .tbody tbody tr td  {
    border-top-color: #D9D9D9;
    border-bottom-color: #D9D9D9;
}.add-new-override-course-text  {
    color: #102B5F; /*#026BC8*/
}
/* studentTccCurriculum.css */
.dropLimitTable, .progressCoreTable, .studentTsiTable  {
    border-top-color: #DDDDDD;
    border-left-color: #DDDDDD;
    border-right-color: #DDDDDD;
}.dropLimitTableRow, .progressCoreRow, .studentTsiRow  {
    border-bottom-color: #DDDDDD;
}.esg-button--primary,.esg-button--primary:visited  {
    border-color: #4DABFF;
    background-color: #0074DB;
    color: #FFFFFF;
}.esg-button--primary:hover, .esg-button--primary:focus, .esg-button--primary:active,.esg-button--primary:visited:hover,.esg-button--primary:visited:focus,.esg-button--primary:visited:active  {
    border-color: #FFD200; /*#51ABFF*/
    background-color: #005FB3;
    color: #FFFFFF;
}.esg-button--primary:focus,.esg-button--primary:visited:focus  {
    border-color: #0074DB;
}.esg-button--primary:active:hover, .esg-button--primary:active:focus,.esg-button--primary:visited:active:hover,.esg-button--primary:visited:active:focus  {
    border-color: #FFD200; /*#51ABFF*/
    color: #FFFFFF;
}.esg-button--primary:active:focus,.esg-button--primary:visited:active:focus  {
    border-color: #0074DB;
}.esg-button--primary[disabled], .esg-button--primary[disabled]:focus, .esg-button--primary[disabled]:hover,.esg-button--primary:visited[disabled],.esg-button--primary:visited[disabled]:focus,.esg-button--primary:visited[disabled]:hover  {
    border-color: #4DABFF;
    background-color: #0074DB;
    color: #FFFFFF;
}.esg-button--secondary,.esg-button--secondary:visited  {
    border-color: #999999;
    background-color: #FFFFFF;
    color: #444444;
}.esg-button--secondary:hover, .esg-button--secondary:focus,.esg-button--secondary:visited:hover,.esg-button--secondary:visited:focus  {
    border-color: #262626;
    background-color: #F9F9F9;
    color: #333333;
}.esg-button--secondary:focus,.esg-button--secondary:visited:focus  {
    border-color: #0074DB;
    border-color: #262626;
}.esg-button--secondary:active,.esg-button--secondary:visited:active  {
    border-color: #999999;
    background-color: #FFFFFF;
}.esg-button--secondary:active:hover, .esg-button--secondary:active:focus, .esg-button--secondary.esg-active:hover,.esg-button--secondary:visited:active:hover,.esg-button--secondary:visited:active:focus,.esg-button--secondary:visited.esg-active:hover  {
    border-color: #262626;
    background-color: #F9F9F9;
    color: #333333;
}.esg-button--secondary:active:focus,.esg-button--secondary:visited:active:focus  {
    border-color: #0074DB;
}.esg-button--secondary[disabled], .esg-button--secondary[disabled]:focus, .esg-button--secondary[disabled]:hover,.esg-button--secondary:visited[disabled],.esg-button--secondary:visited[disabled]:focus,.esg-button--secondary:visited[disabled]:hover  {
    border-color: #999999;
    background-color: #FFFFFF;
    color: #444444;
}.esg-dropdown__menu  {
    border-color: #0074DB;
    border-color: #0074DB;
    background-color: #FFFFFF;
}.esg-dropdown__menu-item  {
    border-bottom-color: #D5D5D5;
    color: #0C0C0C;
}.esg-dropdown__menu-item:hover, .esg-dropdown__menu-item:focus  {
    border-color: #CCE7FF;
    outline-color: #0074DB;
    background-color: #F4FAFF;
    color: #0C0C0C;
}.esg-dropdown__menu-item:active,.esg-dropdown__menu-item.esg-is-active  {
    border-color: #99CFFF;
    outline-color: #0074DB;
    background-color: #F4FAFF;
    color: #0C0C0C;
}.esg-dropdown__menu-item:active:hover, .esg-dropdown__menu-item:active:focus, .esg-dropdown__menu-item:active:active,.esg-dropdown__menu-item.esg-is-active:hover,.esg-dropdown__menu-item.esg-is-active:focus,.esg-dropdown__menu-item.esg-is-active:active  {
    border-color: #80C3FF;
    background-color: #F4FAFF;
}.esg-dropdown__link  {
    color: #0C0C0C;
}.esg-dropdown__link:hover, .esg-dropdown__link:focus, .esg-dropdown__link:active, .esg-dropdown__link:active:hover, .esg-dropdown__link:active:focus  {
    color: #0C0C0C;
}.esg-is-open.esg-button--primary,.esg-is-open.esg-button--secondary  {
    border-color: #0074DB;
}.esg-is-open.esg-button--primary:hover, .esg-is-open.esg-button--primary:focus,.esg-is-open.esg-button--secondary:hover,.esg-is-open.esg-button--secondary:focus  {
    border-color: #0074DB;
}.esg-is-open.esg-button--primary  {
    background-color: #005FB3;
    color: #FFFFFF;
}.esg-is-open.esg-button--secondary  {
    background-color: #F9F9F9;
    color: #333333;
}.esg-is-open .esg-dropdown__menu-item  {
    border-color: #0074DB;
    outline-color: #0074DB;
    background-color: #FFFFFF;
}.esg-is-open .esg-dropdown__menu-item:focus, .esg-is-open .esg-dropdown__menu-item:hover  {
    background-color: #F4FAFF;
    color: #0C0C0C;
}.esg-is-open .esg-dropdown__menu-item:active, .esg-is-open .esg-dropdown__menu-item.esg-is-active  {
    background-color: #F4FAFF;
}.esg-is-open .esg-dropdown__menu-item.esg-is-active:hover, .esg-is-open .esg-dropdown__menu-item.esg-is-active:focus, .esg-is-open .esg-dropdown__menu-item:active:hover, .esg-is-open .esg-dropdown__menu-item:active:focus  {
    background-color: #F4FAFF;
    color: #0C0C0C;
}.esg-dropdown__menu--popover  {
    border-color: #BDBDBD;
}.esg-dropdown__menu--popover::before  {
    border-bottom-color: #BDBDBD;
    border-bottom-color: #BDBDBD;
}.esg-dropdown__menu--popover::after  {
    border-bottom-color: #FFFFFF;
}.esg-badge  {
    border-color: #BDBDBD;
    background-color: #EFEFEF;
    color: #444444;
}.esg-badge--error  {
    color: #D42828;
    border-color: #D42828;
    background-color: #FFEEED;
}.esg-badge--pending  {
    color: #2874BB;
    border-color: #2874BB;
    background-color: #EFF7FF;
}.esg-badge--success  {
    color: #00804D;
    border-color: #00804D;
    background-color: #EAF7F2;
}.esg-badge--draft  {
    color: #8A6A00;
    border-color: #8A6A00;
    background-color: #F5F2E7;
}.esg-label  {
    border-color: #BDBDBD;
    background-color: #EFEFEF;
    color: #444444;
}.esg-label--error  {
    color: #D42828;
    border-color: #D42828;
    background-color: #FFEEED;
}.esg-label--draft  {
    color: #8A6A00;
    border-color: #8A6A00;
    background-color: #F5F2E7;
}.esg-label--pending  {
    color: #2874BB;
    border-color: #2874BB;
    background-color: #EFF7FF;
}.esg-label--success  {
    color: #00804D;
    border-color: #00804D;
    background-color: #EAF7F2;
}.esg-label--info  {
    color: #2874BB;
    border-color: #2874BB;
    background-color: #EFF7FF;
}.esg-label--warning  {
    color: #8A6A00;
    border-color: #8A6A00;
    background-color: #F5F2E7;
}.esg-label--primary  {
    border-color: #003E7E; /*#5353D1*/
    background-color: #003E7E; /*#5353D1*/
    color: #FFFFFF;
}.esg-table-actions  {
    border-color: #BDBDBD;
    background-color: #FFFFFF;
}.esg-table,.esg-table-head,.esg-table-body,.esg-table-head__row,.esg-table-head__th,.esg-table-head__td,.esg-table-body__row,.esg-table-head__row,.esg-table-body__td  {
    border-color: #BDBDBD;
}.esg-table-head__row,.esg-table-body__row,.esg-table-footer__row  {
    border-color: #BDBDBD;
    background-color: #FFFFFF;
}.esg-table-head  {
    border-color: #BDBDBD;
}.esg-table-head__row  {
    background-color: #EFEFEF;
}.esg-table-head__row:hover, .esg-table-head__row:focus  {
    background-color: #EFEFEF;
}.esg-table-head__th  {
    border-color: #D5D5D5;
    border-bottom-color: #BDBDBD;
    border-top-color: #BDBDBD;
}.esg-table-head__th:hover, .esg-table-head__th:focus, .esg-table-head__th:active:focus  {
    background-color: #000000;
}.esg-table-head__th.esg-is-active  {
    border-bottom-color: #0074DB;
}.esg-table-head__button:active, .esg-table-head__button.esg-is-active, .esg-table-head__button.esg-is-open  {
    background-color: #FFFFFF;
}.esg-table-body  {
    background-color: #FFFFFF;
}.esg-table-body__row:hover, .esg-table-body__row:focus, .esg-table-body__row:active, .esg-table-body__row.esg-is-active  {
    background-color: #F4FAFF;
    color: #191919;
}.esg-label  {
    border-color: #BDBDBD;
    background-color: #EFEFEF;
    color: #444444;
}.esg-label--error  {
    color: #D42828;
    border-color: #D42828;
    background-color: #FFEEED;
}.esg-label--draft  {
    color: #8A6A00;
    border-color: #8A6A00;
    background-color: #F5F2E7;
}.esg-label--pending  {
    color: #2874BB;
    border-color: #2874BB;
    background-color: #EFF7FF;
}.esg-label--success  {
    color: #00804D;
    border-color: #00804D;
    background-color: #EAF7F2;
}.esg-label--info  {
    color: #2874BB;
    border-color: #2874BB;
    background-color: #EFF7FF;
}.esg-label--warning  {
    color: #8A6A00;
    border-color: #8A6A00;
    background-color: #F5F2E7;
}.esg-label--primary  {
    border-color: #003E7E; /*#5353D1*/
    background-color: #003E7E; /*#5353D1*/
    color: #FFFFFF;
}.status-red  {
    color: #FF0000;
}.status-green  {
    color: #008000;
}.status-purple  {
    color: #800080;
}.status-blue  {
    color: #0000FF;
}.status-orange  {
    color: #FFA500;
}@media only screen and (min-width: 48rem) {.esg-table-head__td,.esg-table-body__td,.esg-table-footer__td  {
    border-bottom-color: #FF0000;
}
}

/* viewGraduationApplication.css */
header.section-header.no-expand-collapse  {
    border-bottom-color: #DFDFDF;
}
/* banner-theme-common-patch.scss */
.placeholder-theme-name {
  content:  default_ut;
}

/*** Transparent background ***/
body {
  background-color: #ffffff;
}

/*** Branding Logo ***/
.institutionalBranding {
  background-image: url("https://staticfiles.utoledo.edu/BannerSS/UT_Logo_SS_1.png");
  width: 18em;
}

/*** Favicon ***/
.favicon {
  background-image: url("$themefavicon");
}

/*** Global focus ***/
:focus {
  outline-color: #ffed99 /*#81C8FF*/;
}

/*** Header ***/
#banner-header-main-section,
#header-main-section {
  background-color: #003E7E; /* use selected color */
  color: #cccccc;
  border-bottom-color: #FFD200;
}

/*** Tweaks to base UI */
#header-main-section-east-part #username,
#header-main-section-east-part #mepDiv {
  padding-right:0.5em; /* space before and after name and mepDiv */
  padding-left:0.5em;
}

#header-main-section-east-part #mepDiv,
#header-main-section-east-part #signInButton,
#header-main-section-east-part #userDiv,
#header-main-section-east-part #toolsButton {
  border-left: 0px; /* Removed 1px unneeded line  */
  border-right: 0px;
}

/** Page Builder */
.admin-menu-section-main {
  border-color: #0058b3; /*#9AC0D2*/
}
.admin-menu {
  color: #007dff; /*#206E9F;*/
}

.admin-menu-section-sub>div:first-of-type {
  border-right-color: #0058b3; /*#9AC0D2*/
  border-left-color: #0058b3; /*#9AC0D2*/
}

.admin-menu-section-sub {
  border-color: #0058b3; /*#9AC0D2*/
}
.app-list-container {
  border: 1px solid #0058b3;
}


.admin-menu-section-main {
  border-color: #0058b3; /*#9AC0D2*/
}

@media (max-width: 991px) {
  .admin-menu-section-sub>div:first-of-type {
    border-bottom-color: #0058b3; /*#9AC0D2*/
  }
}

.app-list-container>div {
  border-top-color: #0058b3; /*#9AC0D2*/
}

/*This css is for pagebuilder landing page mapping it with the CTA Color*/
.pb-block a, .pb-link span{
  color: #102B5F;
}

.pagination-container .pagination-controls button:hover, .pagination-container .pagination-controls button:focus {
  background-color: #102B5F;
}

/* Hide button bar in header of old-style pages */
.buttonBar {
  visibility: hidden;
}

/* Login page style overrides */
.ie-warning DIV {
  color: #ffffff;
}

.login-primary {
  background-color: #102B5F;
}

.login-primary:hover:not([disabled]) {
  background-color: #1a4599; /*hover*/
}

.login-primary:focus:not([disabled]) {
  background-color: #1a4599; /*hover*/
  border-color: #ffed99;
}

.login-primary:active:not([disabled]) {
  background-color: #0f2857; /*active*/
}

.signin-button {
  background-color: #102B5F;
}

.signin-button:hover:not([disabled]) {
  background-color: #1a4599; /*hover*/
}

.signin-button:focus:not([disabled])  {
  background-color: #1a4599; /*hover*/
  border-color: #ffed99;
}

.signin-button:active:not([disabled])  {
  background-color: #0f2857; /*active*/
}

.splashBg .appName {
  color: #102B5F;
}

.splashBg .forgotpassword {
  color: #102B5F;
}



.xe-modal-mask {
  background-color: rgba(0, 0, 0, 0.3);
}
.xe-popup-mask {
  background-color: rgba(0, 0, 0, 0.3);
}

/*** Survey ***/
.termstextdiv {
  border-color: #003E7E /*#2874BB*/;
  background-color: #fafcff;
  color: #003E7E;
  padding: 0.5em;
  margin-bottom: 2em;
}

/*** Tweaks to buttons ***/
.primary:hover:not([disabled])  {
  background-color: #1a4599; /*#065AA5*/
}

.primary:focus:not([disabled])  {
  background-color: #1a4599; /*#065AA5*/
}

.secondary:hover:not([disabled])  {
  background-color: #1a4599; /*#065AA5*/
}

.secondary:focus:not([disabled])  {
  background-color: #1a4599; /*#065AA5*/
}

/* Login Background image fix */
.pageBg {
  background-color: #003E7E;
	background-image: none; //Do not modify this
}

/* Login page Logo and background fix */
.splashBg .ellucianName {
  ; //Do not modify this
}

/* for login password link*/
.splashBg .forgotpassword {
  color: #102B5F !important; /*EDS*/
}

/*UT Modifications*/
/*Remove Syllabus and Office Hours from Faculty Assignments*/
[xe-field="syllabus"] {
display: none !important;
}

[xe-field="officeHours"] {
display: none !important;
}

/*Remove Syllabus and Office Hours from Faculty Detail Schedule*/
[xe-section="syllabusInformationSection"] {
display: none !important;
}

[xe-section="officeHoursSection"] {
display: none !important;
}

/* Fix missing dropdown arrows in Fac SSB CR-000182195 */

span.select2-arrow.ui-select-toggle {
    width: auto !important;
}