.left-side-bar{
    background-color: #000 !important;
}
.sidebar-menu .submenu li>a:before{
    position: inherit;
    content:none;
}
.sidebar-menu .submenu li> a> .micon {
    position: absolute;
    left: 10px;
    width: 42px;
    height: 42px;
    font-size: 22px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: transparent;
    top: 50%;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.background-login{
    width: 100%;
    height: 100%;
    background: #8BC34A;
    background-image: url('../images/background2.jpg');
    background-size: cover;
}
.box-shadow-front{
    -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, .08);
    box-shadow: 0 0 28px #87c862;
}
.login-header {
    background-color: #000;
}
.login-menu a {
    color: #ccc;
}
.btn-success {
    color: #fff;
    background-color: #689f38;
    border-color: #7CB342;
}
.btn-success:hover{
    color: #fff;
    background-color: #33691e;
    border-color: #33691e;
}
.btn-outline-success {
    color: #689f38;
    background-color: #fff;
    border-color: #7CB342;
}
.btn-outline-success:hover{
    color: #fff;
    background-color: #689f38;
    border-color: #689f38;
}
.sidebar-menu>ul>li{
    padding:0px;
}
.sidebar-menu .dropdown-toggle,.sidebar-menu .show>.dropdown-toggle,.sidebar-menu .submenu{
    border-radius: 0px;
}

.sidebar-menu>ul>li>.dropdown-toggle.active {
    background-color: #8BC34A;
}
.sidebar-light .sidebar-menu .dropdown-toggle:hover .micon, .sidebar-light .sidebar-menu .show>.dropdown-toggle .micon, .sidebar-menu .dropdown-toggle.active, .sidebar-menu .dropdown-toggle.active .micon {
    color: #000;
}
.sidebar-menu .dropdown-toggle:hover{
    background-color: #689f38;
    color: #000;
}

.sidebar-menu .show>.dropdown-toggle {
    background-color: #8BC34A;
    color: #000;
}
.sidebar-menu .show>.dropdown-toggle .micon {
    color: #000;
}
.sidebar-menu .submenu li a.active, .sidebar-menu .submenu li a:hover {
    color: #8BC34A;
}
.submenu  .active > .micon{
    color: #8BC34A !important;
}

.bg-black{
    background-color: #111;
}

.bootstrap-select .dropdown-menu li .dropdown-item.active:hover, .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #8BC34A;
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #689f38;
}
.bootstrap-tagsinput{
    width:100%;
    height:50px;
    padding: 9px 6px !important;
}
.bootstrap-tagsinput .label-info {
    background: #689F38;
}


iframe {
    width: 100%;
    height:250px;
}
.embed-map-container{
    min-height:250px;
    background-color:#eee;
}
.ev-station-container{
    min-height:150px;
    background-color:#eee;
}

.bg-success{
    background-color: #8bc34a !important;
}

.bg-danger{
    background-color: #f44336 !important;
}
textarea.form-control {
    height: 90px !important;
}