@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");
body {
  font-family: "Source Sans Pro", sans-serif;
  color: #3e444a;
  font-size: 12pt;
  margin: 0;
  padding: 0;
  background-color: #f6f6f6; }

div {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

h1 {
  font-size: 30pt;
  margin: 10px 0;
  font-family: "Roboto Slab", serif;
  font-weight: bold; }

h2 {
  margin: 10px 0;
  font-family: "Roboto Slab", serif;
  font-weight: normal; }
  h2 .i {
    margin-right: 10px; }

.detailHeader h2 {
  margin-top: 0; }

.width100 {
  width: 100%; }

.modra2 {
  color: #4079a9; }

button {
  outline: none;
  cursor: pointer; }
  button .i {
    margin-right: 7px; }

.pointer {
  cursor: pointer; }

#formNewMessage input {
  width: 300px; }
#formNewMessage select {
  width: 300px; }

.breadcrumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 0; }
  .breadcrumbs .item {
    margin: 3px; }
  .breadcrumbs .delimeter {
    margin: 0 3px; }
  .breadcrumbs a {
    text-decoration: none;
    color: #4079a9; }
    .breadcrumbs a:hover {
      color: #3e444a; }

.container-global {
  padding: 2px 10px 10px 10px; }

.login {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .login .header {
    display: flex;
    flex-direction: column; }
    .login .header h1 {
      color: #e60000;
      font-weight: bold; }
    .login .header img {
      max-width: 100%; }
  .login .item {
    display: flex;
    flex-direction: row;
    margin: 5px; }
    .login .item label {
      display: inline-block;
      width: 160px; }
    .login .item input {
      display: inline-block;
      width: 190px; }
    .login .item .head-row {
      display: inline-block; }
  .login input[type="checkbox"] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    transform: scale(2);
    /* Opera */
    padding: 10px;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px; }

.selectedMenu {
  background-color: #3e444a;
  color: #fff; }

.menu-top {
  background-color: #f65050;
  margin: 0 0 0 0;
  color: #fff;
  display: flex;
  padding: 0;
  border: 0;
  flex-direction: row;
  flex-wrap: wrap;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.3); }
  .menu-top a {
    text-decoration: none;
    color: #fff;
    padding: 5px 8px;
    display: block;
    border: 0;
    font-size: 14pt; }
    .menu-top a:hover {
      background-color: #3e444a;
      color: #fff; }
    .menu-top a .i {
      margin-right: 5px; }
  .menu-top .menu-lekarUserGroups {
    width: 100%;
    height: 40px;
    margin-top: 7px;
    color: #f65050;
    display: flex;
    justify-content: center; }
    .menu-top .menu-lekarUserGroups .menu-lekarUserGroups_select {
      width: 99.5%; }

.submenu {
  width: 100%;
  margin: 0;
  padding: 0; }
  .submenu .container {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .submenu .container .item {
      padding: 10px 15px;
      margin: 5px;
      border-radius: 5px;
      background-color: #f65050;
      text-decoration: none;
      color: #fff;
      font-size: 11pt;
      display: flex;
      flex-direction: row;
      align-content: center; }
      .submenu .container .item:hover {
        background-color: #3e444a; }
      .submenu .container .item .icon {
        width: 25px;
        margin-right: 5px; }
      .submenu .container .item .label {
        display: block; }
      .submenu .container .item .i {
        display: inline-block;
        margin-right: 10px; }

.btn-table {
  background-color: #78f965;
  padding: 8px 6px 8px 6px;
  margin: 2px; }
  .btn-table .i {
    margin-right: 5px; }
  .btn-table:disabled {
    opacity: 0.4;
    cursor: not-allowed; }
  .btn-table:hover {
    background-color: black;
    color: #fff;
    cursor: pointer; }

.btn-1 {
  background-color: #68aae2;
  padding: 10px 15px;
  font-size: 14pt;
  border: 0;
  cursor: pointer; }
  .btn-1:hover {
    background-color: #3e444a;
    color: #fff; }
  .btn-1:disabled {
    cursor: not-allowed;
    opacity: 0.8; }
  .btn-1 .i {
    margin-right: 10px; }

.btn-table-edit {
  background-color: #ffd47b;
  font-size: 10pt;
  border: 0;
  cursor: pointer;
  border-radius: 5px; }
  .btn-table-edit:hover {
    background-color: #3e444a;
    color: #fff; }
  .btn-table-edit:disabled {
    cursor: not-allowed;
    opacity: 0.8; }
  .btn-table-edit .i {
    margin-right: 5px; }

.btn-table-success {
  background-color: #78f965;
  font-size: 10pt;
  border: 0;
  cursor: pointer;
  border-radius: 5px; }
  .btn-table-success:hover {
    background-color: #3e444a;
    color: #fff; }
  .btn-table-success:disabled {
    cursor: not-allowed;
    opacity: 0.8; }
  .btn-table-success .i {
    margin-right: 5px; }

.btn-table-detail {
  background-color: #68aae2;
  font-size: 10pt;
  border: 0;
  cursor: pointer;
  border-radius: 5px; }
  .btn-table-detail:hover {
    background-color: #3e444a;
    color: #fff; }
  .btn-table-detail:disabled {
    cursor: not-allowed;
    opacity: 0.8; }
  .btn-table-detail .i {
    margin-right: 5px; }

.btn-save {
  background-color: #c3c953;
  padding: 10px 15px;
  font-size: 11pt;
  border: 0;
  cursor: pointer;
  border-radius: 5px; }
  .btn-save:hover {
    background-color: #3e444a;
    color: #fff; }
  .btn-save:disabled {
    cursor: not-allowed;
    opacity: 0.8; }
  .btn-save .i {
    margin-right: 10px; }

.btn-new {
  background-color: #68aae2;
  padding: 7px 10px;
  font-size: 11pt;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  color: #fff; }
  .btn-new:hover {
    background-color: #3e444a;
    color: #fff; }
  .btn-new:disabled {
    cursor: not-allowed;
    opacity: 0.8; }
  .btn-new .i {
    margin-right: 10px; }

.btn-toggle {
  background-color: #c7c7c7;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 16pt;
  margin: 5px;
  cursor: pointer; }
  .btn-toggle:hover {
    background-color: #3e444a;
    color: #fff; }

input[type="radio"].btn-toggle {
  display: none; }

input[type="radio"].btn-toggle:checked + label {
  background-color: #3e444a;
  color: #fff; }

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

input[type="checkbox"].btn-toggle:checked + label {
  background-color: #3e444a;
  color: #fff; }

.dotaznikyContainer {
  display: flex;
  flex-direction: column; }
  .dotaznikyContainer .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    padding: 5px 20px;
    box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.3);
    margin: 8px 5px;
    max-width: 400px;
    color: #3e444a;
    text-decoration: none; }
    .dotaznikyContainer .item .icon {
      margin-right: 15px; }
    .dotaznikyContainer .item:hover {
      background-color: #f65050; }

.pacient-dashboard {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .pacient-dashboard .item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 20px 20px;
    box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.3);
    margin: 8px 5px;
    color: #3e444a;
    text-decoration: none; }
    .pacient-dashboard .item .title {
      font-size: 30px;
      color: #4079a9;
      margin-bottom: 10px;
      width: 100%; }
      .pacient-dashboard .item .title .i {
        margin-right: 8px; }
    .pacient-dashboard .item .icon {
      margin-right: 10px;
      color: #78f965;
      font-size: 40px;
      font-weight: bold;
      width: 50px; }
    .pacient-dashboard .item .iconFalse {
      margin-right: 10px;
      color: #ffd47b;
      font-size: 40px;
      font-weight: bold;
      width: 50px; }
    .pacient-dashboard .item .link {
      color: black; }
    .pacient-dashboard .item:visited {
      color: black; }
  .pacient-dashboard .rz {
    display: flex;
    flex-direction: column; }
    .pacient-dashboard .rz .item2 {
      display: flex;
      flex-direction: row; }
      .pacient-dashboard .rz .item2 .key {
        margin-right: 15px;
        font-size: 16pt;
        color: #68aae2; }
      .pacient-dashboard .rz .item2 .value {
        font-size: 16pt;
        font-weight: bold; }

.reportyTables {
  overflow: auto; }
  .reportyTables .weekend td {
    background-color: #68aae2; }

.icon-med {
  width: 70px; }

.icon-sm {
  width: 45px; }

.icon-xs {
  width: 25px; }

.form1 {
  max-width: 800px;
  margin: auto; }
  .form1 .formHeader {
    min-height: 60px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap; }
    .form1 .formHeader .icon {
      margin-right: 10px; }
    .form1 .formHeader .message {
      margin-top: 25px;
      font-size: 16pt; }
  .form1 .formBody {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .form1 .formBody .icon {
      margin-right: 10px;
      color: #78f965;
      font-size: 40px;
      font-weight: bold;
      width: 50px; }
    .form1 .formBody .item {
      background-color: #fff;
      padding: 20px;
      justify-content: center;
      box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.3);
      margin: 8px 5px; }
      .form1 .formBody .item input {
        max-width: 100px;
        padding: 2px;
        font-size: 16pt;
        border: 1px solid #3e444a;
        box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
        max-height: 25px; }
      .form1 .formBody .item label.nazev {
        font-weight: bold;
        font-size: 16pt;
        margin-bottom: 20px; }
        .form1 .formBody .item label.nazev .no {
          color: #3e444a;
          padding: 2px 7px;
          background-color: #c7c7c7;
          border-radius: 5px;
          margin-right: 10px;
          font-size: 13pt;
          display: inline-block; }
      .form1 .formBody .item .row {
        display: flex;
        flex-direction: row; }
      .form1 .formBody .item .left-col {
        float: left;
        width: 95%; }
        .form1 .formBody .item .left-col .row {
          display: flex;
          flex-direction: column; }
        .form1 .formBody .item .left-col .row-inline {
          display: flex;
          flex-direction: row;
          margin-top: 20px;
          flex-wrap: wrap;
          align-items: center; }
      .form1 .formBody .item .right-col {
        float: right; }
      .form1 .formBody .item .icon-success {
        font-size: 30px;
        color: #2ca02c;
        display: none; }
      .form1 .formBody .item .icon-error {
        font-size: 30px;
        color: #e60000;
        display: none; }
      .form1 .formBody .item .icon-show {
        display: inline; }
  .form1 .formFooter {
    margin-top: 15px; }
    .form1 .formFooter .buttons button {
      margin: 5px; }

.form2 .formBody {
  display: flex;
  flex-direction: column; }
  .form2 .formBody .item {
    padding: 8px;
    display: flex;
    flex-direction: row; }
    .form2 .formBody .item input {
      padding: 2px; }
    .form2 .formBody .item label {
      display: inline-block;
      width: 100px; }
    .form2 .formBody .item select {
      padding: 2px; }
    .form2 .formBody .item textarea {
      padding: 2px; }
.form2 .formFooter {
  margin-top: 15px; }

.filtr1 {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  margin-top: 7px;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2); }
  .filtr1 .ctrl-1 {
    width: 100%;
    padding: 6px; }
    .filtr1 .ctrl-1 .container {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
  .filtr1 .item {
    margin: 5px; }
  .filtr1 input[type="checkbox"].toggle {
    display: none; }
  .filtr1 input[type="checkbox"].toggle:checked + label {
    background-color: #68aae2; }
    .filtr1 input[type="checkbox"].toggle:checked + label:hover {
      background-color: black; }
  .filtr1 label.checkbox {
    background-color: #82cdfb;
    color: #fff;
    cursor: pointer; }
    .filtr1 label.checkbox .i {
      margin-right: 5px; }
    .filtr1 label.checkbox:hover {
      background-color: black; }
  .filtr1 .filtrovani {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
    .filtr1 .filtrovani input[type="checkbox"] {
      /* Double-sized Checkboxes */
      -ms-transform: scale(2);
      /* IE */
      -moz-transform: scale(2);
      /* FF */
      -webkit-transform: scale(2);
      /* Safari and Chrome */
      -o-transform: scale(2);
      transform: scale(2);
      /* Opera */
      padding: 10px;
      cursor: pointer;
      margin-right: 10px;
      margin-left: 10px; }
    .filtr1 .filtrovani input[type="radio"].toggle {
      display: none; }
    .filtr1 .filtrovani input[type="radio"].toggle:checked + label {
      background-color: #68aae2;
      color: #fff; }
    .filtr1 .filtrovani .filtr-input {
      font-size: 12pt;
      padding: 5px; }
    .filtr1 .filtrovani #sTextFiltr {
      border: 1px solid #68aae2;
      padding: 5px;
      font-size: 12pt;
      min-width: 250px; }
    .filtr1 .filtrovani .checkbox {
      padding: 3px 6px;
      background-color: #fff;
      color: #258fce;
      margin: 0 2px;
      cursor: pointer;
      border: 1px solid #68aae2; }
      .filtr1 .filtrovani .checkbox:hover {
        background-color: #68aae2;
        color: #fff; }
    .filtr1 .filtrovani .item {
      display: flex;
      flex-direction: column;
      box-sizing: border-box; }
    .filtr1 .filtrovani .filtr-volby {
      display: flex;
      flex-direction: row;
      margin-bottom: 5px; }
    .filtr1 .filtrovani input {
      margin-bottom: 5px; }
    .filtr1 .filtrovani .filtrovatChecks .item {
      display: flex;
      flex-direction: row; }
      .filtr1 .filtrovani .filtrovatChecks .item input {
        margin-right: 15px; }
    .filtr1 .filtrovani select {
      border: 1px solid #68aae2;
      font-size: 11pt !important; }
      .filtr1 .filtrovani select option {
        padding: 4px 2px; }
  .filtr1 .i {
    margin-right: 5px; }

.btn-filtr {
  background-color: #68aae2;
  padding: 11px 10px 11px 10px;
  margin: 3px;
  border-radius: 5px;
  border: 1px solid #68aae2; }
  .btn-filtr .i {
    margin-right: 5px; }
  .btn-filtr:disabled {
    opacity: 0.4;
    cursor: not-allowed; }
  .btn-filtr:hover {
    background-color: black;
    border: 1px solid #68aae2;
    color: #fff;
    cursor: pointer; }

/*
table
*/
.detailUserContainer .item label {
  display: inline-block;
  width: 180px; }
.detailUserContainer .item input {
  width: 200px; }
.detailUserContainer .item select {
  width: 205px; }
.detailUserContainer .item textarea {
  width: 200px; }

/*

datatable css
 */
table.dataTable thead th,
table.dataTable tfoot th {
  text-align: left; }

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px 10px 5px;
  border-right: 1px solid #dddddd; }

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 10px 18px 10px 5px;
  border-right: 1px solid #dddddd; }

.message-detail .reply {
  display: flex;
  flex-direction: column; }
  .message-detail .reply .btn-send {
    max-width: 180px;
    margin-top: 15px !important; }
.message-detail label {
  min-width: 200px;
  display: inline-block; }
.message-detail .title {
  font-size: 15pt;
  font-weight: bold;
  margin-bottom: 20px; }
.message-detail .content {
  margin-top: 10px; }
  .message-detail .content .sm {
    display: block;
    color: gray;
    margin-bottom: 5px; }
  .message-detail .content p {
    background-color: #fff;
    min-height: 50px;
    padding: 20px;
    width: 80%; }
    .message-detail .content p.pacient {
      background-color: #e2e2e2;
      float: right; }

.new-message textarea {
  margin-top: 15px; }
.new-message button {
  margin-top: 15px !important; }
.new-message .subject {
  margin-top: 15px; }

.komunikace-btn-new {
  padding: 5px 8px;
  border-radius: 5px;
  background-color: #f65050;
  text-decoration: none;
  color: #fff;
  font-size: 11pt;
  display: flex;
  flex-direction: row;
  align-content: center;
  cursor: pointer;
  border: 0;
  margin: 5px 5px 15px; }
  .komunikace-btn-new:hover {
    background-color: #3e444a; }

.warfarin {
  /* Formatovani tabulky - FOOTER se soucty */ }
  .warfarin .addWarfarin {
    color: #68aae2; }
    .warfarin .addWarfarin:hover {
      color: #3e444a; }
  .warfarin .removeTr {
    color: #f65050; }
    .warfarin .removeTr:hover {
      color: #3e444a; }
  .warfarin .confirm-all {
    cursor: pointer; }
  .warfarin .confirm-all:hover {
    cursor: pointer;
    text-decoration: underline; }
  .warfarin .new {
    margin-top: 20px; }
    .warfarin .new .form-row {
      margin-top: 5px; }
    .warfarin .new input {
      width: 25%;
      height: 23px; }
    .warfarin .new button {
      width: 19%; }
  .warfarin .pocetKs {
    width: 50px; }
  .warfarin .tableNazevZbozi {
    min-width: 190px; }
  .warfarin tfoot tr td {
    font-size: 22pt;
    text-align: right; }
  .warfarin .weekend td {
    background-color: #c7c7c7; }

.tableLVAD .alertIcon {
  width: 30px;
  text-align: center;
  color: red; }
.tableLVAD .nep {
  color: #f65050;
  font-weight: bold; }
  .tableLVAD .nep .i {
    margin-right: 5px; }
.tableLVAD .potv {
  color: #a8ad49; }
  .tableLVAD .potv .i {
    margin-right: 5px; }
.tableLVAD .dataTables_wrapper .dataTables_length, .tableLVAD .dataTables_wrapper .dataTables_filter {
  margin-bottom: 10px; }
.tableLVAD .addMedikace {
  color: #68aae2; }
  .tableLVAD .addMedikace:hover {
    color: #3e444a; }
.tableLVAD .removeTr {
  color: #f65050; }
  .tableLVAD .removeTr:hover {
    color: #3e444a; }
.tableLVAD table {
  margin-top: 5px;
  border-collapse: collapse; }
  .tableLVAD table th {
    border: 1px solid #3e444a;
    text-align: left;
    background-color: #3e444a;
    padding: 8px;
    color: #fff; }
  .tableLVAD table td {
    text-align: left;
    padding: 3px 5px !important; }
  .tableLVAD table tbody td {
    border: 0px !important; }
  .tableLVAD table tbody tr:nth-child(even) {
    background-color: #ddf0fa; }
  .tableLVAD table tbody tr:hover {
    background-color: #ffd47b; }
.tableLVAD .highlight {
  background-color: #f65050; }

.left {
  text-align: left; }

.right {
  text-align: right !important; }

.center {
  text-align: center; }

.souboryPacientModal a {
  text-decoration: none;
  color: black;
  margin-left: 10px; }
.souboryPacientModal .tableLVAD button {
  text-decoration: none;
  border: none;
  background-color: inherit;
  padding: 5px; }
.souboryPacientModal .row-inline {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }

.dotazniky-lekar {
  background-color: #fff;
  padding: 20px 20px;
  box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.3);
  margin: 8px 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .dotazniky-lekar .title {
    font-size: 18pt;
    margin-bottom: 15px; }
  .dotazniky-lekar .width100 {
    width: 100%; }
  .dotazniky-lekar .datePicker {
    width: 100px; }
  .dotazniky-lekar .btn-filtr {
    width: 214px; }

.nastaveni-pacient {
  background-color: #fff;
  padding: 20px 20px;
  box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.3);
  margin: 8px 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  .nastaveni-pacient .column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    .nastaveni-pacient .column button {
      width: 120px; }
    .nastaveni-pacient .column input {
      padding: 5px; }
    .nastaveni-pacient .column .title {
      font-weight: bold;
      margin: 10px 0px 10px 0px; }
  .nastaveni-pacient .column-right {
    margin-left: 50px; }
  .nastaveni-pacient label {
    width: 150px;
    display: inline-block; }
  .nastaveni-pacient .item {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row; }

.form1-detail {
  display: flex;
  flex-direction: column;
  padding: 15px; }
  .form1-detail .item {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid lightgray;
    margin: 5px 0 0 0px;
    padding: 0 0 5px 0; }
    .form1-detail .item .first {
      width: 200px;
      background-color: #3e444a;
      color: #fff;
      padding: 4px;
      width: 170px;
      margin-right: 8px;
      display: inline-block; }
    .form1-detail .item .second {
      width: 150px; }
    .form1-detail .item .third {
      width: 350px; }
      .form1-detail .item .third .i {
        color: #f65050;
        margin-right: 5px; }

.dashboardContainer .item {
  margin: 20px 0;
  padding: 10px 20px;
  background-color: #fff; }
  .dashboardContainer .item h2 {
    margin: 5px 0 15px 0; }
  .dashboardContainer .item .dataTables_length {
    display: none !important; }

.bgVeryLightGrey {
  background-color: #f6f6f6; }

.red {
  color: #e60000; }

.red_mild {
  color: #f65050 !important; }

@media only screen and (max-width: 767px) {
  .container-global {
    padding: 2px; }

  h1 {
    font-size: 22pt; }

  h2 {
    font-size: 18pt; }

  .btn-table {
    padding: 3px;
    font-size: 9pt; }

  .tableLVAD {
    overflow: auto;
    display: block; }

  .formBody .btn-toggle {
    padding: 5px 9px; }

  .pacient-dashboard .item {
    margin: 8px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box; }
    .pacient-dashboard .item .title {
      font-size: 19pt; }
    .pacient-dashboard .item .icon {
      font-size: 25pt; }
    .pacient-dashboard .item h2 {
      font-size: 15pt;
      width: 200px; }
  .pacient-dashboard #medikaceBlock {
    display: block; } }
.neaktivniSlozky {
  background-color: #ffd47b; }

.tableSoubory tbody a {
  color: black; }

.souboryDataTable tbody a {
  color: black; }
.souboryDataTable tbody .i {
  padding: 0 5px 0 5px; }

.slozkyContainer {
  display: flex;
  flex-direction: row; }
  .slozkyContainer .item {
    padding: 10px 15px;
    margin: 5px;
    border-radius: 5px;
    background-color: #f65050;
    text-decoration: none;
    color: #fff;
    font-size: 11pt;
    display: flex;
    flex-direction: row;
    align-content: center;
    cursor: pointer; }
    .slozkyContainer .item:hover {
      background-color: #3e444a; }
    .slozkyContainer .item .icon {
      width: 25px;
      margin-right: 5px; }
    .slozkyContainer .item .label {
      display: block; }
    .slozkyContainer .item .i {
      display: inline-block;
      margin-right: 10px; }
  .slozkyContainer .selected {
    background-color: #3e444a; }

.preposlaniSouboruDiv {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap; }
  .preposlaniSouboruDiv .item {
    display: flex;
    align-items: center;
    margin-top: 10px; }
    .preposlaniSouboruDiv .item .first {
      width: 210px;
      display: inline-block; }
    .preposlaniSouboruDiv .item .second {
      width: 400px;
      display: inline-block; }
      .preposlaniSouboruDiv .item .second input {
        width: 100%; }
      .preposlaniSouboruDiv .item .second textarea {
        width: 100%; }
  .preposlaniSouboruDiv #sendEmailPreposlat {
    margin-top: 50px;
    height: 60px;
    font-size: 20px;
    font-weight: bold; }

/*# sourceMappingURL=css.css.map */
