/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : May 22, 2020, 12:51:33 PM
    Author     : MOBA
*/


/* Slider menu  */


/*.sidebar-toggle {
    margin-left: -240px;
}*/


/*.sidebar {
    width: 240px;
    height: 100%;
    background: #fff;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 100;
    padding-top: 80px;
}*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    z-index: 1035;
    right: 0;
    background: #fff url("../images/bg_menu.png") no-repeat center center;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    font-family: 'proxima-nova', sans-serif;
    /* background: #3c3c3b url("../images/bg_menu.png") no-repeat center center; */
}

.sidenav:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #ececec;
    /* background: linear-gradient(182deg, #fffcfc 0%, #1a487b 100%); */
    /* background: #757575;
    background: linear-gradient(45deg, #757575 0%, #3c3c3b 100%); */
    /*   background: linear-gradient(45deg, #3c3c3b 0%, #5a79a5 100%);*/
    /*       background: linear-gradient(45deg, #5a79a5 0%, #5a79a5 100%);*/
    /*       background: linear-gradient(45deg, #dae2b3 0%, #5a79a5 100%);*/
    /*       background: linear-gradient(45deg, #5a79a5 0%, #000000 100%);*/
    opacity: .8;
    z-index: -1;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 17px;
    color: #255fad;
    display: block;
    transition: 0.3s;
}

.sub-menu span {
    color: #3c3c3b !important
}

.sub-menu span:hover {
    color: #1a4879 !important
}

.sub-menu ul li {
    color: #1a4879 !important;
}

.sidenav a:hover {
    color: #1a4879 !important;
}

.active a span {
    color: #ffffff !important;
}

li.sub-menu.active {
    background: #FF0000 !important;
}

.sidenav .closebtn {
    position: absolute;
    bottom: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


/* .sidemenu-mar-top{margin-top:20px;} */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.sidebar #leftside-navigation ul,
.sidebar #leftside-navigation ul ul {
    margin: -2px 0 0;
    padding: 0;
}

.sidebar #leftside-navigation ul li {
    list-style-type: none;
    border-bottom: 1px solid rgb(217 217 217);
}

.sidebar #leftside-navigation ul li.active>a {
    color: #ffcc00;
}

.sidebar #leftside-navigation ul li.active ul {
    display: block;
}

.sidebar #leftside-navigation ul li a {
    color: #757575;
    text-decoration: none;
    display: block;
    padding: 9px 0 3px 25px;
    font-size: 15px;
    outline: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.sidebar #leftside-navigation ul li a:hover {
    color: #ffcc00;
}

.sidebar #leftside-navigation ul li a span {
    display: inline-block;
}

.sidebar #leftside-navigation ul li a i {
    width: 20px;
}

.sidebar #leftside-navigation ul li a i .fa-angle-left,
.sidebar #leftside-navigation ul li a i .fa-angle-right {
    padding-top: 3px;
}

.sidebar #leftside-navigation ul ul {
    display: none;
}

.sidebar #leftside-navigation ul ul li {
    /*    background: #ffcc00;*/
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
}

.sidebar #leftside-navigation ul ul li a {
    font-size: 16px;
    /*    padding-top: 13px;
    padding-bottom: 13px;*/
    color: #ffcc00;
}

.sidebar #leftside-navigation ul ul li a:hover {
    color: #fff !important;
}

.nav-outer {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
}

.nav-outer .button {
    position: absolute;
    z-index: 5;
    bottom: 50px;
    right: 20px;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    width: 34px;
    height: 28px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.49, 0.42, 0.99) 0.1s;
    transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.49, 0.42, 0.99) 0.1s;
    transition: transform 0.2s cubic-bezier(0.16, 0.49, 0.42, 0.99) 0.1s;
    transition: transform 0.2s cubic-bezier(0.16, 0.49, 0.42, 0.99) 0.1s, -webkit-transform 0.2s cubic-bezier(0.16, 0.49, 0.42, 0.99) 0.1s;
    outline: none;
    overflow: hidden;
}

.nav-outer .button:before,
.nav-outer .button:after,
.nav-outer .button span {
    display: block;
    background: #5a79a5;
    width: 100%;
    height: 4px;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.49, 0.42, 0.99) 0.4s;
    transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.49, 0.42, 0.99) 0.4s;
    transition: transform 0.2s cubic-bezier(0.16, 0.49, 0.42, 0.99) 0.4s;
    transition: transform 0.2s cubic-bezier(0.16, 0.49, 0.42, 0.99) 0.4s, -webkit-transform 0.2s cubic-bezier(0.16, 0.49, 0.42, 0.99) 0.4s;
}

.nav-outer .button:before,
.nav-outer .button:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.nav-outer .button:before {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
}

.nav-outer .button:after {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
}

.nav-outer .button span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.nav-outer .button:hover:before {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.nav-outer .button:hover:after {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}

.nav-outer .menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0px 60px 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.49, 0.42, 0.99);
    transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.49, 0.42, 0.99);
    transition: transform 0.4s cubic-bezier(0.16, 0.49, 0.42, 0.99);
    transition: transform 0.4s cubic-bezier(0.16, 0.49, 0.42, 0.99), -webkit-transform 0.4s cubic-bezier(0.16, 0.49, 0.42, 0.99);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.nav-outer .menu a {
    font-weight: bold;
    color: #5a79a5;
    text-decoration: none;
}

.nav-outer .menu .nav-main a {
    position: relative;
    display: block;
    font-size: 1.8em;
    margin: .6em 0;
    -webkit-transition: opacity 0.1s cubic-bezier(0.16, 0.49, 0.42, 0.99);
    transition: opacity 0.1s cubic-bezier(0.16, 0.49, 0.42, 0.99);
    overflow: hidden;
    line-height: 1;
}

.nav-outer .menu .nav-main a:after {
    content: '';
    display: block;
    height: 4px;
    width: 55%;
    background: #111;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: all 0.1s cubic-bezier(0.16, 0.49, 0.42, 0.99);
    transition: all 0.1s cubic-bezier(0.16, 0.49, 0.42, 0.99);
}

.nav-outer .menu .nav-main a:hover {
    opacity: .8;
}

.nav-outer .menu .nav-main a:hover:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.nav-outer .menu .nav-social {
    margin-top: auto;
    padding: 20px 0;
    font-size: .7em;
}

.nav-outer .menu .nav-social a {
    text-transform: uppercase;
    margin: 0 .7em;
    -webkit-transition: opacity 0.2s cubic-bezier(0.16, 0.49, 0.42, 0.99);
    transition: opacity 0.2s cubic-bezier(0.16, 0.49, 0.42, 0.99);
}

.nav-outer .menu .nav-social a:hover {
    opacity: .8;
}

.nav-outer.open .button {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.nav-outer.open .button span {
    margin: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.nav-outer.open .button:before,
.nav-outer.open .button:after {
    margin: auto;
    top: 0;
    bottom: 0;
}

.nav-outer.open .button:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-outer.open .button:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-outer.open .menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.menu_icon_pad_right {
    padding-right: 5px;
}

.active_veh_view {
    color: green;
    font-size: 20px;
    position: absolute;
    right: 5%;
}

.setpad_vi {
    flex: 1;
    padding: 4px 15px !important;
}

.setpad_right {
    padding-right: 5px;
}

.float-side-btn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    min-height: 60px;
    background-color: #fff;
    border: none;
}

.fa-bars-icon {
    font-size: 25px;
    padding: 12px 7px;
    color: #2D71D5;
}

footer.main-footer strong {
    color: #fff !important;
}