.btnSave{
	width: 100%;
	font-family: 'Kumbh Sans' !important;
	margin-top: 25px;
	transition: linear 0.2s;
}

.btnSave:hover{
	background-color: #6C9C5C !important;
	border-color: #6C9C5C !important;
	transition: linear 0.2s;
}

.btnDelete{
	width: 100%;
	font-family: 'Kumbh Sans' !important;
	/*margin-top: 30px;*/
	transition: linear 0.2s;
}

.btnDelete:hover{
	background-color: #EC3F3F !important;
	border-color: #EC3F3F !important;
	transition: linear 0.2s;
}

.btnDeleteHabGut{
	width: 40%;
	float: right;
	font-family: 'Kumbh Sans' !important;
	/*margin-top: 30px;*/
	transition: linear 0.2s;
}

.btnDeleteHabGut:hover{
	background-color: #EC3F3F !important;
	border-color: #EC3F3F !important;
	transition: linear 0.2s;
}

.btnDownloadFile{
	width: 15%;
	float: right;
	font-family: 'Kumbh Sans' !important;
	/*margin-top: 30px;*/
	transition: linear 0.2s;
}

.btnDownloadFile:hover{
	background-color: #6C9C5C !important;
	border-color: #6C9C5C !important;
	transition: linear 0.2s;
}