[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}


.title_header{
    color: #00b1eb;
    font-size: 32px;
    font-family: 'vw_headbold', sans-serif;
}

.desc_header{
    color: #fff;
    font-size: 20px;
    font-family: 'vw_textregular', sans-serif;
}

.button_big_header{
    min-width: 200px;
    padding: 10px;
    font-size: 14px;
    height: 42px;
    color: #fff;
    background: #00B1EB;
    border: 1px solid #00B1EB;
    border-radius: 4px;
    font-family: 'vw_textbold', sans-serif;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.button_big_header:hover{
    color: #fff;
    border-radius: 50px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.button_big_header_outline{
    min-width: 200px;
    padding: 10px;
    font-size: 14px;
    height: 42px;
    color: #fff;
    background: #00B1EB;
    border: 1px solid #fff;
    border-radius: 4px;
    font-family: 'vw_textbold', sans-serif;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.button_big_header_outline:hover{
    background: #fff;
    color: #00B1EB;
    border-radius: 50px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

/*=================FOOTER=================*/
.footer{
    padding: 32px;
    background: transparent;
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
}



/*===================LOGIN=================*/

#login_body{
    background:#fff !important;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 90px 0px 16px 0px;
}


#login_info{
    background:linear-gradient(rgba(0, 0, 0, 0),rgba(0, 83, 126, 0)), url(../images/map.png)!important;
    background-position: top right;
    background-size: cover !important;
    background-repeat: no-repeat  !important;
    min-height: 100vh;
    padding: 200px 90px 0px 90px;
}

/*===================HOME=================*/
.stats{
    background: #ffffff;
}
.stat{
    border-left: 1px solid #f2f2f2;
    padding: 16px;
}
.taskdoner{
    padding: 4px;
    height: 36px;
    width: 36px;
    margin-top: 8px;
    border: 1px solid #00B1EB;
    color: #00B1EB;
    border-radius: 50%;
}
.taskdoner:hover{
    padding: 4px;
    height: 36px;
    width: 36px;
    border: 1px solid #00B1EB;
    color: #fff;
    background: #00B1EB;
    border-radius: 50%;
}
.task{
    padding: 16px 0px;
    border-bottom: 1px solid #f2f2f2;
}

.billThisMon{
    background: #00537E !important;
}

/*===================BILLING DETAILS=================*/

.profilepicdet{
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-size: cover;
    background-position: center top;
    float: left;
}

.billing_toolbar{
    padding: 16px 8px;
}




/*=================FLEETS_MAP===================*/
#fleet_map{
    height: 100vh;
}

.fleet_nav_active{
    padding: 12px 24px;
    background: #88979E;
}
.fleet_nav{
    padding: 12px 24px;
    background: #fff;
}
.fleet_nav_active p{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0px;
}
.fleet_nav p{
    color: #88979E;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0px;
}



/*===================ADD CAR====================*/
.input_picture{
    width: 100%;
    background: #fff;
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    text-align: center;
}

/*===================ALERTS====================*/

#inbox a i{
    float: right;
    margin-top: 12px;
    z-index: 200000
}


/*===================ADD STATION====================*/

#addstationmap{
    height: 400px;
    background: #eeeeee;
    border-radius: 4px 0 0 4px;
}


 @media (max-width: 767px) { 
    

    /*===================LOGIN=================*/

    #login_body{
        background:linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 83, 126, 0.95)), url(../images/map.PNG)!important;
        background-position: top right;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 100vh;
        padding: 32px 16px 16px 16px;
    }
        
 }

