@charset "UTF-8";
/* CSS Document */

/* Stili vari
/* Contenitore per la tabella dataTable
/* Abilita il dropdown multilivello per i submenu
/* Mantiene aperti i submenu
/* Stile per il File Upload
/* Ajax Loader
-------------------------------------------------- */

/* Stili vari
-------------------------------------------------- */
a,
a:active,
a:focus {
  outline: 0;
  color: #2e66fd;
}

.btn {
  white-space: nowrap;
}

.bg-white {
  background-color: #ffffff;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.05s linear;
  -moz-transition: opacity 0.05s linear;
  -o-transition: opacity 0.05s linear;
  transition: opacity 0.05s linear;
}

.nav-tabs a {
  outline: 0;
}

.row-margin {
  margin: 5px -15px;
}

.date {
  cursor: pointer;
}
.date input {
  cursor: pointer !important;
}

.clockpicker {
  cursor: pointer;
}
.clockpicker input {
  cursor: pointer !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #428bca;
  color: #fff;
  text-decoration: none;
}

.accordion-toggle {
  cursor: pointer;
}
.btn-disabled {
  opacity: 0.65;
}
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  /*border-radius:3px*/
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  /*border-radius:3px*/
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.bs-callout-danger {
  border-left-color: #ce4844;
}
.bs-callout-danger h4 {
  color: #ce4844;
}
.bs-callout-warning {
  border-left-color: #aa6708;
}
.bs-callout-warning h4 {
  color: #aa6708;
}
.bs-callout-info {
  border-left-color: #1b809e;
}
.bs-callout-info h4 {
  color: #1b809e;
}
.cookie-banner {
  z-index: 100000000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  display: none;
  font-size: 15px;
  /*background-color:rgba(255,255,255, 0.9);*/
}

/* form validation */
.form-control-feedback {
  margin-right: 15px;
}
.with-errors {
  margin-bottom: 0px;
  margin-top: 0px;
}
.with-errors ul {
  margin-bottom: 0px;
  margin-top: 5px;
}
.well {
  background-color: #fff;
}

@media (min-width: 768px) {
  .navbar-brand span {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-brand span {
    display: inline-block;
  }
}

/* Contenitore per la tabella dataTable
-------------------------------------------------- */

.table_container {
  overflow: auto;
}

.table_container_hidden {
  display: none;
}

.table_alert_hidden {
  display: none;
}

.table_wrapper {
  position: relative;
}

.table_loading_layer {
  z-index: 3;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

div.dataTables_length label {
  margin-left: 0;
}

table,
.pagination ul {
  background-color: #ffffff;
}

td.center {
  text-align: center;
}

table.dataTable a {
  cursor: pointer;
}

table.dataTable td a:last-child i {
  margin: 0;
}

table.dataTable td:last-child {
  width: 1%;
  white-space: nowrap;
}

table.dataTable [class^="fa"],
table.dataTable [class*=" fa"],
table.dataTable a [class^="fa"]:last-child,
table.dataTable a [class*=" fa"]:last-child {
  margin: 0 5px;
}

table.dataTable [class^="fa"]:last-child,
table.dataTable [class*=" fa"]:last-child,
table.dataTable a:last-child [class^="fa"],
table.dataTable a:last-child [class*=" fa"] {
  margin-right: 0 !important;
}

table.dataTable [class^="fa"]:first-child,
table.dataTable [class*=" fa"]:first-child,
table.dataTable a:first-child [class^="fa"],
table.dataTable a:first-child [class*=" fa"] {
  margin-left: 0 !important;
}

/* Abilita il dropdown multilivello per i submenu
-------------------------------------------------- */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .caret {
  display: none;
}

.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;
  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: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none !important;
}

.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;
}
.navbar-right .dropdown-submenu.pull-left > .dropdown-menu {
  margin-right: 100% !important;
}

/* Mantiene aperti i submenu
-------------------------------------------------- */

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #1554ff;
    background-color: transparent;
  }
  .dropdown-backdrop {
    position: static;
  }
  .dropdown-submenu .caret {
    display: inline-block;
  }
  .dropdown-submenu ul.dropdown-menu {
    display: block;
  }
  .dropdown-submenu > a:after {
    display: none;
  }

  .navbar-right .dropdown-submenu.pull-left > .dropdown-menu {
    margin: 0 !important;
  }
  .navbar-nav > li > a {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

/* Stile per il File Upload
-------------------------------------------------- */

.uploaded_file {
  margin-bottom: 5px;
}
.files {
  background: transparent;
  width: 100%;
  height: 100%;
  min-height: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.files.in {
  border: 3px dashed #eaeaea;
}

/* Ajax Loader
-------------------------------------------------- */

#ajax-loading-screen {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 1000000000;
}

#ajax-loading-screen .loading-icon {
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.default-loading-icon {
  top: 50%;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  margin: 0 auto;
  display: block;
  position: relative;
  border: 3px solid #f5f5f5;
  margin-top: -20px;
}

.default-loading-icon:before {
  position: absolute;
  content: "";
  border-color: rgba(0, 0, 0, 1) transparent transparent;
  border-radius: 100%;
  border-style: solid;
  border-width: 3px;
  display: block;
  height: 100%;
  width: 100%;
  top: -3px;
  left: 0;
}

.loading-icon.spin,
.default-loading-icon.spin {
  animation: 2s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite spinning_animation;
  -webkit-animation: 2s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite spinning_animation;
}

.default-loading-icon:before {
  border-top-color: #428bca !important;
}

@keyframes spinning_animation {
  0% {
    transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(0.8) rotate(360deg);
    -o-transform: scale(0.8) rotate(360deg);
  }
  100% {
    transform: scale(1) rotate(720deg);
    -o-transform: scale(1) rotate(720deg);
  }
}

@-webkit-keyframes spinning_animation {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.8) rotate(360deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(720deg);
  }
}

@keyframes bounce_in_animation {
  0% {
    transform: scale(0, 0);
    -o-transform: scale(0, 0);
  }
  20% {
    transform: scale(1.4, 1.4);
    -o-transform: scale(1.4, 1.4);
  }
  50% {
    transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
  }
  85% {
    transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}

@-webkit-keyframes bounce_in_animation {
  0% {
    -webkit-transform: scale(0, 0);
  }
  20% {
    -webkit-transform: scale(1.4, 1.4);
  }
  50% {
    -webkit-transform: scale(0.8, 0.8);
  }
  85% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}

@keyframes grow_in_animation {
  0% {
    transform: scale(0, 0);
    -o-transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}

@-webkit-keyframes grow_in_animation {
  0% {
    -webkit-transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
