﻿@charset "UTF-8";
div.menu-cont {
  padding: 0px;
}
div.menu-cont .zahlavi {
  background-color: #337ab7;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #fff;
}
div.menu-cont .zahlavi a {
  color: #fff;
}
div.menu-cont .e-menu-wrapper {
  width: 100%;
}
div.menu-cont .e-menu-item {
  height: auto !important;
}
div.menu-cont .e-menu-item a {
  padding: 10px 5px 8px 5px !important;
}
@media (max-width: 992px) {
  div.menu-cont .e-menu-item a {
    padding: 5px 5px 3px 5px !important;
  }
}
div.menu-cont .e-vybrane, div.menu-cont .e-vybrane:hover {
  background-color: #fafafa !important;
  border-bottom: 1px solid #337ab7;
}
div.menu-cont .e-menu-icon {
  height: auto;
  line-height: 24px !important;
  padding: 0px 0px;
  margin-right: 3px !important;
}
@media (max-width: 992px) {
  div.menu-cont .e-menu-icon {
    padding-top: 9px !important;
  }
}
div.menu-cont .e-menu-caret-icon {
  padding: 0px !important;
  padding-left: 15px !important;
  padding-right: 30px !important;
  color: #4e5155 !important;
}
div.menu-cont .e-caret {
  padding-top: 1px;
}
div.menu-cont .e-hscroll-content {
  height: 10px !important;
}
div.menu-cont .e-hscroll .e-scroll-nav {
  height: auto !important;
  min-height: 10px !important;
}

#menu {
  z-index: 100000;
}

/* #region ZÁKLADNÍ NASTAVENÍ */
body {
  overflow-x: hidden;
}

body, div, p, a, table, tr, td {
  font-family: Roboto;
  font-size: 14px;
  line-height: 24px;
  color: #4e5155;
}

h1, h2 {
  color: #4e5155;
}

a {
  color: #337ab7;
}
a:hover {
  color: #337ab7;
}

.red {
  color: #337ab7;
}

.gray {
  color: #9ea2ac;
}

::selection {
  background-color: #337ab7 !important;
  color: #fff;
}

/* #endregion */
div.stranka-data {
  padding: 10px 25px;
}

/*#region NADPIS NAD FORMULAREM, pouziva se ve formatu h1 / h2 */
div.caption {
  padding-top: 5px;
}
div.caption h1 {
  display: inline-block;
  line-height: 33px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  div.caption h1 {
    padding-bottom: 15px;
  }
}
div.caption h2 {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
  margin-top: 2px;
}
div.caption span {
  display: inline-block;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  font-size: 1.5rem;
  font-weight: 400;
}
div.caption div.submenu {
  padding-top: 5px;
}
div.caption div.submenu h3 {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
}
div.caption div.submenu span {
  font-size: 1rem;
}

/*#endregion */
/*#region BREADCRUMB */
nav.breadcrumb {
  display: block;
  padding: 0px;
  padding-top: 10px;
}
nav.breadcrumb ol {
  padding: 0px;
  margin: 0px;
}

/*#endregion */
/*#region SEKCE FORMULARE */
div.section-container {
  margin-top: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
}

div.sc-tab {
  margin-left: 15px;
  margin-right: 15px;
}

div.section-caption {
  font-weight: 600;
  padding: 10px 20px 8px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}
div.section-caption div.expand {
  position: absolute;
  right: 20px;
  top: 9px;
}

div.section-form {
  padding: 20px 15px 10px 15px;
}

div.section-form-dashboard {
  padding: 0px 12px 10px 12px;
}

div.row-underline {
  padding-bottom: 10px !important;
  padding-top: 0px !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  div.row-underline {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 768px) {
  div.row-underline .col-field {
    padding-left: 25px;
  }
}

div.row-underline-dashboard {
  padding: 0px !important;
}

.form-group.row {
  padding: 3px 0px;
}

.cms-for-label {
  padding-top: 6px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cms-for-label {
    padding-bottom: 10px;
  }
}
.cms-for-label strong {
  font-size: 1.2rem;
}
.cms-for-label strong.middle {
  font-size: 1.2rem;
  position: relative;
  top: -3px;
}

.cms-for-label-group {
  padding-top: 6px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .cms-for-label-group {
    padding-bottom: 5px;
  }
}

.cms-textbox {
  width: 100%;
  border: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.cms-textbox-inline {
  width: 250px;
  border: 0px;
  padding: 7px 10px 5px 10px;
}

.cms-textarea-code {
  height: 500px;
  font-family: Courier New, Courier, monospace;
}

.cms-textbox-group {
  display: flex;
  flex-grow: 1;
  border: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.cms-textbox-flow {
  width: 70%;
}

.cms-textbox-row {
  width: 90%;
  border: 0px;
  margin: 5px 25px;
}

.input-group-text {
  border: 0px;
}

a.cms-button {
  display: inline-block;
  text-decoration: none;
}

.cms-button {
  border: 0px;
  border-radius: 5px;
  padding: 9px 17px 7px 17px;
  margin: 5px 7px;
  cursor: pointer;
  white-space: nowrap;
}
.cms-button:hover, .cms-button.primary:hover, .cms-button.storno:hover, .cms-button:focus, .cms-button.primary:focus, .cms-button.storno:focus {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px;
}

.cms-button-image {
  background-color: transparent;
  border: 0px;
  cursor: pointer;
}

.cms-button-small {
  border: 0px;
  border-radius: 5px;
  padding: 9px 17px 7px 17px;
  margin-right: 15px;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 15px;
}
.cms-button-small:hover, .cms-button-small.primary:hover, .cms-button-small.storno:hover, .cms-button-small:focus, .cms-button-small.primary:focus, .cms-button-small.storno:focus {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px;
  text-decoration: none;
}

.cms-button-odkaz {
  background-color: transparent;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
}

.cms-button-grid {
  border: 0px;
  border-radius: 5px;
  padding: 3px 10px 5px 10px;
  margin-right: 15px;
  cursor: pointer;
  white-space: nowrap;
}
.cms-button-grid:hover, .cms-button-grid.primary:hover, .cms-button-grid.storno:hover, .cms-button-grid:focus, .cms-button-grid.primary:focus, .cms-button-grid.storno:focus {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px;
  text-decoration: none;
}

.cms-button-icon {
  border: 0px;
  background-color: transparent;
  cursor: pointer;
}
.cms-button-icon:hover, .cms-button-icon:focus {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  border-radius: 3px;
}

.cms-buttons-access button {
  padding: 7px 15px 5px 15px;
}
@media (max-width: 767px) {
  .cms-buttons-access {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cms-buttons-access {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    top: -7px;
  }
}
@media (min-width: 992px) {
  .cms-buttons-access {
    top: -3px;
  }
}

.foto-nahled {
  height: 120px;
  border-radius: 5px;
  margin-top: 10px;
  margin-right: 15px;
}

/*#endregion */
/*#region SLOUPCE FORMULARE - nahrada za col-md-X  */
.col-label {
  flex: 0 0 25%;
}
@media (max-width: 1200px) {
  .col-label {
    flex: 0 0 30%;
  }
}
@media (max-width: 992px) {
  .col-label {
    flex: 0 0 35%;
  }
}
@media (max-width: 768px) {
  .col-label {
    flex: 0 0 30%;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 540px) {
  .col-label {
    flex: 0 0 100%;
    padding-bottom: 7px !important;
  }
}
.col-label.pt {
  padding: 7px 25px 7px 25px;
}

div.sc-tab .col-label {
  flex: 0 0 25%;
}
@media (max-width: 768px) {
  div.sc-tab .col-label {
    flex: 0 0 100%;
    padding-bottom: 0px !important;
  }
}

.col-label-big {
  flex: 0 0 45%;
}
@media (max-width: 1200px) {
  .col-label-big {
    flex: 0 0 45%;
  }
}
@media (max-width: 992px) {
  .col-label-big {
    flex: 0 0 45%;
  }
}
@media (max-width: 768px) {
  .col-label-big {
    flex: 0 0 45%;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 540px) {
  .col-label-big {
    flex: 0 0 100%;
    padding-bottom: 7px !important;
  }
}
.col-label-big.pt {
  padding: 7px 25px 7px 25px;
}

div.col-field-100 {
  padding: 0px 25px 0px 15px;
}
div.col-field-100.pt {
  padding: 7px 25px 7px 15px;
}

div.col-field {
  flex: 0 0 75%;
  padding: 0px 25px 0px 15px;
}
@media (max-width: 1200px) {
  div.col-field {
    flex: 0 0 70%;
  }
}
@media (max-width: 992px) {
  div.col-field {
    flex: 0 0 65%;
  }
}
@media (max-width: 768px) {
  div.col-field {
    flex: 0 0 70%;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 540px) {
  div.col-field {
    flex: 0 0 100%;
  }
}
div.col-field.pt {
  padding: 7px 25px 7px 15px;
}

div.sc-tab .col-field {
  flex: 0 0 68%;
}
@media (max-width: 1500px) {
  div.sc-tab .col-field {
    flex: 0 0 66%;
  }
}
@media (max-width: 1250px) {
  div.sc-tab .col-field {
    flex: 0 0 64%;
  }
}
@media (max-width: 1100px) {
  div.sc-tab .col-field {
    flex: 0 0 62%;
  }
}
@media (max-width: 1000px) {
  div.sc-tab .col-field {
    flex: 0 0 70%;
  }
}
@media (max-width: 768px) {
  div.sc-tab .col-field {
    flex: 0 0 85%;
    padding-top: 15px;
  }
}

div.sc-tab .col-buttons {
  margin-left: 15px;
}

div.col-field-dashboard {
  flex: 0 0 100%;
  margin: 0px;
  padding: 0px;
}

div.col-field-2 {
  flex: 0 0 37%;
  padding: 0px 25px 0px 15px;
}
@media (max-width: 1200px) {
  div.col-field-2 {
    flex: 0 0 35%;
  }
}
@media (max-width: 992px) {
  div.col-field-2 {
    flex: 0 0 32%;
  }
}
@media (max-width: 768px) {
  div.col-field-2 {
    flex: 0 0 35%;
    padding-bottom: 0px !important;
    padding-left: 25px;
    padding-top: 10px;
  }
}
@media (max-width: 540px) {
  div.col-field-2 {
    flex: 0 0 100%;
    padding-left: 25px;
    margin-bottom: 13px;
  }
}
div.col-field-2.pt {
  padding: 7px 25px 7px 15px;
}

div.col-field-31 {
  flex: 0 0 50%;
}
@media (max-width: 1200px) {
  div.col-field-31 {
    flex: 0 0 45%;
  }
}
@media (max-width: 992px) {
  div.col-field-31 {
    flex: 0 0 35%;
  }
}
@media (max-width: 540px) {
  div.col-field-31 {
    flex: 0 0 100%;
    padding-left: 25px;
    margin-bottom: 13px;
  }
}
div.col-field-31.pt {
  padding: 7px 10px 7px 5px;
}
@media (max-width: 540px) {
  div.col-field-31.pt {
    padding: 7px 25px 7px 25px;
  }
}

div.col-field-32 {
  flex: 0 0 25%;
}
@media (max-width: 992px) {
  div.col-field-32 {
    flex: 0 0 30%;
  }
}
@media (max-width: 540px) {
  div.col-field-32 {
    flex: 0 0 100%;
    padding-left: 25px;
    margin-bottom: 13px;
  }
}
div.col-field-32.pt {
  padding: 7px 25px 7px 15px;
}

div.col-field-75 {
  flex: 0 0 75%;
}
@media (max-width: 992px) {
  div.col-field-75 {
    flex: 0 0 70%;
  }
}
@media (max-width: 540px) {
  div.col-field-75 {
    flex: 0 0 100%;
    padding-left: 25px;
    margin-bottom: 13px;
  }
}
div.col-field-75.pt {
  padding: 7px 25px 7px 15px;
}

/*#endregion */
/*#region CHECKBOX */
/*.cms-checkbox
{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
/* Hide the browser's default checkbox */
/*input
{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}*/
/* Create a custom checkbox */
/*.checkmark
{
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
}*/
/* Create the checkmark/indicator (hidden when not checked) */
/*.checkmark:after
{
    content: "";
    position: absolute;
    display: none;
}*/
/* Show the checkmark when checked */
/*input:checked ~ .checkmark:after
{
    display: block;
}*/
/* Style the checkmark/indicator */
/*.checkmark:after
    {
        left: 7px;
        top: 4px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}*/
/*#endregion */
/*#region FORMULARE SYNCFLUSION */
.e-progress-btn {
  background-color: #337ab7;
  color: #fff;
  padding: 10px 25px 8px 25px;
  border-radius: 5px;
  margin: 10px;
  text-transform: none;
}
.e-progress-btn:hover {
  background-color: #337ab7;
  color: #fff;
}
.e-progress-btn.bile {
  background-color: #fafafa;
  color: #4e5155;
  border: 1px solid #e0e0e0;
}

.e-textbox {
  border-color: #e0e0e0 !important;
}

/*#endregion */
/*#region GRID */
.e-grid .e-headercelldiv {
  padding: 0px;
}

.e-tlacitko-grid,
.e-tlacitko-grid-odstranit {
  text-transform: none;
  font-weight: 400;
}

.e-grid .e-rowcell {
  padding: 10px 15px 7px 15px;
}

.e-btn.e-flat, .e-css.e-btn.e-flat {
  padding-top: 9px;
  padding-bottom: 6px;
}

.e-btn.e-flat:hover, .e-css.e-btn.e-flat:hover {
  background-color: #337ab7;
  color: #fff;
  border-radius: 5px;
}

.e-tlacitko-grid-odstranit:hover {
  background-color: #d73339 !important;
}

.zadny-zaznam {
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  padding-top: 30px;
  padding-bottom: 40px;
}

.nedostupne td {
  color: #d73339 !important;
}

.varianta td {
  color: #005174 !important;
}

/*#endregion */
/*#region BADGE  */
.cms-badge {
  display: inline-block;
  background-color: #337ab7;
  color: #fff;
  padding: 5px 5px 4px 5px;
  border-radius: 5px;
  font-size: 12px !important;
  line-height: 12px !important;
  margin-left: 5px;
}

/*#endregion */
/* BARVY */
/*#region BREADCRUMB */
li.breadcrumb-item {
  font-size: 0.9rem;
}
li.breadcrumb-item a {
  color: #9ea2ac;
}
li.breadcrumb-item.active a {
  color: #4e5155;
}

/*#endregion */
/*#region NADPIS NAD FORMULAREM, pouziva se ve formatu h1 / h2 */
div.caption h2.active {
  border-bottom: 2px solid #337ab7;
  padding-left: 5px;
  padding-right: 5px;
}
div.caption h2.active:hover {
  text-decoration: none;
}
div.caption h2 {
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
}
div.caption div.submenu h3 {
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
}
div.caption div.submenu h3 a {
  color: #4e5155;
  text-decoration: none;
}
div.caption div.submenu h3.active {
  border-bottom: 1px solid #337ab7;
  padding-left: 5px;
  padding-right: 5px;
}
div.caption div.submenu h3.active:hover {
  text-decoration: none;
}
div.caption div.submenu h3:hover {
  border-bottom: 1px solid #337ab7;
  text-decoration: none;
}

/*#endregion */
/*#region SEKCE FORMULARE */
div.cms-button-container a {
  color: #fff !important;
}

div.section-container {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 25px;
}
div.section-container:hover, div.section-container:target, div.section-container.active {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 25px;
}
div.section-container:hover div.section-caption, div.section-container:target div.section-caption, div.section-container.active div.section-caption {
  background-color: #337ab7;
  color: #fff;
}
div.section-container:hover div.section-caption a, div.section-container:target div.section-caption a, div.section-container.active div.section-caption a {
  color: #fff;
}

div.sc-tab {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px !important;
}

div.section-caption {
  background-color: #e9e9e9;
}

div.row-underline, div.row-dashboard {
  border-bottom: 1px solid #e9e9e9;
}

.cms-textbox, .cms-textbox-group, .cms-textbox-row, .cms-textbox-inline {
  border-bottom: 1px solid #e9e9e9;
}
.cms-textbox:hover, .cms-textbox:focus, .cms-textbox-group:hover, .cms-textbox-group:focus, .cms-textbox-row:hover, .cms-textbox-row:focus, .cms-textbox-inline:hover, .cms-textbox-inline:focus {
  border-bottom: 1px solid #337ab7;
}

.input-group-text {
  background-color: #e9e9e9;
}

.cms-button, .cms-button-small, .cms-button-grid {
  background-color: #f1f1f2;
}
.cms-button:hover, .cms-button-small:hover, .cms-button-grid:hover {
  background-color: #e9e9e9;
}
.cms-button.primary, .cms-button-small.primary, .cms-button-grid.primary {
  background-color: #337ab7;
  color: #fff;
}
.cms-button.storno, .cms-button-small.storno, .cms-button-grid.storno {
  background-color: #f1f1f2;
  color: #4e5155 !important;
}

.cms-button-icon {
  color: #9ea2ac;
}

.k-state-active:hover {
  border-color: #337ab7 !important;
}

.k-state-focused, .k-button:focus {
  border-color: #337ab7 !important;
  -webkit-box-shadow: 0 0 7px 0 #337ab7 !important;
  box-shadow: 0 0 7px 0 #337ab7 !important;
}

.k-button:focus:active {
  -webkit-box-shadow: 0 0 7px 0 #337ab7, inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: 0 0 7px 0 #337ab7, inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

/*#endregion */
/*#region SWEET ALERT POPUP */
.sweet-alert button {
  background-color: #337ab7 !important;
  padding-top: 13px;
}

.sweet-alert button.cancel {
  background-color: #fff !important;
  color: #4e5155;
  border: 1px solid #ccc;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #337ab7 !important;
}

.pulseWarningIns {
  background-color: #337ab7 !important;
}

/*#endregion */
/*#region CHECKBOX */
.cms-checkbox {
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
}
.cms-checkbox .checkmark {
  background-color: #eee;
}
.cms-checkbox:hover input ~ .checkmark {
  background-color: #bbb;
}
.cms-checkbox input:checked ~ .checkmark {
  background-color: #337ab7;
}

/*#endregion */
/*#region JAZYK */
span.jazyk {
  background-color: #2368a4;
  color: #fff;
  padding: 3px 7px;
  border-radius: 10px;
  margin-left: 10px;
  font-size: 12px !important;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}

span.jazyk-titulek {
  background-color: #2368a4;
  color: #fff;
  padding: 3px 7px;
  border-radius: 10px;
  margin-left: 10px;
  font-size: 12px;
  border: 1px solid #2bd7dd;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
  position: relative;
  top: -2px;
}

/*#endregion */
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
  justify-content: flex-end;
}

.cms-hidden {
  display: none;
}

@media (max-width: 540px) {
  .cms-mobile-center {
    text-align: center;
  }
}

.cms-inline {
  display: inline-block;
}

.cms-valign {
  display: flex;
  align-items: center;
}

.cms-pointer {
  cursor: pointer;
}

@media (max-width: 992px) {
  div.hidden-md-down {
    display: none !important;
  }
}

div.col-vertical {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  align-items: flex-start;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  -webkit-box-orient: vertical;
  flex-basis: auto;
}

a.dash-link {
  display: block;
  color: #4e5155;
  text-decoration: none;
  padding: 10px 20px 7px 20px;
}
a.dash-link:hover {
  background-color: #f1f1f2;
}

div.dash-link {
  display: block;
  color: #4e5155;
  text-decoration: none;
  padding: 10px 20px 7px 20px;
  cursor: default;
}

span.col-33 {
  display: inline-block;
  width: 33%;
}

span.col-50 {
  display: inline-block;
  width: 50%;
}

span.col-25 {
  display: inline-block;
  width: 25%;
}

span.col-75 {
  display: inline-block;
  width: 74%;
}

/*#region POPUP WINDOW */
div#popWinBg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  min-height: 100%;
  background-color: #000000;
  opacity: 0.6;
  text-align: center;
  display: none;
  z-index: 100000;
}

div#popWin {
  animation-duration: 0.5s;
  animation-name: menu1;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: menu1;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: menu1;
  position: absolute;
  left: 50%;
  margin-left: -200px;
  top: 50%;
  width: 400px;
  height: 110px;
  font-size: 14px;
  border-radius: 7px;
  text-align: center;
  display: none;
  vertical-align: middle;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 30px;
  z-index: 100001;
  background-color: #fff;
  color: #4e5155;
}

div#popWin div.e {
  position: relative;
  top: 53%;
  transform: translateY(-50%);
}

div#popWin div.e img {
  position: relative;
  top: -3px;
  left: -15px;
  width: 32px;
}

@keyframes menu1 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
/*#endregion */
/*#region TOASTR */
.toast-message {
  color: #fff;
}

.toast-success {
  background-color: #337ab7;
}

.toast-error {
  background-color: #d73339;
}

.toast-info {
  background-color: #007aae;
}

.toast-warning {
  background-color: #ffecc7;
}

/*#endregion */
div.page-authentication {
  position: absolute;
  height: 100%;
  display: flex;
  padding: 0px;
}
div.page-authentication h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #fff !important;
}
div.page-authentication h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff !important;
}
div.page-authentication h1, div.page-authentication h2 {
  padding: 0px 50px 10px 50px;
  text-shadow: rgb(0, 0, 0) 2px 2px 10px;
}
div.page-authentication h2 {
  color: #D1D2D3;
}
div.page-authentication div.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/media/prihlasit.webp");
}
div.page-authentication div.signin {
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.2) -20px 0px 30px;
}
div.page-authentication div.signin h2.signin {
  text-shadow: none;
  font-size: 1.2rem;
  padding: 45px 0px 25px 0px;
  color: #4e5155 !important;
}
div.page-authentication div.signin img.logo {
  width: 180px;
}
div.page-authentication .cms-button {
  margin-top: 20px;
}
