body{
	overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}
/*disabled tabs*/
.tabs .tab.disabled a, .tabs .tab.disabled a:hover{
	color: #ffffff66;
}
.jumpToQuestion{
	cursor:alias;
}
.activeChip{
	background:#fff176 !important;
}
.answered{
	background:#81C784;
}
.disabled{
	pointer-events: none;
	color: #9e9e9e !important;
}
.enabled{
	pointer-events: all;
	color: #3f51b5 !important;
}
/* container size */
.container {
	width: 85%;
    margin: auto;
}
.container-small {
	width: 90%;
    margin: auto;
}
/* remove padding */
.no-padding {
	padding: 0 !important;
}
/* remove margin */
.no-display {
	display: none;
}
/* remove margin */
.no-margin {
	margin: 0 !important;
}
/* small preloader */
.preloader-wrapper.tiny {
    width: 20px;
    height: 20px;
}
/* hyperlink color from table */
.dataTables_wrapper a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating){
	color:#1E88E5 !important;
	margin:4px !important;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover{
	color:#64B5F6;
}
/*remove search input padding*/
.input-field input[type=search]+label {
    left: 0;
}
/* nav drawer reduce icon to text gap */
.side-nav li>a>i, .side-nav li>a>[class^="mdi-"], .side-nav li>a li>a>[class*="mdi-"], .side-nav li>a>i.material-icons {
    margin: 0 22px 0 0;
}
/*datatable selected record color*/
table.dataTable tbody tr.selected {
    background-color: #6fbf73 !important;
}
/* datatable search field */
.dataTables_wrapper {
	overflow-x: scroll;
}
/* datatable search field */
.dataTables_filter{
	display:none;
}
/* datatable button */
button.dt-button, div.dt-button, a.dt-button{
	border: 0 !important;
    border-radius:2px !important;
	background-image: none !important;
	background:#C0C0C0;
}
/* datatable body cursor as pointer */
table.dataTable tbody tr{
	cursor:pointer;
}
.tooltipped{
	cursor:pointer;
}
/* aaa */
.table-tiny td,th{
	padding: 0px 0px;
}
.tableSmall td,th{
	padding: 5px 5px;
}
.table-med td{
	padding: 12px 10px;
}
.table-med th{
	padding: 12px 10px;
}
.table-small th{
	padding: 10px 5px;
}
.table-small td{
	padding: 10px 5px;
}
/* 
.compact > td {
    padding: 10px 5px;
    padding-left: 10%;
}
.compact > td, th {
    padding: 10px 5px;
    padding-left: 0;
}*/
/* progress bar */
#progressAll{
	margin: 0;
    z-index: 9999;
    position: fixed;
}
/* user panel in nav drawer padding */
.side-nav .user-view, .side-nav .userView {
	padding: 16px 10px 0;
}
.side-nav .user-view .circle, .side-nav .userView .circle{
	height: 50px;
    width: 50px;
}
 .side-nav .user-view .email, .side-nav .userView .email{
	line-height:0.4;
}
/* nav color */
.side-nav {
    width: 250px;
}
nav {
	background-color: #1E88E5;
}
/* nav icon color */
.side-nav li > a > i, .side-nav li > a > [class^="mdi-"], .side-nav li > a li > a > [class*="mdi-"], .side-nav li > a > i.material-icons{
	color: #3f51b5 ;
	line-height: 42px;
}
/* nav text color and height */
.side-nav li>a{
	color: #3f51b5 ;
    line-height: 42px;
    height: 42px;
}
/* nav dropdown height */
.dropdown-content li{
    min-height: 42px;
}
/* selected tab */
.tabs .tab a:hover, .tabs .tab a.active{
	color: #FFF;
}
.tabs .tab a{
	color: #BDBDBD;
}
.tabs .indicator{
	background-color: #ffffff;
}
/* materialbox padding */
.materialboxed {
    padding:5px;
}
/* nav drawer orientation */
header, main, footer {
	padding-left: 250px;
}
@media only screen and (max-width : 992px) {
	header, main, footer {
		padding-left: 0;
	}
}