﻿@font-face {
  font-family: 'MuliRegular';
  src: url('fonts/Muli-Regular-webfont.eot');
  src: url('fonts/Muli-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Muli-Regular-webfont.woff') format('woff'), url('fonts/Muli-Regular-webfont.ttf') format('truetype'), url('fonts/Muli-Regular-webfont.svg#MuliRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuliLight';
  src: url('fonts/Muli-Light-webfont.eot');
  src: url('fonts/Muli-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Muli-Light-webfont.woff') format('woff'), url('fonts/Muli-Light-webfont.ttf') format('truetype'), url('fonts/Muli-Light-webfont.svg#MuliLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: url(img/BG.jpg);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
a:link,
a:active,
a:visited,
a:hover {
  color: #4162ad;
  cursor: pointer;
}
a.disabled {
  color: #7e7e7e !important;
}
#dnn_ContentPane {
  padding: 0;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
  z-index: 1050;
}
.dnnLoginService .dnnFormItem {
  width: 46%;
  margin: 0 2%;
}
.dnnLoginService input {
  min-width: 0 !important;
}
.duplicateContentItemContainer input[type="file"],
.duplicateContentItemContainer input[type="image"],
.duplicateContentItemContainer input[type="submit"],
.duplicateContentItemContainer input[type="reset"],
.duplicateContentItemContainer input[type="button"],
.duplicateContentItemContainer input[type="radio"],
.duplicateContentItemContainer input[type="checkbox"] {
  float: left;
  margin-right: 10px;
}
.rwWindowContent div {
  height: auto !important;
}
.rwWindowContent textarea {
  font-size: 11px;
}
.no-height {
  min-height: 0 !important;
}
#ProgramAdminDashboard.container-fluid {
  padding-right: 0;
}
.mbamath-admin .dnnLabel {
  width: 100%;
  padding-right: 0px;
  margin-right: 0px;
}
.MBAMath #skiptocontent {
  display: inline-block;
}
.MBAMath #skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #BF1722;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
}
.MBAMath #skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline-color: transparent;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
}
.MBAMath .logo {
  margin: 0 0 20px 0;
}
@media (max-width: 979px) {
  .MBAMath .logo {
    display: none;
  }
}
.actions .btn.next-step span.target-title {
  padding-right: 60px;
}
.mba-pager {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
.mba-pager li {
  display: inline;
  padding: 0 4px;
}
/*-------------------------------------*/
/* Primary Actions new styles */
/*-------------------------------------*/
a.dnnPrimaryAction,
a.dnnPrimaryAction:link,
a.dnnPrimaryAction:visited,
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
  display: inline-block;
  background: #818181;
  background: -moz-linear-gradient(top, #818181 0%, #656565 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #818181), color-stop(100%, #656565));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#818181', endColorstr='#656565', GradientType=0);
  border-radius: 3px;
  text-shadow: 0px 1px 1px #000;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.5;
  padding: 0 1.2em;
  min-width: inherit;
}
ul.dnnActions a.dnnPrimaryAction:hover,
ul.dnnActions a.dnnPrimaryAction:visited:hover,
a.dnnPrimaryAction:hover,
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover {
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4E4E4E 0%, #282828 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4E4E4E), color-stop(100%, #282828));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E4E4E', endColorstr='#282828', GradientType=0);
  color: #fff;
}
.centered {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/*-------------------------------------*/
/* Request Transcript Footer styles */
/*-------------------------------------*/
.mba-rt-footer {
  position: relative;
  background: url("/Portals/_default/Skins/MBAMath/img/bg-footer.gif") no-repeat scroll center top transparent;
  padding: 4px 0;
  overflow: hidden;
}
.mba-rt-footer:after {
  width: 100%;
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  content: '';
  background: url("/Portals/_default/Skins/MBAMath/img/bg-footer.gif") no-repeat scroll center bottom transparent;
}
.mba-rt-footer .mba-rt-footer-links {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none outside none;
}
.mba-rt-footer .mba-rt-footer-links li {
  display: inline;
  font-size: 11px;
  line-height: 32px;
  padding: 0 6px;
  border-left: 1px solid #6e6e6e;
}
.mba-rt-footer .mba-rt-footer-links li:first-child {
  border-left: none;
}
.mba-rt-footer .mba-rt-footer-links li a {
  color: #585858;
}
/* Tooltip overrides */
.tooltip.top .tooltip-arrow {
  border-top-color: #c6c6c6 !important;
}
.tooltip-inner {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #c6c6c6 !important;
}
.mba-sc-tooltip {
  cursor: pointer;
}
.wistia_embed {
  width: 100%;
}
.ui-dialog-titlebar-close {
  height: 24px;
  width: 24px;
  float: right;
  background: url("/Portals/_default/Skins/MBAMath/img/x.png") no-repeat center;
  border: none;
}
/*<Student Dashboard>*/
.subnavbar-inner select {
  display: none;
  width: 100%;
  border-radius: 0;
  margin: 0;
  border: none;
}
.subnav-select {
  display: none;
  width: 100%;
  border-radius: 0;
  margin: 0;
  border: none;
}
.btn.next-step,
.actions .btn.next-step {
  width: 100%;
  padding: 10px 0;
  margin: 0;
  border-radius: 0;
}
.btn.next-step span,
.actions .btn.next-step span {
  padding-left: 10px;
}
.container.exercise .content-block {
  width: 100%;
  padding: 0;
  margin: 0;
}
.container.exercise .content-block .inner-container {
  padding: 20px;
}
.container.exercise .content-block .inner-container .span12 {
  padding: 0;
}
#StudentDashboard .actions .btn.next-step {
  margin-bottom: 0;
}
#StudentDashboard .content-block > div,
#StudentDashboard .content-block > h2,
#StudentDashboard .content-block > h3,
#StudentDashboard .content-block > .pager {
  padding: 0;
}
@media (max-width: 767px) {
  .mba-pager {
    list-style-type: none;
    margin: 20px auto 0;
    text-align: center;
  }
  table.footer td {
    padding-right: 10px;
  }
  .subnav-select {
    display: block;
  }
  #StudentDashboard {
    margin-top: 40px;
  }
  #StudentDashboard .content-block {
    padding: 0;
  }
  #StudentDashboard .content-block .inner-container {
    padding: 20px;
  }
}
/*</Student Dashboard>*/
/*<TranscriptSystem>*/
.mba-admin-div h2 {
  color: #1d689d;
  margin: 0 0 10px 20px;
  padding: 20px 0 10px 0;
  letter-spacing: 0.2px;
  font-size: 24px;
  line-height: 28.5px;
}
.mba-admin-div .mba-transcript-system-header {
  margin: 0 0 20px 20px;
}
.mba-transcript-system-container.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.mba-transcript-system-container {
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 0;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 10px 5px #edecee;
  box-shadow: 0px 0px 10px 5px #edecee;
  border-bottom-width: 0;
  color: #4b4b4b;
  font-family: Arial, Helvetica;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.mba-transcript-system-container .inner-container {
  margin: 20px;
}
.mba-transcript-system-container .mba-left {
  float: left;
}
.mba-transcript-system-container .mba-right {
  float: right;
}
.mba-transcript-system-container .mba-clear {
  clear: both;
}
.mba-transcript-system-container .mba-hidden-save {
  display: none;
}
.mba-transcript-system-container h2 {
  color: #1d689d;
  border-bottom: 1px solid #d2d2d2;
  margin: 0 0 10px 0;
  padding: 20px 0 10px 0;
}
.mba-transcript-system-container p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.mba-transcript-system-container p.title {
  margin-right: 5px;
  float: left;
  color: #1d689d;
  font-weight: bold;
}
.mba-transcript-system-container .school-list {
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  float: left;
}
.mba-transcript-system-container .school-list .title {
  margin-right: 5px;
  float: left;
  color: #1d689d;
  font-weight: bold;
}
.mba-transcript-system-container .school-list .schools {
  float: left;
}
.mba-transcript-system-container .pager {
  margin: 0;
}
.mba-transcript-system-container .mba-heading.user-activity {
  width: 100%;
  display: inline-block;
}
.mba-transcript-system-container .mba-heading h2 {
  letter-spacing: 0.2px;
  font-size: 24px;
  line-height: 28.5px;
}
.mba-transcript-system-container .mba-heading .export {
  padding: 5px 0 5px 0;
  display: flex;
}
.mba-transcript-system-container .mba-heading .export .include-format {
  margin: 4px 12px 0 0;
}
.mba-transcript-system-container .mba-heading .export label {
  display: inline-block;
  margin: 0 0 0 5px;
}
.mba-transcript-system-container .mba-text {
  background: #fff;
  padding: 0;
  width: 100%;
  margin: 0;
}
.mba-transcript-system-container .mba-text h2 {
  font-size: 18px;
  color: #1d689d;
  line-height: 22px;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #d2d2d2;
}
.mba-transcript-system-container .mba-text.violation h2 {
  color: red;
}
.mba-transcript-system-container .mba-text h3 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.mba-transcript-system-container .mba-text p {
  padding: 0 0 20px 0;
}
.mba-transcript-system-container .mba-actions {
  width: 100%;
}
.mba-transcript-system-container .mba-actions-checkbox {
  text-align: left;
  margin: 20px 0 0;
}
.mba-transcript-system-container .mba-honor-agree > input {
  display: inline-block;
  vertical-align: top;
}
.mba-transcript-system-container .mba-honor-agree > label {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
}
.mba-transcript-system-container .mba-actions-buttons {
  margin: 20px 0;
  text-align: left;
}
.mba-transcript-system-container .mba-actions-buttons a.dnnPrimaryAction,
.mba-transcript-system-container .mba-actions-buttons a.dnnPrimaryAction:visited,
.mba-transcript-system-container .mba-actions-buttons a.dnnPrimaryAction:link {
  display: inline-block;
  background: #818181;
  background: -moz-linear-gradient(top, #818181 0%, #656565 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #818181), color-stop(100%, #656565));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#818181', endColorstr='#656565', GradientType=0);
  border-radius: 3px;
  text-shadow: 0px 1px 1px #000;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.5;
  padding: 0 1.2em;
}
.mba-transcript-system-container .mba-actions-buttons a.dnnPrimaryAction:hover,
.mba-transcript-system-container .mba-actions-buttons a.dnnPrimaryAction:visited:hover {
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4E4E4E 0%, #282828 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4E4E4E), color-stop(100%, #282828));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E4E4E', endColorstr='#282828', GradientType=0);
}
.mba-transcript-system-container .mba-actions-buttons a[data-honor-button="viewTranscript"] {
  margin: 0 0 20px 0;
}
.mba-transcript-system-container .mba-actions-buttons .dnnPrimaryAction {
  margin-left: 20px;
}
.mba-transcript-system-container .mba-actions-buttons .dnnPrimaryAction:first-child {
  margin-left: 0;
}
.mba-transcript-system-container .mba-honor-validator {
  color: Red;
}
.mba-transcript-system-container .mba-honor-footer {
  position: relative;
  background: url("/Portals/_default/Skins/MBAMath/img/bg-footer.gif") no-repeat scroll center top transparent;
  padding: 4px 0;
  overflow: hidden;
}
.mba-transcript-system-container .mba-honor-footer:after {
  width: 100%;
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  content: '';
  background: url("/Portals/_default/Skins/MBAMath/img/bg-footer.gif") no-repeat scroll center bottom transparent;
}
.mba-transcript-system-container .mba-honor-footer-links {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  list-style: none outside none;
}
.mba-transcript-system-container .mba-honor-footer-links li {
  display: inline;
  font-size: 11px;
  line-height: 32px;
  padding: 0 6px;
  border-left: 1px solid #6e6e6e;
}
.mba-transcript-system-container .mba-honor-footer-links li:first-child {
  border-left: none;
}
.mba-transcript-system-container .mba-honor-footer-links li a {
  color: #585858;
}
.mba-transcript-system-container .mba-vmn-div-text,
.mba-transcript-system-container .mba-sc-mba-message,
.mba-transcript-system-container .mba-sc-violation-message,
.mba-transcript-system-container .transcript {
  border: 1px solid #d2d2d2;
  background-color: #edecee;
  padding: 20px;
  /*margin-top: 20px;*/
}
.mba-transcript-system-container .mba-menu-div {
  width: auto;
}
.mba-transcript-system-container .mba-menu-div div {
  font-size: 14px;
  padding: 2px;
}
.mba-transcript-system-container .mba-menu-div .mba-menu-item {
  color: #000;
  padding: 20px 0 10px 20px;
}
.mba-transcript-system-container .mba-menu-div .mba-menu-item:hover {
  background-color: #fafafa;
}
.mba-transcript-system-container .mba-menu-div a,
.mba-transcript-system-container .mba-menu-div a:active,
.mba-transcript-system-container .mba-menu-div a:hover,
.mba-transcript-system-container .mba-menu-div a:focus,
.mba-transcript-system-container .mba-menu-div a:visited {
  text-decoration: none;
}
.mba-transcript-system-container .mba-menu-last {
  margin-bottom: 10px;
}
.mba-transcript-system-container .mba-section {
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.mba-transcript-system-container .mba-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #38719C;
  margin: 0px auto;
  font-family: Arial, Helvetica, sans-serif;
}
.mba-transcript-system-container thead {
  background-image: url("/Images/Mba/table-header-bg.png");
  background-repeat: repeat-x;
  background-position: left top;
  font-weight: normal;
}
.mba-transcript-system-container .mba-table tr td {
  border: 1px solid #38719C;
}
.mba-transcript-system-container .mba-table-header-row th {
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
}
.mba-transcript-system-container thead th {
  color: #FFF;
  font-weight: normal;
  font-size: 14px;
  padding: 5px;
}
.mba-transcript-system-container .mba-table td {
  padding: 5px;
  height: 12px;
  font-size: 12px;
  color: #5C5C5C;
  text-align: left;
}
.mba-transcript-system-container .mba-table-row-alt {
  background: #e4e4e4;
}
.mba-transcript-system-container .mba-sc-fieldset .mba-sc-row {
  margin: 20px 0;
}
.mba-transcript-system-container #SideNav select {
  display: none;
}
.mba-transcript-system-container .mba-sc-label {
  font-size: 14px;
}
.mba-transcript-system-container .mba-sc-tooltip,
.mba-transcript-system-container .mba-sc-validator span {
  font-weight: 600;
  color: red;
}
.mba-transcript-system-container .mba-sc-validator {
  float: left;
  padding-left: 6px;
}
.mba-transcript-system-container .mba-sc-row .mba-sc-label {
  float: left;
}
.mba-transcript-system-container .mba-sc-mba-student-message {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  height: 150px;
}
.mba-transcript-system-container .transcript {
  margin: 20px 0;
}
.mba-transcript-system-container .transcript .mba-th-content .transcript-item {
  -ms-word-break: break-all;
  word-break: break-all;
}
.mba-transcript-system-container .transcript .mba-th-content .transcript-item .mba-th-value {
  padding-left: 10px;
  font-weight: 600;
}
.mba-transcript-system-container .transcript .mba-th-content .mba-th-buttons-container img {
  padding-top: 2px;
}
.mba-transcript-system-container .transcript .mba-th-content .mba-th-buttons-container .mba-btnSend {
  padding-left: 20px;
}
.mba-transcript-system-container a.dnnSecondaryAction {
  padding: 9px 9px;
}
.mba-transcript-system-container a.dnnPrimaryAction:hover,
.mba-transcript-system-container a.dnnSecondaryAction:hover {
  text-decoration: none !important;
}
.mba-transcript-system-container .mba-accordion h2:hover {
  cursor: pointer;
  background-color: #fafafa;
}
.mba-transcript-system-container .header-right-content {
  font-size: 16px;
  color: #000;
}
.mba-transcript-system-container table {
  margin: 20px 0;
  width: 100%;
}
.mba-transcript-system-container .btnBacktoRequestForm {
  margin-top: 40px;
}
.mba-transcript-system-container .mba-rast-main-container.ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active {
  height: auto !important;
}
.mba-transcript-system-container .mba-rast-content {
  border: 1px solid #d2d2d2;
  background-color: #edecee;
}
.mba-transcript-system-container .mba-rast-content #div_student_msg {
  max-width: 100% !important;
}
.mba-transcript-system-container .mba-rast-content img {
  display: none;
}
.mba-transcript-system-container .mba-rast-content table p {
  padding-left: 20px;
  padding-right: 20px;
}
.mba-transcript-system-container .mba-rast-content table .footer img {
  display: block;
  padding-left: 20px;
}
.editOrganizationalUnitContainer .dnnCheckbox {
  display: inline-block;
  margin-right: 10px !important;
  margin-top: 0 !important;
}
.defaultLeftNav strong {
  font-size: 14px;
}
.defaultLeftNav em {
  color: red;
}
.defaultLeftNav #dnn_ContentPane {
  padding: 0;
}
.defaultLeftNav h1 {
  font-family: MuliRegular;
  color: #95224f;
  font-size: 36px;
  text-align: center;
  background: url(img/hr-border.png) repeat-x left bottom;
  margin: 20px 0 40px 0;
  padding: 0 0 30px 0;
}
.defaultLeftNav h2 {
  font-family: MuliLight;
  color: #95224f;
  font-size: 32px;
  line-height: 28px;
  margin: 0;
  padding: 0 0 30px 0;
}
.defaultLeftNav #LeftNav {
  font-family: MuliLight;
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}
.defaultLeftNav #LeftNav .item {
  list-style-type: none;
  margin: 0;
  padding: 0 0 15px 0;
}
.defaultLeftNav #LeftNav .item.selected a:link {
  color: #a82453;
}
.defaultLeftNav #LeftNav .item.selected a:active {
  color: #a82453;
}
.defaultLeftNav #LeftNav .item.selected a:visited {
  color: #a82453;
}
.defaultLeftNav #LeftNav .item.selected a:hover {
  color: #a82453;
  text-decoration: none;
}
.defaultLeftNav #LeftNav .item a {
  text-decoration: none;
}
.defaultLeftNav #LeftNav .item a:link {
  color: #454545;
}
.defaultLeftNav #LeftNav .item a:active {
  color: #454545;
}
.defaultLeftNav #LeftNav .item a:visited {
  color: #454545;
}
.defaultLeftNav #LeftNav .item a:hover {
  color: #a82453;
  text-decoration: none;
}
.defaultLeftNav #LeftNavDropDown {
  display: none;
}
@media (max-width: 979px) {
  .mba-transcript-system-container.container,
  .mba-transcript-system-container.container-fluid {
    width: auto;
    margin: 15px 0 0;
  }
  .mba-actions-buttons a.dnnPrimaryAction,
  .mba-actions-buttons a.dnnPrimaryAction:visited,
  .mba-actions-buttons a.dnnPrimaryAction:link {
    width: 100% !important;
    margin: 0 0 15px;
    line-height: inherit;
    padding: 4px 0 !important;
  }
  .overflow-container {
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  .defaultLeftNav #LeftNav {
    display: none;
  }
  .defaultLeftNav #LeftNavDropDown {
    display: inline-block;
    margin: 0 0 30px 0;
    width: 100%;
  }
  .defaultLeftNav #LeftNavDropDown:focus {
    outline: none;
  }
  .table.income-statement,
  .table.cash-flows,
  .table.journal {
    width: 100%;
  }
  #SideNavContainer .mba-transcript-system-container {
    background-color: transparent;
    box-shadow: none;
    border: none;
  }
  #SideNavContainer .mba-transcript-system-container #SideNav .desktop-menu {
    display: none;
  }
  #SideNavContainer .mba-transcript-system-container #SideNav select {
    display: block;
    width: 100%;
    border-radius: 0;
  }
  .mba-transcript-system-container .mba-rast-content table .footer img {
    margin-right: 60px;
  }
  .mba-transcript-system-container .dnnActions li {
    float: none;
    margin: 0;
  }
  .mba-transcript-system-container .dnnActions li a {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .mba-transcript-system-container .dnnPrimaryAction {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mba-transcript-system-container .mba-left {
    float: none !important;
  }
  .mba-transcript-system-container .mba-right {
    float: none !important;
  }
  .mba-transcript-system-container .transcript h2 .status {
    padding-top: 10px;
  }
  .mba-transcript-system-container .transcript .mba-th-content .transcript-item {
    margin-bottom: 10px;
  }
  .mba-transcript-system-container .transcript .mba-th-content .transcript-item .mba-th-value {
    padding-left: 0;
  }
  .mba-transcript-system-container .transcript .mba-th-content .mba-th-buttons-container .mba-btnSend {
    padding: 20px 0;
  }
}
/*</TranscriptSystem>*/
/*<Solution Tables>*/
.table-responsive {
  width: 100%;
  overflow: auto;
}
.table .highlight {
  background-color: #FFF68F;
}
.table th {
  text-align: center !important;
}
.table .total {
  background-color: #ADD8E6 !important;
}
.table .text-left {
  text-align: left;
}
.table .text-center {
  text-align: center;
}
.table .text-right {
  text-align: right;
}
.table.income-statement,
.table.cash-flows,
.table.journal {
  width: 500px;
}
.cash-flow th {
  text-align: left !important;
}
.question-text .table .highlight,
.question-text .table .total {
  background-color: transparent !important;
}
.question-text .table .final-balance {
  display: none !important;
}
.question-text .sequence-child:nth-child(2) .books .table.t-account .initial-balance .highlight {
  background-color: transparent !important;
}
.income-statement tr td:nth-child(odd),
.cash-flows tr td:nth-child(odd) {
  width: 85%;
  text-align: left;
}
.income-statement tr td:nth-child(even),
.cash-flows tr td:nth-child(even) {
  width: 15%;
  text-align: right;
}
.balance-sheet {
  width: 100% !important;
}
.balance-sheet tr td:nth-child(odd) {
  width: 40%;
  text-align: left;
}
.balance-sheet tr td:nth-child(even) {
  width: 10%;
  text-align: right;
}
.transaction {
  width: 100% !important;
}
.transaction tr td:nth-child(2),
.transaction tr td:nth-child(3),
.transaction tr td:nth-child(4),
.transaction tr td:nth-child(5),
.transaction tr td:nth-child(6) {
  text-align: center;
}
.table-head,
th {
  font-size: 13px;
}
.t-account {
  width: 100% !important;
  text-align: right;
}
.t-account tr {
  border: none !important;
}
.t-account tr td {
  width: 50%;
  border: none !important;
  text-align: right;
  vertical-align: bottom;
}
.t-account tr td:nth-child(1) {
  border-right: 1px solid #CCC !important;
}
.t-account .balance,
.t-account .total {
  font-weight: bold;
}
.t-account .balance.minor,
.t-account .total.minor {
  font-weight: inherit;
}
.t-account .initial-balance {
  font-weight: bold;
}
.t-account .initial-balance .highlight {
  background-color: transparent !important;
}
.t-account .final-balance {
  font-weight: bold;
  display: none;
}
.t-account .table-head {
  text-align: center;
  background-color: #F0F0F0;
  border: 1px solid #ccc;
  padding: 3px 0;
  font-weight: bold;
}
.t-account .table-head p {
  padding: 0;
  margin: 0;
}
.t-account .pull-left {
  width: 50%;
  border-right: 1px solid #ccc;
}
.t-account .pull-left.debit .cell:first-child {
  padding-top: 23px;
  height: 20px;
}
.t-account .pull-right {
  width: 50%;
  margin-left: -2px;
  box-shadow: inset 1px 0 0 #CCC;
}
.t-account .pull-right.debit .cell:first-child {
  padding-top: 23px;
  height: 20px;
}
.t-account .pull-right .highlight {
  box-shadow: inset 1px 0 0 #CCC;
}
.t-account .cell {
  padding: 3px 5px;
}
.t-account .transactions {
  position: relative;
}
.t-account .transactions .cell:nth-child(1) {
  height: 40px;
}
.sequence-child:nth-child(2) .books .t-account .highlight {
  background-color: transparent !important;
}
.sequence-child:nth-child(2) .books .t-account .initial-balance .highlight {
  background-color: #FFF68F !important;
}
.sequence-child.RemoveInitialHighlight .books .t-account .highlight {
  background-color: transparent !important;
}
.sequence-child.RemoveInitialHighlight .books .t-account .initial-balance .highlight {
  background-color: transparent !important;
}
.sequence-child:nth-last-of-type(2) .books .t-account .final-balance {
  display: table-row;
}
.sequence-child:nth-last-of-type(2) .books .t-account .transactions .final-balance {
  display: block;
}
.sequence-child:nth-last-of-type(2) .books .t-account .initial-balance .highlight {
  background-color: transparent !important;
}
.sequence-child:nth-last-of-type(2) .books .t-account .highlight {
  background-color: transparent !important;
}
.journal tr td:nth-child(1) {
  width: 50px;
}
.journal tr td:nth-child(3),
.journal tr td:nth-child(4) {
  text-align: right;
}
.solutions-container {
  padding: 0 20px 20px 100px;
}
.solutions-container .row-fluid {
  margin-top: 20px;
}
.books .span3 {
  margin-top: 20px;
}
.books .span3:nth-child(5),
.books .span3:nth-child(9) {
  clear: both;
  margin-left: 0;
  float: left;
}
.books .span3:nth-child(10) {
  margin-left: 53.8462%;
  margin-bottom: 40px;
}
.books .span6 > div {
  margin-top: 20px;
}
.books .row {
  display: inline-block;
  width: 100%;
}
@media (max-width: 1200px) {
  .books .span3:nth-child(10) {
    margin-left: 53.1%;
  }
  .t-account th {
    height: 40px;
  }
}
@media (max-width: 979px) {
  .t-account {
    -ms-word-break: break-all;
    word-break: break-all;
  }
}
@media (max-width: 767px) {
  .books .span3 {
    float: left !important;
  }
  .books .span3:nth-child(10) {
    margin-left: 0;
  }
  .t-account th {
    height: auto;
  }
}
@media (max-width: 480px) {
  .quiz-navigation .btn {
    font-size: 12px;
  }
  .table {
    font-size: 12px;
  }
  .books .span3:nth-child(10) {
    margin-left: 0;
  }
  .personabar-visible {
    margin-left: 0 !important;
  }
  .personabar-visible #personabar-placeholder {
    width: 0 !important;
  }
  .personabar-visible #personaBar-iframe {
    width: 0 !important;
  }
}
/*</Solution Tables>*/
#ProgramAdminReports .k-chart,
#ProgramAdminReports .loading-background {
  height: 500px !important;
  min-height: 500px !important;
  max-height: 500px !important;
}
@media (min-width: 768px) {
  .breadcrumbs {
    display: none !important;
  }
}
.subnavbar .subnavbar-inner .subnav a.active {
  background: url(img/selectedBG.png) repeat-x left bottom;
  color: #9F2250;
}
#applicationHost .page-host {
  top: 20px;
}
/* Task 22845:(SHCv19) Host/CohortAdmin Activity - Additional requirements */
#ActivityDashboard .nav-actions .nav-left {
  float: left;
  text-align: left;
}
#ActivityDashboard .nav-actions .nav-right {
  text-align: right;
}
#ActivityDashboard .nav-actions .cohortcheckbox.pull-left {
  margin-left: 6px;
}
#ActivityDashboard .nav-actions .RadComboBox_Metro,
#ActivityDashboard .nav-actions select {
  width: 180px !important;
}
.rcbTemplate:hover {
  background-color: #dfdfdf;
}
@media (max-width: 768px) {
  #ActivityDashboard .nav-actions .nav-left,
  #ActivityDashboard .nav-actions .nav-right {
    float: left;
    width: 100%;
    text-align: left;
  }
}
.mba-transcript-view {
  color: #4162ad;
}
.mba-transcript-view:hover {
  text-decoration: underline;
  cursor: pointer;
}
.ui-widget-overlay {
  position: fixed;
}
.RadPicker_Default .rcCalPopup {
  position: initial;
}
.editor.spread-view.not-saved {
  border: 1px solid red !important;
}
/*Library Content Groups Side Nav Collapse*/
#AdminSideNavToggle,
.formula-group-minimize {
  font-size: 20px;
  float: right;
  padding: 2px 8px;
  margin: 8px;
  cursor: pointer;
}
#AdminSideNavToggle:hover,
.formula-group-minimize:hover {
  box-shadow: #dcdcdc 0 0 0 1px inset;
  border-radius: 4px;
}
#AdminSideNavToggle #sideNavToggle,
.formula-group-minimize #sideNavToggle {
  border: solid #8d8d8d;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  cursor: pointer;
}
#AdminSideNavToggle #sideNavToggle.expanded,
.formula-group-minimize #sideNavToggle.expanded {
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  margin: 0 -15px 2px 0;
}
#AdminSideNavToggle #sideNavToggle.collapsed,
.formula-group-minimize #sideNavToggle.collapsed {
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  margin: 0 4px 2px 5px;
}
#LeftContentBox,
#RightContentBox,
#EditContentItem_container,
.editContentItemContainer,
.leftNavigationContainer,
.leftSearchContainer {
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
.leftNavigationContainer {
  max-height: calc(100vh - 250px);
  overflow: auto;
}
#LeftContentBox.collapsed {
  width: 4%;
}
#LeftContentBox.collapsed .leftSearchContainer {
  display: none;
}
#LeftContentBox.collapsed .leftNavigationContainer {
  display: none;
}
#RightContentBox.collapsed {
  width: 95%;
  margin-left: 1%;
}
#RightContentBox.collapsed .editContentItemContainer {
  width: 845px;
}
@media (max-width: 1200px) {
  #RightContentBox.collapsed .editContentItemContainer {
    width: 100%;
  }
}
#RightContentBox.collapsed .editContentItemContainer #questionEditor {
  width: 1055px;
}
@media (max-width: 1200px) {
  #RightContentBox.collapsed .editContentItemContainer #questionEditor {
    width: 100%;
  }
  #RightContentBox.collapsed .editContentItemContainer #questionEditor .node .children {
    width: 90%;
  }
}
#RightContentBox.collapsed .editContentItemContainer #questionEditor .account-options .name {
  width: 220px;
}
#RightContentBox.collapsed .editContentItemContainer #questionEditor .account-options .name input[type=text] {
  width: 220px;
}
#RightContentBox.collapsed .editContentItemContainer #questionEditor .account-options .prompt {
  width: 200px;
}
#RightContentBox.collapsed .editContentItemContainer #questionEditor .account-options .prompt input[type=text] {
  width: 200px;
}
#RightContentBox.collapsed .editContentItemContainer #questionEditor .account-options .display select {
  width: 150px;
  min-width: 150px;
}
#RightContentBox.collapsed .editContentItemContainer input.edit {
  width: 500px;
}
#RightContentBox.collapsed .editContentItemContainer textarea {
  width: 664px;
}
#EditContentItem_container {
  width: 100%;
}
#EditContentItem_container .content-title {
  width: calc(100% - 15px);
}
#EditContentGroup_container .content-title {
  width: calc(100% - 15px);
}
.border {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-bottom: 20px;
}
.spread-admin-editor .spread-modal-editor input[type=text],
.spread-admin-editor .spread-modal-editor input[type=number],
.spread-admin-editor .spread-modal-editor textarea {
  width: 95%;
}
.spread-admin-editor .spread-modal-editor .formula-container {
  border: solid 1px #ccc;
  padding: 10px;
  /*position: relative;*/
  margin: 10px 0;
  background-color: #eeeeee;
  /*Disabled Content*/
  /*Enabled Content*/
}
.spread-admin-editor .spread-modal-editor .formula-container .alias-input {
  border: none !important;
  outline: none;
  box-shadow: none;
  font-size: larger;
  margin-bottom: 20px;
  width: 90%;
  color: #3792ED;
  background-color: #eeeeee;
  padding-left: 0;
}
.spread-admin-editor .spread-modal-editor .formula-container .alias-input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.spread-admin-editor .spread-modal-editor .formula-container .alias-input.invalid {
  color: red;
}
.spread-admin-editor .spread-modal-editor .formula-container .formula-group-minimize {
  margin: 0;
}
.spread-admin-editor .spread-modal-editor .formula-container.collapsed .alias-input {
  margin-bottom: 0;
}
.spread-admin-editor .spread-modal-editor .formula-container.collapsed .formula-group-content {
  display: none;
}
.spread-admin-editor .spread-modal-editor .formula-container input[type=text] {
  background-color: #eeeeee;
}
.spread-admin-editor .spread-modal-editor .formula-container input[type=text]:disabled {
  background-color: #dddddd;
}
.spread-admin-editor .spread-modal-editor .formula-container.true {
  background-color: #fff;
}
.spread-admin-editor .spread-modal-editor .formula-container.true input[type=text] {
  background-color: #fff;
}
.spread-admin-editor .spread-modal-editor .formula-container.true input[type=text]:disabled {
  background-color: #eeeeee;
}
.spread-admin-editor .spread-modal-editor .formula-container .formula-group-delete {
  margin-top: -20px;
}
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table {
  width: 100%;
  margin-bottom: 20px;
}
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table tr th,
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table tr td {
  text-align: left;
}
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table tr th em,
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table tr td em {
  font-weight: normal;
}
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table tr th:nth-child(1),
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table tr td:nth-child(1) {
  width: 4%;
}
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table tr th:nth-child(2),
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table tr td:nth-child(2) {
  width: 22%;
}
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table tr th:nth-child(3),
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table tr td:nth-child(3) {
  width: 60%;
}
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table tr th:nth-child(3) input,
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table tr td:nth-child(3) input {
  width: 95%;
}
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table tr th:nth-child(4),
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table tr td:nth-child(4) {
  width: 7%;
}
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table tr th:nth-child(5),
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table tr td:nth-child(5) {
  width: 7%;
}
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table tr th input,
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table tr td input {
  width: 86%;
  margin: 0;
}
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table tr th input[type=text],
.spread-admin-editor .spread-modal-editor .formula-container .custom-formulas-table tr td input[type=text] {
  margin-bottom: 4px;
}
.branch-condition-container {
  position: relative;
}
.branch-condition-value-delete {
  position: absolute;
  margin-top: 5px;
  margin-left: -20px;
}
.branch-condition-value-delete:last-child {
  margin-left: -15px;
}
.spread-modal-tooltip {
  cursor: pointer;
}
.spread-modal-tooltip-icon {
  font-size: 20px;
  border: 5px solid transparent;
}
.spread-modal-tooltip-content {
  position: absolute;
  display: inline-block;
  background-color: #FFF68F;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 1px 1px 6px 0 #a5a5a5;
  padding: 10px 20px;
  margin-left: 4px;
  display: none;
  z-index: 11111;
}
.spread-modal-tooltip-content::before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: -6px;
  background-color: #FFF68F;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.spread-modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.spread-modal .spread-container {
  position: absolute;
  background-color: #fff;
  width: 80%;
  height: 80%;
  left: calc(10% - 10px);
  top: 7%;
  padding: 0;
  border: 10px solid #fff;
  border-bottom-width: 30px;
  border-radius: 4px;
  box-shadow: 2px 1px 16px 0 #3b3b3b;
}
.spread-modal .spread-container .spread-view {
  width: 100%;
  height: calc(100% - 25px) !important;
}
.spread-modal .spread-container .info {
  color: #818181;
  font-style: italic;
  margin: 4px 0 0;
}
.spread-modal .close-button {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 6%;
  right: 9%;
  z-index: 1100;
  background: url("/Portals/_default/Skins/MBAMath/img/x.png") no-repeat center;
  cursor: pointer;
}
.support-link {
  padding-right: 20px;
}
@media (max-width: 979px) {
  .spread-modal .spread-container {
    border: none;
    border-radius: 0;
    border-top: 30px solid #fff;
    width: 100%;
    height: 90%;
    left: 0;
    top: 0;
  }
  .spread-modal .close-button {
    top: 0.5%;
    right: 0.5%;
  }
  .subnavbar-inner ul {
    display: none;
  }
  .subnavbar-inner select {
    display: block;
  }
  #navCollapse {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease-out;
    -moz-transition: max-height 0.4s ease-out;
    -o-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
  }
  #navCollapse.open {
    max-height: 1000px;
    -webkit-transition: max-height 0.4s ease-in;
    -moz-transition: max-height 0.4s ease-in;
    -o-transition: max-height 0.4s ease-in;
    transition: max-height 0.4s ease-in;
  }
  #navCollapse ul.nav {
    list-style-type: none;
    width: 100%;
  }
  #navCollapse ul.nav li {
    float: none;
  }
  #navCollapse .support-link {
    position: absolute;
    left: 20px;
  }
}
#BrowserSupportNotificationContainer {
  background-color: #FFF68F;
  width: 100%;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  margin-top: 10px;
  margin-bottom: -10px;
}
#BrowserSupportNotification {
  padding: 14px;
}
#BrowserSupportNotificationClose {
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 14px;
}
.ui-widget-overlay {
  background-color: #000000;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
}
.dnnFormPopup {
  border-radius: 6px;
  padding: 0;
}
.dnnFormPopup *:focus,
.dnnFormPopup:focus {
  outline: none;
}
.dnnFormPopup .ui-dialog-title {
  font-family: MuliRegular;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
.dnnFormPopup .ui-dialog-titlebar {
  padding: 9px 15px;
}
.dnnFormPopup .ui-dialog-titlebar-close {
  background: none;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  opacity: 0.2;
  text-shadow: 0 1px 0 #ffffff;
}
.dnnFormPopup .ui-dialog-titlebar-close:before {
  display: block;
  content: "x";
}
.dnnFormPopup .ui-dialog-titlebar-close:hover:before {
  opacity: 0.4;
}
.dnnFormPopup .dnnDialog {
  padding: 15px;
}
.dnnFormPopup .clipboard.icon {
  position: absolute;
  top: 5px;
  right: 25px;
  margin-top: 4px;
  margin-left: 4px;
  width: 11px;
  height: 13px;
  border: solid 1px #333333;
  border-top: none;
  border-radius: 1px;
  cursor: pointer;
}
.dnnFormPopup .clipboard.icon:before {
  top: -1px;
  left: 2px;
  width: 5px;
  height: 1px;
  border: solid 1px #333333;
  border-radius: 1px;
}
.dnnFormPopup .clipboard.icon:after {
  width: 3px;
  height: 1px;
  background-color: #333333;
  box-shadow: 8px 0 0 0 #333333;
}
.dnnFormPopup .icon:before,
.dnnFormPopup .icon:after {
  content: '';
  position: absolute;
  display: block;
}
.dnnFormPopup .ui-dialog-buttonpane .ui-dialog-buttonset {
  background-color: #f5f5f5;
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #ddd;
  float: none;
  padding: 14px 15px 15px;
  text-align: right;
}
.dnnFormPopup .ui-dialog-buttonpane .ui-dialog-buttonset .dnnPrimaryAction {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #4162ad;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  padding: 4px 12px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.dnnFormPopup .ui-dialog-buttonpane .ui-dialog-buttonset .dnnPrimaryAction:hover {
  color: #333;
  background-color: #e6e6e6;
}