/*
 *
 *	usare assieme alla classe btn, es. class="btn btn-custom btn-color-red"
 *
 */
 
.Zebra_Pagination a.current, .Zebra_Pagination a.current:hover {
    background: #c7b20d !important;
    border-color: #333 !important;
    color: #FFF !important;
}

.pagination>li>a, .pagination>li>span {
    color: #fff !important;
    background-color: #222;
    border: 1px solid #333;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #c7b20d !important;
    border-color: #333 !important;
}

.btn-custom
{
	border: 0px;
	
	color: #fff;
	font-size: 13px !important;
	text-transform: uppercase;
	font-weight: bold;
	
	padding-left: 15px;
	padding-right: 15px;
}


.btn-info, .btn-info:hover{
	background: #f04249 !important;
    background: -moz-linear-gradient(top, #c7b20d 0%, #c7b20d 62%, #c7b20d 63%, #c7b20d 63%, #c7b20d 100%) !important;
    background: -webkit-linear-gradient(top, #c7b20d 0%,#c7b20d 62%,#c7b20d 63%,#c7b20d 63%,#c7b20d 100%) !important;
    background: linear-gradient(to bottom, #c7b20d 0%,#c7b20d 62%,#c7b20d 63%,#c7b20d 63%,#c7b20d 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04249', endColorstr='#c7b20d',GradientType=0 ) !important;
	text-transform:uppercase !important;
}



.btn-default{
    background-color: transparent;
    color: white;
}

.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;
	line-height:28px;	
	padding: 0px !important;
    margin-left: 10px;
	padding-left:5px !important;
	padding-right:5px !important;
}

.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: #f04249 !important;
        background: -moz-linear-gradient(top, #c7b20d 0%, #c7b20d 62%, #c7b20d 63%, #c7b20d 63%, #c7b20d 100%) !important;
        background: -webkit-linear-gradient(top, #c7b20d 0%,#c7b20d 62%,#c7b20d 63%,#c7b20d 63%,#c7b20d 100%) !important;
        background: linear-gradient(to bottom, #c7b20d 0%,#c7b20d 62%,#c7b20d 63%,#c7b20d 63%,#c7b20d 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04249', endColorstr='#c7b20d',GradientType=0 ) !important;
        color: #000000 !important;
        font-weight:bold;
}
	.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: #f04249 !important;
    background: -moz-linear-gradient(top, #c7b20d 0%, #c7b20d 62%, #c7b20d 63%, #c7b20d 63%, #c7b20d 100%) !important;
    background: -webkit-linear-gradient(top, #c7b20d 0%,#c7b20d 62%,#c7b20d 63%,#c7b20d 63%,#c7b20d 100%) !important;
    background: linear-gradient(to bottom, #c7b20d 0%,#c7b20d 62%,#c7b20d 63%,#c7b20d 63%,#c7b20d 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04249', endColorstr='#c7b20d',GradientType=0 ) !important;
	color: #fff !important;
	font-weight:bold;
	}
	
/*
 *	BLUE
 */
.btn-color-blue,
.btn-color-blue:active,
.btn-color-blue:focus
{
	background: #2b2b2b !important;
    background: -moz-linear-gradient(top, #2b2b2b 0%, #2b2b2b 62%, #2b2b2b 63%, #2b2b2b 100%) !important;
    background: -webkit-linear-gradient(top, #2b2b2b 0%,#2b2b2b 62%,#2b2b2b 63%,#2b2b2b 100%) !important;
    background: linear-gradient(to bottom, #2b2b2b 0%,#2b2b2b 62%,#2b2b2b 63%,#2b2b2b 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#000000',GradientType=0 ) !important;
    color: #fff !important;
    text-transform: uppercase;
    border: 1px solid #333 !important;
}
	.btn-color-blue:hover
	{
		background: #2b2b2b !important;
    background: -moz-linear-gradient(top, #2b2b2b 0%, #2b2b2b 62%, #2b2b2b 63%, #2b2b2b 100%) !important;
    background: -webkit-linear-gradient(top, #2b2b2b 0%,#2b2b2b 62%,#2b2b2b 63%,#2b2b2b 100%) !important;
    background: linear-gradient(to bottom, #2b2b2b 0%,#2b2b2b 62%,#2b2b2b 63%,#2b2b2b 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#000000',GradientType=0 ) !important;
    color: #fff !important;
    text-transform: uppercase;
    border: 1px solid #333 !important;
	}

        /*
         *	GREEN
         */
        .btn-color-green,
        .btn-color-green:active,
        .btn-color-green:focus
        {
    background: #2b2b2b !important;
    background: -moz-linear-gradient(top, #2b2b2b 0%, #2b2b2b 62%, #2b2b2b 63%, #2b2b2b 100%) !important;
    background: -webkit-linear-gradient(top, #2b2b2b 0%,#2b2b2b 62%,#2b2b2b 63%,#2b2b2b 100%) !important;
    background: linear-gradient(to bottom, #2b2b2b 0%,#2b2b2b 62%,#2b2b2b 63%,#2b2b2b 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#000000',GradientType=0 ) !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f7f7f7+22,f3f3f3+25,e7e7e7+47,dedede+56,dcdcdc+63,d2d2d2+75,c7c7c7+100 */
    color: #fff !important;
	text-transform:uppercase;
	border: 1px solid #333 !important;
        }
        .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: #f04249 !important;
            background: -moz-linear-gradient(top, #c7b20d 0%, #c7b20d 62%, #c7b20d 63%, #c7b20d 63%, #c7b20d 100%) !important;
            background: -webkit-linear-gradient(top, #c7b20d 0%,#c7b20d 62%,#c7b20d 63%,#c7b20d 63%,#c7b20d 100%) !important;
            background: linear-gradient(to bottom, #c7b20d 0%,#c7b20d 62%,#c7b20d 63%,#c7b20d 63%,#c7b20d 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04249', endColorstr='#c7b20d',GradientType=0 ) !important;
            color: #000000 !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
{
background: #f04249;
    background: -moz-linear-gradient(top, #c7b20d 0%, #c7b20d 62%, #c7b20d 63%, #c7b20d 63%, #c7b20d 100%);
    background: -webkit-linear-gradient(top, #c7b20d 0%,#c7b20d 62%,#c7b20d 63%,#c7b20d 63%,#c7b20d 100%);
    background: linear-gradient(to bottom, #c7b20d 0%,#c7b20d 62%,#c7b20d 63%,#c7b20d 63%,#c7b20d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04249', endColorstr='#c7b20d',GradientType=0 );
	}

#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: 12px;
}

.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{
	color: #000000;
	background: #f04249;
	background: -moz-linear-gradient(top, #c7b20d 0%, #c7b20d 62%, #c7b20d 63%, #c7b20d 63%, #c7b20d 100%);
	background: -webkit-linear-gradient(top, #c7b20d 0%,#c7b20d 62%,#c7b20d 63%,#c7b20d 63%,#c7b20d 100%);
	background: linear-gradient(to bottom, #c7b20d 0%,#c7b20d 62%,#c7b20d 63%,#c7b20d 63%,#c7b20d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04249', endColorstr='#c7b20d',GradientType=0 );
}

.btn-color-green2:hover{
	color:#fff;
background: #f04249;
    background: -moz-linear-gradient(top, #c7b20d 0%, #c7b20d 62%, #c7b20d 63%, #c7b20d 63%, #c7b20d 100%);
    background: -webkit-linear-gradient(top, #c7b20d 0%,#c7b20d 62%,#c7b20d 63%,#c7b20d 63%,#c7b20d 100%);
    background: linear-gradient(to bottom, #c7b20d 0%,#c7b20d 62%,#c7b20d 63%,#c7b20d 63%,#c7b20d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04249', endColorstr='#c7b20d',GradientType=0 );
}

#coupon-search.btn-color-green{
    background: #f04249;
    background: -moz-linear-gradient(top, #c7b20d 0%, #c7b20d 62%, #c7b20d 63%, #c7b20d 63%, #c7b20d 100%);
    background: -webkit-linear-gradient(top, #c7b20d 0%,#c7b20d 62%,#c7b20d 63%,#c7b20d 63%,#c7b20d 100%);
    background: linear-gradient(to bottom, #c7b20d 0%,#c7b20d 62%,#c7b20d 63%,#c7b20d 63%,#c7b20d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04249', endColorstr='#c7b20d',GradientType=0 );
	border:1px solid #333 !important
}

#coupon-search.btn-color-green:hover{
    background: #156e19;
}

