.breadcrumb{
    background-color: #FFF;
}

.breadcrumb-buttons{
    float: right;
    margin-top: -7px;
}

.btn-info{
    font-weight: 500;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #e27600;
    border-color: #e27600;
    border-bottom-color: rgb(16, 112, 127);
}

.msg_popup{
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #595959;
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #e27600;
    border-color: #e27600;
  }

  .left-sidebar {
    position: absolute;
    width: 300px;
    height: 100%;
    top: 0px;
    bottom: -70px;
    z-index: 20;
    background: #fff;
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  }

  .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
      padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    padding-bottom: 12px !important;
  }

  .link-navigation-bar{
    color: #e27600;  
  }

  .link-navigation-bar:hover{
    color: #595959;
  }

  .help-block{
    color: #e27600; 
  }

  .small, small {
    font-size: 80%;
    font-weight: 400;    
    margin-top: 05px;
  }

  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #a54939;
    border-color: #a54939;
  }

  .sub-menu {
    position: absolute !important;
    transform: translate3d(-160px, -3px, 0px) !important;
    top: 0px !important;
    left: 0px !important;
    will-change: transform !important;
  }

  .dropdown-item:focus, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #e27600;
  }

  .badge-primary {
    background-color: #b18d37;
  }

  .form-horizontal label {
    margin-bottom: 05px;
    font-weight: 500;
    font-size: 16px;
  }

  .formCustom{
    padding: 20px;
    padding-top: 0px; 
  }

  .btnInfoCustom {
    font-weight: 500;
    margin-top: 15px;
  }
  
  .inline-form-container{
    padding: 15px;
    border: 1px dashed;
    margin: 15px;
  }

  .redColor {
    color: #a54939;
  }

  .select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 50px !important;
    line-height: 50px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px !important;
}
.form-group {
  margin-bottom: 20px;
}

.padding-top-05{
  padding-top:  05px !important;
}

.main-filter-container {
  background: #F7F9FB;
  padding: 20px 30px;
  margin: -30px;
    margin-bottom: -30px;
  margin-bottom: 30px;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}

.btn-intranet{
  margin-top: 36px;
}

.label-intranet{
  font-weight: 500;
}

.input-group-intranet {
  display: inline-flex;
}

.input-group-select {
  z-index: 0;
  position: absolute;
}

.input-group-intranet2 {
  display: inline-flex;
  width:300px;
  margin-left: -7px;
  border-radius: 0px;
  border-top-right-radius: .25px;
  border-bottom-right-radius: .25px;
}

.margin-bottom-0{
  margin-bottom: 0px;
  margin-top: 15px;
}

.m-top-20{
  margin-top:  40px;
}

.input-group-text2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 35px;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px;
  right: 5px;
  width: 20px;
}

.form-control {
  color: #67757c;
  min-height: 38px;
  display: initial;
  height: 46px;
}

.badge_custom {
   width: 130px; 
   height: 30px;
   line-height: 22px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #e27600;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #656565;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  color: #e27600;
}

.margin_bottom_items {
  margin-bottom: 05px;
}

.margin_bottom_items2 {
  margin-bottom: 20px;
}

.bold_items {
  font-weight: 500;
}

#screensaver {
  position: fixed;
  padding: 0px;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
  background: #fff;
  display: none;
  overflow: auto;
  overflow-x: hidden;
}

#screensaver.show {
  display: block;
}



.select_label{
  margin-bottom: 05px;
  font-weight: 500;
}

.tableImport{
  font-size:  14px;
  text-align: left;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: normal;
}

.file-input{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.file-input:focus{
  outline: none;
}

.file-drop-area{
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 25px;
  transition: 0.2s;
  border: 1px dashed #2480C8;
}

.file-drop-area.is-active{
  background-color: #8ac0ea;
}

#status{
  color: #FC100F;
}

.fake-btn{
  flex-shrink: 0;
  border: 1px solid #2480C8;
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #2480C8;
  font-weight: 900;
}

.file-msg{
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2480C8;
  font-weight: 900;
}

.thumb{
  height: 75px;
  border: 1px solid #323a44;
  max-width: 10px 5px 0px 0px;
}

div#list{
  display: flex;
  flex-wrap: wrap;
}

.golden{
  background-color: #b18d37;
}

.gray{
  background-color: #6c757d;
}

.red_1{
  background-color: #ac5757;
}

.red_2{
  background-color: #a42f2f;
}

.purple_1{
  background-color: #8bbaeb;
}

.purple_2{
  background-color: #5e94cf;
}

.purple_3{
  background-color: #3e7bbc;
}

.dataTables_filter input{
  border-bottom: 0px solid #ccc;
}

.input-notes{
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  margin-left: 20px;
  color: #e27600;
}

.links{
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  margin-left: 0px;
  color: #e27600;
}

.links{
  color: #67757c;
  text-decoration: none;
}

.links:hover{
  color: #e27600;
  text-decoration: underline;
}

.links:active{
  color: #e27600;
  text-decoration: underline;
}

.ck-editor__editable {
  min-height: 300px;
  max-height: 300px;
}

.file-drop-area {
  margin-bottom: 20px;
}

.photoPost {
  position: relative;
  display: inline-block;
}

.deleteBtnDiv{
  position: absolute;
  top: 0;
  right: 0;
}

#gallery-action-msg{
  margin-top:  10px;
  margin-bottom: 25px;
  margin-right:  05px;
}

.no-results-msg{
  font-weight: 500;
}

.thumbPhoto{
  margin-right: 10px;
}

.arrowClass{
  position: absolute;
  top: 18px;
  left: 22px;
  font-size: 18px;
  cursor: pointer;
}

.small-title {
  font-size: 18px; /* Tamaño de fuente más pequeño */
}

.dropdown-item.disabled {
  color: #d4d4d4 !important;
}

.swal2-textarea {
  min-height: 200px;
  font-size: 16px;
}

.marginTop05{
  margin-top: 05px;
}

.titleRightsRoles{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
}

.titleRightsRoles1{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.class_approved{
  font-weight: 600;
  color: #258325;
}

.class_not_approved{
  font-weight: 600;
  color: #e27600;
}

.class_waiting_approved{
  color: #bebebe;
}

.bold600{
  font-weight: 600;
}

.greenCheck{
  font-weight: 600;
  color: #258325;
}

.redX{  
  font-weight: 600;
  color: #e27600;
}

.search-box .app-search {
  position: absolute;
  margin: 0px;
  display: block;
  z-index: 110;
  width: 100%;
  top: -1px;
  -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0px;
}

.selectPersonalizada2 {
  width: 100%;
}
.selectPersonalizada {
  position: absolute;
  width: 100% !important;
}

.full-screen-title {
  font-size: 21px;
  line-height: 49px;
  font-weight: bold;
  color: #222;
  padding-top: 5px;
  padding-bottom: 9px;
  border-bottom: 1px solid #ccc;
}

.pull-right {
  float: right;
}

.student-panel-row-border {
  border: 1px solid #BEBEBE;
  zoom: 0.75;
}

.employee-box {
  padding: 10px 23px;
  font-weight: 500;
  font-size: 20px;
  background-color: #ccc;
  line-height: 20px;
}

.textUppercase{
  text-transform: uppercase;
}

.full-height {
  height: 100%;
}
.pull-left {
  float: left;
}

.student-view-profile {
  display: inline-block;
  width: 20rem;
  padding-right: 1rem;
}

.vtabs {
  display: table;
}

.vtabs-100 {
  width: 100%;
}

.vtabs.client-crm-tabs .tabs-vertical {
  width: 330px;
  border-bottom: 0px;
  display: table-cell;
  border-right: 0px solid rgba(120, 130, 140, 0.13);
  vertical-align: top;
  padding-right:  27px;
}

.mt-5, .my-5 {
  margin-top: 2rem !important;
}

.nav-item-students {

}

.vtabs .tabs-vertical li .nav-link {
  color: #222;
  margin-bottom: 8px;
  border: 0px;
  height: 60px;
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  border-radius: 4px 0 0 4px;  
  border: 1px solid #dadada;
}

.vtabs .tabs-vertical li .student-view-nav-link.active, .tabs-vertical li .student-view-nav-link:hover, .tabs-vertical li .student-view-nav-link.active:focus {
  color: #FFF;
  margin-bottom: 8px;
  border: 0px;
  font-size: 15px;
  height: 60px;
  font-weight: 500;
  line-height: 40px;
  border-radius: 4px 0 0 4px;  
  border: 1px solid #dadada;
}


.fullScreenContent {
  padding: 5px 15px;
}

.student-type-box-amount {
  background-color: #b18d37;
  border-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  padding: 10px 23px;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}

.student-type-box-amount-inactivo {
  background-color: #6c757d;
  border-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  padding: 10px 23px;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}

.student-view-tab-content {
  border-top: 3px solid #e27600 !important;
  margin-bottom: 280px;
}

.vtabs .tab-content {
  display: table-cell;
  padding: 5px;
  vertical-align: top;
}

.user-details span {
  display: block;
}

.fs14 {
  font-size: 16px;
}

.user-details {
  margin-bottom: 25px;
}
.user-details {
  line-height: 2;
}

.mb-5, .my-5 {
  margin-bottom: 2rem !important;
}

.nav-item2 {
  margin-bottom: -1px;
  width: 304px;
}

.label_status{
  font-size: 18px;
  font-weight: 600;  
  height: 37px;
  line-height: 37px;
}

.timeLogin{
  font-size: 25px;
  font-weight: 600;
  padding: 10px;  
}

.titleUSer{
  font-size: 16px;
  font-weight: 500;
}

.subtitleUser{
  font-size: 14px;
  font-weight: 400;
}

.no_notification_msg{
  font-size: 14px;
  font-weight: 400;
  padding: 30px;
  padding-top: 85px;
  text-align: center;
  color: #6c757d;
}

.mail-contnet{
  padding-left: 05px;
}

.btn-ecco{
  background-color: #e27600;
  color: #FFF;
}

.bg-ecco{
  background-color: #e27600;
}

.intranet-label{
  font-weight: bold;
  font-size: 24px;
  margin-top: 25px;
}

.side-menu-logo-expanded-container{
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-menu-logo-small-container > img{
  width: 50px;
}

.cursor-pointer{
  cursor: pointer;
}

.employee-discount-badge-1{
  background-color: #FFBF00;
  color: #000;
  border: 1px solid #FFBF00;
}

.employee-discount-badge-2{
  background-color: #50C878;
  color: #000;
  border: 1px solid #50C878;
}

.employee-discount-badge-3{
  background-color: #87cefa;
  color: #000;
  border: 1px solid #87cefa;
}

.fs-22{
  font-size: 22px !important;
}

.fs30{
  font-size: 30px !important;
}