/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav {
    background-color: #efefef;
}

nav ul a {
    color: #575757;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}


a#logo-container {
    box-sizing: border-box;
    padding: 2px 0;
}
li.nav-mobile-logo {
    box-sizing: border-box;
    padding: 20px 25px;
    line-height: 0;
    background-color: #000;
}
footer {
    font-size: 13px;
}

footer li.divider {
    margin: 15px 0;
}
div.description_label_container{
	text-align: center;
}
span.description_label {
    display: inline-block;
    font-size: 11px;
    background-color: #efefef;
    /* clear: both; */
    box-sizing: border-box;
    padding: 0px 20px;
    
}
.clear_codice div {
    font-weight: 900;
    box-sizing: border-box;
    padding: 20px;
}
.clear_codice_notfound div {
    font-weight: 400;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.code-not-found {
    height: 40px;
}
.section.no-pad-bot {
    padding-bottom: 20px;
    box-sizing: border-box;
}
.divider-padder{
	margin: 40px 0;
}
.label_description {
    font-size: 12px;
    color:#9e9e9e;
}
p.informativa_text {
    font-size: 13px;
}
span.privacy_acconsento[data-accept="1"] {
    color: #26a69a;
    font-weight: bold;
}
a.breadcrumb {
    font-size: 12px;
}
.login-lateral {
    box-sizing: border-box;
    padding: 15px;
}
.login-lateral a{
	margin-bottom: 10px;
}
.input-field {
    padding: 0 0.75rem 0 0 !important;
}
img.table_qrcode {
    width: 55px;
}
.btn-codes-view i {
    margin: 0;

}
.btn-codes-view{
    padding: 0 10px;    
}
table#codes thead tr th {
    border-bottom: 1px solid #CCC;
    background-color: #FFF;
    border-left:1px solid #CCC;
}
.detailcode_container img {
    max-width: 100%;
}
.max400width{
	max-width:400px;
}
.max200width{
	max-width:200px;
}

div#frmRegistrati_errors {
    padding: 0 0 20px 0;
}
div#message_container i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FFF;
    font-size: 3rem;
}
.form_send_mail_owner{
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
}
.btn_container{ }
.mincase{ text-transform:lowercase;}
#index-banner {

    min-height: 500px;

}