


a {
    color: #e0181f;
}
a:focus, a:hover {
    color: #f95c2e;
}

.search-listing li a.delete {
    color: #e0181f;
}
.search-listing li a.delete:focus,
.search-listing li a.delete:hover {
    color: #f95c2e;
}


/*******************
Vertical tabs
******************/
.vtabs {
  display: table; }
  .vtabs .tabs-vertical {
    width: 150px;
    border-bottom: 0px;
    border-right: 1px solid #e9ecef;
    display: table-cell;
    vertical-align: top; }
    .vtabs .tabs-vertical li .nav-link {
      color: #343a40;
      margin-bottom: 10px;
      border: 0px;
      border-radius: 0.25rem 0 0 0.25rem; }
  .vtabs .tab-content {
    display: table-cell;
    padding: 20px;
    vertical-align: top; }

.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link:hover,
.tabs-vertical li .nav-link.active:focus {
  background: #fb9678;
  border: 0px;
  color: #fff; }

/*Custom vertical tab*/
.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:focus {
  background: #fff;
  border: 0px;
  border-right: 2px solid #fb9678;
  margin-right: -1px;
  color: #fb9678; }

.tabcontent-border {
  border: 1px solid #ddd;
  border-top: 0px; }

.customtab2 li a.nav-link {
  border: 0px;
  margin-right: 3px;
  color: #212529; }
.customtab2 li a.nav-link.active {
background: #fb9678;
color: #fff; }
.customtab2 li a.nav-link:hover {
color: #fff;
background: #fb9678; }

.customvtab .tab-content {
  display: block;
  padding-top: 0;
  overflow: scroll;
  width: calc(100% - 130px);
}
  
  
/*
 * modrá #017cbf
 * červená #e0181f
 */

/* change colors */
.btn-primary {
  background-color: #e0181f;
  border-color: #e0181f; }
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #e0181f;
  border-color: #e0181f; }

.btn-outline-primary {
  color: #e0181f;
  border-color: #e0181f; }
  .btn-outline-primary:hover {
    background-color: #e0181f;
    border-color: #e0181f; }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #e0181f; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    background-color: #e0181f;
    border-color: #e0181f; }
  
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #e0181f;
    background-color: #e0181f; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #e0181f;
  background-color: #e0181f; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #e0181f; }
.page-link {
  color: #e0181f;
  border: 1px solid #e0181f; }
.page-item.active .page-link {
  background-color: #e0181f;
  border-color: #e0181f; }
.badge-primary {
  background-color: #e0181f; }

.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
    background-image: linear-gradient(#fb9678,#fb9678),linear-gradient(#888,#888);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: none;
}
.form-control {
    border: 1px solid #cecece;
}



form .required label::after {
  content: " *";
  color: #e0181f;
}
form .required .form-check label::after {
  content: "";
}
.form-check-label {
    margin-bottom: 5px;
}
.form-check .form-control {
    width: auto;
    margin-top: .2rem;
    min-height: 0;
    height: auto;
}

.datepicker {
    z-index: 1190 !important;
}

.login-register {
    height: max-content;
    padding: 0;
    position: absolute;
    margin: 7% 0;
}
.login-register a.text-muted {
    font-weight: 500;
    color: #e0181f !important;
}
.login-register a:hover,
.login-register a:focus {
    color: #000 !important;
}
.login-register h1 {
    color: #e0181f;
    padding-top: 22px;
}
@media (min-width: 767px) {
    .login-register h1 {
        display: block;
        float: right;
    }
    .login-register .card-body {
        min-height: 420px;   
    }
}
.login-register h1 small {
    color: #017cbf;
    font-size: .5em;
}


.navbar-brand small {
    font-size: .65em;
    color:#e0181f;
}


/* password */
.psRed {
    color: #e46a76;
    
}
.psGreen {
    color: green;
    
}
/* HEADER */

/* breadcrumb */
.page-titles {
    background: #fff;
    padding: 3px 10px;
}




/* dataTable */
.tableFooter {
    padding-top: 1rem;
}
/*.tableFooter select.form-control:not([size]):not([multiple]) {
    height: calc(2.6rem + 2px);
    padding: 10px 20px;
}*/
div.dataTables_wrapper.container-fluid {
    padding: 0 2px;
}
div.dataTables_wrapper td,
.tablesaw td, .tablesaw th {
    padding: .6rem 0.5rem;
}

div.dataTables_wrapper th,
.myTable th {
    background: #03a9f3;
    color: #fff;
}

div.dataTables_wrapper .lightSkin th {
    background: #ffffff;
    color: #212529;
}
#dataTables_wrapper {
	max-width: 100%;
}


.myTable th,
.myTable td {
    vertical-align: middle;
}





/************************************ Rezervace a Termíny table ***********************************/
div.rezervace .blok {
    display: block;
    width: 100%;
    overflow:scroll;    
}
div.rezervace h3 {
    margin: 1rem 0 .3rem 0;
}

.vtabs.rez .tabs-vertical {
    width: 100%;
}


table.rezervace {
  margin: 0px 2px 5px 0px;
  min-width: 100%;
}


table.rezervace th {
  padding: 0px;
  height: 25px;
  width: 25px;
  min-width: 25px;
  font-size: 0.8em;
  background: #03a9f3;
  border: 1px solid white;
  border-collapse: collapse;
  color: #fff;
  text-align: center;
}
table.rezervace th sup {
  font-size: 0.75em;
}
table.rezervace td {
  height: 25px;
  width: 25px;
  padding: 3px 1px;
  border: 1px solid white;
  border-collapse: collapse;
  text-align: center;
  background: #dde4ea;
}
table.rezervace th.normalFont,
table.rezervace td.normalFont {
  font-size: 1em;
  padding: 3px;
  width: auto;
  text-align: left;
}
table.rezervace td.normalFont {
  font-size: .9em;
}

table.rezervace td.obs,
table.rezervace td.spj,
table.rezervace td.ano {
  font-size: 0.75em;
}

table.rezervace td.obs,
table.rezervace td.spj {
  background: #fb9678;
}
table.rezervace td.obs2 {
  background: #ee8161;
}
table.rezervace td.ano {
  background: #75FF75;
}
table.rezervace td.checkbox {
  padding: 0;
  height: 31px;
  width: 27px;
}
table.rezervace td.first,
table.rezervace th.first {
  min-width: 160px;
}

table.rezervace th i {
  color: #fff;
}

table.rezervace .poznamka td {
    text-align: left;
    padding: 3px 5px;
    width: auto;
}
table.rezervace .poznamka td.cas {
    width: 100px;
    font-weight: bold;
    text-align: center;
}

/* rezervace form */
.rezervaceForm td.checkbox label {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.rezervaceForm td.checkbox input {
 position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  float: right;
  display: none;
}
.rezervaceForm .checkmark,
.rezervaceForm .checkmark2 {
  display: block;
  height: 35px;
  width: 27px;
  background-color: #eee;
  text-align: center;
  font-size: .8em;
  line-height: 1em;
  padding: 10px 0 0 0;
}


.rezervaceForm input:checked ~ .checkmark {
  background: #75FF75;
}

.rezervaceForm input:disabled ~ .checkmark,
.rezervaceForm input:disabled ~ .checkmark2 {
  background: #fb9678;
}

/* rezervace form */

.rezervaceForm .checkmark2 {
  background-color: transparent;  
}
.rezervaceForm input:checked ~ .checkmark2 {
  background: #75FF75;
}
.rezervaceForm td.r_obs input:checked ~ .checkmark2,
.rezervaceForm td.r_obs2 input:checked ~ .checkmark2 {
  background: #FF3A3A;
}


table.rezervace td.r_obs,
table.rezervace td.r_spj {
  background: #FFDADA;
}
table.rezervace td.r_obs2 {
  background: #FF8A8A;
}
table.rezervace td.r_ano {
  background: #CCFFCC;
}

table.rezervace td.r_obs3 {
  background: #FF5AFF;
}
.rezervaceForm td.r_obs3 input:checked ~ .checkmark2 {
  background: #FF00FF;
}

table.rezervace.krok2 {
  min-width: 75%;
  text-align: left;
}
table.rezervace.krok2 td {
  width: auto;
  padding: 3px 10px;
  min-width: 100px;
}
table.rezervace.krok2.klient td,
table.rezervace.krok2.klient th {
  text-align: left;
  padding: 3px 6px;
}

.ajaxKlient {
  margin: 10px 0 20px 0;
}



/* rezervace klientem */
table.rezervace td.rk_obs,
table.rezervace td.rk_obs2,
table.rezervace td.rk_obs3,
table.rezervace td.rk_spj {
  background: #FFDADA;
}
table.rezervace td.rk_ano {
  background: #CCFFCC;
}
table.rezervace.vyberTerminu td input,
table.rezervace.vyberTerminu td label {
  display: none;
}


/* komunikace zprávy */
.search-listing p {
    margin-bottom: 0;
}
.chat-rbox .personIcon {
    display: block;
    width: 50px;
    height: 50px;
    background: #343a40;
    border-radius: 50px;
    padding: 8px 12px;
}
.chat-rbox .personIcon i {
    font-size: 30px;
    color: #fff;
}
.chat-rbox .reverse .personIcon {
    background: #03a9f3;
}
.chat-list {
    padding: 0 1rem 1rem 1rem;
}
.chat-list li .chat-time {
    display: block;
    font-size: 10px;
    color: #6c757d;
    margin: 5px 10px 15px 10px;
}
.chat-list li.reverse .chat-time {
    text-align: right;
}
.novaZprava .row {    
    padding-top: 1rem;
}
.novaZprava textarea {    
    padding-right: 70px;
}
.novaZprava button {
    display: block;
    position: absolute;
    right: 20px;
    top: 13px;
}




/* card */
.card .card-header {
    padding: 20px 15px;
}
.card .card-header .card-actions i {
    color: #fff;
}
.card .card-body {
    padding: 15px 15px;
}



/* filterForm */

.filterForm .form-inline .form-control,
.form-inline .filterForm .form-control {
    width: 100%;
}
.filterForm .col-1 {
    width: 100%;
}
.filterForm .name  {
    padding-right: 10px;
}
.filterForm .nameFirst  {
    flex: 70px;
    max-width: 70px;
}
.filterForm .nameFirst + .col-11 {
    flex: calc(100% - 70px);
    max-width: calc(100% - 70px);
}


.filterForm.card-body {
    padding: 5px 15px;
    background-color: #dde4ea;
    border-color: #5d6e76;    
    color: #62747d;
}
.filterForm .row .form-control {
    margin-top: 5px;
}
.filterForm.card-body  p {
    padding-top: 15px;
}
.filterForm.card-body  .form-group,
.filterForm.card-body  .btn {
    margin: 0 5px;
}
.filterForm.card-body  .btn {
    margin-top: 6px;
}
.filterForm .checkboxList  {
    padding-left: 0;
}
.filterForm .checkboxList .form-control {
    width: auto;
    min-height: 0;
    height: 16px;
}
.filterForm .checkboxList label {
    display: inline-block;
}
.filterForm .checkboxList input {
    margin: 0 5px 0 10px;
}

/* vertical filterForm */
.filterForm.vertical  .form-group {
    margin: 5px 5px;
}
.filterForm.vertical  .btn {
    margin: 5px 0;
}

.filterForm.vertical  label {
   padding-top: 10px;
}


.filterForm .col-1 {
    min-width: 100px;
    max-width: auto;
}
.mydatepicker {
  min-width: 90px;
}

.pokyny {
    margin-top: 5px;
}


/* pagination */
.pagination {
    margin-top: 1rem;
    float: right;
}

.nittro-flash {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.nittro-flash.nittro-flash-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.nittro-flash.nittro-flash-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.nittro-flash.nittro-flash-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.nittro-flash.nittro-flash-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

tr.neprecteno td, td.neprecteno {
    font-weight: bold;
}
/*
.form-check-label {
    padding-left: 1.25rem;
}*/
.dokumentBox {
    border: 1px dashed #cecece;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}


.mt-10 {
    margin-top: 10px;
}
.mb-0 {
    margin-bottom: 0px;
}
.add_file {
    display:block;
    margin: 100px auto 0 auto;
    line-height: 36px;
}
.tooltip {
  pointer-events: none;
}

.checkBoxMargin label {
  margin: 3px 10px 0 0;
}

.ps {
    overflow-y: scroll !important;
}

table.rezervace td p {
    margin-bottom: 0rem;
}
table.rezervace th,
table.rezervace th i {
    color: #000;
}


.sidebar-nav ul li ul li a {
    padding: 7px 10px 7px 15px;
}
.sidebar-nav .collapse a .badge {
    float: right;
}
.left-sidebar {
    width: 240px;
}
@media (min-width: 1024px) {
	.footer, .page-wrapper {
		margin-left: 240px;
	}
}
.menuAlert {
	color:#e0181f !important;
	float: right;
	margin-top: 3px;
}

.topbar .top-navbar .navbar-header {
    background: none;
}

@media (max-width: 767px) {
	.mini-sidebar .left-sidebar, .mini-sidebar .sidebar-footer {
		left: -240px;
	}

	ul.timeline::before {
		left: 30px;
	}
	.timeline > li.timeline-inverted > .timeline-panel {
		float: left;
		margin-left: 35px;
		width: calc(100% - 10px);
	}
	ul.timeline > li > .timeline-badge {
		top: 10px;
		left: -24px;
		margin-left: 0;
	}

}


.top-navbar .u-pro {
    max-width: 100%;
    white-space: normal;
}
.topbar .top-navbar .profile-pic {
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal !important;
    line-height: 25px !important;
    padding: 19px 10px;
}
.topbar .top-navbar .profile-pic span {
    font-size: 14px;
    white-space: normal;
}

/* table saw - u responze se seradi pod sebe */
.sawNoHead thead  {
  display: none;
}
.tablesaw-stack td .tablesaw-cell-label {
	overflow: hidden;
}
@media (max-width: 640px) {
	.tablesaw-stack.sawNoHead td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
		display:none;
		over
	}
	.tablesaw-stack.sawNoHead tr td:first-of-type {
		font-weight: bold;
	}
	.tablesaw-stack tr td:last-of-type {
		border-bottom: 2px solid gray;
	}
	.tablesaw-stac td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
		overflow: hidden;
	}
	.tablesaw-stack tr td:last-of-type {
		border-bottom: 2px solid gray;
	}
}

.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
	min-width: 85px;
}

.topbar .top-navbar .profile-pic {
  line-height: 20px !important;
  padding: 10px 10px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991.98px) {
.btnCenter .btn {
    margin: auto;
    display: block;
}
}
.select2-container--default {
	max-width: 100%;
}

.card-header a {
  color: #f0f0f0;
  text-decoration: underline;
}
.card-header a:hover {
    color: #000;
}

.tooltip-inner {
	max-width: 600px;
}
@media (max-width: 600px) {
.tooltip-inner {
	max-width: 98%;
}
}

.vtabs {
  width: 100%;
}

#toggle-password-visibility {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}


  html body .navbar-dark .mailbox .message-center.fullHeight {
    height: inherit;
  }
.desktopHide {
  display:none;
}
/*
 * RESPONZE
 */
@media (max-width: 600px) {

  .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding: 0 8px;
  }
  .mobileHide {
    display:none;
  }
  .desktopHide {
    display:block;
    margin:15px auto 0 auto;
  }
  .page-titles {
    margin-bottom: 10px; 
  }
  .page-titles .breadcrumb {
    margin-left: 6px;
    font-size: 10px;
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: .25rem;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: .25rem;
    font-size: 10px;
  }
  .card .card-body {
    padding: 10px;
  } 
  .platnost h3 {
    font-size: 1.2rem;
  }
  .form-group {
    margin-bottom: 10px;
  }
  .col-form-label {
    padding-top: 0;
    padding-bottom: 3px;
  }
  .dt-buttons .btn {
    margin-bottom: 5px;
    float:left;
    display: block;
    margin-right: 4px;
    padding: .4rem .35rem;
    height: 33px;
  }
  .dt-buttons .btn.btn-outline-info  {
    width: 30px;
    overflow: hidden;

  }
  .dt-buttons .btn.btn-outline-success  {
    font-size: .8rem;
  }

  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
    margin: auto;
    width: max-content;
    display: block;
  }
  div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
    padding-right: 0;
  }
  div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding-left: 0;
  }
  .add_file {
    margin: 10px auto 0 auto;
  }

  .pagination {
    float: inherit;
    margin: 1rem auto 0 auto;
    width: max-content;
  }
  .dataTables_filter {
    float: left;
    margin-top: 0;
  }
  .footer {
    font-size: 12px;
    padding: 12px 15px;
  }

}