﻿/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
   .overlay-div {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba( 255, 255, 255, .5 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat; */
}

li.language-picker.dropdown {
    display: none;
}

.LocationMapBtn {
    bottom: -20px;
}

::-ms-reveal {
    display: none;
}

.navIconSize {
    margin-right: 14px;
    height: 30px;
}

.tipsModalIcons {
    height: 37px;
    margin-top: -7px;
}

.password-complexity-label {
    font-size: 11px;
    font-weight: 100;
    margin-left: 2px;
    margin-top: 3px;
}

.upDownArrow {
    margin-top: -0.4rem;
    font-size: 22px;
    top: 14px;
    right: -4px;
}

.upDownArrow.mobile {
    font-size: 18px;
    top: 16px;
    right: 10px;
}

/* Css za iPhone 11, ker navadni "media" ne dela za iphone 11 verzijo*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .ios_only {
        display: inline
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .ios_only {
        display: inline
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
    .ios_only {
        display: inline
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 2) {
    .ios_only {
        display: inline
    }
}
/*IOS css only*/
@supports (-webkit-touch-callout: none) {
    .ios_only {
        display: inline
    }
}

/*SAFARI css only*/
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .safari_only {
            display: inline
        }
    }
}

#LocationDiv {
    height: calc(100% - 140px) !important;
}
@media (max-height: 629px) {
    #LocationDiv {
        height: calc(100% - 130px) !important;
    }
}
@media (max-height: 554px) {
    #LocationDiv {
        height: calc(100% - 120px) !important;
    }
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
.overlay-div.loading {
    display: block !important;
}

#SearchLocation {
    border-bottom: 2px solid black !important;
}

.color-icons-dark i.icon-connecting-status.charging-icons.white-font {
    color: black !important;
}

.color-icons-dark i.icon-connecting-status-1.charging-icons.white-font {
    color: black !important;
}

.color-icons-dark i.icon-connecting-status-2.charging-icons.white-font {
    color: black !important;
}

.color-icons-dark i.icon-connecting-status-3.charging-icons.white-font {
    color: black !important;
}

.color-icons-dark i.icon-left-plus.icon-inv.icon-message-s {
    color: black !important;
}

i.icon-left-plus.icon-inv.icon-message-s .icon-x-s.filter-item {
    padding-left: 25px;
}

.overflowBig {
    max-height: 53%;
    overflow: auto;
}

.cardholder-birthday select {
    height: 100%;
    border-radius: 8px;
    border-width: thin !important;
    border-color: white !important;
}

    .cardholder-birthday select.day {
        width: 20% !important;
        margin-right: 10px;
        padding-left: 7px;
    }

    .cardholder-birthday select.month {
        width: 25% !important;
        margin-right: 10px;
        padding-left: 10px;
    }

    .cardholder-birthday select.year {
        width: 35% !important;
        margin-right: 10px;
        padding-left: 20px;
    }

.show-filters-div {
    width: 100px;
    height: 100px;
}

.text-field-para.checkbox-list-div {
    height: 75%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 95%;
}

.form-group.checkbox-items.m-t-lg {
    margin-right: -8px;
}

/*.visible-portrait.app-panel-buttons {
    height: 15%;
}*/

.errorBorder {
    border: solid 2px red;
}

.successBorder {
    border: solid 2px black;
}

.pending-border {
    border-left-color: #ff500c !important;
}

.finish-border {
    border-left-color: #000000 !important;
}

.new-border {
    border-left-color: #37b950 !important;
}

.invoice-sticker {
    border-radius: 5px;
    padding: 1px 5px;
    margin-top: 5px;
}


.pending-status-highlight {
    height: 16px !important;
    border: none;
    color: white;
    font-size: 11px !important;
    background-color: #ff500c !important;
}

.finish-status-highlight {
    height: 16px !important;
    border: none;
    color: white;
    font-size: 11px !important;
    background-color: #000000 !important;
}

.new-status-highlight {
    height: 16px !important;
    border: none;
    color: white;
    font-size: 11px !important;
    background-color: #37b950 !important;
}

.blue-status-highlight {
    height: 16px !important;
    border: none;
    color: white;
    font-size: 11px !important;
    background-color: #363BF7 !important;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
    background-color: #060606;
    color: white;
}

.textAreaHelpDesk {
    height: 177px !important;
}

.app-panel-fixed-bottom-buttons {
    position: absolute;
    left: 0px;
    width: 100%;
    padding: 0px 10px;
    bottom: 25px;
}

.custom-select {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*margin: 0 0 1em; OC-2248*/
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    border-radius: 8px;
}

    .custom-select:before {
        color: #333;
        display: block;
        font-family: 'FontAwesome';
        font-size: 1em;
        height: 100%;
        line-height: 2.5em;
        padding: 0 0.625em;
        position: absolute;
        top: 8px;
        right: 10px;
        text-align: center;
        width: 1em;
        z-index: -1;
    }

    .custom-select select {
        background-color: transparent;
        border: 0 none;
        box-shadow: none;
        color: #333;
        display: block;
        font-size: 100%;
        line-height: normal;
        margin: 0;
        padding: .5em;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

/** barvna tema za temno ozadje in bele ikone **/

.color-icons-dark .white-border-right {
    border-right: 2px solid black;
}

.color-icons-dark .white-border-bottom {
    /*border-right: 2px solid black; */
}

.color-icons-dark .square-header {
    color: black !important;
}

.color-icons-dark .square-font {
    color: black !important;
}


#ChargingDiv .btn.btn-etrel.btn-primary.btn-block.btn-charge-now {
    background-color: black !important;
    color: white !important;
}

    #ChargingDiv .btn.btn-etrel.btn-primary.btn-block.btn-charge-now i {
        color: white !important;
    }

.color-icons-dark #ChargingDiv .btn-primary-inv-white {
    background-color: transparent;
    border-color: black;
    border-width: 2px;
    color: black;
}

    .color-icons-dark #ChargingDiv .btn-primary-inv-white:hover {
        border-color: #333333;
    }

    .color-icons-dark #ChargingDiv .btn-primary-inv-white:active {
        border-color: #666666;
    }

.color-icons-dark .charging-div i.icon-tick-l.title-icon-base.title-icon-xl {
    color: black !important;
}

.color-icons-dark .charging-div .btn-primary-inv-white.btn-etrel.btn-block i {
    color: black !important;
}

.color-icons-dark .charging-div .m-t.ng-binding {
    color: black !important;
}

.color-icons-dark .charging-div i.charging-icons {
    color: black !important;
}

.color-icons-dark .charging-div .text-field-para .white-font {
    color: black !important;
}

.color-icons-light .charging-div .btn.btn-etrel.btn-link {
    color: white;
}

.color-icons-light .charging-div .btn.btn-etrel.btn-link i {
    color: white;
}

.color-icons-light #ChargingDiv .btn-primary {
    background-color: white;
    border-color: white;
    color: black;
}

.color-icons-light #ChargingDiv .btn-primary i {
    color: black;
}

.custom-select select::-ms-expand {
    display: none; /* to ie 10 */
}

.custom-select select:focus {
    outline: none;
}


#UserExperienceDiv .full-height {
    background-color: #e6e6e6;
}

#UserExperienceDiv .full-height {
    background-color: #e6e6e6;
    height: 100%;
    position: absolute;
}

.commercial-padding {
    padding: 30px;
    padding-bottom: 7%;
}

.loader-progress-bar {
    width: 96%;
    bottom: 3%;
    position: absolute;
    height: 20px;
    border-radius: 12px;
    border: 1px solid white;
}

.fullWidth-whenSolo {
    width: 100%;
}

.loader-progress-div {
    width: 90%;
    height: 30px;
    background-color: white;
    display: inline-block;
    height: 5px;
    border-radius: 12px;
    margin-left: 2%;
}

.overlay-div-progress-bar {
    margin: 3%;
}

.title-padding.icons-div {
    margin-top: -20px;
}

.icon-user-experience {
    position: relative;
    margin-bottom: 5%;
}

.user-experience-text {
    color: black;
}

.commercial-image-div {
    width: 100%;
    margin-top: 3px;
}

.textAreaProcentualHeight {
    min-height: 23% !important;
    width: 100% !important;
}


.commercial-text {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    color: black;
    font-weight: bold;
}

.instance-logo-div {
    text-align: center;
}

.icon-user-experience > i {
    font-size: 60px;
}

.overlay-div-instance-logo {
    margin-left: auto;
    margin-right: auto;
    max-height: 100px;
    max-width: 100px;
    background-color: transparent;
    margin-top: 40px;
}

.height-68 {
    height: 68%;
}

.overlay-div > .overlay-div-center-logo {
    text-align: center;
    margin-top: 90px;
}

.overlay-logo-icon {
    background: url("../img/Icons/logoetrel.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 20px;
    display: inline-block;
    margin-left: 6px;
    margin-top: 95px;
}

.white-font.overlay-text {
    display: inline-block;
}

.overlay-div-etrel-logo {
    float: right;
    position: absolute;
    bottom: 10%;
    right: 2%;
}

.form-control:focus {
    border-color: white !important;
}

select#Category, select#CategoryType {
    border-color: white !important;
}

.form-control {
    border-width: thin !important;
    border-color: white !important;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active {
    color: black;
    text-decoration: none;
}

textarea.form-control:focus {
    border-color: transparent !important;
}


.color-icons-light #ChargingDiv .btn.btn-primary-inv-white.btn-etrel.btn-block {
    color: white;
}

    .color-icons-light #ChargingDiv .btn.btn-primary-inv-white.btn-etrel.btn-block:hover {
        border-color: #F0F0F0;
    }

    .color-icons-light #ChargingDiv .btn.btn-primary-inv-white.btn-etrel.btn-block:active {
        border-color: #E6E6E6;
    }


.form-control, .single-line {
    border-radius: 8px;
}

/*.btn-primary.btn-etrel:hover, .btn-primary.btn-primary-half.btn-etrel:hover, #ChargingDiv .btn.btn-etrel.btn-primary.btn-block.btn-charge-now:hover {
    background-color: #333333 !important;
    border: none;
}

.btn-primary.btn-etrel:active, .btn-primary-half.btn-etrel:active, #ChargingDiv .btn.btn-etrel.btn-primary.btn-block.btn-charge-now:active{
    background-color: #666666 !important;
    border: none;
}*/

button.btn-link.btn-etrel:active {
    background-color: #bebebe !important;
    border: none;
}

/** white buttons: hover, focus, active ***/
/*.btn-primary-inv.btn-etrel:active {
    background-color: #bebebe !important;
}

.btn-primary-inv.btn-etrel:hover i {
   color: black;
}

.btn-primary.btn-etrel:active i {
   color: white;
}*/

.color-icons-light #ChargingDiv .btn-primary.btn-etrel:hover {
    background-color: #F0F0F0 !important;
}

.color-icons-light #ChargingDiv .btn-primary.btn-etrel:active {
    background-color: #E6E6E6 !important;
}


.btn-link.btn-etrel:active i {
    color: black;
}

.margin-left-15 {
    margin-left: 15px;
}

.vertical-timeline-block {
    margin-bottom: 12px;
}

/** changed paddings for tiles **/
.modal-body {
    padding: 8px 4px 25px 4px;
}

/** cointainer background **/
.gray-bg {
    background-color: #e6e6e6;
}

/** centered text for 'report a problem' **/
.btn-center-text {
    margin-top: 14px;
}

/** div for 'money' icon */
.icon-select-div i {
    color: white;
    font-size: 28px;
}

/** bold font - date **/
.font-black-bold {
    color: black;
    font-weight: bold;
}

/** each list item in session list **/
.agile-list li.session-item.success-element {
    border-left: 4px solid black;
    padding-top: 7px;
}

/** fixed close button **/
.close-button {
    bottom: 0px;
    position: fixed;
    width: 100%;
    background-color: white;
}

/** session list container **/
.sessions-panel {
    height: 95%;
    overflow-y: auto;
    overflow-x: hidden;
}

.width-auto {
    width: auto;
}

/** unread message icon (circle) **/
.message-number-div {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: black;
    color: white;
    float: right;
    padding-top: 6.5px;
    padding-right: 12px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}

/** bottom bar with 'back' and 'new' buttons **/
.conversations-bottom-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #e6e6e6;
    padding-top: 10px;
    padding-bottom: 15px;
}

/** '+' button open **/
.open-detail-div i {
    font-size: 20px;
    margin-left: -12px;
    margin-top: -10px;
}

/** button new - icon **/
.button-new div i {
    margin-top: -8px;
}

/** button back - conversations **/
button.btn.btn-etrel.btn-link.btn-back p {
    margin-left: 28px;
    margin-top: 8px;
}

/** session open icon div '+' **/
.open-detail-div {
    float: right;
}

.booking-filter-on {
    margin-top: 12px;
    color: #0094FF;
}

.booking-filter-off {
    margin-top: 12px;
    color: black;
}

.conversations-bottom > .row .buttons-div {
    margin-left: 0px;
}

/** conversation item **/
.conversation-item b {
    text-transform: uppercase;
}

.conversation-detail-owner {
    font-weight: bold;
}

    .conversation-detail-owner .conversation-text-message {
        font-size: smaller;
        font-weight: normal;
    }

.message-text-small {
    font-size: 75%;
    margin-left: 10px;
}

.modal-body.main-panel {
    height: 95%;
}

.title-padding {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 3px;
}

.message-text-small.address {
    display: inline-block;
    margin-left: 20px;
}

.conversation-main-panel > .message-text-small.address {
    margin-left: 35px;
}

.text-smaller {
    font-size: 65%;
    display: inline-block;
}

.conversation .btn.btn-etrel.btn-back {
    margin-left: 50px;
}

    .conversation .btn.btn-etrel.btn-back i {
        margin-left: -30px;
    }

.conversation .btn.btn-etrel.btn-send {
    margin-right: 50px;
}

    .conversation .btn.btn-etrel.btn-send i {
        left: -5px;
        top: 0px;
    }

.fixed-bottom .btn.btn-send {
    margin-left: -10px;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 18px;
}

.fixed-bottom.conversation .btn.btn-send i {
    left: 10px;
    top: -11px;
    font-size: 25px;
}

.fixed-bottom.conversation {
    box-shadow: none;
}

    .fixed-bottom.conversation > textarea.form-control {
        width: 85%;
        border: none;
        margin-left: 27px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.conversation-main-panel {
    height: 50%
}

.button-back-icon {
    background-color: black;
}


/** margin before **/
.margin-before {
    margin-top: 15px;
}

/** session detail div **/
.session-detail-div {
    margin-top: 10px;
}

.conversation-subtitle.message-text-small.address {
    margin-left: 35px;
}

.session-detail-div ddt {
    width: 120px;
    margin-left: 15px;
}

.row.free-of-charge-div {
    margin-bottom: -5px;
}


.buttons-panel-left {
    margin-left: 0px;
    margin-right: -8px;
}

.buttons-panel-right {
    margin-right: 0px;
    margin-left: -10px;
}

.session-detail-div > .row:nth-child(2) {
    margin-top: 12px;
}
/*** div for card logo **/
.card-logo-div {
    float: right;
    padding: 0px;
    display: inline-block;
    margin-top: -25px;
    margin-bottom: 20px;
}

.locations-content-list {
    padding-top: 15px;
    padding-bottom: 50px;
}

/** main div for card list **/
.modal-body.select-payment-card {
    height: 95%;
}

.connectors-list .agile-list li::after {
    background-color: yellow;
}


.select-payment-card.light-gray {
    overflow-y: scroll;
    height: 83%;
    margin-bottom: 10px;
}

.fixed-bottom.points-of-interest-div {
    margin-left: -31px;
}

    /** left button 'previous' **/
    .fixed-bottom.points-of-interest-div .btn-primary-inv {
        padding-top: 12px;
        padding-bottom: 12px;
        margin-left: 24px;
        width: 90%;
    }

        /** right button 'next' **/
        .fixed-bottom.points-of-interest-div .btn-primary-inv.next-button {
            padding-top: 12px;
            padding-bottom: 12px;
            width: 90%;
            margin-left: -10px;
        }

    .fixed-bottom.points-of-interest-div .row:nth-child(2) {
        padding-top: 5px;
        padding-bottom: 15px;
        margin-left: -40px;
    }

    .fixed-bottom.points-of-interest-div .row .close-location-btn {
        margin-left: 20px;
    }

    .fixed-bottom.points-of-interest-div .row .visit-page-btn {
        margin-left: 0px;
    }

    /** second line - 'close' and 'visit page'  **/
    .fixed-bottom.points-of-interest-div .row:nth-child(2) {
        padding-top: 5px;
        padding-bottom: 15px;
    }

.fixed-bottom .btn.btn-register-new-card {
    margin-left: 0px;
}


.navbar-default {
    background-color: #111111;
    color: #8c8c8c;
    height: 100%;
}

/** smiley icon :) **/
.user-satisfaction i {
    position: absolute;
    right: 15px;
    font-size: 17px;
    font-weight: bold;
    top: 0px;
}

.session-detail-div > .row {
    margin-bottom: 15px;
}


.color-icons-dark icon-connecting-status-1 charging-icons white-font {
    color: black !important;
}

/** bottom menu with back button **/
.fixed-bottom {
    position: fixed;
    bottom: 0px;
    background-color: #e6e6e6;
    width: 100%;
    /*height: 10%; */
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.25);
}

.default-gray {
    background-color: #E6E6E6;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: scroll;
}

.top-shadow.back-button {
    box-shadow: 0px 5px 20px 0px grey;
    top: -5px;
    height: 5px;
    background-color: transparent;
}

.vertical-timeline-message > .vertical-timeline-message-content {
    width: 80%;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.chat-triangle-right {
    margin-left: 78%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 0;
    border-color: #ffffff transparent transparent transparent;
}

.chat-triangle-left {
    margin-left: 15%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 0;
    border-color: transparent #ffffff transparent transparent;
}

.conversation-main-panel {
    padding-left: 0px;
    padding-right: 0px;
}

.vertical-timeline-message-content > .message-text-small.no-margin {
    margin-left: 0px;
}

.vertical-timeline-message:first-child {
    margin-top: 15px;
}

.vertical-timeline-message.customer-item > .vertical-timeline-message-icon {
    float: right;
}

.vertical-timeline-message.customer-item > .vertical-timeline-message-content {
    float: left;
}

.vertical-timeline-message.support-team-item > .vertical-timeline-message-icon {
    float: left;
}

.vertical-timeline-message.support-team-item > .vertical-timeline-message-content {
    float: right;
}

.vertical-timeline-message.close-icon {
}

.modal-body {
    height: 100%;
}

.margin-bottom {
    margin-bottom: 15px;
}

.margin-bottom-right {
    margin-bottom: 17px;
}

.agile-list li {
    padding-left: 15px;
    padding-top: 7px;
    margin-bottom: 15px;
}

    .agile-list li.danger-element {
        border-left: 5px solid black;
    }

.agile-list.custom-list-margin {
    margin-left: -35px;
}

.data-div {
    font-size: 15px;
}

.row .col-xs-6 {
    padding-left: 12px;
    padding-right: 12px;
}

.buttons-div.row .col-xs-6 {
    padding-left: 12px;
    padding-right: 12px;
}

.icon-search-s{
    top: 4px!important;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    display: none;
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

.pac-container {
    font-family: Roboto;
    z-index: 2500;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

    #type-selector label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

#target {
    position: absolute;
    z-index: 2500;
    width: 345px;
}


.ibox-tools {
    float: right;
}

.btn-block + .btn-block {
    margin-top: 8px
}

.ibox-buttons {
    float: right;
    position: absolute;
    right: 25px;
    top: 7px
}

.form-buttons {
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 28px;
}


.form-buttons-left {
    margin-bottom: 5px
}

.clear-both {
    clear: both;
}


.ibox-border {
    border-bottom: 3px solid #e7eaec;
}

.dataTables_length select {
    padding-top: 3px;
}

fieldset {
    display: block;
    /*float:left;*/
    width: 100%;
}

.m-none {
    margin: 0px;
}


.pager-table {
}

    .pager-table nav {
        float: right;
        margin: 0px;
    }

    .pager-table table {
        margin-bottom: 6px;
    }


        .pager-table table th:not(.pager-table-sorting-asc):not(.pager-table-sorting-desc) {
            background-color: white !important;
        }

    .pager-table .pagination {
        margin: 2px 0px;
    }


.pagination > li:last-child > button {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li:first-child > button {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pager-table-info {
    margin-top: 10px;
}

.pager-table-show label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

.pager-table-show select {
    width: 75px;
    display: inline-block;
    padding-top: 3px;
}

.pager-table-sorting {
    cursor: pointer;
    background-color: white !important;
}

    .pager-table-sorting:after {
        float: right;
        bottom: 8px;
        right: 8px;
        display: block;
        font-family: 'Glyphicons Halflings';
        opacity: 0.2;
        content: "\e150";
    }

.pager-table-sorting-asc {
    cursor: pointer;
    background-color: #F5F5F6 !important;
}

    .pager-table-sorting-asc:after {
        float: right;
        bottom: 8px;
        right: 8px;
        display: block;
        font-family: 'Glyphicons Halflings';
        opacity: 0.5;
        content: "\e155";
    }

.pager-table-sorting-desc {
    cursor: pointer;
    background-color: #F5F5F6 !important;
}

    .pager-table-sorting-desc:after {
        float: right;
        bottom: 8px;
        right: 8px;
        display: block;
        font-family: 'Glyphicons Halflings';
        opacity: 0.5;
        content: "\e156";
    }


input[type="checkbox"] {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: -1px 0 0 0;
    vertical-align: middle;
    cursor: pointer;
}

.border-top-none {
    border-top: none;
}

.nowrap {
    white-space: nowrap;
}

.fc-event {
    cursor: pointer;
}

.selected {
    background-color: #dde99e !important;
}

.xl-modal-window .modal-dialog {
    width: 95%;
}


.wide-modal-window .modal-dialog {
    width: 900px;
}

.cursor-pointer {
    cursor: pointer;
}

.close-nav-bar {
    /*color:white;*/
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
}

.navbar-static-side {
    z-index: 1;
}

.label {
    white-space: normal;
}

.hover-object:hover {
    background-color: #f4f4f4;
}

.dl-horizontal-small dt {
    width: 30px;
}

.dl-horizontal-small dd {
    margin-left: 50px;
}

.success {
    background-color: #1ab394;
}

.text-success {
    color: #1ab394;
}

.amcharts-export-menu-top-right {
    top: 10px;
    right: 0;
}

.text-light-gray {
    color: #f4f4f4;
}

.widget-active {
    background-color: #233645;
}

.widget-height {
    height: 192px;
}

.white-color {
    color: white !important;
}

.navBtn {
    margin: 0px;
    height: inherit;
    text-transform: none;
}

#marker-tooltip {
    display: none;
    position: absolute;
    z-index: 3000;
    background-color: #ffffff;
    padding: 15px;
    margin: 15px;
    border: 1px solid #cdcdcd;
}


.datetime-picker-dropdown {
    outline: 0;
}

    .datetime-picker-dropdown table {
    }

        .datetime-picker-dropdown table td {
            padding: 0px !important;
            border: none !important;
        }


    .datetime-picker-dropdown > li.date-picker-menu div > table .btn-default {
        border: 0;
        background-color: transparent;
        color: black;
    }

    .datetime-picker-dropdown > li.time-picker-menu div > table {
    }

button:focus {
    outline: 0;
}

.position-relative {
    position: relative;
}


.btn-gray.btn-outline {
    color: #000000;
}


    .btn-gray.btn-outline:hover {
        color: #fff;
    }

.btn-gray {
    background-color: #555555;
    border-color: #555555;
    color: #FFFFFF;
}

    .btn-gray:hover,
    .btn-gray:focus,
    .btn-gray:active,
    .btn-gray.active,
    .open .dropdown-toggle.btn-gray,
    .btn-gray:active:focus,
    .btn-gray:active:hover,
    .btn-gray.active:hover,
    .btn-gray.active:focus {
        background-color: #444444;
        border-color: #444444;
        color: #FFFFFF;
    }

    .btn-gray:active,
    .btn-gray.active,
    .open .dropdown-toggle.btn-gray {
        background-image: none;
    }

        .btn-gray.disabled,
        .btn-gray.disabled:hover,
        .btn-gray.disabled:focus,
        .btn-gray.disabled:active,
        .btn-gray.disabled.active,
        .btn-gray[disabled],
        .btn-gray[disabled]:hover,
        .btn-gray[disabled]:focus,
        .btn-gray[disabled]:active,
        .btn-gray.active[disabled],
        fieldset[disabled] .btn-gray,
        fieldset[disabled] .btn-gray:hover,
        fieldset[disabled] .btn-gray:focus,
        fieldset[disabled] .btn-gray:active,
        fieldset[disabled] .btn-gray.active {
            background-color: #444444;
            border-color: #444444;
        }

.status-box {
    position: absolute;
    right: 0%;
    top: 5%;
    padding: 5px 10px;
    border-radius: 0px 0px 5px 0px;
}

.GmapLabel {
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.GmapLabelWhite {
    font-weight: bold;
    font-size: 14px;
    color: white;
}

.float-right {
    float: right;
    padding-right: 22px;
    padding-top: 3px;
}


.entropizer-track {
    background-color: #e8e8e8 !important;
    border-radius: 2px !important;
    height: 4px !important;
    margin-top: 5px !important;
}

.entropizer-bar {
    height: 4px !important;
}

.gray {
    background-color: gray
}

.light-gray {
    /*background-color: #f1f1f1*/
    background-color: #E8E8E8;
}

.product-imitation {
    position: relative;
    padding: 60px 0px;
}

.pre-payment {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    padding: 6px 12px;
    position: absolute;
    top: 0px;
    left: 0;
}

.right-shadow {
    position: absolute;
    left: -5px;
    top: 0px;
    width: 5px;
    -webkit-box-shadow: 2px 0 5px 0px #ccc;
    box-shadow: 2px 0 5px 0px #ccc;
    background-color: white;
}


.top-shadow {
    height: 5px;
    -webkit-box-shadow: 0px 5px 5px 0px #ccc;
    box-shadow: 0px 5px 5px 0px #ccc;
    background-color: white;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.bottom-shadow {
    height: 5px;
    -webkit-box-shadow: 0px 5px 5px 0px #ccc;
    box-shadow: 0px 5px 5px 0px #ccc;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.white-font {
    color: white !important;
}

.half-height {
    height: 100%;
}

.third-height {
    height: 100%;
}

.two-third-height {
    height: 100%;
}

.height-40 {
    height: 100%;
}

.height-68 {
    height: 100%;
}

.height-20-inv {
    height: 20%;
    position: relative;
    width: 100%;
}

.where-to-height {
    position: relative;
    width: 100%;
}

.socket-output-height {
    position: relative;
    width: 100%;
}

.height-60 {
    height: 100%;
}

.height-45 {
    height: 100%;
}

.height-55 {
    height: 100%;
}

.form-horizontal .control-label {
    padding-top: 0px !important;
}

.btn-link {
    /*    font-weight:bold;*/
    color: black;
}

.btn-link-half {
    width: 49%;
}

.btn-link-third {
    width: 33%;
}

.m-t-xxl {
    margin-top: 150px;
}

.control-label {
    text-align: left !important;
    font-weight: normal;
}


h1 {
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    margin: 0 15px 10px 15px;
}

h2 {
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    margin: 0 15px 10px 15px;
}

h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: black;
}

textarea.helpdesk {
    width: 90%;
    margin: 0 auto;
    border: none;
    margin-bottom: 9px;
}

.location-search {
    color: black !important;
    font-size: 28px;
    font-weight: 800;
    border: none;
    border-bottom: 2px solid black;
    background-color: transparent;
    border-radius: unset;
}

.form-error {
    border: 2px solid #ff5115 !important;
}

.form-error-text {
    color: #ff5115;
}

.form-error-checkbox {
    outline: 2px solid #ff5115 !important;
}

.hidden-portrait {
    display: block !important;
}

.portrait-scroll {
    overflow-y: scroll;
    height: 63%;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.visible-portrait {
    display: none !important;
}

@media (min-aspect-ratio: 12/9) and (max-height: 800px) {

    .main-panel {
        max-height: 600px !important;
        height: 600px !important;
    }

    /** test **/
    .btn.button-new {
        margin-left: -100px;
        background-color: green;
    }
}

@charset "UTF-8";

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

ng\:form {
    display: block;
}

@media (min-aspect-ratio: 12/9) and (max-height: 499px) {
    .modal-dialog {
        width: 98%;
        max-width: 600px !important;
        margin: 5px auto;
    }
}

@media (min-aspect-ratio: 12/9) and (max-height: 360px), (min-width: 768px) and (max-height: 350px) {
    .app-panel {
        height: 270px;
    }

    .connector-list-panel {
        height: 300px;
    }

    .max-width-modal {
        width: 300px !important;
    }
}

@media (min-aspect-ratio: 12/9) and (max-height: 450px) and (min-height: 361px), (min-width: 768px) and (max-height: 450px) and (min-height: 361px) {
    .app-panel {
        height: 330px;
    }

    .connector-list-panel {
        height: 360px;
    }

    .max-width-modal {
        width: 350px !important;
    }
}

@media (min-aspect-ratio: 12/9) and (min-height: 451px), (min-width: 768px) and (min-height: 451px) {
    .app-panel {
        height: 470px;
    }

    .connector-list-panel {
        height: 500px;
    }

    .max-width-modal {
        width: 370px !important;
    }
}

/*@media (min-aspect-ratio: 12/9) and (min-height: 600px) {
    .connector-list-panel {
        height: 80% !important;
    }
}*/

@media (min-height: 501px) and (max-height: 629px) {
    .modal-dialog {
        width: 98%;
        max-width: 700px !important;
        margin: 7px auto;
    }

    /** test */
    .btn.button-new {
        margin-left: -100px;
        background-color: green;
    }
}

@media (min-aspect-ratio: 12/9), (min-width: 768px) and (max-width:1080px) {
    .textarea.helpdesk {
        width: 280px;
        margin-left: 20px;
    }

    .conversation .btn.btn-etrel.btn-send {
        margin-right: 0px;
    }
}

@media (min-aspect-ratio: 12/9), (min-width: 768px) {

    .max-width-modal {
        width: 400px !important;
        max-width: 400px;
    }

    .app-panel {
        max-height: 70%;
    }

    .main-panel {
        max-height: 750px;
        height: 750px;
    }

    .col-half {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
        width: 50%;
    }

    .main-modal-padding {
        padding: 20px;
    }

    .margin-elements-location {
        margin-top: 6px !important;
    }

    .margin-right-location {
        margin-right: -5px !important;
    }

    .font-size-location {
        font-size: 17px !important;
    }

    .element-margin {
        margin: 20px;
    }

    .gray-xs {
        background-color: white;
    }

    .b-filter {
        margin-bottom: initial !important;
    }

    .modal-dialog {
        width: 98%;
        max-width: 800px;
        margin: 30px auto;
    }

    .modal-sm {
        width: 400px;
    }

    .app-panel-buttons {
        position: absolute;
        bottom: 20px;
        left: 0px;
        width: 100%;
        padding: 0px 20px;
    }

        .app-panel-buttons.charging-view {
            position: initial;
            bottom: 20px;
            left: 0px;
            width: 100%;
        }

    .app-panel-text {
        position: absolute;
        bottom: 40px;
        left: 0px;
        width: 100%;
        padding: 0px 20px;
    }

    .small-font {
        font-size: 12px !important;
    }

    .extra-bottom {
        bottom: 60px;
    }

    .time-picker-to {
        position: absolute;
        bottom: 115px;
        left: -10px;
        text-align: center;
        width: 100%;
    }

    .bottom-10 {
        bottom: 10px !important;
    }

    .current-session-border {
        border-top: 2px solid #f1f1f1;
    }

    .conversations-bottom-fixed {
        width: 50%;
    }

    .button-new div i {
        margin-top: -5px;
    }

    .fixed-bottom.conversation > textarea.form-control {
        width: 100%;
        margin-left: 30px;
    }

    .session-detail-div .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .session-detail-div ddt {
        width: 50%;
        margin-left: 0px;
    }

    .fixed-bottom.conversation {
        width: 400px;
    }

    textarea.helpdesk {
        width: 400px;
        margin-left: 27px;
    }

    .conversation .btn.btn-etrel.btn-send {
        margin-right: -20px;
        width: 100%;
    }

    .vertical-timeline-block {
        width: 400px;
    }

    .vertical-timeline-message {
        width: 100%;
        margin-bottom: 20px;
    }

        .vertical-timeline-message.customer-item > .vertical-timeline-message-icon {
            margin-right: 10px;
        }
}

@media (max-aspect-ratio: 12/9) and (max-width: 767px) {
    .hidden-portrait {
        display: none !important;
    }

    .portrait-scroll {
        height: 60%;
    }

    .visible-portrait {
        display: block !important;
    }

    .pois-m-b {
        margin-bottom: 5% !important;
    }

    .max-height-payer {
        max-height: 63%;
        overflow-y: scroll;
    }

    .full-height-xs {
        height: 100%
    }

    .app-panel-buttons {
        position: absolute;
        bottom: 20px;
        left: 0px;
        width: 100%;
    }

    .app-panel-buttons.charging-view {
        /* position: initial; */
        position: absolute;
        bottom: 20px;
        left: 0px;
        width: 100%;
    }


    #guideMeTherebtn {
        bottom: -60px;
    }


    .app-panel-text {
        position: absolute;
        bottom: 40px;
        left: 0px;
        width: 100%;
        padding: 0px 20px;
    }

    .app-panel-buttons-register {
        padding: 0px 20px;
    }

    .text-field-para¸ {
        margin: 5px 5px 5px 5px !important;
    }

    .para-override-font {
        font-size: 20px !important;
    }

    .btn-sm,
    .btn-group-sm > .btn {
        padding: 2px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    .modal-dialog {
        min-height: 98%;
        max-height: 800px;
        max-width: 400px;
        
    }

    .mobile-navigation .modal-dialog {
        max-height: 100vh;
    }

    .app-panel {
        height: 100% !important;
    }

    .connector-list-panel {
        height: 100% !important;
    }

    .full-height-potrait {
        height: 100%;
    }

    .vehicle-panel {
        height: 100% !important;
    }

    .vehicle-edit-height {
        height: 58% !important;
    }

    .half-height {
        height: 50%;
    }

    .third-height {
        height: 33%;
    }

    .two-third-height {
        height: 67%;
    }

    .height-50 {
        height: 50%;
    }

    .height-40 {
        height: 45%;
    }
    /*spremenil Matevz, ker se na telefonu ni vidlo nic*/

    .height-68 {
        height: 40%;
    }

    .height-60 {
        height: 60%;
    }

    .height-45 {
        height: 45%;
    }

    .height-55 {
        height: 55%;
    }

    .height-70 {
        height: 63%;
    }

    .height-30 {
        height: 37%;
    }

    .icon-margin-b {
        margin-bottom: 25% !important;
    }

    .gray-xs {
        background-color: #f1f1f1;
    }
}

@media (max-height: 300px) and (min-aspect-ratio: 12/9) {
    input[type="map"] {
        font-size: 18px;
    }

    .app-panel {
        height: 286px;
    }

    .connector-list-panel {
        height: 300px;
    }

    .vehicle-panel {
        height: 270px;
    }


    .ScrollMobile {
        overflow: scroll;
    }

    .vehicle-edit-height {
        height: 54%;
    }

    .main-modal-padding {
        padding: 10px;
    }

    .element-margin {
        margin: 10px;
    }

    .btn {
        font-size: 11px;
    }

    .text-field-para {
        font-size: 10px;
    }

    .vehicle-select {
        font-size: 11px;
    }

    .noUi-target {
        margin: 11px 0px 8px 0px !important;
    }

    .para-override-font {
        font-size: 14px !important;
    }

    .h2 {
        font-size: 24px;
    }

    h1 {
        font-size: 30px;
    }

    .clear-filter {
        top: 7px;
    }

    .bottom-buttons {
        padding: 14px 20px 14px 20px;
    }

    .copy-padding {
        padding: 20px 20px 20px 28px;
    }

    .down-filter {
        height: 95px;
    }

    .b-filter {
        margin-bottom: 57px !important;
    }

    .title-icon {
        font-size: 72px;
    }

    .title-icon-xl {
        font-size: 108px;
    }

    .title-icon-s {
        font-size: 0px;
    }

    .btn-etrel {
        height: 35px;
    }

    .location-m-b {
        margin-bottom: 5px !important;
    }

    .location-m-t {
        margin-top: -7%;
    }

    .where-to-height {
        height: 6%;
    }

    .past-search-bottom {
        bottom: 6px;
    }

    .socket-output-height {
        height: 43%;
    }

    .pois-m-b {
        margin-bottom: 0px;
    }

    .distance-font {
        font-size: 32px;
    }

    .connectors-available-font {
        font-size: 22px;
    }

    .status-img {
        width: 42px;
        height: 42px;
    }

    .form-control {
        height: 35px;
    }

    .time-picker-height {
        height: 110px
    }

    .btn-picker-base {
        padding: 9px;
        font-size: 11px;
    }

    .time-picker-position-left {
        position: absolute;
        left: 25px;
        bottom: 15px
    }

    .input-vehicle {
        font-size: 18px;
    }

    .vehicle-font {
        font-size: 18px;
    }

    .time-picker-position-right {
        position: absolute;
        right: 25px;
        bottom: 15px
    }

    .time-picker-to {
        position: absolute;
        bottom: 64px;
        left: -5px;
        text-align: center;
        width: 100%;
    }

    h3 {
        font-size: 15px;
        color: black;
    }

    .icon-left-plus {
        left: 4px;
        top: 3px;
        font-size: 24px;
        width: 20px;
    }

    img.icon-left-plus {
        top: 8px;
        height: 16px;
    }

    .icon-no-left {
        left: 0px;
        top: 5px;
        font-size: 24px;
    }

    .icon-no-right {
        top: 5px;
        font-size: 24px;
    }

    .icon-left {
        left: -15px !important;
        top: 5px;
        font-size: 24px;
    }

    .icon-right {
        right: -15px !important;
        top: 5px;
        font-size: 24px;
    }

    .close-icon {
        top: 0px;
        font-size: 36px !important;
    }

    .solo-header-icon {
        margin-top: 30px;
    }

    .app-panel-buttons {
        padding: 0px 10px;
        bottom: 10px;
    }

    .app-panel-text {
        bottom: 40px;
        padding: 0px 20px;
    }

    .app-panel-buttons-register {
        padding: 0px 10px;
    }

    .car-select {
        font-size: 17px;
    }

    .custom-picker-select {
        font-size: 20px;
        width: 30px;
        font-size: 20px !important;
    }

    .square-height {
        height: 60px;
    }

    .square-font {
        font-size: 9px;
    }

    .font-stop-charge {
        font-size: 13px;
    }

    .square-header {
        font-size: 25px;
    }

    .final-data-m-b {
        margin-top: 10px;
    }

    .square-m-b {
        bottom: 2px;
    }

    .square-m-t {
        top: 2px;
    }

    .square-m-l {
        margin-left: 4px
    }

    .square-m-l-l {
        margin-left: 18px;
        padding-right: 18px;
    }

    .square-m-r {
        margin-right: 13px
    }

    .charging-icons {
        font-size: 75px;
    }

    .picker-text {
        font-size: 25px;
        width: 30px;
    }

    .interval-move-top {
        top: -5px;
    }

    .btn-picker-base {
        font-size: 10px !important;
    }

    .time-right {
        right: 14px;
    }

    .time-left {
        left: 14px;
    }
}

@media (min-height: 301px) and (max-height: 554px) and (max-width: 754px) {
    .ScrollMobile {
        overflow: scroll;
    }
}

@media (min-height: 301px) and (max-height: 554px) /* and (min-aspect-ratio: 12/9)*/ {
    input[type="map"] {
        font-size: 19px;
    }

    .portrait-scroll {
        height: 53%;
    }

    .app-panel {
        height: 400px;
    }


    .connector-list-panel {
        height: 100%;
    }

    .vehicle-panel {
        height: 330px;
    }

    .textAreaHelpDesk {
        height: 51px !important;
    }

    .textAreaProcentualHeight {
        min-height: 26% !important;
        width: 100% !important;
    }


    .vehicle-edit-height {
        height: 56%;
    }

    .main-modal-padding {
        padding: 10px;
    }

    .element-margin {
        margin: 10px;
    }

    .btn {
        font-size: 13px;
    }

    .text-field-para {
        font-size: 11px;
    }

    .responsiveHeight {
        height: 397px;
    }
    
    .vehicle-select {
        font-size: 13px;
    }

    .noUi-target {
        margin: 13px 0px 10px 0px !important;
    }

    .para-override-font {
        font-size: 16px !important;
    }

    .h2 {
        font-size: 26px;
    }

    h1 {
        font-size: 32px;
    }

    .clear-filter {
        top: 7px;
    }

    .bottom-buttons {
        padding: 14px 20px 14px 20px;
    }

    .copy-padding {
        padding: 20px 20px 20px 28px;
    }

    .down-filter {
        height: 95px;
    }

    .b-filter {
        margin-bottom: 57px !important;
    }

    .title-icon {
        font-size: 72px;
    }

    .title-icon-xl {
        font-size: 100px;
    }

    .title-icon-s {
        font-size: 32px;
    }

    .btn-etrel {
        height: 40px;
    }

    .location-m-b {
        margin-bottom: 27px !important;
    }

    .pois-m-b {
        margin-bottom: 12px;
    }

    .where-to-height {
        height: 18%;
    }

    .past-search-bottom {
        bottom: 7px;
    }

    .location-m-t {
        margin-top: 5%;
    }

    .socket-output-height {
        height: 48%;
    }

    .distance-font {
        font-size: 37px;
    }

    .connectors-available-font {
        font-size: 27px;
    }

    .status-img {
        width: 48px;
        height: 48px;
    }

    .form-control {
        height: 40px;
    }

    .btn-picker-base {
        padding: 10px;
        font-size: 12px;
    }

    .time-picker-height {
        height: 110px
    }

    .time-picker-position-left {
        position: absolute;
        left: 25px;
        bottom: 15px
    }

    .input-vehicle {
        font-size: 18px;
    }

    .vehicle-font {
        font-size: 18px;
    }

    .time-picker-position-right {
        position: absolute;
        right: 25px;
        bottom: 15px
    }

    .time-picker-to {
        position: absolute;
        bottom: 77px;
        left: -5px;
        text-align: center;
        width: 100%;
    }

    .time-margin-top {
        margin-top: 15px;
    }

    h3 {
        font-size: 17px;
        color: black;
    }

    .icon-left-plus {
        left: 4px;
        top: 3px;
        font-size: 30px;
        width: 26px;
    }

    img.icon-left-plus {
        top: 10px;
        height: 18px;
    }


    .icon-no-left {
        left: 0px;
        top: 6px;
        font-size: 24px;
    }

    .icon-no-right {
        top: 5px;
        font-size: 24px;
    }

    .icon-left {
        left: -15px !important;
        top: 5px;
        font-size: 24px;
    }

    .icon-right {
        right: -15px !important;
        top: 5px;
        font-size: 24px;
    }

    .close-icon {
        top: 1px;
        font-size: 36px !important;
    }

    .solo-header-icon {
        margin-top: 30px;
    }

    .app-panel-buttons {
        padding: 0px 10px;
        bottom: 10px;
    }

    .app-panel-text {
        bottom: 30px;
        padding: 0px 20px;
    }

    .app-panel-buttons-register {
        padding: 0px 10px;
    }

    .car-select {
        font-size: 23px;
    }

    .custom-picker-select {
        font-size: 27px;
        width: 31px;
        font-size: 20px !important;
    }

    .square-height {
        height: 75px;
    }

    .square-font {
        font-size: 10px;
    }

    .font-stop-charge {
        font-size: 15px;
    }

    .square-header {
        font-size: 30px;
    }

    .final-data-m-b {
        margin-top: 15px;
    }

    .square-m-b {
        bottom: 4px;
    }

    .square-m-t {
        top: 4px;
    }

    .square-m-l {
        margin-left: 4px
    }

    .square-m-l-l {
        margin-left: 18px;
        padding-right: 18px;
    }

    .square-m-r {
        margin-right: 13px
    }

    .charging-icons {
        font-size: 125px;
    }

    .picker-text {
        font-size: 26px;
        width: 31px;
    }

    .interval-move-top {
        top: -5px;
    }

    .btn-picker-base {
        font-size: 10px !important;
    }

    .time-right {
        right: 15px;
    }

    .time-left {
        left: 15px;
    }
}

@media (min-width: 200px) and (max-width:380px) {
    .div-data {
        font-size: 10px;
    }

    .margin-bottom {
        margin-bottom: 8px;
    }

    .m-n {
        font-size: 25px;
    }

    .user-satisfaction {
        top: -5px;
    }

    .btn-center-text {
        font-size: 11px;
    }


    .ScrollMobile {
        overflow: scroll;
    }

    .session-item {
        font-size: 10px;
    }

    .message-text-small.address {
        margin-left: 15px;
    }
}

@media (min-width: 321px) and (max-width:380px) {

    .message-text-small.address {
        margin-left: 25px;
    }

    .ScrollMobile {
        overflow: scroll;
    }

    .text-smaller {
        /* margin-left: 30px; */
    }
}

@media (max-height: 554px) and (max-width: 767px) /*and (max-aspect-ratio: 12/9), (min-height: 401px) and (max-width: 500px) and (min-aspect-ratio: 12/9)*/ {
    input[type="map"] {
        font-size: 20px;
    }

    .main-modal-padding {
        padding: 10px;
    }

    .element-margin {
        margin: 10px;
    }


    .ScrollMobile {
        overflow: scroll;
    }

    .btn {
        font-size: 11px;
    }

    .text-field-para {
        font-size: 10px;
    }
    
    .wide-header {
        max-width: 314px;
    }

    .vehicle-select {
        font-size: 11px;
    }

    .noUi-target {
        margin: 11px 0px 8px 0px !important;
    }

    .textAreaHelpDesk {
        height: 53px !important;
    }

    .para-override-font {
        font-size: 14px !important;
    }

    .h2 {
        font-size: 24px;
    }

    h1 {
        font-size: 32px;
    }

    .clear-filter {
        top: 7px;
    }

    .bottom-buttons {
        padding: 14px 20px 14px 20px;
    }

    .copy-padding {
        padding: 20px 20px 20px 28px;
    }

    .down-filter {
        height: 95px;
    }

    .b-filter {
        margin-bottom: 57px !important;
    }

    .title-icon {
        font-size: 72px;
    }

    .title-icon-xl {
        font-size: 100px;
    }

    .title-icon-s {
        font-size: 35px;
    }

    .btn-etrel {
        height: 35px;
    }

    .location-m-b {
        margin-bottom: 75px !important;
    }

    .location-m-t {
        margin-top: 20%;
    }

    .where-to-height {
        height: 18%;
    }

    .past-search-bottom {
        bottom: 19px;
    }

    .socket-output-height {
        height: 56%;
    }

    .pois-m-b {
        margin-bottom: 64px;
    }

    .distance-font {
        font-size: 32px;
    }

    .connectors-available-font {
        font-size: 22px;
    }

    .status-img {
        width: 42px;
        height: 42px;
    }

    .form-control {
        height: 35px;
    }

    .btn-picker-base {
        padding: 9px;
        font-size: 11px;
    }

    .time-picker-height {
        height: 110px
    }

    .time-picker-position-left {
        position: absolute;
        left: 25px;
        bottom: 15px
    }

    .input-vehicle {
        font-size: 18px;
    }

    .vehicle-font {
        font-size: 18px;
    }

    .time-picker-position-right {
        position: absolute;
        right: 25px;
        bottom: 15px
    }

    .time-picker-to {
        position: absolute;
        bottom: 77px;
        left: -5px;
        text-align: center;
        width: 100%;
    }

    .time-margin-top {
        margin-top: 15px;
    }

    h3 {
        font-size: 15px;
        color: black;
    }

    .icon-left-plus {
        left: 4px;
        top: 3px;
        font-size: 24px;
        width: 26px;
    }

    img.icon-left-plus {
        top: 10px;
        height: 18px;
    }

    .icon-no-left {
        left: 0px;
        top: 5px;
        font-size: 24px;
    }

    .icon-no-right {
        top: 5px;
        font-size: 24px;
    }

    .icon-left {
        left: -15px !important;
        top: 5px;
        font-size: 24px;
    }

    .icon-right {
        right: -15px !important;
        top: 5px;
        font-size: 24px;
    }

    .close-icon {
        top: 0px;
        font-size: 36px !important;
    }

    .solo-header-icon {
        margin-top: 30px;
    }

    .app-panel-buttons {
        padding: 0px 10px;
        bottom: 10px;
    }

    .app-panel-buttons-register {
        padding: 0px 10px;
    }

    .car-select {
        font-size: 17px;
    }

    .custom-picker-select {
        font-size: 20px !important;
        width: 32px;
    }

    .square-height {
        height: 75px;
    }

    .square-font {
        font-size: 10px;
    }

    .font-stop-charge {
        font-size: 15px;
    }

    .square-header {
        font-size: 21px;
        margin-top: 22px;
    }

    .square-m-b {
        bottom: 4px;
    }

    .square-m-t {
        top: 4px;
    }

    .final-data-m-b {
        margin-top: 15px;
    }

    .square-m-l {
        margin-left: 4px
    }

    .square-m-l-l {
        margin-left: 18px;
        padding-right: 18px;
    }

    .square-m-r {
        margin-right: 13px
    }

    .charging-icons {
        font-size: 125px;
    }

    .picker-text {
        font-size: 27px;
        width: 32px;
    }

    .interval-move-top {
        top: -5px;
    }

    .time-right {
        right: 16px;
    }

    .time-left {
        left: 16px;
    }
}

@media (min-height: 555px) and (max-height: 629px) and (max-width:500px) {
    .margin-elements-location {
        margin-top: -27px !important;
    }

    .margin-right-location {
        margin-right: -10px !important;
    }

    .font-size-location {
        font-size: 17px !important;
    }
}

@media (min-height: 555px) and (max-height: 629px) and (min-width:500px) {
    .responsiveHeight {
        height: 411px !important;
    }
}

@media (min-height: 555px) and (max-height: 629px) /*and (max-width: 767px) and (max-aspect-ratio: 12/9) , (min-height: 401px) and (max-width: 600px) and (min-width: 501px) and (min-aspect-ratio: 12/9)*/ {
    input[type="map"] {
        font-size: 24px;
    }

    .portrait-scroll {
        height: 64%;
    }

    .vehicle-panel {
        height: 500px;
    }

    .vehicle-edit-height {
        height: 75%;
    }


    .main-modal-padding {
        padding: 10px;
    }




    .textAreaHelpDesk {
        height: 59px !important;
    }

    .element-margin {
        margin: 10px;
    }

    .countdown-timer {
        font-size: 35px;
    }

    .btn {
        font-size: 13px;
    }

    .text-field-para {
        font-size: 11px;
    }

    .responsiveHeight {
        height: 483px
    }

    .vehicle-select {
        font-size: 13px;
    }

    .noUi-target {
        margin: 13px 0px 10px 0px !important;
    }

    .para-override-font {
        font-size: 16px !important;
    }

    .h2 {
        font-size: 26px;
    }

    h1 {
        font-size: 32px;
    }

    .clear-filter {
        top: 7px;
    }

    .bottom-buttons {
        padding: 14px 20px 14px 20px;
    }

    .copy-padding {
        padding: 20px 20px 20px 28px;
    }

    .down-filter {
        height: 95px;
    }

    .b-filter {
        margin-bottom: 57px !important;
    }

    .title-icon {
        font-size: 72px;
    }

    .title-icon-xl {
        font-size: 100px;
    }

    .title-icon-s {
        font-size: 50px;
    }

    .btn-etrel {
        height: 40px;
    }

    .location-m-b {
        margin-bottom: 75px !important;
    }

    .where-to-height {
        height: 37%;
    }

    .past-search-bottom {
        bottom: 17px;
    }

    .pois-m-b {
        margin-bottom: 64px;
    }

    .location-m-t {
        margin-top: 20%;
    }

    .socket-output-height {
        height: 56%;
    }

    .distance-font {
        font-size: 37px;
    }

    .connectors-available-font {
        font-size: 27px;
    }

    .status-img {
        width: 48px;
        height: 48px;
    }

    .form-control {
        height: 40px;
    }

    .textAreaProcentualHeight {
        min-height: 100px !important;
        width: 100% !important;
    }

    .btn-picker-base {
        padding: 9px;
        font-size: 11px;
    }

    .time-picker-height {
        height: 120px
    }

    .time-picker-position-left {
        position: absolute;
        left: 25px;
        bottom: 15px
    }

    .input-vehicle {
        font-size: 18px;
    }

    .vehicle-font {
        font-size: 18px;
    }

    .time-picker-position-right {
        position: absolute;
        right: 25px;
        bottom: 15px
    }

    .time-picker-to {
        position: absolute;
        bottom: 88px;
        left: -5px;
        text-align: center;
        width: 100%;
    }

    .time-margin-top {
        margin-top: 20px;
    }

    h3 {
        font-size: 17px;
        color: black;
    }

    .icon-left-plus {
        left: 4px;
        top: 3px;
        font-size: 30px;
        width: 26px;
    }

    img.icon-left-plus {
        top: 10px;
        height: 18px;
    }

    .icon-no-left {
        left: 0px;
        top: 7px;
        font-size: 24px;
    }

    .icon-no-right {
        top: 6px;
        font-size: 24px;
    }

    .icon-left {
        left: -15px !important;
        top: 6px;
        font-size: 24px;
    }

    .icon-right {
        right: -15px !important;
        top: 6px;
        font-size: 24px;
    }

    .close-icon {
        top: 2px;
        font-size: 36px !important;
    }

    .solo-header-icon {
        margin-top: 30px;
    }

    .app-panel-buttons {
        padding: 0px 10px;
        bottom: 10px;
    }

    .app-panel-text {
        bottom: 30px;
        padding: 0px 10px;
    }

    .app-panel-buttons-register {
        padding: 0px 10px;
    }

    .car-select {
        font-size: 23px;
    }

    .custom-picker-select {
        font-size: 27px;
        width: 33px;
        font-size: 20px !important;
    }

    .square-height {
        height: 80px;
    }

    .square-font {
        font-size: 11px;
    }

    .font-stop-charge {
        font-size: 16px;
    }

    .square-header {
        font-size: 35px;
    }

    .square-m-b {
        bottom: 6px;
    }

    .square-m-t {
        top: 6px;
    }

    .final-data-m-b {
        margin-top: 25px;
    }

    .square-m-l {
        margin-left: 6px
    }

    .square-m-l-l {
        margin-left: 21px;
        padding-right: 21px;
    }

    .square-m-r {
        margin-right: 16px
    }

    .charging-icons {
        font-size: 150px;
    }

    .picker-text {
        font-size: 28px;
        width: 33px;
    }

    .interval-move-top {
        top: -5px;
    }

    .time-right {
        right: 17px;
    }

    .time-left {
        left: 17px;
    }
}

@media (min-height: 630px) and (max-height: 700px) and (min-width:500px) {
    .responsiveHeight {
        height: 414px !important;
    }
}

@media (min-height: 630px) and (max-height: 700px) and (max-width: 499px) {
    .margin-elements-location {
        margin-top: -27px !important;
    }

    .margin-right-location {
        margin-right: -10px !important;
    }

    .font-size-location {
        font-size: 17px !important;
    }

    .responsiveHeight {
        height: 546px !important;
    }
}

@media (min-height: 630px) and (max-height: 700px) /*and (max-width: 767px) and (max-aspect-ratio: 12/9)*/ {
    input[type="map"] {
        font-size: 28px;
    }

    .portrait-scroll {
        height: 60%;
    }

    .vehicle-panel {
        height: 600px;
    }

    .vehicle-edit-height {
        height: 77%;
    }

    .main-modal-padding {
        padding: 15px;
    }



    .textAreaHelpDesk {
        height: 110px !important;
    }

    .textAreaProcentualHeight {
        min-height: 150px !important;
        width: 100% !important;
    }

    .element-margin {
        margin: 15px;
    }

    .btn {
        font-size: 14px;
    }

    .countdown-timer {
        font-size: 45px;
    }

    .para-override-font {
        font-size: 18px !important;
    }

    .responsiveHeight {
        height: 534px;
    }

    .text-field-para {
        font-size: 13px;
    }

    .vehicle-select {
        font-size: 14px;
    }

    .noUi-target {
        margin: 14px 0px 11px 0px !important;
    }

    .clear-filter {
        top: 7px;
    }

    .copy-padding {
        padding: 25px 25px 25px 30px;
    }

    .bottom-buttons {
        padding: 17px 25px 17px 25px;
    }

    .down-filter {
        height: 112px;
    }

    .b-filter {
        margin-bottom: 65px !important;
    }

    .title-icon {
        font-size: 98px;
    }

    .title-icon-xl {
        font-size: 130px;
    }

    .title-icon-s {
        font-size: 60px;
    }

    .btn-etrel {
        height: 45px;
    }

    .location-m-b {
        margin-bottom: 60px !important;
    }

    .pois-m-b {
        margin-bottom: 49px;
    }

    .where-to-height {
        height: 30%;
    }

    .past-search-bottom {
        bottom: 13px;
    }

    .location-m-t {
        margin-top: 13%;
    }

    .socket-output-height {
        height: 53%;
    }

    .distance-font {
        font-size: 42px;
    }

    .connectors-available-font {
        font-size: 32px;
    }

    .status-img {
        width: 54px;
        height: 54px;
    }

    .btn-picker-base {
        padding: 11px;
        font-size: 13px;
    }

    .form-control {
        height: 45px;
    }

    .time-picker-height {
        height: 130px
    }

    .time-picker-position-left {
        position: absolute;
        left: 30px;
        bottom: 20px
    }

    .input-vehicle {
        font-size: 21px;
    }

    .vehicle-font {
        font-size: 21px;
    }

    .time-picker-position-right {
        position: absolute;
        right: 30px;
        bottom: 20px
    }

    .time-picker-to {
        position: absolute;
        bottom: 104px;
        left: -7px;
        text-align: center;
        width: 100%;
    }

    .time-margin-top {
        margin-top: 20px;
    }

    .icon-left-plus {
        left: 4px;
        top: 3px;
        font-size: 36px;
        width: 32px;
    }

    img.icon-left-plus {
        top: 12px;
        height: 20px;
    }

    .icon-no-left {
        left: 0px;
        top: 3px;
        font-size: 36px;
    }

    .icon-no-right {
        top: 3px;
        font-size: 36px;
    }

    .icon-left {
        left: -15px !important;
        top: 3px;
        font-size: 36px;
    }

    .icon-right {
        right: -15px !important;
        top: 3px;
        font-size: 36px;
    }

    .uib-time input {
        width: 60px;
    }

    h3 {
        font-size: 18px;
        color: black;
    }

    .h2 {
        font-size: 30px;
    }

    h1 {
        font-size: 31px;
    }

    .close-icon {
        top: -1px;
        font-size: 48px !important;
    }

    .solo-header-icon {
        margin-top: 30px;
    }

    .car-select {
        font-size: 25px;
    }

    .custom-picker-select {
        font-size: 30px;
        width: 34px;
        font-size: 20px !important;
    }

    #guideMeTherebtn {
        bottom: -60px;
    }

    .app-panel-buttons {
        padding: 0px 15px;
        bottom: 15px;
    }

    .app-panel-text {
        bottom: 37px;
        padding: 0px 15px;
    }

    .app-panel-buttons-register {
        padding: 0px 15px;
    }

    .square-height {
        height: 85px;
    }

    .square-font {
        font-size: 12px;
    }

    .font-stop-charge {
        font-size: 19px;
    }

    .square-header {
        font-size: 40px;
    }

    .final-data-m-b {
        margin-top: 30px;
    }

    .square-m-b {
        bottom: 8px;
    }

    .square-m-t {
        top: 8px;
    }

    .square-m-l {
        margin-left: 15px
    }

    .square-m-l-l {
        margin-left: 30px;
        padding-right: 15px;
    }

    .square-m-r {
        margin-right: 25px
    }

    .charging-icons {
        font-size: 162px;
    }

    .picker-text {
        font-size: 29px;
        width: 34px;
    }

    .interval-move-top {
        top: -12px;
    }

    .time-right {
        right: 18px;
    }

    .time-left {
        left: 18px;
    }
}

@media (min-height: 701px) and (max-width: 700px) {

    .ScrollMobile {
        overflow: scroll;
    }

    .margin-elements-location {
        margin-top: -27px !important;
    }

    .margin-right-location {
        margin-right: -10px !important;
    }

    .font-size-location {
        font-size: 17px !important;
    }
}

@media (min-height: 701px) and (max-width: 700px) and (min-width: 500px) {
    .responsiveHeight {
        height: 425px !important;
    }
}

@media (min-height: 701px) and (min-width: 500px) {
    .responsiveHeight {
        height: 419px !important;
    }
}

/* iphone X , XS, 11 Pro, 12 Mini */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .responsiveHeight {
        height: 697px !important;
    }
}

/* iphone 6, 7, 8, plus*/
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
    .responsiveHeight {
        height: 629px !important;
    }
}

@media (min-height: 701px) /*, (min-height: 701px)  and (max-aspect-ratio: 12/9), (min-width: 768px) and (min-height: 401px), (min-aspect-ratio: 12/9) and (min-height: 401px) and (min-width: 601px)*/ {
    input[type="map"] {
        font-size: 32px;
    }



    .portrait-scroll {
        height: 60%;
    }

    .vehicle-panel {
        height: 650px;
    }

    .vehicle-edit-height {
        height: 77%;
    }

    .car-select {
        font-size: 26px;
    }

    .custom-picker-select {
        font-size: 32px;
        width: 35px;
        font-size: 20px !important;
    }

    .main-modal-padding {
        padding: 20px;
    }


    .element-margin {
        margin: 20px;
    }

    .countdown-timer {
        font-size: 55px;
    }

    .btn {
        font-size: 15px;
    }

    .text-field-para {
        font-size: 14px;
    }

    .responsiveHeight {
        height: 626px;
    }


    element.style {
        margin-bottom: 120px !important;
        overflow: hidden;
        width: auto;
        height: 100%;
    }



    .scroll-height {
        height: 77% !important;
    }

    .vehicle-select {
        font-size: 15px;
    }

    .noUi-target {
        margin: 15px 0px 12px 0px !important;
    }

    .clear-filter {
        top: 7px;
    }

    .copy-padding {
        padding: 30px 30px 30px 35px;
    }

    .bottom-buttons {
        padding: 20px 30px 20px 30px;
    }

    .down-filter {
        height: 121px;
    }

    .b-filter {
        margin-bottom: 75px !important;
    }

    .title-icon {
        font-size: 120px;
    }

    .title-icon-xl {
        font-size: 175px;
    }

    .title-icon-s {
        font-size: 70px;
    }

    .btn-etrel {
        height: 45px;
    }



    .location-m-b {
        margin-bottom: 51px !important;
    }

    .pois-m-b {
        margin-bottom: 41px;
    }

    .past-search-bottom {
        bottom: 12px;
    }

    .where-to-height {
        height: 28%;
    }

    .location-m-t {
        margin-top: 11%;
    }

    .distance-font {
        font-size: 42px;
    }

    .socket-output-height {
        height: 52%;
    }

    .connectors-available-font {
        font-size: 35px;
    }

    .status-img {
        width: 60px;
        height: 60px;
    }

    .form-control {
        height: 45px;
    }

    .textAreaProcentualHeight {
        min-height: 250px !important;
        width: 100% !important;
    }


    .btn-picker-base {
        padding: 12px;
        font-size: 14px;
    }

    .time-picker-height {
        height: 135px
    }

    .time-picker-position-left {
        position: absolute;
        left: 35px;
        bottom: 25px
    }

    .input-vehicle {
        font-size: 23px;
    }

    .vehicle-font {
        font-size: 23px;
    }

    .time-picker-position-right {
        position: absolute;
        right: 35px;
        bottom: 25px
    }

    .uib-time input {
        width: 60px;
    }

    .time-picker-to {
        position: absolute;
        bottom: 115px;
        left: -10px;
        text-align: center;
        width: 100%;
    }

    .time-margin-top {
        margin-top: 20px;
    }

    h3 {
        font-size: 19px;
        color: black;
    }

    h1 {
        font-size: 30px;
    }

    .icon-left-plus {
        left: 4px;
        top: 3px;
        font-size: 36px;
        width: 32px;
    }

    img.icon-left-plus {
        top: 12px;
        height: 20px;
    }

    .icon-no-left {
        left: 0px;
        top: 4px;
        font-size: 36px;
    }

    .icon-no-right {
        top: 6px;
        font-size: 36px;
    }

    .icon-left {
        left: -15px !important;
        top: 6px;
        font-size: 36px;
    }

    .icon-right {
        right: -15px !important;
        top: 6px;
        font-size: 36px;
    }

    .close-icon {
        top: 3px;
        font-size: 42px !important;
    }

    .app-panel-buttons {
        padding: 0px 20px;
        bottom: 10px;
    }

    .app-panel-text {
        bottom: 37px;
        padding: 0px 20px;
    }

    .square-height {
        height: 90px;
    }

    .square-font {
        font-size: 12px;
    }

    .font-stop-charge {
        font-size: 21px;
    }

    .square-header {
        font-size: 45px;
    }

    .final-data-m-b {
        margin-top: 35px;
    }

    .square-m-b {
        bottom: 10px;
    }

    .square-m-t {
        top: 10px;
    }

    .square-m-l {
        margin-left: 20px
    }

    .square-m-l-l {
        margin-left: 40px;
        padding-right: 3px;
    }

    .square-m-r {
        margin-right: 35px
    }

    .charging-icons {
        font-size: 175px;
    }

    .picker-text {
        font-size: 30px;
        width: 35px;
    }

    .interval-move-top {
        top: -11px;
    }

    .time-right {
        right: 20px;
    }

    .time-left {
        left: 18px;
    }
}

@media (min-aspect-ratio: 12/9) and (min-height: 401px) {


    .time-margin-top {
        margin-top: 56px !important;
    }

    .time-picker-to {
        bottom: 146px;
    }
}

.countdown-timer {
    font-weight: 900;
}

.header-icon-container {
    text-align: center;
}

.solo-header-icon {
    text-align: center;
}

.connector-icon-right {
    position: absolute;
    right: 5px;
    margin-right: 8px;
    margin-top: 8px;
    height: 50px;
    padding-top: 8px;
    width: 42px;
    color: gray;
}

.connector-icon-left {
    position: absolute;
    left: 5px;
    margin-right: 8px;
    margin-top: 8px;
    height: 50px;
    padding-top: 8px;
    width: 42px;
    color: gray;
}

.poi-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.access-description {
    width: 90%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.close-button-panel {
    padding: 0px 15px;
}

ddt {
    width: 75%;
    float: left
}

ddd {
    margin-left: 50%;
    display: block;
}

ddt-tight {
    width: 65%;
    float: left
}

ddd-tight {
    margin-left: 35%;
    display: block;
}

dl-35 {
    width: 35%;
    float: left
}

dr-65 {
    margin-left: 35%;
    display: block;
}

dl-40 {
    width: 40%;
    float: left
}

dr-60 {
    margin-left: 40%;
    display: block;
}

dl-50 {
    width: 50%;
    float: left
}

dr-50 {
    margin-left: 50%;
    display: block;
}

#wrapper {
    overflow: hidden;
}

.full-table {
    display: table;
    width: 100%;
    height: 100%;
}

.black-text {
    color: black;
}

.black-color {
    color: black;
}

.full-cell {
    display: table-cell;
    vertical-align: middle;
}

.left-filter {
    position: absolute;
    display: none;
    left: 40%;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    padding: 10px;
    font-size: 12px;
    border-radius: 10px;
    z-index: 5;
    max-width: 500px;
}

.b-filter {
    z-index: 1;
}

.down-filter {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    background-color: #DFE4DE;
    font-size: 12px;
    width: 100%;
}

.filter-item {
    position: relative !important;
    top: 6px !important;
    font-size: 20px !important;
}

.close-filter {
    top: 5px !important;
    right: 5px;
    font-size: 32px !important;
    cursor: pointer;
}

.help-desk-buttons {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 20px 10px;
    z-index: 1;
}

.past-search {
    border-bottom: 1px solid #777;
    padding: 5px 10px;
    cursor: pointer;
    margin: 5px;
    float: left;
    line-height: 2
}

.mobile-navigation {
    width: 250px;
}

.mobile-navigation .modal-content {
    background-color: #373C36;
}

.mobile-navigation .nav > li.active {
    background-color: black;
    border: none;
}

.mobile-navigation .nav-header {
    background: none !important;
    border: none;
}

.nav-header.header-logo {
    background: none;
}

.burger-icon {
    position: absolute;
    top: -3px;
    left: -5px;
}

.navbar {
    margin: 0px;
}

.navbar-minimalize {
    background-color: transparent !important;
    border: none !important;
}

.nav > li > a {
    /*padding: 14px 20px 14px 25px;*/
    font-weight: bold;
    padding: 5px 15px !important;
}


.btn {
    border-radius: 8px;
    margin-top: 10px;
    font-weight: 500;
    position: relative;
    line-height: 1px;
    outline: 0px;
    font-weight: bold;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: none;
    }

.btn-etrel {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.btn-thin {
    border-radius: 8px;
    margin-top: 10px;
    font-weight: 500;
    height: 20px;
}

.poi-image {
    max-width: 90%;
    max-height: 63%;
}

.form-control {
    border-width: thin;
}

.btn:active,
.btn.active {
    box-shadow: none;
}

.btn-picker-base {
    background: none;
    /*padding: 15px;
    font-size: 15px;*/
    border-radius: 10px !important;
}

.btn-picker-selected {
    border: 1px gray solid;
}

.btn-picker {
    border: none;
}

.btn-primary-inv-white {
    background-color: transparent;
    border-color: white;
    border-width: 2px;
    color: white;
}

.btn-primary {
    background-color: black;
    /*border-color: #565656;*/
    color: #FFFFFF;
}

.btn-primary-half {
    background-color: black;
    /*border-color: #565656;*/
    color: #FFFFFF;
    width: 49%;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
    background-color: #333333;
}

    .btn-primary-half:hover, .btn-primary-half:focus, .btn-primary-half:active, .btn-primary-half.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
        background-color: #333333;
        color: #FFFFFF;
    }

.btn-primary-inv {
    background-color: transparent;
    border-color: black;
    border-width: 2px;
    color: #000000;
}

    .btn-primary-inv:hover, .btn-primary-inv:focus, .btn-primary-inv:active, .btn-primary-inv.active, .open .dropdown-toggle.btn-primary-inv, .btn-primary-inv:active:focus, .btn-primary-inv:active:hover, .btn-primary-inv.active:hover, .btn-primary-inv.active:focus {
        background-color: transparent;
        border-color: #555555;
        color: #555555;
    }

.language-picker {
    position: absolute;
    top: 10px;
    right: 50px;
}

.margin-huge {
    margin: 100px 0;
}

.half-width {
    width: 49%;
    display: inline-block;
}

.width-40 {
    width: 39%;
    display: inline-block;
}

.width-60 {
    width: 59%;
    display: inline-block;
}

.location-span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.5 !important;
}

.input-vehicle {
    background-color: transparent;
    border: none;
    outline: none;
    width: 80%;
    font-weight: 900;
    color: black;
}

.input-profile {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    font-weight: 900;
    color: black;
    font-size: 125%;
}

.vehicle-edit-height {
    overflow-y: scroll;
}

.vehicle-select {
    width: 100%;
    background-color: transparent;
    border: 2px solid black;
    border-radius: 8px;
    font-weight: 900;
    color: black;
    padding-left: 10%;
    outline: none;
}

.vehicle-label {
    position: absolute;
    top: -7px;
}

.vehicle-font {
    font-weight: 900;
}

.input-vehicle-unit {
    width: 19%;
    display: inline-block;
    font-weight: 900;
    text-align: right
}

.bottom-border-default {
    border-bottom: solid 2px black;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.title-icon-base {
    color: black;
    margin: 5px 10px 25px 10px;
    text-align: center;
    position: relative;
}

.form-group {
    margin-bottom: 10px;
}

.status-unavailable {
    color: #ff5115
}

.departureType2 {
    width: 20px;
    display: inline-block;
}


/*narejeno za prelom vrstic če je večja od diva*/
.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.status-outofworkingtime {
    color: #E2FF0C
}

/*.status-outofworkingtime {
    color: #B3B3B3
}*/
.status-occupied {
    color: #4285f4
}

/** Green color for title status available **/
.status-available {
    color: #36ba4d
}

.car-select {
    font-weight: 800;
    text-transform: uppercase;
    color: black;
    border: 0;
    border-bottom: 2px solid black !important;
    border-radius: 0;
}

.custom-picker-select {
    font-weight: 800;
    color: black;
    border: 0;
    outline: 0;
    font-size: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-down-arrow {
    background-color: transparent;
    background-image: url("/duskyui/img/additionalEtrelIcons/icon-down.png");
    background-position-x: 98%;
    background-size: 25px 25px, 25px 25px;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

    select::-ms-expand {
        display: none;
    }

::-webkit-scrollbar {
    /*width: 0px; */ /* remove scrollbar space */
    /*background: transparent;*/
}

#moreConnectors::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#moreConnectors::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

#moreConnectors::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #e0e0e0;
}


#LocationDiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#LocationDiv::-webkit-scrollbar {
    width: 9px;
    background-color: #F5F5F5;
}

#LocationDiv::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #aba9a9;
}


.circle-container {
    width: calc(100% + 36px);
    margin-left: -18px;
    height: 1px;
    background-color: black;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.line-circle-text {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -14px;
    left: calc(50% - 9px);
    font-size: 19px;
    color: black;
    background-color: #E6E6E6;
    padding: 0 5px
}

.input-comment-icons {
    font-size: 35px;
    color: black
}

.modal-footer .btn + .btn {
    margin-left: 0px;
}

.modal-custom-header {
    margin-top: 95px;
}

.text-field-para {
    margin: 15px 15px 15px 15px;
    text-align: left;
    color: #5E635D;
}

.agile-list li.warning-element {
    border-left: 5px solid #f8ac59;
}

.agile-list li.danger-element {
    border-left: 5px solid #FF006E;
}

.agile-list li.info-element {
    border-left: 5px solid #1c84c6;
}

/** left border on available item - color green **/
.agile-list li.success-element {
    border-left: 5px solid #36BA4D;
}

.agile-list li.outofworkingtime-element {
    border-left: 5px solid #E2FF0C;
}

.agile-list li.outofcommunication-element {
    border-left: 5px solid #B3B3B3;
}

.booking-border-success {
    border-left: 5px solid #37b950;
}

.booking-border-info {
    border-left: 5px solid #0094FF;
}

.booking-border-warning {
    border-left: 5px solid #f8ac59;
}

.booking-border-danger {
    border-left: 5px solid #FF006E;
}

.booking-label-info {
    background-color: #0094FF;
    color: #FFFFFF;
}

.booking-label-success {
    background-color: #37b950;
    color: #FFFFFF;
}

.booking-label-warning {
    background-color: #f8ac59;
    color: #FFFFFF;
}

.booking-label-danger {
    background-color: #FF006E;
    color: #FFFFFF;
}

.white-border-right {
    border-right: 2px solid white
}

.white-border-bottom {
    border-bottom: 2px solid white
}

.color-icons-dark .white-border-bottom {
    border-bottom: 2px solid black;
}

.favorite-location {
    background-color: white;
    border: none;
    width: 15%;
    max-width: 60px;
    padding: 0px !important;
    display: inline-flex;
    justify-content: center;
}

.circle-invitations {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    display: block;
    right: -4px;
    top: 0px;
    background-color: red;
}

.favorite-location:hover {
    background-color: #D9D9D9;
}

.square-font {
}

.square-header {
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}

.square-header-big-line {
    line-height: 1.5;
}

.square-m-b {
    position: absolute;
}

.square-m-t {
    position: absolute;
}

.square-m-t-minus {
    margin-top: -9px;
}

.charging-icons {
    position: relative;
}

.close-aside {
    font-size: 36px;
    float: right;
    color: white;
    position: absolute;
    top: 5px;
    right: 5px;
}

.submenu-padding {
    padding-left: 34px !important;
}

.neutral-circle {
    background-color: white;
}

.warning-circle {
    background-color: yellow;
}

.ok-circle {
    background-color: #20C801;
}

.danger-circle {
    background-color: red;
}

.circle-position {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    position: absolute;
    display: block;
    right: 10px;
    top: 13px;
    -webkit-animation: pulse 2s ease-out;
    -webkit-animation-iteration-count: infinite; 
}

.icon-font-small {
    font-size: 36px;
    margin-top: 18px;
}

.bottom-block {
    position: fixed;
    bottom: 0px;
    height: 30px;
    z-index: -1;
    width: 100%
}

/*.ng-aside {
    z-index: 2100 !important;
} zakomentiral Matevž 1.12.2020 - prekrivanje vehicle modala*/

.ng-aside, .ng-aside .modal-dialog {
    width: 250px !important;
}


@media (min-width: 400px) {
    .modal-dialog {
        /*  width: 600px;
    margin: 30px auto;*/
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}

.ibox-title {
    background-color: transparent;
    border-top: none;
    position: relative;
}

.time-inteval-dotted {
    height: 2px;
    background-color: #38CD1B;
    width: 2px;
    position: absolute;
    top: 5px;
    box-shadow: 1px 1px 0px #C0EFB6, 1px -1px 0px #C0EFB6, -1px 1px 0px #C0EFB6, -1px -1px 0px #C0EFB6;
}

.time-inteval-slider {
    height: 2px;
    background-color: #38CD1B;
    position: absolute;
    top: 5px;
    box-shadow: 1px 1px 0px #C0EFB6, 1px -1px 0px #C0EFB6, -1px 1px 0px #C0EFB6, -1px -1px 0px #C0EFB6;
}

.time-inteval-busy {
    height: 2px;
    background-color: #F0F0F0;
    position: absolute;
    top: 5px;
    box-shadow: 1px 1px 0px #EDF7EB, 1px -1px 0px #EDF7EB, -1px 1px 0px #EDF7EB, -1px -1px 0px #EDF7EB;
}

.time-inteval-slider-wrapper {
    height: 10px;
    background-color: transparent;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 10%;
}

.time-inteval-selected {
    height: 4px;
    background-color: #38CD1B;
    position: absolute;
    top: 4px;
    box-shadow: 1px 1px 0px #C0EFB6, 1px -1px 0px #C0EFB6, -1px 1px 0px #C0EFB6, -1px -1px 0px #C0EFB6;
}

.interval-hour {
    height: 5px;
    color: #D1D1D1;
    font-size: 10px;
    position: absolute;
    top: 10px;
    margin: 5px;
}

.hour-0 {
    left: 0;
}

.hour-1 {
    left: 27%;
}

.hour-2 {
    left: 54%;
}

.hour-3 {
    left: 81%;
}

.time-inteval-containment {
    /*height:1px;*/
    width: 102%;
    left: -1%;
    background: transparent;
    position: absolute;
    /*font-family: 'Etrel-icon';
    content: "\7e";*/
}

.time-inteval-pin {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background-color: #000000;
    position: absolute;
    top: 15px;
    /*font-family: 'Etrel-icon';
    content: "\7e";*/
}

.time-inteval-container {
    height: 50px;
    width: 30px;
    background-color: transparent;
    position: absolute;
    top: -20px;
    /*font-family: 'Etrel-icon';
    content: "\7e";*/
}

.warning {
    color: #F8500F;
}

.picker-text {
    margin-left: 2px;
    border: none;
    font-weight: 800;
    color: black;
    outline: 0;
    padding: 0px;
    line-height: 90%
}

.nav-icon-arrow {
    margin-left: 5px;
    margin-top: 5px;
}

.nav-icon {
    position: relative;
    /*color: #8c8c8c;*/
    display: inline-block;
    font-size: 30px;
}

.nav-avatar {
    position: relative;
    display: inline-block;
    font-size: 46px;
    top: 10px;
}

.nav-icon:hover {
    color: white;
}

.nav > li > a i:hover {
    color: white;
}

.nav-header-color {
    color: white;
}

.ibox-content {
    background-color: transparent;
}


#page-wrapper {
    padding: 0px 0px 50px 0px;
}

.bottom-buttons {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 5;
    width: 100%;
}

#LeftSideDiv {
    border-right: 1px solid #cdcdcd;
}


#LeftSideDiv, #RightSideDiv {
    padding: 0px !important;
    position: relative;
    height: 100%;
}


.noUi-background {
    background-color: black !important;
}

.noUi-horizontal {
    height: 2px !important;
}

    .noUi-horizontal .noUi-handle {
        top: -10px !important;
    }

.noUi-target {
    box-shadow: none !important;
    border: none !important;
    border-radius: 0px !important;
}

.noUi-handle {
    border-radius: 20px !important;
    width: 20px !important;
    height: 20px !important;
    background-color: black !important;
    box-shadow: none !important;
}

    .noUi-handle:before, .noUi-handle:after {
        display: none !important;
    }

.initials-panel {
    border-radius: 21px;
    height: 42px;
    width: 42px;
    position: relative;
}

.roaming-tag {
    background-color: #ff500c;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
    color: white;
    text-align: center;
    font-size: 12px;
}

.initials-text {
    /*color: white;*/
    color: #4285f4;
    font-size: 26px;
    position: absolute;
    left: 4px;
}

textarea.form-control {
    height: 35px;
}

.heightbig {
    height: 72px !important;
}

.circle {
    width: 15px;
    height: 15px;
    border-radius: 15px;
}

.instance-logo {
    position: absolute;
    right: 5px;
    top: 3px;
    height: 42px;
}

.label-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: black;
}

    /* Hide the browser's default radio button */
    .label-container input {
        position: absolute;
        opacity: 0;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 50%;
}

/*CustomRegistrationForm*/
.RedShadowRadio {
    box-shadow: 1px 2px 3px;
    color: #a00;
}

.form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    color: #666;
    top: -6px;
    height: 30px;
    width: 30px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
}

    .form-radio:checked::before {
        position: absolute;
        font: 13px/1 'Open Sans', sans-serif;
        left: 11px;
        top: 7px;
        content: '\02143';
        transform: rotate(40deg);
        outline: none;
    }

    .form-radio:hover {
        background-color: #f7f7f7;
    }

    .form-radio:focus {
        outline: none;
    }

input:focus {
    outline: none;
}

.form-radio:active {
    outline: none;
}

.form-radio:checked {
    background-color: #f1f1f1;
    outline: none;
}

/* On mouse-over, add a grey background color */
.label-container:hover input ~ .checkmark {
    background-color: white;
}

/* When the radio button is checked, add a blue background */
.label-container input:checked ~ .checkmark {
    background-color: black;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.label-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.navigation-img {
    height: 100%;
    width: 40px;
}

#UserIcon {
    display: none;
}

#RightLogo {
    display: none;
}


*::-webkit-input-placeholder {
    color: gray;
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: gray;
}

*::-moz-placeholder {
    /* FF 19+ */
    color: gray;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: gray;
}

.iconx {
    width: 42px;
    height: 42px;
    background-color: black;
    -webkit-mask: url(/duskyui/img/additionalEtrelIcons/favorite-s.svg) no-repeat center;
    mask: url(/duskyui/img/additionalEtrelIcons/favorite-s.svg) no-repeat center;
}

.icon-invite-pending {
    width: 32px;
    height: 32px;
    background: url(/duskyui/img/additionalEtrelIcons/envelope-regular.svg) no-repeat center;
}

.facebook-btn {
    background-color: #507CC0;
    color: white
}

.initialPhoto {
    /* position: absolute;
    top: 35px;
    right: 10px;
    cursor:pointer;
    border-radius: 50%*/
    float: right;
}

.google-btn {
    background-color: #DF4930;
    color: white
}

.facebook-google-btn-img {
    left: 35px;
    position: absolute;
    top: 10px;
}

.upload-image {
    background: url(/duskyui/img/Icons/upload-image.png) no-repeat;
    cursor: pointer;
    border: none;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.rdif-cards-sticker {
    padding: 0px 10px;
    border-radius: 10px;
    color: white;
}

.bg-success {
    background-color: #37B950;
}

.bg-warning {
    background-color: #FD4646;
}

.fake-modal-container {
    margin: 0 15px 0 5px;
    position: absolute;
    padding: 20px;
    z-index: 3;
    box-shadow: 0px 0px 10px 0px #000;
}

.radio-bigger {
    width: 30px;
    height: 1.5em;
}

.add-rfid-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.fake-modal-container-add-rfid {
    margin: 40px 10px 0 0;
    position: absolute;
    padding: 20px;
    z-index: 3;
    box-shadow: 0px 0px 10px 0px #000;
    width: 100%;
}

#LoadingChargingDiv {
    margin-bottom: 35px;
}

#settingIconNext {
    position: absolute;
    right: 10px
}

.settings-panel {
    height: 85%;
}

/**switch toggle**/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 19px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #36BA4D;
}

input:focus + .slider {
    box-shadow: 0 0 1px #36BA4D;
}

input[disabled] + .slider {
    background-color: #77B78B;
}

input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/**end of switch toggle*/

.setting-bottom-buttons {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 11%;
    width: 100%;
    padding: 0px 20px;
    background-color: gray;
}

h4 {
    color: black;
}

.gdpr-li {
    background-color: #e6e6e6 !important;
    padding-bottom: 0px !important;
}

.consent-div {
    padding: 15px 10px 10px 15px;
    margin-right: -10px;
    background-color: white
}

.notification-ul {
    margin-top: 20px;
    margin-right: -10px;
}

.notification-li {
    margin-left: -20px !important;
}

.notification-div {
    padding: 10px 15px
}

.service-checkbox-m-t {
    margin-top: 15px;
}

.settings-panel > ul {
    margin-bottom: 50px;
}

.fake-modal-container-settings {
    position: absolute;
    padding: 30px;
    top: 40%;
    z-index: 3;
    box-shadow: 0px 0px 10px 0px #000;
    width: 80%;
    left: 10%;
}

.select-down-arrow-day {
    background-color: transparent;
    background-image: url("/duskyui/img/Icons/arrow-down-day.png");
    background-position-x: 98%;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

.camera-solid {
    background-image: url("/duskyui/img/Icons/camera-solid.png");
    background-position-x: 98%;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-color: transparent;
}

.charge-h2 {
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    margin: 15px 15px 10px 15px;
    font-size: 24px;
}

.custom-time-selector {
    background-color: #F7F7F7;
    min-width: 75px;
    border: none;
    border-radius: 2px;
    padding: 1px 3px;
}

.limits-padding {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0.5vh
}

.time-picker-container {
    display: inline-block;
    margin-top: 2vh;
}

.time-picker-inner {
    display: inline-block;
    padding: 0;
}

.payable-div {
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column
}

.dot {
    height: 5px;
    width: 5px;
    background-color: #000;
    border-radius: 45%;
    display: inline-block;
    margin-bottom: 2px;
}

.card-sticker-green-bg,
.card-sticker-red-bg {
    border-radius: 9px;
    padding: 0px 15px;
    margin-top: 10px;
    margin-right: 20px;
    color: white;
}

.card-sticker-container {
    padding-top: 11px;
}

.card-sticker-green-bg {
    background-color: #73CD7A;
}

.card-sticker-red-bg {
    background-color: #F44E4E;
}

#ContainerTitleHeader {
    text-transform: none;
}

.default-card {
    margin-right: 15px;
    margin-top: 10px;
}

/* ICON COLOR */
.color-icons-light .charging-session-icon-black,
.color-icons-light .popup-close-black {
    display: none !important;
}

.color-icons-dark .charging-session-icon-white,
.color-icons-dark .popup-close-white {
    display: none !important;
}
.left-white {
    background-color: #fff;
}

#Lo1ginDiv {
    height: 100%;
}

.paymentDivBodyText {
    font-size: 15px;
    color: black;
    font-weight: bold;
    padding: 0px 25px 0px 25px;
}