
/*  ALTRI NUMERI */
.bg-call{
	padding: 15px 0;
	display: inline-block;
	width: 100%;
	margin-bottom: -5px;
}

.bg-call h2{
	margin-top: 0;
	font-size: 28px;
}

.call-gray{
	background-color: #ebebeb;
	color: #232323;
}
.call-green{
	background-color: #79b847;
	color: #ffffff;
}

.btn-call-gray{
	margin-top: 40px;
	margin-bottom: 15px;
	background-color: transparent;
	border: 2px solid #79b847;
	border-radius: 50px;
	display: inline-block;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #79b847;
}

.btn-call-gray:hover,
.btn-call-gray:focus {
	background-color: #00793b;
	color: #ffffff;
	border: 2px solid #79b847;
}

.btn-call-green{
	margin-top: 40px;
	margin-bottom: 15px;
	background-color: #ff910a;
	border: 2px solid #ff910a;
	border-radius: 50px;
	display: inline-block;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ffffff;
}

.btn-call-green:hover,
.btn-call-green:focus {
	background-color: #de7c04;
	color: #ffffff;
	border: 2px solid #ff910a;
}

.box{
	padding:15px;
	margin-bottom:15px !important;
	box-shadow:none;
	border:2px solid #79b847;
	border-bottom:3px solid #00793b;
	border-radius:5px;
	display: inline-block;
	width: 100%;
	background-color: #79b847;
	}
	
.box:hover{
	box-shadow:0 0 15px #999999;
	border: 2px solid #de7c04;
	border-bottom: 3px solid #de7c04;
	}

.box h3{
	margin:0;
	padding:10px;
	color:#ffffff;
	border-radius:3px 3px 0 0;
	font-weight:bold;
	text-align:center;
	border-bottom: 2px solid #00793b;
	background-color: #79b847;
	}

.box h3 span{
	font-size:24px;
	font-weight:300;
	letter-spacing:0.4px;
	}

.box:hover h3{
	border-bottom: 2px solid #de7c04;
	background-color: #ff910a;
	}

.box .col-sm-12{
	max-height: 300px;
	overflow: auto;
}
.box a .nero{
	color:#79b847;
	font-weight:bold;
	}
.box a .glyphicon{
	color:#79b847;
	font-size:20px;
	padding: 0 10px;
	}

.tutti-numeri{
	height: 400px;
	overflow-y: scroll;
}
.tutti-numeri a .text{
	font-size: 20px !important;
}

.tutti-numeri a{
	font-size:26px;
	line-height:38px;
	background-color:transparent;
	text-decoration:none !important;
	}

.tutti-numeri a .bianco{
	color:#444444;
	font-weight:bold;
	}

.tutti-numeri a:hover{
	text-decoration:none;
	}
	
.tutti-numeri a:hover .bianco, .tutti-numeri a:hover .nero,  .tutti-numeri a:hover .glyphicon{
	color:#de7c04;
	font-weight: bold;
	}

.tutti-numeri .box-num{
	border-bottom: 2px dashed #ebebeb;
	text-align: center;
}
.tutti-numeri .box-num a .glyphicon{
	padding: 3px 10px;
	}

.numeri-parola{
	background-color: #0070ba;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 15px;
	box-shadow: -2px 2px 3px rgba(0,0,0,0.2);
	display: inline-block;
	width: 100%;
}

.box-parola-title{
	background-color: #005d9b;
	padding: 7px 0 5px 0;
	text-align: center;
	color: #ffffff;
	font-style: italic;
	border-radius: 3px 3px 0 0;
	font-weight: 600;
}


.box-parola-cont{
	float: left;
	height: 268px;
	width: 100%;
	background: #ffffff;
	overflow-y: scroll;
	margin-bottom: 0;
	padding: 10px;
	border: 2px solid #005d9b;
	border-radius: 0 0 3px 3px;
}
.box-parola-cont::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
	border-radius: 0;
}

.box-parola-cont::-webkit-scrollbar
{
	width: 20px;
	background-color: #F5F5F5;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	border-radius: 0;
}

.box-parola-cont::-webkit-scrollbar-thumb
{
	border-radius: 15px;
	background-color: #ff910a;
	background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#de7c04), to(#de7c04), color-stop(.6,#ff910a));
}
.box-parola-cont::-webkit-scrollbar-thumb:hover
{
	background-color: #ff910a;
	background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#009147), to(#009147), color-stop(.6,#79b847));
}

.box-parola-cont::-webkit-scrollbar-button {
    background-size: 100%;
    height: 20px;
    width: 20px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}

.box-parola-cont::-webkit-scrollbar-button:end {
    display: block;
}

.box-parola-cont::-webkit-scrollbar-button:vertical:increment {
    background-image: url('../img/arrow-down.png');
}

.box-parola-cont::-webkit-scrollbar-button:vertical:decrement {
    background-image: url('../img/arrow-up.png');
}

.box-parola-cont .box-num{
	color: #ff910a !important;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #f5f5f5;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
}
.box-parola-cont .box-num .glyphicon{
	font-size: 14px;
	margin-left: 5px;
}

.btn-submit{
	margin-top: 10px;
	margin-bottom: 10px;
}

.modal-body{
	padding:0;
}

.btn-tab{
	padding: 10px;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	
}
.btn-tab .text{
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 600;
	display: inline-block;
	width: 100%;
}
.btn-tab .price{
	font-size: 50px;
	display: inline-block;
	width: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 600;
	margin-top: -10px;
}

.sticky{
	position: absolute;
	top: 108px;
	z-index: 1;
    padding: 7px 15px;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
	margin-top: 0;
	margin-left: -2px;
	background-color: #ebebeb;
	color: #222222;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
	border-left: 2px solid #79b847;
	border-right: 2px solid #79b847;
}
.box:focus .sticky,
.box:hover .sticky{
	border-left: 2px solid #de7c04;
	border-right: 2px solid #de7c04;
}

.sticky b{
	background-color: #ffffff;
	color: #222222;
	padding: 3px 7px;
	display: inline-block;
	border-radius: 5px;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
}
.sticky p{
	margin-bottom:0;
	margin-top: 0;
	font-weight: 600;
	font-size:12px;
	font-style: normal;
}



.box-new{
	float: left;
	height: 400px;
	width: 100%;
	background: #ffffff;
	overflow-y: scroll;
	margin-bottom: 0;
}
.box-new::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
	border-radius: 0;
}

.box-new::-webkit-scrollbar
{
	width: 20px;
	background-color: #F5F5F5;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	border-radius: 0;
}

.box-new::-webkit-scrollbar-thumb
{
	border-radius: 15px;
	background-color: #ff910a;
	background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#de7c04), to(#de7c04), color-stop(.6,#ff910a));
}
.box-new::-webkit-scrollbar-thumb:hover
{
	background-color: #ff910a;
	background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#009147), to(#009147), color-stop(.6,#79b847));
}

.box-new::-webkit-scrollbar-button {
    background-size: 100%;
    height: 20px;
    width: 20px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}

.box-new::-webkit-scrollbar-button:end {
    display: block;
}

.box-new::-webkit-scrollbar-button:vertical:increment {
    background-image: url('../img/arrow-down.png');
}

.box-new::-webkit-scrollbar-button:vertical:decrement {
    background-image: url('../img/arrow-up.png');
}

.new-title-box{
	position: absolute;
    top: 17px;
	left:30px;
    padding: 10px 30px 10px 10px;
    display: inline-block;
    z-index: 1;
	background-color: #79b847;
	border-radius: 0 0 70px 0;
}

.new-title-box h4{
	margin-top: 0;
	color: #ffffff;
	font-weight: 400;
}

.new-title-box b{
	background-color: #ffffff;
	color: #222222;
	padding: 3px 20px 3px 5px;
	display: inline-block;
	border-radius: 0 0 28px 0;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	margin-right: -13px;
}

.new-title-box b small{
	color: #222222;
	font-weight: 700;
	font-size: 14px;
}

#tab1,
#tab2,
#tab3,
#tab4{
	padding-top: 0 /*50px 75px*/;
}
.title-01,
.title-02,
.title-03,
.title-04{
	margin-top:0;
	margin-bottom: 0;
}
.btn-tab-01{
	background-color: #79b847;
	color: #ffffff;
	border:0;
	border-top: 5px solid #79b847;
}
.btn-tab-01:hover,
.btn-tab-01:focus{
	background-color: #009147;
	color: #ffffff;
	border:0;
	border-top: 5px solid #ff910a;
}
.btn-tab-02{
	background-color: #008642;
	color: #ffffff;
	border:0;
	border-top: 5px solid #008642;
}
.btn-tab-02:hover,
.btn-tab-02:focus{
	background-color: #00763a;
	color: #ffffff;
	border:0;
	border-top: 5px solid #ff910a;
}
.btn-tab-03{
	background-color: #006934;
	color: #ffffff;
	border:0;
	border-top: 5px solid #006934;
}
.btn-tab-03:hover,
.btn-tab-03:focus{
	background-color: #00592c;
	color: #ffffff;
	border:0;
	border-top: 5px solid #ff910a;
}
.btn-tab-04{
	background-color: #004d26;
	color: #ffffff;
	border:0;
	border-top: 5px solid #004d26;
}
.btn-tab-04:hover,
.btn-tab-04:focus{
	background-color: #00401f;
	color: #ffffff;
	border:0;
	border-top: 5px solid #ff910a;
}


.panel{
	margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid #79b847;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-heading{
	background-color: #79b847;
	color: #ffffff;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
	text-shadow: -1px 1px 2px rgba(0,0,0,0.3);
}
.panel-title{
	font-size: 18px;
}
.panel-title small{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #00793b;
	text-shadow: none;
	font-weight: 700;
}
.panel-body{
	padding: 0 !important;
}

.panel-body p{
	padding: 15px;
	font-size: 15px;
	line-height: 18px;
	text-align: justify;
	margin-bottom: 0;
}

.text-box-up{
	padding: 60px 0 5px 0;
	font-size: 12px;
    color: #ff910a;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
	background-color: #ebebeb;
	text-align: center;
}

.text-box-down{
	padding: 10px 0 20px 0;
	font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
	background-color: #ff910a;
	text-align: center;
	margin-top: -2px;
}
@media (min-width: 768px) {
	.text-box-up{
		padding: 55px 0 5px 0;
		font-size: 20px;
	}	
	.text-box-down{
		padding: 10px 0 20px 0;
		font-size: 12px;
	}
}
.text-box-up i,
.text-box-down i{
  	animation-duration: 3s;
}
.sub-tab{
	display: inline-block;
	width: 100%;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	font-style:italic;
	font-size: 14px;
	letter-spacing:1px;
	background-color: #009147;
	color: #ffffff;
	font-weight: 600;
}


.side-tab{
	text-decoration: none !important;
}

.panel-heading i{
	float: right;
    position: relative;
    font-size: 20px;
    font-weight: unset;
    background: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    color: #009147;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}


.btn-xs-scelta{
	background-color: #009147;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 5px 5px 0 0;
	padding: 5px 0 10px 0;
	margin-bottom: -5px;
	text-decoration: none !important;
	border: 1px solid #ffffff;
	border-bottom: none;
}
.btn-xs-scelta span{
	display: inline-block;
	width: 100%;
	font-size: 10px;
}
.btn-xs-scelta:hover,
.btn-xs-scelta:focus{
	background-color: #79b847;
	color: #ffffff;
}

.btn-xs-scelta.active,.btn-xs-scelta:active{
	background-color: #de7c04;
	color: #ffffff;
}


