.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;
}

/* 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( rgba(151, 174, 189, 0.95)), 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: 60px; 
    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;
}


@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 );	
}
.form-control.form-error  { border-color: #C3232D; }
body { width: 100% !important}
.full_width .container {
        width:100% !important;
        max-width: initial;
}
.navbar-btn { margin-right: 4px; }
.btn-group>.navbar-btn { margin-left:0; margin-right:0px; }
.navbar-logo { padding: 5px 5px 5px 15px; }

.navbar-brand { 
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; 
}
.navbar-form { width: 250px; }
.navbar-btn .bootstrap-select.btn-group { margin-bottom: 0px; }
.navbar-nav { margin: initial; } 
#tabs.in,
#tabs.collapsing {
    display: block!important;
}


@media (max-width: 767px) {
	.navbar-brand { width: 480px; }
	p.navbar-btn .btn { width: 100% }	
	.navbar-form { width: 100%; }
}

@media (max-width: 479px) {
	.navbar-brand { width: 240px; }	
}

/*  fix flickering su google charts */
svg > g > g:last-child { pointer-events: none }

/* Rimozione dei link di google dalle mappe */
a[href^="http://maps.google.com/maps"]{display:none !important}
.gmnoprint a, .gmnoprint span { display:none; }
.gmnoprint div { background:none !important; }
.gm-style-cc { display:none !important }

/* Loading overlay */
.loadingoverlay { justify-content: center !important; }
.loadingoverlay_text { margin-top: 50px; }

.pnlfix-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
}

.pnlfix-title a {
    color: #777;
}

.panelfix {
	margin-bottom: 10px !important;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
} 

.panelfix-body {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
}

#ClientiTable {border-collapse:collapse;}
#ClientiTable tr:hover {background-color: #e9f3f8;}
#ClientiTable tr.selected td {
    background: none repeat scroll 0 0 rgba(151, 174, 189, 0.95);
    color: #000000;
}
#JobTable {border-collapse:collapse;}
#JobTable tr:hover {background-color: #e9f3f8;}
#JobTable tr.selected td {
    background: none repeat scroll 0 0 rgba(151, 174, 189, 0.95);
    color: #000000;
} 
#MrchTable {border-collapse:collapse;}
#MrchTable tr:hover {background-color: #e9f3f8;}
#MrchTable tr.selected td {
    background: none repeat scroll 0 0 rgba(151, 174, 189, 0.95);
    color: #000000;
}
#PdvTable {border-collapse:collapse;}
#PdvTable tr:hover {background-color: #e9f3f8;}
#PdvTable tr.selected td {
    background: none repeat scroll 0 0 rgba(151, 174, 189, 0.95);
    color: #000000;
}

.label-neutro-fix {
	background-color: transparent;
	color: black;
	font-size: 13px;
	font-weight: normal;
}

.label-success-fix {
	background-color: #5cb85c;
	font-size: 13px;
}

.label-wait-fix {
	background-color: #c09853;
	font-size: 13px;
}

.label-error-fix {
	background-color: #d9534f;
	font-size: 13px;
}

.dataTables_wrapper .alignfilter .dataTables_filter {
    float:left;
}

/*============================================================================================
	Gestione Permessi
============================================================================================*/
#usersTable {border-collapse:collapse;}
#usersTable tr:hover {background-color: #e9f3f8;}
#usersTable tr.selected td {
    background: none repeat scroll 0 0 rgba(151, 174, 189, 0.95);
    color: #000000;
}
#PermTable {border-collapse:collapse;}
#PermTable tr:hover {background-color: #e9f3f8;}
#PermTable tr.selected td {
    background: none repeat scroll 0 0 rgba(151, 174, 189, 0.95);
    color: #000000;
}
#RuoliTable {border-collapse:collapse;}
#RuoliTable tr:hover {background-color: #e9f3f8;}
#RuoliTable tr.selected td {
    background: none repeat scroll 0 0 rgba(151, 174, 189, 0.95);
    color: #000000;
}
/*==========================================================================================*/

/*============================================================================================
	Configurazione Mail Ordini
============================================================================================*/
#configTable {border-collapse:collapse;}
#configTable tr:hover {background-color: #e9f3f8;}
#configTable tr.selected td {
    background: none repeat scroll 0 0 rgba(151, 174, 189, 0.95);
    color: #000000;
}

.details-margins {
	margin-left: 5px;
    margin-right: 5px;
}

.details-margins-div {
	padding-right: 0!important;
    padding-left: 0!important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.input-confmail {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-confmail-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	font-size: 13px;
	font-weight: bold;
	width: 55px;
}

.input-confmail>.input-confmail-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), 
.input-confmail>.input-confmail-append:last-child>.input-confmail-text:not(:last-child), 
.input-confmail>.input-confmail-append:not(:last-child)>.btn, 
.input-confmail>.input-confmail-append:not(:last-child)>.input-confmail-text, 
.input-confmail>.input-confmail-prepend>.btn, 
.input-confmail>.input-confmail-prepend>.input-confmail-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-confmail-prepend {
    margin-right: -1px;
}

.input-confmail-append, 
.input-confmail-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-confmail>.custom-file, 
.input-confmail>.custom-select, 
.input-confmail>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-confmail-border {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-confmail-border:disabled {
	background: white;
}
/*==========================================================================================*/
/*============================================================================================
	loader circolare
============================================================================================*/
#tricircle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width: 150px;
    height: 150px;	
}
.loader_tricircle {
    width: calc(100% - 0px);
	height: calc(100% - 0px);
	border: 8px solid rgba(151, 174, 189, 0.95);
	border-top: 8px solid #00416a;
	border-radius: 50%;
	animation: rotate_tricircle 5s linear infinite;
}
@keyframes rotate_tricircle {
    100% {transform: rotate(360deg);}
} 
/*==========================================================================================*/