*, *:before, *:after {
  box-sizing: inherit;
}

.group:before,
.group:after {
  content: " ";
  display: table;
}

.group:after {
  clear: both;
}

html, body {
  width: 100% !important;
  min-height: 100% !important;
  background-color: #191919;
}

html {
  position: relative;
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  color: #6f6f6f;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 100%;
  line-height: 2em;
  letter-spacing: 0.05em;
}

h1 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 30px;
}

footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 15px 7px;
  background-color: #0a0a0a;
  z-index: 99999;
}
footer hr {
  margin-top: 0;
  margin-bottom: 10px;
}
footer p {
  display: inline-block;
  margin-top: 7px;
  font-size: 1.25em;
}
footer a {
  color: #6f6f6f;
  text-decoration: none;
}
footer a:hover, footer a:focus {
  color: #fff;
  text-decoration: none;
}
footer div.select {
  margin: 3px 0 0;
}

div.select {
  float: right;
  margin: 1.2em 0 1.75em;
  font-size: 1.15em;
}
div.select select {
  color: #fff;
  background-color: #dd3333;
  background-image: none !important;
  padding: 0.2em;
}

div.well h4 {
  font-size: 1.2em;
  font-weight: 600;
}

#loader {
  align-items: center;
  background: rgba(23, 22, 22, 0.7);
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s linear;
  width: 100%;
  z-index: 999999999;
}

.loader-text {
  color: #fff;
}

.container {
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  background-color: #0a0a0a;
  border-radius: 4px;
}
.container.produkt-add, .container.produkt-view, .container.produkt-edit, .container.predajca-add, .container.predajca-view, .container.predajca-edit, .container.nakup-detail, .container.zakaznik-detail, .container.reset-pass-form, .container.guestlist-view, .container.kiosk-add, .container.kiosk-edit, .container.kiosk-view {
  width: 100% !important;
}
.container#message h5 {
  line-height: 1.5em;
}
.container#message a {
  color: #dd3333;
}
.container#message a:hover, .container#message a:focus {
  color: #dd3333;
}
.container.kupon-view h5 {
  color: #ccc;
}
.container.kupon-view h5:last-of-type {
  margin-bottom: 39px;
}
.container.kupon-view h5 span {
  font-weight: 600;
}
.container.pohyby h5 {
  color: #ccc;
}
.container.pohyby h5:last-of-type {
  margin-bottom: 39px;
}
.container.pohyby h5 span {
  font-weight: 600;
}
.container div.filter-control select {
  padding: 6px;
}
.container#form {
  width: 50%;
  margin-right: initial;
  margin-left: initial;
}
@media (max-width: 1200px) {
  .container#form {
    width: 65%;
  }
}
@media (max-width: 1000px) {
  .container#form {
    width: 75%;
  }
}
@media (max-width: 850px) {
  .container#form {
    width: 100%;
  }
}
.container#form form#predajca_form-form div.row,
.container#form form#produkt_form-form div.row,
.container#form form#zakaznik_form-form div.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.container#form form#nakup-form input.form-control {
  min-height: 34px;
  height: auto;
}
.container#form form#nakup-form input#suma {
  font-size: 2em;
}
.container#form form#nakup-form input#stav {
  border: none;
  color: #fff;
  text-align: center;
}
.container#form form#nakup-form input#stav.stav1 {
  background-color: #777;
}
.container#form form#nakup-form input#stav.stav2 {
  background-color: #5bc0de;
}
.container#form form#nakup-form input#stav.stav3 {
  background-color: #5cb85c;
}
.container#form form#nakup-form input#stav.stav4 {
  background-color: #dd3333;
}
.container#form form#nakup-form input#stav.stav5 {
  background-color: #f0ad4e;
}
.container#form form#nakup-form div.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.container#form form#nakup-form div.row#polozky, .container#form form#nakup-form div.row#akcie {
  margin-left: 0;
  margin-right: 0;
}
.container#form form#nakup-form div.row#polozky div.table-responsive {
  border: none;
}
.container#form form#nakup-form div.row#polozky table th {
  color: #6f6f6f;
  font-size: 0.85em;
  font-weight: 600;
}
.container#form form#nakup-form div.row#polozky table td {
  color: #6f6f6f;
  font-size: 0.85em;
}
.container#form form#nakup-form div.row#polozky table tr {
  border-left: none;
}
.container#form form#nakup-form div.row#polozky table tr th:nth-child(4),
.container#form form#nakup-form div.row#polozky table tr th:nth-child(5),
.container#form form#nakup-form div.row#polozky table tr th:nth-child(6),
.container#form form#nakup-form div.row#polozky table tr td:nth-child(4),
.container#form form#nakup-form div.row#polozky table tr td:nth-child(5),
.container#form form#nakup-form div.row#polozky table tr td:nth-child(6) {
  text-align: center;
}
.container#form form#nakup-form div.row#polozky table tr:hover, .container#form form#nakup-form div.row#polozky table tr:focus {
  color: #6f6f6f;
  background-color: transparent;
}
.container#form div.form-group {
  position: relative;
}
.container#form input.form-inline,
.container#form select.form-inline,
.container#form input[type=number] {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: 400;
}
.container#form input.form-inline:read-only,
.container#form select.form-inline:disabled {
  background-color: #eee;
}
.container#form select.form-inline {
  width: 170px;
  padding: 2px 0;
}
.container#form input[type=checkbox] {
  position: relative;
  top: 2px;
}
.container#form label,
.container#form p.help-block {
  margin-right: 0.75em;
  font-size: 1.2em;
}
.container#form input,
.container#form select,
.container#form textarea {
  font-size: 1.2em;
}
.container#form button#choose-class-img {
  margin-left: 4em;
}
.container#form span:not(.name, .glyphicon-plus, .glyphicon-pencil, .glyphicon-eye-open, .glyphicon-remove) {
  top: 0.4em;
}
.container#form span:not(.name, .glyphicon-plus, .glyphicon-pencil, .glyphicon-eye-open, .glyphicon-remove) i {
  position: absolute;
  top: -0.5em;
  left: 0.5em;
}
.container#form span.glyphicon:not(.glyphicon-plus, .glyphicon-pencil, .glyphicon-eye-open, .glyphicon-remove) {
  top: 0 !important;
  color: #dd3333;
  font-size: x-large;
}
.container#form span.glyphicon:not(.glyphicon-plus, .glyphicon-pencil, .glyphicon-eye-open, .glyphicon-remove):hover, .container#form span.glyphicon:not(.glyphicon-plus, .glyphicon-pencil, .glyphicon-eye-open, .glyphicon-remove):focus {
  color: #e04747;
}
.container#form i:not(.glyphicon-list-alt, .glyphicon-export, .glyphicon-refresh) {
  font-size: 1.8em;
}
.container#form div.povoleny {
  float: right;
}
.container#form div#adresatiBox {
  height: 82px;
  background-color: #eee;
  font-size: 1.2em;
  overflow-y: scroll;
}
.container#form div#adresatiBox p#adresatiNames {
  letter-spacing: normal;
  word-spacing: normal;
}
.container#form div#adresatiBox p#adresatiNames span#inactive {
  color: red;
  opacity: 0.8;
}
.container#form select {
  background-color: #fff;
  font-weight: 400;
}
.container#form select#rola:disabled,
.container#form select#kategoria:disabled,
.container#form select#predajca:disabled,
.container#form select#stav:disabled {
  background-color: #eee;
  cursor: text;
}
.container#form div.panel {
  border: none;
}
.container#form div.panel-heading {
  color: #6f6f6f;
  font-size: 1.2em;
  font-weight: 600;
  border: none;
}
.container#form label ul.form-error li {
  font-size: 1em;
  font-weight: 400;
}
.container#form ul.form-error {
  padding: 0;
}
.container#form ul.form-error li {
  color: red;
  font-size: 1.2em;
  text-align: left;
  list-style-type: none;
}
.container#form ul.nav-tabs li:not(.active) a {
  color: #dd3333;
}
.container#form ul.nav-tabs li:not(.active) a:hover, .container#form ul.nav-tabs li:not(.active) a:focus {
  color: #e04747;
}
.container#form div.img-group {
  text-align: center;
}
.container#form img.media {
  width: 100%;
  height: auto;
  margin-bottom: 2em;
}

#wrapper {
  margin-bottom: 54px;
}

#page-wrapper {
  padding: 0 15px 30px;
  background-color: #0a0a0a;
  min-height: 0 !important;
  border-left: 0;
}
@media (max-width: 540px) {
  #page-wrapper {
    padding: 0 15px 30px;
  }
}

ol.breadcrumb {
  margin-bottom: 30px;
  padding: 0;
  background-color: transparent;
  font-size: 1.2em;
}
ol.breadcrumb li:not(.active) a {
  color: #dd3333;
}
ol.breadcrumb li:not(.active) a:hover, ol.breadcrumb li:not(.active) a:active {
  color: #e04747;
  text-decoration: none;
}

span.border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #000;
}

.btn-link {
  color: #dd3333;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  color: #dd3333;
}

div.modal {
  top: 10%;
  z-index: 999999;
}
div.modal button:not(.close) {
  width: 100%;
}
div.modal div.modal-dialog {
  max-height: 80% !important;
  overflow-y: scroll;
}
div.modal div.modal-content {
  border-radius: 6px 0 0 6px;
}

div.class {
  display: inline-block;
  width: 11.1%;
  padding: 2.5%;
  background-color: #fff;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
div.class:hover, div.class:focus {
  background-color: #0a0a0a;
  color: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
}
div.class i {
  font-size: 2.5em !important;
}
@media (max-width: 540px) {
  div.class i {
    font-size: 2em !important;
  }
}
div.class span.index {
  display: block;
}

label.filter_nespracovane {
  position: relative;
  top: 0.3em;
  font-size: 1.4em !important;
}
label.filter_nespracovane input {
  margin-right: 0.25em;
}

div#toolbar label {
  position: relative;
  top: 0.25em;
  margin: 0 0.25em;
  font-size: 1.4em;
  font-weight: 400;
}
div#toolbar label input[type=checkbox] {
  margin-right: 0.25em;
}

table#table-receivers {
  width: 100%;
  margin-top: 15px;
}
table#table-receivers tr:hover, table#table-receivers tr:focus {
  background-color: #0a0a0a;
  color: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
}
table#table-receivers tr:first-of-type th {
  font-weight: 600;
}
table#table-receivers th {
  padding: 0.5em 0.5em 0.5em 0.5em;
  font-size: 12px;
  font-weight: 400;
  border: 0.1px solid rgba(0, 0, 0, 0.1);
}
table#table-receivers th:nth-child(2) {
  text-align: center;
}

div.alert {
  font-size: 1.4em !important;
}

table tbody tr:not(.no-records-found):not(.no-actions) td:last-of-type {
  text-align: right !important;
}

div.container.login {
  width: 100%;
  height: 80vh;
  padding-top: 10%;
}
div.container.login div.row {
  height: 100%;
}
div.container.login div.login-panel {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 45em;
  margin: 0 auto;
  color: #323232;
}
@media (max-width: 540px) {
  div.container.login div.login-panel {
    width: 100%;
  }
}
div.container.login div.panel-default {
  padding: 3em 2em 2em;
}
div.container.login div.panel-default div.logo {
  position: relative;
  height: 110px;
  width: 110px;
  margin: 0 auto;
  text-align: center;
}
div.container.login div.panel-default div.logo a {
  display: block;
  width: 100%;
  height: 100%;
}
div.container.login div.panel-default div.logo img {
  width: 100px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
div.container.login div.panel-default div.panel-heading {
  margin: 2em 0 0.5em;
  background-color: transparent;
  background-image: none;
  border: none;
}
div.container.login div.panel-default div.panel-heading h3 {
  font-size: 2em;
  font-weight: 600;
}
div.container.login div.panel-default form div.form-group {
  position: relative;
  margin-bottom: 2em;
}
div.container.login div.panel-default form input.form-control:-webkit-autofill,
div.container.login div.panel-default form input.form-control:-webkit-autofill:hover,
div.container.login div.panel-default form input.form-control:-webkit-autofill:focus,
div.container.login div.panel-default form input.form-control:-webkit-autofill:focus-within,
div.container.login div.panel-default form input.form-control:-webkit-autofill:active,
div.container.login div.panel-default form input.form-control:-webkit-autofill:visited {
  transition: background-color 5000s ease-in-out 0s;
}
div.container.login div.panel-default form input[type=text].form-control,
div.container.login div.panel-default form input[type=password].form-control {
  height: auto;
  padding: 1em;
  font-size: 1.4em;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #888;
  box-shadow: none !important;
}
div.container.login div.panel-default form div.checkbox {
  float: left;
  margin: 1.2em 0 1.75em;
  font-size: 1.15em;
}
div.container.login div.panel-default form div.checkbox input[type=checkbox] {
  margin-top: 0.25em;
}
div.container.login + div.panel-footer div.input-group {
  margin: 0.5em 0;
}
div.container.login div.reset-heslo,
div.container.login div.privacy-policy {
  margin-top: 0.5em;
  text-align: left;
}
div.container.login div.reset-heslo a,
div.container.login div.privacy-policy a {
  color: #323232;
  font-size: 1.1em;
}
div.container.login div.reset-heslo a:hover, div.container.login div.reset-heslo a:focus,
div.container.login div.privacy-policy a:hover,
div.container.login div.privacy-policy a:focus {
  color: #323232;
}

div.infinite-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
h4.app {
  color: #fff;
  text-align: center;
}
h4.app div {
  display: inline-block;
  width: 6em;
  height: 4em;
  background-color: #fff;
}
h4.app img {
  width: 100%;
  padding: 0.75em;
}

nav.navbar-inverse {
  position: fixed;
  width: 100%;
  margin-bottom: 0;
  background-image: none !important;
  background-color: #0a0a0a;
  border: none;
  z-index: 9999;
}
@media (max-width: 767px) {
  nav.navbar-inverse {
    position: static;
  }
}
nav.navbar-inverse a.navbar-brand {
  padding: 20px 15px 0 15px;
  color: #fff;
  font-size: 1.6em;
  cursor: pointer;
}
nav.navbar-inverse ul.navbar-top-links > li {
  margin: 0 !important;
}
nav.navbar-inverse ul.navbar-top-links > li a {
  padding: 20px 15px 0 15px !important;
}
nav.navbar-inverse ul.navbar-top-links ul {
  position: absolute;
}
@media (max-width: 767px) {
  nav.navbar-inverse ul.navbar-top-links ul {
    position: relative;
  }
  nav.navbar-inverse ul.navbar-top-links ul a {
    text-align: left;
  }
}
nav.navbar-inverse li {
  display: block !important;
  font-size: 1.4em;
}
nav.navbar-inverse li:last-child {
  border-top: 0.5px solid rgba(255, 255, 255, 0.1);
}
nav.navbar-inverse li.dropdown.active > a {
  color: #fff !important;
}
nav.navbar-inverse li.dropdown li {
  font-size: 1em !important;
}
nav.navbar-inverse li.dropdown li a {
  color: #dd3333;
}
nav.navbar-inverse li.open a {
  color: #dd3333;
  background-color: #000;
}
nav.navbar-inverse li.open a:hover {
  color: #dd3333;
  background-color: #000;
}
nav.navbar-inverse li.open a.dropdown-toggle {
  background-color: #0a0a0a;
}
nav.navbar-inverse li a {
  color: #6f6f6f;
}
nav.navbar-inverse li a:hover {
  color: #fff;
  background-color: transparent !important;
}
nav.navbar-inverse li a:focus {
  color: #dd3333;
  background-color: #000 !important;
}
nav.navbar-inverse ul.dropdown-menu {
  position: relative;
  width: 100%;
  margin: 0 0 1em;
  padding: 0;
  border: none;
  background-color: #0a0a0a;
  border-radius: 0 0 0 4px;
}
@media (max-width: 767px) {
  nav.navbar-inverse ul.dropdown-menu {
    position: relative;
  }
}
nav.navbar-inverse ul.dropdown-menu li {
  margin: 0 15px;
}
nav.navbar-inverse ul.dropdown-menu a {
  padding: 10px 0 10px 1em !important;
  color: #6f6f6f !important;
  background-color: transparent !important;
}
@media (max-width: 767px) {
  nav.navbar-inverse ul.dropdown-menu a {
    text-align: right;
  }
}
nav.navbar-inverse ul.dropdown-menu a.active {
  color: #fff !important;
}
nav.navbar-inverse ul.dropdown-menu a:hover, nav.navbar-inverse ul.dropdown-menu a:focus {
  color: #fff !important;
  background-color: transparent !important;
  background-image: none;
}

div.sidebar {
  position: fixed;
  height: calc(100% - 50px);
  width: auto;
  margin-top: 50px;
  padding: 15px 30px 54px;
  background-image: none !important;
  background-color: #0a0a0a;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  box-shadow: none !important;
  overflow: auto;
}
@media (max-width: 767px) {
  div.sidebar {
    position: static;
    height: auto;
    width: 100%;
    margin-top: 0;
    padding: 0;
    text-align: right;
  }
}
div.sidebar ul#side-menu li {
  margin: 0 0;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
  font-size: 1.4em;
}
div.sidebar ul#side-menu li:last-child {
  border-bottom: none;
}
div.sidebar ul#side-menu li.active a {
  color: #fff;
  background-color: transparent !important;
}
div.sidebar ul#side-menu a {
  padding: 10px 0;
  color: #6f6f6f;
}
div.sidebar ul#side-menu a:hover, div.sidebar ul#side-menu a:focus, div.sidebar ul#side-menu a.active {
  color: #fff;
  background-color: transparent !important;
}

div.fixed-table-container {
  border: none !important;
}

table.table:not(.polozky) th, table.table:not(.polozky) td {
  border: 0.5px solid rgba(255, 255, 255, 0.1) !important;
}

table.table {
  color: #6f6f6f;
  font-size: 1.4em;
  border: none !important;
}
table.table thead {
  color: #6f6f6f;
}
table.table#nakupy tbody tr, table.table#polozky tbody tr, table.table#donaska-nakupy tbody tr, table.table#donaska-polozky tbody tr {
  border-left: 5px solid transparent;
}
table.table#nakupy tbody tr.stav1, table.table#polozky tbody tr.stav1, table.table#donaska-nakupy tbody tr.stav1, table.table#donaska-polozky tbody tr.stav1 {
  border-left: 5px solid #777;
}
table.table#nakupy tbody tr.stav2, table.table#polozky tbody tr.stav2, table.table#donaska-nakupy tbody tr.stav2, table.table#donaska-polozky tbody tr.stav2 {
  border-left: 5px solid #5bc0de;
}
table.table#nakupy tbody tr.stav3, table.table#nakupy tbody tr.stav6, table.table#nakupy tbody tr.stav7, table.table#nakupy tbody tr.stav8, table.table#nakupy tbody tr.stav31, table.table#nakupy tbody tr.stav32, table.table#nakupy tbody tr.stav61, table.table#polozky tbody tr.stav3, table.table#polozky tbody tr.stav6, table.table#polozky tbody tr.stav7, table.table#polozky tbody tr.stav8, table.table#polozky tbody tr.stav31, table.table#polozky tbody tr.stav32, table.table#polozky tbody tr.stav61, table.table#donaska-nakupy tbody tr.stav3, table.table#donaska-nakupy tbody tr.stav6, table.table#donaska-nakupy tbody tr.stav7, table.table#donaska-nakupy tbody tr.stav8, table.table#donaska-nakupy tbody tr.stav31, table.table#donaska-nakupy tbody tr.stav32, table.table#donaska-nakupy tbody tr.stav61, table.table#donaska-polozky tbody tr.stav3, table.table#donaska-polozky tbody tr.stav6, table.table#donaska-polozky tbody tr.stav7, table.table#donaska-polozky tbody tr.stav8, table.table#donaska-polozky tbody tr.stav31, table.table#donaska-polozky tbody tr.stav32, table.table#donaska-polozky tbody tr.stav61 {
  border-left: 5px solid #5cb85c;
}
table.table#nakupy tbody tr.stav4, table.table#polozky tbody tr.stav4, table.table#donaska-nakupy tbody tr.stav4, table.table#donaska-polozky tbody tr.stav4 {
  border-left: 5px solid #dd3333;
}
table.table#nakupy tbody tr.stav5, table.table#nakupy tbody tr.stav51, table.table#polozky tbody tr.stav5, table.table#polozky tbody tr.stav51, table.table#donaska-nakupy tbody tr.stav5, table.table#donaska-nakupy tbody tr.stav51, table.table#donaska-polozky tbody tr.stav5, table.table#donaska-polozky tbody tr.stav51 {
  border-left: 5px solid #f0ad4e;
}
table.table#nakupy tbody span.label, table.table#polozky tbody span.label, table.table#donaska-nakupy tbody span.label, table.table#donaska-polozky tbody span.label {
  font-size: 1em;
  font-weight: 400;
}
table.table#nakupy div.no-filter-control, table.table#polozky div.no-filter-control, table.table#donaska-nakupy div.no-filter-control, table.table#donaska-polozky div.no-filter-control {
  display: none;
}
table.table#zakaznici tr.banned, table.table#vouchers tr.banned {
  text-decoration: line-through;
}
table.table#zakaznici tr.invalid, table.table#vouchers tr.invalid {
  color: #6f6f6f;
}
table.table tbody tr:hover, table.table tbody tr:focus {
  color: #fff;
  background-color: #191919;
}
table.table tbody tr.banned {
  text-decoration: line-through;
}
table.table tbody tr.invalid {
  color: #6f6f6f;
}
table.table a:not(.btn) {
  color: #dd3333;
}
table.table a:not(.btn):hover, table.table a:not(.btn):focus {
  color: #dd3333;
}

i {
  font-size: 1.4em;
}

#class-img i {
  font-size: 6.5em;
}

ul.pagination span {
  color: #6f6f6f;
  font-size: 1.4em;
  font-weight: 600;
  background-color: transparent;
  border: none;
}
ul.pagination span:hover {
  color: #fff;
  background-color: transparent;
  cursor: pointer;
}
ul.pagination span:focus {
  color: #fff;
  background-color: #000;
  cursor: pointer;
}

img.img-icon {
  max-width: 75px;
}

img.img-banner {
  max-width: 250px;
}

.pagination > li > a, .pagination > li > span {
  color: #dd3333;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #dd3333;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #dd3333;
  border-color: #dd3333;
}

@keyframes cloud {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.cloud {
  animation-name: cloud;
  animation-duration: 200s;
  animation-timing-function: linear;
  animation-delay: initial;
  animation-iteration-count: infinite;
  animation-direction: initial;
  animation-fill-mode: initial;
  animation-play-state: initial;
}

div.fixed-table-footer td:not(:nth-child(11)) {
  border-right: none !important;
}
div.fixed-table-footer td:nth-child(11) div.th-inner {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.1) !important;
}
div.fixed-table-footer td:not(:first-child) {
  border-left: none !important;
}
div.fixed-table-footer td:last-child {
  display: none !important;
}

body.dashboard div.col-xs-12 {
  margin: 1em 0;
}
body.dashboard div.col-xs-12 a {
  color: #6f6f6f;
}
body.dashboard div.col-xs-12 a:hover, body.dashboard div.col-xs-12 a:focus {
  color: #6f6f6f;
}
body.dashboard div.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  border: none;
  border-left: 5px solid #dd3333;
}
body.dashboard div.card.card-chart {
  border: none !important;
}
body.dashboard div.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.75em;
}
body.dashboard div.card-body > div {
  display: inline-block;
  vertical-align: middle;
}
body.dashboard div.card-body > div:nth-child(1) {
  width: 70%;
}
body.dashboard div.card-body > div:nth-child(2).icon {
  width: 28%;
  color: #bcbcbc;
  font-size: 3em;
  text-align: right;
}
body.dashboard div.item {
  color: #dd3333;
  font-size: 1.4em;
  font-weight: 600;
  text-transform: uppercase;
}
body.dashboard div.count {
  margin-top: 0.5em;
  font-size: 2.5em;
  font-weight: 600;
}
body.dashboard div.row.charts {
  margin-top: 30px;
}

div.alert-success.alert-panel,
div.alert-danger.alert-panel {
  display: none;
  position: relative;
}
div.alert-success.alert-panel button.close,
div.alert-danger.alert-panel button.close {
  float: none;
  position: absolute;
  top: 0.6em;
  right: 0.6em;
}

img#captcha-image {
  margin-bottom: 10px;
}

#long-running-process {
  position: absolute;
  left: -100px;
  top: -100px;
  width: 1px;
  height: 1px;
}

div.progress {
  margin-bottom: 10px;
  display: none;
}

p.completed {
  position: absolute;
  right: 0;
  font-size: 1.2em;
  color: #dd3333;
  display: none;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #6f6f6f;
  border-radius: 2.5px;
}

a:not(.btn-danger) span.glyphicon-pencil {
  color: #dd3333;
  font-size: 0.85em;
}

div.sidebar {
  overflow: hidden;
}

div.sidebar:hover {
  overflow-y: scroll;
}

#side-menu.toggled {
  width: 3rem !important;
  overflow: hidden;
}
#side-menu.toggled ~ .text-center.d-none.d-md-inline #sidebarToggle::after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 0.25rem;
}

.sidebar #sidebarToggle {
  background-color: rgba(255, 255, 255, 0.2);
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  cursor: pointer;
  border: 0 !important;
}

#sidebarToggle::after {
  font-weight: 900;
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 0.1rem;
  color: #6f6f6f;
}

.sidebar.toggled #sidebarToggle::after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 0.25rem;
}

#side-menu.toggled li a {
  text-align: center;
}

.rounded-circle {
  border-radius: 50% !important;
}

div.sidebar ul#side-menu span {
  display: inline-block;
}

@media only screen and (max-width: 600px) {
  #sidebarToggle {
    display: none;
  }
}
#toolbar {
  width: 350px;
}

#filter_obdobie {
  width: 120px;
  float: left;
  margin-right: 10px;
}

#filter_obdobie option {
  font-size: 14px;
}

.btn-submit {
  font-size: 2em !important;
  display: block;
  width: 100%;
}

.rs-copyable-container {
  position: relative;
}
.rs-copyable-container .glyphicon-copy, .rs-copyable-container .rs-copy-text {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 2rem;
  display: none;
  cursor: pointer;
  color: #636363;
  transition: color 0.3s ease;
}
.rs-copyable-container .rs-copy-text {
  font-size: 1.5rem;
}
.rs-copyable-container:hover .glyphicon-copy {
  display: inline-block;
}

.rs-unselectable-container {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.flex-item {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.miniTableObsluhaSpread {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.italics {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

label[for=layout-upload] {
  margin-top: 5px;
}

table#miesta-konania td .btn-add-sektor {
  margin-left: 5px;
}

.pr-sm {
  padding-right: 5px;
}

.mr-md {
  margin-right: 10px;
}

.w-150 {
  width: 150px;
}

#banner-form .form-color {
  padding: 0;
  width: 75px;
}

.banner-subtitle {
  color: #ffffff;
  margin-top: 20px;
}

.banner-video {
  max-width: 250px;
  margin-right: 10px;
  vertical-align: middle;
}

.banner-color {
  display: inline-block;
  width: 100px;
  height: 35px;
  vertical-align: middle;
  margin-right: 10px;
  border: 2px solid white;
}

#vstupy-toolbar .filter-row {
  display: flex;
  font-size: 1.4em;
}
#vstupy-toolbar .filter-row #datum-od, #vstupy-toolbar .filter-row #datum-do {
  max-width: 140px;
}

.badge-neregistrovany {
  background-color: #d9534f;
}

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