.btn-primary {
    background-color: #71b03e;
    border-color: #71b03e;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #619635 !important;
    border-color: #619635 !important;
}
.btn-secondary {
    background-color: #2ea1d9;
    border-color: #2ea1d9;
    color: #fff;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    background-color: #288dbf !important;
    border-color: #288dbf !important;
    color: #fff;
}
.btn-thirth {
    background-color: #fff;
    border-color: #cccccc;
    color: #808080;
}
.btn-thirth:hover, .btn-thirth:active, .btn-thirth:focus {
    background-color: #e6e6e6 !important;
    border-color: #cccccc !important;
    color: #808080;
}
.btn-fifth {
    background-color: #b4b4b4;
    border-color: #b4b4b4;
    color: #ffffff;
}
.btn-fifth:hover, .btn-fifth:active, .btn-fifth:focus {
    background-color: #9a9a9a !important;
    border-color: #9a9a9a !important;
    color: #ffffff;
}
.btn-lg {
    font-size: 14px;
}
.btn {
    font-size: 14px;
    font-family: NotoSansBold;
    border-radius: 3px;
    padding: 10px 40px;
}
.btn-medium {
	padding: 6px 30px !important;
}
.btn-small {
    padding: 6px 14px !important;
}
.btn-link {
	color: #6d6d6d;
	font-family: NotoSansRegular;
}
.btn-link:hover {
	color: #6d6d6d;
}
.btn-center {
	margin: 0 auto;
	display: block;
}
.btn-right {
	float: right;
}
.btn-code-generate {
	padding: 6px 0;
	width: 100%;
	background: #fff;
	border:1px solid #cccccc;
	border-radius: 0 3px 3px 0;
	color: #808080;
	border-left: none;
}
.btn-icon-add {
    background-image: url('../img/btn-icon-add.png');
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding-left: 44px;
}
.btn-icon-edit {
    background-image: url('../img/btn-icon-edit.png');
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding-left: 44px;
}

