/*
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.
*/
root { 
    display: block;
}
.container-driver-list{
	position: relative;
}
#loading{
	display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: 0.5;
    background: #000;
    top: 0;
    left: 0;
    z-index: 50000;
}
#loading *{
    top: 50%;
    left: 45%;
    position: relative;
}