body {
  padding-top: 58px;
  background-color: #4e0018;
}
/* Set padding to keep content from hitting the edges */

.body-content {
  padding: 15px;
}
.body {
  background-color: whitesmoke;
  /*background-color: black;*/
  min-height: 800px;
}
.LayoutContentOnlyBody {
  background-color: whitesmoke;
}
.k-window-content {
  background-color: whitesmoke;
}
.well {
  background-image: none;
  background: whitesmoke;
}
/* Set width on the form input elements since they're 100% wide by default */

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
footer {
  color: white;
  padding-top: 15px;
}
footer a {
  color: white;
}
footer ul {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 10px;
}
.error {
  color: red;
  padding-top: 6px;
}
button[disabled],
html input[disabled] {
  color: gray;
}
/*nav-bar*/

.navbar {
  background-color: #4e0018;
  background-image: none;
  border-color: #4e0018;
}
.navbar-nav > li > a,
.navbar-nav > li {
  color: white;
}
.navbar-nav > li > a:hover,
.navbar-nav > li:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li:focus {
  color: #a7808c;
  background-color: transparent;
}
.navbar-header {
  height: 58px;
}
.navbar-center-logo {
  width: 100%;
  text-align: center;
  position: absolute;
}
@media (max-width: 768px) {
  .navbar-right {
    margin: 7.5px -30px;
  }
  .nav > li > a {
    padding: 10px 5px;
  }
  .navbar-center-logo > a > img {
    max-width: 180px;
  }
}
.navbar-right {
  float: right;
}
.navbar-right > li {
  float: left;
}
.navbar-toggle {
  color: white;
}
.navbar-collapse-content {
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-collapse-content a {
  color: white;
}
.navbar-collapse-content a:hover,
.navbar-collapse-content a:focus {
  color: #a7808c;
  text-decoration: none;
}
#navbar-collapse-parent > .panel {
  background: none;
  border: none;
  margin: unset;
}
#notification {
  width: 100%;
  background-color: khaki;
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
}
#notificationPadding {
  padding: 10px;
}
.notificationMessage {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: solid 1px black;
}
.notificationMessage:last-child {
  border-bottom: none;
}
/*page-title*/

.page-title {
  background-color: #1b1b1b;
  color: white;
  padding-bottom: 10px;
}
.page-title a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}
.page-title a:hover {
  color: white;
}
.page-title .sm-logo {
  color: white;
}
.page-title .sm-logo:hover,
.page-title .collapse-logo:focus {
  color: #8d8d8d;
}
/* Fix Kendo and Bootstrap*/

.has-error .form-control {
  border-width: 1px;
}
.has-error .k-picker-wrap {
  border-width: 0px;
}
.form-inline select.form-control {
  width: auto;
}
.has-error .g-recaptcha iframe {
  border: 1px solid #b94a48;
  border-radius: 4px;
}
/*.g-recaptcha-label {
	margin-top: 20px;
}*/

.recaptchaHolder {
  width: 260px;
}
.g-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.k-tabstrip:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
table label {
  margin: 0px;
}
.form-control.k-widget {
  width: 100%;
}
.k-widget * {
  box-sizing: border-box;
}
.k-window-titlebar,
.k-window-action {
  box-sizing: content-box;
}
.k-window.k-state-focused {
  box-shadow: 0px 0px 7px 2000px rgba(0, 0, 0, 0.2);
}
.k-window {
  box-shadow: 0px 0px 7px 2000px rgba(0, 0, 0, 0.2);
}
.k-progressbar {
  width: 100%;
  display: block;
}
.k-colorpalette {
  border: solid 1px black;
}
.k-colorpicker .k-selected-color {
  width: 90px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  margin-top: 4px \9;
  margin-left: 0px;
  cursor: pointer;
}
.radio-inline {
  padding-left: 0px;
}
.btn-default:hover,
.btn-default:focus {
  background-position: inherit;
}
.k-textbox {
  width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
.btn {
  white-space: unset;
}
.has-error .fa-asterisk {
  color: #a94442;
}
.has-error .fa-asterisk:active,
.has-error .fa-asterisk:focus {
  text-decoration: none;
}
/* Helper Classes*/

.disabled {
  pointer-events: none;
  cursor: default;
  color: lightgray;
}
.disabled a {
  color: lightgray;
}
.right-align {
  text-align: right;
}
.border-top {
  border-top: 1px solid black;
}
.border-bottom {
  border-bottom: 1px solid black;
}
.top-buffer-lg {
  margin-top: 40px;
}
.top-buffer-md {
  margin-top: 20px;
}
.top-buffer-sm {
  margin-top: 10px;
}
.bottom-buffer-lg {
  margin-bottom: 40px;
}
.bottom-buffer-md {
  margin-bottom: 20px;
}
.bottom-buffer-sm {
  margin-bottom: 10px;
}
.left-buffer-lg {
  margin-left: 40px;
}
.left-buffer-md {
  margin-left: 20px;
}
.left-buffer-sm {
  margin-left: 10px;
}
.right-buffer-lg {
  margin-right: 40px;
}
.right-buffer-md {
  margin-right: 20px;
}
.right-buffer-sm {
  margin-right: 10px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.center {
  margin: auto;
  text-align: center;
}
.large-font {
  font-size: x-large;
}
.medium-font {
  font-size: medium;
}
.small-font {
  font-size: x-small;
}
.underline {
  text-decoration: underline;
}
.shadow {
  box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.5);
}
.full-width {
  width: 100%;
}
.hand-cursor {
  cursor: pointer;
}
.no-text-decoration,
.no-text-decoration:focus,
.no-text-decoration:hover {
  text-decoration: none;
}
.bold {
  font-weight: bold;
}
.block {
  display: block !important;
}
.flex {
  display: flex;
}
.tabledisplay {
  display: table;
}
/*Custom Classes*/

.LayoutContentOnlyBody {
  margin: 0px 15px;
}
.showOnMobile {
  visibility: hidden;
  display: none;
}
@media (max-width: 768px) {
  .hideOnMobile {
    visibility: hidden;
    display: none;
  }
  .showOnMobile {
    visibility: visible;
    display: initial;
  }
}
.collapsed .collapseMinusLogo,
.collapsed.collapseMinusLogo {
  visibility: hidden;
  display: none;
}
.collapsePlusLogo {
  visibility: hidden;
  display: none;
}
.collapsed .collapsePlusLogo,
.collapsed.collapsePlusLogo {
  visibility: visible;
  display: inherit;
}
.colorPickerLabel {
  float: left;
  margin-top: 8px;
  margin-right: 10px;
}
#loading,
#emailloading {
  position: fixed;
  margin-top: -50px;
  margin-left: -50px;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  /*box-shadow: 0px 0px 7px 2000px rgba(0,0,0,.2);
	background: rgba(0,0,0,.2);
	z-index: 100;*/

}
#icNotificationText {
  color: white;
}
.right-border-separator {
  border-right: solid black 1px;
}
@media (max-width: 768px) {
  .right-border-separator {
    border-right: none;
  }
}
.creditCardNumberLabel {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .creditCardNumberLabel {
    margin-top: 0px;
  }
}
/* Panel Classes */

.panel-default {
  border: none;
  background-color: white;
}
.panel-default > .panel-heading,
.panel-default > div > .panel-heading,
.panel-default > .panel-footer,
.panel-default > div > .panel-footer {
  display: block;
  background-color: #e8e8e8;
  background-image: none;
}
@media (max-width: 768px) {
  .panel-default {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.panel-group .panel,
.panel-group .panel + .panel {
  margin-top: 20px;
}
/* Dashboard Classes */

.dashboardcard {
  position: relative;
  min-width: 200px;
  /*min-height: 100px;*/
  max-width: 280px;
  max-height: 300px;
  padding: 20px 20px 20px 20px;
  margin: 10px;
  background-color: #4e0018;
  float: left;
  border-radius: 15px;
  color: white;
  border: solid 1px white;
}
a.dashboardcard {
  cursor: pointer;
}
.dashboardcard:hover,
.dashboardcard:focus {
  color: #4e0018;
  background-color: white;
  border-color: #4e0018;
  text-decoration: none;
  box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.5);
}
.dashboardcard:hover .dashboardcard-footer,
.dashboardcard:focus .dashboardcard-footer {
  border-top-color: #4e0018;
}
.dashboardcard:hover .text-danger,
.dashboardcard:focus .text-danger {
  color: pink;
}
.dashboardcard:hover .text-success,
.dashboardcard:focus .text-success {
  color: greenyellow;
}
.dashboardcard-footer-placeholder {
  height: 40px;
  display: block;
}
.dashboardcard-footer-double-placeholder {
  height: 60px;
  display: block;
}
.dashboardcard-footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 20px 20px 20px 20px;
  width: 100%;
  border-top: solid 1px white;
  float: right;
  text-align: right;
  max-height: 100px;
  overflow-y: hidden;
}
.dashboardcard-background {
  min-height: 316px;
  min-width: 256px;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.dashboardcard-background-title {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 10px 20px 10px 20px;
  width: 100%;
  border-top: solid 1px white;
  float: right;
  text-align: right;
}
.dashboardlongcard {
  max-width: none;
  max-height: none;
}
.dashboardspecialcard {
  background-color: white;
  color: #4e0018;
  border-color: #4e0018;
}
.dashboardspecialcard:hover,
.dashboardspecialcard:focus {
  color: white;
  background-color: #4e0018;
  border-color: white;
  box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.5);
}
.dashboardcardicon-left {
  width: 40px;
  vertical-align: top;
}
.dashboardcardicon-right {
  vertical-align: middle;
}
.dashboardcardicon-right > h3 {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .dashboardcard {
    width: 100%;
    max-width: none;
    min-height: none;
    max-height: none;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 15px;
  }
  .dashboardcard h2,
  .dashboardcard h3 {
    font-size: 24px;
    margin: 0px;
  }
  .dashboardcard-footer,
  .dashboardcard ul,
  .dashboardcard-footer-placeholder {
    visibility: hidden;
    display: none;
  }
  .dashboardcard-background {
    min-height: 188px;
    min-width: 128px;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }
  .dashboardcard-background-title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 10px 20px 10px 20px;
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 10px !important;
  }
}
/*
	Application Page Progress Bar
*/

.submitButton {
  background: #61bd6d;
  color: white;
  text-shadow: none;
  font-weight: bold;
}
.apply-progress-bar-holder {
  background-color: white;
  border: solid 1px lightgray;
  border-radius: 5px;
  padding: 10px;
}
.apply-progress-bar tr {
  height: 20px;
}
.apply-progress-bar {
  margin: 0px auto;
  text-align: center;
  width: 80%;
}
.apply-progress-bar td.apply-progress-bar-bottom {
  border-color: black;
  border-width: thin;
  border-style: solid;
  background-color: white;
}
.apply-progress-bar td.apply-progress-bar-bottom a {
  height: 100%;
  width: 100%;
  display: block;
}
.apply-progress-bar td.apply-progress-bar-bottom.active {
  background-color: #61bd6d;
  color: white;
}
.apply-progress-bar td.apply-progress-bar-bottom.active a {
  height: 100%;
  width: 100%;
  display: block;
  background-color: #61bd6d;
  color: white;
}
.apply-progress-bar td.apply-progress-bar-bottom.active a:hover,
.apply-progress-bar td.apply-progress-bar-bottom.active a:focus {
  color: #2a6496;
}
.apply-progress-bar td.apply-progress-bar-top.active {
  color: black;
}
/*Course Index Page*/

.courseListItemView {
  width: 256px;
  height: 174px;
  padding: 20px 20px 20px 20px;
  margin: 10px;
  background-color: #4e0018;
  float: left;
  border-radius: 15px;
  border: solid 1px white;
  color: white;
}
.courseListItemViewWithImage {
  width: 258px;
  padding: 0px;
  margin: 9px;
  background-color: #4e0018;
  float: left;
  border-radius: 15px;
  border: solid 1px white;
  color: white;
}
.courseListItemViewWithImage:hover,
.courseListItemView:hover,
.courseListItemViewWithImage:focus,
.courseListItemView:focus {
  color: #4e0018;
  background-color: white;
  border-color: #4e0018;
  text-decoration: none;
  box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.5);
}
.courseListItemView-Image {
  width: 256px;
  height: 256px;
  border-radius: 15px 15px 0px 0px;
}
.courseListItemView-Title {
  float: left;
  text-align: left;
  padding: 20px;
}
@media (max-width: 992px) {
  .courseListItemView,
  .courseListItemViewWithImage {
    width: 100%;
    height: unset;
    padding: 0px;
    margin: 20px 0px;
    background-color: #4e0018;
    border-radius: 15px;
    color: white;
  }
  .courseListItemView-Image {
    width: 128px;
    height: 128px;
    border-radius: 15px;
    border-bottom: none;
    float: left;
    margin-right: 10px;
  }
  .courseListItemView-Title {
    float: none;
    text-align: left;
    padding: 20px;
    display: table;
  }
}
/*Course List Page*/

.courseListViewCard {
  width: 100%;
}
.courseListListView-Image {
  width: 128px;
  height: 128px;
  margin-right: 16px;
}
.no-radius {
  border-radius: 0px;
}
.courseListCategoryPanel {
  padding: 0px;
}
.courseListCategoryPanel .courseListCategory {
  width: 100%;
  border-top: solid #e8e8e8 1px;
}
.courseListCategoryPanel .collapsed .courseListCategory {
  background-color: #1b1b1b;
  color: white;
}
.courseListCategory-Image {
  width: 40px;
  height: 40px;
  margin: 10px;
}
.courseListCategory-Text {
  height: 40px;
  padding: 10px;
  width: 100%;
}
#CourseWebCategoryDropDownList {
  display: none;
  visibility: hidden;
}
#ckShowDescriptionGroup {
  float: right;
}
@media (max-width: 992px) {
  .courseListListView-Image {
    visibility: hidden;
    display: none;
  }
}
@media (max-width: 768px) {
  #CourseWebCategoryDropDownList {
    width: 100%;
    padding: 10px;
    margin: 10px 0px;
    display: block;
    visibility: visible;
  }
}
/*Course Sessions Page*/

.courseSessionsCourseImage {
  /*float: left;*/
  height: 256px;
  width: 256px;
  margin: 0px 20px 20px 0px;
}
.courseSessionsCourseSessionsTable {
  margin-top: 15px;
}
/*Checkout Page*/

td.checkoutCourseSessionTableActionColumn {
  min-width: 150px;
}
@media (max-width: 768px) {
  td.checkoutCourseSessionTableActionColumn {
    background: none !important;
    border: none !important;
    min-width: unset;
  }
}
.table-bordered {
  border: none;
}
.checkoutIndexContinueTableTopCell {
  padding: 10px 10px 0px 10px;
  width: 50%;
}
.checkoutIndexContinueTableBottomCell {
  padding: 0px 10px 10px 10px;
  width: 50%;
}
/*Progress Page*/

.progressCollapsedLink:hover,
.progressCollapsedLink:focus {
  text-decoration: none;
}
.greenProgressBar.k-progressbar > .k-state-selected {
  background-color: green;
}
.progress-panel-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.progressTrack {
  background-color: lightgray;
  border-bottom: solid 1px white;
}
.progressEmphasis {
  background-color: lightyellow;
  border-bottom: solid 1px white;
  padding-left: 40px;
}
/*Student Index - Report*/

.reportKendoWindow {
  width: 600px;
  max-height: 600px;
}
.reportFormLink:hover,
.reportFormLink:focus {
  text-decoration: none;
}
.report-button-cell {
  width: 180px;
}
.report-table-all-reports > tbody > tr > td {
  border-top: none;
}
@media (max-width: 768px) {
  .reportKendoWindow {
    width: 200px;
  }
  .report-button-cell {
    width: 80px;
  }
}
/*Sponsor Balance*/

.sponsorBalanceForLabel {
  width: 100%;
  cursor: pointer;
  font-weight: normal;
}
.rbSelectedItem {
  width: 30px;
  height: 30px;
}
/*Sponsor Reports*/

.kendoDropDownList-has-error {
  border: solid 1px red;
  border-radius: 3px;
}
.k-multiselect-wrap > .k-input {
  color: red;
}
/*Student Calendar Style*/

.kendoScheduler-template-title {
  font-size: 21px;
}
/*1098-T Information*/

#i1098t div.panel-body div {
  margin-bottom: 2em;
}
#i1098t h4 {
  font-weight: bold;
}
#i1098t a {
  text-decoration: underline;
}
#i1098t img {
  display: block;
  margin: 0 auto;
  border: 1px solid black;
  width: 80%;
}
