.material-style .sidenav .app-brand {
  height: 66px;
}

.material-style .navbar {
  min-height: 66px;
}

.material-style .sidenav .app-brand {
  height: 70px;
}

.app-brand-logo img,
.app-brand-logo svg {
  display: inline;
}

.app-brand-text {
  font-size: 1.1rem;
}

.layout-1 .layout-sidenav .app-brand,
.layout-1 .layout-sidenav .app-brand + .sidenav-divider,
.layout-reversed .layout-2 .layout-sidenav .app-brand {
  display: none;
}

.layout-1 .layout-navbar .app-brand,
.layout-reversed .layout-2 .layout-navbar .app-brand {
  display: -ms-flexbox !important;
  display: flex !important;
}

.layout-1 .layout-navbar .layout-sidenav-toggle,
.layout-reversed .layout-2 .layout-navbar .layout-sidenav-toggle,
.layout-offcanvas .layout-navbar .layout-sidenav-toggle,
.layout-fixed-offcanvas .layout-navbar .layout-sidenav-toggle {
  display: block !important;
}

@media (min-width: 992px) {
  .layout-offcanvas .layout-sidenav .layout-sidenav-toggle,
  .layout-fixed-offcanvas .layout-sidenav .layout-sidenav-toggle {
    display: none;
  }
}

/* *****************************************************************************
 * Navbar
 */

-navbar-messages .dropdown-toggle,
-navbar-notifications .dropdown-toggle,
-navbar-user .dropdown-toggle,
-navbar-messages.b-nav-dropdown .nav-link,
-navbar-notifications.b-nav-dropdown .nav-link,
-navbar-user.b-nav-dropdown .nav-link {
  white-space: nowrap;
}

-navbar-messages .dropdown-menu,
-navbar-notifications .dropdown-menu {
  overflow: hidden;
  padding: 0;
}

@media (min-width: 992px) {
  -navbar-messages .dropdown-menu,
  -navbar-notifications .dropdown-menu {
    margin-top: .5rem;
    width: 22rem;
  }

  -navbar-user .dropdown-menu {
    margin-top: .25rem;
  }
}

/* *****************************************************************************
 * Content
 */

-vertical-spacing > * + * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

-vertical-spacing-sm > * + * {
  margin-top: .9375rem !important;
  margin-bottom: 0 !important;
}

-vertical-spacing-lg > * + * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

-inline-spacing > *,
-paragraph-spacing > p > * {
  margin: 0 .375rem .9375rem 0 !important;
}

-paragraph-spacing > p {
  margin: 0;
}

-blocks > * {
  display: block !important;
}

html:not(.material-style) .material-style-only {
  display: none !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir=rtl] .rtl-only {
  display: block !important;
}

/* *****************************************************************************
 * Layouts
 */

.layout-example-block {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.04);
  color: #c7254e;
}

.layout-example-block code {
  background: none;
  color: #666;
}

.layout-example-block-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 500px;
}

.layout-example-block-sidenav {
  width: 24%;
  background: #607d8b;
}

.layout-example-block-sidenav code {
  color: #fff;
}

.layout-example-block-navbar {
  background: #3ca99e;
}

.layout-example-block-navbar code {
  color: #fff;
}

.layout-example-block-content {
  background: #9e9e9e;
}

.layout-example-block-content code {
  color: #fff;
}

.layout-example-block-1 .layout-example-block-content {
  width: 74%;
}

.layout-example-block-2 .layout-example-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 74%;
}

.layout-example-block-2 > .layout-example-block {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.layout-example-block-2 .layout-example-block-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.layout-example-block-1-no-sidenav .layout-example-block-content {
  width: 100%;
}

.layout-example-code {
  display: block;
  overflow: auto;
  margin: 0;
  padding: 30px;
  min-width: 0;
  width: 100%;
  background: #fff;
}

.layout-example-run {
  display: inline-block;
  margin: 3px;
  padding: 4px 6px;
  border: 1px solid #eee;
  background: transparent;
  white-space: nowrap;
  line-height: 1;
}

.layout-example-block-3 .layout-example-block-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout-example-block-3 .layout-example-block-inner > .layout-example-block {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.layout-example-block-3 .layout-example-block-inner .layout-example-block-container-fluid {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.layout-example-block-3 .layout-example-block-sidenav-horizontal {
  background: #607d8b;
}

.layout-example-block-3 .layout-example-block-container-fluid {
  background: #fff;
}

.layout-example-block-3 .layout-example-block-container-fluid code {
  color: #666;
}

.layout-example-block-3 .layout-example-block-footer {
  background: #e6514a;
}

.breadcrumb-item.active a {
  color: #4E5155;
}

.default-style .dz-preview {
  box-shadow: 0 3px 12px #dacfcf !important;
}

.nav-tabs-top .tab-content .card .card-title {
  border-radius: 5px;
  color: #333;
  background-color: #fff;
  padding: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 2px 7px #9c9191;
}

.img-thumbnail {
  box-shadow: 0 2px 7px #9c9191;
}

.img-thumbnail h6 {
  padding: 5px;
  color: #fff;
  background-color: #775CDC;
  opacity: 0.85;
  margin-top: -25px;
  margin-bottom: 0;
}

.image-checkbox {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0;
  outline: 0;
}

.image-checkbox input[type="checkbox"] {
  display: none;
}

.image-checkbox .hidden {
  display: none;
}

.image-checkbox-checked {
  border-top: 4px solid #775CDC;
  border-right: 4px solid #775CDC;
  border-left: 4px solid #775CDC;
}

.image-checkbox .fa {
  position: absolute;
  color: #4A79A3;
  background-color: #fff;
  padding: 10px;
  top: 0;
  right: 0;
}

.image-checkbox-checked .fa {
  display: block !important;
}

.image-checkbox .alert-danger {
  position: absolute;
}

.tab-content.home {
  background: transparent;
}

.img-full-width {
  width: 100%;
}

#bootstrap-table-example {
  cursor: pointer;
}

/* *****************************************************************************
 * Navbar
 */

.demo-navbar-messages .dropdown-toggle,
.demo-navbar-notifications .dropdown-toggle,
.demo-navbar-user .dropdown-toggle,
.demo-navbar-messages.b-nav-dropdown .nav-link,
.demo-navbar-notifications.b-nav-dropdown .nav-link,
.demo-navbar-user.b-nav-dropdown .nav-link {
  white-space: nowrap;
}

.demo-navbar-messages .dropdown-menu,
.demo-navbar-notifications .dropdown-menu {
  overflow: hidden;
  padding: 0;
}

@media (min-width: 992px) {
  .demo-navbar-messages .dropdown-menu,
  .demo-navbar-notifications .dropdown-menu {
    margin-top: .5rem;
    width: 22rem;
  }

  .demo-navbar-user .dropdown-menu {
    margin-top: .25rem;
  }
}

.ui-h-100 {
  height: 100px !important;
}

.ui-h-30 {
  height: 30px !important;
}

#editClockingForm .datepicker {
  z-index: 1100 !important;
}

.calendar,
.datepicker {
  display: inline-block;
}

.bootstrap-datetimepicker-widget table tr td.new {
  display: none;
}

.old.day {
  visibility: hidden;
}

.new.day {
  visibility: hidden;
}

.calendar .prev,
.next {
  display: none;
}

.calendar th.next {
  visibility: hidden;
}

#daterangepicker .calendar .prev,
.next {
  display: inherit !important;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.datepicker table tr td.highlighted {
  border-radius: 99rem !important;
  background: #1cbb84 !important;
  color: #fff !important;
}

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

.clocking-background-color-header {
  background-color: #172128;
}

.clocking-background-color-play {
  height: 150px;
  background-image: linear-gradient(to right, #036593, #33B191);
  /* Standard syntax (must be last) */
}

.clocking-background-color-pause {
  height: 150px;
  background-image: linear-gradient(to right, #FBB03B, #F7931E);
  /* Standard syntax (must be last) */
}

.clocking-icon-counter {
  font-size: 45px;
}

.clocking-buttons .btn {
  font-size: 18px;
}

.btn-primary {
  background: #00A99D;
}

.btn-primary:hover {
  background: #33B191;
  color: #fff;
}

.btn-warning {
  background: #F7931E;
  color: #fff;
}

.btn-warning:hover {
  background: #FBB03B;
  color: #fff;
}

.btn-info {
  background: #0069D9;
}

.btn-info:hover,
.btn-info:focus {
  background: #1e74d0;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.15), 0px 4px 5px 0px rgba(0, 0, 0, 0.1), 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
}

.btn-outline-info {
  color: #0069D9;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active {
  background: #1e74d0;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.15), 0px 4px 5px 0px rgba(0, 0, 0, 0.1), 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
}

.bg-primary {
  background-color: #00A99D !important;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */

/**
* The CSS shown here will not be introduced in the Quickstart guide, but
* shows how you can use CSS to style your Element's container.
*/

input,
.StripeElement {
  height: 40px;
  padding: 10px 12px;
  color: #32325d;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
}

input:focus,
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* Modales */

.information .modal-header,
.observation .modal-header {
  background-color: #0069D9 !important;
  color: #fff;
}

.edit-clocking .modal-header {
  background-color: #00A99D !important;
  color: #fff;
}

.new-clocking .modal-header {
  background-color: #00A99D !important;
  color: #fff;
}

/*
General
 */

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

/*
Switchboard
 */

.select-employees-permissions {
  vertical-align: bottom;
  display: inline-block;
}

/*
Select2
 */

#deleteClockingsModal input.select2-search__field {
  min-width: 280px;
}

/*
Dropdown inline
 */

.inline {
  display: inline;
}

