.text-muted {
    color: #999 !important;
}

html.dark .text-muted {
    color: #505461 !important;
}

.text-dark {
    color: #1d2127 !important;
}

.text-light {
    color: #FFF !important;
}

.text-weight-light {
    font-weight: 300;
}

.text-weight-normal {
    font-weight: 400;
}

.text-weight-semibold {
    font-weight: 600;
}

.text-weight-bold {
    font-weight: 700;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.rounded {
    border-radius: 5px;
}

.b-thin {
    border-width: 3px;
}

.b-normal {
    border-width: 5px;
}

.b-thick {
    border-width: 7px;
}

/* Spacements */
/* spacement top & bottom */
.m-none {
    margin: 0 !important;
}

.m-auto {
    margin: 0 auto !important;
}

.m-xs {
    margin: 5px !important;
}

.m-sm {
    margin: 10px !important;
}

.m-md {
    margin: 15px !important;
}

.m-lg {
    margin: 20px !important;
}

.m-xl {
    margin: 25px !important;
}

.m-xlg {
    margin: 30px !important;
}

/* spacement top	*/
.mt-none {
    margin-top: 0 !important;
}

.mt-xs {
    margin-top: 5px !important;
}

.mt-sm {
    margin-top: 10px !important;
}

.mt-md {
    margin-top: 15px !important;
}

.mt-lg {
    margin-top: 20px !important;
}

.mt-xl {
    margin-top: 25px !important;
}

.mt-xlg {
    margin-top: 30px !important;
}

.mt-xxlg {
    margin-top: 40px !important;
}

.mt-xxxlg {
    margin-top: 50px !important;
}

/* spacement bottom	*/
.mb-none {
    margin-bottom: 0 !important;
}

.mb-xs {
    margin-bottom: 5px !important;
}

.mb-sm {
    margin-bottom: 10px !important;
}

.mb-md {
    margin-bottom: 15px !important;
}

.mb-lg {
    margin-bottom: 20px !important;
}

.mb-xl {
    margin-bottom: 25px !important;
}

.mb-xlg {
    margin-bottom: 30px !important;
}

.mb-xxlg {
    margin-top: 40px !important;
}

.mb-xxxlg {
    margin-top: 50px !important;
}

/* spacement left	*/
.ml-none {
    margin-left: 0 !important;
}

.ml-xs {
    margin-left: 5px !important;
}

.ml-sm {
    margin-left: 10px !important;
}

.ml-md {
    margin-left: 15px !important;
}

.ml-lg {
    margin-left: 20px !important;
}

.ml-xl {
    margin-left: 25px !important;
}

.ml-xlg {
    margin-left: 30px !important;
}

.ml-xxlg {
    margin-top: 40px !important;
}

.ml-xxxlg {
    margin-top: 50px !important;
}

/* spacement right	*/
.mr-none {
    margin-right: 0 !important;
}

.mr-xs {
    margin-right: 5px !important;
}

.mr-sm {
    margin-right: 10px !important;
}

.mr-md {
    margin-right: 15px !important;
}

.mr-lg {
    margin-right: 20px !important;
}

.mr-xl {
    margin-right: 25px !important;
}

.mr-xlg {
    margin-right: 30px !important;
}

.mr-xxlg {
    margin-top: 40px !important;
}

.mr-xxxlg {
    margin-top: 50px !important;
}

/* Spacement Padding */
.p-none {
    padding: 0 !important;
}

.p-xs {
    padding: 5px !important;
}

.p-sm {
    padding: 10px !important;
}

.p-md {
    padding: 15px !important;
}

.p-lg {
    padding: 20px !important;
}

.p-xl {
    padding: 25px !important;
}

.p-xlg {
    padding: 30px !important;
}

/* spacement top	*/
.pt-none {
    padding-top: 0 !important;
}

.pt-xs {
    padding-top: 5px !important;
}

.pt-sm {
    padding-top: 10px !important;
}

.pt-md {
    padding-top: 15px !important;
}

.pt-lg {
    padding-top: 20px !important;
}

.pt-xl {
    padding-top: 25px !important;
}

.pt-xlg {
    padding-top: 30px !important;
}

/* spacement bottom	*/
.pb-none {
    padding-bottom: 0 !important;
}

.pb-xs {
    padding-bottom: 5px !important;
}

.pb-sm {
    padding-bottom: 10px !important;
}

.pb-md {
    padding-bottom: 15px !important;
}

.pb-lg {
    padding-bottom: 20px !important;
}

.pb-xl {
    padding-bottom: 25px !important;
}

.pb-xlg {
    padding-bottom: 30px !important;
}

/* spacement left	*/
.pr-none {
    padding-left: 0 !important;
}

.pl-xs {
    padding-left: 5px !important;
}

.pl-sm {
    padding-left: 10px !important;
}

.pl-md {
    padding-left: 15px !important;
}

.pl-lg {
    padding-left: 20px !important;
}

.pl-xl {
    padding-left: 25px !important;
}

.pl-xlg {
    padding-left: 30px !important;
}

/* spacement right	*/
.pr-none {
    padding-right: 0 !important;
}

.pr-xs {
    padding-right: 5px !important;
}

.pr-sm {
    padding-right: 10px !important;
}

.pr-md {
    padding-right: 15px !important;
}

.pr-lg {
    padding-right: 20px !important;
}

.pr-xl {
    padding-right: 25px !important;
}

.pr-xlg {
    padding-right: 30px !important;
}

.ib {
    display: inline-block;
    vertical-align: top;
}

.va-middle {
    vertical-align: middle;
}

.ws-nowrap {
    white-space: nowrap;
}

.ws-normal {
    white-space: normal;
}

.position-relative {
    position: relative;
}

.align-bottom {
    position: absolute;
    bottom: 0px;
}

.text-size-lg {
    font-size: 1.5em;
}

.text-size-xlg {
    font-size: 2.0em;
}

.text-size-sm {
    font-size: 0.75em;
}

.text-size-xs {
    font-size: 0.5em;
}

.text-size-md {
    font-size: 1.0em;
}

.text-superscript {
     position: relative;
     top: -0.5em;
     font-size: 60%;
     text-decoration: underline;
     margin-left: 2px;
}

.text-white {
    color: #FFFFFF;
}

.student-panel {
    height: auto;
}

.required-course-mark {
    margin-bottom: -20px;
}

.savings-highlighter {
    background-color:  !important;
}

.strikeout {
    position: relative;
}
.strikeout::after {
    border-bottom: 0.135em solid rgba(0, 0, 0, 0.75);
    content: "";
    left: 0px;
    margin-top: calc(0.125em / 2 - 2);
    position: absolute;
    right: -2px;
    top: 50%;
}

/* AJAX LOADER */

.loading {
    position: relative;
    left: 50%;
    top: 50%;
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Purchase Image Modal Lightbox */
.image-modal {
    width:600px;
}

.image-thumbnail img {
    width: 230px;
}

.image-thumbnail {
    width: 230px;
}





/* Bottom Align Text */
.bottom-align-text {
    position: relative;
    bottom: 0;
}

/* Fake Btn */
.fake-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.fake-btn-attention {
    color: #fff;
    background-color: #FF6933;
    border-color: #FF571A;
}

.fake-btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.fake-btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.fake-btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.fake-btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.fake-btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.fake-btn-attention {
    color: #fff;
    background-color: #FF6933;
    border-color: #FF571A;
}

.fake-btn-silver {
    color: #fff;
    background-color: #C0C0C0;
    border-color: #B2B2B2;
}


/* Custom Buttons */
.btn-attention {
    color: #fff;
    background-color: #FF6933;
    border-color: #FF571A;
}
.btn-attention:focus,
.btn-attention.focus {
    color: #fff;
    background-color: #FF4400;
    border-color: #661B00;
}
.btn-attention:hover {
    color: #fff;
    background-color: #FF4400;
    border-color: #661B00;
}
.btn-attention:active,
.btn-attention.active,
.open > .dropdown-toggle.btn-attention {
    color: #fff;
    background-color: #FF4400;
    border-color: #661B00;
}
.btn-attention:active:hover,
.btn-attention.active:hover,
.open > .dropdown-toggle.btn-attention:hover,
.btn-attention:active:focus,
.btn-attention.active:focus,
.open > .dropdown-toggle.btn-attention:focus,
.btn-attention:active.focus,
.btn-attention.active.focus,
.open > .dropdown-toggle.btn-attention.focus {
    color: #fff;
    background-color: #A82D00;
    border-color: #8F2600;
}
.btn-attention:active,
.btn-attention.active,
.open > .dropdown-toggle.btn-attention {
    background-image: none;
}
.btn-attention.disabled:hover,
.btn-attention[disabled]:hover,
fieldset[disabled] .btn-attention:hover,
.btn-attention.disabled:focus,
.btn-attention[disabled]:focus,
fieldset[disabled] .btn-attention:focus,
.btn-attention.disabled.focus,
.btn-attention[disabled].focus,
fieldset[disabled] .btn-attention.focus {
    background-color: #FF6933;
    border-color: #FF571A;
}
.btn-attention .badge {
    color: #FF6933;
    background-color: #fff;
}

.panel-attention {
    border-color: #FF571A;
}
.panel-attention > .panel-heading {
    color: #fff;
    background-color: #FF6933;
    border-color: #A82D00;
}
.panel-attention > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #A82D00;
}
.panel-attention > .panel-heading .badge {
    color: #FF6933;
    background-color: #fff;
}
.panel-attention > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #A82D00;
}

/* Download */

.panel-silver {
    border-color: #B2B2B2;
}
.panel-silver > .panel-heading {
    color: #fff;
    background-color: #C0C0C0;
    border-color: #B2B2B2;
}
.panel-silver > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #B2B2B2;
}
.panel-silver > .panel-heading .badge {
    color: #C0C0C0;
    background-color: #fff;
}
.panel-silver > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #B2B2B2;
}

.btn-silver {
    color: #fff;
    background-color: #C0C0C0;
    border-color: #B2B2B2;
}
.btn-silver:focus,
.btn-silver.focus {
    color: #fff;
    background-color: #A6A6A6;
    border-color: #737373;
}
.btn-silver:hover {
    color: #fff;
    background-color: #A6A6A6;
    border-color: #737373;
}
.btn-silver:active,
.btn-silver.active,
.open > .dropdown-toggle.btn-silver {
    color: #fff;
    background-color: #A6A6A6;
    border-color: #737373;
}
.btn-silver:active:hover,
.btn-silver.active:hover,
.open > .dropdown-toggle.btn-silver:hover,
.btn-silver:active:focus,
.btn-silver.active:focus,
.open > .dropdown-toggle.btn-silver:focus,
.btn-silver:active.focus,
.btn-silver.active.focus,
.open > .dropdown-toggle.btn-silver.focus {
    color: #fff;
    background-color: #808080;
    border-color: #4C4C4C;
}
.btn-silver:active,
.btn-silver.active,
.open > .dropdown-toggle.btn-silver {
    background-image: none;
}
.btn-silver.disabled:hover,
.btn-silver[disabled]:hover,
fieldset[disabled] .btn-silver:hover,
.btn-silver.disabled:focus,
.btn-silver[disabled]:focus,
fieldset[disabled] .btn-silver:focus,
.btn-silver.disabled.focus,
.btn-silver[disabled].focus,
fieldset[disabled] .btn-silver.focus {
    background-color: #C0C0C0;
    border-color: #B2B2B2;
}
.btn-silver .badge {
    color: #C0C0C0;
    background-color: #fff;
}

/* Purchase Price Panel */
.purchase_price_panel {
    position: relative;
    padding-bottom: 10px;
}

.pull-bottom {
    position: absolute;
    bottom: 0px;
    padding-right: 10px;
}

/* List Group Item */
.list-group-item-silver {
    color: #808080;
    background-color: #F0F0F0;
}
a.list-group-item-silver,
button.list-group-item-silver {
    color: #808080;
}
a.list-group-item-silver .list-group-item-heading,
button.list-group-item-silver .list-group-item-heading {
    color: inherit;
}
a.list-group-item-silver:hover,
button.list-group-item-silver:hover,
a.list-group-item-silver:focus,
button.list-group-item-silver:focus {
    color: #808080;
    background-color: #E3E3E3;
}
a.list-group-item-silver.active,
button.list-group-item-silver.active,
a.list-group-item-silver.active:hover,
button.list-group-item-silver.active:hover,
a.list-group-item-silver.active:focus,
button.list-group-item-silver.active:focus {
    color: #fff;
    background-color: #808080;
    border-color: #808080;
}

/* Width by percentage */
.width-10 {
    width: 10%;
}

.width-15 {
    width: 15%;
}

.width-20 {
    width: 20%;
}

.width-25 {
    width: 25%;
}

.width-30 {
    width: 30%;
}

.width-35 {
    width: 35%;
}

.width-40 {
    width: 40%;
}

.width-45 {
    width: 45%;
}

.width-50 {
    width: 50%;
}

.width-55 {
    width: 55%;
}

.width-60 {
    width: 60%;
}

.width-65 {
    width: 65%;
}

.width-70 {
    width: 70%;
}

.width-75 {
    width: 75%;
}

.width-80 {
    width: 80%;
}

.width-85 {
    width: 85%;
}

.width-90 {
    width: 90%;
}

.width-95 {
    width: 95%;
}

.width-100 {
    width: 100%;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.img-thumbnail {
    border-radius: 4px;
    position: relative;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    min-width: 50%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-thumbnail .zoom {
    background: rgba(204, 204, 204, 0.6);
    border-radius: 100%;
    bottom: 8px;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    height: 30px;
    padding: 6px;
    position: absolute;
    right: 8px;
    text-align: center;
    width: 30px;
}

.radio-label {
    display: block;
    word-wrap: normal;
}

.bg-white-smoke {
    background-color: rgba(245, 245, 245, 1);
}

.bg-dark-gray {
    background-color: rgba(128, 128, 128, 1);
    color: rgba(255, 255, 255, 1);
}

.bg-oshacademy-orange {
    color: #ffffff;
    background-color: #ee692f;
}

.vertical-center { 
    vertical-align: middle !important;
}
.vertical-top {
    vertical-align: top !important;
}
.vertical-bottom {
    vertical-align: bottom  !important;
}
