body {
  font-family: 'SFProRounded'!important;
}

/* Login */
body.register-page {
  background: #DFDFDF;
}
body.register-page .brand-text img {
    padding: 0;
    max-width: 64%;
}
.card-primary.card-outline {
  border-top: 6px solid #444444;
}
body.register-page .card-header {
  border-bottom: 0;
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.register-page .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 40px 1.25rem;
}
body.register-page .form-control {
 height: 44px;
 border-radius: 8px;
 border-color: #ACACAC;
}

body.register-page .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #ECECEC;
    border: 1px solid #ACACAC;
    border-radius: 8px;
}
body.register-page ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1; /* Firefox */
  font-weight: lighter;
}

body.register-page :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #444;
  font-weight: lighter;
}

body.register-page ::-ms-input-placeholder { /* Microsoft Edge */
  color: #444;
  font-weight: lighter;
}
body.register-page .card.card-outline.card-primary {
  box-shadow: 0px 0px 12px #c3c3c3;
  border-radius: 8px;
}
body.register-page select.form-control {
  display: block;
  width: 80%;
  height: 44px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  float: right;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #D9D9D9;
  box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 2px;
}

.alert-dismissible {
  padding-right: 1rem;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 8px;
}

.title-login {
  font-size: 32px;
  font-weight: bold;
  color: #444444;
  text-align: left;
  margin: 0;
}

.requests {
    background-color: #0059aa !important;
}
.complete {
    background-color: #2e6f3e !important;
}
.incomplete {
    background-color: #553987 !important;
}
.blocked {background-color: #C84040!important;}

.wrapper {
  position: relative;
  top: 44px;
}
.content-wrapper {
  background-color: #DFDFDF;
}
.layout-navbar-fixed .wrapper .main-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1037;
  height: 56px;
  border: 0;
}
.initial-user {
  padding: 8px;
  border-radius: 36px;
  height: 36px;
  width: 36px;
  display: inline-flex;
  margin-inline-end: 8px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 16px;
  background-color: #efefef;
  letter-spacing: 1px;
  border: 1px solid #d8d8d8;
}
.icon.icon-full {
  font-size: 16px;
  color: #444;
}
.icon.icon-mensaje {
  font-size: 22px;
  color: #444;
}
.icon.icon-notificaciones {
  font-size: 20px;
  color: #444;
}
.button-exit {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  color: #444;
  font-size: 14px;
/*  background-color: #ECECEC;
*/  font-weight: 500;
  height: 36px;
  min-width: 88px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-top: 2px;
  margin-left: 1rem;
}
.button-exit i { font-size: 14px; margin-inline-end: 8px;}
.user-menu { padding: 0 8px;}
.navbar-light .navbar-nav .nav-link {
  color: #444!important;
  font-size: 14px;
}
.navbar-light .navbar-nav .nav-link.dropdown-toggle {
  padding-right: 0;
}
.content-wrapper > .content {
  padding: 0 20px!important;
}
.content-header {
  padding: 16px 20px!important;
}
.navbar {
  padding: 0.5rem 21.5px 0.5rem 0.8rem!important;
}
a.nav-link.active {
  box-shadow: none!important;
}
[class*="sidebar-dark"] .form-control-sidebar, [class*="sidebar-dark"] .btn-sidebar {
  border: 1px solid #FFFFFF;
  color: white;
}
.navbar-badge {
  font-size: 12px;
  font-weight: 500;
  padding: 2px 4px;
  position: absolute;
  right: 8px;
  top: 2px;
}
.badge-warning {
  color: #fff;
}
.badge-danger {
  color: #fff;
}
.main-header .nav-link {
  height: 2.5rem;
  position: relative;
  display: flex;
  align-items: center;
}
.section-menu {
  height: 44px;
  width: calc(100% - 250px);
  background-color: #ECECEC;
  position: fixed;
  top: 56px;
  border-bottom: 1px solid #C3C3C3;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.3);
  margin-left: 250px;
  transition: margin-left 0.3s ease-in-out;
  padding: 0 28px;
}
.layout-navbar-fixed .wrapper .content-wrapper {
  margin-top: 10px;
}
.brand-link {

}
.sidebar {
  padding-top: 16px;
}
.btn-login {
  background-color: #444444!important;
  border-color: #444444!important;
  color: #FFF!important;
  min-height: 48px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: normal;
}

.layout-navbar-fixed .wrapper .brand-link {
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: width 0.3s ease-in-out;
  width: 250px;
  z-index: 1035;
  height: 101px;
  border: 0;
  display: flex;
  align-items: center;
}
.layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link, .layout-navbar-fixed.sidebar-mini-md.sidebar-collapse .wrapper .brand-link, .layout-navbar-fixed.sidebar-mini-xs.sidebar-collapse .wrapper .brand-link {
    height: 101px;
    width: 4.6rem;
}
.layout-navbar-fixed.sidebar-mini.sidebar-collapse .section-menu {
  margin-left: 4.6rem;
  padding: 0 20px 0 24px;
}
body:not(.layout-fixed) .main-sidebar {
    height: inherit;
    min-height: 100%;
    position: fixed;
    top: 101px;
}
.section-menu .custom-select {
    display: inline-block;
    max-width: 240px;
    height: 44px;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFF;
    background-color: #444;
    vertical-align: middle;
    border: 0;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.card-header {
  background-color: #666666!important;
  color: #FFF!important;
}
.nav-sidebar > .nav-item .icon {
  margin-left: 0.05rem;
  font-size: 20px;
  margin-right: 8px;
  text-align: center;
  width: 1.6rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  align-items: center;
  margin-bottom: 0px;
}
.nav-sidebar .nav-item > .nav-link {
    position: relative;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}
a.nav-link {
  display: flex;
  align-items: center;
}
.small-box {
  border-radius: 8px;
  box-shadow: none;
  display: block;
  margin-bottom: 20px;
  position: relative;
  border: 0;
  color: #FFF;
  font-weight: 100;
}
.nav-sidebar .nav-link p {
    display: inline;
    margin: 0;
    white-space: normal;
    padding: 4px 0 0 0;
}
.small-box p {
  z-index: 5;
  margin-bottom: 0;
  line-height: normal;
}
.small-box h3 {
  font-size: 56px!important;
  margin: 0;
  font-weight: 400;
  line-height: 1;
}
.small-box > .small-box-footer {
  background-color: transparent!important;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 4px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 0;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.4);
}
.small-box > .inner {
  padding: 8px 16px;
}
.small-box .icon > i {
  font-size: 68px;
  position: absolute;
  right: 16px;
  top: 15px;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.2);
}
[class*=sidebar-dark] .form-control-sidebar, [class*=sidebar-dark] .btn-sidebar {
  background-color: rgba(255, 255, 255, 0.1)!important;
  border-color: rgba(255, 255, 255, 0.4)!important;
}

.search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
  font-weight: lighter;
}

.search :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
  font-weight: lighter;
}

.search ::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
  font-weight: lighter;
}
.form-inline.search {
  margin-bottom: 24px;
  margin-top: -2px;
}
.sidebar-collapse .iso {
  display: flex;
}
.iso {
  display: none;
}
.brand-text img {
  padding: 0 8px;
}
.sidebar {
  padding-left: 16px;
  padding-right: 16px;
}
.sidebar-collapse .sidebar {
  padding-left: 8px;
  padding-right: 8px;
}

select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.custom-select {
  background-image:
    linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.custom-select:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: white;
  outline: 0;
}

.title-notification {
  font-size: 16px;
  color: #444;
  line-height: 19px;
  font-weight: bold;
  padding-bottom: 4px;
}

.text-notification {
  font-size: 14px;
  color: #666;
  line-height: 17px;
}

.dropdown-item {
  white-space: inherit!important;
}

.dataTables_wrapper{
    overflow-x: auto;
}

.strike-diagonal {
    background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {

.layout-navbar-fixed.sidebar-mini.sidebar-collapse .section-menu {
  margin-left: 0;
  padding: 0 28px 0 28px;
  width: 100%;
}

}

@media (max-width: 768px) {

  .content-wrapper > .content {
    padding: 0 16px!important;
  }
  .content-header {
    padding: 16px 16px!important;
  }
  .layout-navbar-fixed.sidebar-mini.sidebar-collapse .section-menu {
    padding: 0 24px;
  }
  .navbar {
    padding: 0 8px;
  }

}

@media (max-width: 576px) {

.content-wrapper > .content {
  padding: 0 8px!important;
}
.content-header {
  padding: 16px 8px!important;
}
.layout-navbar-fixed.sidebar-mini.sidebar-collapse .section-menu {
  padding: 0 16px 0 16px;
}
.navbar {
  padding: 0px!important;
}
.section-menu .custom-select {
  max-width: 100%;
}
.section-menu {
  background-color: #434443;
  border-bottom: 1px solid #434443;
}

    .button-exit {
        min-width: 30px;
    }
}
