/* 3GPP button style */
/*Success button (Green)*/
.btn3GPP-success {
    color: #fff !important;
    background-image: -webkit-linear-gradient(bottom, #75B91A, #54AF13);
	background-image: -moz-linear-gradient(bottom, #75B91A, #54AF13);
	background-image: -ms-linear-gradient(bottom, #75B91A, #54AF13);
	background-image: -o-linear-gradient(bottom, #75B91A, #54AF13);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75B91A', endColorstr='#54AF13',GradientType=1 );
    border-color: #4cae4c;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 2px 12px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 4px;
    text-decoration: none;
}

.btn3GPP-success:hover {
	color: #fff !important;
    background-image: -webkit-linear-gradient(bottom, #64A014, #54AF13);
	background-image: -moz-linear-gradient(bottom, #64A014, #54AF13);
	background-image: -ms-linear-gradient(bottom, #64A014, #54AF13);
	background-image: -o-linear-gradient(bottom, #64A014, #54AF13);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64A014', endColorstr='#54AF13',GradientType=1 );
}
.btn3GPP-success:active {color: #fff;background: #64A014;}
.btn3GPP-success[disabled] {color: #fff;background: #64A014;cursor: no-drop;}

/*Default button (Gray)*/
.btn3GPP-default {
    color: #fff !important;
    background-image: -webkit-linear-gradient(bottom, #B6B6B6, #A09F9F);
	background-image: -moz-linear-gradient(bottom, #B6B6B6, #A09F9F);
	background-image: -ms-linear-gradient(bottom, #B6B6B6, #A09F9F);
	background-image: -o-linear-gradient(bottom, #B6B6B6, #A09F9F);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B6B6B6', endColorstr='#A09F9F',GradientType=1 );
    border-color: #4cae4c;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 2px 12px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 4px;
    text-decoration: none;
}

.btn3GPP-default:hover {
	color: #fff !important;
    background-image: -webkit-linear-gradient(bottom, #8D8D8D, #A09F9F);
	background-image: -moz-linear-gradient(bottom, #8D8D8D, #A09F9F);
	background-image: -ms-linear-gradient(bottom, #8D8D8D, #A09F9F);
	background-image: -o-linear-gradient(bottom, #8D8D8D, #A09F9F);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8D8D8D', endColorstr='#A09F9F',GradientType=1 );
}
.btn3GPP-default:active {color: #fff;background: #8D8D8D;}
.btn3GPP-default[disabled] {color: #fff;background: #8D8D8D;cursor: no-drop;}
/* 3GPP button style */
