body {
  background: url('https://fractalcosmo.com/MVC/view/immagini/IMG_0417.JPG') no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  /*width: 100%;
  overflow: hidden;*/
}

input[type="button"]:hover{
	cursor:pointer;
}
button{
	cursor:pointer;
}

h1{
    background-color:#cdcdc1;
    color:#0000ee;
    font-family:Arial, Helvetica, sans-serif;
    margin:auto;
}

input[type="text"]:focus { 
   background-color:yellow;
   color:#FF0000;
}

input[type="password"]:focus{
    background-color:yellow;
    color:#FF0000;  
}
.fieldset{
   border-color: blue;
   border: 2px solid #B81900;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius: 6px;
   padding: 20px;
   
}

.no-close .ui-dialog-titlebar-close {
    display:none;
}
 
h4 {
     font-size: 13px;
     color: #4B76AD;
     border-bottom: 1px solid #4B76AD;
}

.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;
}
/**************************************************************************************
 * 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
 **************************************************************************************/
.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;
}
.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; }
/********************************************************************************************************
 ****************MODALI PERSONALIZZATE******************************************************************* 
 ********************************************************************************************************/
.modal-header-success {
    color:#fff;
    padding:8px 15px;
    border-bottom:1px solid #eee;
    background-color: #28a745;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-success:hover {
    color:#fff;
    padding:8px 15px;
    border-bottom:1px solid #eee;
    background-color: #218838;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
	 background: linear-gradient(240deg, #28a745, #218838);
	 background-size: 400% 400%;
	 -webkit-animation: pulse 1s ease infinite;
	 -moz-animation: pulse 1s ease infinite;
	 -o-animation: pulse 1s ease infinite;
	 animation: pulse 1s ease infinite;     
}
.modal-header-warning {
	color:#fff;
    padding:8px 15px;
    border-bottom:1px solid #eee;
    background-color: #ffc107;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning:hover {
	color:#fff;
    padding:8px 15px;
    border-bottom:1px solid #eee;
    background-color: #e0a800;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
	 background: linear-gradient(240deg, #ffc107, #e0a800);
	 background-size: 400% 400%;
	 -webkit-animation: pulse 1s ease infinite;
	 -moz-animation: pulse 1s ease infinite;
	 -o-animation: pulse 1s ease infinite;
	 animation: pulse 1s ease infinite;
}
.modal-header-danger {
	color:#fff;
    padding:8px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     opacity:0.8;
}
.modal-header-danger:hover {
	color:#fff;
    padding:8px 15px;
    border-bottom:1px solid #eee;
    background-color: #bd4844;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
	 background: linear-gradient(240deg, #d9534f, #bd4844);
	 background-size: 400% 400%;
	 -webkit-animation: pulse 1s ease infinite;
	 -moz-animation: pulse 1s ease infinite;
	 -o-animation: pulse 1s ease infinite;
	 animation: pulse 1s ease infinite;
}
.modal-header-info {
	display:flex;
    color:#fff;
    padding:8px 15px;
    border-bottom:1px solid #eee;
    background-color: #50abc7;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     opacity:0.8;
}
.modal-header-info:hover {
	display:flex;
    color:#fff;
    padding:8px 15px;
    border-bottom:1px solid #eee;
    background-color: #54bad9;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
	 background: linear-gradient(240deg, #50abc7, #54bad9);
	 background-size: 400% 400%;
	 -webkit-animation: pulse 1s ease infinite;
	 -moz-animation: pulse 1s ease infinite;
	 -o-animation: pulse 1s ease infinite;
	 animation: pulse 1s ease infinite;
}
.modal-header-primary {
	display:flex;
	color:#fff !important;
    padding:8px 15px;
    border-bottom:1px solid #eee !important;
    background-color: #428bca !important;
    -webkit-border-top-left-radius: 5px !important;
    -webkit-border-top-right-radius: 5px !important;
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
     border-top-left-radius: 5px !important;
     border-top-right-radius: 5px !important;
     opacity:0.8;
     
}
.modal-header-primary:hover {
	display:flex;
	color:#fff !important;
    padding:8px 15px;
    border-bottom:1px solid #eee !important;
    background-color: #397db8 !important;/*#428bca !important;*/
    -webkit-border-top-left-radius: 5px !important;
    -webkit-border-top-right-radius: 5px !important;
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
     border-top-left-radius: 5px !important;
     border-top-right-radius: 5px !important;
	 background: linear-gradient(240deg, #428bca, #397db8);
	 background-size: 400% 400%;
	 -webkit-animation: pulse 1s linear 0s infinite alternate;
	 -moz-animation: pulse 1s linear 0s infinite alternate;
	 -o-animation: pulse 1s linear 0s infinite alternate;
	 animation: pulse 1s linear 0s infinite alternate; 
}
.modalHeaderText {
   flex-grow:2 !important;
   font-size: 14px !important;
   color: #FFFFFF !important;
   border-bottom: 1px solid #FFFFFF !important;
   border-left : 100px !important;
   padding: 1px 0px 1px 0px !important;
   text-align: center !important;
   transition: border-bottom 0.25s ease-in, box-sizing 0.25s ease-in, text-shadow 0.25s ease-in;  
   opacity:0.8; 
}

.modalHeaderText:hover {
  border-bottom: 2px solid #FFFFFF !important;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: rgba(48,48,48,1);
  text-align: center;
  text-transform: normal;
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: pre;
  text-shadow: 1px 1px 0 rgba(140,140,140,0.6) , -1px -1px 1px rgba(0,0,0,0.67) ;
}

.modal {
  text-align: center!important;
}
.card-header {
    padding: 5px 15px;
}

.card-footer {
	padding: 1px 15px;
	color: #A0A0A0;
}

.profile-img {
	margin: 0 auto 10px;
	display: block;
}

#lightbox {
    box-shadow:0 0 50px #111 !important;
    -webkit-box-shadow:0 0 50px #111 !important;
    -moz-box-shadow:0 0 50px #111 !important;
    background-color:#FFFFFF !important;
}	
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/********************************************************************************************************
 ****************MODALI PERSONALIZZATE******************************************************************* 
 ********************************************************************************************************/

.modalClose{  
  position: absolute;
  top: 8px;
  right: 16px;
  transition:0.4s;  
}

.modalClose:hover {
  top: 8px !important;
  right: 16px;
  transform:rotate(180deg);
  color : #FFFFFF !important;
  transition:0.3s;	
}

@-moz-keyframes spin {
  0% {
    -moz-transform : rotate(0deg);
  }
  100% {
    -moz-transform : rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform : rotate(0deg);
  }
  100% {
    -webkit-transform : rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform : rotate(0deg);
  }
  100% {
    -o-transform : rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform : rotate(0deg);
    transform : rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform : rotate(359deg);
  }
}

.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: ease-in;
    box-shadow:0px 0 0 #1e68d1 inset;
}
.btn-change7-primary:hover{
    border:2px solid whitesmoke !important;
    box-shadow:200px 0 0 #1e68d1 inset;/*#1964BA,1B6BC6*/
}
.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.5s;
    -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: 60px 0px 0 0 #158c31 inset , -60px 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:200px 0 0 #158c31 inset;/*#1964BA,1B6BC6*/
}
.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;/*#1964BA,1B6BC6*/
}
.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;/*#1964BA,1B6BC6*/
}
.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;/*#1964BA,1B6BC6*/
}
.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;
}
/*********************************************************************************************************
 * 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;
    background-color: #fff;
}
.bs-callout-bordered-small {
    padding: 3px;
    margin: 3px 0;
    border: 1px solid #eee;
    border-right-width: 3px;
    border-left-width: 3px;
    border-radius: 3px;
    background-color: #fff;
}
.bs-callout-bordered-medium {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-right-width: 3px;
    border-left-width: 3px;
    border-radius: 3px;
    background-color: #fff;
}
.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 !important;
    border-right-color: #5bc0de !important;
}
.bs-callout-info-bordered h4 {
    color: #5bc0de !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;  
}
.tooltipInfo {
	display : none;
	position : absolute;
	border : 1px solid #0F4CA8;
	background-color : blanchedalmond;
	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;
}

/*Cambia lo stile della scritta in header*/
.headDefault {
  text-transform:capitalize;
  box-sizing:content-box;
  border: none;
  font: normal 600 30px/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,255,255,1) , 0 4px 0 rgba(55,25,155,1) , 0 5px 0 rgba(255,5,25,1) , 0 6px 1px rgba(55,55,55,0.0980392) , 0 0 5px rgba(20,20,20,0.0980392) , 0 1px 3px rgba(0,0,0,0.1) , 0 3px 5px rgba(0,0,0,0.2) , 0 -5px 10px rgba(0,0,0,0.051351) , 0 -7px 10px rgba(150,150,50,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;
}

/**
 * 	bootstrap menu Slide Customization
 */
.left,
.right {
    float: left;
    top:0;
    position: fixed;
    transform: translateY(5%);
    z-index:100;
}
.left {
    background: rgba(76, 50, 80, 0.3);
    display: inline-block;
    white-space: nowrap;
    width: 50px;
    transition: all 0.5s;
}

.right {
    background: #fff;
    width: 250px;
    transition: width 1s;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
}
.left:hover {
    width: 250px;
}
.indexItem {
   cursor: pointer;
}

.item {
    height: 50px;
    overflow: hidden;
    color: #fff;
}
.item:first-child {
   border-left: 2px solid #CCFFFF;
}
.item:nth-child(2) {
    border-left: 2px solid #0000ff;   
}
.item:nth-child(3) {
    border-left: 2px solid #5CB85C;  
}
.item:nth-child(4) {
    border-left: 2px solid #ffff00;  
}
/*hover item*/
.item:hover:first-child {
   background-color: rgba(15, 50, 80, 0.3);
   border : 1px solid #CCFFFF;
}
.item:hover:nth-child(2) {
    background-color : rgba(10, 150, 180, 0.3);   
    color : #0000ff;
    border : 1px solid #0000ff;   
}
.item:hover:nth-child(3) {
    background-color: rgba(10, 150, 80, 0.3);  
	color: #255625;
    border : 1px solid #5CB85C;
}
.item:hover:nth-child(4) {
    background-color:rgba(150, 100, 20, 0.3);
    color:#ffff00;  
    border : 1px solid #FFF4EB;
}
.customRotation{
    position: absolute;
    left:20px;
    top: 15px;
    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); }
}
@media (max-width: 780px) {
	 .left,
	 .right {
	    float: left;
	    position: fixed;
	    top:0;
	    transform: translateY(0%);
     }  
	.left:hover {
	   height:  220px;
	   z-index: 100;
       -webkit-transition: width 0.5s; 
       transition: width 0.5s;
	}
	.indexItem{
	   visibility: hidden !important;
     
	}
	.left:hover .indexItem{
	   visibility: visible !important;
       transition: all 0.5s;
	}
	.item {
       height: 50px;
       overflow: hidden;
       color: #fff;
   }
   .left {
      white-space: nowrap;
      height: 50px;
      transition: all 0.5s;
   }

}    
.iconaPassword:before{
	content:url('../img/icone/password.png'); 
}
.iconaUser:before{
	content:url('../img/icone/user.png'); 
}
.formLoginMvcStyle{
	
	background: rgb(206,204,171);
	background: radial-gradient(circle, rgba(206,204,171,1) 0%, rgba(52,122,203,1) 100%);
	
}
