.table-fixed{
	table-layout: fixed;
}
.modal.bigsize .modal-dialog{
	max-width:80%;
}
.progress{
	height: auto !important;
	background: #4f4f4f;
}
.progress-bar{
	padding:4px;
}
.w100p{
	width:100%;
}
.vam{
	vertical-align: middle !important;
}
.wbba{
	word-break: break-all;
}
.wsnw{
	white-space: nowrap;
}

#chartdiv {
	width	: 100% !important;
	height	: 500px !important;
}
textarea{
	resize: none;
}


.locked{
	pointer-events: none;
	opacity:0.3;
}

.form-group textarea{
	height:120px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: red !important;
	opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: red !important;
}