.grey{
    color: #A2A2A2;
}

@media screen and (max-width: 1263px){
    .title-module{
        display: none !important;
    }
}

.paddin-gray{
	color:#9E9E9E;
	padding: 0 0 10px 0;
}

.gray{
	color:#9E9E9E;
}

.padding{
	padding:20px;
}

.md-list-item-text> h3{
	padding-bottom: 5px;
}

.margin-divider{
	margin: 30px 0 50px 0;
	
}
.md-whiteframe-2dp{
	background-color: #fff;
}
.width-100{
	
	width: 100% !important;
}

.white{
	
	background-color: #fff !important;
}

.margin-table-totals > td{
	    padding-top: 10px !important;
}

.md-button.md-fab.md-fab-bottom-right {
	top: auto;
	right: 20px;
	bottom: 20px;
	left: auto;
	position: fixed;
}

tbody > .md-row:hover {
	
	background-color: #EEEEEE; 
}

.label-black>span{
    color: #000 !important;
}

.center-icon{
	margin-top : 5px;
}

.loader{
	
    z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -100px;
}
