﻿/* 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;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
.overlay-div.loading {
    display: block !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;
}

.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%;
}*/

.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;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
    background-color: #060606;
    color: white;
}

.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;
	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;
}


.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: #18a689;
    border-color: #18a689;
    color: #FFFFFF;
}

#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;
}

.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;
}

.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;
}
.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%;
}

select#Category, select#CategoryType {
   border-color: white !important;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active {
    color: black;
    text-decoration: none;
}

.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;
}


/*.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: 10px 15px 15px 15px;
}

/** 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 **/
.table-container {
    height: 100%;
    overflow-y: auto;
    margin: 10px;
    padding-bottom: 10px;
    background: white;
}
tbody, thead tr {
  display: table;
  table-layout: fixed;
}
td {
    width: 180px;
}
* {box-sizing:border-box;}

th {
    width: 180px;
    white-space: nowrap; overflow: hidden; text-overflow:ellipsis; 
}

.table-head {
    display:block;
    position: sticky;top:0;
}
/** 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;
}

.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;
}

.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: 120px;
}
.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: #2F4051;
    color: #676a6c;
    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: 17%;
    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;
}

.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 {

}
.table-body {
    height: 100%;
    overflow-y: auto;
    background: white;
}

.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: 0px;
}

.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;
}

#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
}

.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: 5px 0 5px 0px #ccc;
    box-shadow: 5px 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-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%;
}

.btn-link{
/*    font-weight:bold;*/
    color:black;
}
.btn-link-half {
    width: 49%;
}
.btn-link-third {
    width: 33%;
}

.m-t-xxl {
    margin-top:150px;
}

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: #676A6C;
}

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-checkbox {
    outline:2px solid #ff5115 !important; 
}

.hidden-portrait {
    display: block !important;
}
.visible-portrait {
    display: none !important;
}

[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;
}

.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;
}

.close-button-panel {
    padding:0px 15px;
}

ddt{
    width:75%;float:left
}

ddd{
    margin-left:25%;
    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-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;   
    position: relative;
}
.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: 80%;
}

.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: #18a689;
}

.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: #18a689;
    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: 35%;
    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
}

.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("/spinner/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;  /* optional: just make scrollbar invisible */
}

.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
  
}

.modal-footer .btn+.btn {
    margin-left: 0px;
}

.modal-custom-header{
    margin-top: 95px;
}

.agile-list li.warning-element {
    border-left: 5px solid #f8ac59;
}
.agile-list li.danger-element {
    border-left: 5px solid #ff5115;
}
.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;
}

.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
}
.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: 37px !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: 20px;
}

.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;
}

.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);
  }
}

.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;
}
h2 {
  text-align: center;
}
table caption {
	padding: .5em 0;
}

@media screen and (max-width: 767px) {
  /*table caption {
    border-bottom: 1px solid #ddd;
  }*/    
  .hidden-portrait {
        display: none !important;
    }
  .modal-body {
        padding: 0px;
    }
  .ibox {
    margin-bottom: 0px;
  }
  
    .text-field-para
    {
        margin: 15px 15px 15px 15px;
        text-align: left;
        color: #5E635D;
    }
}
.fill-window {
    height: calc(100vh - 52px);
}
.p {
  text-align: center;
  padding-top: 140px;
  font-size: 14px;
}
.nav-icon:hover {
    color: white;
}

.nav > li > a i:hover {
    color: white;
}

.nav-header-color {
    color: white;
}

#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;
}

.initials-text {
    /*color: white;*/ 
    font-size: 26px; 
    position:absolute; 
    left: 4px;
}

.heightbig {
    height: 72px !important;
}

.circle {
    width:15px;
    height:15px;    
    border-radius:15px;
}

.instance-logo {
    position:absolute;
    right:5px;
    top:3px;
    height:42px;
}

*::-webkit-input-placeholder {
    color: red;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: red;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: red;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: red;
}
.radio-bigger {
    width: 30px;
    height: 1.5em;
}
.radio-bigger-labesl-center {
    display:flex;
    align-items:center;
}
.display-flex {
    display: flex;
}
.align-self-end {
    align-self: flex-end;
}