/*!
 * Variazioni al css Bootstrap v3
 *
 * Benjamin
*/


/*! Variazione Modal per rendere auto l'overflow del body */
.modal-body {
  overflow-y: auto;
}

.modal-wd {
  width: 95%;
}

.datepicker{z-index:1151 !important;}

.timepicker{z-index:1152 !important;}

.dropdown-menu{ z-index:1153 !important; }

.colore-link {
  color: #428bca;
}

/*! Variazione Pagination per ridurre l'area occupata */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 4px;
  vertical-align: middle;
}

/*! Dimensioni personalizzate per Bootbox */
.bootbox70 > .modal-dialog {
  width:70% !important;
  max-height: 400px;
}

/* Eliminazione Underline */
a:visited {
  text-decoration: none;
}
 
a:hover,
a:focus {
  text-decoration: none;
}

.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}

/* Modifiche Header Pannelli */
.xpanel-heading {
  padding: 5px 5px;
}

.xpanel-title {
  margin-top: 20;
  margin-bottom: 0;
  font-size: 15px;
}




/* Colori di sfondo per i Badge */
.badge-danger {
	background-color: #d9534f;
}
.badge-warning {
	background-color: #f0ad4e;
}
.badge-info {
	background-color: #5bc0de;
}
.badge-success {
	background-color: #5cb85c;
}
.badge-primary {
	background-color: #428bca;
}
.badge-default {
	background-color: #777777;
}
.badge-inverse {
	background-color: #333333;
}


.form-control {
  height: 30px;
  padding: 5px 6px;
}

.tab-content {
  margin-top: 20px;
}

.panel-heading {
  padding: 5px 5px;
}

.modal-header {
  padding: 5px 15px;
}

.modal-body {
  padding: 15px;
}

.modal-footer {
  margin-top: 0px;
  padding: 15px 15px 15px;
}

.well {
  margin-bottom: 0px;
}

.navbar-toggle {
  margin-right: 10px;
  padding: 7px 5px;
  margin-top: 4px;
  margin-bottom: 3px;
}

/*! Disabilitazione Pannelli Informativi per risoluzioni inferiori a 940px */
@media only screen and (max-width: 940px) {
    .info-panel {
    	display:none;
    }
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}


/*! Recupero Weight Normal */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
}


/*! Modifica Altezza Standard delle Navbar */
.navbar-nav > li > a {padding-top:8px !important; padding-bottom:8px !important;}
.navbar {min-height:38px !important}
.navbar-brand {height:38px !important}


/* Spostamento Menu in basso per allineare alla nuova navbar */
.navbar-nav > li > a {
  padding-bottom: 10px !important;
}

/*! Abilitazione Sub-Menu */
.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display:block;
}
.dropdown-submenu>a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
	border-left-color:#ffffff;
}
.dropdown-submenu.pull-left>.dropdown-menu{
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}

/*! Dimensione degli input */
.input-01 {
  width: 10px;
}
.input-02 {
  width: 20px;
}
.input-03 {
  width: 30px;
}
.input-04 {
  width: 40px;
}
.input-05 {
  width: 50px;
}
.input-06 {
  width: 60px;
}
.input-07 {
  width: 70px;
}
.input-08 {
  width: 80px;
}
.input-09 {
  width: 90px;
}
.input-10 {
  width: 100px;
}
.input-11 {
  width: 110px;
}
.input-12 {
  width: 120px;
}
.input-13 {
  width: 130px;
}
.input-14 {
  width: 140px;
}
.input-15 {
  width: 150px;
}
.input-20 {
  width: 200px;
}
.input-25 {
  width: 250px;
}
.input-30 {
  width: 300px;
}
.input-35 {
  width: 350px;
}
.input-40 {
  width: 400px;
}
.input-45 {
  width: 450px;
}
.input-50 {
  width: 500px;
}
.input-55 {
  width: 550px;
}
.input-60 {
  width: 600px;
}
.input-65 {
  width: 650px;
}
.input-70 {
  width: 700px;
}
.input-75 {
  width: 750px;
}
.input-80 {
  width: 800px;
}
.input-85 {
  width: 850px;
}
.input-90 {
  width: 900px;
}
.input-95 {
  width: 950px;
}


label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
}
