/*
    Blu - #0F8F8E
    Giallo/Ocra - #BE8209
    Grigio - #797979
*/


@font-face{
font-family: 'Montserrat';
src: url("../font/Montserrat.ttf");
}

@font-face{
font-family: 'Salsa';
src: url("../font/Salsa-Regular.ttf");
}


html{
margin: 0vw;
padding: 0vw;	
	
width: 100%; 
height: 100%;
	
font-display: auto;	
	
overflow: initial;
}

body{
position: relative;
	
margin: 0vw;
padding: 0vw;	
	
width: 100%; 

font-family: 'Montserrat', sans-serif;
font-size: 1vw;
text-align: center;	

color: #000000;
	
cursor: default;
    
overflow-x: hidden;
overflow-y: auto;
}


::-webkit-scrollbar{
width: 0.35vw;
height: 0.35vw;
	
background: #FFFFFF;
	
cursor: default !important;
}
::-webkit-scrollbar-track{
background: rgba(121,121,121,0.25); 
    
cursor: default !important;
}
::-webkit-scrollbar-thumb{
background: #0F8F8E; 
    	
cursor: default !important;
}

::placeholder{
color: rgba(0,0,0,0.35); 
font-style: italic;
font-size: 90%;
}
::-webkit-input-placeholder{
color: rgba(0,0,0,0.35); 
font-style: italic;
font-size: 90%;
}
:-moz-placeholder{
color: rgba(0,0,0,0.35); 
font-style: italic;
font-size: 90%;
} /* FF 4-18 */
::-moz-placeholder{
color: rgba(0,0,0,0.35); 
font-style: italic;
font-size: 90%;
} /* FF 19+ */
:-ms-input-placeholder{
color: rgba(0,0,0,0.35);
font-style: italic;
font-size: 90%;
} /* IE 10+ */


/*
#################################################################
*/


.hover:hover, .hoverTop:hover .hoverBottom{
cursor: pointer;

text-decoration: underline;
    
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}




.button{
padding: 0vw 2.5vw;
    
width: 10vw;    
line-height: 2vw;    
    
font-size: 1vw;    
text-align: center;
color: #FFFFFF;    
font-variant: small-caps;    
    
background: rgba(190,130,9,0.75);
    
border-radius: 0.25vw;   
    
box-shadow: 0.05vw 0.05vw 0.2vw rgba(121,121,121,0.5);
-webkit-box-shadow: 0.05vw 0.05vw 0.2vw rgba(121,121,121,0.5);
-moz-box-shadow: 0.05vw 0.05vw 0.2vw rgba(121,121,121,0.5);
-o-box-shadow: 0.05vw 0.05vw 0.2vw rgba(121,121,121,0.5);
    
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;	
    
cursor: pointer;
}
    .button:hover, .button:active{
    background: rgba(190,130,9,0.85);
    }
    .button:active{
    box-shadow: inset 0.05vw 0.05vw 0.2vw rgba(121,121,121,0.5);
    -webkit-box-shadow: inset 0.05vw 0.05vw 0.2vw rgba(121,121,121,0.5);
    -moz-box-shadow: inset 0.05vw 0.05vw 0.2vw rgba(121,121,121,0.5);
    -o-box-shadow: inset 0.05vw 0.05vw 0.2vw rgba(121,121,121,0.5);
    }


.button[data-C='G']{
background: rgba(3,33,33,0.75);
}
    .button[data-C='G']:hover, .button[data-C='G']:active{
    background: rgba(3,33,33,0.85);
    }

.button[data-C='R']{
background: rgba(190,9,9,0.75);
}
    .button[data-C='R']:hover, .button[data-C='R']:active{
    background: rgba(190,9,9,0.85);
    }

.button[data-Large]{
width: 20vw;
}



input{
padding: 0vw 0.5vw;
    
width: 15vw; 
line-height: 2vw;    
    
font-family: 'Montserrat', sans-serif;
font-size: 0.85vw;
text-align: center;	
    
caret-color: #0F8F8E;
    
outline: none;
border: 0.05vw solid rgba(121,121,121,0.5);
border-radius: 0.25vw;
    
cursor: text;
}
    input[readonly], textarea[readonly], input[disabled], select[disabled], .choiceNoUpd{
    color: rgba(3,33,33,0.75);
    font-weight: bold;
        
    background: rgba(15,143,142,0.05);
        
    cursor: default;
    }
select{
padding: 0vw 0.5vw;
    
width: 16.15vw; 
height: 2.09vw;    
    
font-family: 'Montserrat', sans-serif;
font-size: 0.85vw;
text-align: left;
text-decoration: none !important;    
    
caret-color: #0F8F8E;
    
outline: none;
border: 0.05vw solid rgba(121,121,121,0.5);
border-radius: 0.25vw;
    
cursor: pointer;
}
    optgroup{
    padding-bottom: 0.25vw;
        
    font-size: 1vw;    
    text-align: left;
    font-weight: bold;
    color: #0F8F8E;
        
    border-bottom: 0.05vw solid #0F8F8E;
    }
    option{
    color: #000000;
    }
    input[type='radio'], input[type='checkbox']{
    width: 1.25vw;
    height: 1.25vw;
        
    cursor: pointer;
    }
    input[type='number']{
    width: 5vw;
    }
    input[type='file']{
    display: none;
    }
    input[type='datetime-local']{
    height: 2vw;    
    }
        input:hover, select:hover, .choice:hover{
        outline: 0.05vw solid rgba(190,130,9,0.25);
        }
        input:focus, select:focus{
        outline: 0.05vw solid rgba(190,130,9,0.85);
        }

textarea{
padding: 0.25vw 0.5vw;
    
width: 15vw; 
line-height: 1.15vw;    
height: 5vw;    
min-height: 5vw;    
max-height: 15vw;    
    
font-family: 'Montserrat', sans-serif;
font-size: 0.85vw;
text-align: left;	
    
caret-color: #0F8F8E;
    
resize: vertical;
    
outline: none;
border: 0.05vw solid rgba(121,121,121,0.5);
border-radius: 0.25vw;
    
cursor: text;
}

.choiceBox{
display: flex;
align-items: center;
justify-content: center;
column-gap: 1vw;    
flex-wrap: wrap;
    
width: 16vw;
}
    .choiceNoUpd{
    line-height: 2vw;    
        
    font-size: 0.75vw;    
    text-align: left;

    outline: none;
    border: 0.05vw solid rgba(121,121,121,0.5);
    border-radius: 0.25vw;
        
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 4vw;
        
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }

    .choice{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.25vw;
    flex: 1 1 0;
        
    font-size: 0.75vw;    
    text-align: left;

    outline: none;
    border: 0.05vw solid rgba(121,121,121,0.5);
    border-radius: 0.25vw;
        
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 4vw;
        
    cursor: pointer;
        
    opacity: 0.35;    
        
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
        .choiceBox input{
        display: none;
        }
        .choiceBox div{
        line-height: 2vw;    
        }


.inputCheckUnsaved{
border: 0.05vw solid #BE0909 !important;
}


[contenteditable]{
margin: 0.5vw;    
    
outline: none;
border: 0.05vw solid rgba(121,121,121,0.5);
    
border-radius: 0.25vw;
    
background: rgba(255,255,255,0.75);  
    
overflow-x: hidden;
overflow-y: scroll;
    
cursor: text;
}










.formBox{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
    
margin: 0vw auto;
}
    .formRow{
    display: flex;
    align-items: center;
    column-gap: 1vw;
                
    position: relative;
        
    margin-bottom: 0.5vw;   
        
    z-index: 1;
    }
        .formRowTop{
        align-items: flex-start;
        }
        .formRow label{
        width: 15vw;    
        line-height: 1.85vw;    

        font-size: 0.85vw;    
        color: #797979;    
        font-weight: bold;
        text-align: right;

        cursor: pointer;
        }

        #togglePassword{
        position: absolute;
        top: 0.5vw;
        right: 0.5vw;
            
        height: 1vw;
            
        cursor: pointer;
            
        z-index: 2;
        }



a{
color: #BE8209;  
text-decoration: underline;
font-style: italic;
font-size: 90%;
}



.table{
width: 100%;
}
    .tableRow, .tableHead{
    display: flex;
    }
        .tableHead{
        padding-right: 0.3vw;        
            
        font-weight: bold;
            
        background: rgba(15,143,142,0.15);
            
        border-bottom: 0.1vw solid #0F8F8E;
        }
        .tableRow:nth-of-type(odd){
        background: rgba(15,143,142,0.05);
        }
    .tableContent{
    max-height: 50vh;
        
    font-size: 0.75vw;
        
    overflow-x: hidden;
    overflow-y: scroll;
    }
.tableCell{
flex: 1 0 0;    

padding: 0.5vw;
    
width: 20%;
    
box-sizing: border-box;   
    
overflow: hidden;
}
    .tableCell{
    border-right: 0.05vw solid rgba(121,121,121,0.25);   
    }


/*
#################################################################
*/


#top{
position: fixed;
top: 0vw;
left: 0vw;
    
display: flex;
align-items: center;
justify-content: space-between;
    
padding: 0vw 5vw;    
    
width: 90vw;
height: 5vw;
    
background: #FFFFFF;    
    
box-shadow: 0vw 0vw 0.15vw #797979;
-webkit-box-shadow: 0vw 0vw 0.15vw #797979;
-moz-box-shadow: 0vw 0vw 0.15vw #797979;
-o-box-shadow: 0vw 0vw 0.15vw #797979;
    
z-index: 10;
}
    #logo{
    width: 10vw;
    height: 4vw;    
    
    background: url("../../img/logo.png") center center no-repeat;
    background-size: contain;
        
    cursor: pointer;
    }
    #menuTop{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1vw; 
    }
        .menu{
        width: 12vw;
        line-height: 5vw;
            
        color: #0F8F8E;
        font-size: 1.05vw;
            
        text-shadow: 0.05vw 0.05vw 0.05vw rgba(121,121,121,0.5);
            
        cursor: pointer;
            
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        }
            .menu:hover{
            font-weight: bold;

            border-bottom: 0.15vw solid #0F8F8E;
            }

        #menuTopMobile{
        display: none;
        }


.tit{
padding-bottom: 1vw;    
    
font-size: 1.15vw;
color: #0F8F8E;    
font-weight: bold;
}


/*
#################################################################
*/


#content{
margin: 7.5vw 0vw;
    
padding: 0vw 5vw;    
    
width: 90vw;
min-height: calc(100vh - 26vw);
    
z-index: 1;    
}


/*
#################################################################
*/


.registerTypeRow{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
column-gap: 1vw;    
grid-row-gap: 1vw;
    
margin-bottom: 1vw;    
}
    .registerTypeContainer:last-of-type{
    display: none;
    }

    .registerType, .registerTypeToggle{
    padding: 7vw 1vw 0.75vw 1vw;
        
    width: 20vw;
            
    color: #0F8F8E;
    font-size: 1.05vw;
        
    background-size: auto 5.25vw;
    background-repeat: no-repeat;
    background-position: center 1vw;
        
    border-radius: 0.25vw;    
        
    text-shadow: 0.05vw 0.05vw 0.05vw rgba(121,121,121,0.5);
        
    cursor: pointer;
        
    box-shadow: 0vw 0vw 0.15vw #797979;
    -webkit-box-shadow: 0vw 0vw 0.15vw #797979;
    -moz-box-shadow: 0vw 0vw 0.15vw #797979;
    -o-box-shadow: 0vw 0vw 0.15vw #797979;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
        .registerType:hover, .registerType:active, .registerTypeToggle:hover, .registerTypeToggle:active{
        outline: 0.05vw solid #0F8F8E;
        }
        .registerType:active, .registerTypeToggle:active{
        box-shadow: inset 0vw 0vw 0.15vw #797979;
        -webkit-box-shadow: inset 0vw 0vw 0.15vw #797979;
        -moz-box-shadow: inset 0vw 0vw 0.15vw #797979;
        -o-box-shadow: inset 0vw 0vw 0.15vw #797979;
        }

#registerFormBox{
display: none;
}

#registerForm_Info{
margin: 1vw auto 0vw auto;
    
text-align: center;
font-size: 0.75vw;
}
    .registerForm_policyRow{
    display: flex;
    align-items: center;
    column-gap: 0.5vw;
        
    margin-bottom: 0.5vw;
    }
        .registerForm_policyRow label{               
        cursor: pointer;

        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        }

    #registerForm_MailInfo{
    margin: 1vw auto;
    padding: 1vw 2.5vw;
        
    border-radius: 0.75vw;
        
    box-shadow: 0vw 0vw 0.15vw #797979;
    -webkit-box-shadow: 0vw 0vw 0.15vw #797979;
    -moz-box-shadow: 0vw 0vw 0.15vw #797979;
    -o-box-shadow: 0vw 0vw 0.15vw #797979;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    }


#userContent{
padding-top: 1.5vw;    
}


/*
#################################################################
*/


#loginForm_Confirm{
margin-top: 0.5vw;        
}


#loginForm_pswLost{
margin-top: 1vw;    
    
font-size: 0.75vw;
font-style: italic;
    
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

#loginForm_pswLostInfo{
display: none;
    
margin: 1.5vw auto 2.5vw auto;
    
text-align: center;
font-size: 0.75vw;
}

#loginForm_pswLostConfirm{
display: none;
}


#login_nYrBox{
margin-top: 2.5vw;    
padding-top: 2.5vw;    
    
width: 50%;    
    
border-top: 0.05vw solid rgba(121, 121, 121, 0.5);    
    
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
    #login_nYrTit{
    padding-bottom: 0.5vw;
        
    font-size: 0.85vw;
    }
    #login_nYrBox .button{
    margin: 0vw auto;    
    }


/*
#################################################################
*/


#dashboard_top{
display: flex;
justify-content: space-between;
align-items: center;
    
margin-top: -1vw;    
    
width: 100%;
}


/*
#################################################################
*/

#profilo_main{
display: flex;
align-content: flex-start;
}
    #profilo_main .formBox{
    justify-content: flex-start;
    }

    .profilo_hr{
    width: 100%;    
    height: 1vw;
    }

    #profilo_Email{ 
    font-style: italic;
    font-size: 75%;
    }

    #profiloUpd_Confirm{
    margin-bottom: 3.5vw;    
    }

/*
#################################################################
*/

#animali_new{
margin: 0vw auto 2.5vw auto;

width: 50vw;
}


#animali_container{
display: flex;
flex-wrap: wrap;
align-items: center;
column-gap: 1vw;  
grid-row-gap: 1vw;    
    
margin: 0vw auto;
    
width: 79vw;
}
    .animali_box{
    position: relative;
                
    width: 9.9vw;
    height: 9.9vw;  
        
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
        
    border-radius: 0.5vw;    
        
    text-shadow: 0.05vw 0.05vw 0.05vw rgba(121,121,121,0.5);
        
    outline: 0.05vw solid rgba(190,130,9,0.25);
        
    cursor: pointer;
        
    box-shadow: 0vw 0vw 0.15vw rgba(121,121,121,0.35);
    -webkit-box-shadow: 0vw 0vw 0.15vw rgba(121,121,121,0.35);
    -moz-box-shadow: 0vw 0vw 0.15vw rgba(121,121,121,0.35);
    -o-box-shadow: 0vw 0vw 0.15vw rgba(121,121,121,0.35);

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
        
    overflow: hidden;    
    }
        .animali_box:hover, .animali_box:active{
        box-shadow: 0vw 0vw 0.15vw rgba(121,121,121,1.00);
        -webkit-box-shadow: 0vw 0vw 0.15vw rgba(121,121,121,1.00);
        -moz-box-shadow: 0vw 0vw 0.15vw rgba(121,121,121,1.00);
        -o-box-shadow: 0vw 0vw 0.15vw rgba(121,121,121,1.00);
        }

        .animali_boxImg{
        width: 100%;
        height: 100%;  

        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        }
        .animali_boxTitRow{
        display: flex;
        align-items: center;
        justify-content: space-between;
            
        position: absolute;
        bottom: 0vw;
        left: 0vw;
        
        padding: 0vw 0.5vw;    
            
        width: calc(100% - 1vw);
        line-height: 2.5vw;
            
        text-align: center;
            
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
            
        background: rgba(255,255,255,0.85); 
        }
            .animali_boxTit{
            flex-grow: 1;
                
            padding: 0vw 0.25vw;    
                
            text-align: center;

            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            }
            .animali_boxPref{
            height: 2vw;

            cursor: pointer;
            }

        .animali_boxSeparator{
        margin-top: 1.5vw;    
        padding-top: 2.5vw;    
            
        width: 100%;
            
        border-top: 0.05vw solid #0F8F8E;
        }

    .animali_boxDel{
    position: absolute;
    top: 0.75vw;
    right: 0.75vw;
        
    padding: 0.25vw;
        
    width: 2vw;
        
    background: rgba(255,255,255,0.75);
        
    border-radius: 0.25vw;    
        
    box-shadow: 0vw 0vw 0.15vw #797979;
    -webkit-box-shadow: 0vw 0vw 0.15vw #797979;
    -moz-box-shadow: 0vw 0vw 0.15vw #797979;
    -o-box-shadow: 0vw 0vw 0.15vw #797979;
    }
        .animali_boxDel:hover{
        background: rgba(255,255,255,0.85);
        }



#animaliForm_NoIDrow{
display: inline-block;
    
margin-bottom: 2.5vw;        
margin-left: 16vw;        
padding-left: 2.25vw;    
padding-right: 0.75vw;    
    
line-height: 2.25vw;    
    
font-size: 0.8vw;
font-style: italic;
font-weight: bold;
    
color: #BE8209;    
    
border-radius: 0.25vw;    
    
background: url("../../img/info.png") 0.5vw center no-repeat;
background-size: auto 1.35vw;
    
box-shadow: 0vw 0vw 0.15vw #BE8209;
-webkit-box-shadow: 0vw 0vw 0.15vw #BE8209;
-moz-box-shadow: 0vw 0vw 0.15vw #BE8209;
-o-box-shadow: 0vw 0vw 0.15vw #BE8209;
}




#animali_menu{
display: flex;
align-items: center;
justify-content: flex-start;
column-gap: 1vw;
    
margin-top: -1.5vw;    
    
width: 100vw; 
        
background: #FFFFFF;    
        
z-index: 2; 
}
    .animali_menu{
    padding: 0vw 1vw;    
        
    width: 13vw;
    line-height: 2.5vw;
        
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
        
    background: rgba(15,143,142,0.1);
        
    border-radius: 0.5vw 0.5vw 0vw 0vw;    

    cursor: pointer;
        
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
        .animali_menu:hover, .animali_menu:active, .animali_menuActive{
        background: rgba(15,143,142,0.25);
        }
        .animali_menuActive{
        color: #FFFFFF;    
            
        background: rgba(15,143,142,1.00) !important;
        }


#animali_content{
padding: 1vw;    
    
min-height: 30.15vw;    
    
border-radius: 0vw 0.5vw 0.5vw 0.5vw;        
    
border: 0.15vw solid #0F8F8E;
}

    #animali_profilo_content{
    display: flex;
    justify-content: flex-start;    
    column-gap: 1vw;
    }
        #animali_profilo_img{
        position: relative;
            
        width: 30vw;
        height: 30vw;
            
        border-radius: 0vw 0.5vw 0.5vw 0.5vw;    
        border: 0.05vw solid #BE8209;    
            
        background-color: rgba(121,121,121,0.05);    
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;

        box-shadow: inset 0vw 0vw 0.25vw #797979;
        -webkit-box-shadow: inset 0vw 0vw 0.25vw #797979;
        -moz-box-shadow: inset 0vw 0vw 0.25vw #797979;
        -o-box-shadow: inset 0vw 0vw 0.25vw #797979;
            
        cursor: pointer;

        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;            
        }
            #animali_profilo_imgUpdate{
            position: absolute;
            bottom: 1vw;    
            right: 4vw;
                
            padding: 0.25vw;
                
            width: 2vw;
                
            background: rgba(255,255,255,0.75);
                
            border-radius: 0.25vw;    
                
            box-shadow: 0vw 0vw 0.15vw #797979;
            -webkit-box-shadow: 0vw 0vw 0.15vw #797979;
            -moz-box-shadow: 0vw 0vw 0.15vw #797979;
            -o-box-shadow: 0vw 0vw 0.15vw #797979;
            }
            #animali_profilo_imgDelete{
            position: absolute;
            bottom: 1vw;    
            right: 1vw;
                
            padding: 0.25vw;
                
            width: 2vw;
                
            background: rgba(255,255,255,0.75);
                
            border-radius: 0.25vw;    
                
            box-shadow: 0vw 0vw 0.15vw #797979;
            -webkit-box-shadow: 0vw 0vw 0.15vw #797979;
            -moz-box-shadow: 0vw 0vw 0.15vw #797979;
            -o-box-shadow: 0vw 0vw 0.15vw #797979;
            }
                #animali_profilo_img img:hover{
                background: rgba(255,255,255,0.85);
                }

        #animali_profilo_Transfer{
        margin-top: 2.5vw;
        }
        #animali_profilo_Delete{
        margin-top: 0.5vw;
        }


            .animali_transfer_buttons{
            display: flex;
            align-items: center;
            justify-content: center;
            column-gap: 1vw;
                
            margin: 1.5vw auto;
            }

        #animali_transfer_1{
        margin: 1vw auto;
        }
            #animali_transfer_1info{
            display: inline-block;
                
            margin: 0vw auto;
            padding-top: 3.25vw;
            padding-bottom: 0.5vw;
                
            text-align: left;
            font-size: 1.5vw;    
            font-weight: bold;
            color: #BE8209;
                
            background: url('../../img/info.png') top center no-repeat;
            background-size: auto 2.75vw;
            }


        #animali_transfer_2{
        display: none;
            
        margin-top: 0.75vw;    
        }

#animali_transfer_input{
margin-top: 0.5vw;    
    
width: 30vw;    
}



        #animali_profilo_main{
        align-self: flex-start;
            
        position: relative;
            
        margin: 0vw;    
            
        width: 32.5vw;    
        }

        #animali_profilo_RightBox{
        display: flex;
        justify-content: space-between;
        }
            #animali_profilo_Pref{
            margin: 0vw 10vw 0vw 2.5vw; 
                 
            height: 2vw;
            
            cursor: pointer;
            }
            #animali_profilo_QR{
            width: 10vw;
            height: 10vw;
                
            border-radius: 0.5vw;    
            
            border: 0.15vw solid #BE8209;
                
            background: rgba(121, 121, 121, 0.15) url('../../img/load.gif') center center no-repeat;
            background-size: 50%;
                
            box-shadow: 0vw 0vw 0.15vw #797979;
            -webkit-box-shadow: 0vw 0vw 0.15vw #797979;
            -moz-box-shadow: 0vw 0vw 0.15vw #797979;
            -o-box-shadow: 0vw 0vw 0.15vw #797979;

            overflow: hidden;
            }        
                #animali_profilo_QR img{
                width: 100%;
                height: 100%;
                }
                

    #animali_sanit_head{
    display: flex;
    column-gap: 1vw;
        
    text-align: left;
    }
        #animali_sanit_headSx{
        text-align: center;    
        }
            #animali_sanit_headSx_box{
            display: flex;
            flex-wrap: wrap;

            padding-right: 0.75vw;    
            padding-bottom: 0.75vw;    

            width: 43.5vw;
            height: 17.15vw;    

            background: rgba(190,130,9,0.05);

            border-radius: 0.5vw 0vw 0vw 0.5vw;

            border: 0.05vw solid rgba(121,121,121,0.5);    

            box-shadow: inset 0vw 0vw 0.15vw #797979;
            -webkit-box-shadow: inset 0vw 0vw 0.15vw #797979;
            -moz-box-shadow: inset 0vw 0vw 0.15vw #797979;
            -o-box-shadow: inset 0vw 0vw 0.15vw #797979;

            overflow-x: hidden;
            overflow-y: scroll;
            }
                .animali_sanit_headSx{
                position: relative;
                    
                margin: 0.75vw 0vw 0vw 0.75vw;

                width: 10vw;
                height: 10vw;

                border-radius: 0.5vw;

                outline: 0.05vw solid #BE8209;

                background-image: url('../../img/file.png');
                background-color: #FFFFFF;    
                background-position: center center;
                background-size: auto 4vw;
                background-repeat: no-repeat;

                cursor: pointer;
                    
                overflow: hidden;
                }
                    .animali_sanit_headSx:hover{
                    box-shadow: 0vw 0vw 0.25vw #797979;
                    -webkit-box-shadow: 0vw 0vw 0.25vw #797979;
                    -moz-box-shadow: 0vw 0vw 0.25vw #797979;
                    -o-box-shadow: 0vw 0vw 0.25vw #797979;
                    }

                    .animali_sanit_headSxContent{
                    width: 100%;
                    height: 100%;
                        
                    background-position: center center;
                    background-size: cover;
                    background-repeat: no-repeat;

                    z-index: 1;
                    }
                    .animali_sanit_headSxUpd{
                    position: absolute;
                    bottom: 0.5vw;    
                    right: 3vw;

                    padding: 0.25vw;

                    width: 1.25vw;

                    background: rgba(255,255,255,0.75);

                    border-radius: 0.25vw;
 
                    box-shadow: 0vw 0vw 0.15vw #797979;
                    -webkit-box-shadow: 0vw 0vw 0.15vw #797979;
                    -moz-box-shadow: 0vw 0vw 0.15vw #797979;
                    -o-box-shadow: 0vw 0vw 0.15vw #797979;
                       
                    z-index: 2;
                    }
                    .animali_sanit_headSxDel{
                    position: absolute;
                    bottom: 0.5vw;    
                    right: 0.5vw;

                    padding: 0.25vw;

                    width: 1.25vw;

                    background: rgba(255,255,255,0.75);

                    border-radius: 0.25vw;    

                    box-shadow: 0vw 0vw 0.15vw #797979;
                    -webkit-box-shadow: 0vw 0vw 0.15vw #797979;
                    -moz-box-shadow: 0vw 0vw 0.15vw #797979;
                    -o-box-shadow: 0vw 0vw 0.15vw #797979;
                        
                    z-index: 2;
                    }
                        .animali_sanit_headSx img:hover{
                        background: rgba(255,255,255,0.85);
                        }




        #animali_sanit_headDx{
        width: calc(50% - 0.5vw);
        }

            #animali_sanitConfirm{
            margin: 0vw auto;
            }





#animali_sanit_docsMain{
display: flex;
flex-direction: column;
flex-wrap: wrap;
    
margin-top: 5vw;    
}    

        #animali_sanit_docs{
        order: 2;
        }

        .animali_sanit_docs_row{
        flex-wrap: wrap;
            
        min-height: 3vw;
        height: 3vw;
            
        overflow: hidden;
        }
            .animali_sanit_docs_row .miniLoader{
            margin: 0vw auto;
                
            height: 3vw;
            }

            .animali_sanit_docs_c2{
            flex: 0 0 auto;

            width: 7.5vw;

            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;            
            }
                .animali_sanit_docs_c2_tipo span{
                font-style: italic;
                color: rgba(0,0,0,0.35);
                }
                .animali_sanit_docs_c2_tipoSel{
                display: none;
                    
                width: 6.5vw;
                    
                font-size: 0.75vw;    
                }

            .animali_sanit_docs_c3{
            flex: 0 0 auto;

            width: 11.5vw;
                
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;            
            }
                .animali_sanit_docs_c3_edit{
                display: none;
                    
                width: calc(100% - 1vw);
                }

            .animali_sanit_docs_c4{
            flex: 0 0 auto;
                
            width: 15vw;
                
            text-align: left;
                
            background-position: center left;
            background-repeat: no-repeat;
            background-size: auto 1.75vw;
            }
                .animali_sanit_docs_c4_tit{
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                }
                .animali_sanit_docs_c4_subTit{
                padding-top: 0.15vw;
                    
                font-style: italic;
                color: rgba(0,0,0,0.35);
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                    
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;            
                }


            .animali_sanit_docs_c4_5_6{
            display: none;
                
            flex: 0 0 auto;
            
            width: 26vw;
            }
                #animali_sanit_docsAdd, .animali_sanit_docsUpdConfirm{
                width: 20vw;    
                height: 2vw;
                }
                .animali_sanit_docsCancel, .animali_sanit_docsCancelRow{
                margin-top: 1.5vw;    
                    
                width: 20vw;    
                height: 1.5vw;
                line-height: 1.5vw;
                    
                font-size: 75%;    
                }


            .animali_sanit_docs_c5{
            flex: 0 0 auto;

            position: relative;

            width: 5vw;
            }

                .tableContent .animali_sanit_docs_c5{
                min-height: 3vw;    
                    
                background-image: url('../../img/file.png');
                background-position: center 0.5vw;
                background-repeat: no-repeat;
                background-size: auto 2vw;
                }
                    .animali_sanit_docs_c5_count{
                    position: absolute;
                    top: 1.65vw;    
                    right: 1.5vw;    

                    width: 1vw;
                    line-height: 1vw;

                    text-align: center;
                    color: #FFFFFF; 
                    font-size: 0.5vw;
                    font-weight: bold;

                    border-radius: 1vw;

                    background: #0F8F8E;
                    }


            .animali_sanit_docs_c6{
            flex: 0 0 auto;
                
            display: flex;
            justify-content: center;
            column-gap: 0.5vw;

            width: 6vw;
            }
                .animali_sanit_docsUpd, .animali_sanit_docsDel{
                margin-top: 0.15vw;    
                    
                height: 1.75vw;
                    
                cursor: pointer;
                }

                .tableContent .animali_sanit_docs_c1{
                height: 100%;    
                min-height: 3vw;    
                    
                text-align: left;
                    
                background-position: top right;    
                background-size: 2vw;
                background-repeat: no-repeat;
                    
                overflow-x: hidden;
                overflow-y: auto;
                }

            .animali_sanit_docs_row:hover, .animali_sanit_docs_row:active{
            background: rgba(190,130,9,0.25) !important;
                
            cursor: pointer;
            }
            .animali_sanit_docs_row[data-Open], .animali_sanit_docs_row[data-S='new']{
            height: auto;
                
            background: rgba(190,130,9,0.2);
            }



            .animali_sanit_docs_rowAllegati{
            flex: 1 0 calc(100% - 1.5vw);
                
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            column-gap: 0.75vw;
                
            padding: 0.25vw 0.75vw;    
                
            background: rgba(255,255,255,0.35);    
                
            border-top: 0.05vw solid rgba(121,121,121,0.25);
                
            box-shadow: inset 0vw 0vw 0.15vw rgba(121,121,121,0.5);
            -webkit-box-shadow: inset 0vw 0vw 0.15vw rgba(121,121,121,0.5);
            -moz-box-shadow: inset 0vw 0vw 0.15vw rgba(121,121,121,0.5);
            -o-box-shadow: inset 0vw 0vw 0.15vw rgba(121,121,121,0.5);
            }
                .animali_sanit_docs_rowAllegatiBox{
                position: relative;
                    
                margin: 0.5vw 0vw;

                width: 10vw;
                height: 10vw;

                border-radius: 0.5vw;

                outline: 0.05vw solid #BE8209;

                background-image: url('../../img/file.png');
                background-color: #FFFFFF;    
                background-position: center center;
                background-size: auto 4vw;
                background-repeat: no-repeat;

                cursor: pointer;
                    
                overflow: hidden;
                }

                    .animali_sanit_docs_rowAllegatiBox_empty{
                    padding-top: 4.5vw;    
                    padding-bottom: 0.5vw;    
                        
                    width: 100%;
                        
                    font-size: 0.65vw;
                    font-style: italic;
                        
                    background: url('../../img/empty.png') center 1vw no-repeat;
                    background-size: auto 2.75vw;
                    
                    opacity: 0.5;
                    }

                    .animali_sanit_docs_rowAllegatiBox:hover{
                    box-shadow: 0vw 0vw 0.25vw #797979;
                    -webkit-box-shadow: 0vw 0vw 0.25vw #797979;
                    -moz-box-shadow: 0vw 0vw 0.25vw #797979;
                    -o-box-shadow: 0vw 0vw 0.25vw #797979;
                    }

                    .animali_sanit_docs_rowAllegatiBoxContent{
                    width: 100%;
                    height: 100%;
                        
                    background-position: center center;
                    background-size: cover;
                    background-repeat: no-repeat;

                    z-index: 1;
                    }
                    .animali_sanit_docs_rowAllegatiBoxUpd{
                    position: absolute;
                    bottom: 0.5vw;    
                    right: 3vw;

                    padding: 0.25vw;

                    width: 1.25vw;

                    background: rgba(255,255,255,0.75);

                    border-radius: 0.25vw;
 
                    box-shadow: 0vw 0vw 0.15vw #797979;
                    -webkit-box-shadow: 0vw 0vw 0.15vw #797979;
                    -moz-box-shadow: 0vw 0vw 0.15vw #797979;
                    -o-box-shadow: 0vw 0vw 0.15vw #797979;
                       
                    z-index: 2;
                    }
                    .animali_sanit_docs_rowAllegatiBoxDel{
                    position: absolute;
                    bottom: 0.5vw;    
                    right: 0.5vw;

                    padding: 0.25vw;

                    width: 1.25vw;

                    background: rgba(255,255,255,0.75);

                    border-radius: 0.25vw;    

                    box-shadow: 0vw 0vw 0.15vw #797979;
                    -webkit-box-shadow: 0vw 0vw 0.15vw #797979;
                    -moz-box-shadow: 0vw 0vw 0.15vw #797979;
                    -o-box-shadow: 0vw 0vw 0.15vw #797979;
                        
                    z-index: 2;
                    }
                        .animali_sanit_docs_rowAllegatiBox img:hover{
                        background: rgba(255,255,255,0.85);
                        }












    #animali_sanit_docsHead{
    order: 1;

    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 1vw;

    width: 100%; 

    background: #FFFFFF;    

    z-index: 2; 
    }
        .animali_sanit_docsHead{
        display: flex;
        align-items: center;
        column-gap: 0.5vw;
            
        padding: 0vw 0.25vw;    

        width: 11.5vw;
        line-height: 2.25vw;

        background: rgba(190,130,9,0.1);

        border-radius: 0.5vw 0.5vw 0vw 0vw;    

        cursor: pointer;

        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        }
            .animali_sanit_docsHead div{
            font-size: 0.75vw;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            }
            .animali_sanit_docsHead:hover, .animali_sanit_docsHead:active, .animali_sanit_docsHeadActive{
            background: rgba(190,130,9,0.25);
            }
            .animali_sanit_docsHeadActive{
            color: #FFFFFF;    

            background: rgba(190,130,9,1.00) !important;
            }

        #animali_sanit_docsNew{
        margin: 2vw auto;
            
        width: 50%;    
        }



    #animali_docs_content{
    display: flex;
    flex-wrap: wrap;
    column-gap: 1vw;
    grid-row-gap: 1vw;
        
    padding: 0.5vw;    
    }
        .animali_docs_box{
        position: relative;
            
        padding-top: 8vw;
        padding-bottom: 0.5vw;
            
        width: 10vw;
        height: 1.5vw;
        line-height: 1.5vw;

        border-radius: 0.5vw;

        outline: 0.05vw solid rgba(121,121,121,0.4);

        background-image: url('../../img/file.png');
        background-color: #FFFFFF;    
        background-position: center 1.75vw;
        background-size: auto 4vw;
        background-repeat: no-repeat;

        cursor: pointer;
            
        overflow: hidden;
        }
            .animali_docs_box[data-D='new']{
            background-image: url('../../img/add.png');
            background-position: center 2.25vw;
            }

            .animali_docs_boxTit{
            position: absolute;
            bottom: 0.5vw;    
            left: 0.5vw;    
                
            padding: 0vw 0.5vw;
                
            width: calc(100% - 2vw);
            height: 1.5vw;
            line-height: 1.5vw;
                
            text-align: center;
            font-size: 0.65vw;    
                
            background-position: right center;
            background-size: auto 90%;
            background-repeat: no-repeat;
            background-color: rgba(255,255,255,0.9);
                
            z-index: 2;
            }
                div.animali_docs_boxTit{
                font-style: italic;
                font-size: 0.55vw;    
                }
            .animali_docs_boxDel{
            position: absolute;
            top: 0.5vw;
            right: 0.5vw;
                
            padding: 0.25vw;

            width: 1.25vw;

            background: rgba(255,255,255,0.75);

            border-radius: 0.25vw;    

            box-shadow: 0vw 0vw 0.15vw #797979;
            -webkit-box-shadow: 0vw 0vw 0.15vw #797979;
            -moz-box-shadow: 0vw 0vw 0.15vw #797979;
            -o-box-shadow: 0vw 0vw 0.15vw #797979;
                
            cursor: pointer;
                
            z-index: 2;
            }
                .animali_docs_boxDel:hover{
                background: rgba(255,255,255,0.85);
                }

            .animali_docs_boxContent{
            position: absolute;
            top: 0vw;
            right: 0vw;
                
            width: 10vw;    
            height: 10vw;    
            
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
                
            z-index: 1;
            } 

        
    #animali_profSearchContainer, #animali_SearchContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1vw;
    }
        #animali_profSearch, #animali_Search{
        flex-grow: 1;
            
        line-height: 2.5vw;
        }
        #animali_profSearchIcon, #animali_SearchIcon{
        height: 2.5vw;
            
        cursor: pointer;
        }

            #animali_profSearchRes, #animali_SearchRes{
            display: flex;
            flex-wrap: wrap;
                
            margin: 0.5vw auto 2.5vw auto;    
            padding: 0vw 0.5vw 0.5vw 0.5vw;    
                
            width: 100%;
            height: 8.5vw;
                
            border-bottom: 0.05vw solid #0F8F8E;    
                
            overflow-x: hidden;
            overflow-y: auto;
            }
                #animali_profSearchRes .miniLoader, #animali_SearchRes .miniLoader{
                height: 90%;
                }


            .animali_profBox, .animali_resBox{
            position: relative;
                
            margin: 0.5vw;    
            padding: 0.5vw 0.5vw 0.5vw 5vw;

            width: 22.75vw;    
            height: 3.5vw;    
            line-height: 1vw;    

            text-align: left;

            border-radius: 0.35vw;    

            background-position: 1vw center;
            background-repeat: no-repeat;
            background-size: auto 3vw;

            box-shadow: 0vw 0vw 0.15vw #797979;
            -webkit-box-shadow: 0vw 0vw 0.15vw #797979;
            -moz-box-shadow: 0vw 0vw 0.15vw #797979;
            -o-box-shadow: 0vw 0vw 0.15vw #797979;

            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;            
                
            cursor: pointer;

            overflow: hidden; 
            }
                .animali_profBox[data-U='new']{
                line-height: 3.15vw;    
                    
                font-weight: bold;
                    
                outline: 0.05vw solid #BE8209;    
                    
                background-color: rgba(121, 121, 121, 0.1);    
                background-image: url('../../img/add.png'); 
                background-size: auto 50%; 
                background-position: 5% center;
                }
                .animali_profBox:hover, .animali_resBox:hover{
                box-shadow: 0vw 0vw 0.25vw #797979;
                -webkit-box-shadow: 0vw 0vw 0.25vw #797979;
                -moz-box-shadow: 0vw 0vw 0.25vw #797979;
                -o-box-shadow: 0vw 0vw 0.25vw #797979;
                }    

            .animali_resBox{
            padding: 0.5vw;
                
            width: 28.85vw;    
            }
                .animali_resImg{
                float: left;
                    
                margin-right: 0.5vw;    
                    
                width: 6vw;
                height: 100%;
                    
                border-radius: 0.25vw 0vw 0vw 0.25vw;    
                
                background-position: center center;
                background-repeat: no-repeat;
                }


                .animali_profTit, .animali_resTit{
                margin-right: 1vw;    
                    
                font-weight: bold;

                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                }
                    .userFormatInd{
                    height: 1.25vw;    
                    line-height: 1.25vw;    

                    font-size: 0.85vw;
                    font-weight: normal;    

                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    }


                    .animali_resTit{
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                        
                    margin-right: 0vw;    
                    }
                        .animali_resTitUid{
                        margin-right: 0.15vw;
                            
                        font-size: 65%;
                        font-style: italic;
                        }


                .animali_profSubTit, .animali_resSubTit{
                padding-top: 0.15vw;

                font-style: italic;
                font-size: 0.85vw;    
                color: rgba(0,0,0,0.35);

                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;

                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;            
                }

                .animali_resProp{
                padding-top: 0.35vw;
                    
                font-size: 0.75vw;    
                }


            .animali_profDel{
            position: absolute;
            top: 0.35vw;
            right: 0.35vw;
                
            height: 1vw;
                
            cursor: pointer;
            }




        #animali_profSearchEmpty{
        margin: 1.25vw auto 0vw auto;
        padding-top: 4.5vw;    

        text-align: center;
        font-size: 0.85vw;
        font-style: italic;
        color: rgba(0,0,0,0.45);

        background: url('../../img/empty.png') center top no-repeat;
        background-size: auto 3.5vw;
        }



#animali_profListBox{
display: flex;
flex-wrap: wrap;
}

    .profes_box{
    position: relative;
        
    margin: 0.5vw 0vw;    
    padding: 0.5vw;

    width: 28.25vw;
    }
        .profes_boxAn{
        padding: 0.25vw 1.5vw;    
            
        text-align: left;
        }
            .profes_boxAnLi{
            display: flex;
            align-items: center;
            justify-content: space-between;
            column-gap: 1vw;    
                
            padding-left: 2vw;
                
            line-height: 2vw;    
                
            background: url('../../img/li.png') center left no-repeat;
            background-size: auto 1.5vw;
                
            cursor: pointer;
            }
                .profes_boxAnLi_Nome{
                flex-grow: 1;
                }
                .profes_boxAnLi_Specie{
                text-align: right;
                font-size: 65%;
                color: rgba(0,0,0,0.5);
                font-style: italic;
                }
                .profes_boxAnLiDel{
                height: 1.25vw;
                }

        .profes_boxA_all{
        margin: 0.5vw auto;
            
        width: 100%;
            
        text-align: center;
        font-size: 0.75vw;
        font-style: italic;
        color: #BE8209;
        text-decoration: underline;
            
        cursor: pointer;
            
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        }
            .profes_boxA_all:hover{
            text-decoration-style: dashed;
            }


#profes_box{
display: flex;
flex-wrap: wrap;
    
margin-top: -3vw;    
}



#dashboard_content{
display: flex;
flex-wrap: wrap;
align-items: stretch;
column-gap: 1vw;
grid-row-gap: 5vw;
    
margin-top: 2.5vw; 
}
    #dashboard_animali{
    margin-right: 1vw;    
        
    width: 44vw;
        
    order: 2;    
    }
        #dashboard_animaliBox{
        display: flex;
        flex-wrap: wrap;
        column-gap: 1vw;
        grid-row-gap: 1vw;
        align-items: flex-start;
        justify-content: flex-start;

        padding: 0.5vw;
            
        width: calc(100% - 1vw);
        height: 15vw;
        
        background: #FCFCFC;    
            
        border-radius: 0.65vw 0vw 0vw 0.65vw;    

        box-shadow: inset 0vw 0vw 0.15vw #797979;
        -webkit-box-shadow: inset 0vw 0vw 0.15vw #797979;
        -moz-box-shadow: inset 0vw 0vw 0.15vw #797979;
        -o-box-shadow: inset 0vw 0vw 0.15vw #797979;
            
        overflow-x: hidden;
        overflow-y: scroll;
        }


    #dashboard_help{
    align-self: flex-start;    

    margin: 2.4vw 5vw 1vw 5vw;    
    padding: 4vw 0vw 1vw 16.5vw;    
        
    width: 17.5vw;
    height: 11vw;
        
    border-radius: 0.5vw;    
            
    box-shadow: 0vw 0vw 0.15vw #797979;
    -webkit-box-shadow: 0vw 0vw 0.15vw #797979;
    -moz-box-shadow: 0vw 0vw 0.15vw #797979;
    -o-box-shadow: 0vw 0vw 0.15vw #797979;
        
    background: #FCFCFC url('../../img/dashboard.png') left top no-repeat;
    background-size: auto 100%;
        
    order: 0;    
        
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
        #dashboard_helpTit{
        margin: 1vw auto;
            
        font-size: 1.15vw;
        }
        #dashboard_helpButton{
        margin: 0vw auto;
        }



    #dashboard_profs{
    width: 100%;
    height: 22.5vw;
            
    order: 1;    
    }
        #dashboard_profsMap{
        width: 100%;
        height: 100%;
            
        background: #FCFCFC;   

        border-radius: 0.5vw;    

        box-shadow: 0vw 0vw 0.15vw #797979;
        -webkit-box-shadow: 0vw 0vw 0.15vw #797979;
        -moz-box-shadow: 0vw 0vw 0.15vw #797979;
        -o-box-shadow: 0vw 0vw 0.15vw #797979;

        overflow: hidden;
            
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;   
        }

            .dashboard_profsMapIW{
            padding-left: 5vw;    

            height: 4.75vw;    
            line-height: 1.5vw;    

            font-family: 'Montserrat', sans-serif;
            font-size: 1vw;
            text-align: left;

            background-position: 0.25vw center;
            background-repeat: no-repeat;
            background-size: auto 3.5vw;
                
            cursor: pointer;
            }
                .dashboard_profsMapIWdet{
                margin-top: 0.5vw;    
                    
                text-align: center;
                font-size: 0.75vw;    
                color: #0F8F8E;
                font-style: italic;
                text-decoration: underline;
                }

    #dashboard_toDoList{        
    width: 44vw;
    height: 33vw;
            
    order: 3;    
    }
        .dashboard_toDoList_row{
        display: flex;
        align-items: flex-start;
            
        margin-bottom: 0.5vw;
            
        background: #FFFFFF;
        }
            .dashboard_toDoList_rowChecked{
            opacity: 0.35;
            }
                .dashboard_toDoList_rowChecked .dashboard_toDoList_rowTxt{
                text-decoration: line-through;
                }

            .dashboard_toDoList_rowPlaceholder, .dashboard_toDoList_row.ui-sortable-helper{
            margin-bottom: 0.5vw;
            padding: 0.5vw 0vw;    
                
            height: 3.5vw;    
                
            border: 0.05vw dashed rgba(121,121,121,0.25);
            border-radius: 0.5vw;
            
            background: rgba(241,241,241,0.85);
            }


            .dashboard_toDoList_rowMove{
            margin-top: 0.1vw;
            margin-left: 1vw;

            height: 1.5vw;
                
            cursor: grab;
                
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            }
            .dashboard_toDoList_rowInput{
            margin: 0.25vw 0.75vw 0vw 1.5vw;
            }
                .dashboard_toDoList_rowChecked .dashboard_toDoList_rowInput{
                opacity: 0.35;
                }
            #dashboard_toDoList_rowSpace{
            align-self: stretch;
                
            margin-right: 0.75vw;    
                
            width: 5.25vw;
            line-height: 2vw;    
                
            text-align: right;
            font-size: 0.75vw;
            font-weight: bold;
                
            cursor: pointer;
                
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            }

            .dashboard_toDoList_rowTxt{
            flex-grow: 1;
                
            margin: 0vw;
            padding: 0.25vw 0.5vw;
                
            min-height: 3vw;    
            max-height: 5vw;    
                
            text-align: justify;
                
            border: 0.05vw solid rgba(121,121,121,0.25);
                
            resize: vertical;
            }

            #dashboard_toDoList_rowAdd, .dashboard_toDoList_rowDel{
            margin-top: 0.1vw;
            margin-left: 0.5vw;

            height: 1.5vw;
                
            cursor: pointer;
                
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            }



    #dashboard_profile{
    width: 44vw;
    height: 33vw;
        
    order: 3;    
    }


        #dashboard_profileAccount{
        margin: 0vw auto 2.5vw auto;
        padding: 1vw;
            
        width: 36vw;
            
        border-radius: 0.25vw;    

        background: #FCFCFC;    
            
        box-shadow: 0vw 0vw 0.15vw #797979;
        -webkit-box-shadow: 0vw 0vw 0.15vw #797979;
        -moz-box-shadow: 0vw 0vw 0.15vw #797979;
        -o-box-shadow: 0vw 0vw 0.15vw #797979;
        }

        #dashboard_profileType{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        column-gap: 1vw;
        grid-row-gap: 1vw;
            
        margin: 0vw auto;
            
        width: 38vw;
        }
            .dashboard_profileTypeBox{
            padding: 4.25vw 0.5vw 0.75vw 0.5vw;

            width: 11vw;
 
            color: #0F8F8E;
            font-size: 0.85vw;

            background-color: #FCFCFC;
            background-size: auto 3.5vw;
            background-repeat: no-repeat;
            background-position: center 0.5vw;

            border-radius: 0.25vw;    

            text-shadow: 0.05vw 0.05vw 0.05vw rgba(121,121,121,0.5);

            box-shadow: 0vw 0vw 0.15vw #797979;
            -webkit-box-shadow: 0vw 0vw 0.15vw #797979;
            -moz-box-shadow: 0vw 0vw 0.15vw #797979;
            -o-box-shadow: 0vw 0vw 0.15vw #797979;

            cursor: pointer;
                
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            }
                .dashboard_profileTypeBox:hover, .dashboard_profileTypeBox:active{
                outline: 0.05vw solid #0F8F8E;
                }
                .dashboard_profileTypeBox:active{
                box-shadow: inset 0vw 0vw 0.15vw #797979;
                -webkit-box-shadow: inset 0vw 0vw 0.15vw #797979;
                -moz-box-shadow: inset 0vw 0vw 0.15vw #797979;
                -o-box-shadow: inset 0vw 0vw 0.15vw #797979;
                }



    #dashboard_rec{ 
    order: 5;        
    }
        #dashboard_rec .tableContent{ 
        background: #FCFCFC;
        }





    #dashboard_profileAccountEmpty{
    text-align: center;
        
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
        .dashboard_profileAccountSubscribe{
        margin: 1vw auto 0vw auto;
        }



    #dashboard_profileAccountBox{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
        #dashboard_profileAccountBoxDates{
        display: flex;
        align-items: center;
        justify-content: center;

        margin-top: 0.5vw;    

        color: #0F8F8E;
        font-weight: bold;
        }
            #dashboard_profileAccountBoxDatesArrow{
            width: 3.5vw; 
                
            font-size: 300%;
            font-weight: normal;
            }
            #dashboard_profileAccountBoxDates div{
            width: 6.5vw;
            height: 2vw;    
            line-height: 2vw; 
            }


    #subscribeBox{
    display: flex;
    justify-content: center;
    column-gap: 1vw;
    }
        #subscribeBoxSx{
        width: 40vw;
        }

            .subscribeBoxRow{
            display: flex;
            align-items: center;
            column-gap: 1.5vw;
                
            margin-bottom: 1vw;    
            padding: 0.5vw 1vw;    
                
            height: 2.75vw;    
                
            text-align: left;
            
            border-radius: 0.35vw;    

            box-shadow: 0vw 0vw 0.15vw #797979;
            -webkit-box-shadow: 0vw 0vw 0.15vw #797979;
            -moz-box-shadow: 0vw 0vw 0.15vw #797979;
            -o-box-shadow: 0vw 0vw 0.15vw #797979;
                
            cursor: pointer;
                
            opacity: 0.5;    
                
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            }
                .subscribeBoxRow:hover, .subscribeBoxRow:active, .subscribeBoxRowActive{
                outline: 0.05vw solid #0F8F8E;
                    
                opacity: 0.75;
                }
                .subscribeBoxRow:active, .subscribeBoxRowActive{
                box-shadow: inset 0vw 0vw 0.15vw #797979;
                -webkit-box-shadow: inset 0vw 0vw 0.15vw #797979;
                -moz-box-shadow: inset 0vw 0vw 0.15vw #797979;
                -o-box-shadow: inset 0vw 0vw 0.15vw #797979;
                }
                .subscribeBoxRowActive{
                opacity: 1;
                }

                .subscribeBoxRow_input{
                width: 1.5vw !important;
                height: 1.5vw !important;
                }

                .subscribeBoxRow_descr{
                flex-grow: 1;
                }
                    .subscribeBoxRow_tit{
                    font-weight: bold;
                    font-size: 1.15vw;
                    color: #0F8F8E;
                    }
                    .subscribeBoxRow_subtit{
                    padding: 0.15vw 0vw;

                    font-size: 0.85vw;
                    }
                        .subscribeBoxRow_subtit i{
                        padding-left: 1.5vw;    
                            
                        font-size: 75%;
                        }
                .subscribeBoxRow_eur{
                width: 15vw;
                    
                text-align: right;
                font-weight: bold;
                font-size: 1.15vw;
                }

                .subscribeBoxRow_img{
                height: 2.5vw;
                }

#subscribeCouponBox{
position: relative;
    
padding: 1.5vw 0vw;    
}

    #subscribeCouponBoxLink{
    line-height: 2.1vw;    
        
    font-size: 0.85vw;    
    font-style: italic;
    text-decoration: underline;
    font-weight: bold;
    color: #BE8209;
        
    cursor: pointer;
        
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
        #subscribeCouponBoxLink:hover{
        text-shadow: 0.05vw 0.05vw 0.05vw rgba(121,121,121,0.2);
        }

    #subscribeCouponBoxForm{
    display: none;
        
    position: relative;
    }
        #subscribeCouponBoxFormFlex{
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 1vw;
        }
            #subscribeCouponBoxFormInput{
            width: 20vw;
            }

    #subscribeCouponBoxFormClose{
    position: absolute;
    top: -0.5vw;
    right: 0.25vw;
        
    height: 1vw;
        
    cursor: pointer;
    }

    #subscribeCouponBoxInfo{
    display: inline-block;
        
    position: relative;
        
    margin: 0vw auto;
    padding: 1.5vw 5vw;
        
    border-radius: 0.35vw;    

    box-shadow: 0vw 0vw 0.15vw #797979;
    -webkit-box-shadow: 0vw 0vw 0.15vw #797979;
    -moz-box-shadow: 0vw 0vw 0.15vw #797979;
    -o-box-shadow: 0vw 0vw 0.15vw #797979;
        
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
        #subscribeCouponBoxInfoTit{
        font-size: 1.15vw;
        color: #0F8F8E;
        }
        #subscribeCouponBoxInfoDisc{
        padding-top: 0.25vw;    
            
        font-size: 0.85vw;
        font-style: italic;
        }
        #subscribeCouponBoxInfoDel{
        position: absolute;
        top: 0.5vw;
        right: 0.5vw;
            
        height: 1.25vw;
        
        cursor: pointer;
        }




#subscribeTot{
margin-top: 2.5vw;    
padding: 1.5vw 0vw;    
    
font-size: 1.25vw;
font-weight: bold;
        
border-top: 0.05vw solid #0F8F8E;    
border-bottom: 0.05vw solid #0F8F8E;    
    
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}






#subscribeConfirm{
display: none;
    
margin: 2.5vw auto 2.7vw auto;
    
width: 32.5vw;
line-height: 2.9vw;
    
font-size: 1.15vw;    
}
    #subscribeConfirmF{
    margin: 2.5vw auto 2.7vw auto;

    width: 32.5vw;
    line-height: 2.9vw;

    font-size: 1.15vw;    
    }
#subscribePayPalButton{
display: none;
    
margin: 2.5vw auto 0vw auto;
    
width: 37.5vw;
}

        #subscribeBoxDx{
        width: 40vw;
        }




#dashboard_main{
margin: -5vw -5vw -5vw -5vw;
padding: 5vw 5vw 5vw 5vw;
}

    #dashboard_profileAccountReq{
    font-weight: bold;
    }
        .dashboard_profileAccountRow{
        display: flex;
        align-items: center;
        column-gap: 1vw;
            
        margin-top: 1vw;
        }
            .dashboard_profileAccountRow label{
            width: 15vw;
                
            text-align: right;
                
            cursor: pointer;
            }
            .dashboard_profileAccountRow input{
            flex-grow: 1;
            }

    #dashboard_profileVetConfirm{
    margin: 1vw auto 0vw auto;
        
    width: 25vw;
    }

    #dashboard_profileInfo{
    margin-top: 1.5vw;
    margin-bottom: 0.5vw;
    padding: 1.5vw 1.5vw 0vw 3vw;
        
    font-size: 0.65vw;
    text-align: justify;
    font-style: italic;
        
    border-top: 0.05vw solid #0F8F8E;    
        
    background: url('../../img/info.png') 0.35vw 1.75vw no-repeat;
    background-size: 2vw auto;
    }



#chi_siamo{
margin: -2.5vw -5vw -7.65vw -5vw;

width: 100vw;
height: calc(100vh - 10vw);

background: #313131 url('../../img/load.gif') center center no-repeat;
background-size: 5vw;
}


#faqMain{
position: relative;
    
background: url("../../img/logoTr.png") 65vw 9vw no-repeat fixed;
background-size: 15vw auto;
}

    .faqBox{
    position: relative;
        
    margin: 1vw auto;    
        
    width: 90vw;    
        
    text-align: justify;
        
    cursor: pointer;
        
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
        .faqBox_D{
        padding: 0.5vw 2.5vw 0.5vw 1vw;
            
        width: 40vw;    
        line-height: 1.5vw;    
                        
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        
        border-radius: 0.5vw;

        box-shadow: 0vw 0vw 0.15vw #797979;
        -webkit-box-shadow: 0vw 0vw 0.15vw #797979;
        -moz-box-shadow: 0vw 0vw 0.15vw #797979;
        -o-box-shadow: 0vw 0vw 0.15vw #797979;
            
        cursor: pointer;
        }
            .faqBox[data-Open] .faqBox_D{
            color: #BE8209;
            font-weight: bold;
                
            white-space: normal;
                
            background-image: url('../../img/info.png');    
            background-position: calc(100% - 0.5vw) center;
            background-repeat: no-repeat;
            background-size: auto 1.5vw;
            }

        .faqBox_R{
        display: none;
        
        position: fixed;
        top: 7.5vw;
        right: 5vw;
            
        padding: 0.5vw 0vw 0.5vw 1.5vw;    
            
        width: 42.85vw;    
        max-height: calc(100vh - 20vw);    
            
        background: #FFFFFF url("../../img/logoTr.png") 65vw 9vw no-repeat fixed;
        background-size: 15vw auto;
            
        border-left: 0.15vw solid #0F8F8E;
            
        overflow-x: hidden;
        overflow-y: auto;
        }





#professionistiNew_form{
display: none;
}



#profes_main{
display: flex;
column-gap: 2.5vw;
}

    #profes_sx{
    width: 40vw;
    }
        #profes_tit{
        margin: 0vw auto;
        padding: 0.5vw;    

        width: 20vw;

        font-size: 150%;    

        background-position: left center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        }

            #profes_types{
            display: flex;
            flex-wrap: wrap;
            column-gap: 1vw;
            grid-row-gap: 1vw;
            justify-content: center;

            margin: 2.5vw auto;
            }
                #profes_types .dashboard_profileTypeBox{
                cursor: default;
                }



            .profes_det{
            display: flex;
            align-items: center;
            justify-content: center;
            column-gap: 1vw;
                
            margin-bottom: 0.5vw;
            }
                .profes_detL{
                width: 15vw;
                    
                font-size: 90%;    
                text-align: right;
                font-weight: bold;
                }
                .profes_detV{
                width: 15vw;
                    
                text-align: left;
                }

            #profes_addBox{
            margin: 5vw auto 0vw auto;
            }
            #profes_claimBox{
            margin: 10vw auto 0vw auto;
                
            font-size: 0.75vw;    
            font-style: italic;
            text-decoration: underline;
                
            cursor: pointer;
                
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;                
            }


    #profes_dx{
    width: 40vw;
    height: calc(100vh - 20vw);
    }
        #profes_map{
        width: 100%;
        height: 100%;

        border-radius: 0.5vw;    

        box-shadow: 0vw 0vw 0.15vw #797979;
        -webkit-box-shadow: 0vw 0vw 0.15vw #797979;
        -moz-box-shadow: 0vw 0vw 0.15vw #797979;
        -o-box-shadow: 0vw 0vw 0.15vw #797979;

        overflow: hidden;
        }




.homeGalleryMain{
display: flex;

margin-bottom: 5vw;    
    
width: 90vw;
}
    .homeGalleryContainer{
    margin-right: 5vw;
        
    width: 40vw;
            
    border-radius: 0.25vw;    
        
    overflow: hidden;
    }
        .homeGalleryBoxImg{
        float: left;
            
        width: 10vw;    
        height: 10vw;      
            
        object-fit: cover;
            
        cursor: pointer;
            
        opacity: 0.35;
        }
            .homeGalleryBoxImg[data-G='0']{
            width: 20vw;    
            height: 20vw;    
            }

            .homeGalleryBoxImgActive{
            opacity: 1;
            }
        .homeGalleryDescr{
        display: none;
        }

    .homeGalleryDescrDx{
    display: flex;
    align-items: center;
    justify-content: center;
        
    margin: 0.25vw 0vw;    
    padding: 1vw 2.5vw;    

    width: 40vw;

    text-align: center;
    }

        .homeGalleryDescrTit{
        font-size: 2vw;
        color: #0F8F8E;
        font-family: 'Salsa';
            
        text-shadow: 0.1vw 0.1vw 0.1vw #DFDFDF;    
        }
        .homeGalleryDescrMain{
        margin: 0.5vw auto 1.5vw auto;
            
        line-height: 1.35vw;    
        }
        .homeGalleryDescrDx .button{
        margin: 0vw auto;
            
        width: 20vw;
        }

#homeMap{
margin-bottom: 5vw;        
    
width: 100%;
height: 50vh;
            
background: #FCFCFC;   

border-radius: 0.5vw;    

box-shadow: 0vw 0vw 0.15vw #797979;
-webkit-box-shadow: 0vw 0vw 0.15vw #797979;
-moz-box-shadow: 0vw 0vw 0.15vw #797979;
-o-box-shadow: 0vw 0vw 0.15vw #797979;

overflow: hidden;
    
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;   
}


#contattiMain{
display: flex;
justify-content: center;
align-items: center;
}
    #contattiSx{
    width: 30vw;
        
    font-size: 0.9vw;    
    }
        #contattiSx .tit{
        font-size: 1.5vw;
            
        text-shadow: 0.1vw 0.1vw 0.1vw #DFDFDF;    
        }
        #contattiSx .subtit{
        margin: -1vw 0vw 1vw 0vw;
            
        font-size: 1.15vw;
        }
            #contattiEmail{
            margin: 0vw auto;    
            padding-left: 2.5vw;
                
            width: 10vw;    
            line-height: 1.5vw;
                
            text-align: left;    
                
            background: url('../../img/email.gif') center left no-repeat;
            background-size: auto 1.5vw;
            }
            #contattiWP{
            margin: 1vw auto;    
            padding-left: 2.5vw;
                
            width: 10vw;    
            line-height: 1.5vw;
                
            text-align: left;    
                
            background: url('../../img/whatsapp.gif') center left no-repeat;
            background-size: auto 1.5vw;
            }

    #contattiDx{
    width: 20vw;
        
    border: 0.05vw solid #0F8F8E;
    border-radius: 0.5vw;
        
    box-shadow: 0vw 0vw 0.25vw #797979;
    -webkit-box-shadow: 0vw 0vw 0.25vw #797979;
    -moz-box-shadow: 0vw 0vw 0.25vw #797979;
    -o-box-shadow: 0vw 0vw 0.25vw #797979;    
    }


#come_funziona_main{
line-height: 1.75vw;   
    
text-align: justify;
}
    #come_funziona_main b{
    padding: 0vw 0.25vw;    
        
    font-size: 110%;    
    font-weight: bold;
    color: #0F8F8E;
    }
    .come_funziona_img1{
    display: inline-block;
    vertical-align: middle;
        
    padding: 0vw 0.25vw;    
        
    height: 1.75vw;
    }
    .come_funziona_img5{
    padding: 1vw;    
        
    height: 5vw;
    }
    .come_funziona_img10{
    padding: 1vw;    
        
    height: 10vw;
    }
    .come_funziona_img20{
    padding: 1vw;    
        
    height: 15vw;
    }    
    .come_funziona_img30{
    padding: 1vw;    
        
    height: 30vw;
    }



/*
#################################################################
*/

.policyPar{
padding-bottom: 1vw;    
    
text-align: left;
}

/*
#################################################################
*/

.miniLoader{
width: 100%;
height: 10vw;
    
background: url('../../img/load.gif') center center no-repeat;
background-size: auto 75%;
    
cursor: wait;
    
opacity: 0.25;
}

#loader{
display: none;
    
position: fixed;
top: 0vw;
left: 0vw;
    
margin: 0vw;    
padding: 0vw;    
    
width: 100vw;
height: 100vh;
    
background: rgba(121,121,121,0.75) url("../../img/load.gif") center 10vw no-repeat;
background-size: 7.5vw auto;
            
opacity: 0.75;    
    
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
    
z-index: 1000;
}


/*
#################################################################
*/


#foot{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
    
padding: 1.5vw 10vw;    
    
width: 80vw;
line-height: 1.1vw;    
    
font-size: 0.75vw;
text-align: left;
    
background: #FFFFFF;    
    
box-shadow: 0vw 0vw 0.15vw #797979;
-webkit-box-shadow: 0vw 0vw 0.15vw #797979;
-moz-box-shadow: 0vw 0vw 0.15vw #797979;
-o-box-shadow: 0vw 0vw 0.15vw #797979;    
}
        .footMenu:hover{
        text-decoration: underline;
            
        cursor: pointer;
        }

        .footBox:last-of-type{
        text-align: right;
        }

    #footBoxImg{
    align-content: stretch;
        
    width: 10vw;
    height: 10vw;    
        
    background: url('../../img/logoBig.png') center center no-repeat;
    background-size: auto 100%;
    }

    #footBottom{
    padding-top: 2.5vw;    
        
    width: 100vw;
        
    font-size: 0.65vw;
    font-style: italic;
    text-align: center;
    }

#footInstallApp{
display: none;
    
margin-bottom: 1vw;    
    
font-weight: bold;
color: #0F8F8E;
    
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/*
#################################################################
*/













.iub__us-widget{
display: none !important;
}


/*
#################################################################
#################################################################
#################################################################
*/


#debug{
position: fixed; 
bottom: 0vw; 
left: 0vw; 

width: 100vw;
max-height: 30vh; 
line-height: 2vw;	
	
overflow: auto; 

text-align: center; 

background: rgba(15,143,142,0.85); 
    
color: #FFFFFF;
	
text-shadow: 0.1vw 0.1vw 0.1vw #797979;    
    
z-index: 9999999999999999999999999999999999999999999999999999;	
}