body {
  color: #6d6d6d
}

html .text-color-dark, html .text-dark {
  color: #444444 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

  h1 a, a.nav-link, p {
    color: inherit !important;
  }

h2 {
  font-size: 2em;
}

h4 {
  font-size: 1.5rem;
  font-weight: 500;
}

a:hover {
  text-decoration: none !important;
  color: inherit !important;
}

a.text-white:hover {
  color: white !important;
}

.link-color-inherit a {
  color: inherit !important;
}

.page-info-block {
  line-height: 1.3rem;
  border: 1px solid #ddd;
  padding: 7px 28px 7px 14px;
  position: relative;
  background: #e3f6f9;
  border-radius: 3px;
  margin: 5px 0 20px;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 10%)
}

  .page-info-block i.icon-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    padding: 0 4px;
  }

.page-header.page-header-modern.page-header-sm h1 {
  font-size: 28px;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hidden {
  visibility: hidden;
}



#pageSpinner {
  position: fixed;
  top: 45%;
  z-index: 9999;
  text-align: center;
  width: 100%;
}

#pageSpinnerBox {
  color: #fff;
  border: 2px solid #fff !important;
  border-radius: 7px;
  margin: auto;
  display: inline-block;
  padding: 7px 14px;
}


/* nav */
/*#headerNavAccount ul.nav li {
  border-right: 1px solid #dedede;
}*/

#headerNavCampus > ul > li > a,
.header-nav-main > nav > ul > li > a {
  min-height: unset !important;
}

#pageNav {
  justify-content: start;
  overflow: hidden;
  height: 40px;
  /*padding-top: 1px;*/
}

.nav-bar-arrow,
.nav-bar-item {
  position: relative;
  padding: 7px 40px;
  height: 100%;
  cursor: pointer;
  font-size: 90%;
}

  .nav-bar-item.active, 
  .nav-bar-arrow.active {
    font-weight: bold;
    background-color: #fff;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 15%);
    /*border-radius: 4px 4px 0 0;*/
  }

  /* arrow */
  /*  .nav-bar-arrow.bottom.active:after {
    content: '';
    transform: rotate( 45deg );
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid #fff;
    border-bottom: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -12px;
  }*/

  .nav-bar-arrow:hover:not(.active) {
    color: #4c4c4c !important;
    background-color: #dedede;
  }

/*    .nav-bar-arrow:hover {
      font-weight: bold;
    }*/

/*LISTS*/
.nav-tabs li .nav-link {
  margin-right: 5px;
}

.dropdown-menu-list {
  overflow: auto;
  max-height: 400px;
}

.dropdown-menu-list-group {
  max-width: 600px;
}

  .dropdown-menu-list-group > .dropdown-menu-list-group-item {
    padding: 7px 20px 7px 12px;
    font-size: 80%;
    border-bottom: 1px solid #dedede;
    display: block;
    white-space: nowrap;
  }

    .dropdown-menu-list-group > .dropdown-menu-list-group-item:last-child {
      border-bottom: none;
    }

    .dropdown-menu-list-group > .dropdown-menu-list-group-item > a,
    .dropdown-menu-list-group > a.dropdown-menu-list-group-item {
      color: inherit;
    }

/* checkbox */
.custom-checkbox-switch:checked {
  background-color: #0088CC;
  border-color: #0088CC;
}

/* buttons */
.btn-modern {
  font-size: 1em;
  padding: 0.7rem 1.5rem;
}

.btn-outline {
  border-width: 1px;
}

.btn-md {
  height: 35px;
  padding: 7px 14px;
}

.btn > i.fa {
  margin-right: 5px;
}

/*INPUTS*/
.form-control:not(.form-checkbox),
.form-text,
.form-select {
  display: inline-block;
  width: 100%;
  /*height: 35px;*/
  padding: .375rem .75rem;
  font-size: .85rem;
  line-height: 1.5;
  vertical-align: middle;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(120, 130, 140, 0.4);
  border-radius: 4px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control.form-text {
  margin-top: unset !important;
}

.form-text.form-text.form-textarea {
  line-height: 1.6 !important;
  font-size: .8rem !important;
  padding: 12px;
}

.form-control.form-checkbox {
  width: 20px !important;
  height: 20px !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}

.form-group {
  margin: 0 0 12px;
}


.form-control-label {
  color: #212529 !important;
  margin: 0;
  font-size: .8rem;
  font-weight: bold;
}

.form-control.invalid {
  border-color: #dc3545;
}

label.invalid {
  color: #dc3545 !important;
  font-weight: bold;
}

/*  select.form-control {
    min-height: 38px;
  }*/


/* select2 */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 1px 5px !important;
  min-height: 34px;
  width: 100% !important;
}

  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
    padding: 5px;
  }

.select2-selection__rendered {
  font-size: 13px;
  padding-top: 3px !important;
  line-height: 24px !important;
  padding-left: 2px !important;
}

.select2-container--default.select2-container--focus
.select2-selection--multiple {
  border: 1px solid #ced4da;
  outline: 0;
}

.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 0 !important;
}

.select2-search__field {
  width: 100% !important;
  margin-left: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #efefef;
  padding: 0 8px;
  margin-bottom: 5px;
}

/* DATATABLES */
table.table th {
  white-space: nowrap;
}

table td,
table th {
  padding: 7px !important;
  line-height: 1.3rem;
  font-size: .75rem;
}

  table td.nowrap {
    white-space: nowrap;
  }

  table td.squeeze {
    width: 1px;
    white-space: nowrap;
    padding-right: 18px !important;
  }

table.table-details th {
  vertical-align: top;
}

table.table-border {
  border: 1px solid #dedede;
}

table.table-row-border tr {
  border-top: none;
  border-bottom: 1px solid #efefef;
}

table.table-row-border td {
  border: none;
}

table.table-row-border tr:last-child {
  border-bottom: none;
}

table.table-details-titlefill th {
  background: #efefef;
  border-right: 1px solid #dedede;
  border-top: 1px solid #dedede;
}

.dataTables_wrapper {
  padding: 0 0 !important;
}

.dt-header {
  font-size: 90%;
}

.dt-header-blf,
.dt-header-blfp {
  min-height: 80px !important;
}

.dt-header-bf {
  height: 55px !important;
}

.dt-header .dataTables_paginate,
.dt-header-blf .dataTables_paginate {
  padding: 26px 5px 0 5px !important;
}

.dataTables_length,
.dataTables_info {
  float: left;
  display: inline-block;
}

  .dataTables_length .form-control {
    min-height: 34px !important;
  }

.dt-buttons {
  float: left;
  padding: 0 0 7px 0 !important;
  width: 100%;
}

  .dt-buttons button {
    margin-right: 3px;
    padding: 5px 12px;
    height: 34px !important;
  }

.dt-header-blfp .dt-buttons,
.dt-header-blf .dt-buttons,
.dt-header-bf .dt-buttons {
  padding: 26px 5px 0 0px !important;
}

  .dt-header-blfp .dt-buttons.navbar,
  .dt-header-blf .dt-buttons.navbar,
  .dt-header-bf .dt-buttons.navbar {
    padding: 15px 5px 0 0px !important;
  }

.dataTables_paginate ul.pagination li {
  line-height: 1.4 !important;
  background-color: white;
}

.dataTables_paginate,
.dataTables_filter {
  float: right !important;
}

  .dataTables_filter .form-control {
    height: 34px;
  }

.dt-footer {
  min-height: 30px;
}

  .dt-footer .dt-buttons {
    float: left;
  }


tr.selected {
  font-weight: 600;
}

td.table-column-radio {
  padding-top: 8px !important;
  text-align: center;
}

  td.table-column-radio input {
    cursor: pointer;
  }

td.table-column-icon {
  font-size: 12px;
  padding-top: 3px;
  text-align: center;
  width: 24px;
  padding: 7px 0 !important;
}

  td.table-column-icon i {
    color: #999;
  }

    td.table-column-icon i:hover {
      color: inherit !important;
    }
.icon-edit,
.icon-delete,
.icon-download {
  cursor: pointer;
}

.dt-footer {
  min-height: 27px;
}

  .dt-footer .dataTables_info {
    font-size: .8rem;
    color: #adadad;
  }

  .dt-footer .dt-buttons {
    float: left;
  }

/* modals */
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1000px;
  }
}

.modal-header {
  text-align: center;
  background: #383f48 !important;
  padding: 10px;
}

.modal-title {
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
}

.modal-body-message {
  height: 180px;
  text-align: center;
  padding-top: 70px;
  font-size: 16px;
}

  .modal-body-message p {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
  }


.modal-footer {
  justify-content: center;
}

.alert {
  margin: 8px 0 0;
}



/* owl */
.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item, .owl-carousel .owl-item img {
  width: auto !important;
}

/*LAYOUT*/
.process-step-content {
  width: 100%;
}

.fixed.bottom {
  position: fixed !important;
  bottom: 0 !important;
  width: 100% !important;
}


.ui-datepicker {
  width: auto !important;
}


.grid {
  display: grid;
  grid-gap: 5px 10px;
}


@media (min-width: 1200px) {
  .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
    max-width: 1200px;
  }
}
