@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/***ICONS***/
@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?wbp489');
    src:  url('fonts/icomoon.eot?wbp489#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?wbp489') format('truetype'),
    url('fonts/icomoon.woff?wbp489') format('woff'),
    url('fonts/icomoon.svg?wbp489#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.icon-file-text2:before {
  content: "\e926";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-file-excel:before {
  content: "\eae2";
}

.pointer {
    cursor:pointer !important
}


input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}
/*
*{
border:1px dotted red;
}
*/

/*Variabili*/
:root {

	--main:#357FAE;
	--secondary:#FFB900;
	--warning:#FF0000;
	--success:#00B050;
	--waiting:#e39a1a;
	--info:#00B0F0;
    --bg_light:rgb(245, 243, 241);
    --darkBlue:#0A5585;
    --lightYellow:#FCCE55;
	--main_fonts_color:#494949;
	
}


html {font-size:14px;}


body {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-family: "Lato", serif;
	color:var(--main_fonts_color);
}

h1{
	font-weight: 900;
}

h2 {
	font-weight: 700;
}


h1,h2,h3,h4,h5,h6{
	color:var(--main_fonts_color);
}

p{
    font-size:1.05rem;
	color:var(--main_fonts_color);
}


a {
	color: inherit ;
	text-decoration: none ;
}




#wrapper {
  position: relative;
  width: 100%;
  min-height: 600px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}

.container {
	background-color: var(--bg_light);
	border-radius:3px;
	padding: 1.3rem;
    min-width:84%
    /*box-shadow: 10px -5px #cacaca;*/
}


/*** Tabelle ****/

table {
    min-width:1400px;
}

/*
tr td:last-child, tr th:last-child {
    max-width:140px;
    min-width:120px;
}
*/

th div {
    font-weight:400;
}


th {
    vertical-align: top;
}


.custom_table_hover:hover {
    cursor:pointer;
    background-color: var(--bg_light) !important
}

.custom_table_hover td {
    background: transparent !important
}

#result_list {background: #fff}

/*Bootstrap*/

.btn{
 margin: 0 0 1rem 0
}


.btn-primary {
	background-color: var(--main);
	border-color: var(--main);
    color:#fff !important;
}


.btn-primary:hover {
	background-color: var(--darkBlue);
	border-color: var(--darkBlue);
    color:#fff !important;
}

.btn-secondary {
	background-color: var(--secondary);
    border-color: var(--secondary);
    color: initial !important;
}

.btn-secondary:hover{
    background-color: var(--lightYellow);
    border-color: var(--lightYellow);
    color: #000 !important;
}

.btn-success {
	background-color: var(--success);
    color:#fff !important;
    border-color: var(--success)
}

.btn-info {
	background-color: var(--info);
    border-color: var(--info)
}


.btn-light{
	border: 1px solid var(--bg_light)
}

.bi-eye-slash {
    width:16px;
    height:16px;
}

.page-link {
    height:100%;
}

.bg-light{
	background-color: var(--bg_light) !important;
}

/* FINE BOOTSTRAP */



/*GOOGLE*/

.g_id_signin{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}


/*** FINE GOOGLE ***/






.arrow {
    position:absolute;
    left:5%; 
    top:-0.78rem; 
    width:1.42rem; 
    height:1.42rem; 
    border: 1px solid solid var(--warning); 
    border-right:none; 
    border-bottom:none; 
    background-color:#fff; 
    transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    z-index:1
}

.tooltip {
    position:absolute;
    margin-top:0.25rem;
    padding:0.8rem;
    background:#fff;
    max-width:95%;
    font-weight:normal !important;
    border:1px solid var(--warning);
    border-radius:4px;
    box-shadow:-4px 4px 5px -3px #000;
    z-index:10;
    opacity:1;
    letter-spacing: 0.17em
}
.tooltip .arrow {
    width:15px; 
    height:15px; 
    top:-8.2px; 
    border-left:1px solid var(--warning); 
    border-top:1px solid var(--warning);
}
.tooltip .close_button {
    top:-0.85rem;
    left:-0.85rem; 
    right:auto; 
    padding:0.5rem; 
    font-size:0.85rem; 
    display:none
}

.clear {
    width:100%;
    clear: both;
}


.warning {
	border: 1px solid red;
}

.success {
	border: 1px solid green;
}



.link {
	color:blue !important;
	text-decoration: underline !important
}


.myresponsive {
    position:relative;
    float:left;
    width:100%;
}

.padded {
    padding-left:8rem;
    padding-right:8rem;
}

/*** TABLES ***/
.td_header {
    background-color: var(--bg_light) !important;
    width:15%;
    min-width:190px;
    font-weight:bold
}
.two_columns{
    min-width:0px !important
}



/*Ui Dialog*/
.ui-dialog {position:fixed!important; min-width:42.85rem !important; font-family:inherit !important; z-index:1000 !important}
.ui-widget {font-family:inherit !important}

.ui-dialog :focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}


.ui-widget {
font-family:inherit !important; 
font-size:inherit !important
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
font-family:inherit !important; 
font-size: var(--bs-btn-font-size) !important;
}

.ui-dialog :focus {
outline: -webkit-focus-ring-color auto 0px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
background-color: var(--main)
}


/*FINE JQUERY*/


.chat_boxR {
    border-radius:10px; 
    border:1px dotted #cacaca; 
    background-color: var(--main); 
    color:#fff
}

.chat_boxL{
    border-radius:10px; 
    border:1px dotted #cacaca; 
    background-color: #fff; 
    color:#000
}

.chat_boxR, .chat_boxL{
    padding:1rem
}

.chat_input_text{
    width:100%;
}

.chat_message_body {
    max-height:300px; 
    overflow-x:auto
}


.chat_person_icon {
    font-size:2.8rem;
}
.chat_person_icon h6{
    font-size: 1.1rem
}




/*OVERLAY*/
#blocca_schermo {
    position:fixed; 
    width:100%; 
    height:100%; 
    left:0; 
    top:0; 
    background:rgba(1,1,1,0.7); 
    display:none;
    z-index:110;
}

#loading {
    position:fixed; 
    width:7rem;
    height:7rem; 
    left:50%;
    top:50%;
    margin-left:-3.5rem;
    margin-top:-3.5rem; 
    border-radius:10px; 
    z-index:111; 
    color:#fff;
    background: url('/images/icons/loading1.svg') no-repeat;
    background-size:cover;
    display:none
}

#blocca_schermo h6 {
    position:relative; 
    width:300px;
    height:300px;
    left:50%;
    top:50%;
    margin-left:-150px;
    margin-top:60px; 
    color:#fff !important;
    text-align:center;
    font-size:1.05rem !important
}














@media screen and (max-width:1800px){

    .container{
        width:100%;
        max-width: 100%;
        margin-left:0px;
        margin-right:0px;
    }
}










@media screen and (max-width:992px) {

    .navbar-expand-lg .navbar-collapse {
        
        /*flex-direction:row !important;*/
    }
}




@media screen and (max-width:500px){
    
    
    .chat_person_icon {
        font-size:2rem;
    }
    
    .chat_person_icon h6{
        font-size: 1rem
    }

    
    

}



