body, html {
height : 100%;	
}

.sel-default {
	color: gray;
}

table.dataTable.no-footer {
	border-bottom: none !important;
}


/*table.dataTable{*/
/*   width:100% !important;*/
/*}*/

.ui-widget-header {
	background-color: #FFFFFF !important;
}

.crono-del {
	display:flex;
  	justify-content: flex-end;
}

.modal-header {
	display: -webkit-box !important;
}

.modal-footer-upload {
	display: flex;
	justify-content: space-between;
}

.callout.success {
    border-color: #008758;
}
.callout {
    padding: 2.5rem 2.222rem;
    border: 1px solid #5b6f82;
    position: relative;
    max-width: 60ch;
    margin: 1.75rem 0 1rem 1rem;
    border-radius: 8px;
}

.callout.success .callout-title {
    color: #008758;
}
.callout .callout-title {
    text-transform: uppercase;
    margin-right: 12.222rem;
    letter-spacing: .06rem;
    color: #5b6f82;
}



.u-padding-all-xl {
	padding: 1.6rem !important;	
}

.Button-mod {
	padding: .6em .6em !important;
}

.divGridCellRicerca {
	position: relative;
}

.divButtonRicerca {
	position: absolute;
  	bottom: .2rem;
  	right: 1rem;
}

.collapse-header [data-toggle=collapse] {
	padding: 10px 0 ;
}

.Form-field {
	padding-bottom: 1.2rem !important;
}

.Form-label {
	padding-bottom: 0 !important;
}

@media (min-width: 37.5em) {
  .Frame.is-closed .FileBrowser-select-label {
    position: relative;
    width: 10rem;
    display: inline-block; } }

@media (min-width: 50em) {
  .Frame:not(.is-closed) .FileBrowser-select-label {
    position: relative;
    width: 10rem;
    display: inline-block; } }

.Frame {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  height: 100%;
  width: 100%;
  min-width: 280px;
  overflow: hidden; }
  .Frame.is-resizing {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
    .Frame.is-resizing .Frame-body,
    .Frame.is-resizing .Frame-panel {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none; }

.Frame--full > .Error {
  margin: 20px; }


.Frame-header {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.Frame-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: calc(100% - 3rem); }
  @media (max-width: 31.24em) {
    .Frame-body {
      -webkit-margin-end: 240px;
              margin-inline-end: 240px;
      -webkit-transform: translate3d(-240px, 0, 0);
              transform: translate3d(-240px, 0, 0);
      transition: none; }
      [dir="ltr"] .Frame-body {
        margin-right: 240px; }
      [dir="rtl"] .Frame-body {
        margin-left: 240px; } }

.Frame-inner {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 100%;
  min-width: 280px;
  overflow: auto;
  overflow-x: hidden;
}

.Frame-panel {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.Frame-panel--sidebar {
  -webkit-border-end: 1px solid rgba(83, 83, 99, 0.25);
          border-inline-end: 1px solid rgba(83, 83, 99, 0.25);
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 240px;
  min-width: 240px;
  max-width: 480px;
  background-color: #f6f6f6;
  padding: 1rem 0; }
  [dir="ltr"] .Frame-panel--sidebar {
    border-right: 1px solid rgba(83, 83, 99, 0.25); }
  [dir="rtl"] .Frame-panel--sidebar {
    border-left: 1px solid rgba(83, 83, 99, 0.25); }
  @media (max-width: 31.24em) {
    .Frame-panel--sidebar {
      max-width: 240px; } }

.Frame-panel--main {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  z-index: 1;
  overflow: auto; }
  .Frame-panel--main.is-loading {
    background-image: url("../img/loader.svg");
    background-repeat: no-repeat;
    background-position: 50%; }
    .Frame-panel--main.is-loading .Frame-inner {
      display: none; }

.Frame-handle {
  transition: all 0.15s ease-out;
  -webkit-margin-end: -0.625rem;
          margin-inline-end: -0.625rem;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  z-index: 2;
  height: 100%;
  width: 0.625rem;
  background: transparent url("../img/icon-drag--vertical.svg") no-repeat 50% 45%;
  background-size: 3px 16px;
  cursor: ew-resize; }
  .Frame-handle:hover {
    background-color: rgba(83, 83, 99, 0.05); }
  .Frame-handle:active {
    background-color: rgba(83, 83, 99, 0.075); }
  .Frame-handle.is-disabled {
    pointer-events: none;
    visibility: hidden; }
  @media (max-width: 31.24em) {
    .Frame-handle {
      pointer-events: none;
      visibility: hidden; } }
  [dir="ltr"] .Frame-handle {
    margin-right: -0.625rem; }
  [dir="rtl"] .Frame-handle {
    margin-left: -0.625rem; }



input[type="checkbox"] {
    margin-right: 8px;
}

.ui-datepicker-header {
    border: #29cbd1  !important;
    background: #65dde0 !important;
    color: white !important;
}

.ui-datepicker td a {
    color: #1c2024 !important;
}
