/*--------------------------------------------------------------
# COLORS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# BACKGROUND COLOR
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# FOREGROUND COLOR
--------------------------------------------------------------*/
/* https://codepen.io/sosuke/pen/Pjoqqp */
/*--------------------------------------------------------------
# BORDER COLOR
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ANCHOR COLOR
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# OTHERS
--------------------------------------------------------------*/
.reg-color-fg-color-03 {
  color: #ffffff !important; }

.reg-color-bg-color-01 {
  background-color: #1c1835 !important; }

.reg-color-bg-color-02 {
  background-color: #fecb37 !important; }

.reg-color-bg-color-03 {
  background: #ffffff !important; }

/*--------------------------------------------------------------
# FONTS
--------------------------------------------------------------*/
.elevation-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important; }

.img-course-circle {
  border-radius: 50%; }

.main-courses {
  /* background-color: #a6a6a6; */
  background-color: #ffffff; }

.main-catalog {
  background-color: #ffffff; }

.secCourses {
  padding: 40px 10px; }

.card-form-control:focus {
  outline: 0 !important;
  border-color: initial;
  box-shadow: none; }

.div-btn-search {
  text-align: right !important; }

@media (max-width: 992px) {
  .div-btn-search {
    text-align: center !important;
    padding-top: 20px; } }

.btn-search {
  color: #000000;
  background-color: #fecb37;
  border-color: #ffffff;
  font-size: 12px;
  width: 100px;
  font-weight: bold; }

.btn-search:hover {
  color: #ffffff; }

.help-text {
  font-size: 11px;
  font-weight: bold;
  text-align: left; }

.form-control {
  font-size: 12px; }

.container-search {
  margin-bottom: 20px; }

.card-header {
  background-color: #fecb37 !important; }

.card-widget {
  border: 0;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  font-size: 12px; }

/*
.card-widget .card-body:before {
    content: "";
    width: 7%;
    height: 0;
    display: block;
    position: absolute;
    border-bottom: 3px solid #d0ae5e;
    left: 0;
    top: 0;
    transition: .22s all ease-in-out;
}

.card-widget:hover .card-body:before {
    width: 100%;
}
*/
.card {
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.23), 0 26px 29px rgba(0, 0, 0, 0.24);
  margin-bottom: 2rem; }

/* ********************************************* */
/* COURSE */
/* ********************************************* */
.widget-course .widget-course-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 1rem;
  background-color: #fecb37 !important;
  height: 100px; }

.widget-course .widget-course-image > img {
  float: left;
  height: auto;
  width: 55px !important; }

.widget-course .widget-course-desc, .widget-course .widget-course-name {
  margin-left: 65px; }

.widget-course .widget-course-name {
  font-size: 16px;
  /* font-weight: 300; */
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px; }

.widget-course .widget-course-desc {
  font-size: 12px;
  margin-top: 0;
  font-weight: bold; }

/* ********************************************* */
/* PRODUCT */
/* ********************************************* */
.widget-product {
  border-radius: 4px;
  max-height: 470px; }

.widget-product .widget-product-header {
  height: 250px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fecb37 !important;
  position: relative;
  z-index: 89; }

.widget-product .badge-product {
  background-color: #1c1835;
  color: #ffffff;
  width: 100px;
  margin-right: 10px;
  margin-top: 10px;
  font-weight: bold;
  font-size: 12px;
  padding: 0.65em .4em; }

.widget-product .widget-product-header-title {
  padding: 20px;
  padding-top: 30px;
  text-align: center !important;
  font-weight: bold;
  font-size: 16px;
  color: #1c1835; }

.widget-product .widget-product-header-img {
  position: absolute;
  bottom: 10px;
  width: 100px;
  left: 0px;
  z-index: -1; }

.widget-product .widget-product-header-info {
  position: absolute;
  bottom: 0px;
  text-align: right;
  height: 50px;
  width: 100%; }

.widget-square-img {
  border: 1px solid #ffffff;
  width: 40px;
  height: 40px;
  float: right;
  margin-right: 10px;
  padding: 5px; }

.widget-square-img img {
  width: 30px;
  height: 30px; }

.widget-product .card-body {
  height: 220px; }

.widget-product .card-body .price {
  font-weight: bold; }

.widget-product .card-body .days {
  font-weight: bold; }

.widget-product .card-footer {
  height: 50px;
  padding: 5px;
  text-align: center !important;
  background-color: #ffffff;
  border-top: none; }

.widget-product .card-footer .btn,
.table-product .btn {
  color: #000000;
  background-color: #fecb37;
  border-color: #ffffff;
  font-size: 12px;
  width: 100px;
  font-weight: bold; }

.table .thead-product th {
  color: #1c1835;
  background-color: #fecb37;
  border-color: #454d55; }

.table .tbody-product td {
  font-size: 12px;
  vertical-align: middle; }

.table .tbody-product .checked-img {
  font-size: 20px; }

/* ********************************************* */
/* CATALOG */
/* ********************************************* */
.widget-catalog {
  border-radius: 4px; }

.widget-catalog .widget-catalog-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  /* padding: 0.5rem; */
  background-color: #fecb37 !important;
  height: 55px; }

.widget-catalog .widget-catalog-image > img {
  float: left;
  height: auto;
  width: 55px !important; }

.widget-catalog .widget-catalog-desc, .widget-catalog .widget-catalog-name {
  margin: auto;
  padding-top: 5px; }

.widget-catalog .widget-catalog-name {
  font-size: 16px;
  /* font-weight: 300; */
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px; }

.widget-catalog .widget-catalog-desc {
  font-size: 12px;
  margin-top: 0;
  font-weight: bold; }

.widget-catalog .card-body {
  /* height: 180px; */ }

.widget-catalog .btn,
.table-catalog .btn {
  padding: .35rem 1.85rem;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background-color: #1c1835;
  border-color: #dbdadf; }

/*
.widget-catalog .card-body-title {
	background-color: $color-primary-100;
    border-radius: 4px;
    text-align: center;
    padding: 5px;
    margin-top: -11px;
    margin-left: -14px;
    margin-right: -14px;
    font-size: 13px;
    font-weight: bold;
}
*/
.widget-catalog .card-body-title {
  background-color: #ffffff;
  color: #1c1835;
  border-radius: 4px;
  text-align: center;
  padding: 0px 5px;
  margin-top: -11px;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  text-align: center; }

.widget-catalog .card-body-title span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal; }

.widget-catalog .card-body-div-image {
  width: 100%;
  height: 120px;
  text-align: center;
  margin-top: 20px; }

.widget-catalog .card-body-image {
  height: 80%;
  max-width: 90%; }

.table-catalog .card-body-image {
  width: 60px; }

.table .thead-catalog th {
  color: #1c1835;
  background-color: #fecb37;
  border-color: #454d55; }

/* ********************************************* */
/* CATALOG */
/* ********************************************* */
.catalog-header-band-breadcrumbs {
  min-width: 100%;
  padding: 7px 20px 5px;
  color: #ffffff;
  position: relative;
  line-height: 1;
  border-radius: 0px; }

.catalog-header-band-breadcrumbs a {
  padding: .15rem 0.5rem;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: bold; }

.catalog-header-band-breadcrumbs .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.1rem; }

.catalog-header-band-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .1rem;
  padding-top: .23rem;
  font-size: 13px;
  font-weight: bold;
  color: #6c757d;
  content: ">"; }

.catalog-header-band-breadcrumbs .breadcrumb-item.active {
  color: #6c757d;
  font-size: 13px;
  font-weight: bold;
  /* 
	padding-left: .4rem;
    padding-top: 0.2rem;
    */ }

.catalog-header-band-breadcrumbs .breadcrumb-item.active span {
  padding-top: .2rem;
  padding-left: .45rem;
  /* 
	padding-left: .4rem;
    padding-top: 0.2rem;
    */ }

/* ********************************************* */
/* CHECKBOX  SEARCH */
/* ********************************************* */
.btn-checkbox {
  color: #212529;
  background-color: #f3f2b3;
  border-color: #fecb37;
  font-size: 12px;
  font-weight: bold; }

label.btn-checkbox {
  margin-right: 10px;
  position: relative;
  width: 200px;
  text-align: left; }

/* Hiding the checkbox, but allowing it to be focused */
.badgebox {
  opacity: 0; }

.badgebox + .badge {
  /* Move the check mark away when unchecked */
  text-indent: -999999px;
  /* Makes the badge's width stay the same checked and unchecked */
  width: 20px;
  height: 20px;
  box-shadow: inset 0px 0px 3px;
  background-color: #ffffff;
  font-size: 12px;
  right: 7px;
  top: 4px;
  position: absolute; }

.badgebox:focus + .badge {
  /* Set something to make the badge looks focused */
  /* This really depends on the application, in my case it was: */
  /* Adding a light border */
  box-shadow: inset 0px 0px 3px;
  /* Taking the difference out of the padding */ }

.badgebox:checked + .badge {
  /* Move the check mark back when checked */
  text-indent: 0; }

/*
.widget-catalog .widget-catalog-footer {
	transition: .22s all ease-in-out;
}

.widget-catalog:hover .widget-catalog-footer {
	background-color: red;
	border-top: 1px solid rgba(255,0,0,.125);
}
*/
/* ********************************************* */
/* COURSE */
/* ********************************************* */
.html-description {
  width: 100%; }

.widget-course-data {
  background-color: #fecb37 !important;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.23), 0 9px 15px rgba(0, 0, 0, 0.09); }

.widget-course-data .widget-course-data-img {
  position: absolute;
  bottom: 10px;
  width: 150px;
  left: 10px; }

.widget-course-data .list-group-item {
  background-color: transparent;
  color: #1c1835;
  font-weight: bold;
  font-size: 14px; }

.widget-course-data .card-body h2 {
  background-color: #1c1835;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  padding: 0.8rem 0.8rem;
  border-radius: 4px; }

.widget-course-data .list-group-item img {
  width: 32px; }

.table-course-data .btn-primary,
.table-course-dates .btn-primary {
  color: #fff;
  background-color: #fecb37;
  border-color: #d19b00; }

.table .thead-course-data th {
  color: #1c1835;
  background-color: #fecb37;
  border-color: #454d55;
  font-size: 14px;
  border: none; }

.table .tbody-course-data td {
  font-size: 14px; }

.html-description-col {
  padding-left: 0px;
  padding-right: 0px; }

.html-description-col h2 {
  color: #1c1835;
  background-color: #ffffff;
  /* $color-primary-100; */
  border-color: #454d55;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  padding: .75rem;
  text-decoration: underline;
  /*
    border-bottom: 2px solid $color-H500;
    border-top: 0px solid $color-H500;
    */ }
