@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
body{font-family: 'Roboto', sans-serif !important; font-size:13px !important;font-weight:500 !important;}
select.form-control.input-sm {
background: #00a1ff !important;
border: 0px !important;
border-radius: 0px !important;
color: #FFF !important;
font-weight: 500 !important;
font-size: 13px !important;
font-family: 'Roboto', sans-serif;
-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.18);
box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.18);
}
.pagination>li>a, .pagination>li>span{
background: #00a1ff !important;
border: 0px !important;
border-radius: 0px !important;
color: #FFF !important;
font-weight: 500 !important;
font-size: 13px !important;
font-family: 'Roboto', sans-serif;
-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.18);
box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.18);
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #00a1ff!important;
color: #FFF!important;
font-size: 13px!important;
font-family: 'Roboto', sans-serif;
font-weight: 500!important;