/* .btn {
	border-radius: 3px !important;
	line-height: 20px !important;
	height: 30px !important;	
} */

.btn:hover {
	color: #fff !important;
}

.btn-primary {
	line-height: 20px !important;
}

.btn-success {
	line-height: 20px !important;
}

.btn-secondary {
	line-height: 20px !important;
}
.btn-danger {
	line-height: 20px !important;
}

.btn-default {
	line-height: 20px !important;
}

.btn-warning {
	line-height: 20px !important;
}

.btn-info {
	line-height: 20px !important;
}


.btn-save {
	background-color: #00BFA5;
	border-color: #00BFA5;
	color: #fff;
	line-height: 20px !important;
}

.btn-save:hover {
	background-color: #00897B;
}

.btn-edit {
	background-color: #FFA000;
	border-color: #FFA000;
	color: #fff;
	line-height: 30px;
}

.btn-edit:hover {
	background-color: rgb(221, 141, 2);
}

.btn-download {
	background-color: #2dbb4e;
	border-color: transparent;
	color: #fff;
	line-height: 30px;
}
.btn-import {
	background-color: #dca942;
	border-color: transparent;
	color: #fff;
	line-height: 30px;
}


.btn-delete {
	background-color: #d43f3f;
	border-color: #d43f3f;
	color: #fff;
	line-height: 30px;
}
.btn-delete:hover {
	background-color: #b60606;
}
.btn-print {
	background-color: #1356a5;
	border-color: transparent;
	color: #fff;
	line-height: 30px;
}
.btn-detail {
	background-color: #5ec1e6;
	border-color: transparent;
	color: #fff;
	line-height: 30px;
}
.btn-bayar {
	background-color: #d43f3f;
	border-color: transparent;
	color: #fff;
	line-height: 30px;
}
.btn-login {
	background-color: #dca941;
	border-color: transparent;
	color: #fff;
	line-height: 30px;
	width: 100%;
	border-radius: 30px !important;
}
