html {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #fff0cc;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html a {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}
html a:hover {
  color: #000000;
  font-weight: bold;
  font-style: italic;
}
html body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  width: 1000px;
}
html h1 {
  max-width: 526px;
}
header {
  height: 152px;
  width: inherit;
  background: url(../img/hlavicka.jpg) no-repeat 187px 0;
  display: flex;
  flex-direction: row;
  align-items: start;
}
header .logo {
  display: block;
  width: 187px;
  height: 100%;
  background: url(../img/logo.jpg) no-repeat;
}
header .bar-wrap {
  width: 813px;
  height: 100%;
  display: flex;
  align-items: end;
}
header .bar-wrap .bar {
  height: 17px;
  width: inherit;
  padding-left: 78px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header .bar-wrap .bar a {
  color: #ffffff;
}
header .bar-wrap .bar a:hover {
  font-weight: normal;
  font-style: unset;
  color: #ffffff;
}
header .bar-wrap .bar .user-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
}
header .bar-wrap .bar .user-wrap a,
header .bar-wrap .bar .user-wrap .lwa {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}
header .bar-wrap .bar .user-wrap a img,
header .bar-wrap .bar .user-wrap .lwa img {
  height: 12px;
  width: 19px;
  margin-right: 4px;
}
header .bar-wrap .bar .user-wrap a {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
  margin-left: 10px;
  margin-right: 0;
}
header .bar-wrap .bar .user-wrap a img {
  height: 12px;
  width: 19px;
  margin-right: 4px;
}
header .bar-wrap .bar .user-wrap a img {
  margin-left: 5px;
  height: auto;
  width: auto;
}
header .bar-wrap .bar .lang-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .bar-wrap .bar .lang-wrap a,
header .bar-wrap .bar .lang-wrap .lwa {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}
header .bar-wrap .bar .lang-wrap a img,
header .bar-wrap .bar .lang-wrap .lwa img {
  height: 12px;
  width: 19px;
  margin-right: 4px;
}
main {
  min-height: 600px;
  width: inherit;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
main .side-panels {
  width: 210px;
  display: flex;
  flex-direction: column;
  height: inherit;
  background: url(../img/menu.jpg) no-repeat;
  min-height: 100px;
}
main .side-panels .panel {
  width: inherit;
  margin-top: 25px;
  box-shadow: inset 0 0 0 0.5px #608cb4;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
main .side-panels .panel .panel-header {
  width: inherit;
  padding: 5px 0;
  background: url(../img/menu_bg.jpg) no-repeat;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
main .side-panels .panel .panel-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 8px 12px;
  text-align: left;
}
main .side-panels .panel .panel-content div {
  min-height: 10px;
  padding: 2px 0 2px 0;
}
main .side-panels .panel .panel-content .iban {
  word-break: break-all;
}
main .side-panels .panel .panel-content .edit {
  height: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
main .side-panels .panel .panel-content .edit a {
  display: flex;
  align-items: center;
}
main .side-panels .panel .panel-content .edit a img {
  height: 18px;
  margin-right: 5px;
}
main .side-panels .panel .services {
  letter-spacing: 1px;
}
.content {
  max-width: 1000px;
  min-width: 526px;
  margin: 25px 0 0 102px;
  height: auto;
}
.content .content-wrap {
  min-width: 526px;
  min-height: 250px;
  padding: 20px 20px 40px 20px;
  width: inherit;
  box-shadow: inset 0 0 0 0.5px #9d9d9d;
  background-color: #ffffff;
  height: auto;
}
.block {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.block div {
  display: flex;
  flex-direction: column;
}
.block .column-text {
  width: 160px;
}
.block .column-text div,
.block .column-text .column-text-div {
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.block .row-column .invoice-item-row {
  width: auto;
  height: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.block .row-column .invoice-item-row .service-id-1,
.block .row-column .invoice-item-row .service-id-3 {
  width: 110px;
}
.block .row-column .invoice-item-row .service-id-2 {
  width: 70px;
}
.block .row-column .invoice-item-row .velke-lomitko {
  font-size: 25px;
  font-weight: bold;
  margin: 0 8px;
}
.block .row-column .invoice-item-row .lomitko {
  margin: 0 4px;
}
/**HEADER FORM**/
#frm-translationsHeaderInvoiceForm,
#frm-tutoringHeaderInvoiceForm,
#frm-profileForm,
#frm-loginForm,
#frm-registrationForm,
#frm-passwordForm,
#frm-changePasswordForm,
#frm-forgottenPasswordForm,
#frm-resetPasswordForm,
#frm-changeEmailForm {
  margin-right: 16px;
}
#frm-translationsHeaderInvoiceForm table,
#frm-tutoringHeaderInvoiceForm table,
#frm-profileForm table,
#frm-loginForm table,
#frm-registrationForm table,
#frm-passwordForm table,
#frm-changePasswordForm table,
#frm-forgottenPasswordForm table,
#frm-resetPasswordForm table,
#frm-changeEmailForm table {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 10px;
  border-bottom: 2px solid #707070;
  margin-bottom: 32px;
}
#frm-translationsHeaderInvoiceForm table tbody,
#frm-tutoringHeaderInvoiceForm table tbody,
#frm-profileForm table tbody,
#frm-loginForm table tbody,
#frm-registrationForm table tbody,
#frm-passwordForm table tbody,
#frm-changePasswordForm table tbody,
#frm-forgottenPasswordForm table tbody,
#frm-resetPasswordForm table tbody,
#frm-changeEmailForm table tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#frm-translationsHeaderInvoiceForm table tbody tr,
#frm-tutoringHeaderInvoiceForm table tbody tr,
#frm-profileForm table tbody tr,
#frm-loginForm table tbody tr,
#frm-registrationForm table tbody tr,
#frm-passwordForm table tbody tr,
#frm-changePasswordForm table tbody tr,
#frm-forgottenPasswordForm table tbody tr,
#frm-resetPasswordForm table tbody tr,
#frm-changeEmailForm table tbody tr {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 32px;
  max-height: 200px;
}
#frm-translationsHeaderInvoiceForm table tbody tr th,
#frm-tutoringHeaderInvoiceForm table tbody tr th,
#frm-profileForm table tbody tr th,
#frm-loginForm table tbody tr th,
#frm-registrationForm table tbody tr th,
#frm-passwordForm table tbody tr th,
#frm-changePasswordForm table tbody tr th,
#frm-forgottenPasswordForm table tbody tr th,
#frm-resetPasswordForm table tbody tr th,
#frm-changeEmailForm table tbody tr th {
  width: 160px;
  height: inherit;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  font-weight: normal;
  text-align: left;
}
#frm-translationsHeaderInvoiceForm table tbody tr td,
#frm-tutoringHeaderInvoiceForm table tbody tr td,
#frm-profileForm table tbody tr td,
#frm-loginForm table tbody tr td,
#frm-registrationForm table tbody tr td,
#frm-passwordForm table tbody tr td,
#frm-changePasswordForm table tbody tr td,
#frm-forgottenPasswordForm table tbody tr td,
#frm-resetPasswordForm table tbody tr td,
#frm-changeEmailForm table tbody tr td {
  flex: 1;
  height: inherit;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  text-align: left;
}
#frm-translationsHeaderInvoiceForm table tbody tr td input,
#frm-tutoringHeaderInvoiceForm table tbody tr td input,
#frm-profileForm table tbody tr td input,
#frm-loginForm table tbody tr td input,
#frm-registrationForm table tbody tr td input,
#frm-passwordForm table tbody tr td input,
#frm-changePasswordForm table tbody tr td input,
#frm-forgottenPasswordForm table tbody tr td input,
#frm-resetPasswordForm table tbody tr td input,
#frm-changeEmailForm table tbody tr td input {
  height: 22px;
  width: 340px;
  padding: 1px 0 1px 8px;
  border: none;
  box-shadow: inset 0 0 0 0.5px #707070;
}
#frm-translationsHeaderInvoiceForm table tbody tr td select,
#frm-tutoringHeaderInvoiceForm table tbody tr td select,
#frm-profileForm table tbody tr td select,
#frm-loginForm table tbody tr td select,
#frm-registrationForm table tbody tr td select,
#frm-passwordForm table tbody tr td select,
#frm-changePasswordForm table tbody tr td select,
#frm-forgottenPasswordForm table tbody tr td select,
#frm-resetPasswordForm table tbody tr td select,
#frm-changeEmailForm table tbody tr td select {
  height: 22px;
  width: 340px;
  padding: 1px 0 1px 8px;
  border: none;
  box-shadow: inset 0 0 0 0.5px #707070;
  /** SELECT VIEWS PADDING DIFFERENTLY THAN TEXT INPUTS **/
  width: 348px;
  height: 24px;
}
#frm-translationsHeaderInvoiceForm table tbody tr td textarea,
#frm-tutoringHeaderInvoiceForm table tbody tr td textarea,
#frm-profileForm table tbody tr td textarea,
#frm-loginForm table tbody tr td textarea,
#frm-registrationForm table tbody tr td textarea,
#frm-passwordForm table tbody tr td textarea,
#frm-changePasswordForm table tbody tr td textarea,
#frm-forgottenPasswordForm table tbody tr td textarea,
#frm-resetPasswordForm table tbody tr td textarea,
#frm-changeEmailForm table tbody tr td textarea {
  height: 22px;
  width: 340px;
  padding: 1px 0 1px 8px;
  border: none;
  box-shadow: inset 0 0 0 0.5px #707070;
  height: auto;
  min-height: 48px;
  max-height: 198px;
  resize: vertical;
  overflow: auto;
}
#frm-translationsHeaderInvoiceForm .submit-button,
#frm-tutoringHeaderInvoiceForm .submit-button,
#frm-profileForm .submit-button,
#frm-loginForm .submit-button,
#frm-registrationForm .submit-button,
#frm-passwordForm .submit-button,
#frm-changePasswordForm .submit-button,
#frm-forgottenPasswordForm .submit-button,
#frm-resetPasswordForm .submit-button,
#frm-changeEmailForm .submit-button {
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
#frm-translationsHeaderInvoiceForm .submit-button input,
#frm-tutoringHeaderInvoiceForm .submit-button input,
#frm-profileForm .submit-button input,
#frm-loginForm .submit-button input,
#frm-registrationForm .submit-button input,
#frm-passwordForm .submit-button input,
#frm-changePasswordForm .submit-button input,
#frm-forgottenPasswordForm .submit-button input,
#frm-resetPasswordForm .submit-button input,
#frm-changeEmailForm .submit-button input,
#frm-translationsHeaderInvoiceForm .submit-button .submit-button-input,
#frm-tutoringHeaderInvoiceForm .submit-button .submit-button-input,
#frm-profileForm .submit-button .submit-button-input,
#frm-loginForm .submit-button .submit-button-input,
#frm-registrationForm .submit-button .submit-button-input,
#frm-passwordForm .submit-button .submit-button-input,
#frm-changePasswordForm .submit-button .submit-button-input,
#frm-forgottenPasswordForm .submit-button .submit-button-input,
#frm-resetPasswordForm .submit-button .submit-button-input,
#frm-changeEmailForm .submit-button .submit-button-input {
  height: 22px;
  width: 340px;
  padding: 1px 0 1px 8px;
  border: none;
  box-shadow: inset 0 0 0 0.5px #707070;
  width: 80px;
  height: inherit;
  box-sizing: border-box;
  padding: 0;
  background: #ffffff;
  cursor: pointer;
}
#frm-domesticProfileForm table,
#foreignProfileForm-submit table,
#frm-foreignProfileForm table,
#frm-loginForm table,
#frm-registrationForm table,
#frm-passwordForm table,
#frm-changePasswordForm table,
#frm-forgottenPasswordForm table,
#frm-resetPasswordForm table,
#frm-changeEmailForm table {
  border: none;
}
/**INVOICE MISC**/
.formbox {
  height: 22px;
  width: 340px;
  padding: 1px 0 1px 8px;
  border: none;
  box-shadow: inset 0 0 0 0.5px #707070;
}
select option {
  padding: 0;
}
select.formbox,
.formbox-selects {
  height: 22px;
  width: 340px;
  padding: 1px 0 1px 8px;
  border: none;
  box-shadow: inset 0 0 0 0.5px #707070;
  /** SELECT VIEWS PADDING DIFFERENTLY THAN TEXT INPUTS **/
  width: 348px;
  height: 24px;
}
.invoice-button {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 32px;
  width: 125px;
  margin-left: 15px;
}
.invoice-button img {
  margin-right: 5px;
}
.total {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 15px;
  margin-bottom: 32px;
}
.total .castka-text {
  height: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
}
.total .castka-cislo {
  height: 22px;
  width: 340px;
  padding: 1px 0 1px 8px;
  border: none;
  box-shadow: inset 0 0 0 0.5px #707070;
  padding: 2px 0 2px 8px;
  display: flex;
  align-items: center;
}
.sim-body {
  font-family: Arial, sans-serif;
  font-size: 11px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 15px 0 40px 0;
}
.sim-body .sim-main {
  width: 602px;
  /* TABLE */
  /* MINOR */
}
.sim-body .sim-main .border {
  border: 1px solid black;
}
.sim-body .sim-main .clean-bottom-border {
  border-bottom: none;
}
.sim-body .sim-main .split {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sim-body .sim-main .col1 {
  width: 220px;
  padding: 5px;
}
.sim-body .sim-main .col2 {
  min-width: 320px;
  padding: 5px;
}
.sim-body .sim-main table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 15px;
}
.sim-body .sim-main table th,
.sim-body .sim-main table td {
  border: 1px solid black;
  padding: 5px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 11px;
}
.sim-body .sim-main table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}
.sim-body .sim-main table .table-header {
  border-bottom: 2px solid black;
}
.sim-body .sim-main table .currency {
  text-align: end;
  padding-right: 30px;
}
.sim-body .sim-main table .total-text {
  text-align: start;
}
.sim-body .sim-main table .total-num {
  text-align: end;
  padding-right: 30px;
}
.sim-body .sim-main table .normal-text {
  font-weight: normal;
}
.sim-body .sim-main table .price {
  width: 130px;
}
.sim-body .sim-main .veta-sluzby {
  margin-top: 15px;
  padding: 5px;
}
.sim-body .sim-main .transfer-info > div {
  display: flex;
}
.sim-body .sim-main .transfer-info > div > div {
  width: 10em;
}
.sim-body .sim-main .bankovni-spojeni > div {
  display: flex;
}
.sim-body .sim-main .bankovni-spojeni > div > div {
  width: 10em;
}
.sim-body .sim-main .ic-dic > div {
  display: flex;
}
.sim-body .sim-main .ic-dic > div > div {
  width: 4em;
}
.sim-body .timestamp {
  width: 100%;
  text-align: left;
  padding-top: 5px;
  font-size: 9px;
  color: #666;
}
.bot-separator {
  border-bottom: 2px solid black;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#frm-profileForm table {
  border-bottom: none;
}
#frm-profileForm table .profile-table-heading {
  width: 100%;
}
#frm-profileForm-udaje {
  min-height: 60px !important;
}
.flash {
  display: flex;
  align-items: center;
  /* 🔥 Vertically center content */
  justify-content: space-between;
  /* Optional: space between icon+text and the close button */
  gap: 0.5em;
  /* Spacing between icon, text, and button */
  padding: 0.75em 1em;
  border: 2px solid black;
  background-color: white;
  color: black;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  width: auto;
  margin: 1em auto;
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.flash-close {
  background: none;
  border: none;
  font-size: 1.1em;
  padding: 0.2em 0.5em 0.2em 0.5em;
  cursor: pointer;
  line-height: 1;
  align-self: center;
  /* Make sure close button also centers vertically */
}
.flash-icon {
  font-size: 1.2em;
  height: auto;
  width: auto;
  padding-bottom: 2px;
}
.flash.success {
  background-color: #e6f4ea;
  border-color: #1b4332;
  color: #1b4332;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.flash.error,
.flash.danger {
  background-color: #ffe6e6;
  border-color: #b00020;
  color: #b00020;
}
.flash.warning {
  background-color: #fff8e1;
  border-color: #f9a825;
  color: #f57f17;
}
.flash.info {
  background-color: #e3f2fd;
  border-color: #1976d2;
  color: #0d47a1;
}
.netteFormsModal {
  max-width: 320px;
  padding: 1.5rem 2rem;
  border: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #ffffff;
  color: #333;
  text-align: center;
  white-space: pre-line;
  /* preserves line breaks from <br> */
  line-height: 1.5;
}
.netteFormsModal button {
  margin-top: 1.5rem;
  background-color: #608cb4;
  border: none;
  padding: 0.5rem 2.5rem;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
  outline: none;
}
#frm-loginForm td,
#frm-registrationForm td,
#frm-passwordForm td,
#frm-changePasswordForm td,
#frm-forgottenPasswordForm td,
#frm-resetPasswordForm td,
#frm-changeEmailForm td {
  max-width: 180px;
}
#frm-loginForm td input,
#frm-registrationForm td input,
#frm-passwordForm td input,
#frm-changePasswordForm td input,
#frm-forgottenPasswordForm td input,
#frm-resetPasswordForm td input,
#frm-changeEmailForm td input {
  width: 150px;
}
#frm-loginForm td .button,
#frm-registrationForm td .button,
#frm-passwordForm td .button,
#frm-changePasswordForm td .button,
#frm-forgottenPasswordForm td .button,
#frm-resetPasswordForm td .button,
#frm-changeEmailForm td .button {
  padding: 0;
  cursor: pointer;
}
#frm-loginForm th,
#frm-registrationForm th,
#frm-passwordForm th,
#frm-changePasswordForm th,
#frm-forgottenPasswordForm th,
#frm-resetPasswordForm th,
#frm-changeEmailForm th {
  max-width: 180px;
}
.homepage-grid {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.homepage-grid .section {
  flex: 1 1 100%;
  margin-bottom: 1.5rem;
}
.homepage-grid .section h2 {
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
  color: #222;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.3rem;
  text-align: center;
}
.homepage-grid .section .btn-row {
  display: flex;
  gap: 1rem;
  justify-content: space-evenly;
}
.homepage-grid .section .btn-row .btn-block {
  flex: 1 1 calc(50% - 1rem);
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 0;
  margin: 0;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease;
  max-width: 292px;
  max-height: 55px;
  width: 290px;
  height: 53px;
}
.homepage-grid .section .btn-row .btn-block:hover {
  background: #e0e0e0;
}
.homepage-grid .section .btn-row .btn-block a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0;
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preview-buttons {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.preview-buttons .button-wrap {
  margin: 0 10px;
  padding: 0 0;
  height: 40px;
  min-width: 140px;
  box-shadow: inset 0 0 0 0.5px #707070;
}
.preview-buttons .button-wrap a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0 ;
}
.preview-buttons .button-wrap a:hover {
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
}
.preview-buttons .button-wrap:hover {
  box-shadow: inset 0 0 0 1px #000000;
}
.crossed td {
  text-decoration: line-through;
  color: #888;
}
.invoice-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}
.invoice-list .invoice-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 12px 16px;
  border-bottom: 2px solid #9d9d9d;
}
.invoice-list .invoice-row.crossed {
  text-decoration: line-through;
  color: #707070;
  opacity: 0.6;
}
.invoice-list .invoice-row.crossed .invoice-actions {
  display: none;
}
.invoice-list .invoice-row.admin-crossed {
  text-decoration: line-through;
  color: #707070;
  opacity: 0.6;
}
.invoice-list .invoice-row .invoice-label {
  font-size: 13px;
  font-weight: normal;
  max-width: 600px;
}
.invoice-list .invoice-row .invoice-actions {
  display: flex;
  gap: 10px;
}
.invoice-list .invoice-row .invoice-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  transition: transform 0.2s ease;
}
.invoice-list .invoice-row .invoice-actions a:hover {
  transform: scale(1.1);
}
.invoice-list .invoice-row .invoice-actions a img {
  width: 24px;
  height: 24px;
}
.list-h {
  margin-bottom: 0;
  margin-top: 40px;
}
.user-info {
  font-size: 15px;
}
/* Hide number input arrows (Chrome, Safari, Edge, Opera) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Hide number input arrows (Firefox) */
input[type=number] {
  -moz-appearance: textfield;
}
#frm-loginForm table tbody tr th {
  width: 180px;
}
.page-arrow {
  padding: 4px 8px;
  border: 1px solid #aaa;
  text-decoration: none;
}
.asterisk-required {
  color: red;
  font-size: 18px;
}
.info-icon {
  width: 15px;
  height: 15px;
  margin-left: 3px;
}
.tooltip {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: 5px;
  cursor: pointer;
}
.tooltip .tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: 200px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  border-radius: 2px;
  border: solid 1px #000000;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  /* Position above the icon */
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  pointer-events: none;
  /* so it doesn't interfere with hover */
}
/* Show on hover OR when locked */
.tooltip:hover .tooltip-text,
.tooltip.locked .tooltip-text {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.legend {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
.legend-wrap {
  margin-bottom: 20px;
}
.info-legend {
  display: flex;
  align-items: center;
}
.tooltip.active .tooltip-text {
  display: block;
}
.blue-link {
  text-decoration: none;
  color: blue;
}
.blue-link:hover {
  text-decoration: none;
  color: blue;
  font-weight: bold;
  font-style: normal;
}
.guide-content {
  display: flex;
  justify-content: center;
  width: inherit;
}
.guide-content .guide-img {
  width: 70%;
  align-items: center;
}
.error-message {
  width: 300px;
  color: red;
}
.duzp_special {
  max-width: 108px;
}
div.column-text > div.text-with-asterisk {
  display: flex;
  flex-direction: row;
  /* děti vedle sebe */
  justify-content: flex-start;
}
.service-id-1 {
  letter-spacing: 2px;
  /* space between characters */
}
.service-id-2 {
  letter-spacing: 2px;
  /* space between characters */
}
div.info-margin {
  margin-bottom: 30px;
}
div.info-line {
  display: flex;
  flex-direction: row;
  max-width: 400px;
}
div.user-info a.link-btn {
  border: #9d9d9d 2px solid;
  padding: 2px;
  font-size: 15px;
}
div.user-info a.link-btn:hover {
  font-style: normal;
  font-weight: normal;
  background-color: #d6d6d6;
  border: #000000 2px solid;
}
#no-margin {
  margin: 0;
}
.admin-user-table {
  text-align: left;
  font-size: 13px;
}
div.user-info div.inline-actions {
  margin-top: 30px;
}
#spodni-panel {
  margin-bottom: 50px;
}
tr#duzp-error-box {
  display: none!important;
}
tr#duzp-error-box .error-message {
  width: 100%;
}
.input-error {
  box-shadow: 0 0 0 1px red !important;
}
/*# sourceMappingURL=layout.css.map */