body{
	font-size: 14px;
}
nav.navbar {
    font-size: 1rem;
}
div.text-white .btn.btn-outline-light:hover{color:#0069d9;}
/*main > .home-container,
main > .container {
    padding-top: 72px;
}*/

.fullhead{
	height: 100vh;
	background-size: cover !important;
	align-items: center;
	display: flex;
	justify-content: center;
}
.head-image{
	height: 40vh;
	background-size: cover !important;
	align-items: center;
	display: flex;
	justify-content: center;
}
.news-row{
	background-color: #f0f8ff;
    color: #333;
}
/* COLORI */
.bg-col1{background-color: #96656d;}
.nav-login{
	color: rgba(255, 255, 255, 0.5);
}
.nav-login a{
	color: #FFF;
}

a.nohover:hover{
	text-decoration: none;
	color: inherit;
}

.row-prodotto{
	background-color: #fafafa;
}

.row-prodotto .img-prodotto {
    /*max-width: 280px;*/
    text-align: center;
    background-color: #FFFFFF;
}
.row-prodotto .desc-prodotto {
    color: #555;
    padding: 20px 30px 20px 30px;
}
.prezzo-prodotto{
	font-size: 30px;
	font-weight: 500;
}

.row-prodotto .desc-prodotto .titolo-prodotto{
	display: inline-block;
    /*border: 1px solid #666;*/
    /*background-color: #777;*/
    /*color: #FFF;*/
    padding: 5px 15px 10px;
    margin-bottom: 15px;
}

.btn.btn-ordina{
	font-size: 36px;
	padding: 5px 20px;
}

table.carrello{
	font-size: inherit;
}
table.carrello td{
	vertical-align: middle !important;
}
.table-row { display:table-row; }

.main-navbar{
	/*background-color: #735959;*/
}
.main-navbar.admin{
	background-color: #b93201;
	border-bottom: 1px solid #9c6868;
}
.navbar-amministrazione{
	font-size:14px !important;
	padding-bottom: 1px;
}
.navbar-amministrazione h5{
	font-weight: 200;
}
.btn i.fa,
.btn i.fas{
	margin-right: 10px;
}
.row.nopaddindcol > div {
    padding: 0px 5px 0px 5px;
}

/* PROVVIGIONI */

ul.gruppo {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 5px 10px 5px 30px;
    font-size: 12px;
}
ul.gruppo li{
	margin: 7px 0px 5px;
}
ul.gruppo li.fr_down{
	background: url(../img/fr_down_line.png) no-repeat 0px 20px;
    min-height: 30px;
}

.premioBox{
	background: url(../img/premio.jpg) no-repeat center center;
    width: 200px;
    height: 200px;
    display: inline-block;
    background-size: contain;
}
.premioBox h3{
	margin-top: 32%;
	text-align: center;
	font-weight: 500;
    text-shadow: 1px 1px 3px #ffffff, 2px 2px 10px #fbfbfb, 3px 3px 2px #4a2e23;
    color: #333;
    font-style: italic;
    font-family: initial;
}

table.previsioni td:nth-child(2) {
    text-align: right;
    white-space: nowrap;
}
img.icona-qualifica{
	width: 25px;
    margin-left: 5px;
}
ul.elenco-categorie{
    list-style: none;
    margin-bottom: 0px;
    padding: 10px 15px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
ul.elenco-categorie > li{
	display: inline-block;
}
ul.elenco-categorie > li > a{
	color: #999999;
}
ul.elenco-categorie > li:not(:last-child):after {
    content: "|";
    margin: 0px 10px;
    color: #eee;
}
li.link-categoria{

}

button.neutro{
	background: none;
	border: none;
}
button.neutro :focus{
	border: none !important;
	outline: none !important;
}
.popover-header {
    background-color: #bee5eb;
}

table.table-order-js th{
	cursor: pointer;
}

span.titoloUserAlbero{
	cursor: pointer;
	font-weight: bold;
}
table.previsioni {
    background-color: #f4f9f9;
}
