/*
custom style
author : Mastan Rao Konduri
date: 02/03/2020 01:53 PM;
*/

.error {
	color: #e43535;
    font-size: 12px;
}

.has-error {
	border-color: #ec1313;
}

.has-success {
	border-color: #2d731c;
}

.buttons-html5 , .buttons-print{
	padding : 6px;
    border-color: #6b6f82 !important;
    background-color: #FFFFFF !important;
    color: #6b6f82;
}