.formSepFull { 	border: 1px dashed #dcdcdc; }

.text-success-bold {
	color: #468847;
	font-weight: bold;
}

.text-warning-bold {
	color: #c09853;
	font-weight: bold;
}

h4 { font-weight: normal; }

.nav-tabs-well-variant>.active>a, .nav-tabs-well-variant>.active>a:hover {
	color: #555;
	background-color: #f5f5f5;
	border-bottom-color: transparent;
}

.nav-tabs-well-variant>li>a {
	background-color: #e4e4e4;
	margin: 2px 2px 0px 2px;
	border: 1px solid #ddd;
	color: #999;
	border-radius: 5px 5px 0px 0px !important;
	padding-top: 2px;
	padding-bottom: 2px;
}

.nav-tabs-well-variant {
	margin: 0px;
}

header .navbar .brand { width : 170px }

/* per rimuovere i margini da un elemento*/
.remove-margins {
	margin: 0px;
}

/* per visualizzare anche il primo errore*/
pre.cake-error:first-child {
	margin-top: 50px;
}
/* Uniformità dei choosen con gli altri input */
.chzn-choices { background-color: white; }
.label_inside {
	line-height: 20px;
	padding-top: 5px;
	margin-bottom: 5px;
}

/* Liste non stilizzate ma ramificate */
.ulTree { margin: 0px; }
.ulTree .ulTree { margin-left: 25px; }
.ulTree li { list-style: none; }

/* Toglie le incone bianche dai tabs selezionati */
.nav-tabs > .active > a > [class^="icon-"],
.nav-tabs > .active > a > [class*=" icon-"] {
	background-image: url("../bootstrap/img/glyphicons-halflings.png");
}
/* testo nelle celle allineato al centro in verticale */
tbody>tr>td,
.table td {
	vertical-align: middle !important;
}
/*Super condensed*/
.table-supercondensed th,
.table-supercondensed td {
  padding: 1px 2px;
}

/* table dentro i modal-body */
.modal-body .table {
	margin-bottom: 0px;
}

/* Testo barrato */
.line-through {
	text-decoration: line-through;
}

/* Alza un pò l'header per farci stare bene i pulsanti xsmall */
.w-box-header {
	height: 36px;
	line-height: 32px;
}
/* toglie il padding alle tab dentro i wbox */
.w-box-content .tab-pane { padding: 0px; }
.w-box-content .nav-tabs { margin-bottom: -33px; }
/* toglie il margine alle form */
form { margin: 0px; }

/* Fix per linee di errore su validate */
.controls label.error { 
	padding-top: 10px;
	color: red; 
}

/* rimuove l'altezza massima alla form e toglie la barra di scorrimento verticale */
.modal-body {
	max-height: 9999px;
	overflow-y: initial;
}

/* Riduce l'altezza per farlo stare nell'header */
.input-append, .input-prepend { margin-bottom: 0px; }

/*.modal .modal-body {
	max-height: 400px;
	overflow-y: auto;
}*/

/* Footer fisso in fondo */
/*#maincontainer { position: relative; }
#contentwrapper { padding-bottom: 20px; }
footer {
	padding: 0 20px;
    bottom: 0;
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
}*/

/* Stile font */
/*@font-face{font-family:"Caviar dreams";src:url('/fonts/CaviarDreams.ttf');}
@font-face{font-family:"Caviar dreams bold";src:url('/fonts/CaviarDreamsBold.ttf');}
.caviar {
	font: 100 18px/36px 'Caviar dreams bold', sans-serif !important;	
}
.caviar-bold {
	font-family:"Caviar dreams bold",serif;
}*/

/* permette la visualizzazione del dropdown negli autocompliter in pagine caricate in ajax all'interno dei colorbox, altrimenti dietro il colorbox*/
.dropdown-menu {
	z-index: 10000;
}

.btn-variant {
	text-shadow: 0px -1px 0px #CC33FF !important;
	color: #fff !important;
	background-color: #CC33FF !important;
	background-image: -moz-linear-gradient(top, #DD33FF, #CC33FF) !important;
	background-image: -ms-linear-gradient(top, #DD33FF, #CC33FF) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DD33FF), to(#CC33FF)) !important;
	background-image: -webkit-linear-gradient(top, #DD33FF, #CC33FF) !important;
	background-image: -o-linear-gradient(top, #DD33FF, #CC33FF) !important;
	background-image: linear-gradient(top, #DD33FF, #CC33FF) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DD33FF', endColorstr='#CC33FF', GradientType=0) !important;
	border-color: #DD33FF #CC33FF #CC33FF #DD33FF !important;
	border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25) !important;
}

/* Aggiunta di un colore a label e badges */
.label-variant, .badge-variant {
	background-color: #CC33FF;
}

.text-variant {
	color: #CC33FF;
}

/* evidenziazione di un risultato con lo script jquery highlight */
.highlight { background-color: yellow; }

/* footer delle datatable */
/*.dataTables_info, .pagination {
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	text-decoration: none;
	border-top: none;
	border: 1px solid #ddd;
	padding: 8px !important;
	font-weight: bold;
}

.dataTables_scroll {
	margin: 0px !important;
}
.pagination span.pull-left ul li span{
	border: none;
	background-color: transparent;
}
.pagination ul > li > a, .pagination ul > li > span {
	line-height: 16px;
}

.pagination {
	height: 18px;
	margin: 0px;
}*/

/* Bordi colorbox allineati al modal-header */
#cboxLoadedContent { border-color: #e4e4e4; }
/* margine btngroup wbox */
.w-box-header .btn-group { margin-top: 4px; }
.white, .white a {  color: #fff; }

.navbar-row .navbar { 
	margin-bottom: 0px; 
	z-index: 500;
}
.navbar-row .navbar-default { background-color: #f5f5f5; }
.dataTables_wrapper .row { margin: 0; }

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

.modal-header .btn-sm { 
	padding: 3px 7px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px;
}
.description-label { padding-top: 0px !important; }

.btn-file {   overflow: hidden;  position: relative;  vertical-align: middle; }
.btn-file > input {  position: absolute;  top: 0;  right: 0;  margin: 0;  opacity: 0;  filter: alpha(opacity=0);  transform: translate(-300px, 0) scale(4);  font-size: 23px;  direction: ltr;  cursor: pointer; }
.fileinput {  margin-bottom: 9px;  display: inline-block;}
.fileinput .uneditable-input {  display: inline-block;  margin-bottom: 0px;  vertical-align: middle;  cursor: text;}
.fileinput .thumbnail {  overflow: hidden; display: inline-block;  margin-bottom: 5px;  vertical-align: middle;  text-align: center; }
.fileinput .thumbnail > img {  max-height: 100%;}
.fileinput .btn {  vertical-align: middle;}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {  display: none;}
.fileinput-inline .fileinput-controls {  display: inline;}
.fileinput .uneditable-input {  white-space: normal;}
.fileinput-new .input-group .btn-file {  border-radius: 0 4px 4px 0;}
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {  border-radius: 0 3px 3px 0;}
.fileinput-new .input-group .btn-file.btn-lg {  border-radius: 0 6px 6px 0;}
.form-group.has-warning .fileinput .uneditable-input {  color: #c09853;  border-color: #faebcc;}
.form-group.has-warning .fileinput .fileinput-preview {  color: #c09853;}
.form-group.has-warning .fileinput .thumbnail {  border-color: #faebcc;}
.form-group.has-error .fileinput .uneditable-input {  color: #b94a48;  border-color: #ebccd1;}
.form-group.has-error .fileinput .fileinput-preview {  color: #b94a48;}
.form-group.has-error .fileinput .thumbnail {  border-color: #ebccd1;}
.form-group.has-success .fileinput .uneditable-input {  color: #468847;  border-color: #d6e9c6;}
.form-group.has-success .fileinput .fileinput-preview {  color: #468847;}
.form-group.has-success .fileinput .thumbnail {  border-color: #d6e9c6;}
.input-group-addon:not(:first-child) {  border-left: 0;}

.bootstrap-select.input-sm > button {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

ol.vertical { padding: 0px; }
table { border-collapse: separate; }
.modal-well { padding: 0px; margin-bottom: 0px; }


.main_content { background-color: transparent; }
#maincontainer { background: -webkit-gradient(linear, left top, left bottom, from(lightsteelblue), to(#fff)) fixed !important; }
@media print {
	#maincontainer { background-color: #fff !important; }
}
.well { background-color: #fff; }
.navbar-default { background-color: #fff !important; }

.legend div { z-index: 98; }
.legend table { z-index: 99; }
.pieLabel { z-index: 97; }

.polaroid { 
    border: 1px solid #aaa; 
    width: 190px;
    border-radius: 4px;
    padding: 8px; /*size of the frame*/
    /*give the Polaroids a small drop shadow*/
    -webkit-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
}
.polaroid_image {
     
	 position: relative;
}
.polaroid_text { 
	margin-top: 5px; 
    height: 50px; 
    font-size: 11px; 
    text-align: center; 
	line-height: 13px;
} 
.owl-wrapper { margin-bottom: 5px; }

.owl-theme .owl-controls .owl-buttons div {
  padding: 5px 9px;
  position: absolute;
}
 
.owl-theme .owl-buttons i{
  margin-top: 2px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: 0px;
  bottom: 0px; 
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: 0px;
  bottom: 0px;
}
.owl-theme { position: relative; }
.twitter-typeahead .tt-hint { 
	z-index: 0;
	color: #cccccc;
	padding: 5px 10px;
}

/* Correzione per la larghezza della barr con bootstrap 3.0.1 */
.full_width .container {width:100%}

@media screen {
	div.hide-screen {
		display: none;
	}
}
@media print {
	div.hide-screen {
		display: block;
	}
}

.w-box-header {
	background: #f1f1f1;
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#e0e0e0));
	background: -webkit-linear-gradient(top,#f1f1f1 0%, #e0e0e0 100%);
	background: -o-linear-gradient(top,  #f1f1f1 0%,#e0e0e0 100%);
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#e0e0e0 100%);
	background: linear-gradient(top,  #f1f1f1 0%,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e0e0e0',GradientType=0 );	
}

.required > label { font-weight: bold; }
.required > label:after {
    content: ' *';
    color: #C3232D;
}
form .error-message {
    display: block;
    
    margin-top: 5px;
    
    font-weight: normal;
    font-style: italic;
    color: #C3232D; 
}
.form-control.form-error  { border-color: #C3232D; } 
body { width: 100% !important}

.chip {
	display: inline-block;
	padding: 0 10px;
	margin: 4px;
	height: 40px;
	font-size: 14px;
	line-height: 38px;
	border-radius: 25px;
	border: 2px solid gray;
	background-color: #FFF;
}

.closebtn {
	padding-left: 10px;
	color: #888;
	font-weight: bold;
	float: right;
	font-size: 20px;
	cursor: pointer;
}

.closebtn:hover {
	color: #000;
}
