
.checkbox{
    height: 40px;
    width: 40px;
}


/* dash template *************************************************************** */
.dash-menu-bar{
    width:260px;
    height: 100%;
    background-color: #333;
    position: absolute;
    left : 0;
    top : 0 ;
    display: none;
    z-index: 20000;
   
}
.dash-side-bar{
    width:40px;
    height: 100%;
    background-color: #222;
    position: fixed;
    left : 0;
    top : 0 ;
   
   
}

.dash-container{
    width: auto;
    margin-right:0px;
    margin-left: 40px;
    padding-right: 15px;
    padding-left: 15px;
   
    
}

.dash-top-bar{
    width: auto;
    background-color: #0866C6;
    height: 140px;
    margin-left: 40px;
    margin-right: 0px;  
    border-bottom: solid 3px #3985D1 ;
    
  
}

#PageLoading
{
   background:#FFF url(/rwdsa/static/ico/loading.gif) no-repeat center center;
   height: 100%;
   width: 100%;
   position: fixed;
   z-index: 1000;
   opacity: 0.8;
   display: none;
  
}




/* mobile *************************************************************** */

@media (max-width: 767px) {  


}


/* tablets portariat *************************************************************** */
@media (min-width: 768px) and (max-width: 991px) { 
 
}

/* Small Desktops *************************************************************** */
@media (min-width: 992px) and (max-width: 1199px) { 
    

}

/* large Desktops *************************************************************************** */

@media (min-width: 1200px) { 
    
   
}
