@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&subset=latin-ext');

html {
    position: relative;
    min-height: 100%;
}

body {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
    left: 0;
    background-color: #112034;
}

/* scrollbar */

*::-webkit-scrollbar-track {
    background-color: #0b1a2d;
}
*::-webkit-scrollbar {
    width: 6px;
    background-color: #ffffff;
}
*::-webkit-scrollbar-thumb {
    background-color: #ffffff;
}

.body-background-element {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-color: #112034;
  background: url('../images/backgrounds/bg_clean.jpg') no-repeat right bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#bg-overlay {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
}

#page-content-loading {
    display: table;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#page-content-loading div {
    display: table-cell;
    text-align: center;
    font-size: 36px;
    color: #fff;
    vertical-align: middle;
}

#install_android_app {
    position: fixed;
    height: 60px;
    width: 100%;
    bottom: -80px;
    right: 0;
    left: 0;
    background: #FFFFFF;
    z-index: 199;
    -webkit-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition:         all 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,0.10), 0 -3px 6px rgba(0,0,0,0.16);
    -moz-box-shadow: 0 -3px 6px rgba(0,0,0,0.10), 0 -3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 -3px 6px rgba(0,0,0,0.10), 0 -3px 6px rgba(0,0,0,0.16);
}

#install_android_app .close {
    height: 60px;
    width: 60px;
    text-shadow: none;
    color: #212121;
    opacity: 1;
    text-align: center;
    background: transparent;
    float: right;
}

#install_android_app a:focus,
#install_android_app a:hover,
#install_android_app .close:focus,
#install_android_app .close:hover {
    background: rgba(255,255,255,0.24);
}

#install_android_app .close:after {
    content: ' ';
    height: 35px;
    display: inline-block;
    width: 0;
    margin-right: -4px;
}

#install_android_app a {
    display: block;
    width: calc(100% - 60px);
    height: 60px;
    padding: 9px;
    float: left;
    color: #212121;
}

#install_android_app a img {
    display: inline-block;
    height: 40px;
    width: auto;
    vertical-align: middle;
}

#install_android_app a span {
    width: auto;
    padding-left: 16px;
    font-weight: 500;
    font-size: 16px;
    vertical-align: middle;
}

#install_android_app .close i {
    vertical-align: middle;
}

@media screen and (min-width: 992px) {
  .col-left {
    padding-right: 8px;
  }
  .col-right {
    padding-left: 8px;
  }
}

.svg-vertical-middle svg {
  vertical-align: middle;
}

.svg-medium svg {
  height: 48px;
  width: 48px;
}

.svg-button svg {
  fill: rgba(0,0,0,0.54);
  cursor: pointer;
    vertical-align: middle;
}

.svg-button:hover svg {
  fill: rgba(0,0,0,0.87);
}

.svg-blue svg {
  fill: #0d47a1;
}

.btn-text-like {
  border: none;
  background: transparent;
  text-align: left;
  margin: 0;
  padding: 0;
    text-transform: none;
}

.btn-nomargin {
    margin: 0;
}

.btn-reset {
    background: transparent;
    border: none;
    text-align: inherit;
    padding: 0;
    margin: 0;
}

.buttons-collection {
    margin-top: 32px;
}

.buttons-collection .btn {
    margin: 3px 1px;
}

.buttons-collection .row-divider {
    margin-bottom: 8px;
}

a.btn {
    text-decoration: none !important;
}

.container-large {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1440px !important;
    width: auto;
}

.custom-main-container,
.container-medium {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1024px !important;
}

.container-xs {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 768px !important;
}

.container-xxs {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 512px !important;
}

.container-zaparkuj {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 352px !important;
}

.table-hyperlink tbody tr {
  cursor: pointer;
}

.table-hyperlink tbody tr:hover {
  background: #eee;
}

.table-fullwidth,
.btn-fullwidth {
  width: 100%;
}

.table-aligns td,
.table-aligns th {
  text-align: right;
}

.table-aligns tr td:first-child,
.table-aligns tr th:first-child {
  text-align: left;
}

.table-paddings .btn,
.table-paddings .input-group-btn .btn {
  margin: 0 1px !important;
}

.table-paddings td,
.table-paddings th {
  padding: 8px 0;
}

.table-paddings tr td:first-child,
.table-paddings tr th:first-child {
  padding-left: 8px;
}

.table-paddings tr td:last-child,
.table-paddings tr th:last-child {
  padding-right: 8px;
}

.table-paddings .empty {
    padding: 1px;
    color: rgba(0,0,0,0.54);
    font-size: 14px;
    font-weight: 500;
}

.table-head-captions {
  font-size: 11px;
  color: rgba(0,0,0,0.54);
  font-weight: 600;
}

.table-head-captions tr {
  border-bottom: 1px solid #111111;
}

ul,
li,
a,
svg,
img,
/*span,*/
label,
.btn,
#platbycontainer .card,
#notifparking,
.his-filter-head,
.moje-karta,
.his-table-row-wrapper,
#mojvozcontainer .card,
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#beta,
.homeicons .material-icons,
.homeicons #notifcount,
.sidebar-nav li .material-icons,
.panel-heading a .material-icons,
.panel-heading a.collapsed .material-icons,
a.details-icon .material-icons,
#headerwrapper .material-icons
{
  -webkit-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -moz-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -o-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

#sidebar-wrapper.sidebar-showed,
#sidebar-wrapper.sidebar-hidden,
.sidebar-showed-body-position,
.sidebar-hidden-body-position,
.homeicons:hover .material-icons,
.homeicons:hover #notifcount,
.sidebar-nav li:hover .material-icons,
#headerwrapper .material-icons,
.panel-car
{
  -webkit-transition: all 200ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -moz-transition: all 200ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -o-transition: all 200ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 200ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

a.toggle-collapsing .material-icons {
    -webkit-transition: all 350ms cubic-bezier(0.000, 1, 1.000, 1); /* older webkit */
    -webkit-transition: all 350ms cubic-bezier(0.000, 1.650, 1.000, 1.115);
    -moz-transition: all 350ms cubic-bezier(0.000, 1.650, 1.000, 1.115);
    -o-transition: all 350ms cubic-bezier(0.000, 1.650, 1.000, 1.115);
    transition: all 350ms cubic-bezier(0.000, 1.650, 1.000, 1.115); /* custom */
}

.svg-icon-black svg {
  fill: rgba(0,0,0,0.87) !important;
}

.table-svg-icon {
  width: 48px !important;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.clearfix {
    clear: both;
}

h1 {
    font-weight: 600;
    font-size: 3.5em;
}

a {
    color: inherit;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

option {
    color: #000;
    height: 40px;
    line-height: 40px;
}

.ul-list {
  margin: 16px 0;
}

.ul-list li {
    margin-left: 48px;
    padding-left: 12px;
    list-style: circle;
}

.container {
    padding: 8px 0;
}

/*@media screen and (max-width: 767px) {*/
    /*.container {*/
        /*margin-bottom: 48px !important;*/
    /*}*/
/*}*/

/*@media(min-width: 992px) {*/
    /*.container {*/
        /*padding: 20px 0;*/
    /*}*/
/*}*/

.button-right {
  width: 100%;
  position: relative;
  text-align: right;
}

.heading span {
    font-size: 1.4em;
    font-weight: 400;
    padding-left: 15px;
    vertical-align: top;
}

.heading .material-icons {
    line-height: inherit;
}

.heading a svg {
  vertical-align: middle;
}

.heading button {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    height: 57px;
    line-height: 1;
}

.submitbutt {
  margin-top: 24px;
}

.help_popover svg {
  vertical-align: middle;
  height: 18px;
  width: 18px;
  fill: rgba(0,0,0,0.87);
  padding: 0;
  margin: 12px 0 3px 0;
}

.help_popover_heading svg {
  vertical-align: middle;
  height: 18px;
  width: 18px;
  fill: rgba(0,0,0,0.87);
  padding: 0;
  margin: 0 0 3px 0;
}

.cursor-pointer {
  cursor: pointer;
}

.dropdown-toggle .material-icons {
  cursor: pointer;
  vertical-align: middle;
}

.dropdown-toggle:hover .material-icons {
  opacity: 0.54;
}

.help_popover_small,
.help_popover_heading {
  display: inline-block;
  vertical-align: middle;
}

.help_popover_small .material-icons {
    font-size: 16px;
}

.help_popover_heading .material-icons {
  font-size: 20px;
}

/* errors */

.error {
  width: 100%;
  max-width: 512px;
  height: auto;
  bottom: 24px;
  right: 0;
  position: fixed;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 55555;
}

.error .close {
    font-size: 18px;
    color: #fff;
    opacity: 0.54;
    font-weight: 300;
    text-shadow: none;
    padding-left: 16px;
}

.error .close:hover {
  opacity: 0.87;
}

.error .alert.alert-danger {
  border-top: 4px solid #f44336;
}

.error .alert.alert-warning {
  border-top: 4px solid #f44336;
}

.error .alert.alert-success {
  border-top: 4px solid #4caf50;
}

.error .alert {
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  border-radius: 3px;
  margin-bottom: 8px;
  background: #161616;
  color: rgba(255,255,255,0.87) !important;
}

/* list-group */

.list-group .list-group-item {
    padding: 8px 8px;
}

.list-group .list-group-item.secondary {
    color: rgba(0,0,0,0.54);
    font-weight: 600;
    font-size: 12px;
    padding: 8px 8px 8px 24px;
}

.list-group.list-group-icons .list-group-item .left {
    display: block;
    width: 72%;
    float: left;
}

.list-group.list-group-icons .list-group-item .right {
    display: block;
    width: 28%;
    float: right;
    text-align: right;
    height: 48px;
}

.list-group.list-group-icons .list-group-separator {
    margin-top: 4px;
    margin-bottom: 4px;
    clear: both;
}

.list-group.list-group-icons .list-group-separator:before {
    content: '';
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px);
    border-bottom: 1px solid #ddd;
    float: right;
}

.list-group.list-group-icons .list-group-separator:last-child:before {
    border-bottom: 1px solid transparent;
}

.list-group.list-group-icons .list-group-item .left div {
    display: inline-block;
    vertical-align: middle;
}

.list-group.list-group-icons .list-group-item .left .icon {
    width: 48px;
    height: 48px;
    margin-right: 8px;
    background: #ffc107;
    border-radius: 36px;
    border: 1px solid rgba(0,0,0,0.12);
    text-align: center;
}

.list-group.list-group-icons .list-group-item .left .icon:before {
    content: '';
    height: 48px;
    width: 1px;
    margin-right: -1px;
    vertical-align: middle;
    display: inline-block;
}

.list-group.list-group-icons .list-group-item .right .icons .action {
    vertical-align: middle;
    display: inline-block;
    margin-left: 8px;
}

.list-group.list-group-icons .list-group-item .right .icons .action .material-icons {
    color: rgba(0, 0, 0, 0.34);
}

.list-group.list-group-icons .list-group-item .right .icons .action:hover .material-icons {
    color: rgba(0, 0, 0, 0.87);
}

.list-group.list-group-icons .list-group-item .right .icons .parking {
    vertical-align: middle;
    color: #0d47a1;
    margin-left: 8px;
}

.list-group.list-group-icons .list-group-item .right .icons:before {
    content: '';
    height: 48px;
    width: 1px;
    margin-right: -1px;
    vertical-align: middle;
    display: inline-block;
}

.list-group.list-group-icons .list-group-item h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 500;
    color: rgba(0,0,0,0.87);
}

.list-group.list-group-icons .list-group-item h6 {
    margin-bottom: 0px;
    margin-top: 4px;
}

/* panely */

.panel {
    margin-bottom: 8px;
}

.panel .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel.collapse {
    margin-bottom: 0 !important;
}

.group-collapsing .group-collapsing-heading {
    padding: 8px 16px;
    color: #0d47a1;
    font-weight: 600;
    font-size: 18px;
}

.group-collapsing .group-collapsing-heading .material-icons {
    color: #0d47a1;
}

.group-collapsing .group-collapsing-separator {
    margin-top: 1px;
    margin-bottom: 1px;
    clear: both;
    overflow: hidden;
}

.group-collapsing .group-collapsing-separator:before {
    content: '';
    width: 100%;
    border-bottom: 1px solid #ddd;
    display: block;
}

.card-divider {
  border-bottom: 1px solid #eee;
  padding-top: 24px;
  margin-bottom: 16px;
}

.panel-body {
    color: rgba(0,0,0,0.87);
}

.panel-amber-body {
  background: #ffc107 !important;
}

.panel-noBottomMargin {
    margin-bottom: 0;
}

.panel-bottomMargin {
    margin-bottom: 8px !important;
}

.panel-noheader .panel-body {
  padding-top: 4px !important;
}

.panel-nofooter .panel-body {
  padding-bottom: 4px !important;
}

.panel-nopadding {
  padding: 0 !important;
}

.panel-nohorizontal-padding .panel-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.panel-novertical-padding .panel-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.panel-compact .form-group {
  margin: 4px 0 0 0;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
    word-break: break-word;
}

.panel h4 {
    font-size: 18px;
    margin-top: 5px;
}

.panel h6 {
    font-size: 12px;
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .panel h4 {
        font-size: 14px;
    }
    .panel h6 {
        font-size: 8px;
    }
}
@media screen and (max-width: 991px) {
    .panel h4 {
        font-size: 15px;
    }
    .panel h6 {
        font-size: 9px;
    }
}

@media screen and (max-width: 1199px) {
    .panel h4 {
        font-size: 16px;
    }
    .panel h6 {
        font-size: 10px;
    }
}

.panel-blue a {
  color: rgba(0,0,0,0.87);
  text-decoration: underline;
  display: inline-block;
}

.panel-blue a:hover {
  text-decoration: none;
}

.panel-blue .panel-footer,
.panel-amber .panel-footer {
    background: transparent;
    border-top: 1px solid #ddd;
}

.panel-blue .panel-footer .btn,
.panel-amber .panel-footer .btn {
    text-decoration: none;
    margin: 3px 1px !important;
}

.panel-blue .panel-footer form {
    display: inline-block;
}

.panel-blue .panel-heading .help_popover_heading svg {
  fill: #0d47a1;
  width: 24px;
  height: 24px;
}

.panel-abmer .panel-heading .help_popover_heading svg {
  fill: #ffc107;
  width: 24px;
  height: 24px;
}

.panel-blue .panel-heading {
    height: auto;
    font-size: 22px;
    color: #0a377d;
    font-weight: 600;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    padding: 12px 24px 0 24px;
    border: none;
    background: #FFFFFF;
}

.panel-blue .panel-heading:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 56px;
}

.panel-blue .panel-body {
    padding: 16px 24px
}

.panel-divider {
  border-bottom: 1px solid #ddd;
}

.panel-blue .panel-heading-border {
  border-bottom: 1px solid #ddd;
  padding: 15px 15px 10px 15px;
  background: #f6f6f6 !important;
}

.panel-blue .panel-body {
  color: rgba(0,0,0,0.87);
}

.panel-blue .panel-divider.row {
    margin-left: -24px;
    margin-right: -24px;
}

.panel-blue .empty {
    display: block;
    width: 100%;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 500;
    font-size: 14px;
    padding: 8px 0;
}

.panel-amber .panel-heading {
    color: #ffc107;
    font-weight: 600;
    font-size: 24px;
    background: #fff;
    padding: 15px 15px 2px 15px;
}

.panel-login {
    max-width: 352px;
    margin: 0 auto;
}

.panel-register {
    max-width: 512px;
    margin: 0 auto;
    padding-top: 8px;
}

.panel-group .panel+.panel {
     margin-top: 0;
}

.panel-group-list .panel {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group-list .panel .panel-heading {
    font-size: 14px;
    padding: 6px 8px;
    min-height: initial;
}

.panel-group-list .panel .panel-body {
    background: #f6f6f6;
    padding: 15px 8px 10px 8px;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

@media screen and (max-width: 991px) {
    .panel-group-list .panel .panel-body {
        margin-top: -1px;
    }
}

.panel-group-list .panel .panel-heading {
    border-bottom: 1px solid #ddd;
}

.panel-group-list .panel .panel-heading:after {
    content: none;
}

.panel-group-list .panel:last-child .panel-heading {
    border: none;
}

.panel-group-list .panel.heading-group-list {
    border-bottom: 1px solid #ddd;
}

.panel-group.panel-group-list {
    margin:0;
}

.panel-group-list-big .panel .panel-heading {
    font-size: 14px;
    padding: 12px 8px;
}

.panel-group .panel-footer .btn {
    margin: 0 !important;
}

.panel-heading-icon-link {
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.87);
}

a.panel-heading-icon-link {
    display: block;
}

.panel-heading-icon-link span {
    padding-left: 16px;
}

.panel-heading-icon-link .material-icons {
    color: rgba(0,0,0,0.54);
}

.panel-compact-footer .panel-footer {
  padding: 4px 10px;
}

@media (min-width: 992px) {
    .panel-group-list-responsive .panel-heading {
        display: none;
    }
    .panel-group-list-responsive .panel {
        margin-top: 0 !important;
        border-bottom: none;
    }
    .panel-group-list-responsive .panel-body {
        border: 1px solid #ddd !important;
    }
}

.panel .list-group {
    margin-bottom: 0;
}

/* panel cols */

.panel-cols-wrapper {
    padding: 0;
}

.panel-col {
    padding: 0 4px;
}

.panel-col-left,
.panel-col-right {
    padding: 0;
}

.panel-cols-fix-margin {
    margin-left: 4px;
    margin-right: 4px;
}

@media screen and (max-width: 991px) {
    .panel-col {
        padding: 0;
    }
    .panel-cols-fix-margin {
        margin-left: 0;
        margin-right: 0;
    }
}

/* panel-tablelike */

.panel-tablelike {
    margin-bottom: 0;
    font-size: 13px;
    color: rgba(0,0,0,0.87);
    padding-bottom: 4px;
}

.payments-container .panel-tablelike {
    padding-bottom: 0;
}

.panel-out-heading {
    padding: 32px 16px 10px;
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 600;
}

.panel-out-heading strong {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

.panel-out-heading .heading-icons {
    color: #fff;
    margin: -4px -4px 0 4px !important;
}

.panel-tablelike .panel-heading {
    height: auto;
    font-size: 22px;
    color: #0a377d;
    font-weight: 600;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    padding: 12px 24px 0 24px;
    border: none;
    background: #FFFFFF;
}

.tablelike-head-left,
.tablelike-head-right {
    display: inline-block;
    width: 50%;
    margin-right: -6px;
    vertical-align: middle;
}

.tablelike-head-right {
    text-align: right;
}

.heading-icons,
.heading-icons.btn,
.heading-icons[data-toggle="tooltip"] {
    margin: 0 0 0 4px;
    padding: 4px;
    cursor: pointer;
}

.panel-tablelike .panel-heading:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 56px;
}

.panel-tablelike .panel-body {
    padding: 0;
}

.panel-tablelike .panel-footer {
    padding: 0 8px 0 24px;
    text-align: right;
    border: none;
    background: #FFFFFF;
}

.panel-tablelike .panel-footer:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 56px;
}

.tablelike-heading-paginate {
    padding: 12px 24px;
    text-align: right;
    border: none;
    background: #FFFFFF;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.tablelike-paginate {
    display: inline-block;
}

.tablelike-paginate .pages {
    margin-right: 24px;
}

.tablelike-paginate .page-select {
    display: inline-block;
    margin: 0;
    width: 40px;
}

.page-select-current {
    display: inline-block;
    font-size: 10px;
    color: rgba(0,0,0,0.54);
    padding: 0;
    margin: 0;
    font-weight: 600;
}

.page-select-current-mr {
    margin-right: 24px;
}

.tablelike-paginate .page-select input {
    font-size: 10px;
    color: rgba(0,0,0,0.54);
    padding: 0 10px 0 0;
    text-align: center;
    margin: 0;
    height: 21px;
    font-weight: 600;
}

.tablelike-paginate .page-select .dropdownjs > ul > li {
    text-align: center;
}

.tablelike-paginate .page-select .dropdownjs:after {
    top: -3px;
    right: -4px;
    font-size: 19px;
}

.tablelike-paginate .disabled {
    color: rgba(0,0,0,0.24);
    cursor: not-allowed;
}

.tablelike-paginate a {
    color: rgba(0,0,0,0.54);
    padding: 0;
    margin: 0;
}

.tablelike-paginate a:hover {
    color: rgba(0,0,0,0.87);
    background: #dddddd;
}

.tablelike-heading {
    height: auto;
    min-height: 56px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(0,0,0,0.54);
    padding: 4px 24px;
    border-bottom: 1px solid #dddddd;
}

.tablelike-heading.alone {
    min-height: 32px;
    border-bottom: none;
}

.tablelike-heading:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 56px;
}

.tablelike-heading.alone:after {
    height: 32px;
}

.tablelike-row-wrapper {
    height: auto;
    min-height: 48px;
    border-left: 5px solid transparent;
}

.tablelike-row {
    padding: 4px 24px 4px 19px;
    border-bottom: 1px solid #dddddd;
}

.tablelike-row:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 48px;
}

.tablelike-row:hover {
    background: #f6f6f6;
}

.tablelike-row-wrapper.highlight .tablelike-row:hover {
    background: initial;
}

.tablelike-row-wrapper.selected .tablelike-row {
    background: #eceff1;
}

.tablelike-collapse {
    padding: 0px 24px 0px 19px;
    background: #f6f6f6;
}

.tablelike-bottom-border,
.tablelike-collapse .row-divider,
.tablelike-collapse .row-divider-sm,
.tablelike-collapse .row-divider-md,
.tablelike-collapse .row-divider-lg {
    margin: 0 -24px 0 -19px;
}

.tablelike-bottom-border {
    clear: both;
    border-bottom: 1px solid #dddddd;
}

.tablelike-col-icons,
.tablelike-col-inline {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    float: none;
    padding: 0 2px;
    word-wrap: break-word;
}

.alone .tablelike-col-inline {
    padding-top: 6px;
}

a.tablelike-col-inline:hover {
    cursor: pointer;
}

a.tablelike-col-inline:hover .link_decoration {
    text-decoration: underline;
}

.tablelike-col-inline a {
    text-decoration: underline;
}

.tablelike-col-inline a:hover {
    text-decoration: none;
}

.tablelike-col-inline .select-checkbox {
    display: inline-block;
    margin: 0 16px 0 -4px;
}

.tablelike-col-inline .label {
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
}

.panel-tablelike .empty {
    display: block;
    width: 100%;
    padding: 24px;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    border-radius: 2px;
}

.toggle-collapsing.btn,
.details-icon.btn {
    margin: 0;
    padding: 4px;
}

.tablelike-col-icons .btn {
    margin: 0;
    padding: 0;
}

.toggle-collapsing.btn,
.details-icon.btn,
.tablelike-col-icons .btn:last-child {
    margin-right: -16px;
}

.panel-heading-icon-link .toggle-collapsing.btn {
    margin: -2px 0 0 0;
    padding: 2px;
    max-width: 28px;
    max-height: 28px;
}

.toggle-collapsing,
.details-icon {
    display: inline-block;
    color: rgba(0,0,0,0.54);
}

.toggle-collapsing:hover,
.details-icon:hover {
    color: rgba(0,0,0,0.87);
}

.toggle-collapsing .material-icons {
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.collapsed .toggle-collapsing .material-icons,
.collapsed.toggle-collapsing .material-icons {
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.group-collapsing .empty {
    border-bottom: none;
}

.border-danger {
    border-left: 5px solid #D32F2F;
}

.border-primary {
    border-left: 5px solid #0d47a1;
}

.border-warning {
    border-left: 5px solid #ff5722;
}

.border-success {
    border-left: 5px solid #4CAF50;
}

.border-almost-success {
    border-left: 5px solid #81c784;
}


.border-grey {
    border-left: 5px solid #c2c2c2;
}

.border-info {
    border-left: 5px solid #ffc107;
}


#terms-button {
  padding-top: 16px;
  cursor: pointer;
  display: block;
}

.hidden {
    display: none;
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .hidden-sm {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .hidden-md {
        display: none;
    }
}

/* page content */

.content-outer {
  display: table;
  width: 100%;
  height: 100%;
}

.content-inner {
  display: table-cell;
  vertical-align: middle;
  height: auto;
  width: 100%;
}

#page-content-outer {
    display: table;
    width: 100%;
    height: auto;
    padding: 0;
}

#page-content-inner {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    width: 100%;
    padding: 0 8px;
}

@media screen and (max-width: 767px){
    #page-content-inner {
        vertical-align: top;
    }
}

#page-content-inner .container .card.padding_fix {
  padding: 32px 0;
}

/* uvod */

#fp-nav ul li .fp-tooltip {
  max-width: none;
  padding: 4px 8px;
  top: -8px;
  background: rgb(10, 55, 125);
  border: 1px solid #000000;
  border-radius: 4px;
}

.welcome-section {
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.54);
}

.welcome-section .btn {
  margin: 3px 1px !important;
}

.welcome-section h4 {
  font-size: 1.5em;
}

.welcome-section h5 {
  font-size: 1em;
}
.welcome-section h1 {
  font-size: 3.8em;
}

.welcome-section .content-outer {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.uvod-img-wrapper {
  display: table;
  text-align: left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media screen and (max-width: 1439px) {
  .welcome-section h4 {
    font-size: 1.3em;
  }
  .welcome-section h5 {
    font-size: 0.9em;
  }
  .welcome-section h1 {
    font-size: 3.2em;
  }
}

@media screen and (max-width: 1023px) {
  .welcome-section h4 {
    font-size: 1.2em;
  }
  .welcome-section h5 {
    font-size: 0.85em;
  }
  .welcome-section h1 {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 991px) {
  .welcome-section .content-outer,
  .uvod-img-wrapper {
    background: transparent !important;
  }
  .uvod-img-wrapper:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: url('../images/backgrounds/bg_clean.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media screen and (max-width: 719px) and (min-width: 600px) {
  .welcome-section h4 {
    font-size: 0.8em;
  }
  .welcome-section h5 {
    font-size: 0.5em;
  }
  .welcome-section h1 {
    font-size: 1.8em;
  }
  .welcome-section .store_icon img {
    height: 32px;
  }
}

@media screen and (max-width: 599px) {
  .welcome-section h4 {
    font-size: 1em;
  }
  .welcome-section h5 {
    font-size: 0.7em;
  }
  .welcome-section h1 {
    font-size: 2.2em;
  }
  .welcome-section .store_icon img {
    height: 32px;
  }
}

.uvod-img-inner {
  display: table-cell;
  vertical-align: middle;
}

.uvod-img-content {
  padding-left: 8%;
  padding-right: 8%;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
    .uvod-img-content {
        text-align: center;
    }
}

.fixed-parent-container {
  height: 100%;
  position: relative;
  width: 100%;
}

.fixed-parent {
  height: 100%;
  position: absolute;
  clip: rect(0, auto, auto, 0);
  width: 100%;
}

.fixed-parent .content-outer {
  position: fixed;
  top: 0;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: rgba(255,255,255,0.54);
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  background: rgb(255,255,255);
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #ffc107;
}

@media screen and (max-width: 767px) {
  #fp-nav {
    display: none;
  }
}

/* o aplikácii */



/* form input a pod. */

.form-group label.control-label {
    position: absolute;
    top: -26px;
    margin: 4px 0 0 0;
    padding-top: 4px;
}

.form-group.label-placeholder label.control-label,
.form-group.label-floating label.control-label {
    margin: 14px 0 0 0;
}

.input-xxl {
    font-size: 32px;
    height: 56px;
    font-weight: 500;
}

.input-pw {
    -webkit-text-security: disc;
}

.form-group>.checkbox {
    padding-top: 0;
}

.checkbox label {
    color: #BDBDBD;
    font-size: 13px;
}

.checkbox label:hover {
    color: #424242;
}

.checkbox label .text {
    margin-left: 12px;
    vertical-align: middle;
    font-weight: 400;
}

.checkbox .checkbox-material:before,
label.checkbox-inline .checkbox-material:before {
    top: initial;
}

.checkbox.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* texty */

.txt-thin {
    font-weight: 100 !important;
}

.txt-light {
    font-weight: 300 !important;
}

.txt-default {
    font-weight: 400 !important;
}

.txt-med {
    font-weight: 500 !important;
}

.txt-bold {
    font-weight: 700 !important;
}

.txt-amber {
    color: #ffc107 !important;
}

.txt-warning {
    color: #ff5722 !important;
}

.txt-blue {
    color: #0d47a1 !important;
}

.txt-green {
    color: #4CAF50 !important;
}

.txt-almost-green {
    color: #81c784 !important;;
}

.txt-red {
    color: #F44336 !important;
}

.txt-white {
  color: #ffffff !important;
}

.txt-lightgrey {
  color: rgba(0,0,0,0.24) !important;
}

.txt-grey {
    color: rgba(0,0,0,0.54) !important;
}

.txt-blackish {
    color: #424242 !important;
}

.txt-black {
  color: #212121 !important;
}

.txt-italic {
  font-style: italic;
}

.txt-striked {
  text-decoration: line-through;
}

.txt-caption {
    color: rgba(0,0,0,0.54) !important;
    font-weight: 600 !important;
    display: inline-block;
    margin-bottom: 0;
}

.txt-caption-white {
    color: rgba(255,255,255,0.74) !important;
    font-weight: 500 !important;
    display: inline-block;
    margin-bottom: 0;
}

.txt-caption-small {
    color: rgba(0,0,0,0.54) !important;
    font-weight: 600 !important;
    font-size: 0.8em;
    display: inline-block;
    margin-bottom: 0;
}

.txt-link-like {
  cursor: pointer;
  text-decoration: underline;
}

.txt-link-like:hover {
  text-decoration: none;
}

.vertical-link-divider {
    display: inline;
    padding-right: 8px !important;
    margin-left: 8px !important;
    border-left: 1px solid #fff;
}

.block {
    display: block;
}

.heading-margin-top {
  margin-top: 24px;
}

.paragraph-padding {
  padding: 0 10px;
}

.form-control[disabled],
.form-group .form-control[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] .form-group .form-control {
    border-bottom: 1px dotted #eee;
    color: #ddd;
}

.inline-block-responsive,
.inline-block {
  display: inline-block;
    vertical-align: middle;
}

.inline-block .material-icons,
.inline-block-responsive .material-icons {
    vertical-align: middle;
}

@media screen and (max-width: 599px){
  .inline-block-responsive {
    display: block;
  }
}

.txt-small-info {
    color: rgba(0,0,0,0.54);
    font-weight: 600 !important;
    font-size: 0.8em !important;
    margin: 6px 0 !important;
}

.txt-uppercase {
    text-transform: uppercase !important;
}

.txt-lowercase {
    text-transform: lowercase !important;
}

.va-t {
    vertical-align: top;
}

.va-m {
    vertical-align: middle;
}

.va-b {
    vertical-align: bottom;
}



/* txt-responsive */

a.panel-body.txt-responsive {
    display: block;
}

.panel-body.txt-responsive {
    padding-bottom: 4px;
}

.panel-body.txt-responsive.collapse {
    padding-bottom: 0px;
}

.txt-responsive h1,
.txt-responsive h2,
.txt-responsive h3,
.txt-responsive h4,
.txt-responsive h5,
.txt-responsive h6 {
    word-break: break-word;
    white-space: normal;
    margin: 0;
}

.icon-overview {
    font-size: 18px;
    vertical-align: middle;
}

.txt-responsive .buttons-collection {
    margin-top: 0;
}

.txt-responsive h1 a,
.txt-responsive h2 a,
.txt-responsive h3 a,
.txt-responsive h4 a,
.txt-responsive h5 a,
.txt-responsive h6 a {
    margin: 0;
    padding: 0;
}

.txt-responsive h1 a:hover,
.txt-responsive h2 a:hover,
.txt-responsive h3 a:hover,
.txt-responsive h4 a:hover,
.txt-responsive h5 a:hover,
.txt-responsive h6 a:hover {
    text-decoration: none;
}

.txt-responsive h2 {
    font-size: 32px;
    font-weight: 500;
}

.txt-responsive h3 {
    font-size: 24px;
    font-weight: 500;
}

.txt-responsive h4 {
    font-size: 18px;
    font-weight: 500;
}

.txt-responsive h4 a {
    color: rgba(0,0,0,0.87);
    text-decoration: underline;
}

.txt-responsive h5 {
    font-size: 14px;
    color: rgba(0,0,0,0.54);
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 16px;
}

.txt-responsive h6 {
    font-size: 12px;
    color: rgba(0,0,0,0.54);
    font-weight: 500;
    display: inline-block;
}

.txt-responsive .panel .panel-body>.row:first-child>div>div:not(.row) {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1199px) {
    .txt-responsive h2 {
        font-size: 34px;
    }
}

@media screen and (max-width: 991px) {
    .txt-responsive h2 {
        font-size: 34px;
    }
}

@media screen and (max-width: 767px) {
    .txt-responsive h2 {
        font-size: 28px;
    }
    .txt-responsive h4 {
        font-size: 16px;
    }
    .txt-responsive h6 {
        font-size: 10px;
    }
}

.txt-res-wrp {
    padding: 10px 2px;
    display: block;
}

.txt-res-wrp h1,
.txt-res-wrp h2,
.txt-res-wrp h3,
.txt-res-wrp h4,
.txt-res-wrp h5,
.txt-res-wrp h6 {
    margin: 0;
    padding: 0;
}

.txt-res-wrp .btn {
    margin: 2px 0;
}

.txt-res-wrp h6 {
    margin-bottom: 4px;
}

/* -------------- */

.heading-compact {
    margin: 3px 0;
}

.heading-compact-top {
  margin-top: 3px;
}

.heading-compact-bottom {
  margin-bottom: 3px;
}

a:hover .link_decoration,
.link_decoration:hover,
.link_decoration:hover h1,
.link_decoration:hover h2,
.link_decoration:hover h3,
.link_decoration:hover h4,
.link_decoration:hover h5,
.link_decoration:hover h6{
    text-decoration: underline;
}

/* tooltips */

.tooltip-button {
  display: inline-block;
  margin-left: 8px;
  cursor: help;
}

.tooltip-button .material-icons {
  font-size: 24px;
}

.tooltip-sm .material-icons {
  font-size: 16px;
}

.tooltip-button.tooltip-caption {
  margin-left: 4px;
}

.tooltip-button.tooltip-caption .material-icons {
    vertical-align: sub;
    font-size: 16px;
    color: rgba(0,0,0,0.54);
}

[data-toggle="tooltip"]:not(button):not(a):not(form):not(button i):not(a i):not(form i) {
    cursor: help;
}

.tooltip-inner {
    background: #212121;
}

.tooltip .arrow,
.tooltip .tooltip-arrow {
    display: block;
}

.tooltip.top .tooltip-arrow {border-top-color: #212121}
.tooltip.right .tooltip-arrow {border-right-color: #212121}
.tooltip.bottom .tooltip-arrow {border-bottom-color: #212121}
.tooltip.left .tooltip-arrow {border-left-color: #212121}

/* badges */

.badge-primary {
    background-color: #0d47a1 !important;
    color: #fff !important;
}

.badge-success  {
    background-color: #4CAF50 !important;
    color: #fff !important;
}

.badge-info {
    background-color: #2196F3 !important;
    color: #fff !important;
}

.badge-warning {
    background-color: #ff5722 !important;
    color: #fff !important;
}

.badge-danger {
    background-color: #D32F2F !important;
    color: #fff !important;
}

.icon-badge {
    float: right;
    font-size: 18px;
    margin-right: 8px;
}

.icon-badge-right {
    float: right;
    font-size: 18px;
    margin-left: 8px;
}

.icon-badge-inline {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin-right: 8px;
}

/* cols */

@media screen and (max-width: 767px) {
    .col-xs-0 {
        display: none !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .col-sm-0 {
        display: none !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .col-md-0 {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) {
    .col-lg-0 {
        display: none !important;
    }
}

.col-inline {
    float: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
}

.row-narrow {
    margin-left: -5px;
    margin-right: -5px;
}

.col-narrow {
    padding-left: 5px;
    padding: 5px;
}

/* header */

#headerwrapper {
    z-index: 98;
    position: fixed;
    width: 100%;
    height: 100px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.16);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.16);
    background: #0d47a1;
}

.header-visible {
    top: -40px;
    -webkit-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition:         all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header-hidden {
    top: -120px;
    -webkit-transition: all 350ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition:         all 350ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

@media screen and (max-width: 767px){
    .header-hidden {
        -webkit-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition:         all 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
    }
}

#header-outer {
  position: relative;
  width: inherit;
  height: inherit;
}

#header-outer>#header-inner {
  position: absolute;
  width: 100%;
  height: 60px;
  right:0;
  bottom:0;
  left:0;
  padding: 0 16px;
}

#header-inner-big .left-side,
#header-inner .left-side {padding-left: 15px}
#header-inner-big .right-side,
#header-inner .right-side {padding-right: 15px}

/* header big */

#headerwrapper-big {
    position: relative;
    width: 100%;
    height: 224px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.16);
    z-index: 98;
}

#headerwrapper-big .empty {
    opacity: 0.20;
}

.header-shadow {
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.16);
}

#headerwrapper-big .fixed {
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    right: 0;
    top: 0;
}

#header-outer-big {
    position: relative;
    width: inherit;
    height: inherit;
}

#header-outer-big>#header-inner-big {
    position: absolute;
    width: 100%;
    height: inherit;
    right:0;
    bottom:0;
    left:0;
    padding: 0 16px;
}

#header-inner-big:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: bottom;
}

#header-inner-big .vehicle-heading {
    margin-bottom: 40px;
}

#header-inner-big .vehicle-heading h4 {
    margin-top: 8px;
}

#beta {
    position: fixed;
    padding: 0px 14px;
    font-weight: 600;
    font-size: 12px;
    background: #F44336;
    top: 0;
    text-align: center;
    right: 92px;
    z-index: 999999;
    height: 24px;
    line-height: 24px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    cursor: not-allowed;
}

#beta:hover {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#header-inner .left-side {
    white-space: nowrap;
}

#header-inner .header-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#headerwrapper .left-side {
  padding-right: 0;
}

#headerwrapper .right-side {
  padding-left: 0;
}

.vertical-align-fix,
.header-title,
.notification-icon,
.go-back-button,
.hamburger-menu,
.header-icons {
  display: inline-block;
  vertical-align: middle;
}

.notification-icon,
.header-icons {
    margin-left: 8px;
}

.vertical-align-fix .material-icons:hover,
.header-title .material-icons:hover,
.notification-icon .material-icons:hover,
.go-back-button .material-icons:hover,
.hamburger-menu .material-icons:hover,
.header-icons .material-icons:hover {
    opacity: 0.54;
}

.vertical-align-fix {
  height: 60px;
  width: 1px;
}

.header-icons .material-icons,
.go-back-button .material-icons,
.notification-icon .material-icons,
.hamburger-menu .material-icons {
  vertical-align: middle;
  font-size: 24px;
  cursor: pointer;
  margin-right: -1px;
}

.header-title {
  font-size: 20px;
  font-weight: 400;
  padding-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.parkovanie-aktivne-menu {
    right: -200px;
}

#sidebar-wrapper {
    height: 100%;
    display: block;
    position: fixed;
    z-index: 9999;
    width: 300px;
    background: #fff;
    color: rgba(0,0,0,0.87);
    overflow: hidden;
    top: 0;
    left: -300px;
}

#sidebar-wrapper.opening,
#sidebar-wrapper.open,
#sidebar-wrapper.closing {
    -webkit-box-shadow: 6px 0 22px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 6px 0 22px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.sidebar-inner {
    width: 100%;
    height: inherit;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
}

#sidebar-dim {
    position: fixed;
    z-index: 200;
    background-color: rgba(0,0,0,0.8);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.scrollBar {
    background: rgb(255, 193, 7);
    border-radius: 6px;
}

.sidebar-head {
    position: relative;
    width: 100%;
    height: 176px;
    background-color: #0d47a1;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    padding: 0 16px;
}

.sidebar-head .close-sidebar {
    position: absolute;
    top: 18px;
    left: 21px;
    width: 24px;
    height: 24px;
}

.sidebar-head .close-sidebar .material-icons {
    vertical-align: middle;
    font-size: 24px;
    cursor: pointer;
}

.sidebar-head h4 {
    bottom: 32px;
    position: absolute;
    font-size: 1.5em;
    font-weight: 500;
}

.sidebar-head h5 {
    bottom: 8px;
    position: absolute;
    font-size: 1em;
    color: rgba(255,255,255,0.54);
    font-weight: 300;
}

.sidebar-nav {
    font-size: 14px;
    position: relative;
    width: 100%;
    margin-top: 8px;
}

#menu-responsive {
  display: block;
}

@media (min-width: 992px){
  #menu-responsive {
    display: none;
  }
}

.sidebar-nav-divider {
    border-top: 1px solid #ddd;
    margin-top: 8px;
    margin-bottom: 8px;
    position: relative;
}

.sidebar-nav-divider strong {
    position: absolute;
    top: 0;
    left: 12px;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 8px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
}

#sidebar-active-count {
  margin-top: -40px;
  margin-left: 35px;
  height: 18px;
  width: 18px;
  border-radius: 9px;
  line-height: 20px;
  text-align: center;
  background-color: #f00;
  color: #fff;
  font-weight: 600;
  position: absolute;
  padding: 0;
}

.sidebar-nav li span {
    margin-left: 72px;
    display: block;
    padding: 14px 0;
}

.sidebar-nav li svg {
    position: absolute;
    padding: 12px 0 12px 16px;
    width: 48px;
    height: 48px;
    fill: rgba(0,0,0,0.54);
}

.sidebar-nav li .material-icons {
    text-align: center;
    position: absolute;
    padding: 12px 0 12px 16px;
    width: 48px;
    height: 48px;
    color: rgba(0,0,0,0.54);
}

.sidebar-nav li form,
.sidebar-nav li a {
    min-height: 48px;
    height: auto;
    display: block;
    color: rgba(0,0,0,0.87);
    text-decoration: none;
}

.sidebar-nav li form button {
    width: 100%;
    height: 100%;
    display: block;
    text-align: left;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
}

.sidebar-nav li:hover {
    background-color: rgba(0,0,0,0.05);
}

.sidebar-nav .active svg,
.sidebar-nav .active .material-icons,
.sidebar-nav .active span,
.sidebar-nav li:hover svg,
.sidebar-nav li:hover span,
.sidebar-nav li:hover .material-icons {
    fill: rgba(0,0,0,0.87);
    color: rgba(0,0,0,0.87);
}

.nav-toggle-panels .active .material-icons,
.nav-toggle-panels .active span,
.nav-toggle-panels .active:hover .material-icons,
.nav-toggle-panels .active:hover span {
    fill: white;
    color: white;
}

.sidebar-nav .active {
    background-color: rgba(0,0,0,0.05);
}

.nav-toggle-panels li {
    margin: 3px 0;
}

.nav-toggle-panels .active,
.nav-toggle-panels .active:hover {
    background-color: #0d47a1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

body.sidebar-showed-body-position {
  left: -150px;
}

/* subnavigacia */

#subnavigacia {
    height: 60px;
    line-height: 57px;
    background: #0c3f8f;
    color: rgba(0,0,0,0.87);
    display: none;
}

@media (min-width: 992px){
    #subnavigacia {
        display: block;
    }
}

#subnavigacia .head-nav {
    position: initial;
    float: none;
    text-align: center;
}

/* content */

.content {
    width: inherit;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

/* login a register */

.requested-info {
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: rgba(0,0,0,0.54);
}


/* footer */

.welcome-section.welcome-section-footer {
  height: auto !important;
  /*background: rgba(0,0,0,0.87) !important;*/
  /*border: none;*/
}

.footer-container {
  width: 100%;
  height: auto;
  z-index: 25;
  min-height: 48px;
  position: relative;
}

.footer-container>.footer-bottom-section {
    position: absolute;
    width: 100%;
    height: 48px;
    font-size: 12px;
    font-weight: 400;
    line-height: 48px;
    padding: 0 24px;
    text-align: left;
    color: rgba(255,255,255,0.74);
    background: rgba(0,0,0,0.24);
    bottom: 0;
    left: 0;
    right: 0;
}

/* footer inside */

#footer-inside {
    height: auto;
    min-height: 24px;
    font-size: 0.8em;
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #212121;
    -webkit-box-shadow: 0 -2px 4px rgba(0,0,0,0.06), 0 -2px 4px rgba(0,0,0,0.10);
    box-shadow: 0 -2px 4px rgba(0,0,0,0.06), 0 -2px 4px rgba(0,0,0,0.10);
}

#footer-inside div {
    padding: 8px 24px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #footer-inside {
    min-height: 42px;
  }
  #footer-inside div {
    text-align: center;
  }
}

/* appbuttons */

.store_icon {
    display: inline-block;
    margin: 6px 6px -4px 0;
}

.store_icon img {
  height: 40px;
  width: auto;
}

#appbuttons {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  text-align: center;
}
#appbuttons img {
  height: 40px;
}
#appbuttons a {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  margin-top: 10px;
}
#appbuttons a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
@media (min-width: 768px){
  #appbuttons {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    text-align: center;
  }
  #appbuttons a {
    margin-top: 0;
  }
}
#appbuttons img {
  padding-top: 5px;
}
#appbuttons a:hover img {
  padding-bottom: 5px;
  padding-top: 0;
}
#appbuttons a:last-child {
  padding-left: 10px;
}

.owl-item .container {
  margin-top: 0;
}

.owl-theme .owl-controls .owl-page.active span {
  opacity: 1;
  background: #ffc107;
}

.owl-theme .owl-controls .owl-page span {
  background: #ffffff;
  opacity: 0.25;
  width: 10px;
  height: 10px;
}

.owl-carousel .owl-item {
  float: none;
  display: inline-block;
  vertical-align: top;
    opacity: 0.87;
}

.owl-carousel .owl-item.center {
    opacity: 1;
}

.panel-parking {
    max-width: 282px;
}

.panel-parking .panel-body {
    padding: 8px 16px;
}

.row-divider-padd {
    padding-top: 8px;
    margin-bottom: 8px;
}

.row-divider-padd,
.row-divider {
  border-bottom: 1px solid #ddd;
  clear: both;
}
.row-divider-sm,
.row-divider-md,
.row-divider-lg {
  border-bottom: 1px solid #ddd;
  display: none;
  clear: both;
}

@media screen and (max-width: 767px) {
  .row-divider-sm {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .row-divider-md {
    display: block;
  }
}

@media screen and  (max-width: 1199px) {
  .row-divider-lg {
    display: block;
  }
}

#contentwrapper {
    height: auto;
}

#notifparking-wrapper {
  position: relative;
  width: 100%;
  height: 0;
}

#notifparking {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

#notifparking>#notifcount {
  position: absolute;
  top: 8px;
  right: 0;
  height: 24px;
  width: 24px;
  line-height: 24px;
  border-radius: 12px;
  font-weight: 500;
  background-color: #fe5250;
}

.homeicons:hover #notifparking>#notifcount {
    top: -2px;
}

button.homeicons {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    display: block;
    font: initial;
}

.homeicons, .homeicons a {
    display: block;
    height: 100%;
    width: 100%;
}

.homeicons svg {
    padding: 15px 0 5px 0;
    height: 60px;
    width: 60px;
    fill: #ffffff;
}

.homeicons .material-icons {
    padding: 15px 0 5px 0;
    font-size: 48px;
    color: #ffffff;
}

.homeicons.not-complete .material-icons {
    color: rgba(255,255,255,0.24);
}

.homeicons:hover {
    background: rgba(255,255,255,0.04);
    border-radius: 4px;
}

.homeicons:hover .material-icons {
    padding: 5px 0 15px 0;
    color: #ffc107;
}

.homeicons:hover svg {
    padding: 5px 0 15px 0;
    fill: #ffc107;
}

.homeicons h2 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    min-height: 40px;
    padding: 0 8px;
}

.homeicons.not-complete h2 {
    color: rgba(255,255,255,0.24);
}

.homeicons.not-complete:hover h2 {
    color: rgba(255,255,255,1);
}

.col-ikony {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding-right: 4px;
    width: 50%;
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;
}

@media (min-width: 600px) and (max-width: 719px){
    .col-ikony {
        width: 25%;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .homeicons svg {
        height: 50px;
        width: 50px;
    }
    .homeicons .material-icons {
        font-size: 40px;
    }
    .homeicons h2 {
        margin-top: 5px;
    }
}

@media (min-width: 768px){
    .col-ikony {
        width: 25%;
    }
    .homeicons .material-icons {
        font-size: 64px;
    }
    .homeicons svg {
        height: 75px;
        width: 75px;
    }
    .homeicons h2 {
        margin-top: 15px;
    }
    #notifparking {
      width: 75px;
      height: 75px;
    }
    #notifparking>#notifcount {
      height: 28px;
      width: 28px;
      line-height: 28px;
      border-radius: 14px;
    }
}

@media (min-width: 992px){
    .col-ikony {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .homeicons .material-icons {
        font-size: 80px;
    }
    .homeicons svg {
        height: 90px;
        width: 90px;
    }
    .homeicons h2 {
        margin-top: 25px;
        font-size: 24px;
        font-weight: 300;
        min-height: 60px;
    }
    #notifparking {
      width: 90px;
      height: 90px;
    }
}

@media (min-width: 1200px){
    .col-ikony {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .homeicons .material-icons {
        font-size: 96px;
    }
    .homeicons svg {
        height: 115px;
        width: 115px;
    }
    .homeicons h2 {
        margin-top: 25px;
        font-weight: 300;
    }
    #notifparking {
      width: 115px;
      height: 115px;
    }
    #notifparking>#notifcount {
      height: 32px;
      width: 32px;
      line-height: 32px;
      border-radius: 16px;
    }
}

@media (min-width: 1444px){
    .col-ikony {
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .homeicons .material-icons {
      font-size: 128px;
    }
    .homeicons svg {
        height: 150px;
        width: 150px;
    }
    .homeicons h2 {
        margin-top: 25px;
        font-size: 28px;
        font-weight: 300;
        min-height: 65px;
    }
    #notifparking {
      width: 150px;
      height: 150px;
      font-size: 16px;
    }
}

/* zaparkuj */

.panel-zaparkuj  {
    margin-bottom: 0;
    border: 3px solid transparent;
}

.panel-zaparkuj .panel-body {
    padding: 0;
}

.zaparkuj-row {
    height: auto;
    width: 100%;
    padding: 20px 0;
    display: block;
    cursor: pointer;
}

@media screen and (max-width: 767px){
    .zaparkuj-row {
        padding: 16px 0;
    }
}

.zaparkuj-row:hover {
    background: #f5f5f5;
}

.zaparkuj-col-right .material-icons,
.zaparkuj-col-left .material-icons {
    vertical-align: middle;
}

.zaparkuj-col-right,
.zaparkuj-col-left {
    display: inline-block;
    width: 50px;
    height: auto;
    vertical-align: middle;
    opacity: 0.60;
}

.zaparkuj-col-right {
    text-align: right;
    padding-right: 16px;
}

.zaparkuj-col-left {
    padding-left: 16px;
    margin-right: -4px;
}

.zaparkuj-col-center {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-select .modal-dialog {
    min-width: 256px;
    max-width: 448px;
}

.modal-select .modal-header {
    padding: 24px 24px 12px 24px;
    border-bottom: 1px solid #dddddd;
}

.modal-select .modal-body {
    padding: 0 0 4px 0;
    max-height: calc(100vh - 82px);
    overflow-y: auto;
}

/* zaparkuj stare TODO */

.row-select {
    margin: 0;
    position: relative;
    padding: 6px 24px;
    min-height: 48px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    text-transform: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: left;
}

.row-select.active:after {
    content: '\E876';
    font-family:"Material Icons";
    display: block;
    vertical-align: middle;
    height: 24px;
    font-size: 24px;
    line-height: normal;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.row-select.select-vehicle,
.row-select.add-vehicle {
    padding: 10px 24px;
    border: none;
}

.row-select.select-vehicle[disabled] {
    opacity: 0.15;
    color: rgba(0,0,0,0.87);
}

.row-select .car-color-circle {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 8px;
}

.zaparkuj-vyber .col-xs-12 {
    padding-right: 0;
    padding-left: 0;
}

.zaparkuj-vyber-ikona {
    width: 40%;
    height: inherit;
    float: left;
}

.modal-body .zaparkuj-vyber-row:hover {
    background-color: rgba(21,101,192,0.1);
    border-radius: 2px;
}

.modal-body .zaparkuj-vyber-row:hover svg {
    padding: 4px 0;
}

/* parkovanie aktivne */

.unslider-nav {
  display: none;
}

.parkuje {
    cursor: default;
    opacity: 0.2;
}

.parkuje a {
    cursor: inherit;
}

.parkuje .homeicons:hover svg {
    padding: 15px 0 5px 0;
    fill: #fff;
}

#parkuje-cont {
    margin-top: 30px;
    margin-bottom: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    width: 100%;
}

@media (min-width:768px){
    #parkuje-cont {
        margin-top: 60px;
        margin-bottom: 5px;
        padding-bottom: 40px;
    }
}

#stopbutt {
    margin: 25px 0;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #ffc107;
    color: rgba(0,0,0,0.87);
    font-weight: 600;
}

/* moje vozidlá */

.car-color-circle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid rgba(0,0,0,0.12);
}

.car-color-circle.car-color-circle-small {
    width: 32px;
    height: 32px;
    border-radius: 16px;
}

.vehicle-heading-img img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.panel-car {
    margin-bottom: 8px;
    background: transparent;
}

.panel-car .panel-body {
    background: #fff;
    border-radius: 2px;
}

.panel-car .txt-responsive h5 {
    margin-bottom: 0;
    margin-top: 4px;
}

.panel-car .txt-responsive h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.panel-car .panel-body.txt-responsive {
    padding: 12px 4px 12px 8px;
}

.panel-car .plate {
    font-weight: 600;
}

.panel-car-icon {
    width: 56px;
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
}

.panel-car.add {
    margin-top: 32px;
}

.panel-car.add:hover h3 {
    text-decoration: underline;
}

.panel-car.add .panel-body {
    width: 100%;
    display: block;
    padding: 8px;
    text-align: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ffc107;
    color: #212121;
}

.panel-car.add .panel-car-icon {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    text-align: center;
}

.panel-car.add .panel-car-icon .material-icons {
    color: inherit;
    vertical-align: middle;
    margin-bottom: 2px;
    font-size: 41px;
}

.panel-car.add .panel-car-icon:before {
    content: '';
    height: 56px;
    width: 1px;
    margin-right: -1px;
    vertical-align: middle;
    display: inline-block;
}

.panel-car.add .panel-car-icon:after {
    content: '';
    height: 56px;
    width: 1px;
    margin-left: -1px;
    vertical-align: middle;
    display: inline-block;
}

.panel-car-bg {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    border: 1px solid rgba(0,0,0,0.12);
    text-align: center;
    position: relative;
}

.panel-car-bg>img {
    width: inherit;
    height: inherit;
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    left: -1px;
}

.panel-car-description {
    width: calc(100% - 128px);
    text-align: left;
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    padding: 0 8px;
}

a.panel-car-description:hover h3,
a.panel-car-description:hover h5 {
    text-decoration: underline;
}

.panel-car-action {
    width: 72px;
    text-align: right;
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
}

/* mojvoz */

#mojvozhead {
  margin-top: 0;
  padding-top: 0;
}

#mojvozhead .container {
  margin-top: 0;
  padding-top: 70px;
}

#mojvozhead .vozheadclass {
  height: 300px;
}

.mojvozheading {
  text-align: right;
  margin-right: 16px;
  margin-top: 20px;
}

.mojvozheading h1 {
  font-size: 2.4em;
}

.mojvozheading h2 {
  font-size: 1.4em;
}

.mojvozheading h3 {
  font-size: 1em;
}

.mojvozheading-ikona {
  margin-left: 16px;
  margin-top: 40px;
}

.table-top-border tr {
  border-top: 1px solid #ddd;
}

.table-top-border tr:first-child {
  border-top: none;
}

@media(min-width: 992px){
  #mojvozhead .auto {
    margin-left: 96px;
  }
  .mojvozheading {
    margin-right: 112px;
    margin-top: 0;
  }
  .mojvozheading-ikona {
    margin-left: 112px;
    margin-top: 20px;
  }
  #mojvozhead .auto {
    width: 200px;
  }
  .mojvozheading h1 {
    font-size: 4em;
  }
  .mojvozheading h2 {
    font-size: 2em;
  }
  .mojvozheading h3 {
    font-size: 1.4em;
  }
  .mojvozdividerresponsive {
    display: none;
  }
}

/* pridanie vozidla */

.color_picker {
    cursor: pointer;
    cursor: pointer;
    margin: 12px 0 0 0;
}

#color-picker-modal .modal-dialog {
    max-width: 336px;
}

.modal-content .modal-body.color-picker-body {
    text-align: center;
    padding-right: 16px;
    padding-left: 15px;
}

.color-picker-colors {
    width: 22px;
    height: 22px;
    cursor: pointer;
    border-radius: 4px;
    margin: 2px -2px 2px 2px;
}

.color-picker-colors.active:before {
    content: "\E876";
    color: #212121;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
}

.color-picker-colors.active:after {
    content: "\E876";
    color: #fff;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: -4px;
    right: 0;
    left: 0;
}

#qrCodeCanvas {
    width: 100%;
    position: relative;
    display: block;
}

#qrCodeCanvas img {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    max-width: 512px;
}

/* PIN */

.passcode-form-wrapper {
    width: 100%;
    max-width: 320px;
    margin: 16px auto 0 auto;
}

.passcode-form-wrapper:after {
    content: '';
    clear: both;
    display: block;
}

.passcode-form-wrapper .passcode-form-group {
    width: 100%;
    margin: 0 0 8px 0;
    float: none;
}

.passcode-form-wrapper .passcode-form-group .form-control {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    height: 56px;
    letter-spacing: 22px;
    padding-left: 22px;
}

/* história */

#custom-main-table-foot span,
#custom-main-table-foot a {
  color: rgba(0,0,0,0.54);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border: none;
  background: none;
  margin: 10px 6px;
}

#custom-main-table_info {
  margin-top: 14px;
}

@-moz-document url-prefix() {
  #custom-main-table_info {
    margin-top: 0;
  }
}

#custom-main-table-foot a:hover {
  text-decoration: underline;
}

#custom-main-table-foot li.active span,
#custom-main-table-foot li.active a {
  color: #0d47a1;
  font-weight: 600;
}

#custom-main-table-foot .custom-main-table-foot-paginate ul>li>a:hover {
  color: rgba(0,0,0,0.87);
}

/* mapa */

#mapa-wrapper {
    margin-top: 60px;
}

/* platby */

#platby {
  margin-top: -80px;
}

#platby #platbycontainer {
  margin-top: -45px;
  padding: 32px 0 32px 0;
  margin: 0 0 16px 0;
  background-color: #f6f6f6;
}

#platbycontainer .card {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  margin-bottom: 4px;
}

#platbycontainer .card:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.tab-cards-card {
  height: 80px;
}

.tab-cards-pridaj {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  cursor: pointer;
}

.tab-cards-pridaj svg {
  width: 100%;
  height: 112px;
  fill: rgba(0,0,0,0.87);
  padding-top: 16px;
  padding-bottom: 8px;
}

.tab-cards-pridaj span {
  margin-top: 8px;
}

.tab-cards-pridaj:hover svg {
  fill: #0d47a1;
  padding-top: 0;
  padding-bottom: 24px;
}

.tab-cards-card>.tab-cards-card-center {
  position: absolute;
  display: inline-block;
  padding-right: 42px;
  padding-left: 72px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden !important;
  margin-top: 8px;
}

.tab-cards-card>.tab-cards-card-left {
  position: absolute;
  display: inline-block;
  height: inherit;
  width: 72px;
  left: 0;
}

.tab-cards-card-left svg {
  fill: rgba(0,0,0,0.87);
  height: inherit;
  width: 56px;
  padding-left: 8px;
}

.tab-cards-left-default svg {
  fill: #0d47a1;
}

.tab-cards-card-right svg {
  fill: rgba(0,0,0,0.25);
}

.tab-cards-card-right svg:hover {
  fill: rgba(0,0,0,0.87);
}

.tab-cards-card-center span {
  font-weight: 500;
  font-size: 1.2em;
  margin-top: 4px;
}

.tab-cards-card-center span:last-child {
  font-size: 1em;
  padding-right: 5px;
}

.tab-cards-card>.tab-cards-card-right {
  width: 40px;
  position: absolute;
  right: 0;
  display: inline-block;
}

.tab-cards-card-right svg {
  width: inherit;
  padding: 0 10px;
  height: 80px;
  cursor: pointer;
}

.platby-container a, .platby-container {
  color: rgba(0,0,0,0.87);
}

.tab-divider {
  border-bottom: 1px solid #ddd;
  margin: 16px 0 64px 0;
}

.payments_icon {
  display: block;
  cursor: pointer;
  margin: 8px 0 16px 0;
}

.payments_icon span {
  font-size: 0.8em;
  font-weight: 500;
}

.payments_icon svg {
  fill: rgba(0,0,0,0.87);
  width: 48px;
  height: 48px;
  margin-top: 8px;
  margin-bottom: 16px;
}

.platby-tabs .active svg, .platby-tabs .active .payments_icon:hover svg {
  fill: #0d47a1;
  margin-top: 0px;
  margin-bottom: 24px;
}

.platby-tabs .active span {
  color: #0d47a1;
}

.payments_icon:hover svg {
  fill: #ffc107;
  margin-top: 0px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .payments_icon {
    margin: 48px 0 64px 0;
  }
  .payments_icon svg {
    width: 64px;
    height: 64px;
  }
  .tab-divider {
    margin: 8px 0 32px 0;
  }
}

@media (min-width: 992px) {
  .payments_icon {
    margin: 24px 0 48px 0;
  }
  .payments_icon span {
    font-size: 1em;
  }
  .payments_icon svg {
    width: 80px;
    height: 80px;
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .payments_icon:hover svg {
    margin-top: 0px;
    margin-bottom: 24px;
  }
}

@media (min-width: 1441px) {
  .payments_icon {
    margin: 48px 0 64px 0;
  }
  .payments_icon span {
    font-size: 1.2em;
  }
  .payments_icon svg {
    width: 96px;
    height: 96px;
    margin-top: 24px;
    margin-bottom: 32px;
  }
  .payments_icon:hover svg {
    margin-top: 16px;
    margin-bottom: 40px;
  }
  .platby-tabs .active svg, .platby-tabs .active .payments_icon:hover svg {
    margin-top: 16px;
    margin-bottom: 40px;
  }
  .tab-divider {
    margin: 16px 0 64px 0;
  }
}

/* nastavenia */

.settings-divider {
  border-bottom: 1px solid #ddd;
  padding-top: 45px;
  margin-bottom: 45px;
}

.settings-hidden-divider {
  display: none;
}

@media screen and (max-width: 993px){
  .settings-divider,
  .settings-hidden-divider {
    border-bottom: 1px solid #ddd;
    padding-top: 25px;
    margin-bottom: 25px;
  }
}


/* profil */

.right-divider {
    border-right: 1px solid #ddd;
}

/* auto */


/* modal */

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
@media screen and (max-width: 768px) {
    .modal-select:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: top;
        margin-right: -4px;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    padding: 10px;
}

.modal-content, .modal-body a {
  color: rgba(0,0,0,0.87);
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
  }
}

.modal-content .modal-footer a.btn {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
}

/* plate check */

#plate_check_form {
    padding-top: 32px;
}

/* dropdown */

.dropdownjs > ul > li {
  color: rgba(0,0,0,0.87);
  font-weight: 500;
}

.dropdownjs > ul {
  max-width: none;
}

.dropdownjs ul {
  width: 100%;
}

.dropdownjs ul::-webkit-scrollbar-track {
    background-color: #ffffff;
}
.dropdownjs ul::-webkit-scrollbar {
    width: 6px;
    background-color: #424242;
}
.dropdownjs ul::-webkit-scrollbar-thumb {
    background-color: #424242;
}

.dropdown-menu {
  right: 0;
  margin-top: 24px;
}

.dropdown-menu>li {
    display: block;
    width: 100%;
}

.dropdown-menu>li>a,
.dropdown-menu>li>button,
.dropdown-menu>li>form>button {
  display: block;
  padding: 6px 20px;
  line-height: 1.42857143;
  white-space: nowrap;
  cursor: pointer;
  width: 100%;
}

.dropdown-menu>li>a,
.dropdown-menu>li>button,
.dropdown-menu>li>form button {
  clear: both;
  font-weight: 500;
  color: rgba(0,0,0,0.87);
  text-decoration: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>button:hover,
.dropdown-menu>li>form:hover {
  background: rgba(0,0,0,0.08);
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>button:hover,
.dropdown-menu>li>form:hover button {
  color: #0d47a1;
}

.modal-backdrop {
  background: rgba(0, 49, 125, 0.7);
}

.modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: 0.7;
}

/* admin tabulky */

#custom-main-content {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 1px;
  background: #fff;
  color: rgba(0,0,0,0.87);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#custom-main-table-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999;
  display: table;
  background: rgba(0,0,0,0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#custom-main-table-loading-content {
  width: auto;
  height: auto;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#custom-main-table-loading-content div {
  height: auto;
  padding: 32px;
  background: #fff;
  text-align: center;
  color: #0d47a1;
  display: inline-block;
  width: auto;
  border-radius: 3px;
  float: none;
}

#custom-main-table-loading-content div h2 {
  margin: 0 0 16px 0;
  padding: 0;
  font-weight: 700;
}

#custom-main-table-loading-content div img {
  width: 50px;
  height: 50px;
}

#custom-main-table-body a,
#custom-main-table-body .role-change-button {
  color: rgba(0,0,0,0.87);
}

#custom-main-table-body a:hover,
#custom-main-table-body .role-change-button:hover {
  text-decoration: underline;
}

.custom-main-table-action-icon {
  max-width: 36px;
}

.custom-main-table-action-icon img {
  width: 24px;
  height: auto;
  cursor: pointer;
}

.custom-main-table-action-icon .custom-main-table-action-icon-disabled {
  cursor: not-allowed;
  opacity: 0.12;
}

#custom-main-table-body .role-change-button {
  cursor: pointer;
}

#custom-main-table-body .role-change-button:hover {
  text-decoration: underline;
}

#custom-main-table-filter-button {
  position: fixed;
  width: 100px;
  height: 50px;
  border-radius: 3px;
  background: #f00;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  bottom: -25px;
  margin: 0 auto;
  left: 50%;
  margin-left: -50px;
  text-align: center;
  padding: 3px;
  cursor: pointer;
}

#custom-main-table-filter-button:hover {
  bottom: -20px;
}

#custom_main_popup_filter .list-unstyled {
  padding: 8px;
}

#custom_main_popup_filter .day {
  background: #fff;
}

#custom_main_popup_filter .day:hover {
  background: #eee !important;
}

#custom_main_popup_filter .day.today {
  background: #0d47a1;
  color: #fff;
  font-weight: 500;
}

#custom_main_popup_filter .day.active {
  background: #ffc107 !important;
  color: rgba(0,0,0,0.87) !important;
  font-weight: 500;
}

#custom_main_popup_filter .day.weekend {
  background: #f6f6f6;
}

#custom_main_popup_filter .modal-body label {
  margin: 0;
}

/*#custom_main_popup_filter .modal-body input {
  margin: 0px;
  margin-top: -8px;
}*/

#custom_main_popup_filter .form-group {
  margin-top: 8px;
}

#custom_main_popup_filter .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  font-weight: 500;
  color: rgba(0,0,0,0.54);
}

#custom_main_popup_filter .form-group.is-focused .checkbox {
  color: rgba(0,0,0,0.87);
  font-weight: 500;
}

#custom_main_popup_filter .form-group.label-floating:not(.is-empty) label.control-label {
  top: -10px;
}

#custom_main_popup_filter .input-group-addon,
#custom_main_popup_filter .input-group-btn {
  padding: 8px 8px 10px 8px;
  vertical-align: bottom;
  cursor: pointer;
}

#custom-main-table .stop {
  display: none;
}

#custom_main_popup_filter .day.new,
#custom_main_popup_filter .day.old {
  color: #aaa;
}

#custom_main_popup_filter .table-condensed>tbody>tr>td,
#custom_main_popup_filter .table-condensed>tbody>tr>th {
  cursor: pointer;
}

#custom_main_popup_filter .table-condensed>tbody>tr>td,
#custom_main_popup_filter .table-condensed>tbody>tr>th,
#custom_main_popup_filter .table-condensed>tfoot>tr>td,
#custom_main_popup_filter .table-condensed>tfoot>tr>th,
#custom_main_popup_filter .table-condensed>thead>tr>td,
#custom_main_popup_filter .table-condensed>thead>tr>th {
  text-align: center;
  padding: 4px 8px;
}

#custom-main-table-empty {
  position: absolute;
  margin-top: 150px;
  text-align: center;
  width: 100%;
}

#custom-main-table {
  width: 100% !important;
  height: auto;
  margin: 0 !important;
}

#custom-main-table-heading {
  height: 64px;
  display: table;
  position: relative;
  width: 100%;
}

/*#custom-main-table-heading h1 {
  padding-left: 24px;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 500;
}*/

#custom-main-table-foot {
  height: 56px;
  text-align: right;
  padding: 8px 14px 0 14px;
}

#custom-main-table-foot.custom-main-table-footer-fix {
  padding: 5px 14px 0 14px;
}

#custom-main-table-foot.custom-main-table-footer-fix-padding {
  padding: 14px 14px 0 14px;
}

#custom-main-table-foot.custom-main-table-footer-fix #custom-main-table_length .dropdownjs::after {
  top: -6px;
}

#custom-main-table-foot.custom-main-table-footer-center {
  text-align: center !important;
}

.custom-main-table-foot-info,
.custom-main-table-foot-length,
.custom-main-table-foot-length-text,
.custom-main-table-foot-paginate {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: rgba(0,0,0,0.54) !important;
  font-weight: 500;
}

.custom-main-table-foot-info,
.custom-main-table-foot-length-text,
.custom-main-table-foot-length {
  margin-right: 32px;
}

.custom-main-table-foot-paginate .pagination {
  margin: 0 !important;
  border-radius: 0 !important;
}

.custom-main-table-foot-paginate .pagination>li:first-child>a,
.custom-main-table-foot-paginate .pagination>li:first-child>span,
.custom-main-table-foot-paginate .pagination>li:last-child>a,
.custom-main-table-foot-paginate .pagination>li:last-child>span {
  margin: 0;
  padding: 0;
}

.custom-main-table-foot-paginate .pagination a img,
.custom-main-table-foot-paginate .pagination span img {
  width: 24px;
  height: auto;
}

#custom-main-table_previous {
  margin-right: 6px;
}

#custom-main-table_previous,
#custom-main-table_next {
  opacity: 0.54;
}

#custom-main-table_previous:hover,
#custom-main-table_next:hover {
  opacity: 0.87;
}

#custom-main-table_previous.disabled,
#custom-main-table_previous.disabled:hover,
#custom-main-table_next.disabled,
#custom-main-table_next.disabled:hover {
  opacity: 0.2;
}

.custom-main-table-foot-length .form-control {
    border: 0;
    background-image: none !important;
    -webkit-background-size: 0;
    background-size: 0;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}

.custom-main-table-foot-length .dropdownjs > input {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.form-control:focus {
  border-color: transparent !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#custom-main-table_length label {
  margin: 0;
}

#custom-main-table_length .dropdownjs {
  max-width: 42px;
}

#custom-main-table_length .dropdownjs > ul {
    min-width: 96px;
}

#custom-main-table_length .dropdownjs::after {
  top: 1px;
  height: 24px;
}

#custom-main-table_paginate .pager li, #custom-main-table_paginate .pagination>li {
    vertical-align: middle;
    display: inline-block;
}

#custom-main-table_length .form-group.form-group-sm {
  margin: 0;
  padding: 0;
}

#custom-main-table-icons {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 20px;
}

#custom-main-table-icons a,
#custom-main-table-icons span {
  display: inline-block;
  padding-left: 20px;
  cursor: pointer;
}

#custom-main-table-icons a svg,
#custom-main-table-icons span svg {
  vertical-align: middle;
  fill: rgba(0,0,0,0.54);
}

#custom-main-table-icons a:hover svg,
#custom-main-table-icons span:hover svg {
  fill: rgba(0,0,0,0.87);
}

#custom-main-table-icons span.header-search {
  width: 192px;
  position: relative;
  display: inline-block;
  padding-left: 24px;
}

#custom-main-table-icons .form-group {
  margin-top: 8px;
}

#custom-main-table-icons #search {
  max-width: 144px;
}

#custom-main-table-icons .btn,
#custom-main-table-icons .input-group-btn .btn {
  padding: 6px 12px;
  margin: 0 0 7px 0;
}

#custom-main-table-icons #custom-main-filter-button.btn {
  margin-top: 6px;
}

#custom-main-table-icons .input-group .input-group-btn {
  padding: 0;
}

#custom-main-table-icons .form-group.header-search-wrapper {
  margin-left: 24px;
}

#custom-main-table-icons .header-search-wrapper {
  display: block;
  float: left;
}

#custom-main-table-icons .header-search>.header-search-content {
  position: absolute;
  bottom: -14px;
}

#custom-main-table-icons .form-group.form-group-sm {
  margin: 0;
}

#custom-main-table-icons .form-group-sm .form-control {
  font-size: 16px;
}

#custom-main-table-body tr td.dataTables_empty {
  text-align: center !important;
  font-weight: 500;
  color: rgba(0,0,0,0.87);
}

#custom-main-table th,
#custom-main-table td:not(.empty) {
  text-align: right;
  padding-right: 32px;
}

#custom-main-table tr {
  border-bottom: 1px solid #ddd;
}

#custom-main-table tr th:first-child,
#custom-main-table tr td:not(.empty):first-child {
  padding-left: 24px;
  text-align: left;
  padding-right: 24px;
}

#custom-main-table thead tr {
  height: 56px;
}

#custom-main-table thead.hover th:hover,
#custom-main-table thead.hover td:hover {
  background: #f9f9f9;
}

#custom-main-table tbody tr:hover {
  background: #eee;
}

#custom-main-table thead th,
#custom-main-table thead td {
  font-size: 12px;
  font-weight: 600;
  color: rgba(0,0,0,0.54);
}

#custom-main-table tbody tr {
  height: 48px;
}

#custom-main-table tbody th,
#custom-main-table tbody td:not(.empty) {
  font-size: 13px;
  font-weight: 400;
  color: rgba(0,0,0,0.87);
}

#custom-main-table .custom-main-table-action-icon {
  padding: 0 !important;
  text-align: center !important;
}

#custom-main-table .custom-main-table-action-icon img.hover_icon {
  opacity: 0.54 !important;
}

#custom-main-table .custom-main-table-action-icon img.hover_icon:hover {
  opacity: 0.87 !important;
}

#custom-main-table .custom-main-table-action-icon-header {
  padding: 0 !important;
  text-align: center !important;
  width: 48px !important;
  max-width: 48px !important;
}

.modal-content .modal-footer input {
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  width: auto;
}

.custom-modal-small .modal-content {
  border-radius: 3px;
}

.custom-modal-small .form-group {
  margin: 0;
}

.custom-modal-green .modal-header,
.custom-modal-red .modal-header,
.custom-modal-blue .modal-header,
.custom-modal-amber .modal-header {
  padding-bottom: 12px;
  padding-top: 16px;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-top: -4px;
}

.custom-modal-amber .modal-header {
    color: rgba(0,0,0,0.87);
}

.custom-modal-green .modal-content,
.custom-modal-red .modal-content,
.custom-modal-blue .modal-content,
.custom-modal-amber .modal-content {
  padding-top: 2px;
}

.custom-modal-blue .close,
.custom-modal-green .close,
.custom-modal-red .close,
.custom-modal-amber .close {
  margin: 0;
  color: #fff;
  text-shadow: none;
  opacity: 0.54;
  font-weight: 300;
}

.custom-modal-amber .close {
    color: rgba(0,0,0,0.87);
}

.custom-modal-green .modal-header {
  background: #388E3C;
}

.custom-modal-red .modal-header {
  background: #D32F2F;
}

.custom-modal-blue .modal-header {
    background: #0d47a1;
}

.custom-modal-amber .modal-header {
    background: #ffc107;
}

.modal .modal-header .close:hover,
.modal .modal-header .close:focus {
  color: #212121;
  opacity: 0.87;
}

.custom-modal-medium .modal-body,
.custom-modal-small .modal-body {
  padding-top: 16px;
}

.custom-modal-xlarge .modal-dialog {
    max-width: 1024px;
    width: 100%;
}

.custom-modal-medium .modal-dialog {
    max-width: 512px;
}

.custom-modal-mediumSmall .modal-dialog {
    max-width: 420px;
}

.custom-modal-small .modal-dialog {
  max-width: 256px;
}

/*.modal .form-group {*/
    /*margin: 16px 0 0 0;*/
/*}*/

/*.modal .form-group.label-floating {*/
    /*margin: 48px 0 0 0;*/
/*}*/

@media (max-width:641px) {
  #custom-main-table-loading-content div {
    height: auto;
    padding: 32px;
    background: #fff;
    text-align: center;
    color: #0d47a1;
    margin: 0 auto;
    border-radius: 3px;
    float: none;
  }
}

.user-tables-content {
  width: 100%;
}

.user-tables-content thead {
  border-bottom: 2px solid rgba(0,0,0,0.54);
  border-top: 1px solid rgba(0,0,0,0.54);
  font-size: 18px;
}

.user-tables-content thead th {
  color: #fff;
  padding-top: 16px;
  padding-bottom: 12px;
  background: #0d47a1;
}

.user-tables-content tbody th {
  padding: 8px 0;
  color: rgba(0,0,0,0.54);
  font-weight: 500;
}

.user-tables-content tr th {
  text-align: center;
}

.user-tables-content tr th:first-child {
  text-align: left;
}

.user-tables-content tbody tr th:first-child {
  color: rgba(0,0,0,0.87);
}

.user-tables-content tr th:first-child {
  padding-left: 16px;
}

.user-tables-content tr th:last-child {
  padding-right: 16px;
}

.user-tables-content tbody tr {
  border-bottom: 1px solid #ddd;
}

.user-tables-content tbody tr:last-child {
  border-bottom: 2px solid rgba(0,0,0,0.87);
}

.user-tables-responsive-showed {
  display: none;
}

@media (max-width: 991px){
  .user-tables-responsive-hidden {
    display: none;
  }
  .user-tables-responsive-showed {
    display: inline;
  }
  .user-tables-content tr th {
    text-align: left;
  }
}

#vehicles-table thead .sorting:after,
#vehicles-table thead .sorting_asc:after,
#vehicles-table thead .sorting_desc:after,
#vehicles-table thead .sorting_asc_disabled:after,
#vehicles-table thead .sorting_desc_disabled:after,
#parkings-table thead .sorting:after,
#parkings-table thead .sorting_asc:after,
#parkings-table thead .sorting_desc:after,
#parkings-table thead .sorting_asc_disabled:after,
#parkings-table thead .sorting_desc_disabled:after {
    position: relative;
    right: 0;
    bottom: 0;
    vertical-align: initial;
    display: inline-block;
    opacity: 1;
    margin-left: 2px;
    font-size: 12px;
}

#vehicles-table thead .sorting:after,
#parkings-table thead .sorting:after {
    opacity: 0.25;
}

#parkings-table_length {
  height: 0;
}

#parkings-table_paginate .pagination>.disabled>a,
#parkings-table_paginate .pagination>.disabled>a:hover {
  color: rgba(0,0,0,0.25);
  text-decoration: none;
}

#parkings-table_paginate .pagination>li>a:focus,
#parkings-table_paginate .pagination>li>a:hover,
#parkings-table_paginate .pagination>.active>a {
  color: #0d47a1;
}

#parkings-table_paginate .pagination>li>a {
  color: rgba(0,0,0,0.87);
  font-weight: 600;
}

a.link-admin-tables {
  color: rgba(0,0,0,0.87);
  text-decoration: underline;
}

a.link-admin-tables:hover {
  color: #0d47a1;
  text-decoration: none;
}

/* POLYGONS */

#polygons-map {
  width: calc(100% - 256px);
  position: relative;
  left: 0;
  height: 100%;
  display: inline-block;
}

#polygons-send {
  width: 256px;
  position: relative;
  right: 0;
  height: 100%;
  margin-left: -4px;
  display: inline-block;
  top: 0;
  bottom: 0;
  vertical-align: top;
  background: #fff;
  padding: 16px;
}

#polygons-send>.submitbutt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 16px;
}

.delete_polygon_button {
  cursor: pointer;
}

.delete_polygon_button img {
  height: 27px;
  width: auto;
  opacity: 0.54;
  display: inline-block;
}

.delete_polygon_button:hover img {
  opacity: 0.87;
}

.polygon_show_map {
  cursor: pointer;
}

#polygon-table-map-body {
  height: 512px;
}

#polygon-table-map-footer {
  float: left;
  padding: 0 6px;
}

#polygon-table-map-footer-buttons {
  position: absolute;
  right: 7px;
  bottom: 7px;
}

#polygon_popup_map .modal-body {
  padding: 0;
  position: relative;
}

#polygon_popup_map .modal-body>#poylgon-table-map-info {
  position: absolute;
  top: 0;
  right: 0;
  height: 300px;
  background: rgba(13,71,161,0.54);
  color: #fff;
  width: 200px;
  z-index: 2;
  padding: 0 16px;
}

#poylgon-table-map-info p {
  font-size: 12px;
}

#polygon_popup_map .modal-footer {
  padding: 7px;
  text-align: left;
}

/* firefox fixes */

@-moz-document url-prefix() {
  .custom-main-table-foot-info,
  .custom-main-table-foot-length,
  .custom-main-table-foot-length-text,
  .custom-main-table-foot-paginate {
    vertical-align: middle;
  }
  #custom-main-table-foot {
    height: 56px;
    text-align: right;
    padding: 6px 14px 0 14px;
  }
  .form-group.form-group-sm .form-control {
    margin-bottom: 0px;
  }
}

/* tables responsive */

.vehicles-table tr td,
.users-table tr td,
.parkings-table tr td {
  cursor: pointer;
}

.users-table tr td.custom-main-table-action-icon,
.users-table tr td.role,
.parkings-table tr td.dataTables_empty {
  cursor: default;
}

#custom-main-table .plate {
  white-space: nowrap !important;
}

@media (max-width: 599px) {
  #custom-main-table .customer,
  #custom-main-table .city,
  #custom-main-table .zone,
  #custom-main-table .price,
  /*.custom-main-table-foot-info,*/
  .users-table .email,
  .users-table .phone,
  .users-table .created,
  .users-table .deleted,
  .parkings-table .customer,
  .parkings-table .started,
  .parkings-table .price,
  .parkings-table .invoice,
  .parkings-table .stop,
  .responsive-hidden-xs {
    display: none;
  }
}

@media (max-width: 719px) {
  #user-parkings .zone,
  #user-parkings .city,
  .users-table .email,
  .users-table .phone,
  .users-table .role,
  .users-table .created,
  .users-table .deleted,
  .parkings-table .customer,
  .parkings-table .price,
  .parkings-table .invoice,
  .parkings-table .stop,
  .responsive-hidden-sm {
    display: none;
  }
}

@media (max-width: 1023px) {
  #custom-main-table .customer,
  .users-table .email,
  .users-table .phone,
  .users-table .role,
  .users-table .created,
  .users-table .deleted,
  .parkings-table .price,
  .parkings-table .stop,
  .responsive-hidden-md {
    display: none;
  }
}

@media print {
  #sidebar-wrapper {
    display: none;
  }
  .parkings-table th,
  .parkings-table td {
    display: table-cell !important;
  }
}

/* parking shortcuts */

.parking-shortcuts-wrapper {
    position: fixed;
    display: block;
    height: auto;
    top: 112px;
    z-index: 1000;
    left: -200px;
}

@media screen and (max-width: 991px){
    .parking-shortcuts-wrapper {
        display: none;
    }
}

.parking-shortcut {
    width: 256px;
    height: 56px;
    margin-bottom: 4px;
    left: 0;
    position: relative;
    -webkit-transition: all 350ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition:         all 350ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.parking-shortcut:hover {
    left: 128px;
    -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition:         all 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.parking-shortcut.txt-responsive h6,
.parking-shortcut.txt-responsive h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: inherit;
    margin:0;
}

.parking-shortcut.txt-responsive h6 {
    font-weight: 400 !important;
}

.parking-shortcut.txt-responsive h4 {
    font-weight: 600;
}

.parking-shortcut a {
    width: inherit;
    height: inherit;
    display: block;
    background: #ffffff;
    padding: 4px;
    text-align: right;
    color: rgba(0,0,0,0.87);
    border-radius: 56px;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.parking-shortcut .car-color-circle {

}

/* not ready */

#not-ready {
  position: fixed;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 97;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.87);
  color: white;
}

#not-ready-content {
  display: table-cell;
  vertical-align: middle;
}

#not-ready h1 {
  font-weight: 600;
  text-align: center;
}

#not-ready h4 {
  font-weight: 500;
  text-align: center;
}

/* admin */

.home-separator {
  padding-top: 32px;
  border-top: 1px solid;
}

.home-separator:first-child {
  border-top: none;
  padding-top: 0;
}

/* spinner animation */

.modal-loading {
    text-align: center;
    padding: 48px 8px;
}

.spinner {
    border: 4px solid transparent;
    border-top-color: #0a3981;
    border-bottom-color: #ffc107;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: inline-block;
    -webkit-animation: spin 2s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
    -webkit-animation: spin 2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
    animation: spin 2s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
    animation: spin 2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}

@-webkit-keyframes spin {
    0% { transform: rotate(0deg) }
    50% { transform: rotate(540deg) }
    100% { transform: rotate(1080deg) }
}

@keyframes spin {
    0% { transform: rotate(0deg) }
    50% { transform: rotate(540deg) }
    100% { transform: rotate(1080deg) }
}
