:root{
	--color-grey:#acacac;
}
.text-secondary, .text-secondary *{
	color:var(--color-grey);
}
body {
	min-height: 600px;
	padding-top: 70px;
	padding-bottom:30px;
}
@media screen and (max-width:1090px) {
	.navbar-nav {
		max-height:calc((100vh - 60px)/2);
		overflow-y:scroll;
	}
}
.dataTables_length {
	display: inline-block !important;
}
.dataTables_paginate {
	display: inline-block !important;
	float: right !important;
}
.dt-button {
	margin-bottom: 30px !important;
  font-weight: normal !important;
  text-align: center !important;
  vertical-align: middle !important;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
	background-color: #ecf0f1 !important;
	color: #000000 !important;
  border: 1px solid #dce4ec !important;
  white-space: nowrap !important;
	padding: 8px 12px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.dt-button:hover, .dt-button:focus, .dt-button.focus {
  text-decoration: none;
	background-color: #dee2e2 !important;
}
.dropdown-header{
	color: #e31e25;
}
.container .jumbotron, .container-fluid .jumbotron {
	padding-left: 0;
	padding-right: 0;
}
.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.btn {
	outline: none !important;
}
.btn-purple {
	background-color: rebeccapurple;
	border-color: rebeccapurple;
	color: white;
}
.btn-purple:hover {
	background-color: #4c006d;
	border-color: #4c006d;
}
.panel-purple {
	border-color: rebeccapurple;
}
.panel-purple>.panel-heading {
	border-color: rebeccapurple;
	background-color: rebeccapurple;
	color: white;
}
.btn-crimson {
	background-color: crimson;
	border-color: crimson;
	color: white;
}
.btn-crimson:hover {
	background-color: #af0f2f;
	border-color: #af0f2f;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.form-validation-error {
	text-transform: uppercase;
	background-color:#df382c;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.navbar-brand {
	padding:17px 15px;
}
.breadcrumb {
	margin-top:17px;
}
.page-header {
	margin:20px 0 20px;
}

/* only Smartphone */
@media (max-width: 768px) {
	.btn-group.btn-backup button, .btn-group.btn-backup ul {
		width: 90%;
		font-size: small;
	}
	.btn-group.btn-backup div { margin-bottom: 20px; }
}
/* Tablet, Desktop, etc... */
@media (min-width: 768px) {
	.btn-group.btn-backup button { width:80% }
}

@media (max-width: 1366px) and (min-width: 1100px) {
  .username {
    display: none;
  }
}

@media (max-width: 1100px) { /*1625*/
  .navbar-header {
      float: none;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin: 7.5px -15px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .navbar-text {
      float: none;
      margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
      display: block!important;
  }
  .collapsing {
      overflow: hidden!important;
  }
  .navbar-collapse {
    min-height: 510px !important;
  }
  .logo {
    margin-bottom: 11px;
  }
}

/*a {
	color:#d9534f;
}*/
.fc-event {
	cursor: pointer !important;
}
.modal-title-calendar {
	width: 94%;
	padding: 10px;
	border: 2px solid #fff;
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em;
}
.select2-container--bootstrap .select2-selection--single {
    height: 46px;
    padding: 11.5px 24px 6px 12px;
}

.pratica-aperta{
	background-color: #DAA520;
}
.pratica-acconto{
	background-color: #008080;
}
.pratica-docinc{
	background-color: #FF00FF;
}

.label-tratt{
	background-color: #993300;
}

.label-annull{
	background-color: #000000;
}

.label-servizio {
	background-color:rebeccapurple !important;
	margin-right:5px !important;
	font-size: 13px !important;
	display:inline-block !important;
	padding: 5px 8px !important;
}

table a:not(.btn), .table a:not(.btn) {
    text-decoration: none;
}

a {
    color: #0000b3;
    text-decoration: none;
}
a:hover, a:focus {
    color: #990000;
    text-decoration: underline;
}

@-webkit-keyframes blinker {
0% { opacity: 0.3; }
50% { opacity: 1.0; }
100% { opacity: 0.3; }
}

.blinking-text{
	-webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 1.7s;
}

.titolo-modal{
	text-align:center;
}

.panel-fermi {
    border-color: #000000;
}

.panel-fermi>.panel-heading {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.panel-fermi>.panel-heading>.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: #ffffff;
}
.col-xs-6 { word-break: break-word; }
.btn-group.btn-backup button { margin-bottom: 1px; }
.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 50px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: crimson; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: white; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: crimson;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}

.card {
  background-color: white;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(168,168,168,1);
  -moz-box-shadow: 0px 0px 6px 2px rgba(168,168,168,1);
  box-shadow: 0px 0px 6px 2px rgba(168,168,168,1);
  max-width: 500px;
  margin: 20px;
  border-radius: 5px;
  display: inline-block;
  transition: all ease .5s;
  padding-bottom: 20px !important;
}

.card:hover {
  transform: scale(1.05) !important;
}

.button-hover {
  position: fixed;
  bottom: 20px;
  -webkit-box-shadow: 5px 5px 14px -1px rgba(88,89,92,1);
  -moz-box-shadow: 5px 5px 14px -1px rgba(88,89,92,1);
  box-shadow: 5px 5px 14px -1px rgba(88,89,92,1);
}

.stay-left {
  left: 20px;
}

.stay-right {
  right: 20px;
}

.body-item {
  display:inline-block;
  padding: 15px 15px;
}

.table-extra {
  width:100%;
  margin-top:25px;
}

.table-extra-cell {
  padding:5px 10px !important;
  text-align: center;
}

.card-container {
	display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
}

.card-extra {
  -webkit-box-shadow: 0px 0px 6px 2px rgba(199,199,199,1);
  -moz-box-shadow: 0px 0px 6px 2px rgba(199,199,199,1);
  box-shadow: 0px 0px 6px 2px rgba(199,199,199,1);
  border-radius: 5px;
  padding: 0px;
  margin: 20px;
  transition: all ease .5s;
	width: 300px;
}

.card-extra:hover {
  transform: scale(1.05) !important;
}

.card-container::before, .card-container::after {
  content: '';
  width: 100%;
  order: 1;
}
.card-extra:nth-child(n + 4) {
  order: 1;
}
.card-extra:nth-child(n + 7) {
  order: 2;
}

.card.active, .card-extra.active {
  border: solid 3px crimson !important;
  /*transform: scale(1.10) !important;*/
}

.vehicle-header {
  background-color: rgb(40,53,119) !important;
  color: white;
}

.clickable {
	cursor: pointer;
}

.hoverable {
	transition: all ease .2s;
}

.hoverable:hover {
	background-color: #e5e5e5;
}

.tooltip {
  position: absolute;
  z-index: 999;
  min-width: 40px;
  white-space: nowrap;
  cursor: default;
  left: -1000;
  top: -1000;
  padding: 5px 10px;
  font: bold 12px helvetica, tahoma, sans-serif;
  text-align: left;
  color: #ffffff;
  background: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  -ms-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.tooltip:before {
  content: '';
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid #333333;
}
.tooltip-t:before,
.tooltip-b:before {
  left: 50%;
  margin-left: -5px;
  display: block;
}
.tooltip-r:before,
.tooltip-l:before {
  margin-top: -5px;
  top: 50%;
  display: block;
}
.tooltip-tr:before,
.tooltip-br:before {
  left: 5px;
  margin: 0;
}
.tooltip-tl:before,
.tooltip-bl:before {
  left: auto;
  margin: 0;
  right: 5px;
}
.tooltip-rt:before,
.tooltip-lt:before {
  margin: 0;
  top: auto;
  bottom: 5px;
}
.tooltip-rb:before,
.tooltip-lb:before {
  margin: 0;
  top: 5px;
}
.tooltip-t:before {
  border-top-color: #333333;
  border-bottom-width: 0;
  bottom: -5px;
}
.tooltip-b:before {
  border-bottom-color: #333333;
  border-top-width: 0;
  top: -5px;
}
.tooltip-r:before {
  border-right-color: #333333;
  border-left-width: 0;
  left: -5px;
}
.tooltip-l:before {
  border-left-color: #333333;
  border-right-width: 0;
  right: -5px;
}
.tooltip-rt:before {
  border-right-color: #333333;
}
.tooltip-lt:before {
  border-left-color: #333333;
}
.tooltip-rb:before {
  border-right-color: #333333;
}
.tooltip-lb:before {
  border-left-color: #333333;
}
.tooltip-t:before,
.tooltip-b:before {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tooltip-r:before,
.tooltip-l:before {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}


.nav-tabs > li > a {
	color: black !important;
	border-bottom: solid 1px crimson !important;
	cursor: default !important;
}
.nav-tabs > .active > a {
	background-color: crimson !important;
	color: white !important;
	border-radius: 5px 5px 0px 0px !important;
}
.nav-tabs > .completed > a {
	background-color: #f4849a !important;
	color: white !important;
	border-radius: 5px 5px 0px 0px !important;
}
.card-view{
	margin: 5px;
	border-radius: 2px;
	padding: 0px 10px;
	background-color: #fafafa;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
}
.card-header {
	padding: 10px;
	border-bottom: solid 1px #e5e5e5;
}
.card-body {
	padding: 30px 10px;
}
.card-footer {
	padding: 20px;
}
.button-container {
	position: fixed;
	bottom: 0px; left: 0px;
	width: 100vw;
	background-color: rgba(255,255,255,.9);
	padding: 10px;
	text-align: center;
	z-index: 999999999999999999999999999999999999999999;
}
.cards-container {
	padding-bottom: 100px;
}
