.itopplus-background {
background-image:none;background-color :rgba(253, 252, 252, 1);
}
 
.navbar-nav>li>a {
    font-family: Circular;
    font-size: 20px;
    font-weight:700;
    letter-spacing:1px;
}
.dropdown-menu>li>a {
    font-family: Circular;
    font-size: 19px;
    font-weight:700;
    letter-spacing:1px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 3px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}

#scrollTop{
	position:fixed;
	bottom:15px;
	right:15px;
	display:inline-block;
	visibility:hidden;
	cursor:pointer;
	z-index:999;
	
	opacity:0;
	
	transition:all 0.3s ease-in-out;
	font-size:26px;
	line-height: 1;
	padding:5px 9.5px;
	text-align:center;
}
#scrollTop.fixed {
	visibility:visible;
	opacity:1;
}
@media screen and (max-width: 768px){
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid transparent;
}
}
.item1{
    background-color: rgba(255, 255, 255, 0.7); 
}
.item1:hover{
    background-color: rgba(255, 255, 255, 1); 
}

