body{
	overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
	overflow: auto !important;
}
tr {
    border-bottom: 0;
}
.material-tooltip{
	background-color: #ffa000 !important;
}
.tabs .indicator{
	height: 3px;
}
/*focused flat btn*/
.btn-flat:hover{
	background-color: #bdbdbd;
}
/*focused tab color*/
.tabs .tab a:focus, .tabs .tab a:focus.active{
	background-color: transparent;
}
/*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;
}

.speech-bubble {
	padding:10px 1rem 10px 1rem;
	width:100%;
	position: relative;
	background: #673ab7;
	border-radius: .4em;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: #673ab7;
	border-left: 0;
	border-bottom: 0;
	margin-top: -10px;
	margin-left: -20px;
}
.speech-bubble2 {
	padding:10px 1rem 10px 1rem;
	width:100%;
	position: relative;
	background: #e91e63 ;
	border-radius: .4em;
}

.speech-bubble2:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left-color: #e91e63 ;
	border-right: 0;
	border-bottom: 0;
	margin-top: -10px;
	margin-right: -20px;
}

/* hvr border height */
.hvr-underline-from-center:before{
	height:2px !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;
}
/*datatable selected record color*/
table.dataTable tbody tr.selected {
    background-color: #6fbf73 !important;
}
/* datatable search field */
.dataTables_wrapper {
	overflow-x: scroll;
	padding: 2rem;
}
#tableAll_length select{
	display: block;
}
/* 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;
}
table.highlight>tbody>tr:hover {
    background-color: #e8f5e9 ;
}
.tooltipped{
	cursor:pointer;
}
/* aaa */
.table-tiny td,th{
	padding: 0px 0px;
}
.table-small td,th{
	padding: 5px 5px;
}
.table-med td{
	padding: 12px 10px;
}
.table-med th{
	padding: 12px 10px;
}
/* 
.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;
}
/* side nav size*/
.sidenav{
	width: 250px;
    transform: translateX(0%);
}
/* nav drawer reduce icon to text gap */
.sidenav li>a>i, .sidenav li>a>[class^="mdi-"], .sidenav li>a li>a>[class*="mdi-"], .sidenav li>a>i.material-icons {
    margin: 0 22px 0 0;
}
/* user panel in nav drawer padding */
.sidenav .user-view, .sidenav .userView {
	padding: 16px 10px 0;
}
.sidenav .user-view .circle, .sidenav .userView .circle{
	height: 50px;
    width: 50px;
}
 .sidenav .user-view .email, .sidenav .userView .email{
	line-height:0.4;
}
nav {
	background-color: #1E88E5;
}
/* nav icon color */
.sidenav li > a > i, .sidenav li > a > [class^="mdi-"], .sidenav li > a li > a > [class*="mdi-"], .sidenav li > a > i.material-icons{
	color: #3f51b5 ;
	line-height: 42px;
}
/* nav text color and height */
.sidenav 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;
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin: 0px;
  z-index:9;
}
#discounted:before{
	background-color: #FFE082;
}
#blocked:before{
	background-color: #BCAAA4;
}
/* nav drawer orientation */
header, main, footer {
	padding-left: 250px;
}
@media only screen and (max-width : 992px) {
	header, main, footer {
		padding-left: 0;
	}
}
@media print {
   .noprint {
      visibility: hidden;
   }
  .nextpage {page-break-after: always;}
}



@media print {
    body {
        font-size: 18px;
    }

    #particularSummary th,
    #particularSummary td {
        font-size: 20px;
        padding: 10px;
    }
}
