body{
	background: #FEFCFF;
	margin:0% !important;
}

h1{
    background-color:#cdcdc1;
    color:#0000ee;
    font-family:Arial, Helvetica, sans-serif;
    margin:auto;
}


.input-group-xs > .form-control:not(textarea),
.input-group-xs > .input-group-addon {
    height: 22px !important;
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

.input-group-xs > .form-control:not(textarea),
.input-group-xs > .input-group-prepend > .input-group-text,
.input-group-xs > .input-group-append > .input-group-text,
.input-group-xs > .input-group-prepend > .btn,
.input-group-xs > .input-group-append > .btn {
  height: 22px !important;
  padding: 1px 5px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}
.modal {
  text-align: center!important;
}
/*************************************************************************************************
 * QUESTE SONO LE CLASSI HAS ERROR HAS SUCCES DELLE VECCHIE VERSIONI DI BOOTSTRAP ADESSO SI USANO
 * LE IS-VALID IS-INVALID PERO' SI POSSONO USARE ANCHE QUESTE VOLENDO
 *************************************************************************************************/ 
em.error{
	color:#a94442;
}

.has-error textarea, 
.has-error label{
    color:#a94442;
    border-color: #a94442;
}

.has-success textarea,
.has-success label {
    color:#3c763d;
    border-color: #3c763d;
}
.has-success .table-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .table-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-error .table-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .table-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .table-control-feedback {
  color: #a94442;
}
.has-success .table-control-feedback {
  color: #3c763d;
}
/**************************************************************************************
 * BOOTSTRAP4 PERSONAL INVALID INPUT-GROUP-ADDON e PREPEND INVALID E VALID
 * INOLTRE HO AGGIUNTO UN TABLE-CONTROL CHE FA IL FEEDBACK DEL BORDER INPUT NELLE TABELLE
 **************************************************************************************/

.table-control:focus{
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
.was-validated .table-control:invalid, .table-control.is-invalid{
  border-color: #dc3545 !important;
}

.was-validated .table-control:invalid:focus, .table-control.is-invalid:focus{
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.was-validated .table-control:valid, .table-control.is-valid{
  border-color: #28a745 !important;
}

.was-validated .table-control:valid:focus, .table-control.is-valid:focus{
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .input-group-addon:invalid, .input-group-addon.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545 !important;
  color:#dc3545 !important;
  background-color: #f2dede !important; 
}
.was-validated .input-group-addon:valid, .input-group-addon.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745 !important;
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}

.was-validated .input-group-prepend:invalid span:not(.glyphicon), 
.input-group-prepend.is-invalid span:not(.glyphicon), 
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545 !important;
  color:#dc3545 !important;
  background-color: #f2dede !important; 
}
.was-validated .input-group-prepend:valid span:not(.glyphicon), 
.input-group-prepend.is-valid span:not(.glyphicon), 
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745 !important;
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}

.is-invalid textarea, 
.is-invalid label{
    color:#a94442 !important;
    border-color: #a94442 !important;
}

.is-valid textarea,
.is-valid label {
    color:#3c763d !important;
    border-color: #3c763d !important;
}

.help-block {
  display: block;
  text-align : center !important;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #dc3545 !important;/*#737373;*/
  
}
/***************************************************************************************************
 * DIVERSI INNER ADDON IN BASE AI MARGINI PER LA VISUALIZZAZIONE DELLE ICONE  
 **************************************************************************************************/
.inner-addon { 
    position: relative; 
}

.inner-addon-row .glyphicon {
  position: absolute;
  padding-right: 5px;
  z-index:3 !important;
  pointer-events: none;
}
.inner-addon-group .glyphicon {
  position: absolute;
  padding-right: 20px;
  z-index:3 !important;
  pointer-events: none;
}
.inner-addon-label .glyphicon {
  position: absolute;
  padding-right: 20px;
  z-index:3 !important;
  pointer-events: none;
}
.inner-addon-select .glyphicon {
  position: absolute;
  padding-right: 40px;
  z-index:3 !important;
  pointer-events: none;
}
.inner-addon-control .glyphicon {
  position: absolute;
  padding-right: 30px;
  z-index:3 !important;
  pointer-events: none;
}
.inner-addon-textarea .glyphicon {
  position: absolute;
  padding-right: 10px !important;
  z-index:3 !important;
  pointer-events: none;
}
.inner-addon-inline .glyphicon {
  position: absolute;
  padding-right: 10px !important;
  z-index:3 !important;
  pointer-events: none;
}

.left-addon .glyphicon  { 
	left:  0px;
}
.right-addon .glyphicon { 
	right: 0px;
}

.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
/********************************************************************************************
 *************VECCHIO CODICE DELLE INPUT-GROUP-ADDON DI BOOTSTRAP4 BETA 2 O BOOTSTRAP3******* 
 *******************************************************************************************/
input[type="submit"].btn-primary.btn-xs{
  color: #fff !important;
  background-color: #007bff !important;
  cursor:pointer;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

input[type="submit"].list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

input[type="submit"].btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5) !important;
}
input[type="submit"].btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5) !important;
}
input[type="submit"].btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5) !important;
}
input[type="submit"].btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5) !important;
}

/*****************************************************************************************************
 ************BOTTONI EXTRA SMALL********************************************************************** 
 ****************************************************************************************************/
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.btn-xxs,
.btn-group-xxs > .btn {
  padding: 1px 3px;
  font-size: 10px;
  line-height: 1.3;
  border-radius: 2px;
}
.btn-xxxs,
.btn-group-xxxs > .btn {
  padding: 1px 2px;
  font-size: 9px;
  line-height: 1.2;
  border-radius: 2px;
}
.btn-xxxxs,
.btn-group-xxxxs > .btn {
  padding: 0.5px 0.5px;
  font-size: 8px;
  line-height: 1.0;
  border-radius: 0.5px;
}
label.col-form-label{
    text-align: right !important;
}

@media (max-width: 580px) {
	label.col-form-label{
	    text-align: left !important;
	}
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="vmonth"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
	.uneditable-input:focus {   
}

button[disabled],
html input[disabled] {
  cursor: default;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

.close{
    margin-top:-9px !important;;
}

input[type="checkbox"]:disabled{
	cursor:not-allowed;
}

.testoBlu {
	color:#336099 !important;
	font-weight:bold !important;
}

input[type="text"]:focus { 
   background-color: #fafce8;
   color:#000000;
}
input[type="datetime"]:focus { 
   background-color: #fafce8;
   color:#000000;
}
button{
	cursor:pointer;
}

/*********************************************************************************************************
 * QUESTI CREANO DEI MARGINI A SINISTRA CON IL NORMALE CALLOUT OPPURE USANDO BORDERED
 * CREANO MARGINI A DESTRA E SINISTRA COLORATI 
 * ESEMPIO
 * <div class="bs-callout bs-callout-primary">
  	<h4>Primary Callout</h4>
  	This is a primary callout.
   </div>
 * <div class="bs-callout-bordered bs-callout-primary-bordered">
  	<h4>Primary Callout</h4>
  	This is a primary callout.
   </div>
 *********************************************************************************************************/
.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-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
.bs-callout-bordered {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-right-width: 5px;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout-bordered-new {
    padding: 100px;
    margin: 0px !important;;
    border: 1px solid #eee;
    border-right-width: 5px;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout-bordered-small {
    padding: 3px;
    margin: 3px 0;
    border: 1px solid #eee;
    border-right-width: 3px;
    border-left-width: 3px;
    border-radius: 3px;
}
.bs-callout-bordered-medium {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-right-width: 3px;
    border-left-width: 3px;
    border-radius: 3px;
}
.bs-callout-bordered h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout-bordered p:last-child {
    margin-bottom: 0;
}
.bs-callout-bordered code {
    border-radius: 3px;
}
.bs-callout-bordered+.bs-callout-bordered {
    margin-top: -5px;
}
.bs-callout-default-bordered {
    border-left-color: #777;
    border-right-color: #777;
}
.bs-callout-default-bordered h4 {
    color: #777;
}
.bs-callout-primary-bordered {
    border-left-color: #428bca;
    border-right-color: #428bca;
}
.bs-callout-primary-bordered h4 {
    color: #428bca;
}
.bs-callout-success-bordered {
    border-left-color: #5cb85c;
    border-right-color: #5cb85c;
}
.bs-callout-success-bordered h4 {
    color: #5cb85c;
}
.bs-callout-danger-bordered {
    border-left-color: #d9534f;
    border-right-color: #d9534f;
}
.bs-callout-danger-bordered h4 {
    color: #d9534f;
}
.bs-callout-warning-bordered {
    border-left-color: #f0ad4e;
    border-right-color: #f0ad4e;
}
.bs-callout-warning-bordered h4 {
    color: #f0ad4e;
}
.bs-callout-info-bordered {
    border-left-color: #5bc0de;
    border-right-color: #5bc0de;
}
.bs-callout-info-bordered h4 {
    color: #5bc0de;
}
.bs-callout-info-bordered-new {
    border-left-color: #418ded;
    border-right-color: #418ded;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/*Pulse effect-- crea effetto pulse nei thumbnail delle gallerie nggallery*/
@-webkit-keyframes pulsea {
  25% {
    -webkit-transform: scale(2.0);
    transform: scale(2.0);
  }
  75% {
    -webkit-transform: scale(2.0);
    transform: scale(2.0);
  }
}

@keyframes pulsea {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.immagini img:hover {
  -webkit-animation-name: pulsea;
  animation-name: pulsea;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.immagini img{
	border: 2px solid #E4F1FB;
}

.immaginiRiga{
    display:inline;
    margin : 0.5%;
}
.newWidth{
    max-width: 100% !important;
    height: auto;
}
img{
    max-width: 100%;
    height: auto;
}

.carousel-inner .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.carousel-inner .active {
  opacity: 1;
}

.carousel-inner .active.left,
.carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;

}

.carousel-inner .next.left,
.carousel-inner .prev.right {
  opacity: 5;
}

.carousel-control-prev{
  z-index: 2;
}
.carousel-control-next{
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .carousel-item.next,
    .carousel-inner > .carousel-item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-inner > .carousel-item.prev,
    .carousel-inner > .carousel-item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-inner > .carousel-item.next.left,
    .carousel-inner > .carousel-item.prev.right,
    .carousel-inner > .carousel-item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

div.custom-background1 {
	content: url("https://fractalcosmo.com/MVC/view/immagini/2015Spiral1.jpg"); 
	background-position: center center; 
	background-size: contain; 
	background-repeat: no-repeat; 
	background-attachment: fixed;
}
div.custom-background2 {
	content: url("https://fractalcosmo.com/MVC/view/immagini/MandelbrotNewton21.jpg"); 
	background-position: center center; 
	background-size: contain; 
	background-repeat: no-repeat; 
	background-attachment: fixed;
}
div.custom-background3 {
	content: url("https://fractalcosmo.com/MVC/view/immagini/SphereOnTheSky2016.jpg"); 
	background-position: center center; 
	background-size: contain; 
	background-repeat: no-repeat; 
	background-attachment: fixed;
}


.spacer0{ height: 0px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer1{ height: 1px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer2{ height: 2px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer3{ height: 3px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer4{ height: 4px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer5{ height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer10{ height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer15{ height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer20{ height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer25{ height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer30{ height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer35{ height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer40{ height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer45{ height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer50{ height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer100{ height: 100px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer200{ height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer300{ height: 300px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer400{ height: 400px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer500{ height: 500px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer600{ height: 600px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer700{ height: 700px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer800{ height: 800px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }

.nav-pills > li > a {
  color: #000000 !important; 

}
.nav-pills > li > a:hover {
  color: #B81900 !important;
}

.containerBorder{
  	border:1px solid #006699;
	background-color: #EAEFF4;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;  
}
.containerBorderPlatinum{
  	border:1px solid #006699;
	background-color: #E5E4E2;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;  
}
.containerBorderBlonde{
  	border:1px solid #006699;
	background-color: #FBF6D9;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;  
}
.containerBorderBlank{
  	border:1px solid #006699;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px; 
	border-radius:4px;  
}
.containerBorderBlankDotted{
  	border:1px dotted #006699;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px; 
}

.containerBorderSolidBlank{
  	border:1px solid #848484;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	border-radius:4px; 	 
}

.containerBorderMilk{
  	border:1px solid #006699;
	background-color: #EAE8EB;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;  
}

.containerBorderMilkDark{
  	border:1px solid #006699;
	background-color: #E0DEE1;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;  
}

.containerBorderAliceBlue{
  	border:1px solid #006699;
	background-color: #F0F8FF;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;  
}
.no-close .ui-dialog-titlebar-close {
    display:none;
}
.ui-dialog{
	z-index: 1070 !important
}
.ui-widget-overlay {
  background: #000;
}
.ui-resizable-se {
   bottom: 17px;
} 
.ui-datepicker{ z-index: 12000 !important;}

.h4Personale {
     font-size: 12px !important;
     color: #4B76AD !important;
     border-bottom: 1px solid #4B76AD !important;
     padding: 0px 0px 0px 0px !important;
}
#toolbarWebLog table tbody tr td:not(#tb_webLogToolbar_right):hover{
	background-color:#FFFFFF;
}
#toolbarWebLog  > table > tbody tr:hover > td{
	color:#0000EE !important;
}
#toolbarWebLog  > table > tbody tr:hover > td > .w2ui-tb-image > span{
	color:#0000EE !important;
}

.w2ui-toolbar table.w2ui-button:hover .w2ui-tb-down > div {
  border: 4px solid transparent;
  border-top: 5px solid #0000EE;
  margin-top: 5px;
}
.menu-text:hover{
	color:#0000EE !important;
}

.menu table  tbody tr:hover >.menu-icon > .w2ui-icon {
	color:#0000EE !important;
}

.zindex{
	z-index: 100000 !important;
	color: darkblue !important;
    width: auto;
    height:auto;
    font-size: 13px;
    font-weight:  bolder;
    overflow: hidden;
    background: whitesmoke;
    border : 1px solid burlywood !important;
    box-shadow: 0px 0px 6px rgba(180,180,180,1);
}

.tooltipPersonal {
    position:absolute;
    border-radius: 8px !important;
    color: #000000 !important;
    padding: 5px 5px;
    margin: 5px;
    text-align: center;
    font-weight: 700;
    font-size:11px;
    text-decoration: none;
    box-shadow: 0px 0px 6px rgba(180,200,140,1) !important;  
    top: 0%;
	background: whitesmoke;
}

.navTabsUl{
  min-width : 100%;
  display : flex;
  flex-flow : row nowrap;
  text-align : center !important;
}
.navTabs{
  margin : 0 0 5px 0;
}
.nav .nav-link{
  transition : border-color 0.125s ease-in;
  margin : 0 0 0 -1%;
}

#tabsMvcWebLog .nav .nav-link.active {
  background: #3d8fe7; 
  background: -moz-linear-gradient(top, #3d8fe7 0%, #5272a8 100%); 
  background: -webkit-linear-gradient(top, #3d8fe7 0%,#5272a8 100%); 
  background: linear-gradient(to bottom, #3d8fe7 0%,#5272a8 100%);
  border-bottom-color : #ffffff !important;
  margin : 0 -1% 0 -1% !important;
  border-bottom-right-radius : 1.0rem !important;
  border-bottom-left-radius : 1.0rem !important;
  border-top-right-radius : 1.0rem !important;
  border-top-left-radius : 1.0rem !important;
  margin : 1px !important;
  text-shadow: 0 1px 0 rgb(180,14,140) , 0px 1px 0px rgb(180,15,140) , 0px 1px 1px rgb(120,140,147) , 0px 1px 2px rgb(180,20,213);
}
#tabsMvcWebLog .nav .nav-link.active:hover {
  border-bottom-color : #fff !important;
  border-bottom-right-radius : 1.0rem !important;
  border-bottom-left-radius : 1.0rem !important;
  border-top-right-radius : 1.0rem !important;
  border-top-left-radius : 1.0rem !important;
  margin : 1px !important;
  text-shadow: 0 1px 0 rgb(180,14,140) , 0px 1px 0px rgb(180,15,140) , 0px 1px 1px rgb(120,140,147) , 0px 1px 2px rgb(180,20,213);
}
#tabsMvcWebLog .nav .nav-link:hover {
  background: #0f4ca8; 
  background: -moz-linear-gradient(top, #0f4ca8 0%, #5272a8 100%); 
  background: -webkit-linear-gradient(top, #0f4ca8 0%,#5272a8 100%); 
  background: linear-gradient(to bottom, #0f4ca8 0%,#5272a8 100%);
  border-bottom-color : #fff !important;
  border-bottom-right-radius : 1.0rem !important;
  border-bottom-left-radius : 1.0rem !important;
  border-top-right-radius : 1.0rem !important;
  border-top-left-radius : 1.0rem !important;
  margin : 1px !important;
  text-shadow: 0 1px 0 rgb(180,14,140) , 0px 1px 0px rgb(180,15,140) , 0px 1px 1px rgb(120,140,147) , 0px 1px 2px rgb(180,20,213);
  transition: text-shadow 0.3s;
}
/**
 * 	screen 980
 */
@media (max-width: 980px) {
    .navTabsUl{
      display : inline-block;
    }
    .navTabs {
      margin : 0 0 5px 0;
    }
	#tabsMvcWebLog .navbar-collapse ul { 
		background : #ffffff;
		padding : 5px 0px 5px 5px; 
		position : relative;
	}		  
	#tabsMvcWebLog .navbar-collapse > ul > li {
	  	display : inline !important;;
	    border-bottom : 1px solid #ddd;
	    margin-bottom : 10px;
	    border-radius : 4px  4px 4px 4px;    	
	    text-align : center;
	}
    #ulTabs{
		margin-left: 25% !important;
    }
    #ulTabs ul li a{
        width : 50% !important;
    }
}

/*------------------PERSONALIZZAZIONE CSS PER BOOTSTRAP NAV BAR--------------------*/
/*
.navbar-expand-lg {
  background-color: #FDFDFD;
  border: 0; background: #FDFDFD; border-radius: 2px; margin: 2px 0; box-shadow: 0 0 4px 0 #ccc; 
}
.navbar-expand-lg .navbar-brand {
  color: #1a7dd9;
}
.nav > li > a {
  color: #1a7dd9 !important; 
  border-style: solid; 
  border-width: 0 0 2px 0; 
  border-color: #fff;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #0000FF !important;
  border-color: #1a7dd9;
}

.nav .dropdown-item {
  background-color: #f8f9f9 !important;
}

.dropdown-menu .dropdown-item{
  color: #1a7dd9 !important;
}
 .dropdown-menu .dropdown-item:hover,
 .dropdown-menu .dropdown-item:focus {
  background: #606c88;
  background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%); 
  background: -webkit-linear-gradient(top, #606c88 0%,#3f4c6b 100%); 
  background: linear-gradient(to bottom, #606c88 0%,#3f4c6b 100%);
  border-bottom-color : #fff !important;
  color : rgba(255,255,255,255) !important;
  border-bottom-right-radius : 0.3rem !important;
  border-bottom-left-radius : 0.3rem !important;
  border-top-right-radius : 0.3rem !important;
  border-top-left-radius : 0.3rem !important;
  cursor: pointer;
}

.navbar-toggler {
  border-color: #0000FF;
}
.navbar-toggler:hover, 
.navbar-toggler:focus {
  background-color: #E7E7E7;
}
.navbar-toggler .icon-bar{
  background-color: #000000;
}
li.dropdown:hover .dropdown-menu{
	max-height: 300;
}
.nav .nav-link:hover {
  background: #606c88;
  background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%);
  background: -webkit-linear-gradient(top, #606c88 0%,#3f4c6b 100%);
  background: linear-gradient(to bottom, #606c88 0%,#3f4c6b 100%); 
  border-bottom-color : #fff !important;
  color : rgba(255,255,255,255) !important;
  border-bottom-right-radius : 0.3rem !important;
  border-bottom-left-radius : 0.3rem !important;
  border-top-right-radius : 0.3rem !important;
  border-top-left-radius : 0.3rem !important;
}
.nav .nav-link.active {
  background: #a7cfdf;
  background: -moz-linear-gradient(top, #a7cfdf 0%, #23538a 100%);
  background: -webkit-linear-gradient(top, #a7cfdf 0%,#23538a 100%);
  background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%);
  border-bottom-color : #ffffff !important;
  color : rgba(250, 250, 250, 250) !important;;		
  margin : 0 -1% 0 -1% !important;
  border-bottom-right-radius : 0.3rem !important;
  border-bottom-left-radius : 0.3rem !important;
  border-top-right-radius : 0.3rem !important;
  border-top-left-radius : 0.3rem !important;
  margin-right : -1px !important;
}
.nav .nav-link.active:hover {
  background: #606c88;
  background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%);
  background: -webkit-linear-gradient(top, #606c88 0%,#3f4c6b 100%);
  background: linear-gradient(to bottom, #606c88 0%,#3f4c6b 100%);
  border-bottom-color : #fff !important;
  color : rgba(255,255,255,255) !important;  
  border-bottom-right-radius : 0.3rem !important;
  border-bottom-left-radius : 0.3rem !important;
  border-top-right-radius : 0.3rem !important;
  border-top-left-radius : 0.3rem !important;
}
@media screen and (max-width:980px){
	li.dropdown:hover .dropdown-menu{
	    display: block; 
	} 
	.navbar-collapse {
	    overflow-y: visible;
	}	
}*/
/**********************************************************************************************************************************************************/

/*------------------PERSONALIZZAZIONE CSS PER BOOTSTRAP NAV BAR--------------------*/
.navbar-expand-lg {
  border: 0; border-radius: 5px; margin: 5px 0; box-shadow: 0px 0px 1px 1px #2f568d; 
}
.navbar-expand-lg .navbar-brand {
  color: #1a28d9;
}
.navbar-expand-lg .navbar-brand:hover {
  background: #839cd3;
  background: -moz-linear-gradient(top, #08a2e7 0%, #0466d7 100%);
  background: -webkit-linear-gradient(top, #08a2e7 0%,#0466d7 100%);
  background: linear-gradient(to bottom, #08a2e7 0%,#0466d7 100%); 
  border-bottom-color : #fff !important;
  color : rgba(255,255,255,255) !important;
}
.webLogAffariTuoi:hover{
	color: red;
}
.nav > li > a {
  color: #0a2c74 !important; 
  font-weight: 500;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #0000FF !important;
  border-color: #1a7dd9;
}

.nav .dropdown-item {
  background-color: #f8f9f9 !important;
}

.dropdown-menu .dropdown-item{
  color: #1a7dd9 !important;
}
 .dropdown-menu .dropdown-item:hover,
 .dropdown-menu .dropdown-item:focus {
  background: -moz-linear-gradient(top, #08a2e7 0%,#0466d7 100%);
  background: -webkit-linear-gradient(top, #08a2e7 0%,#0466d7 100%);
  background: linear-gradient(to bottom, #08a2e7 0%,#0466d7 100%);
  border-bottom-color : #fff !important;
  color : rgba(255,255,255,255) !important;
  border-bottom-right-radius : 0.5rem !important;
  border-bottom-left-radius : 0.5rem !important;
  border-top-right-radius : 0.5rem !important;
  border-top-left-radius : 0.5rem !important;
  cursor: pointer;
}

.navbar-toggler {
  border-color: #0000FF;
}
.navbar-toggler:hover, 
.navbar-toggler:focus {
  background-color: #E7E7E7;
}
.navbar-toggler .icon-bar{
  background-color: #000000;
}
li.dropdown:hover .dropdown-menu{
	max-height: 300;
}
.nav .nav-link:hover {
  background: #839cd3;
  background: -moz-linear-gradient(top, #08a2e7 0%, #0466d7 100%);
  background: -webkit-linear-gradient(top, #08a2e7 0%,#0466d7 100%);
  background: linear-gradient(to bottom, #08a2e7 0%,#0466d7 100%); 
  border-bottom-color : #fff !important;
  color : rgba(255,255,255,255) !important;
  border-bottom-right-radius : 0.5rem !important;
  border-bottom-left-radius : 0.5rem !important;
  border-top-right-radius : 0.5rem !important;
  border-top-left-radius : 0.5rem !important;
}
.nav .nav-link.active {
  background: #a7cfdf;
  background: -moz-linear-gradient(top, #a7cfdf 0%, #23538a 100%);
  background: -webkit-linear-gradient(top, #a7cfdf 0%,#23538a 100%);
  background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%);
  border-bottom-color : #ffffff !important;
  color : rgba(250, 250, 250, 250) !important;;		
  margin : 0 -1% 0 -1% !important;
  border-bottom-right-radius : 0.6rem !important;
  border-bottom-left-radius : 0.6rem !important;
  border-top-right-radius : 0.6rem !important;
  border-top-left-radius : 0.6rem !important;
  margin-right : -1px !important;
}
.nav .nav-link.active:hover {
  background: #606c88;
  background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%);
  background: -webkit-linear-gradient(top, #606c88 0%,#3f4c6b 100%);
  background: linear-gradient(to bottom, #606c88 0%,#3f4c6b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 );
  border-bottom-color : #fff !important;
  color : rgba(255,255,255,255) !important;  
  border-bottom-right-radius : 0.3rem !important;
  border-bottom-left-radius : 0.3rem !important;
  border-top-right-radius : 0.3rem !important;
  border-top-left-radius : 0.3rem !important;
}
@media screen and (max-width:980px){
	li.dropdown:hover .dropdown-menu{
	    display: block; 
	} 
	.navbar-collapse {
	    overflow-y: visible;
	}	
}
/************************************************************************************************************************************************/

/*Cambia lo stile della scritta in header*/
.headDefault {
  text-transform:capitalize;
  box-sizing:content-box;
  border: none;
  font: normal normal 900 70px/normal "Aldrich", Helvetica, sans-serif;
  color: rgb(45, 90, 235);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: 0 1px 0 rgb(180,14,147) , -1px 0 0 rgb(180,20,213) , -1px 2px 0 rgb(128,141,147) , -2px 1px 0 rgb(205,210,213) , -2px 3px 0 rgb(128,151,147) , -3px 2px 0 rgb(25,210,213) , -3px 4px 0 rgb(128,141,147) , -4px 3px 0 rgb(205,210,213) , -4px 5px 0 rgb(128,141,147) , -5px 4px 0 rgb(205,210,213) , -5px 6px 0 rgb(128,141,147) , -6px 5px 0 rgb(205,210,213) , -6px 7px 0 rgb(128,11,147) , -7px 6px 0 rgb(205,20,213) , -7px 8px 0 rgb(18,141,147) , -8px 7px 0 rgb(25,210,213);
  transition: all 0.5s;
}

.headDefault:hover {
  box-sizing:content-box;
  border: none;
  text-transform:capitalize;
  color: rgb(45, 90, 235);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: 0 1px 0 rgba(255,255,255,1) , 0 2px 0 rgba(255,255,255,1) , 0 3px 150px rgba(215,155,55,1) , 0 4px 0 rgba(255,25,25,1) , 0 5px 0 rgba(55,55,255,1) , 0 6px 1px rgba(255,255,255,0.0980392) , 0 0 5px rgba(250,250,250,0.0980392) , 0 1px 3px rgba(0,0,0,0.298039) , 0 3px 5px rgba(0,0,0,0.2) , 0 -5px 10px rgba(0,0,0,0.247059) , 0 -7px 10px rgba(0,0,0,0.2) , 0 -15px 20px rgba(0,0,0,0.14902) ;
  /*.transition(all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms);*/
  -webkit-transform: none;
  transform: none;
}
/* Portrait and Landscape */
@media screen and (max-width: 400px){
	.headDefault{
 	   font-family: "Times New Roman", Times, serif;
           font-style:oblique;
           font-size:50px;
	   font-weight: normal;
 	   /*margin-top:-13%;*/
	}
}
/* effect-shine */
.effect-shine:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

.headPageDefault{
	color: #2049D2;
	font-family:Impact;
	text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.25);
	font-size:300%
}

.btn-change-primary{
    -webkit-transition: all 0.5s ease-in;
    border: 1px solid whitesmoke !important;
    color: #fff;
}
.btn-change-primary:hover{
    -webkit-transform: scale(0.9);
    background: #1964BA;
    border: 1px solid whitesmoke !important;
    color: #fff;
}
.btn-change1-primary{
    border: 1px solid whitesmoke !important;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-box-shadow: 0px 0px 0 0 #1964BA inset , 0px 0px 0 0 #1964BA inset;
}
.btn-change1-primary:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: 60px 0px 0 0 #1964BA inset , -60px 0px 0 0 #1964BA inset;
}
.btn-change2-primary{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform-origin: 0 0;
    box-shadow:0px 0px 0 100px #1964BA inset;
}
.btn-change2-primary:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow:0px 0px 0 0px #1964BA inset;
    -webkit-transform: scale(1);
}
.btn-change3-primary{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 0px 0px 0 0 #1964BA inset , 0px 0px 0 #1964BA inset;
}
.btn-change3-primary:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: 0px 60px 0 0px #1964BA inset , 0px -60px 0 0px #1964BA inset; 
}
.btn-change4-primary{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 0px -60px 0 0 #1964BA inset , 0px 60px 0 #1964BA inset;
}
.btn-change4-primary:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: 0px 0px 0 0px #1964BA inset , 0px 0px 0 0px #1964BA inset; 
}
.btn-change5-primary{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 60px 0px 0 0 #1964BA inset , -60px 0px 0 #1964BA inset;
}
.btn-change5-primary:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: 0px 0px 0 0 #1964BA inset , 0px 0px 0 #1964BA inset;
}
.btn-change6-primary{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #1964BA  inset;
}
.btn-change6-primary:hover{
    border: 1px solid whitesmoke !important;
    box-shadow:0 0 0 25px #1964BA inset;
    -webkit-transform: scale(1);
}
.btn-change7-primary{
    border:2px solid whitesmoke !important;
    color:#fff;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #1e68d1 inset;
}
.btn-change7-primary:hover{
    border:2px solid whitesmoke !important;
    box-shadow:200px 0 0 #1e68d1 inset;
}
.btn-change8-primary{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #1964BA  inset;
}
.btn-change8-primary:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: -200px 0 0 #1964BA inset;
}
/******Success********/
.btn-change-success{
    -webkit-transition: all 0.5s ease-in;
    border: 1px solid whitesmoke !important;
    color: #fff;
}
.btn-change-success:hover{
    -webkit-transform: scale(0.9);
    background: #158c31;
    border: 1px solid whitesmoke !important;
    color: #fff;
}
.btn-change1-success{
    border: 1px solid whitesmoke !important;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.6s;
    -webkit-box-shadow: 0px 0px 0 0 #158c31 inset , 0px 0px 0 0 #158c31 inset;
}
.btn-change1-success:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: 120px 0px 0 0 #158c31 inset , -120px 0px 0 0 #158c31 inset;
}
.btn-change2-success{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform-origin: 0 0;
    box-shadow:0px 0px 0 100px #158c31 inset;
}
.btn-change2-success:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow:0px 0px 0 0px #158c31 inset;
    -webkit-transform: scale(1);
}
.btn-change3-success{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 0px 0px 0 0 #158c31 inset , 0px 0px 0 #158c31 inset;
}
.btn-change3-success:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: 0px 60px 0 0px #158c31 inset , 0px -60px 0 0px #158c31 inset; 
}
.btn-change4-success{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 0px -60px 0 0 #158c31 inset , 0px 60px 0 #158c31 inset;
}
.btn-change4-success:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: 0px 0px 0 0px #158c31 inset , 0px 0px 0 0px #158c31 inset; 
}
.btn-change5-success{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 60px 0px 0 0 #158c31 inset , -60px 0px 0 #158c31 inset;
}
.btn-change5-success:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: 0px 0px 0 0 #158c31 inset , 0px 0px 0 #158c31 inset;
}
.btn-change6-success{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #158c31  inset;
}
.btn-change6-success:hover{
    border: 1px solid whitesmoke !important;
    box-shadow:0 0 0 25px #158c31  inset;
    -webkit-transform: scale(1);
}
.btn-change7-success{
    border:2px solid whitesmoke !important;
    color:#fff;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in;
    box-shadow:0px 0 0 #158c31 inset;
}
.btn-change7-success:hover{
    border:2px solid whitesmoke !important;
    box-shadow:250px 0 0 #158c31 inset;
}
.btn-change8-success{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #158c31  inset;
}
.btn-change8-success:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: -200px 0 0 #158c31 inset;
}
/**********warning**************/
.btn-change-warning{
    -webkit-transition: all 0.5s ease-in;
    border: 1px solid whitesmoke !important;
    color: #fff;
}
.btn-change-warning:hover{
    -webkit-transform: scale(0.9);
    background: #e6af09;
    border: 1px solid whitesmoke !important;
    color: #fff;
}
.btn-change1-warning{
    border: 1px solid whitesmoke !important;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-box-shadow: 0px 0px 0 0 #e6af09 inset , 0px 0px 0 0 #e6af09 inset;
}
.btn-change1-warning:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: 60px 0px 0 0 #e6af09 inset , -60px 0px 0 0 #e6af09 inset;
}
.btn-change2-warning{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform-origin: 0 0;
    box-shadow:0px 0px 0 100px #e6af09 inset;
}
.btn-change2-warning:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow:0px 0px 0 0px #e6af09 inset;
    -webkit-transform: scale(1);
}
.btn-change3-warning{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 0px 0px 0 0 #e6af09 inset , 0px 0px 0 #e6af09 inset;
}
.btn-change3-warning:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: 0px 60px 0 0px #e6af09 inset , 0px -60px 0 0px #e6af09 inset; 
}
.btn-change4-warning{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 0px -60px 0 0 #e6af09 inset , 0px 60px 0 #e6af09 inset;
}
.btn-change4-warning:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: 0px 0px 0 0px #e6af09 inset , 0px 0px 0 0px #e6af09 inset; 
}
.btn-change5-warning{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 60px 0px 0 0 #e6af09 inset , -60px 0px 0 #e6af09 inset;
}
.btn-change5-warning:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: 0px 0px 0 0 #e6af09 inset , 0px 0px 0 #e6af09 inset;
}
.btn-change6-warning{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #e6af09  inset;
}
.btn-change6-warning:hover{
    border: 1px solid whitesmoke !important;
    box-shadow:0 0 0 25px #e6af09  inset;
    -webkit-transform: scale(1);
}
.btn-change7-warning{
    border:2px solid whitesmoke !important;
    color:#fff;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in;
    box-shadow:0px 0 0 #e6af09 inset;
}
.btn-change7-warning:hover{
    border:2px solid whitesmoke !important;
    box-shadow:200px 0 0 #e6af09 inset;
}
.btn-change8-warning{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #e6af09  inset;
}
.btn-change8-warning:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: -200px 0 0 #e6af09 inset;
}
/*****************danger*************/
.btn-change-danger{
    -webkit-transition: all 0.5s ease-in;
    border: 1px solid whitesmoke !important;
    color: #fff;
}
.btn-change-danger:hover{
    -webkit-transform: scale(0.9);
    background: #c92c39;
    border: 1px solid whitesmoke !important;
    color: #fff;
}
.btn-change1-danger{
    border: 1px solid whitesmoke !important;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-box-shadow: 0px 0px 0 0 #c92c39 inset , 0px 0px 0 0 #c92c39 inset;
}
.btn-change1-danger:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: 60px 0px 0 0 #c92c39 inset , -60px 0px 0 0 #c92c39 inset;
}
.btn-change2-danger{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform-origin: 0 0;
    box-shadow:0px 0px 0 100px #c92c39 inset;
}
.btn-change2-danger:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow:0px 0px 0 0px #c92c39 inset;
    -webkit-transform: scale(1);
}
.btn-change3-danger{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 0px 0px 0 0 #c92c39 inset , 0px 0px 0 #c92c39 inset;
}
.btn-change3-danger:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: 0px 60px 0 0px #c92c39 inset , 0px -60px 0 0px #c92c39 inset; 
}
.btn-change4-danger{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 0px -60px 0 0 #c92c39 inset , 0px 60px 0 #c92c39 inset;
}
.btn-change4-danger:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: 0px 0px 0 0px #c92c39 inset , 0px 0px 0 0px #c92c39 inset; 
}
.btn-change5-danger{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 60px 0px 0 0 #c92c39 inset , -60px 0px 0 #c92c39 inset;
}
.btn-change5-danger:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: 0px 0px 0 0 #c92c39 inset , 0px 0px 0 #c92c39 inset;
}
.btn-change6-danger{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #c92c39  inset;
}
.btn-change6-danger:hover{
    border: 1px solid whitesmoke !important;
    box-shadow:0 0 0 25px #c92c39  inset;
    -webkit-transform: scale(1);
}
.btn-change7-danger{
    border:2px solid whitesmoke !important;
    color:#fff;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in;
    box-shadow:0px 0 0 #c92c39 inset;
}
.btn-change7-danger:hover{
    border:2px solid whitesmoke !important;
    box-shadow:200px 0 0 #c92c39 inset;
}
.btn-change8-danger{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #c92c39  inset;
}
.btn-change8-danger:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: -200px 0 0 #c92c39 inset;
}
/*****************info*************/
.btn-change-info{
    -webkit-transition: all 0.5s ease-in;
    border: 1px solid whitesmoke !important;
    color: #fff;
}
.btn-change-info:hover{
    -webkit-transform: scale(0.9);
    background: #1492a8;
    border: 1px solid whitesmoke !important;
    color: #fff;
}
.btn-change1-info{
    border: 1px solid whitesmoke !important;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-box-shadow: 0px 0px 0 0 #1492a8 inset , 0px 0px 0 0 #1492a8 inset;
}
.btn-change1-info:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: 60px 0px 0 0 #1492a8 inset , -60px 0px 0 0 #1492a8 inset;
}
.btn-change2-info{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform-origin: 0 0;
    box-shadow:0px 0px 0 100px #1492a8 inset;
}
.btn-change2-info:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow:0px 0px 0 0px #1492a8 inset;
    -webkit-transform: scale(1);
}
.btn-change3-info{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 0px 0px 0 0 #1492a8 inset , 0px 0px 0 #1492a8 inset;
}
.btn-change3-info:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: 0px 60px 0 0px #1492a8 inset , 0px -60px 0 0px #1492a8 inset; 
}
.btn-change4-info{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 0px -60px 0 0 #1492a8 inset , 0px 60px 0 #1492a8 inset;
}
.btn-change4-info:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: 0px 0px 0 0px #1492a8 inset , 0px 0px 0 0px #1492a8 inset; 
}
.btn-change5-info{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 60px 0px 0 0 #1492a8 inset , -60px 0px 0 #1492a8 inset;
}
.btn-change5-info:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: 0px 0px 0 0 #1492a8 inset , 0px 0px 0 #1492a8 inset;
}
.btn-change6-info{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #1492a8  inset;
}
.btn-change6-info:hover{
    border: 1px solid whitesmoke !important;
    box-shadow:0 0 0 25px #1492a8  inset;
    -webkit-transform: scale(1);
}
.btn-change7-info{
    border:2px solid whitesmoke !important;
    color:#fff;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in;
    box-shadow:0px 0 0 #1492a8 inset;
}
.btn-change7-info:hover{
    border:2px solid whitesmoke !important;
    box-shadow:200px 0 0 #1492a8 inset;
}
.btn-change8-info{
    border: 1px solid whitesmoke !important;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #1492a8  inset;
}
.btn-change8-info:hover{
    border: 1px solid whitesmoke !important;
    -webkit-box-shadow: -200px 0 0 #1492a8 inset;
}

.footer-bottom {
    padding: 15px 0 15px;
    border-top: 1px solid #000000;
    background-color: #1492a8;
}
.footer-bottom:hover {
    padding: 15px 0 15px;
    border-top: 1px solid #000;
    background-color: #40aabd;
}
.copyright-text p {
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0;
    transition: all 0.8s;
}
.copyright-text p:hover {
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0;
    text-overflow:  clip;
    /*text-shadow: 0px 1px 0px rgba(255,255,255,1) , 0 2px 0 rgba(255,255,255,1) , 0 2px 2px rgba(255,255,255, 1), 0 1px 0px rgba(255,255,155,2), 0 5px 1px rgba(25,15,55,1), 0 1px 1px rgba(255,255,255,1);*/
	text-shadow: 0px 1px 0px rgba(255,255,255,1) , 0 1px 0 ;
}
.copyrightRotation{
    position: absolute;
    left:-1px;
    top: 0px;
    width: 0px;
    height: 0px;
    
    -webkit-animation: orbita 3s linear infinite; 
    -moz-animation: orbita 3s linear infinite; 
     -o-animation: orbita 3s linear infinite; 
     animation: orbita 3s linear infinite; 
}
@keyframes orbita {
    0%  { transform: rotate(0deg) translateX(0px) translateY(10px) rotate(0deg) scale(1); }
    25%  { transform: rotate(90deg) translateX(0px) translateY(10px) rotate(-90deg) scale(1); }
    50%  { transform: rotate(180deg) translateX(0px) translateY(10px) rotate(-180deg) scale(1); }
    75%  { transform: rotate(270deg) translateX(0px) translateY(10px) rotate(-270deg) scale(1); }
    100%  { transform: rotate(360deg) translateX(0px) translateY(10px) rotate(-360deg) scale(1); }
}
@-webkit-keyframes orbita {
    0%  { transform: rotate(0deg) translateX(0px) translateY(10px) rotate(0deg) scale(1); }
    25%  { transform: rotate(90deg) translateX(0px) translateY(10px) rotate(-90deg) scale(1); }
    50%  { transform: rotate(180deg) translateX(0px) translateY(10px) rotate(-180deg) scale(1); }
    75%  { transform: rotate(270deg) translateX(0px) translateY(10px) rotate(-270deg) scale(1); }
    100%  { transform: rotate(360deg) translateX(0px) translateY(10px) rotate(-360deg) scale(1); }
  
}

@-moz-keyframes orbita {
    0%  { transform: rotate(0deg) translateX(0px) translateY(10px) rotate(0deg) scale(1); }
    25%  { transform: rotate(90deg) translateX(0px) translateY(10px) rotate(-90deg) scale(1); }
    50%  { transform: rotate(180deg) translateX(0px) translateY(10px) rotate(-180deg) scale(1); }
    75%  { transform: rotate(270deg) translateX(0px) translateY(10px) rotate(-270deg) scale(1); }
    100%  { transform: rotate(360deg) translateX(0px) translateY(10px) rotate(-360deg) scale(1); }
}

@-o-keyframes orbita {
    0%  { transform: rotate(0deg) translateX(0px) translateY(10px) rotate(0deg) scale(1); }
    25%  { transform: rotate(90deg) translateX(0px) translateY(10px) rotate(-90deg) scale(1); }
    50%  { transform: rotate(180deg) translateX(0px) translateY(10px) rotate(-180deg) scale(1); }
    75%  { transform: rotate(270deg) translateX(0px) translateY(10px) rotate(-270deg) scale(1); }
    100%  { transform: rotate(360deg) translateX(0px) translateY(10px) rotate(-360deg) scale(1); }
}

.fancybox-image {
  border: 8px solid #FFF4EB;
  border-radius : 5px;
}

@media all and (min-width: 800px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}
.tooltipInfo {
	display : none;
	position : absolute;
	border : 1px solid #FFF3CD;
	background-color : #d1ecf1;
	border-radius : 5px;
	padding : 5px;
	color : #000000;
	font-size : 12px Arial;
}
.tooltipDanger {
	display : none;
	position : absolute;
	border : 1px solid #FFF3CD;
	background-color : #f8d7da;
	border-radius : 5px;
	padding : 5px;
	color : #000000;
	font-size : 12px Arial;
}
.tooltipWarning {
	display : none;
	position : absolute;
	border : 1px solid #FFF3CD;
	background-color : #fff3cd;
	border-radius : 5px;
	padding : 5px;
	color : #000000;
	font-size : 12px Arial;
}
.imgSfondo{
  background-image: url("https://fractalcosmo.com/wp-content/gallery/pizlanguard2020/IMG_0130.JPG");
  background-color: #cccccc;
  background-position: center; 
  background-position-y:-480px;
  background-repeat: no-repeat; 
  background-size: cover;
  opacity: 1;
  width:inherit;
  height: inherit;
}