
.custom-file-input{
	width: 0.01px !important;
    height: 0.01px !important;
}

label[for=file]:hover{
	cursor: pointer;
}

.title-bg {
	background: #0093cf ;
	border-radius: 8px 8px 0 0;
	padding : 1rem !important;
}

.circle {
	border-radius: 50%;
    display: inline-block;
    background: #4fb180;
    width: auto;
    height: 3.6em;
    position: relative;
    left: 86%;
    z-index: 1;
    top: 34px;
    color: #fff;
    text-align: center;
    padding: 1em 0.6em 0.25rem;
}

.circle.with-line::before {
    content: '';
    display: inline-block;
    background: #4fb180;
    height: 95px;
    width: 5px;
    position: absolute;
    top: -90px;
    left: 15px;
}

.line {
	display: inline-block;
	background: #4fb180;
    height: 100px;
    width: 5px;
    position: absolute;
    top: 20em;
    left: 88.5%;
}
.line1{
	display: inline-block;
	background: #4fb180;
    height: 100px;
    width: 5px;
    position: absolute;
    top: 38em;
    left: 88.5%;
}

.line2{
	display: inline-block;
	background: #4fb180;
    height: 100px;
    width: 5px;
    position: absolute;
	top: 69.5em;
    left: 88.5%;
}

.titolo:before {
	
    content: url("/javax.faces.resource/dist/images/icone/titlebefore.jpg.xhtml?ln=sito");
    margin-right: 30px;
}

a.dropdown-item:hover {
    background: #4fb180 !important;
}

/**
 * FIX layout da rivedere poi
 */
 .content .content-wrapper {
    margin-top : 0 !important;
}

/**
 * Custom cards
 */

.card.card-with-icon {
    margin-top: 40px;
}

.card.card-with-icon  .card-body .icon {
    margin-top: -55px;
}

/**
 * Widget per l'anteprima del PDF nell'inserimento pratica
 */
#pdf-preview {
    position: fixed;
    max-width: 440px;
}
#pdf-preview.card-fullscreen,
#pdf-preview.card-fullscreen .card-header {
    max-width: 100%;
    border-radius: 0;
}
#pdf-preview .card-header {
    background-color:#004073;
    padding-bottom:20px
}
#pdf-preview #invoice-template img {
    width: 100%;
}

/** Help **/

.icon-help {
    height: 40px;
}

.button-help {
    width: 100%;
}

.help {
    display: none;
    position: fixed;
    bottom: 140px;
    right: 30px;
    height: 360px;
    width: 250px;
    margin-bottom: 2.2rem;
    border: none;
    border-radius: .5rem;
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: white;
}

/** Mascot **/

.mascot-container {
    cursor: pointer;
    position: fixed;
    bottom: 28px;
   left: 10px;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-iteration-count: 1;
    z-index: 1000;
}

.mascot-container:hover .baloon {
    display: block;
}

.mascot-container .close {
    display: none;
    position: absolute;
    bottom: 105px;
    right: 20px;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-iteration-count: 1;
}

.baloon {
    animation-duration: 1.2s;
    animation-iteration-count: 1;
    display: none;
    position: absolute;
    bottom: 0;
    right: 96px;
}

#help-menu {
    min-width: 290px;
}

#help-menu .popup-close, 
#help-menu .popup-hide {
    display: none;
}

/**
** RESPONSIVE
 */

.menu-mobile-aree-riservate {
    display: none;
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
    .aree-riservate {
        display: none;
    }
    .menu-mobile-aree-riservate {
        display: block;
    }
}
