/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.uk-container {
	min-width: 100%;
}
.tm-noblog .tm-content, .tm-isblog .tm-article.tm-article-box, .yoo-zoo .uk-article, .uk-panel-box {
	background: #FFFFFF;
}

.login {
    width: 40%;
    margin: 0 auto;
}
.nav.nav-tabs.nav-stacked {

    margin: 0 auto;
    width: 40%;
    text-align: center;

}

/* MENU */
.tm-navbar {
    margin-bottom: 30px;
}
.uk-navbar-nav > li > a,
.uk-nav-offcanvas > li > a{
    color: #FF4800;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
  	text-transform: uppercase;
}
.uk-navbar-nav > li.uk-active > a,
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background-color: rgba(0, 0, 0, 0);
    color: #ff4300;
    font-weight: bold;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background-color: rgba(0, 0, 0, 0);
    color: #ff4300;
    outline: none;
    font-weight: bold;
}
.uk-navbar-toggle {
    font-size: 13px;
    color: #ff4300;
    text-decoration: none;
    font-weight: bold;
}
.uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
    color: #ff4300;
    text-decoration: none;
    outline: none;
    font-weight: bold;
}
.uk-nav li {
	float: left;
}
.uk-nav li a{
	padding: 20px;
	border: 1px solid #000000;
	margin: 0 20px 0 0;
}

/* ELENCO DETTAGLI SCHEDA */
.rsform-table-row {
    margin-bottom: 20px;
}
.rsform-table-row h1 {
    font-family: 'Lato', sans-serif;
    color: #ff4300;
    font-weight: bold;
    font-size: 28px;
}
.rsform-table-row strong {
    color: #ff4300;
}
.rsform-table-row .uk-grid + .uk-grid {
    margin-top: 0;
}
.rsform-table-row .uk-width-1-4 {
    text-decoration: underline;
}
.link-back-scheda {
    background: #ff4300;
    color: #FFFFFF;
    padding: 10px 10px;
    float: right;
  	text-transform: uppercase;
}
a.link-back-scheda:hover {
    color: #ffffff;
}

/* ARTICOLI */
h1.uk-article-title.uk-margin-top-remove {
    text-align: center;
    background: #ff4a00;
    color: #FFFFFF;
    padding: 10px;
    margin: 0px 0px 10px 0px !important;
}
.uk-margin-large-bottom {
    margin-bottom: 10px !important;
}
.uk-article-title {
    font-size: 30px;
    line-height: 32px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}
/*.numero {
    color: #ffffff;
    font-size:2px;
    padding-bottom:0px;
}*/

.btn {
	background: #ff6933;
	color: #ffffff;
}
/* Settimana di riferimento del progress per reparto Grafico */
.uk-panel.uk-panel-box.week-progress {
    background: none;
    text-align: right;
    padding: 0;
}

/*  FOOTER */
.tm-footer .uk-flex {
	display: block;
}