html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.35s ease;
}

.fade-enter-from,
.fade-leave-active {
  opacity: 0;
}

input#input_u,
input#input_p {
  filter: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  font-family: "remixicon";
  content: "\ea6e"
}

.user-dropdown button {
  vertical-align: bottom;
}

/* .user-dropdown i.ri-arrow-down-s-line::before {
} */

.fullscreen-enable [data-toggle="fullscreen"] .ri-fullscreen-line:before {
  content: "\ed9a";
}

.sidebar-enable .ri-menu-fold-line:before {
  content: "\ef40";
}

span.field-hint {
  font-size: 90%;
  color: gray;
  display: block;
}

span.field-error {
  font-size: 90%;
  color: red;
  display: block;
}

.modal-header {
  border-bottom: none;
}
.modal-body {
  padding-bottom: 2.5rem;
}

.btn-primary {
  background-color: #252b3b;
}

.btn-primary:hover {
  background-color: #000;
}

body[data-layout-size="boxed"] .page-content {
  min-height: 100vh;
}

body[data-layout-size="boxed"] {
  background-color: #666; 
}

body[data-layout-size="boxed"] #layout-wrapper {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}


div.no-items-found span{
  font-style: italic;
}

.modal label{
  font-weight: 400;
}

label{
  font-weight: 400;
}

#modalSignIn{
  z-index: 99999999;
}

.modal {
  background-color:rgba(0, 0, 0, 0.3);
}

.custom-file-label::after{
  content: "Vybrat";
}