.margin-bottom-100 {
    margin-bottom:100px;
}

.sport-element ul li{
    padding-top: 7px;
    padding-bottom: 7px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 10px #111111 inset;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(21, 21, 21);
    background-image: -moz-linear-gradient( 90deg, rgb(30,30,30) 0%, rgb(55,55,55) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(30,30,30) 0%, rgb(55,55,55) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(30,30,30) 0%, rgb(55,55,55) 100%);
    box-shadow: 0px 1px 1px 0px rgba(2, 2, 2, 0.75),inset 0px -4px 0px 0px rgba(0, 0, 0, 0.004);
}

.font-table{
    font-size:11px !important;
}
.coupon_content_list{
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 10px #111111 inset;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(21, 21, 21);
    background-image: -moz-linear-gradient( 90deg, rgb(30,30,30) 0%, rgb(55,55,55) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(30,30,30) 0%, rgb(55,55,55) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(30,30,30) 0%, rgb(55,55,55) 100%);
    box-shadow: 0px 1px 1px 0px rgba(2, 2, 2, 0.75),inset 0px -4px 0px 0px rgba(0, 0, 0, 0.004);
}

#usermenu_dd_ul:before {
    right: 10px !important;
    left: auto !important;
}

#usermenu_dd_ul:after {
    right: 10px !important;
    left: auto !important;
}


.rounded
{
	border-radius: 4px !important;
}

.width_150
{
	width: 150px !important;
}

.no_padding
{
	padding: 0 !important;
}

.padding_top_20
{
	padding-top: 20px;
}

.margin_top_40
{
	margin-top: 40px;
}

.margin_bottom_10
{
	margin-bottom: 10px;
}

.bold
{
	font-weight: bold;
}

.color_orange
{
	color: #d47003;
}

.color_green
{
	color: #5d7a04;
}

.color_red
{
	color: #c00;
}

.color_black
{
	color: #000 !important;
	text-decoration: none
}

.color_dgray
{
	color: #555 !important;
	text-decoration: none
}

.color_yellow
{
	color: #DEA119;
}

.portlet-body_gray
{
	background-color: #eee;
	padding: 3px;
}

.double_border,
.double_border_top
{
	border-top: 2px solid #000;
}

.double_border_bottom
{
	border-bottom: 2px solid #000;
}

a.mytooltip
{
	cursor: help !important;
}


/**** DETTAGLIO COUPON ****/

.coupon_details *
{
	font-size: 11px !important;
}

.ac_icon_sport
{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	vertical-align: middle;
}
.ac_icon_sport_1
{
	background-image: url("../images/coupon_sport_icon/sport_1.png");
}
.ac_icon_sport_2
{
	background-image: url("../images/coupon_sport_icon/sport_2.png");
}
.ac_icon_sport_4
{
	background-image: url("../images/coupon_sport_icon/sport_4.png");
}
.ac_icon_sport_5
{
	background-image: url("../images/coupon_sport_icon/sport_5.png");
}
.ac_icon_sport_19
{
	background-image: url("../images/coupon_sport_icon/sport_19.png");
}

/**** AUTOCOMPLETE ****/


.ui-widget-content
{
	background: #fff !important;
	border: 1px solid #000;
}

.ui-autocomplete
{
	z-index:2147483647;
}


/**** HEADER ****/

.no_margin
{
	margin: 0px !important;
}


.dropdown_min_width_0
{
	min-width: 0px;
}

.dropdown_spacer_lr
{
	margin-left: 2px;
	margin-right: 2px;
}

.dropdown-menu li > a
{
	font-weight: bold;

}
.dropdown-menu li > a:hover
{
	background-color: #ccc;
}

.toolbar_dd
{
	font-size: 13px;
	height: 28px;
	padding: 0 2px;
	margin-right: 5px;
	border: 0px solid #000;
	background: none;
}
	.toolbar_dd:hover,
	.toolbar_dd:active,
	.toolbar_dd:focus,
	.open > .toolbar_dd
	{
		background: none !important;
	}


/**** MODAL ****/


.modal .modal-header h3
{
	text-align: left;
	margin: 5px 0;
}

.close {
    background-image: url("../images/modal-close-red.png") !important;
    width: 12px;
	height: 12px;
    opacity: 1;
}

.modal-sm {
    width: 377px;
}

.modal-rounded
{
	border-radius: 5px !important;
}

.modal .modal-header
{
	min-height: 0px;
    padding: 0;
    
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.modal .modal-header h3
{
	border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
    
	font-weight: bold;
	background: -moz-linear-gradient(top, #fcd600 0%, #fcd600 40%, #ffb600 57%, #ffb600 100%);
        background: -webkit-linear-gradient(top, #fcd600 0%,#fcd600 40%,#ffb600 57%,#ffb600 100%);
        background: linear-gradient(to bottom, #fcd600 0%,#fcd600 40%,#ffb600 57%,#ffb600 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd600', endColorstr='#ffb600',GradientType=0 );
	margin: 0;
	line-height: 1.8em;
	text-align: center;
}

.modal .modal-header .close
{
    margin-top: 10px !important;
    margin-right: 5px !important;
}

.modal_hide_close button.close
{
	display: none;
}


/**** MOD_LOGIN ****/


.login_input
{
	height: 28px;
	/* border-radius: 5px !important; */
	width: 100% !important;
}

.forgot_pass,.forgot_pass:hover
{
	font-size: 12px;
        color: #fff;
        text-decoration: none;
}

.user_logged
{
	padding: 0 15px;
}
	.user_logged .dropdown
	{
		float: left;
	}
	

/**** MOD_LANG ****/


.img_flag
{
	height: 15px;
	width: auto;
	margin-right: 7px;
}


/**** USER MENU DD ****/


div.usermenudd
{
	padding: 8px 14px;
}
div.usermenudd table
{
	width: 100%;
	font-size: 12px;
	font-weight: 400;
}


/**** MOD_MENULEFT ****/


a.menuleft
{
    background: transparent linear-gradient(to bottom, #262626 0%, #1E1E1E 29%, #060606 83%, #020202 100%) repeat scroll 0% 0% !important;
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 13px;
    padding: 5px 10px !important;
}

/**** MOD_MENUUSER ****/


ul.usermenu
{
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}
	ul.usermenu > li
	{
	    display: block;
	    margin: 0px;
	    padding: 0px;
	    border: 0px none;
	}
	ul.usermenu > li > a
	{
	    display: block;
	    position: relative;
	    margin: 0px;
	    border: 0px none;
	    padding: 5px 5px;
	    text-decoration: none;
	    font-size: 14px;
	    font-weight: 400;
	    text-shadow: none;
	    color: #000;
	}
	ul.usermenu > li > a:hover
	{
		background: #ccc;
	}


/**** FORM ****/


.form-mini label,
.form-mini input,
.form-mini select,
.form-mini textarea
{
	font-size: 12px !important;
}

.form-mini .control-label
{
	/*text-align: right;*/
	font-weight: bold;
}

.form-mini .form-control
{
    height: 30px;
    padding: 6px 6px;
}

.input-group .input-group-addon
{
    border: 1px solid #000;
    border-right: 0;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    background: #E5E5E5 none repeat scroll 0% 0%;
    min-width: 39px;
}

.input-group .form-control:last-child
{
	border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.form-horizontal .control-label
{
	/*text-align: left;*/
}

.form-control
{
	border-color: #999;
}

input.form-control,
select.form-control
{	
	border: 1px solid #000;
}

.has-error
{
	color: #c00;
	border-color: #c00 !important;
}
	span.has-error
	{
		font-size: 14px;
	}
	
	
/*** MOD LIVE ***/

.live-general-match-name{
    font-size: 11px;
}


.live-time
{
	color: #ECAD19;
}

.live-quote-sign
{
	color: #ECAD19;
}

.live-odd-icon
{
	font-size: 0.7em
}

div.live-event-odd
{
	padding:0.2% !important; float:left;
}
	div.live-event-odd a
	{
		width:100%;
		display:block;
	}

div.live-event-odd-2
{
	width:50%;
}

div.live-event-odd-3
{
	width:33.33333%;
}

div.live-event-odd-4
{
	/*width:25%;*/
        width:33.33333%;
}

div.live-event-odd-5
{
	/*width:20%;*/
        width:33.33333%;
}

div.live-event-odd-6
{
	/*width:16.66666%;*/
        width:33.33333%;
}

div.live-event-odd-7
{
	/*width:14.285714%;*/
        width:33.33333%;
}