body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 12px;

  margin: 0 auto;
  padding: 0;

  overflow-x: hidden;
  background-color: #e2e2e2;
}

.table tr:nth-child(even) {
  background: #eee;
}
.table tr:nth-child(odd) {
  background: #fff;
}

#export-button {
  float: right !important;
  margin-bottom: 10px;
  transform: translateY(-25%);
}

.invisible {
  position: absolute;
  top: -9999px;

  visibility: hidden;
}

.visible {
  position: static;

  visibility: visible;
}

/* contenitori principali */
#page {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 12px;

  width: 100%;
  margin: 0 auto;
  padding: 0;
  /*border: 2px solid navy;*/

  text-align: center;
}
#header {
  clear: both;

  width: 980px;
  margin: 0 auto;
  padding: 0;
}

.container-header {
  height: 70px;

  background-color: #2c3742;
  -webkit-box-shadow: 0 0 30px 5px #999;
  -moz-box-shadow: 0 0 30px 5px #999;
}

.container-header .logo h1 {
  font-size: 30px;

  margin: 0;
  padding: 0 0;
}

.container-header .logo img {
  float: left;

  height: 60px;
  margin: 5px;
}

.container-header .logo h1 a {
  font-family: "Open Sans Condensed", sans-serif;

  color: #fff;
}

.container-header .logo h1 a:hover {
  text-decoration: none;

  color: #fff;
  border: 0;
}

/*#headerDiv{
  text-align:center;
  font-size:20px;
  margin: 0 auto;
  clear:both;
  width:980px;
}*/
#footer {
  clear: both;

  height: 20px;
}
body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 12px;

  margin: 0 auto;
  padding: 0;

  background-color: #e2e2e2;
}
.block {
  display: block;
}
.left {
  display: block;
  float: left !important;
}
.right {
  display: block;
  float: right !important;
}
.bold {
  font-weight: bold !important;
}
.clear {
  clear: both;
}
.aright {
  text-align: right !important;
}
.aleft {
  text-align: left !important;
}
.acenter {
  text-align: center !important;
}
.hidden {
  display: none;
}
.visible {
  display: block;
}

/* Titoli Header */
#titolo_head {
  font-size: 20pt;
  font-weight: bold;

  height: 40px;

  text-align: center;

  color: white;
}
#sottotitolo_head {
  font-size: 16pt;
  font-weight: bold;

  height: 45px;
  margin-top: -10px;

  text-align: center;

  color: white;
}

#logo1 {
  float: left;

  width: 170px;
  height: 100px;
}
.titoli {
  float: left;

  width: 400px;
  margin-top: 5px;
}
#logout {
  float: right;

  height: 100px;

  text-align: right;
}

/** Login & Signup **/
#app-layout {
  min-height: 100vh;
}
#page-wrapper {
  min-height: 100vh !important;
}

.login-wrapper {
  position: absolute;
  right: 0;
  left: 0;

  text-align: center;
}

.login-wrapper .box {
  float: none;

  margin: 0 auto;
  padding: 30px 0 30px;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;

  -ms-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.login-wrapper .box .content-wrap {
  width: 82%;
  margin: 0 auto;
}
.login-wrapper .box h6 {
  font-size: 18px;
  font-weight: 600;

  margin-bottom: 35px;

  text-transform: uppercase;
}
.login-wrapper .box input[type="text"],
.login-wrapper .box input[type="password"] {
  font-size: 15px;

  height: 40px;
  margin-bottom: 10px;
  padding-left: 12px;

  border-color: #b2bfc7;
}
.login-wrapper .box input[type="text"]:focus,
.login-wrapper .box input[type="password"]:focus {
  border: 1px solid #28a0e5;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px #ddd, 0 0 5px #28a0e5;
  -moz-box-shadow: inset 0 1px 2px #ddd, 0 0 5px #28a0e5;
  box-shadow: inset 0 1px 2px #ddd, 0 0 5px #28a0e5;

  -ms-box-shadow: inset 0 1px 2px #ddd, 0 0 5px #28a0e5;
  -o-box-shadow: inset 0 1px 2px #ddd, 0 0 5px #28a0e5;
}
.login-wrapper .box input[type="password"] {
  margin-bottom: 10px;
}

.login-wrapper .box .action {
  position: relative;
  top: 30px;

  padding: 15px 0;
}
.login-wrapper .box .signup {
  font-size: 13px;

  padding: 7px 25px;

  text-transform: uppercase;

  border-radius: 5px;
}

.login-wrapper .box .social {
  width: 90%;
  margin: 0 auto;
}
.login-wrapper .box .social a.face_login {
  display: inline-block;
  overflow: hidden;

  width: 99%;
  height: 37px;

  text-decoration: none !important;

  border: 1px solid #3b4868;
  border-radius: 3px 3px 3px 3px;
  background: #6887c4;
  background: -moz-linear-gradient(top, #6887c4 0%, #4566a9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6887c4), color-stop(100%, #4566a9));
  background: -webkit-linear-gradient(top, #6887c4 0%, #4566a9 100%);
  background: -o-linear-gradient(top, #6887c4 0%, #4566a9 100%);
  background: -ms-linear-gradient(top, #6887c4 0%, #4566a9 100%);
  background: linear-gradient(to bottom, #6887c4 0%, #4566a9 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#4566a9',GradientType=0 );
}
.login-wrapper .box .social a.face_login:hover {
  background: #6887c4;
  background: -moz-linear-gradient(top, #6887c4 0%, #5773ac 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6887c4), color-stop(100%, #5773ac));
  background: -webkit-linear-gradient(top, #6887c4 0%, #5773ac 100%);
  background: -o-linear-gradient(top, #6887c4 0%, #5773ac 100%);
  background: -ms-linear-gradient(top, #6887c4 0%, #5773ac 100%);
  background: linear-gradient(to bottom, #6887c4 0%, #5773ac 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#5773AC',GradientType=0 );
}
.login-wrapper .box .social a.face_login span.face_icon {
  float: left;

  width: 51px;
  height: 37px;

  text-align: center;

  border-radius: 3px 0 0 3px;
  background-color: #39599f;
}
.login-wrapper .box .social a.face_login span.face_icon img {
  margin-top: 5px;
}
.login-wrapper .box .social a.face_login span.text {
  font-size: 15px;
  font-weight: bold;

  float: left;

  margin: 6px 0 0 25px;

  color: #fff;
  text-shadow: 1px 1px 0 #39599f;
}
.login-wrapper .box .division {
  position: relative;

  display: inline-block;

  width: 100%;
  margin: 17px 0 23px;

  text-align: center;
}
.login-wrapper .box .division hr {
  position: absolute;

  width: 40%;
  margin: 0;

  border-width: 1px;
  border-color: #e2e2e4;
}
.login-wrapper .box .division hr.left {
  top: 13px;
}
.login-wrapper .box .division hr.right {
  right: 0;
  bottom: 6px;
}
.login-wrapper .box .division span {
  font-size: 18px;

  color: #666;
}

/*.panel-heading>.panel-title, .content-box-header .panel-title {
    float: left;
    padding: 10px 15px;
    padding-top: 0px;
}

.panel-heading>.panel-title>*, .content-box-header .panel-title>* {
    margin: 0;
}

.panel-heading>.panel-title>span, .content-box-header .panel-title>span {
    font-weight: normal;
}

.panel-heading>.panel-options, .content-box-header .panel-options {
    float: right;
    padding-right: 15px;
}

.panel-heading>.panel-options>a, .content-box-header .panel-options>a {
    margin-top: 10px;
}

.panel-body {
  clear:both;
}*/

.login-bg {
  height: 100%;

  background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-color: #eff0f3;
  background-repeat: no-repeat;
}

.page-content > .row {
  margin-top: 30px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#loader-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

#loader {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;

  display: block;

  width: 80px;
  height: 80px;
  margin-top: -50px;
  margin-left: -30px;

  animation: pulse 1s infinite;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

#loader-wrapper .loader-section {
  position: fixed;
  z-index: 1000;
  top: 0;

  width: 51%;
  height: 100%;

  -webkit-transform: translateX(0); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0); /* IE 9 */
  transform: translateX(0); /* Firefox 16+, IE 10+, Opera */

  background: #191919;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transition: all 0.6s 2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s 2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%); /* IE 9 */
  transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transition: all 0.6s 2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s 2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%); /* IE 9 */
  transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader {
  -webkit-transition: all 0.5s 2s ease-out;
  transition: all 0.5s 2s ease-out;

  opacity: 0;
}
.loaded #loader-wrapper {
  visibility: hidden;

  -webkit-transition: all 0.3s 3s ease-out;
  transition: all 0.3s 3s ease-out;
  -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%); /* IE 9 */
  transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none;
}
.no-js h1 {
  color: #222;
}

/* MODAL CSS */

html.modal-active,
body.modal-active {
  overflow: hidden;
}

#modal-container {
  position: fixed;
  z-index: 1009;
  top: 0;
  left: 0;

  display: table;

  width: 100%;
  height: 100%;

  transform: scale(0);
}

#modal-container.five {
  transform: scale(1);
}
#modal-container.five .modal-background {
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

  background: rgba(0, 0, 0, 0.8);
}
#modal-container.five .modal-background .modal {
  transform: translateX(-1500px);
  animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five .modal-background .modal svg {
  pointer-events: none;
}
#modal-container.five.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.five.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out .modal-background .modal {
  animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out .modal-background .modal .panel-heading {
  animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out .modal-background .modal h2,
#modal-container.six.out .modal-background .modal p,
#modal-container.six.out .modal-background .modal button {
  animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six {
  transform: scale(1);
}
#modal-container.six .modal-background {
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

  background: rgba(0, 0, 0, 0.8);
}
#modal-container.six .modal-background .modal {
  animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

  border: 0;
  background-color: transparent;
}
#modal-container.six .modal-background .modal .panel-heading {
  animation: modalContentFadeIn 0.4s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

  opacity: 0;
}
#modal-container.six .modal-background .modal h2,
#modal-container.six .modal-background .modal p,
#modal-container.six .modal-background .modal button {
  position: relative;

  animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

  opacity: 0;
}
#modal-container.six .modal-background .modal .modal-svg rect {
  animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.six.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal {
  animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal .panel-heading {
  animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal h2,
#modal-container.six.out .modal-background .modal p,
#modal-container.six.out .modal-background .modal button {
  animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal .modal-svg rect {
  animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container .modal-background {
  z-index: 1009;

  display: table-cell;

  text-align: center;
  vertical-align: middle;

  background: rgba(0, 0, 0, 0.8);
}
#modal-container .modal-background .modal {
  font-weight: 300;

  position: relative;

  display: inline-block;

  border: 1px solid transparent;
  border-color: #ddd;
  border-radius: 3px;
  background: white;
}
#modal-container .modal-background .modal h3 {
  font-size: 25px;
  line-height: 25px;

  margin-bottom: 15px;
}
#modal-container .modal-background .modal .panel-heading {
  border-color: #ddd;
  border-bottom: 1px solid transparent;
  background-color: #f5f5f5;
}
#modal-container .modal-background .modal p {
  font-size: 18px;
  line-height: 22px;

  z-index: 1012;
}
#modal-container .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  border-radius: 3px;
}
#modal-container .modal-background .modal .modal-svg rect {
  z-index: 1010;

  stroke: #ddd;
  stroke-width: 3px;
  stroke-dasharray: 1250;
  stroke-dashoffset: 1250;
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);

    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);

    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);

    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(1000px);

    opacity: 0;
  }
}
@keyframes scaleBack {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes scaleForward {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes slideUpLarge {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideDownLarge {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(150px);
  }
}
@keyframes blowUpContent {
  0% {
    transform: scale(1);

    opacity: 1;
  }
  99.9% {
    transform: scale(2);

    opacity: 0;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes blowUpContentTwo {
  0% {
    transform: scale(2);

    opacity: 0;
  }
  100% {
    transform: scale(1);

    opacity: 1;
  }
}
@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blowUpModalTwo {
  0% {
    transform: scale(1);

    opacity: 1;
  }
  100% {
    transform: scale(0);

    opacity: 0;
  }
}
@keyframes roadRunnerIn {
  0% {
    transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }
  100% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}
@keyframes roadRunnerOut {
  0% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }
  100% {
    transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}
@keyframes sketchIn {
  0% {
    stroke-dashoffset: 1200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 1200;
  }
}
@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}
@keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes modalContentFadeIn {
  0% {
    top: -20px;

    opacity: 0;
  }
  100% {
    top: 0;

    opacity: 1;
  }
}
@keyframes modalContentFadeOut {
  0% {
    top: 0;

    opacity: 1;
  }
  100% {
    top: -20px;

    opacity: 0;
  }
}
@keyframes bondJamesBond {
  0% {
    transform: translateX(1000px);
  }
  80% {
    width: 75px;
    height: 75px;

    transform: translateX(0px);

    border-radius: 75px;
  }
  90% {
    width: 247px;
    height: 182px;

    border-radius: 3px;
  }
  100% {
    width: 227px;
    height: 162px;

    border-radius: 3px;
  }
}
@keyframes killShot {
  0% {
    transform: translateY(0) rotate(0deg);

    opacity: 1;
  }
  100% {
    transform: translateY(300px) rotate(45deg);

    opacity: 0;
  }
}
@keyframes fadeToRed {
  0% {
    box-shadow: inset 0 0 0 rgba(201, 24, 24, 0.8);
  }
  100% {
    box-shadow: inset 0 2000px 0 rgba(201, 24, 24, 0.8);
  }
}
@keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    transform: scale(1);

    opacity: 0;
  }
  100% {
    transform: scale(0);
  }
}

#modal-container-custom.five {
  transform: scale(1);
}
#modal-container-custom.five .modal-background {
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

  background: rgba(0, 0, 0, 0.8);
}
#modal-container-custom.five .modal-background .modal {
  transform: translateX(-1500px);
  animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container-custom.five .modal-background .modal svg {
  pointer-events: none;
}
#modal-container-custom.five.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container-custom.five.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container-custom.five.out .modal-background .modal {
  animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container-custom.five.out .modal-background .modal .panel-heading {
  animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container-custom.five.out .modal-background .modal h2,
#modal-container.six.out .modal-background .modal p,
#modal-container.six.out .modal-background .modal button {
  animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container-custom {
  position: fixed;
  z-index: 1009;
  top: 0;
  left: 0;

  display: table;

  width: 100%;
  height: 100%;

  transform: scale(0);
}
#modal-container-custom .modal-background {
  z-index: 1009;

  display: table-cell;

  text-align: center;
  vertical-align: middle;

  background: rgba(0, 0, 0, 0.8);
}
#modal-container-custom .modal-background .modal {
  font-weight: 300;

  position: relative;
  z-index: 1010;

  display: inline-block;

  border: 1px solid transparent;
  border-color: #ddd;
  border-radius: 3px;
  background: white;
}
#modal-container-custom .modal-background .modal h3 {
  font-size: 25px;
  line-height: 25px;

  margin-bottom: 15px;
}
#modal-container-custom .modal-background .modal .panel-heading {
  border-color: #ddd;
  border-bottom: 1px solid transparent;
  background-color: #f5f5f5;
}
#modal-container-custom .modal-background .modal p {
  font-size: 18px;
  line-height: 22px;

  z-index: 1012;
}
#modal-container-custom .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  border-radius: 3px;
}
#modal-container-custom .modal-background .modal .modal-svg rect {
  z-index: 1010;

  stroke: #ddd;
  stroke-width: 3px;
  stroke-dasharray: 1050;
  stroke-dashoffset: 1050;
}

.paginationjs-pages ul li {
  display: inline-block;
}
.paginationjs-pages ul li a {
  float: left;

  padding: 8px 16px;

  text-decoration: none;

  color: black;
  border-radius: 5px;
}
.paginationjs-pages ul .active a {
  color: white;
  background-color: #337ab7;
}

.paginationjs-pages ul {
  margin-left: -40px;
}

#pagination-history-access {
  width: 100%;
  margin-top: 10px;

  text-align: center;
}
#pagination_search_users {
  width: 100%;

  text-align: center;
}
.paginationjs-pages ul li a:hover:not(.active) {
  background-color: #ddd;
}

.details li {
  margin-bottom: 10px;

  list-style: none;
}
@media (min-width: 768px) {

  .sidebar {
    margin-left: -250px;
  }

  .sidebar-nav {
    position: fixed;

    width: 250px;
  }

  .navbar {
    position: fixed;

    width: 100%;
  }

  .menu-button {
    position: absolute;

    width: 28px;
    height: 35px;
    margin-top: 5px;
    margin-left: 250px;

    border: 1px solid;
    border-color: #e7e7e7;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #f8f8f8;
  }

  .nav-second-level
  {
    background-color: #f8f8f8;
  }

  .menu-button #open-menu-icon {
    width: 25px;
    height: 35px;
    margin-top: -1px;
  }

  #open-menu svg {
    overflow: hidden;

    transition-duration: 0.4s;
    transition-property: transform;
  }

  .opened-menu svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  #sicurnet-logo {
    bottom: 90px;
    margin-left: 125px;
    position: fixed;
    z-index: -1;

    transform: translateX(-51%);
  }

  #sicurnet-logo-text {
    opacity: 0.8;
    width: 100px;
    text-align: center;
    position: fixed;

    bottom: 50px;
    margin-left: 75px;
  }

  #sicurnet-logo {
    opacity: 0.3;
  }
}
@media (max-width: 767px) {
  #sicurnet-logo {
    display: none;
  }
  #open-menu {
    display: none;
  }
  .sidebar {
    margin-left: 0 !important;
  }

  .dropdown-menu {
    left: 0 !important;

    margin-left: 0 !important;
  }

  .panel-body {
    overflow-x: scroll;
  }
}

.ui-autocomplete {
  position: fixed;
  z-index: 99999;
  /* prevent horizontal scrollbar */

  overflow-x: hidden;
  overflow-y: auto;

  max-height: 100px;
  padding-left: 0;

  list-style: none;

  color: #333;
  border: 1px solid #e7e7e7;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
}

.ui-autocomplete li {
  padding: 5px;

  border-bottom: 1px solid #e7e7e7;
}

.ui-autocomplete li:hover {
  background-color: #f5f5f5;
}

.notifications {
  position: fixed;
  z-index: 1100;
  top: 60px;
  right: 20px;
}

.notifications .alert
{
  font-size: 20px;
  border-width: 2px;
}

.btn.active {
  outline: 0;
  background-color: #f3f3f3;
}

#page-wrapper {
  height: 100%;
}

html {
  height: 100%;
}

.custom_tr th
{
  line-height: 2.1 !important;
  padding: 4px !important;
}

.status-default{
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #333;
}

.status-pc {
  pointer-events: none;
  width: 150px;
  text-align: center;
}

.input-group-prepend {
  text-align: left;
  margin-top: -5px;
  margin-left: 5px;
}

#form_new_user {
  min-width: 500px;
}

.overlay-page-wrapper {
  /*position:fixed;
    width:100%;
    height:100%;
    margin-left:-30px;
    z-index: 100;
    background-color: rgba(0,0,0,0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    opacity:0;*/
  display: none;
}

/*.overlay-page-wrapper.loading
{
    background-color: rgba(0,0,0,0.5);
    opacity:1;
    display:block;
}*/

table.void {
  font-size: 1.2em;
  border-collapse: collapse;
  width: 100%;
  background-color: #d9d9d9;
}

table.void thead {
  background-color: #e2e2e2;
}

table.void th.hour {
  text-align: center;
}

table.void tr td {
  border: 1px solid #ccc;
}

table.void tr td,
table.void tr th {
  padding: 3px;
}

td.prenotazione {
  width: 3%;
}

.postazione-non-disponibile-label {
  background-color: rgba(255, 206, 86, 0.6);
  border: 1px solid rgba(255, 206, 86, 1);
}

.postazione-disponibile-label {
  background-color: rgb(54, 163, 235, 0.6);
  border: 1px solid rgba(54, 162, 235, 1);
}

.postazione-occupata-label {
  background-color: rgba(255,99,132, 0.6);
  border: 1px solid rgba(255,99,132, 1);
}

.postazione-non-disponibile {
  background-color: rgba(255, 206, 86, 0.6);
  border: 1px solid rgba(255, 206, 86, 1);
}

.postazione-disponibile {
  cursor: pointer;
  background-color: rgb(54, 163, 235, 0.6);
  border: 1px solid rgba(54, 162, 235, 1);
}

.postazione-disponibile:hover {
  background-color: rgb(54, 163, 235, 0.8);
}

.postazione-occupata {
  cursor: pointer;
  background-color: rgba(255,99,132, 0.6);
  border: 1px solid rgba(255,99,132, 1);
}

.postazione-occupata:hover {
  background-color: rgba(255,99,132, 0.8);
}

.postazione-link {
  width: 100%;
  height: 20px;
  display: block;
  margin: 1px;
}

.custom-hover:hover
{
  color: #fff;
  border-color: #255625;
  cursor: pointer;
}

.custom-hover:hover .panel-heading
{
  background-color: #398439;
}

#payment-row
{
  display: none;
}

#card-info
{
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  padding: 5px;
  border-radius: 3px;
}

.selected-payment
{
  color: #fff;
  border-color: #255625 !important;
  cursor: pointer;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.selected-payment .panel-heading
{
  background-color: #398439 !important;
}

#header-registration-form
{
  margin-bottom: 2rem;
  margin-top: 1rem;
  font-weight: bold;
  font-size: 2rem;
}


/* Remove arrows on numeric input */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-left:45%;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: black;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
