/*BODY*/
/*BACKGROUND*/
/*ALTEZZE*/
/*BACKGROUND SFUMATO*/
/*TRAVERSE E POSIZIONI*/
/*FONT*/
/*COLORI TESTO*/
/*BOTTONI*/
/*FOOTER - BOTTOM*/
/*FORM-SIGNIN*/
/*PROFILE-IMG-CARD*/
/*LOGO*/
/*VARIE*/
/*CHECKBOX-RADIO*/
/*BLOCCO*/
/*BLOCCHETTO*/
/*-------------------------------------------*/
/*#####BODY#####*/
/*{padding:0; margin:0; border:0; outline:0;}*/
ol,ul,li { list-style: none; }
h1, h2, h3, h4, h5 {}

select{border:1px !important}
/*#####BACKGROUND#####*/
.bg-verde{background:#5BB85D !important;}
.bg-giallo{background: #F5F3BA  !important;}
.bg-arancio{background: #EFAC51 !important;}
.bg-azzurro{background: #5BC0DE !important;}
.bg-blu{background: #0077AB !important;}
.bg-red{background: #D9544F !important;}
.bg-bianco{background: #FFF !important;}
.bg-grigioi{background: #eee !important;}

/*#####ALTEZZE#####*/
.h25{height:25px; line-height:25px;}
.h30{height:30px; line-height:30px;}
.h35{height:35px; line-height:35px;}
.h40{height:40px; line-height:40px;}
.h45{height:45px; line-height:45px;}
.h50{height:50px; line-height:50px;}

/*#####BACKGROUND SFUMATO#####*/
.bg-grigio-sfumato{background:linear-gradient(to bottom, #ccc, #fff)}
.bg-verde-sfumato{background:linear-gradient(to bottom, #5BB85D,#fff)}

/*#####TRAVERSE E POSIZIONI#####*/
.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}
.traversa{width:100%; min-height:50px;text-align:left;}
.sezione{width:100%;padding-left:5px;}
.center { margin-left:auto; margin-right:auto;}

/*#####FONT#####*/
.bold{font-weight: bold;}
.t10{font-size: 10px;}
.t11{font-size: 11px;}
.t12{font-size: 12px;}
.t13{font-size: 13px;}
.t14{font-size: 14px;}
.t15{font-size: 15px;}

/*#####COLORI TESTO#####*/
.color-white{color:#fff}
.color-black{color:#000}

/*#####BOTTONI#####*/
.button-xs{ width: 100px;}
.button-sm{	width: 110px; }
.button-md{ width: 120px; }
.button-lg{ width: 130px; }

[class*='exbutton-'] {
	display: block;
	margin: 20px 3% 0 3%;
	margin-top: 5px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding: 5px 0;
	border:1px solid #ccc;	
	text-align:center;
	font-size: 14px;
   	//transition: background-color 1s; //600ms
}

[class*='button-'] {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: normal !important;
    font-size: 13px;
    background: #0896ff;
    padding: 6px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 5px;
    margin-top: 10px;
}

/*#####FOOTER - BOTTOM#####*/
#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:50px;
   width:100%;
   background:#999;
}
.bottom{background:#ddd; min-height:40px;}

/*#####FORM-SIGNIN#####*/
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

/*#####PROFILE-IMG-CARD#####*/
.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*#####LOGO#####*/
.navbar-brand{ 
  background: url(https://www.tuttotaurisano.it/admin/images/logo.png) center / contain no-repeat;
  width: 200px;
  padding:3px;
  margin-top:5px;
}
.navbar-center{
    position: absolute;
    left: 50%;
    margin-left: -70px !important;
    display: block;
}

/*#####VARIE#####*/
label{font-size:12px;height:30px;background:#eee;font-weight: 100;padding-top:5px !important}

.formez {
    display: block;
    min-height: 34px;
    padding: 6px 12px;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.ewBasicSearch{display:block;}
//input, select, textarea  {-webkit-appearance: none;}
#x_note{height:200px;}
input[type="radio"]{ vertical-align: middle;}



@media (max-width:767px) { 
.formez{width:100%}
label{border-bottom:0px solid #ccc; background:#fff; margin-bottom: -10px !important}

.navbar-default .navbar-nav > li > a {color: #777 !important;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {background-color: transparent !important;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
 color: #777  !important;
 }

.navbar-default .navbar-nav > li > a { color: #777; float: right;}
.navbar-nav .open .dropdown-menu {background-color: #fff !important; border: 1px solid #ccc !important;}
.dropdown-menu{min-width:200px !important;}
.dropdown-menu li a {min-width: 0; width: 80%;}
}
.cercaradio{display:none}

/*#####CHECKBOX-RADIO#####*/
input[type="checkbox"],input[type="radio"]  {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
	padding: 10px;
    position: relative;
    margin-right: 10px;
    margin-top: 4px;
    line-height: normal;
}

/*#####BLOCCO#####*/
[class*="blocco_"] {
    border: 1px solid #D3D3D3;
    padding: 15px;
    margin: 0 0 20px 0;
}

/*#####BLOCCHETTO#####*/
[class*="blocchetto_"] {
	border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #D3D3D3;
    padding: 5px;
}