﻿.img-logo-xs {
    width:10%;
    padding:0;
}
/*#logoScamb
{
    width:100%;
    margin-left:50%;
    margin-top: 1%;
    z-index: 999;
}*/
#snackbarError {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color:#ed1207 ; /* Red background color */
    color: #333; /* Black text color */
    text-align: center; /* Centered text */
    border-radius: 4px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1000; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 925px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbarError.show {
    visibility: visible;
    -webkit-animation: fadein 1s, fadeout 1s 6.5s;
    z-index: 1000;
}

#snackbarSuccess {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color:#5fea19 ; /* Green background color */
    color: #333; /* Black text color */
    text-align: center; /* Centered text */
    border-radius: 4px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1000; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 95%; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbarSuccess.show {
    visibility: visible;
    -webkit-animation: fadein 1s, fadeout 1s 3.5s;
    z-index: 1000;
}

 /*Animations to fade the snackbar in and out*/
@-webkit-keyframes fadein {
    from {bottom: 90%; opacity: 0;} 
    to {bottom: 95%; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 95%; opacity: 1;} 
    to {bottom: 90%; opacity: 0;}
}

.topbar{
  width:100%;
  height:100px;
  overflow-y : auto;
  overflow-x: hidden;
}

/*.fa, .glyphicon {
    font-size:16px !important;
}

.fa {
    margin:3px !important;
}*/

input:required {
    background: url('../images/icons8-High Importance-48.png') right center no-repeat;
    background-size: 15px 15px;
}

.easycare-navbar {
    background-color: rgba(94, 166, 90, 0.28);
    border:solid 1px;
    border-color: #0d7b01;
    padding: 8px 8px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-bottom:10px;
}

.easycare-navbar-title {
    font-size:14px;
    vertical-align:middle;
}

.lampeggiante {
  background-color: #32bc35;
}

/*.TextColorInverter{
    filter : invert(100%);
}*/



.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 2.0; }
    50% { opacity: 0.0; }
    100% { opacity: 2.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 2.0; }
    50% { opacity: 0.0; }
    100% { opacity: 2.0; }
}

@keyframes blinker {  
    0% { opacity: 2.0; }
    50% { opacity: 0.0; }
    100% { opacity: 2.0; }
}

/*.ohmygodanerror {
    -moz-transition:all 7s ease;
	-webkit-transition:all 7s ease;
	-o-transition:all 7s ease;
	-ms-transition:all 7s ease;
	transition:all 7s ease;
	-moz-transform:rotate(1080deg);
	-webkit-transform:rotate(1080deg);
	-o-transform:rotate(1080deg);
	-ms-transform:rotate(1080deg);
	transform:rotate(1080deg);
}*/

.navbar-nav {

    height: 90px;
    padding-top: 0;
}


.easycare-loader {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0.5;
    color: white;
    background-color: #efefef;
    text-align:center;
    vertical-align:middle;
}

.easycare-loader img {
    position: fixed;
    top: 45%;
}

.kairos-response {
    border-bottom: 1px solid green;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}

.fileContainer {
    overflow: hidden;
    position: relative;
}
.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    

}
.fileContainer {
    background: #ffffff;
    border-radius: .5em;
    float: left;
    padding: .5em;
    border: 1px solid #116b05;
}


.fileContainer [type=file] {
    cursor: pointer;
}

.dati-profilo-container {
    font-size: 18pt;
    padding: 10px;
}