
.object-item {
    display: table;
    width: 100%;
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none;
    color: #F79520;
}

b, strong {
    font-weight: 600;
}

/*#################################################*/
/* DATALIST
/*#################################################*/

.datalist-object-name {
    display: block;
    width: 100%;
    height: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 999999;
    background-color: #F79520;
    color: #ffffff;
    font-weight: 600;
    font-size: 11px;
}

.datalist-item.even {
    background-color: #636666;
    color: #ffffff;
}

.icon-close {
    background-image: url(images/close-white.svg);
}

/*#################################################*/
/* HISTORY NAVBAR
/*#################################################*/

#history_navbar a {
    color: #ffffff;
    background-color: #636666;
}

/*#################################################*/
/* MENU PANEL
/*#################################################*/

.page-menu .page-title {
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 50px;
    padding: 0 15px;
    height: 50px;
    display: table;
    width: 100%;
    color: #ffffff;
    background-color: #F79520;
}

.page-menu ul li a {
    color: #ffffff !important;
    font-size: 14px;
    padding: 20px 10px;
    display: block;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    text-align: center;
    background: #F79520;
    -webkit-box-shadow: 0 0 5px 0 #eaeaea;
    box-shadow: 0 0 5px 0 #eaeaea;
}

/*#################################################*/
/* BUTTONS
/*#################################################*/

.btn.btn-blue {
    background-color: #636666;
    color: #ffffff;
}

/*NAVBAR*/
.navbar-default {
    background: #F79520;
    border: none;
}

/*#################################################*/
/* MAP
/*#################################################*/

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -50px;
    background: url(/theme/images/remove-orange.svg) center center no-repeat;
    background-size: 10px 10px;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}

.leaflet-container a {
    color: #F79520;
}

/*#################################################*/
/* BOOTSTRAP
/*#################################################*/

/*THEME*/

.modal-content {
    border-radius: 15px;
}

.modal-body {
    padding: 20px 15px 15px 15px;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
    background-color: #636666;
    border: 1px;
    border-color: #636666;
}

.btn-group {
    width: 100%;
}

.btn {
    border-radius: 0px;
    border-color: #e8e8e8;
    overflow: hidden;
}

.panel {
    border-radius: 0px;
    border-color: #e8e8e8;
    box-shadow: none;
}

.form-control {
    border-radius: 0px;
    border-color: #e8e8e8;
}

.input-group-addon {
    border-radius: 0px;
    border-color: #e8e8e8;
}

.list-group-item:first-child {
    border-radius: 0px;
    border-color: #e8e8e8;
}

.list-group-item:last-child {
    border-radius: 0px;
    border-color: #e8e8e8;
}

/*####################################################################################################################*/

:root {
    --main-bg-orange: #F89627;
    --main-bg-green: #009444;
    --main-bg-gray: #636766;
    --main-bg-white: #FFFFFF;
    --main-text-gray: #a3a3a3;
}

/*commonBackgroundColorOrange: '#F89627',*/
/*commonBackgroundColorGreen: '#009444',*/
/*commonBackgroundColorGray: '#636766',*/
/*commonBorderGray: '#b6b6b8',*/

/*--------------------------------------------------------------------------------------------------------------------*/
.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 20px;
}

/* 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: 20px;
    width: 20px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: var(--main-bg-green);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.width90 {
    width: 90%;
}

.small-icon {
    width: 30px;
    height: 30px;
}

.text-white {
    color: #FFFFFF;
}

.text-gray {
    color: var(--main-text-gray);
}

/*--------------------------------------------------------------------------------------------------------------------*/

@-webkit-keyframes autofill {
    to {
        box-shadow: none;
        background: transparent;
        color: #FFFFFF;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea:focus, input:focus {
    outline: none;
}

::-webkit-input-placeholder, :-ms-input-placeholder, ::placeholder {
    color: rgba(230, 230, 230, 0.8);
}

.login-page {
    background-image: url("images/login_background.jpg");
    padding-top: 100px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position-x: 30%;
}

@media (min-width: 1645px) {
    .login-page {
        background-size: 100% 100%;
        background-position-x: center;
    }
}

.overlay-color {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 66, 118, 0.75);
    top: 0px;
    left: 0px;
    z-index: -1;
}

.login-wrapper {
    margin: auto;
    max-width: 350px;
}

.login-page .logo-container {
    width: 100%;
    text-align: center;
}

.login-page .input-group-addon {
    background: transparent;
    border: none;
    color: #FFFFFF;
}

#login-logo {
    width: 100%;
}

#login-form {
    margin-top: 40px;
}

.login-page .input-group {
    background: transparent;
    border-bottom: 1px #FFF solid;
}

.login-page .input-group input {
    background: transparent;
    background-color: transparent !important;
    color: #FFFFFF;

}

.login-page .input-group input.form-control {
    background: transparent;
    background-color: transparent !important;
    border: none;
}

.btn.login-btn {
    background-color: var(--main-bg-orange);
    border: none;
    position: relative;
    margin-top: 20px;
}

.btn.login-btn .small-icon {
    position: absolute;
    left: 5px;
    top: 2px;
}

#login-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

#footer-info {
    color: #636566;
}

/*Map controls -------------------------------------------------------------------------------------------------------*/

.leaflet-control-zoom-in {
    background-image: url(images/plus_white.png);
}

.leaflet-control-zoom-out {
    background-image: url(images/minus_white.png);
}

.icon-text {
    background-image: url(images/icon_info.png);
}

.icon-zones {
    background-image: url(images/zones_white.png);
}

.icon-map-layers {
    background-image: url(images/icon_map_layer.png);
}

.icon-clusters {
    background-image: url(images/clusters_white.png);
}

.icon-traffic {
    background-image: url(images/traffic_white.png);
}

.leaflet-bar {
    box-shadow: none;
}

.leaflet-top.leaflet-left {

}

.leaflet-bar a:hover, .leaflet-bar a, .leaflet-bar a:hover {
    background-color: var(--main-bg-orange);
}

.leaflet-bar a.leaflet-disabled {
    background-color: var(--main-bg-orange);
}

.leaflet-bar a {
    background-color: var(--main-bg-orange);
    border-radius: 100px;
    display: inline-block !important;
    margin-right: 5px;
}

.leaflet-bar a span {
    background-size: 21px 21px;
}

.leaflet-bar a:last-child {
    margin: 0px;
}

.leaflet-bar a:first-child, .leaflet-bar a:last-child {
    border-radius: 100px;
}

.leaflet-control-container > div > div.leaflet-bar {
    display: inline-block;
}

.leaflet-control-container > div > div.leaflet-bar.leaflet-control-zoom {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    float: none;
}

.leaflet-control {
    float: none;
}

.leaflet-control-zoom-in {
    float: right;
    margin-left: 5px;
}

/**/
.datalist-item-icon {
    display: none;
}

#history_playback {
    position: relative;
    bottom: 0px;
    left: 0px;
}

#history_navbar {
    background-color: #636566;
}

#event_badges_container {
    width: 30px;
    margin-top: 14px;
    position: absolute;
    right: 0px;
    margin-right: 10px;
}

#bell_icon {
    width: 30px;
}

.badges {
    position: absolute;
}

.popup {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.popup-wrapper {
    display: table;
    width: 80%;
    height: 100%;
    margin: auto;
}

.popup-container {
    width: 80%;
    margin: auto;
    vertical-align: middle;
    display: table-cell;
}

.popup-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 30%;
    background-color: var(--main-bg-orange);
    padding: 10px;
    text-align: center;
    position: relative;
    margin:0 auto;
}

.popup-title {
    color: var(--main-bg-white);
}

.popup-button-close {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 10px;
    margin-top: -10px;
}

.popup-button-close img {
    width: 15px;
    height: 15px;
}

.popup .popup-body .popup-data-row {
    background-color: var(--main-bg-white);
    padding: 10px;
    border-bottom: var(--main-bg-gray) 1px solid;
    display: block;
    margin:0 auto;
    color: #444444;
    width: 30%;
}

.popup .popup-body .popup-data-row.active {
    color: var(--main-bg-orange);
}

.badge {
    position: absolute;
    right: -5px;
    top: -5px;
}

.no-wrap {
    white-space: nowrap;
}

.driver-mode-icon {
    width: 14px;
    height: 14px;
    margin-left: 10px;
    margin-top: 0px;
}

.leaflet-popup-content .driver-mode-icon {
    margin-top: -5px;
}
