/*
 *
 *	usare assieme alla classe btn, es. class="btn btn-custom btn-color-red"
 *
 */

.btn-custom
{
	border: 0px;
	border-radius: 4px !important;
	
	color: #fff;
	font-size: 13px !important;
	text-transform: uppercase;
	font-weight: bold;
	
	padding-left: 15px;
	padding-right: 15px;
}

.btn-default{
    background-color: transparent;
    color: white;
    border-radius: 3px !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    background-color: rgba(75, 75, 75, 0.53);
    color: white;
}
.btn-login
{
	border: 0px;
	
	color: #fff;
	font-size: 13px !important;
	text-transform: uppercase;
	font-weight: bold;

	height: 28px;	
	padding: 3px 6px;
        min-width: 84px;
        margin-bottom: 5px;
		margin-right: 5px;
}

.btn-marketmoves
{
	border: 0px;
	border-radius: 4px !important;
	
	color: #fff;
	font-size: 12px !important;
	font-weight: bold;

	height: 22px;	
	padding: 3px 6px !important;
}

.btn-round
{
	border-radius: 100px !important;
}

.btn-w-100
{
	min-width: 100px;
}

.btn-w-125
{
	min-width: 125px;
}

.btn-w-150
{
	min-width: 150px;
}

/* ******************************************************************* */

/*
 *	RED
 */

.btn-color-red,
.btn-color-red:active,
.btn-color-red:focus
{
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d32f2e+0,c52728+26,c12624+30,b31f1f+48,9f1312+70,9b1111+78,960e0e+81,8e0a08+100 */
        background: #d32f2e !important; /* Old browsers */
        background: -moz-linear-gradient(top,  #d32f2e 0%, #c52728 26%, #c12624 30%, #b31f1f 48%, #9f1312 70%, #9b1111 78%, #960e0e 81%, #8e0a08 100%) !important; /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #d32f2e 0%,#c52728 26%,#c12624 30%,#b31f1f 48%,#9f1312 70%,#9b1111 78%,#960e0e 81%,#8e0a08 100%) !important; /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #d32f2e 0%,#c52728 26%,#c12624 30%,#b31f1f 48%,#9f1312 70%,#9b1111 78%,#960e0e 81%,#8e0a08 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32f2e', endColorstr='#8e0a08',GradientType=0 ); /* IE6-9 */

	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33) !important;
	-webkit-font-smoothing: antialiased;
}
	.btn-color-red:hover,
	.btn-color-red:active
	{
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d32f2e+0,c52728+26,c12624+30,b31f1f+48,9f1312+70,9b1111+78,960e0e+81,8e0a08+100 */
        background: #d32f2e !important; /* Old browsers */
        background: -moz-linear-gradient(top,  #d32f2e 0%, #c52728 26%, #c12624 30%, #b31f1f 48%, #9f1312 70%, #9b1111 78%, #960e0e 81%, #8e0a08 100%) !important; /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #d32f2e 0%,#c52728 26%,#c12624 30%,#b31f1f 48%,#9f1312 70%,#9b1111 78%,#960e0e 81%,#8e0a08 100%) !important; /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #d32f2e 0%,#c52728 26%,#c12624 30%,#b31f1f 48%,#9f1312 70%,#9b1111 78%,#960e0e 81%,#8e0a08 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32f2e', endColorstr='#8e0a08',GradientType=0 ); /* IE6-9 */

		color: #fff !important;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33) !important;
		-webkit-font-smoothing: antialiased;
	}
	
/*
 *	BLUE
 */
.btn-color-blue,
.btn-color-blue:active,
.btn-color-blue:focus
{
	background: linear-gradient(to bottom,#2a7207 0,#125209 100%) !important;
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33) !important;
	-webkit-font-smoothing: antialiased;
}
	.btn-color-blue:hover
	{
		background: #156e19 !important;
		color: #fff !important;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33) !important;
		-webkit-font-smoothing: antialiased;
	}

        /*
         *	GREEN
         */
        .btn-color-green,
        .btn-color-green:active,
        .btn-color-green:focus
        {
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d32f2e+0,c52728+26,c12624+30,b31f1f+48,9f1312+70,9b1111+78,960e0e+81,8e0a08+100 */
            background: #0063ae; /* Old browsers */
            background: -moz-linear-gradient(top,  #d32f2e 0%, #c52728 26%, #c12624 30%, #b31f1f 48%, #9f1312 70%, #9b1111 78%, #960e0e 81%, #8e0a08 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top,  #d32f2e 0%,#c52728 26%,#c12624 30%,#b31f1f 48%,#9f1312 70%,#9b1111 78%,#960e0e 81%,#8e0a08 100%); /* Chrome10-25,Safari5.1-6 */
            background: #0063ae !important;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32f2e', endColorstr='#8e0a08',GradientType=0 ); /* IE6-9 */

        }
        .btn-color-green:hover
        {
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d32f2e+0,c52728+26,c12624+30,b31f1f+48,9f1312+70,9b1111+78,960e0e+81,8e0a08+100 */
            background: #0063ae; /* Old browsers */
            color: #fff !important;
        }


/*
 *	YELLOW
 */
.btn-color-yellow,
.btn-color-yellow:active,
.btn-color-yellow:focus
{
	background-color: hsl(40, 100%, 33%) !important;
	background-repeat: repeat-x  !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fad025", endColorstr="#d36d02") !important;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#fad025), to(#d36d02)) !important;
	background-image: -moz-linear-gradient(top, #fad025, #d36d02) !important;
	background-image: -ms-linear-gradient(top, #fad025, #d36d02) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fad025), color-stop(100%, #d36d02)) !important;
	background-image: -webkit-linear-gradient(top, #fad025, #d36d02) !important;
	background-image: -o-linear-gradient(top, #fad025, #d36d02) !important;
	background-image: linear-gradient(#fad025, #d36d02) !important;
	border-color: #d36d02 #d36d02 hsl(40, 100%, 28%) !important;
	color: #1d1d1d !important;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.33);
	-webkit-font-smoothing: antialiased;
}


.btn-color-yellow2,
.btn-color-yellow2:active,
.btn-color-yellow2:focus,
.btn-color-yellow2:hover
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbb94a+0,cc8d10+49,cc8d10+51,dbb94a+100 */
background: rgb(219,185,74); /* Old browsers */
background: -moz-linear-gradient(top, rgba(219,185,74,1) 0%, rgba(204,141,16,1) 49%, rgba(204,141,16,1) 51%, rgba(219,185,74,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,185,74,1)), color-stop(49%,rgba(204,141,16,1)), color-stop(51%,rgba(204,141,16,1)), color-stop(100%,rgba(219,185,74,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top, rgba(219,185,74,1) 0%,rgba(204,141,16,1) 49%,rgba(204,141,16,1) 51%,rgba(219,185,74,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, rgba(219,185,74,1) 0%,rgba(204,141,16,1) 49%,rgba(204,141,16,1) 51%,rgba(219,185,74,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top, rgba(219,185,74,1) 0%,rgba(204,141,16,1) 49%,rgba(204,141,16,1) 51%,rgba(219,185,74,1) 100%); /* IE10 preview */
background: linear-gradient(to bottom, rgba(219,185,74,1) 0%,rgba(204,141,16,1) 49%,rgba(204,141,16,1) 51%,rgba(219,185,74,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbb94a', endColorstr='#dbb94a',GradientType=0 ); /* IE6-9 */}

#close_coupon_response{
border-radius: 4px !important;
padding: 5px;
font-size: 11px;
font-weight: bold;
}

#btn_print_coupon{
    margin-left: 10px;
}

#close_coupon_response{
    margin-top: 3px;
}

.btn-live-odd.oddsBtn{
    font-size: 11px;
}

.btn-slider-reg,.btn-slider-reg:hover,.btn-slider-reg:active
{
width: 39%;
height: 22%;
display: block;
position: absolute;
text-decoration: none;
padding: 6px;
text-align: center;
font-weight: bold;
color: #000;
font-size: 18px;
bottom: 0px;
left: 0%;
line-height: 305%;
}


.btn-color-green2{
    background: #ffcc03; 
	    color: #0a1b4e;
}

.btn-color-green2:hover{
    background: #ffcc03;
    color: #0a1b4e !important;
}

#coupon-search.btn-color-green{
    background: linear-gradient(to bottom,#2a7207 0,#125209 100%); 
}

#coupon-search.btn-color-green:hover{
    background: #ffcc03;
    color: white !important;
}