@charset "utf-8";
/* CSS Document */

a,
button {
  outline: none;
  text-decoration: none;
  color: #000;
}

body .blocca_pagina {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1020;
  background-color: transparent;
  pointer-events: none;
}

html,
body,
* {
  touch-action: manipulation
}

.no_zoom {
  overscroll-behavior-y: none;
}

#div_dialog {
  outline: none;
}

.jexcel_about {
  display: none;
}

:focus {
  outline: none !important;
  text-decoration: none;
}

::-moz-focus-inner {
  border: 0;
  text-decoration: none;
}

.fa-handshake-o::before {
  margin-left: -4px;
}

.ajax-file-upload::before {
  font-family: fontAwesome;
  content: "\f016\00a0\00a0";
  font-weight: normal;
  font-size: 14px;
}

#aggiorna::before {
  font-family: fontAwesome;
  content: "\f021\00a0\00a0";
  font-weight: normal;
}

#indietro::before {
  font-family: fontAwesome;
  content: "\f0d9\00a0\00a0";
  font-weight: normal;
}

#elimina::before {
  font-family: fontAwesome;
  content: "\f014\00a0\00a0";
  font-weight: normal;
}

#salva::before,
#registra::before,
#bt_salva::before {
  font-family: fontAwesome;
  content: "\f0c7\00a0\00a0";
  font-weight: normal;
}

#invia::before {
  font-family: fontAwesome;
  content: "\f1d9\00a0\00a0";
  font-weight: normal;
}

#carica::before {
  font-family: fontAwesome;
  content: "\f093\00a0\00a0";
  font-weight: normal;
}

#modifica::before {
  font-family: fontAwesome;
  content: "\f040\00a0\00a0";
  font-weight: normal;
}

#visualizza::before {
  font-family: fontAwesome;
  content: "\f05a\00a0\00a0";
  font-weight: normal;
}

#telaio {
  /*	display:none;*/
  position: absolute;
  background-color: #acc4cb; /*#6E7071;*/
  width: 100%;
  height: 100%;
}

#laterale {
  position: absolute;
  width: 250px;
  height: 100%;
  background-color: #acc4cb; /*#6E7071;*/
  left: 0;
}

main {
  height: 100%;
}

#corpo {
  height: 100%;
  background-color: #acc4cb; /*#6E7071;*/
}

input.layout_base,
textarea.layout_base {
  font-size: 1em;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -khtml-border-radius: 9px;
  -webkit-border-radius: 9px;
  height: 38px;
  padding: 5px 8px;
  border: solid 1px #999;
  transition: box-shadow 0.3s, border 0.3s;
  resize: none;
  color: #000;
}

select.layout_base {
  font-size: 16px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -khtml-border-radius: 9px;
  -webkit-border-radius: 9px;
  border: solid 1px #999;
  transition: box-shadow 0.3s, border 0.3s;
  padding: 6px 8px;
  color: #000;
}

input.layout_base:focus,
select.layout_base:focus,
textarea.layout_base:focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #776f6f !important;
}

input.layout_base:disabled,
select.layout_base:disabled,
textarea.layout_base:disabled {
  background-color: #c1c4c6;
  cursor: default !important;
  pointer-events: none;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:focus {
  color: #000;
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #776f6f;
}

.non_valido {
  border: 2px #c61616 solid !important;
  transition: border 0s !important;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d !important;
}

input[type="radio"],
input[type="radio"] + label {
  cursor: pointer;
}

input[type="radio"]:checked + label {
  font-weight: 600;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.date-picker-wrapper {
  color: #4a4a4a !important;
}

.datepicker table {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*layout_base:focus, select.layout_base:focus, textarea.layout_base:focus {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #776f6f !important;
}


/***  MENU' A SCOMPARSA  ***/

#menu {
  position: absolute;
}

.nav.menu {
  width: 240px;
  height: 100%;
  position: fixed;
  top: 150px;
  bottom: 0;
  margin: 0;
  left: -240px;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
  z-index: 2000;
}

.nav-toggle {
  position: absolute;
  left: 240px;
  width: 35px;
  background: #4d626c;
  color: #e9e9e9;
  cursor: pointer;
  font-size: 1.2em;
  line-height: 1;
  z-index: 2001;
  padding: 1.5em 0.4em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
  box-shadow: 5px 4px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 4px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 4px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav-toggle:hover {
  font-weight: bold;
}

.nav-toggle p {
  margin-bottom: 4px;
}

.nav-toggle p:nth-child(2) {
  padding-left: 2px;
}

[id="nav-toggle"] {
  position: absolute;
  display: none;
}

[id="nav-toggle"]:checked ~ .nav > .nav-toggle {
  left: -220px;
}

[id="nav-toggle"]:checked ~ .nav {
  left: 0;
  overflow-y: auto;
}

.sidebar-menu {
  box-shadow: 5px 4px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 4px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

/* 
 * spostamento del contenuto della pagina 
 * per largezza del panelo ,
 * non e obbligatorio il trucco, ma puoi sempre usarlo
*/
/*
[id='nav-toggle']:checked ~ main > article {
	-webkit-transform: translateX(320px);
	-moz-transform: translateX(320px);
	transform: translateX(320px);
}
 */
/*
 * cambio simbolo del bottone interruttore ,
 * solita croce  (MULTIPLICATION X), 
 * potrai utilizare qualsiasi altro simbolo
*/

#laterale {
  width: 230px;
  height: 750px;
  background-color: transparent;
}

/*Uscita morbida del titolo(logo) al apertura del panello  */
/*
[id='nav-toggle']:checked ~ .nav h2 {
	opacity: 1;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
 */

/***************************/

#td_logo_menu {
  text-align: center;
  padding-left: 8px;
  height: 115px;
}

#logo_menu {
  width: 200px;
  margin-left: 15px;
}

.div_titolo {
  position: relative;
  top: 40px;
  height: 30px;
  width: 500px;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  margin-left: auto;
  margin-right: auto;
}

#tab_menu td {
  border: 0px #ff0000 solid;
}

#td_logo {
  width: 250px;
  height: 80px;
}

#td_spaziatura {
  width: 10px;
}

#td_opzioni {
  width: 100px;
}

#div_dialog input {
  /*	height:18px;*/
  font-size: 1em;
}

#div_dialog select,
#div_dialog textarea {
  /*	height:20px;*/
  font-size: 1em;
}

.p_label {
  margin-bottom: 6px;
}

.form-group.required label::after,
.form-inline.required label::after,
.titolo.required::after,
.p_label.required::after,
label.required::after {
  content: " *";
  color: #b90606;
}

.selezionata {
  background-color: #aab7c8 !important;
}

.noselect,
.ajax-file-upload-bar,
#span_drag_drop,
.form-group label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

/***  BOTTONE STANDARD  ***/

.button-std,
.btn-primary {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  user-select: none;
  padding: 0.25em 0.5em;
  outline: none;
  border: 1px solid #1f5f80;
  border-radius: 7px;
  background: #2f8ab9 linear-gradient(#2f8ab9, #257098);
  box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0),
    inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, 0);
  transition: box-shadow 0.2s, border-color 0.2s;
  cursor: pointer;
}

.button-std:hover,
.button-std:focus,
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0),
    inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px #3599ce;
  border: 1px solid #2e83b0;
  outline: none;
}

.button-std:active,
.btn-primary:active {
  padding: calc(0.25em + 1px) 0.5em calc(0.25em - 1px);
  border-color: #2187bc !important;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1),
    inset 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 0 60px #44b6f2 !important;
  outline: none;
}

/**************************/

/***  BOTTONE ERRORE  ***/

.button-error {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  user-select: none;
  padding: 0.25em 0.5em;
  outline: none;
  border: 1px solid #1f5f80;
  border-radius: 7px;
  background: #f00 linear-gradient(#f00, #c00);
  box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0),
    inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, 0);
  transition: box-shadow 0.2s, border-color 0.2s;
  cursor: pointer;
  outline: none;
}

#bt_errore {
  width: 80px;
}

/**************************/

/***  BOTTONE STANDARD DISABILITATO  ***/

.button-std:disabled {
  pointer-events: none;
  display: inline-block;
  color: #ededed;
  font-weight: bold;
  text-decoration: none;
  user-select: none;
  padding: 0.25em 0.5em;
  outline: none;
  border: 1px solid #808080;
  border-radius: 7px;
  background: #bfbfbf linear-gradient(#bfbfbf, #929292);
  box-shadow: none;
  transition: none;
  outline: none;
}

.button-std:disabled {
  box-shadow: none;
}

.button-std:active:disabled {
  padding: 0.25em 0.5em;
  box-shadow: none !important;
  outline: none;
}

/**************************/

/***  SPAN VALORE SOLA LETTURA ***/

span.valore-lettura {
  display: block;
  padding: 5px 8px;
  font-size: 1em;
  border: solid 1px #ececec;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -khtml-border-radius: 9px;
  -webkit-border-radius: 9px;
  height: 38px;
  font-weight: 600;
}

/*********************************/

/***  UPLOAD FILE  ***/

.upl {
  cursor: pointer;
}

.upl:disabled {
  cursor: default;
}

.ajax-file-upload-progress {
  width: calc(100% - 35px);
}

.ajax-file-upload-bar {
  background-color: #57bf5fba;
  border-radius: 8px;
  width: 100% !important;
  border: 1px #3c7141 solid;
}

#cancella_file {
  float: left;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  cursor: pointer;
  background-image: url("../bottoni_menu/Rimuovi.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-statusbar {
  border-top: 1px solid #394f61;
  padding: 5px 0px 5px 4px;
  width: 700px;
}

.odd {
  background-color: #edebeb;
}

.even {
  background-color: #ffffff;
}

.custom-filename {
  display: inline-block;
  width: 230px;
  margin: 0 5px 0px 0px;
  color: #807579;
  vertical-align: middle;
}

.custom-preview {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #c7ccd1;
}

.custom-progress {
  margin: 0 10px 0px 10px;
  position: relative;
  width: 250px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}

.custom-bar {
  background-color: #337ab7;
  width: 0;
  height: 20px;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
}

.custom-percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}

.custom-red {
  -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
  -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
  box-shadow: inset 0 39px 0 -24px #e67a73;
  background-color: #e4685d;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  text-decoration: none;
  text-shadow: 0 1px 0 #b23e35;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 5px;
}

.custom-green {
  background-color: #77b55a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 0 1px 0 #5b8a3c;
  vertical-align: middle;
  margin-right: 5px;
}

.ajax-file-upload {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  user-select: none;
  padding: 0.3em 0.5em;
  outline: none;
  border: 1px solid #1f5f80;
  border-radius: 7px;
  background: #2f8ab9 linear-gradient(#2f8ab9, #257098);
  box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0),
    inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px rgba(255, 255, 0, 0);
  transition: box-shadow 0.2s, border-color 0.2s;
}

.ajax-file-upload-container {
  float: left;
}

.ajax-file-upload:hover {
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0),
    inset 0 1px 2px rgba(0, 0, 0, 0), inset 0 0 0 60px #3599ce;
  border: 1px solid #2e83b0;
  outline: none;
}

.ajax-file-upload-filename {
  color: #000;
  font-weight: normal;
}

.ajax-file-upload-filename label {
  width: calc(100% - 35px);
}

.ajax-upload-dragdrop {
  border: 2px dashed #d9d9d9;
  width: 600px;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  /*	background:#FC3;*/
}

.state-hover {
  background: #274e62;
  filter: alpha(opacity=30);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}

.custom-container {
  margin: 20px 0px 20px 0px;
}

.ajax-file-upload.disabilitato {
  background: #bfbfbf linear-gradient(#bfbfbf, #929292);
  border: 1px solid #808080;
  color: #ededed;
}

.ajax-file-upload.disabilitato:hover {
  background: #bfbfbf linear-gradient(#bfbfbf, #929292);
  box-shadow: none;
}

/*.ajax-file-upload.upload-disable{
	cursor:not-allowed;
	background:#A2A2A2; 
	border: 1px solid #808080;
	color: #eee;
}

.ajax-file-upload.upload-disable:hover{
	background:#A2A2A2;
	box-shadow: none;
}*/

/***************/

.modal-backdrop {
  opacity: 0 !important;
}

.bd_trasparent {
  opacity: 0 !important;
}

.bd_light {
  opacity: 0.25 !important;
}

.to_left {
  text-align: left;
}
.to_center {
  text-align: center;
}
.to_right {
  text-align: right;
}

/***  MODAL - STANDARD ***/

.modal-dialog {
  max-width: none;
}

.modal-content {
  border: 2px solid #27749e;
  border-radius: 0.5rem;
  background-color: #eeecec;
}

.modal-header {
  border: 3px solid #eeecec;
  border-radius: 0.5rem;
  padding: 0.4rem 1rem;
  background: #27749e;
  color: #fff;
  font-weight: bold;
}

.modal-header.draggable {
  cursor: move;
}

.modal-body {
  padding: 1.2rem 1rem;
}

.modal-footer {
  padding: 0.8rem 1rem;
  border: 0px;
}

.modal-footer.bt-right {
  justify-content: flex-end;
}
.modal-footer.bt-left {
  justify-content: flex-start;
}
.modal-footer.bt-center {
  justify-content: center;
}
.modal-footer.bt-center-int {
  justify-content: space-evenly;
}
.modal-footer.bt-center-ext {
  justify-content: space-around;
}
.modal-footer.bt-external {
  justify-content: space-between;
}

.modal-title {
  line-height: none;
  font-size: 1rem;
}

.modal-backdrop.fade {
  transition: none;
}

/*
.modal-footer .btn-primary:active:not([disabled]),
.modal-footer .btn-primary:focus:not([disabled]){
	box-shadow: 0 0 5px 1px #969696 !important;
}*/

/***************/

/***  MODAL - ESECUZIONE  ***/

.modal-elaborazione .modal-dialog .modal-content {
  border: none !important;
  background-color: transparent !important;
}

.modal-elaborazione.modal-backdrop.show {
  opacity: 0.2;
}

#div_animazione {
  /*	background:#FFF;*/
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  width: 120px;
}

#div_animazione span {
  display: block;
  bottom: 0px;
  width: 20px;
  height: 15px;
  background: #3498db;
  position: absolute;
  animation: div_animazione 1.5s infinite ease-in-out;
}

#div_animazione span:nth-child(2) {
  left: 25px;
  animation-delay: 0.2s;
}

#div_animazione span:nth-child(3) {
  left: 50px;
  animation-delay: 0.4s;
}

#div_animazione span:nth-child(4) {
  left: 75px;
  animation-delay: 0.6s;
}

#div_animazione span:nth-child(5) {
  left: 100px;
  animation-delay: 0.8s;
}

@keyframes div_animazione {
  0% {
    height: 15px;
    transform: translateY(0px);
    background: #3498db;
  }
  25% {
    height: 50px;
    transform: translateY(25px);
    background: #57f0ec;
  }
  50% {
    height: 15px;
    transform: translateY(0px);
    background: #3498db;
  }
  100% {
    height: 15px;
    transform: translateY(0px);
    background: #3498db;
  }
}

/*****************************/

/***  MODAL - MESSAGGIO ERRORE  ***/

.modal-error .modal-header {
  background: #ab121d;
}

#img_errore {
  height: 60px;
}

#tab_errore {
  text-align: left;
}

#tab_errore td {
  font-weight: bold;
}

#td_errore_r1c1 {
  width: 65px;
  text-align: center;
}

#td_errore_r1c2 {
  color: #b42a2a;
  padding-left: 15px;
}

#td_errore_r2c1 {
  padding-left: 15px;
  padding-right: 15px;
}

.Errore .ui-dialog-titlebar {
  background: #ab121d;
}

/**********************/

/***   TOOLTIPSTER - CONFIRM  ***/

.tooltipster-confirm {
  border-radius: 8px;
  background: #79ba71;
  border: 2px solid #3a7b30;
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
  color: #fff;
  font-weight: 600;
  padding: 4px 6px;
}

.tooltipster-confirm div {
  font-size: 16px;
  line-height: 16px;
  padding: 10px 20px;
}

.tooltipster-base {
  z-index: 400;
}

/********************************/

/***   TOOLTIPSTER - INFO  ***/

.tooltipster-confirm {  
  border-radius: 8px;
  background: #FFF;
  border: 2px solid #414141;
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
  color: #000;
  font-weight: 600;
  padding: 4px 6px;
}

.tooltipster-confirm div {
  font-size: 16px;
  line-height: 16px;
  padding: 10px 20px;
}

.tooltipster-base {
  z-index: 400;
}

/********************************/

/***   TOOLTIPSTER - ALLERT  ***/

.tooltipster-allert {
  border-radius: 8px;
  background: #e96541;
  border: 2px solid #ab0000;
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
  color: #fff;
  font-weight: 600;
  padding: 4px 6px;
}

.tooltipster-allert div {
  font-size: 16px;
  line-height: 16px;
  padding: 10px 20px;
}

/********************************/

.tabulator {
  background-color: #96bdc6 !important;
}

.tabulator-header-filter input {
  font-size: 16px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -khtml-border-radius: 9px;
  -webkit-border-radius: 9px;
  padding: 5px 8px;
  border: solid 1px #999;
  transition: box-shadow 0.3s, border 0.3s;
}

.tabulator-header-filter input:focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}

.tabulator-row.tabulator-selected {
  background-color: #bbd9b4 !important;
}

.tabulator .tabulator-tableHolder {
  overflow-y: scroll !important;
}

.tabulator-cell.cell-with-icon {
  padding: 0px !important;
}

.tabulator-row {
  cursor: default !important;
}

/***  SINGLE SELECET  ***/

.single-select .inner .dropdown-menu .dropdown-item {
  width: calc(100% - 18px);
  padding: 0px 0px 2px 5px;
}

.single-select .inner .dropdown-menu .dropdown-item.active {
  background-color: transparent;
}

.single-select .inner .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

/**************************/

/*************************/

.btn-select {
  border-radius: 9px;
  -moz-border-radius: 9px;
  -khtml-border-radius: 9px;
  -webkit-border-radius: 9px;
  border: solid 1px #999;
  transition: box-shadow 0.3s, border 0.3s;
  padding: 2px 8px;
  width: 288px;
  background-color: #fff;
  height: 32px;
  font-size: 1em;
}

/*.btn-select:focus,
.btn-select:active {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #776f6f;
}
*/

.bootstrap-select.disabled {
  cursor: default !important;
}

.btn-select.disabled {
  background-color: #c1c4c6;
  cursor: default !important;
  pointer-events: none;
}

.dropdown-item:hover {
  background-color: #aab7c8 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000;
  background-color: #79c384b3;
}

.dropdown-item:not(.active):not(:hover):focus {
  background-color: transparent !important;
}

.first-option-remove {
  display: none;
}

.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #000 !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-overflow: ellipsis;
  padding-right: 0.3em !important;
}

input[type="radio"].non_valido,
input[type="checkbox"].non_valido {
  -webkit-box-shadow: 0px 0px 0px 1px #c61616;
  -moz-box-shadow: 0px 0px 0px 1px #c61616;
  box-shadow: 0px 0px 0px 1px #c61616;
  transition: none;
}

/***  DIMENSIONI COLONNE ***/

.col-my-0a {
  -ms-flex: 0 0 1.666667%;
  flex: 0 0 1.666667%;
  max-width: 1.666667%;
}

.col-my-0b {
  -ms-flex: 0 0 3.333333%;
  flex: 0 0 3.333333%;
  max-width: 3.333333%;
}

.col-my-0c {
  -ms-flex: 0 0 5%;
  flex: 0 0 5%;
  max-width: 5%;
}

.col-my-0d {
  -ms-flex: 0 0 6.666667%;
  flex: 0 0 6.666667%;
  max-width: 6.666667%;
}

.col-my-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-my-1a {
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

.col-my-1b {
  -ms-flex: 0 0 11.666667%;
  flex: 0 0 11.666667%;
  max-width: 11.666667%;
}

.col-my-1c {
  -ms-flex: 0 0 13.333333%;
  flex: 0 0 13.333333%;
  max-width: 13.333333%;
}

.col-my-1d {
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}

.col-my-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-my-2a {
  -ms-flex: 0 0 18.333333%;
  flex: 0 0 18.333333%;
  max-width: 18.333333%;
}

.col-my-2b {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-my-2c {
  -ms-flex: 0 0 21.666667%;
  flex: 0 0 21.666667%;
  max-width: 21.666667%;
}

.col-my-2d {
  -ms-flex: 0 0 23.333333%;
  flex: 0 0 23.333333%;
  max-width: 23.333333%;
}

.col-my-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-my-3a {
  -ms-flex: 0 0 26.666667%;
  flex: 0 0 26.666667%;
  max-width: 26.666667%;
}

.col-my-3b {
  -ms-flex: 0 0 28.333333%;
  flex: 0 0 28.333333%;
  max-width: 28.333333%;
}

.col-my-3c {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.col-my-3d {
  -ms-flex: 0 0 31.666667%;
  flex: 0 0 31.666667%;
  max-width: 31.666667%;
}

.col-my-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-my-4a {
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}

.col-my-4b {
  -ms-flex: 0 0 36.666667%;
  flex: 0 0 36.666667%;
  max-width: 36.666667%;
}

.col-my-4c {
  -ms-flex: 0 0 38.333333%;
  flex: 0 0 38.333333%;
  max-width: 38.333333%;
}

.col-my-4d {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.col-my-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-my-5a {
  -ms-flex: 0 0 43.333333%;
  flex: 0 0 43.333333%;
  max-width: 43.333333%;
}

.col-my-5b {
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}

.col-my-5c {
  -ms-flex: 0 0 46.666667%;
  flex: 0 0 46.666667%;
  max-width: 46.666667%;
}

.col-my-5d {
  -ms-flex: 0 0 48.333333%;
  flex: 0 0 48.333333%;
  max-width: 48.333333%;
}

.col-my-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-my-6a {
  -ms-flex: 0 0 51.666667%;
  flex: 0 0 51.666667%;
  max-width: 51.666667%;
}

.col-my-6b {
  -ms-flex: 0 0 53.333333%;
  flex: 0 0 53.333333%;
  max-width: 53.333333%;
}

.col-my-6c {
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}

.col-my-6d {
  -ms-flex: 0 0 56.666667%;
  flex: 0 0 56.666667%;
  max-width: 56.666667%;
}

.col-my-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-my-7a {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.col-my-7b {
  -ms-flex: 0 0 61.666667%;
  flex: 0 0 61.666667%;
  max-width: 61.666667%;
}

.col-my-7c {
  -ms-flex: 0 0 63.333333%;
  flex: 0 0 63.333333%;
  max-width: 63.333333%;
}

.col-my-7d {
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}

.col-my-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-my-8a {
  -ms-flex: 0 0 68.333333%;
  flex: 0 0 68.333333%;
  max-width: 68.333333%;
}

.col-my-8b {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.col-my-8c {
  -ms-flex: 0 0 71.666667%;

  flex: 0 0 71.666667%;
  max-width: 71.666667%;
}

.col-my-8d {
  -ms-flex: 0 0 73.333333%;
  flex: 0 0 73.333333%;
  max-width: 73.333333%;
}

.col-my-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-my-9a {
  -ms-flex: 0 0 76.666667%;
  flex: 0 0 76.666667%;
  max-width: 76.666667%;
}

.col-my-9b {
  -ms-flex: 0 0 78.333333%;
  flex: 0 0 78.333333%;
  max-width: 78.333333%;
}

.col-my-9c {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

.col-my-9d {
  -ms-flex: 0 0 81.666667%;
  flex: 0 0 81.666667%;
  max-width: 81.666667%;
}

.col-my-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-my-10a {
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  max-width: 85%;
}

.col-my-10b {
  -ms-flex: 0 0 86.666667%;
  flex: 0 0 86.666667%;
  max-width: 86.666667%;
}

.col-my-10c {
  -ms-flex: 0 0 88.333333%;
  flex: 0 0 88.333333%;
  max-width: 88.333333%;
}

.col-my-10d {
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}

.col-my-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-my-11a {
  -ms-flex: 0 0 93.333333%;
  flex: 0 0 93.333333%;
  max-width: 93.333333%;
}

.col-my-11b {
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
  max-width: 95%;
}

.col-my-11c {
  -ms-flex: 0 0 96.666667%;
  flex: 0 0 96.666667%;
  max-width: 96.666667%;
}

.col-my-11d {
  -ms-flex: 0 0 98.333333%;
  flex: 0 0 98.333333%;
  max-width: 98.333333%;
}

.col-my-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/***************************/

/***  AUTOCOMPLETE  ***/

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

.ui-autocomplete {
  border: 1px solid #999;
  max-height: 162px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 294px;
  background-color: #fff;
}

.ui-autocomplete .ui-state-focus {
  background: #aab7c8;
}

.ui-menu-item {
  padding-left: 9px;
  border-radius: 6px;
  padding-bottom: 2px;
}

.ui-autocomplete .ui-menu-item:last-child {
  margin-bottom: 2px;
}

/**********************/

/*** MODAL - INFO ASSUNZIONE ***/

#modal_info_assunzione .modal-content {
  top: -50px;
}

#modal_info_assunzione .modal-content .modal-body {
  padding: 1.2rem 1rem 0rem 1rem;
}

#modal_info_assunzione #div_info {
  height: 475px;
}

#modal_info_assunzione #div_info div {
  position: absolute;
  font-size: 0.9em;
}

#modal_info_assunzione #div_info div table tr td:nth-child(1) {
  font-weight: bold;
  width: 160px;
  vertical-align: top;
}

#modal_info_assunzione #div_blocco_1 {
  width: 380px;
}

#modal_info_assunzione #div_blocco_2 {
  width: 380px;
  left: 400px;
}

#modal_info_assunzione #div_blocco_3 {
  width: 300px;
  left: 785px;
}

#modal_info_assunzione #div_blocco_4 {
  width: 1050px;
  top: 450px;
  left: 20px;
}

#modal_info_assunzione #td_note_info {
  padding-left: 15px;
}

#modal_info_assunzione #note_info {
  display: block;
  display: -webkit-box;
  font-weight: normal;
  max-width: 265px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#modal_info_assunzione #span_stato {
  float: left;
}

#modal_info_assunzione #span_inviata {
  float: right;
}

#modal_info_assunzione #info_assunzione_ok {
  width: 80px;
}

/********************/

/*** MODAL - INFO CONTRATTO ***/

#modal_info_contratto .modal-content {
  top: -50px;
}

#modal_info_contratto .modal-content .modal-body {
  padding: 1.2rem 1rem 0rem 1rem;
}

#modal_info_contratto #div_info {
  height: 475px;
}

#modal_info_contratto #div_info div {
  position: absolute;
  font-size: 0.9em;
}

#modal_info_contratto #div_info div table tr td:nth-child(1) {
  font-weight: bold;
  width: 160px;
  vertical-align: top;
}

#modal_info_contratto #div_blocco_1 {
  width: 380px;
}

#modal_info_contratto #div_blocco_2 {
  width: 380px;
  left: 400px;
}

#modal_info_contratto #div_blocco_3 {
  width: 300px;
  left: 785px;
}

#modal_info_contratto #td_note_info {
  padding-left: 15px;
}

#modal_info_contratto #note_info {
  display: block;
  display: -webkit-box;
  font-weight: normal;
  max-width: 265px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#modal_info_contratto #info_contratto_ok {
  width: 80px;
}

/********************/

/*** MODAL - INFO PROROGA ***/

#modal_info_proroga .modal-content {
  top: -50px;
}

#modal_info_proroga .modal-content .modal-body {
  padding: 1.2rem 1rem 0rem 1rem;
}

#modal_info_proroga #div_info {
  font-size: 0.9em;
}

#modal_info_proroga #div_info table tr td:nth-child(1) {
  font-weight: bold;
  width: 160px;
  vertical-align: top;
}

#modal_info_proroga #td_note_info {
  padding-left: 15px;
}

#modal_info_proroga #note_info {
  display: block;
  display: -webkit-box;
  font-weight: normal;
  max-width: 350px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#modal_info_proroga #span_stato {
  float: left;
}

#modal_info_proroga #span_inviata {
  float: right;
}

#modal_info_proroga #info_proroga_ok {
  width: 80px;
}

/********************/

.dropdown-menu {
  padding: 2px 0;
}

/***  SELECTPICKER - DATA-LIVE  ***/

.bs-searchbox {
  padding: 0px 8px 4px 8px;
}

.bs-searchbox input {
  padding-left: 5px;
  height: 35px;
}

.opzione-nulla {
  display: none;
}

/**********************************/

/*** COLORI GRIGLIE PRESENZE ***/

._giu_01 {
  background-color: #c8c8c8;
} /* ML */
._giu_02 {
  background-color: #e7b1ff;
} /* MT */
._giu_03 {
  background-color: #ff9;
} /* R */
._giu_04 {
  background-color: #b1e4a6;
} /* FR */
._giu_05 {
  background-color: #6ff;
} /* A */
._giu_06 {
  background-color: #fff;
} /* - */

.domenica {
  box-shadow: inset -2px 0px 0px #000;
  -webkit-box-shadow: inset -2px 0px 0px #000;
  -moz-box-shadow: inset -2px 0px 0px #000;
}

.non_attiva {
  background-color: #f2f2f2 !important;
}

.data_non_valida {
  background-color: #f2f2f2 !important;
}

.valore_non_valido {
  background-color: #e76d6d !important;
}

.valore_non_valido.highlight {
  background-color: #cc5d5d !important;
}

/*******************************/


/* -----------------------------------      volietto  
SOLO CELLULARI - PORTRAIT
------------------------------------ */
@media screen and (max-width: 767px) and (orientation: portrait) {}

/* -----------------------------------      giallo
SOLO CELLULARI - LANDSCAPE
------------------------------------ */
@media screen and (max-width: 767px) and (orientation: landscape) {}


/* -----------------------------------      azzurro
IPAD PORTRAIT   
------------------------------------ */
@media only screen and (min-width: 768px) {
  #div_logo {
      position: absolute;
      height: 50px;
      width: 66px;
      top: 5px;
      background-image: url(../bottoni_menu/Logo_Aries.png);
      background-repeat: no-repeat;
      background-size: contain;
    }

}

/* -----------------------------------      viola
IPAD LANDSCAPE + NETBOOK    
------------------------------------ */
@media only screen and (min-width: 1024px) {
  #div_logo {
      position: absolute;
      height: 50px;
      width: 66px;
      top: 5px;
      background-image: url(../bottoni_menu/Logo_Aries.png);
      background-repeat: no-repeat;
      background-size: contain;
    }
}

/* -----------------------------------      blu
DESKTOP
------------------------------------ */
@media only screen and (min-width: 1200px) {
  #div_logo {
    position: absolute;
    height: 100px;
    width: 135px;
    top: 10px;
    background-image: url(../bottoni_menu/Logo_Aries.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

/* -----------------------------------	  blu
DESKTOP GRANDE
------------------------------------ */
@media only screen and (min-width: 1600px) {}

