.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: #000 !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-slider-horizontal .ui-slider-handle {
    top: -0.3em !important;
    margin-left: -.6em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #fff;
    font-weight: normal;
    color: #555555;
}

.ui-slider .ui-slider-handle {
    border-radius: 50% !important;
    background: #1f2021;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: relative;
}


.ui-slider .ui-slider-handle {
    position: absolute !important;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-autocomplete
{
	z-index:2147483647;
}


/**** HEADER ****/


.dropdown_min_width_0
{
	min-width: 0px;
}

.dropdown_spacer_lr
{
	margin-left: 10px;
	margin-right: 8px;
}

.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: 18px;
    height: 18px;
    opacity: 1;
    background-position: center center !important;
}

.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: 3px !important;
    border-top-right-radius: 3px !important;
    
	font-weight: bold;
	background: #ffcc03 !important;
	margin: 0;
	line-height: 1.8em;
	text-align: center;
        color: #000;
}

.modal .modal-header .close
{
    margin-top: -3px !important;
    margin-right: 0px !important;
    background: black;
    padding: 7px;
    text-align: center;
    border-radius: 64px !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: #ffcc00 !important;
    border-bottom: 1px solid #0a0a0a !important;
    /* border-left: 1px solid #0a0a0a !important; */
    /* border-right: 1px solid #0a0a0a !important; */
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 13px;
    padding: 5px 10px !important;
    border-top: 0px !important;
    color: #000 !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-radius: 0px !important;
	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: #f00;
}



.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%;
}

div.live-event-odd-5
{
	width:20%;
}

div.live-event-odd-6
{
	width:16.66666%;
}

div.live-event-odd-7
{
	width:14.285714%;
}