#page {
    padding-top: 60px;
}

@media (max-width: 979px) {
	#page {
		padding-top: 0px;
	}
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
 
::-webkit-scrollbar-track {
    border: 1px solid #dddddd;
}
 
::-webkit-scrollbar-thumb {
    background: #bbbbbb;
	opacity: 0.7;
}

::-webkit-scrollbar-thumb:hover {
    background: #aaaaaa;
	opacity: 0.9;
}


@media only screen and (max-width: 767px) {
	
	/* Force table to not be like tables anymore */
	table.table-responsive table, 
	table.table-responsive thead, 
	table.table-responsive tbody, 
	table.table-responsive th, 
	table.table-responsive td, 
	table.table-responsive tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	table.table-responsive thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	table.table-responsive tr { border: 1px solid #ccc; }
 
	table.table-responsive td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	table.table-responsive td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	table.table-responsive td:before { content: attr(data-label); }
}

select.monthselect, select.yearselect {
    width: auto;
}

.daterangepicker .calendar {
    max-width: 267px !important;
}