
body {
  font-size: 11px;
}

hr {
  border-top: 1px solid #dedede !important;
  margin: 30px 0px;
}

.disabled > a {
  pointer-events: none;
}

.custom-header {
  padding: 10px 15px;
  background-color: #f8cb46;
  color: #242424;
  border-radius: 5px 5px 0px 0px;
  font-size: 15px;
  font-weight: bold;
}

.custom-body {
  background-color: #fff;
}

.content-bold {
  font-weight: bold;
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container-content {
  padding: 15px;
}

.form-control[readonly]{
  background-color:#fff;
}

.form-bottom-note {
  font-size: 10px;
  font-style: italic;
  color: #bf5329;
}

.form-horizontal .control-label{
  position: relative;
  font-weight: bold;
}

.label-mandatory:after{
  display: block;
  content: '*';
  position: absolute;
  right: 2px;
  font-size: 19px;
  color: red;
  top: -7px;
}

/* Autocomplete */
.ui-autocomplete {
  z-index: 3000 !important;
}
.ui-autocomplete-loading {
  padding-right: 25px !important;
}
.ui-autocomplete-loading ~ .input-group-btn::after{
  font-family: FontAwesome;
  left: -21px;
  position: absolute;
  top: 3px;
  font-size: 14px;
  z-index: 10;
  content: "\f1ce";
  animation: fa-spin 2s infinite linear;
}

.line-through {
  text-decoration: line-through;
}

.text-ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-group .dropdown-menu{
  left: auto;
  right: 0;
}

/* Custom checkbox */

.checkbox-custom {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.checkbox-custom:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-custom input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-custom input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-custom .checkmark:after {
  left: 6px;
  top: 2px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Custom radio */
.radio-custom {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  /* font-size: 14px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}

.radio-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-custom .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 50%;
}

.radio-custom:hover input ~ .checkmark {
  background-color: #ccc;
}

.radio-custom input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-custom input:checked ~ .checkmark:after {
  display: block;
}

.radio-custom .checkmark:after {
 top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/* Text */

.text-primary {
  color: #3f88c5;
}

.text-justify {
  text-align: justify;
}

.vertical-align {
  vertical-align: middle !important;
}

/* datepicker */

.dropdown-menu {
  font-size: 11px;
  box-shadow: 0px 4px 8px 0 rgb(0 0 0 / 30%);
}

/* icon */

.icon-action {
  cursor: pointer;
}

/* select2 */

.select2-container--bootstrap .select2-selection--single {
  height: 36px;
  padding: 7px 24px 6px 12px;
}

/* Content-title */

.content-title {
  /* margin-left: 15px; */
  /* margin-right: 15px; */
  padding: 10px 15px;
  font-size: 21px;
  background-color: #fff;
  border-bottom: 2px solid #f8cb46;
}

.content-title-wrapper {
  background-color: #fff;
  /* margin-left: 15px;
  margin-right: 15px; */
  padding: 10px 15px 0;
  /* background-color: #f8cb46; */
  border-bottom: 1px solid #dedede;
  /* box-shadow: 0 0 40px rgb(0 0 0 / 25%) inset !important; */
  /* box-shadow: 0 1px 6px 0 rgb(0 0 0 / 30%) inset !important; */
}

.content-breadcrumb {
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 11px;
  color: #636b6f;
  font-weight: bold;
}

.content-breadcrumb > * {
  margin-right: 5px;
  vertical-align: center;
}

.content-breadcrumb > a {
  color: #888888;
  cursor: pointer;
}

.content-breadcrumb .breadcrumb-active {
  color: #242424;/* #e4a001; */
}

.content-title-primary {
  /* margin-top: 10px; */
  font-size: 21px;
}

.content-subtitle {
  font-size: 12px;
  font-weight: bold;
  color: #888888;
}

/* Modal */

.modal {
  padding-right: 0px !important;
  /* text-align: center;
  padding: 0!important; */
}

/* .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
} */

.modal-header {
  background-color: #f8cb46;
  border-radius: 6px 6px 0px 0px;
  color: #242424;
  padding: 10px 15px;
}

.modal-header h4 {
  font-weight: bold;
}

.modal-open {
  padding-right: 0px !important;
}

.modal-loader{
  text-align: center;
}
.modal-loader-text{
  /* font-size: 14px; */
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .025);
}

/* Label */

.label {
  font-size: 85%;
}

.label-list {
  margin-left: 5px;
  font-size: 9px;
}

.label-title {
  margin-bottom: 0px;
}

.label-subtitle {
  font-size: 10px;
  color: #888888;
  margin-bottom: 6px;
}

/* Panel */

.panel-default > .panel-heading,
.panel-default > .panel-sub-heading {
  position: relative;
  background-color: #fff;
  color: #242424;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

.panel-default > .panel-heading {
  border-top: 3px solid #f8cb46;
}

.panel-default > .panel-sub-heading {
  padding: 10px 15px;
  border-bottom: 1px solid #d3e0e9;
  text-transform: capitalize;
}

.panel-body,
#data-wrapper {
  position: relative;
}

.panel-footer {
  text-align: right;
  background-color: #fff;
}

.panel-search-hide {
  display: none;
}

.panel-filter-switch {
  font-size: 11px;
  position: absolute;
  right: 15px;
  top: 13px;
  opacity: .7;
  cursor: pointer;
}

.panel-filter-switch:hover {
  opacity: 1;
}

/* Alert */

.alert-float,
.alert-notif {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 5000;
}

.alert-float.alert-danger,
.alert-notif.alert-danger {
  background-color: #dd4b39;
  border-color: #d73925;
  color: #fff;
}

.alert-float.alert-success,
.alert-notif.alert-success {
  background-color: #00a65a;
  border-color: #008d4c;
  color: #fff;
}

.alert-float .close,
.alert-notif .close {
  color: #000;
}

.alert-notif {
  display: none;
}

/* Table */

.table-accent {
  border-top: 3px solid #f8cb46 !important;
}

.table-filter-button {
  text-align: right;
}

.table-info {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #bce8f1;
  border-radius: 3px;
  font-size: 12px;
  text-align: justify;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

.table-info > .fa {
  font-size: 15px;
  color: #269abc;
}

.table-detail {
  width:100%;
}

.table-detail td {
  padding:2px 5px 2px 5px !important;
  vertical-align: middle;
}

.table-detail td:first-child {
  font-weight: bold;
  width: 30%;
  background-color: #eeeeee;
  color: #555555;
}

.table-custom {
  background-color: #fff;
  border: 0.5px solid #dedede;
  border-spacing: 0;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

.table-custom thead th {
  /* border-top: 1px solid #f8cb46 !important; */
  border-bottom: 3px solid #f8cb46 !important;
  color:#fff;
  background-color: #242424;
}

.table-custom td {
  border: 0px !important;
}

.table-tags {
  padding: 15px 0 20px;
  border-bottom: 1px dashed #dedede;
  margin-bottom: 20px;
}

.table-tags .tags-content {
  padding: 10px 15px;
  margin-right: 10px;
}

/* Loader */

.loading-bar {
  text-align: center;
  position: absolute;
  background-color: #fff;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100px;
  height: 100px;
  z-index: 10;
}

.loading-bar img {
  width: 100px;
  height: auto;
}

/* Start loader */
.myhc-loader-wrapper{
  display: none;
}
.myhc-loader{
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .1);
  text-align: center;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:12px;
}
.myhc-loader-text{
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #f8cb46;
}
/* End loader */

/* Button */
.btn{
  font-size: 0.9rem;
}

.btn-sm{
  font-size: 0.775rem;
}

.btn-lg{
  font-size: 1.15rem;
}

.btn-bold {
  border-width: 2px;
  font-weight: bold;
}

.button-action-wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px;
}

.button-action-wrapper .btn {
  width: 100%;
  margin-bottom: 5px;
}

.filter-button-wrapper {
  margin-bottom: 20px;
  text-align: right;
}

.btn-custom {
  background-color: #242424;
  border-color: #feb201;
}

.btn-custom:hover {
  background-color: #3d3d3d;
  border-color: #e4a001;
}

.btn-custom,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover {
  color: #feb201;
}

.btn-primary-outline {
  border-color: #3f88c5;
  background-color: white;
}

.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline:focus,
.btn-primary-outline:hover {
  color: #3f88c5;
}

.btn-primary-outline:hover {
  background-color: rgba(63, 136, 197, 0.1);
}

.btn-success-outline {
  border-color: #2ab27b;
  background-color: white;
}

.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline:focus,
.btn-success-outline:hover {
  color: #2ab27b;
}

.btn-success-outline:hover {
  background-color: rgba(42, 178, 123, 0.1);
}

.btn-danger-outline {
  border-color: #bf5329;
  background-color: white;
}

.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline:focus,
.btn-danger-outline:hover {
  color: #bf5329;
}

.btn-danger-outline:hover {
  background-color: rgba(191, 83, 41, 0.1);
}

#btn-filter-search {
  width: 100%;
}

/* Notification box */

.notification-box {
  border: 1px solid #f8cb46;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #fff0cc;
  text-align: justify;
}

/* Superadmin search wrapper */

.superadmin-usersearch-wrapper {
  border-bottom: 1px solid #eee;
  padding: 0px 0px 5px;
  margin: 0px 0px 20px;
  background-color: #fff;
}

.superadmin-panel {
  border-top: 1px solid #dedede;
  margin: 0px -15px;
  padding: 15px;
}

.superadmin-panel-name {
  font-size: 15px;
  text-align: center;
}

.superadmin-panel .form-group,
.superadmin-panel .control-label {
  margin-bottom: 0px;
}

#superadmin-modal .table td:first-child,
.custom-modal .table td:first-child {
  width: 5%;
}

#superadmin-modal .superadmin-loading-bar,
#superadmin-modal .custom-modal-loading-bar,
.custom-modal .superadmin-loading-bar,
.custom-modal .custom-modal-loading-bar {
  display: none;
  margin-top: 20px;
  text-align: center;
}

#superadmin-modal .superadmin-loading-bar > img,
#superadmin-modal .custom-modal-loading-bar > img,
.custom-modal .superadmin-loading-bar > img,
.custom-modal .custom-modal-loading-bar > img {
  width: 70px;
  height: auto;
}

#mentor_label {
  padding: 6px 0px;
}

.superadmin-search-wrapper{
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
}

/* Pagination */

.pagination-wrapper {
  text-align: center;
}

.pagination > li > a, 
.pagination > li > span{
	border:none;
	color:#7c7d81;
  font-size:11px;
	/* font-family: "Trebuchet MS", Helvetica, sans-serif; */
	/* border-radius: 50%; */
}

.pagination > li > a:hover, .pagination > li > span:hover, 
.pagination > li > a:focus, .pagination > li > span:focus{
	background-color: #7c7d81;
	color:#fff;
}

.pagination > li.active > a,
.pagination > li.active > a:hover{
	color: #242424;
	background-color: #f8cb46;
}

/* Filter Search */

.filter-search-wrapper {
  display: none;
  border-top: 1px solid #dedede;
  margin: 0px -15px;
  padding: 15px 0px;
}

.filter-search-wrapper .control-label {
  text-align: left;
}

.filter-search-trigger {
  /* border: 1px solid #dedede;
  border-top: transparent; */
  background-color: #fff;
  width: 250px;
  padding: 7px 10px;
  /* background-color: rgba(247, 203, 69, 0.500); */
  /* background-image: linear-gradient(to bottom, rgba(254, 230, 159, 0.60) , #f8cb46); */
  margin: 0 auto 25px;
  border-radius: 0px 0px 15px 15px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  color: #888888;
  box-shadow: 0 6px 6px -6px rgba(160, 158, 158, 4), 0 6px 6px 0 rgba(255, 255, 255, 0.125) inset, 0 0 6px rgb(0 0 0 / 10%) inset;
}

.filter-search-button {
  text-align: right;
}

.filter-search-show {
  display: block;
}

/* #filter-search-form > .form-group.row > div {
  margin-bottom: 15px;
} */

/* #filter-search-form .form-group .form-group {
  margin-bottom: 0;
} */

/* Content Detail */

.content-detail-title-box {
  border-bottom: 1px dashed #dedede;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.content-detail-title-box h4 {
  margin: 10px 0px;
  font-weight: bold;
  font-size: 17px;
}

.content-detail-subtitle {
  color: #888888;
  font-size: 12px;
}

.content-detail-description,
.content-detail-footer {
  line-height: 2;
}

.content-detail-description {
  text-align: justify;
  padding: 10px 0px;
}

.content-detail-footer {
  border-top: 1px dashed #dedede;
  padding: 30px 0px 10px;
  margin-top: 30px;
}

.content-detail-footer-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.content-detail-margin-top {
  margin-top: 50px !important;
}

/* Tags */

.tags-wrapper a:hover {
  text-decoration: none;
}

.tags-content {
  display: inline-block;
  background-color: #f8cb46;
  border-radius: 4px;
  color: #242424;
  padding: 3px 10px;
  font-size: 11px;
}

/* Download Box */

.download-box {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #dedede;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 5px;
  margin: 15px 0px;
}

.download-box-wrapper {
  margin-bottom: 30px;
}

.download-filename {
  padding: 12px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download-icon {
  font-size: 29px;
  text-align: center;
}

.download-icon > a {
  color: #f8cb46;
}

.download-icon .fa-trash {
  color: #bf5329;
}

.download-border-left {
  border-left: 1px dashed #dedede;
}

.download-border-bottom {
  border-bottom: 1px dashed #dedede;
}

.download-margin-bottom {
  margin-bottom: 10px;
}

.download-center {
  text-align: center;
}

/* Upload Box */

.upload-box-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

/* Dashboard Panel */

.dashboard-panel {
  position: relative;
  padding: 15px;
  overflow: hidden;
  height: 180px;
  background: #f8cb46;
  border-radius: 5px;
  border: 1px solid transparent;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}

.dashboard-icon {
  position: absolute;
  font-size: 159px !important;
  right: -20px;
  bottom: -40px;
  color: rgba(36, 36, 36, 0.2);
}

.dashboard-title {
  font-size: 24px;
  font-weight: bold;
}

/* Datatable */
.dataTables_processing {
  /* top:150px !important; */
 /*  background-color: #f5f8fa;
  color: #242424; */
  font-weight: bold;
  box-shadow: 0px 4px 8px 0 rgb(0 0 0 / 30%);
}

.table.dataTable{
  width: 100% !important;
}

@media only screen and (max-width: 768px) {
  .alert-float,
  .alert-notif {
    left: 20px;
  }

  .container-content .panel.panel-default .panel-body{
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .container-content {
    padding-bottom: 10px;
  }

  .alert-float,
  .alert-notif {
    bottom: 45px;
    right: 20px;
    width: 30em;
  }

  .modal-dialog-lg {
    width: 800px;
  }

  .modal-dialog-xl {
    width: auto;
    margin: 30px 10px;
  }

  #btn-filter-search {
    width: auto;
  }

  .table-title-name {
    text-align: right;
  }

  .button-action-wrapper .btn {
    width: auto;
    margin-bottom: unset;
  }

  .superadmin-panel-name {
    text-align: right;
  }

  .pagination-wrapper {
    text-align: right;
  }
}

@media only screen and (min-width: 1200px) {
  .container { width: 1200px; }

  .container.container-content,
  .filter-search-wrapper .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .modal-dialog-xl {
    width: 1160px;
    margin: 30px auto;
  }
}


.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}
