#header {
    padding-top: 5px;
    padding-bottom: 10px;
}

#navbar .navbar-right{
    display: flex; 
    align-items: center; 
    padding-left: 15px;
}

#navbar .navbar-right .language-label{
    padding-right: 8px; 
    color: #777;
}

.table.table-striped.summary-table {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.1s linear,opacity 0.1s linear;
}

.table.table-striped.summary-table.visible {
    visibility: visible;
    opacity: 1;
}

#logo {
    padding: 25px;
}

#login-form, #forgot-password-form {
    padding-top: 50px;
    width: 30%;
    margin: 0 auto;
}

#login-form .form-control, #forgot-password-form .form-control {
    margin-bottom: 25px;
}

#login-form .form-control-feedback, #forgot-password-form .form-control-feedback {
    top: 0px;
}

.clickable {
    cursor: pointer;
}

#metrics table {
    font-size: 24px;
    margin-top: 50px;
}

.light-gray {
    color: #EEEEEE;
}

.gray {
    color: #888888;
}

.gray-bg {
    background-color: #EFEFEF;
}

/*Slider coloring*/
.ui-slider, .ui-slider-index-0 {
    background-color: #EEEEEE !important;
    background-image: none;
}

.ui-slider-index-1 {
    background-color: #FFFF00 !important;
    background-image: none;
}

.ui-slider-index-2 {
    background-color: #CCCC00 !important;
    background-image: none;
}

/*Time period colors*/
.period-0 {
    border-left: solid #EEEEEE 10px;
}

.period-1 {
    border-left: solid #FFFF00 10px;
}

.period-2 {
    border-left: solid #CCCC00 10px;
}

.padding-0 {
    padding: 0;
}

.padding-6 {
    padding: 6px 0px 6px 5px;
}

.horizontal-padding-14 {
    padding-left: 14px;
    padding-right: 14px;
}

.fixed-header {
    position: fixed;
    height: 190px;
    top: 50px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 100;
    background-color: #f9f9f9;
    border-bottom: solid #e7e7e7 1px;
}

.content-after-fixed-header {
    margin-top: 190px;
}

.vertical-margin-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.vertical-margin-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.vertical-margin-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-25px {
    margin: 25px;
}

.nav-spacer {
    min-height: 70px;
}

.center-image {
    text-align: center;
    display: block;
}

.black-text {
    color: black;
}

.without-bottom-margin {
    margin-bottom: 0px
}

.angular-google-map-container {
    height: 400px;
    margin: 10px 0px 10px 0px;
}

.label-as-badge {
    border-radius: 1em;
    float: left;
    margin: 1px;
}

.label-as-badge2 {
    border-radius: 1em;
    display: inline-block;
}

.status-ended {
    border-left: solid #EEEEEE 10px;
}

.status-started {
    border-left: solid #FFFF00 10px;
}

.status-reserved {
    border-left: solid #CCCC00 10px;
}

.status-failed {
    border-left: solid #EEEEEE 10px;
}

.padded10 {
    padding: 10px;
}

.log-record {
    color: blue;
}

.green {
    color: green!important;
}

.admin-record {
    color: green;
}

.lpr-record {
    color: green;
}

.green {
    color: green;
}

.section-separator {
    margin-top: 5px;
    border-top: 1px solid #eee;
}

.horizontal-margin-0 {
    margin-left: 0!important;
    margin-right: 0!important;
}

.horizontal-margin-5px {
    margin-left: 5px;
    margin-right: 5px;
}

.horizontal-margin-20px {
    margin-left: 20px!important;
    margin-right: 20px!important;
}

.modal-xl .modal-dialog {
    width: 75%;
}

.red {
    color: red!important;
}

.orange {
    color: orange;
}

.logo-symbol {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline;
    padding: .1em .4em .2em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    border: 2px solid;
}

.barking {
    color: black;
    background-color: #FFC41F;
    border-color: black !important;
}

.bikeep {
    color: white;
    background-color: #09d65d;
    border-color: #09d65d !important;
}

.wwwash {
    color: white;
    background: linear-gradient(to top left, #3452ff, #ff1053);
    border-color: #3452ff !important;
}

.bikeep:before, .barking:before {
    content: "S";
}

.wwwash:before {
    content: "W";
}

.checkbox-menu {
    margin-top: 35px;
}

label.dropdown-item {
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 3px;
}

label.dropdown-item span {
    font-weight: normal;
}

label.dropdown-item input[type=checkbox] {
    cursor: pointer;
}

label.dropdown-item input[type="checkbox"]:checked + span {
    font-weight: bold;
}

label.dropdown-item span {
    margin-left: 6px;
}

label.dropdown-item:hover {
    background-color: whitesmoke; /* #FEC619; */
}

input[readonly].notgrayedout {
    background-color: transparent;
    cursor: pointer;
    font-size: 1em;
}

.blink_me /*, tr, input, span, i, a, h1, h2, h3, body*/
{
    animation: blinker 500ms linear infinite;
    border: 5px dashed #00FF00;
    background: #FF00FF;
    color: #FFFF00;
    border-radius: 5px;
}

@keyframes blinker {
    33% {
        border: 5px dotted #FF00FF;
        background: #00FF00;
        color: #0000FF;
        border-radius: 5px;
    }
    66% {
        border: 5px double #FFFF00;
        background: #0000FF;
        color: #00FF00;
        border-radius: 5px;
    }
}

.activefilter {
    background-color: bisque;
}

ul.filter-selection {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.filter-selection li {
    border-bottom: 1px solid lightgray;
    cursor: pointer;
}

.dropdown-menu-with-scrollbar {
    max-height: 400px;
    /* width: 445px; */
    width: 100%;
    overflow: auto;
    /* border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin: 0;
    padding: 0; */
}

ul.datefilter {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}

ul.datefilter input[type='checkbox'] {
    margin: 6px;
}

ul.datefilter ul {
    list-style-type: none;
    margin-left: 10px !important;
    padding: 0;
}

.datefilter small {
    color: lightgray;
}

a span {
    margin-left: 4px;
}

ul.placeImages {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    list-style-type: none;
}

ul.placeImages {
    display: flex;
}

ul.placeImages li {
    display: inline;
    margin-right: 30px;
}

div.imagePlaceholderContainer {
    position: relative;
    width: 320px;
    height: 240px;
    border: 2px dashed lightgray;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

div.imagePlaceholderContainer label {
    position: absolute;
    left: 5px;
    top: 5px;
}

div.uploadedImageContainer {
    position: relative;
}

div.uploadedImageContainer label {
    position: absolute;
    left: 5px;
    top: 5px;
}

.w120 {
    width: 120px !important;
}

span.imageNumber {
    font-size: 96px;
    color: lightgray;
}

.btn-group-justified .btn {
    border-right-width: 0px
}

.btn-group-justified .btn:last-of-type {
    border-right-width: 1px
}

.svg-container {
    width: 80px;
    height: 80px;
}

.svg-container svg {
    width: 100%;
    height: 100%;
}

.svg-icon-dropdown button {
    width: 100px;
    height: 100px;
}

ul.svg-icons {
    width: 500px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 5px;
    padding: 0;
}

li.svg-icon {
    display: inline-block;
    margin: 0;
    padding: 15px;
}

.txt-bold {
    font-weight: bold;
}

table.child-places-table {
    width: 70%;
    margin-top: 0px !important;
    margin-bottom: 15px !important;
    margin-left: 15px;
    background-color: white !important;
}

tr.ignore-bootstrap-hover:hover {
    background-color: white !important;
}

.centered {
    width: 100%;
    text-align: center;
}

.deactivated {
    opacity: 0.5;
}

.inline-block-without-space {
    display: inline-block;
    margin-right: -4px;
}

.blue {
    color: #337AB7;
}

table.table-main > tbody > tr > td {
    vertical-align: middle;
}

.b-table {
    font-size: 14px;
    margin: 0 !important;
    padding: 0 !important;
}

.b-table > tbody > tr > td {
    vertical-align: middle;
}

.b-table > thead > tr {
    border: 0 !important;
}

.b-table td {
    border: 1px solid lightgray;
}

.b-table tr td:first-child {
    border-left: 0;
}

.b-table tr th:first-child {
    border-left: 0;
}

.b-table tr td:last-child {
    border-right: 0;
}

.b-table tr th:last-child {
    border-right: 0;
}

.cell-right {
    text-align: right;
}

.cell-center {
    text-align: center;
}

dropdown-select button, dropdown-multiselect button {
    text-align: left !important;
    width: 100%;
}

dropdown-select.centered button, dropdown-multiselect.centered button {
    text-align: center !important;
}

dropdown-select.left button, dropdown-multiselect.left button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

/* dropdown-select.left button:hover, dropdown-multiselect.left button:hover {
    border-right: 1px solid #ADADAD;
} */
dropdown-select.right button, dropdown-multiselect.right button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.b-panel-body {
    margin: 0 !important;
    padding: 0 !important;
}

table.vmiddle > tbody > tr > td {
    vertical-align: middle;
}

input.cb {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
}

.borderless > tbody > tr > td,
.borderless > tbody > tr > th,
.borderless > tfoot > tr > td,
.borderless > tfoot > tr > th,
.borderless > thead > tr > td,
.borderless > thead > tr > th {
    border: none;
}

.report-details {
    font-weight: normal;
    display: inline;
    float: right;
    cursor: pointer;
}

.highlight {
    color: #337ab7;
}

.h30 {
    height: 30px !important;
}

.maps-searchbox {
    width: 50%;
    margin-top: 8px;
}

.move-map-marker {
    float: right;
    margin-right: 10px;
}

.place-lat-lng {
    display: inline-block;
    text-align: center;
    width: 80%;
}

.pac-container {
    z-index: 1051;
}

.inline-block {
    display: inline-block!important;
}

.btn-cb-dropdown {
    position: absolute;
    top: 0;
    bottom: 0;
}

.w200 {
    width: 200px!important;
}

.w250 {
    width: 250px!important;
}

.borderless td, .borderless th {
    border: none;
}

.timelog-summary {
    width: 250px;
    font-size: 14px;
    margin: 5px;
}

.place-name {
    font-size: 18px;
}

.place-address {
    font-size: 14px;
    color: #707070;
}

.place-action-buttons {
    font-size: 20px;
}

.rating-stars {
    width: 100px;
}

.rating-star-empty {
    color: lightgray;
}

.rating-star {
    color: orange;
}

.rating-comments {
    color: orangered;
}

.w100 {
    width: 100px!important;
}

.font12 {
    font-size: 12px;
}

table.fleet-report-details {
    margin-left: 45px;
}

ul.without-dots {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.input-group .input-group-right {
    border-left: 1px solid lightgray; 
    background: white;
}

i.info {
    font-size: 14px;
    color: #337AB7;
}

i div.b-popup { display: none; }
i:hover div.b-popup {
    display: block;
    position: absolute;
    border: 1px solid lightgray;
    background: white;
    z-index: 1;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 6px;
}

.w30 {
    width: 30px;
}

.w400 {
    width: 400px;
}

.w450 {
    width: 450px;
}

.filter-title {
    display: inline-block;
    width: 80px!important;
}

.filter-label {
    margin: 1px;
    display: inline-block;
}

.filter-container {
    padding-bottom: 3px;
}

.w150 {
    width: 150px!important;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #F8F8F8;
    border-top: 1px solid #E7E7E7;
    z-index: 1000;
    padding: 10px;
}

.italic {
    font-style: italic;
}

.bg-highlighted {
    background: #f5fbd2;
}

.h70 {
    height: 70px!important;
}

.place-tags {
    margin: 6px;
}

.badge-tag {
    margin: 2px;
    padding: 6px 12px;
    background: #337AB7;
    font-size: 14px;
    display: inline-flex;
}

.badge-tag i {
    margin-left: 6px;
}

.container-fluid {
    margin-left: 5vw;
    margin-right: 5vw;
}

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

.nav-tabs {
    border-bottom: 0;
    font-size: 14px;
    margin-bottom: 15px;
}

.nav-tabs li {
    padding: 6px 12px;
    border-bottom: 3px solid transparent;
}

.nav-tabs li.active {
    font-weight: bold;
    border-bottom: 3px solid #F9C11A;
}

.nav-tabs li:hover {
    border-bottom: 3px solid #F2CE74;
}

div.filter-panel {
    margin: 15px;
}

.place-action-buttons a i {
    color: #337AB7;
}

table.places-table tbody {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    
}

.has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
}

.has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
}

div.child-place-name {
    padding-left: 60px;
}

ul.owner-places {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

div.owner-places-all i {
    font-style: normal;
    font-size: 14px;
}

div.owner-places-all .b-popup {
    padding: 10px;
}

div.owner-places-all ul {
    padding-left: 20px;
    margin: 0;
}

span.username {
    color: gray;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}

span.username i {
    margin: 0 5px;
}

.polygon-form {
    width: 450px;
    display: inline-block;
    margin: 10px;
}

.margin-0 {
    margin: 0;
}

.upload-icon-box {
    border: 2px dashed lightgray;
    padding: 5px;
}

button.credit-search {
    margin-top: 23px;
}

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

ul.promo-codes-list {
    max-height: 300px;
    overflow-y: auto;
}

ul.promo-codes-list li {
    font-family: monospace;
}

table.valign-middle > tbody > tr > td {
    vertical-align: middle;
}

div.qr-container {
    padding: 10px;
    display: flex;
    justify-content: center;
}
#report .month-year-select{
    width: 100%;
}
.control-label.font-size-14{
    font-size: 14px;
}

.flex-align-center {
    display: flex;
    align-items: center;
}

.xl-modal-window .modal-dialog {
    width: 80%;
}

.weekday-container {
    border-bottom: 1px solid lightgray;
}
/* PADDINGS */
.pl-0 {
    padding-left: 0px;
}
.pl-1 {
    padding-left: 4px;
}
.pl-2 {
    padding-left: 8px;
}
.pl-3 {
    padding-left: 16px;
}
.pl-4 {
    padding-left: 24px;
}
.pl-5 {
    padding-left: 28px;
}
.pr-0 {
    padding-right: 0px;
}
.pr-1 {
    padding-right: 4px;
}
.pr-2 {
    padding-right: 8px;
}
.pr-3 {
    padding-right: 16px;
}
.pr-4 {
    padding-right: 24px;
}
.pr-5 {
    padding-right: 28px;
}
.pt-1 {
    padding-top: 4px;
}
.pt-2 {
    padding-top: 8px;
}
.pt-3 {
    padding-top: 16px;
}
.pt-4 {
    padding-top: 24px;
}
.pt-5 {
    padding-top: 28px;
}
.pb-1 {
    padding-bottom: 4px;
}
.pb-2 {
    padding-bottom: 8px;
}
.pb-3 {
    padding-bottom: 16px;
}
.pb-4 {
    padding-bottom: 24px;
}
.pb-5 {
    padding-bottom: 28px;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* MARGINS */
.ml-0 {
    margin-left: 0px;
}
.ml-1 {
    margin-left: 4px;
}
.ml-2 {
    margin-left: 8px;
}
.ml-3 {
    margin-left: 16px;
}
.ml-4 {
    margin-left: 24px;
}
.ml-5 {
    margin-left: 28px;
}
.mr-0 {
    margin-right: 0px;
}
.mr-1 {
    margin-right: 4px;
}
.mr-2 {
    margin-right: 8px;
}
.mr-3 {
    margin-right: 16px;
}
.mr-4 {
    margin-right: 24px;
}
.mr-5 {
    margin-right: 28px;
}
.mt-1 {
    margin-top: 4px;
}
.mt-2 {
    margin-top: 8px;
}
.mt-3 {
    margin-top: 16px;
}
.mt-4 {
    margin-top: 24px;
}
.mt-5 {
    margin-top: 28px;
}
.mb-1 {
    margin-bottom: 4px;
}
.mb-2 {
    margin-bottom: 8px;
}
.mb-3 {
    margin-bottom: 16px;
}
.mb-4 {
    margin-bottom: 24px;
}
.mb-5 {
    padding-bottom: 28px;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pointer {
    cursor: pointer;
}

.d-flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}
.align-center {
    align-items: center;
}

a.no-focus:focus {
    outline: none;
}

input[type="number"]:disabled {
    background: whitesmoke;
}

.progress-bar-reserved {
    background-color:navajowhite!important;
}

.progress-bar-transparent {
    background-color:transparent!important;
}

.progress-bar-pink {
    background-color:pink!important;
}

.input-group-addon-sm {
    margin: 4px;
    padding: 4px;
}

.form-control-number {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}

.margin-top-23 {
    margin-top: 23px;
}

.w300 {
    width: 300px !important;
}

.monthly_passes_header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.flex-1 {
    flex: 1;
}

.bg-lightpink {
    background-color: pink!important;
}

.txt-green {
    color: 'green'!important;
}

.txt-red {
    color: 'red'!important;
}

table.table-clickable-row tbody tr {
    cursor: pointer!important;
}

.font-size-20 {
    font-size: 20px;
}

.word-wrap-break-word {
    word-wrap: break-word;
}

.mb-3px {
    margin-bottom: 3px;
}

.mb-4px {
    margin-bottom: 4px;
}

.h65 {
    height: 60px;
}

.font-size-12 {
    font-size: 12px;
}

.parking-monthly-payout-report-container {
    display: flex;
    flex-direction: column;
    height: 70%;
}

.fixed-header-table-container {
    flex: 1;
    overflow-y: auto;
}

.fixed-header-table-container table {
    width: 100%;
}

.fixed-header-table-container table thead th {
    position: sticky;
    top: 0;
    background: whitesmoke;
    z-index: 2;
    padding: 8px;
    text-align: left;
}