html, body {
  width: 100% !important;
  min-height: 100% !important; }

html {
  position: relative; }

body {
  padding-top: 0; }

body#login_page {
  font-size: 100%; }

@media (min-width: 1701px) {
  body#login_page {
    font-size: 115%; } }
@media (min-width: 1450px) and (max-width: 1700px) {
  body#login_page {
    font-size: 107.5%; } }
@media (max-width: 1250px) {
  body#login_page {
    font-size: 95%; } }
@media (max-width: 1000px) {
  body#login_page {
    font-size: 90%; } }
body#login_page div.panel-footer {
  padding: 0.7em 1.5em !important;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  opacity: 1 !important; }

body#login_page a {
  color: #333;
  font-size: 1.2em; }

body#login_page a:hover, body#login_page a:focus {
  color: #000; }

div#background {
  background: url("../img/taxi_town_inscription.jpg") 50% 50% no-repeat;
  background-size: cover; }

div#gradient, div#gradient_lightener {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

div#gradient {
  background: linear-gradient(170deg, rgba(255, 82, 82, 0.6) 50%, rgba(255, 160, 0, 0.6)); }

div#gradient_lightener {
  background: linear-gradient(170deg, rgba(255, 236, 179, 0) 10%, rgba(255, 236, 179, 0.4)); }

div.container.login {
  width: 100%;
  padding-top: 10%; }

div.container.login div.login_panel {
  width: 45em;
  margin: 0 auto; }

@media (max-width: 404px) {
  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.panel-heading {
  margin: 2em 0 0.5em;
  background-color: rgba(0, 0, 0, 0);
  border: none; }

div.container.login div.panel-default div.panel-heading h3 {
  font-size: 2em;
  font-weight: 600;
  color: #000; }

div.container.login div.panel-default form div.form-group {
  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 {
  margin-top: -0.5em;
  text-align: right;
  font-size: 1.2em; }

div.container.login div.panel-default form div.checkbox input[type=checkbox] {
  margin-top: 0.25em; }

div.container.login div.panel-default form input[type=submit] {
  margin-top: 2.5em;
  margin-top: 2.5em;
  padding: 1em 2em;
  font-size: 1.4em;
  font-weight: 600;
  background-color: #ff5252 !important;
  border-radius: 0.2em;
  border: none;
  box-shadow: 0 0.2em 0.2em #dcdcdc; }

div.container.login + div.panel-footer div.input-group {
  margin: 0.5em 0; }

div.container.login div.privacy-policy {
  margin-top: 1.5em;
  text-align: right; }

div.container.privacy {
  width: 85%;
  margin: 6em auto; }

@media (max-width: 1200px) {
  div.container.privacy {
    width: 90%; } }
@media (max-width: 1000px) {
  div.container.privacy {
    width: 85%; } }
@media (max-width: 700px) {
  div.container.privacy {
    width: 87.5%; } }
@media (max-width: 540px) {
  div.container.privacy {
    width: 90%; } }
@media (max-width: 450px) {
  div.container.privacy {
    padding: 0; } }
div.container.privacy div.flags {
  display: none; }

@media (max-width: 1000px) {
  div.container.privacy div.flags {
    display: block; } }
div.container.privacy div.flags img.flag {
  width: 4em;
  padding-right: 0.5em;
  padding-bottom: 1em; }

div.container.privacy div#sk, div.container.privacy div#en {
  display: inline-block;
  position: relative;
  width: 47%;
  vertical-align: top;
  padding: 4em;
  text-align: justify;
  background-color: rgba(255, 255, 255, 0.5); }

div.container.privacy div#sk:nth-child(2), div.container.privacy div#en:nth-child(2) {
  margin-right: 5%; }

@media (max-width: 1000px) {
  div.container.privacy div#sk:nth-child(2), div.container.privacy div#en:nth-child(2) {
    margin-right: 0;
    margin-bottom: 5%; } }
@media (max-width: 450px) {
  div.container.privacy div#sk:nth-child(2), div.container.privacy div#en:nth-child(2) {
    padding: 3em; } }
@media (max-width: 290px) {
  div.container.privacy div#sk:nth-child(2), div.container.privacy div#en:nth-child(2) {
    padding: 1.5em; } }
@media (max-width: 1000px) {
  div.container.privacy div#sk, div.container.privacy div#en {
    display: block;
    width: 100%; } }
div.container.privacy div#sk img.flag, div.container.privacy div#en img.flag {
  width: 4em;
  position: absolute;
  top: 1em;
  left: 1em; }

@media (max-width: 1200px) {
  div.container.privacy h2 {
    font-size: 3em; } }
@media (max-width: 540px) {
  div.container.privacy h2 {
    font-size: 2.5em; } }
@media (max-width: 290px) {
  div.container.privacy h2 {
    font-size: 2em; } }
div.container.privacy h2, div.container.privacy h4 {
  text-align: left;
  line-height: 1.5em; }

div.container.privacy h4 {
  margin-top: 2em;
  font-weight: 600; }

@media (max-width: 540px) {
  div.container.privacy h4 {
    font-size: 1.75em; } }
div.container.privacy ul {
  margin: 2em 0; }

@media (max-width: 700px) {
  div.container.privacy ul {
    padding-left: 0;
    list-style-position: inside; } }
div.container.privacy ol {
  list-style-type: lower-alpha; }

@media (max-width: 700px) {
  div.container.privacy ol {
    padding-left: 1em; } }
div.container.privacy p, div.container.privacy li {
  margin: 2em auto;
  font-size: 1.6em; }

div.container.privacy li {
  margin: 0.5em auto; }

div.container.privacy ol li {
  font-size: 1em; }

div.sidebar ul#side-menu > li:last-child {
  height: 40px;
  margin-top: 0.5em;
  border-top: 1px solid #e7e7e7; }

div.sidebar ul#side-menu > li:last-child:hover, div.sidebar ul#side-menu > li:last-child:focus {
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  div.sidebar ul#side-menu > li:last-child {
    display: none; } }
div.sidebar ul#side-menu a {
  padding: 10px 13px 10px 15px; }

div.sidebar ul#side-menu a i.fa {
  margin-right: 0.5em; }

div.sidebar button.navbar-toggle {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0; }

div.sidebar button.navbar-toggle:hover, div.sidebar button.navbar-toggle:focus {
  background-color: rgba(0, 0, 0, 0); }

@media (max-width: 1440px) {
  div.sidebar button.navbar-toggle {
    transform: rotate(90deg); } }
div.sidebar button.navbar-toggle span.icon-bar {
  width: 1.5em;
  margin: 4px auto 0;
  background-color: #23527c; }

ul#side-menu li p {
  display: inline;
  margin-left: 0.5em;
  margin-right: 0.5em; }

@media (max-width: 1440px) {
  ul#side-menu li p {
    display: none; } }
@media (max-width: 767px) {
  ul#side-menu li p {
    display: inline !important; } }
ul#side-menu li ul.nav-second-level a {
  padding-left: 47px; }

div.bs-bars {
  margin-bottom: 0 !important; }

@media (max-width: 767px) {
  div.fixed-table-toolbar {
    padding: 0.65em; } }
@media (max-width: 546px) {
  div.fixed-table-toolbar div#toolbar {
    position: relative;
    top: -10px; } }
div.fixed-table-toolbar div.form-inline label {
  font-weight: 400; }

div.fixed-table-toolbar div.form-inline label.check {
  margin-right: 0.65em; }

div.fixed-table-toolbar div.form-inline label[type=checkbox] {
  margin-right: 0.2em; }

@media (max-width: 546px) {
  div.fixed-table-toolbar div.form-inline input {
    margin: 0.3em 0; } }
@media (max-width: 551px) {
  div.fixed-table-toolbar div.form-inline input[type=date] {
    display: block;
    margin: 0.3em 0 !important; } }
div.fixed-table-toolbar div.form-inline input[type=date]:first-child {
  margin: 0 0.65em 0 0;
  width: 120px; }

div.fixed-table-toolbar div.form-inline input[type=date]:nth-child(2) {
  margin: 0 0.65em 0.65em 0;
  width: 120px; }

div.fixed-table-toolbar #recalculate {
  margin-left: 1em; }

table#sprava a.openSpravaModal {
  color: #d9534f;
  font-weight: 600; }

table#sprava a.openSpravaModal:hover, table#sprava a.openSpravaModal:focus {
  color: #d9534f;
  text-decoration: none; }

@media (max-width: 551px) {
  div.container.notCheck div.columns {
    margin-bottom: 0.3em;
    margin-left: 2.6em; } }
@media (max-width: 551px) {
  div.container.notCheck div.search {
    margin-top: 0.3em;
    margin-left: 0.6em; } }
div.fixed-table-pagination {
  padding: 0 0.65em; }

select {
  margin-right: 0.65em; }

div.fixed-table-container {
  min-height: 80px; }

div.fixed-table-container td .row-action {
  cursor: pointer; }

div.fixed-table-container td .row-action:not(:first-child) {
  margin-left: 4px; }

div.fixed-table-loading i.fa {
  margin: 5px;
  font-size: 25px; }

div.fixed-table-footer table.table-bordered th {
  border-right: rgba(0, 0, 0, 0);
  border-left: rgba(0, 0, 0, 0); }
  div.fixed-table-footer table.table-bordered th:nth-child(2), div.fixed-table-footer table.table-bordered th:nth-child(3), div.fixed-table-footer table.table-bordered th:nth-child(4) {
    display: none; }
div.fixed-table-footer .table-footer-col-meno, div.fixed-table-footer .table-footer-col-km {
  display: inline-block;
  min-width: 90px; }
div.fixed-table-footer .table-footer-col-nevyplatene {
  display: inline-block;
  min-width: 160px; }
div.fixed-table-footer .table-footer-col-nevyplatene-evidkm {
  display: inline-block;
  min-width: 220px; }
div.fixed-table-footer button.transakcie-zauctovat {
  margin-top: 8px; }

div#wrapper {
  background-color: #f8f8f8; }

div#wrapper div.navbar-default {
  width: 151px;
  border-right: 1px solid #e7e7e7;
  box-shadow: none; }

@media (max-width: 1440px) {
  div#wrapper div.navbar-default {
    width: auto; } }
@media (max-width: 767px) {
  div#wrapper div.navbar-default {
    width: 100%; } }
div#page-wrapper {
  position: relative;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  border-left: 1px solid #e7e7e7; }

@media (max-width: 1440px) {
  div#page-wrapper {
    margin-left: 53px; } }
@media (max-width: 767px) {
  div#page-wrapper {
    padding-left: 0;
    padding-right: 0; } }
div#page-wrapper div.container {
  width: 100% !important;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px; }

@media (max-width: 767px) {
  div#page-wrapper div.container {
    padding-left: 15px;
    padding-right: 15px; } }
div#page-wrapper div.container a.navbar-brand > img {
  display: inline;
  margin-right: 4px;
  margin-top: -2px; }

div#page-wrapper div.container-wide {
  margin-bottom: 45px;
  overflow-y: auto; }

div.panel-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 7px 15px !important;
  clear: both; }

div#us6-dialog, div#us7-dialog {
  padding-right: 0 !important; }

#us6-dialog #us3, #us7-dialog #us4 {
  width: 100%;
  height: 400px; }

div#us6-dialog button:not(.gm-control-active), div#us7-dialog button:not(.gm-control-active) {
  width: initial !important; }

div#us6-dialog div.modal-body, div#us7-dialog div.modal-body {
  padding-bottom: 0; }

div.modal-dialog {
  width: 50%;
  min-width: 250px;
  margin: 10% auto 0; }

@media (max-width: 1000px) {
  div.modal-dialog {
    width: 70%; } }
@media (max-width: 500px) {
  div.modal-dialog {
    width: 100%; } }
div.modal-dialog div.modal-body:not(.servis-modal-body):not(.rejectedOrders) {
  padding-bottom: 4em; }

div.modal-dialog div.servis-modal-body {
  padding-bottom: 1em; }

div.modal-dialog div.rejectedOrders {
  max-height: 300px;
  overflow-y: scroll; }

div.modal-dialog input:not([type=checkbox]), div.modal-dialog button:not(.close-modal) {
  width: 100%; }

div.modal-dialog input:nth-child(2):not([type=checkbox]) {
  margin-top: 1em; }

div.modal-dialog input[type=checkbox] {
  margin-top: 3em; }

div.modal-dialog label {
  font-weight: 400; }

div.modal-dialog div#password-response {
  position: absolute;
  right: 1em;
  color: red;
  display: none; }

div.modal-dialog img.loading-icon {
  width: 4em;
  position: absolute;
  top: 2.75em;
  left: 50%;
  display: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

div.modal-dialog img.loading-icon.loading-icon-sprava {
  position: relative;
  top: 0;
  display: block; }

div.modal-dialog div.sprava-modal-body {
  max-height: 30em;
  overflow-y: scroll; }

div.modal-dialog div.sprava-modal-body tbody th {
  font-weight: 400 !important; }

div.modal-dialog div.sprava-modal-body th:nth-child(1) {
  width: 20%; }

div.modal-dialog div.sprava-modal-body th:nth-child(2) {
  width: 40%; }

div.modal-dialog div.sprava-modal-body th:nth-child(3) {
  width: 40%; }

div#modal-zostatok img.loading-icon {
  top: 5.75em; }

a.nastavit-zostatok-link {
  text-decoration: none; }

button.nastavit-zostatok {
  width: 70%; }

button.btn-success:not(.orderButton), input.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70d900, endColorstr=#57a900, GradientType=0);
  background-image: none !important; }

button.btn-success:not(.orderButton):hover, button.btn-success:not(.orderButton):active, button.btn-success:not(.orderButton).active, button.btn-success:not(.orderButton).disabled, button.btn-success:not(.orderButton)[disabled], input.btn-success:hover, input.btn-success:active, input.btn-success.active, input.btn-success.disabled, input.btn-success[disabled] {
  background-color: #57a900; }

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; }

div.alert-public {
  font-size: 1.5em; }

.style-paid {
  background-color: #777; }

.style-stuff-id {
  background-color: #f2b866; }

.style-stuff-name {
  background-color: #eea236; }

.style-taxi-id {
  background-color: #f0ad4e; }

.style-taxi-spz {
  background-color: #ec971f; }

.style-klient-id {
  background-color: #63a0d4; }

.style-klient-mobil {
  background-color: #337ab7; }

.style-voucher-id {
  background-color: #499349; }

.style-voucher-code {
  background-color: #5cb85c; }

.style-order-id {
  background-color: #d9534f; }

.style-udalost-id {
  background-color: #5bc0de; }

.style-sprava-id {
  background-color: #d9534f; }

span#exclamation-mark {
  position: absolute;
  left: 0.25em;
  top: 0.675em;
  color: red;
  font-weight: 600;
  display: none; }

img#alert-mark, img#alarm-mark {
  position: absolute;
  left: 0.25em;
  top: 0.85em;
  height: 14px;
  display: none; }

.ws-nowrap {
  white-space: nowrap; }

a.objDetail:hover, a.objDetail:focus {
  text-decoration: none; }

div.card-view span.value {
  position: relative; }

div.card-view span#exclamation-mark {
  top: 0;
  left: -1em; }

div.card-view img#alert-mark, div.card-view img#alarm-mark {
  top: 0.1em;
  left: -1.2em; }

.show-exclamation td {
  position: relative; }

.show-exclamation span#exclamation-mark {
  display: inline; }

.show-alert td {
  position: relative; }

.show-alert img#alert-mark {
  display: inline; }

.show-alarm td {
  position: relative; }

.show-alarm img#alarm-mark {
  display: inline; }

input[type=checkbox]#drink_servis {
  margin: 4px 0 0 5px; }

input[type=checkbox]#aktivny, input[type=checkbox]#precitanym {
  position: relative;
  top: 2.2px;
  left: 2px; }

label.timeValue {
  margin-right: 15px; }

label.timeValue input, label.timeValue select, label.timeValue ul.form-error {
  font-weight: 400; }

div#taxiList {
  position: relative; }

div#taxiList label.taxi-combo {
  display: block; }

div#dniList {
  position: relative;
  display: inline-block; }

input#id_comp_taxi {
  display: block;
  width: 100%;
  background-color: #fff;
  font-weight: 400;
  -webkit-appearance: menulist;
  cursor: auto; }

input#days {
  display: inline-block;
  width: 175px;
  background-color: #fff;
  font-weight: 400;
  -webkit-appearance: menulist;
  cursor: auto; }

div.multi-container {
  position: absolute;
  display: none;
  width: 100%;
  max-height: 15em;
  top: 52px;
  padding: 2.5px 0;
  background-color: #fff;
  border: 1px solid #66afe9;
  outline: 0;
  border-radius: 4px 0 0 4px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1; }

div.multi-container#dni-multi {
  top: 21px;
  right: 0;
  width: 175px; }

label.multi-label {
  display: block;
  margin-right: 0;
  margin-bottom: 0;
  padding: 2.5px 14px;
  font-weight: 400; }

label.multi-label:first-of-type {
  font-weight: 600; }

label.multi-label input {
  float: right;
  margin-left: 0.25em; }

div#panels_map {
  margin: 0; }

div#panels_map li {
  display: inline-block;
  text-align: center;
  background-color: #fff; }

div#panels_map li + li {
  margin-left: 0; }

div#panels_map div.col-xs-12 {
  padding: 0; }

div#panels_map .nav-pills li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  background-color: rgba(51, 122, 183, 0.6);
  color: #fff;
  margin: 3px; }

div#panels_map .nav-pills li a#new-order-pill {
  background-color: #57a900; }

div#panels_map .nav-pills li.active a, div#panels_map .nav-pills li.active a:focus, div#panels_map .nav-pills li.active a:hover {
  color: #fff;
  background-color: #337ab7; }

div#mapa {
  position: relative;
  width: 100%; }

@media (max-width: 767px) {
  div#mapa {
    margin-left: 0;
    margin-right: 0; } }
div#mapa input#pac-input {
  width: 40%;
  height: 40px;
  margin-top: 10px;
  padding-left: 7px;
  font-size: 15px; }

div#mapa div#map {
  height: 100%;
  width: 100%; }

div#panels {
  position: relative;
  min-height: 100px; }

div.floating-panel {
  position: absolute;
  background-color: #fff;
  font-family: "Roboto", "sans-serif";
  line-height: 30px;
  width: 100%;
  min-height: 100px; }

div.floating-panel h4 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 4px; }

@media (max-width: 767px) {
  div.floating-panel {
    position: absolute;
    max-width: 100%;
    width: 100%;
    right: 0;
    left: 0;
    top: 0; } }
div.floating-panel input {
  width: 100%; }

div.floating-panel button.btn-sm.btn-primary.btn-block {
  position: relative;
  padding-right: 70px; }

div.floating-panel button.btn-sm.btn-primary.btn-block span.speed {
  position: absolute;
  top: 6px;
  right: 10px;
  background: #5bc0de;
  color: #fff; }

div#order-floating-panel {
  display: none; }

div#order-floating-panel button {
  position: relative;
  padding-right: 22px; }

div#order-floating-panel button.btn-warning {
  background-image: -webkit-linear-gradient(top, #fbbe67 0%, #f9a42c 100%);
  background-image: -o-linear-gradient(top, #fbbe67 0%, #f9a42c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbbe67), to(#f9a42c));
  background-image: linear-gradient(to bottom, #fbbe67 0%, #f9a42c 100%);
  background-repeat: repeat-x;
  border-color: #f9a021; }

div#order-floating-panel button.btn-warning:hover, div#order-floating-panel button.btn-warning:focus {
  background-color: #f9a42c;
  background-position: 0 -15px; }

div#order-floating-panel button.btn-warning.byDispecer {
  background-image: -webkit-linear-gradient(top, #ffb03f 0%, #ff9602 100%);
  background-image: -o-linear-gradient(top, #ffb03f 0%, #ff9602 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb03f), to(#ff9602));
  background-image: linear-gradient(to bottom, #ffb03f 0%, #ff9602 100%);
  background-repeat: repeat-x;
  border-color: #f69000; }

div#order-floating-panel button.btn-warning.byDispecer:hover, div#order-floating-panel button.btn-warning.byDispecer:focus {
  background-color: #ff9602;
  background-position: 0 -15px; }

div#order-floating-panel button a {
  color: #fff; }

div#order-floating-panel button a:hover, div#order-floating-panel button a:focus {
  color: #fff;
  text-decoration: none; }

div#order-floating-panel button span.glyphicon-remove {
  position: absolute;
  top: 7px;
  right: 10px;
  cursor: pointer; }

div#new-order-floating-panel {
  display: none;
  margin-bottom: 0.4em; }

div#new-order-floating-panel .well {
  margin-top: 0.4em; }

div#new-order-floating-panel input {
  background-color: #fff; }

div#new-order-floating-panel #id_taxi, div#new-order-floating-panel .input-group, div#new-order-floating-panel #pocet_cestujucich, div#new-order-floating-panel #poznamka {
  margin-bottom: 0.4em; }

div#new-order-floating-panel #order-action {
  margin-top: 3em; }

div#new-order-floating-panel #new_order_button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px; }

div#new-order-floating-panel .lds-spinner {
  color: official;
  display: none;
  position: relative;
  width: 40px;
  height: 40px; }

div#new-order-floating-panel .lds-spinner div {
  animation: lds-spinner 1.2s linear infinite;
  transform-origin: 20px 20px; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
div#new-order-floating-panel .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 2px;
  left: 18px;
  width: 3px;
  height: 10px;
  border-radius: 20%;
  background: #fff; }

div#new-order-floating-panel .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s; }

div#new-order-floating-panel .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s; }

div#new-order-floating-panel .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s; }

div#new-order-floating-panel .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s; }

div#new-order-floating-panel .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s; }

div#new-order-floating-panel .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s; }

div#new-order-floating-panel .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s; }

div#new-order-floating-panel .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s; }

div#new-order-floating-panel .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s; }

div#new-order-floating-panel .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s; }

div#new-order-floating-panel .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s; }

div#new-order-floating-panel .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s; }

div#new-order-floating-panel #obnovit {
  font-size: 10px;
  font-weight: 600; }

div#taxiky, div#orders {
  width: 100%; }

@media (max-width: 767px) {
  div#taxiky, div#orders {
    max-height: 150px;
    overflow-y: auto; } }
div.panelsCollapse {
  width: 100%;
  height: 40px;
  margin: 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
  overflow: hidden; }

div.panelsCollapse.panelCollapse {
  display: none; }

@media (max-width: 767px) {
  div.panelsCollapse.panelCollapse {
    display: block; } }
div.panelsCollapse:hover, div.panelsCollapse:focus {
  background-color: #e7e7e7;
  cursor: pointer; }

div.panelsCollapse button {
  display: block !important;
  margin: 0 auto;
  float: none; }

div.panelsCollapse span {
  width: 1.5em;
  margin: 4px auto 0;
  background-color: #23527c; }

div.panelsCollapse#mapCollapse {
  position: absolute;
  width: 22px;
  height: initial;
  top: 50%;
  right: 0;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateY(-50%); }

div.panelsCollapse#mapCollapse:hover span, div.panelsCollapse#mapCollapse:focus span {
  color: #000; }

@media (max-width: 767px) {
  div.panelsCollapse#mapCollapse {
    display: none; } }
div.panelsCollapse#mapCollapse button {
  padding: 10px 1px; }

div.panelsCollapse#mapCollapse span {
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #565656; }

div#rejectedOrders button {
  position: relative;
  padding: 0; }

div#rejectedOrders a {
  display: inline-block;
  width: 100%;
  padding: 0.5em 2.5em 0.5em 1em;
  text-align: left;
  color: #fff; }

div#rejectedOrders a:hover, div#rejectedOrders a:focus {
  color: #fff;
  text-decoration: none; }

div#rejectedOrders span:not(.badge) {
  position: absolute;
  top: 0.5em;
  right: 1em; }

div#push-messages {
  position: fixed;
  top: 7.75px;
  right: 185px;
  padding: 0.2em 0.4em;
  opacity: 0.8;
  z-index: 9999;
  color: #9d9d9d;
  font-family: "Roboto", "sans-serif"; }

@media (max-width: 767px) {
  div#push-messages {
    top: 57px;
    right: 15px; } }
div#push {
  position: relative;
  top: 0.2em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-left: 0.4em;
  float: right;
  background-color: gray; }

.expired {
  text-decoration: line-through; }

.form-error {
  color: red;
  list-style: none;
  text-align: right; }

.qr-image {
  padding: 70px 0 10px 0; }

.kredit {
  background-color: green; }

.bonus {
  background-color: #adff2f; }

.debet {
  background-color: #ff4500; }

div.container.maintenance {
  width: 100%; }

div.container.maintenance div.maintenance_panel {
  width: 45em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%); }

@media (max-width: 404px) {
  div.container.maintenance div.maintenance_panel {
    width: 100%; } }
div.container.maintenance div.panel-default {
  padding: 3em 2em 2em; }

div.container.maintenance div.panel-default div.panel-heading {
  margin: 2em 0 0.5em;
  background-color: rgba(0, 0, 0, 0);
  border: none; }

div.container.maintenance div.panel-default div.panel-heading h3 {
  font-size: 2em;
  line-height: 1.75em; }

div.container.maintenance div#actions {
  text-align: left;
  width: 50%;
  margin-left: 35%; }

span.glyphicon-user.dispecing {
  font-size: 0.8em; }

div.photo-box:last-of-type div.thumbnail {
  margin-bottom: 0; }

div.thumbnail {
  height: 210px; }

@media (max-width: 540px) {
  div.thumbnail {
    height: initial; } }
div.thumbnail div.photo {
  position: absolute;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: filter 0.4s ease; }

@media (max-width: 540px) {
  div.thumbnail div.photo {
    position: static;
    width: 100%;
    height: 200px; } }
div.thumbnail div.photo:hover, div.thumbnail div.photo:focus {
  -webkit-filter: opacity(70%);
  filter: opacity(70%);
  transition: filter 0.4s ease; }

div.thumbnail div.caption {
  margin-left: 199px; }

@media (max-width: 540px) {
  div.thumbnail div.caption {
    margin-left: 0; } }
#gridMap #osmmap {
  width: 100%;
  height: calc(100vh - 85px);
  z-index: 0; }
  #gridMap #osmmap .marker_label {
    display: flex;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1;
    top: 2px;
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 1px #505050; }

@media (max-width: 767px) {
  #gridMap #osmmap {
    height: calc(100vh - 135px); } }
#polohyMap {
  margin-top: 10px; }
  #polohyMap #osmmap {
    width: 100%;
    height: calc(100vh - 275px);
    z-index: 0; }
  @media (max-width: 767px) {
    #polohyMap #osmmap {
      height: calc(100vh - 325px); } }

.map_search-group {
  position: absolute;
  top: 10px;
  z-index: 1000;
  margin-left: 50px; }

.leaflet-popup {
  margin-bottom: 60px; }

#polohy_filter_toolbar span {
  white-space: nowrap; }
#polohy_filter_toolbar label {
  font-weight: 400;
  padding-right: 5px; }
#polohy_filter_toolbar input, #polohy_filter_toolbar select {
  margin-top: 5px; }
#polohy_filter_toolbar #den {
  margin-right: 10px;
  width: 115px; }
#polohy_filter_toolbar #filter_taxi {
  padding-top: 3px;
  padding-bottom: 3px; }
#polohy_filter_toolbar #rychlost {
  padding-right: 5px; }
#polohy_filter_toolbar #min_rychlost {
  width: 60px;
  text-align: right; }

#modal-busy .modal-dialog {
  min-width: 230px;
  width: 230px; }
  #modal-busy .modal-dialog .modal-body {
    padding-bottom: 0; }
    #modal-busy .modal-dialog .modal-body #busy-icon {
      width: 90px; }

#mess-container {
  position: absolute;
  left: 0;
  right: 0;
  padding: 2rem;
  z-index: 9999;
  pointer-events: none; }

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