body {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    line-height: 1.9;
    color: #8c8c8c;
    position: relative; 
    height: 100%;
    
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto", sans-serif;
    color: #000; }

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
a, a:hover {
    text-decoration: none !important; }

.text-black {
    color: #000; }

.content {
    padding: 2rem 0 0 0;
}

.heading {
    font-size: 2.5rem;
    font-weight: 900; }

.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none; }
.form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.col-form-label {
    color: #000;
    font-size: 13px; }

.btn, .form-control, .custom-select {
    height: 45px; }

.custom-select:active, .custom-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.btn {
    border: none;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: .2rem;
    text-transform: uppercase; }
.btn.btn-primary, .btn.btn-secondary {
    background: #35477d;
    color: #fff;
    padding: 15px 20px; }
.btn:hover {
    color: #fff; }
.btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.contact-wrap {
    -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2); }
.contact-wrap .col-form-label {
    font-size: 14px;
    color: #b3b3b3;
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 0; }
.contact-wrap .form, .contact-wrap .contact-info {
    padding: 40px; }
.contact-wrap .contact-info {
    color: rgba(255, 255, 255, 0.5); }
.contact-wrap .contact-info ul li {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.5); }
.contact-wrap .contact-info ul li .wrap-icon {
    font-size: 20px;
    color: #fff;
    margin-top: 5px; }
.contact-wrap .form {
    background: #fff; }
.contact-wrap .form h3 {
    color: #35477d;
    font-size: 20px;
    margin-bottom: 30px; }
.contact-wrap .contact-info {
    background: #35477d; }
.contact-wrap .contact-info h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px; }

label.error {
    font-size: 12px;
    color: red; }

#message {
    resize: vertical; }

#form-message-warning, #form-message-success {
    display: none; }

#form-message-warning {
    color: #B90B0B; }

#form-message-success {
    color: #55A44E;
    font-size: 18px;
    font-weight: bold; }

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000; }


#form_contatti input {
    width: 90%;
    
}
#form_contatti textarea {
    width: 95%;
    
}
#form_contatti_email input {
    width: 95%;
    
}

#form_contatti label { margin-bottom:0px; }

.uni-form-responsive form>[data-ks] { margin-right:0px; }



/*Menu navbar*/

#navbar {
    position: relative;
    padding: 30px 16px;
    
}

#navbarNav li a  {
    color: white !important;
    text-align: center;
}

#navbarNav li a:hover  {
    color: gray !important;
    text-align: center;
}


.navbar-brand {
    display: flex;
    align-items: center;  
    gap: 10px;
}

.navbar-brand img {
    width: 46px;
    height: 46px;
	
}

#navbar {
    background-color: #35477D !important;
}

#form_contatti_email,
#form_contatti_company,
#form_contatti_mansione,
#form_contatti_referente,
#form_contatti_phone {
    margin-top: 20px;
    
}

#form_contatti_photo {
    padding-left: 18pxq;
}

#form_contatti label {
    font-weight:300;
}

#form_contatti_c {
    width: 50px;
	margin-bottom:0px;
}

#form_contatti_txtprivacy {
	max-width: 100% !important;
	margin-left: 5px;
	
}

#form_contatti_save a {
    display:inline-block;
    padding-bottom: 41px;
}

.icon {
	
    margin-right: 10px;
}



#form_contatti_photo {
    margin-left: 17px;
    
} 

#form_contatti_photo .fa-camera {
    font-size: 35px;
    padding-right: 52px;
    padding-bottom: 42px;
} 


.bg {
    
    background-image: url("/img/logo-jco.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	
}

#container-register {
    min-height: 100vh;
}

.registration {
    display: flex;
    justify-content: center;
    gap: 25px;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.registration_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    padding: 10px;
    
} 





.button_save {
	align-items: center;
	appearance: button;
	background-color: #35477D;
	border-radius: 8px;
	border-style: none;
	box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
	box-sizing: border-box;
	color: #fff !important;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	flex-shrink: 0;
	font-family: "RM Neue",sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	padding: 10px 21px;
	text-align: center;
	text-transform: none;
	transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.button-22:active {
	background-color: gray;
}

.button-22:hover {
	background-color: gray;
}

#form_contatti_save a {
    margin-left: 20px;
}

/* for mobile */
@media screen and (max-width: 800px) {
    #form_contatti_save a {
		margin-left: 20px;
    }
} 

#form_contatti_note {
	line-height:initial;
}



/*Banner ecomondo*/

#banner_eco {
    display: flex;
    justify-content: center;
    
}

#banner_eco img {
    width: 250px;
    
    
}

.fa-camera {
    font-size: 40px;
}





/*Webcam style*/

/*    width: 300px;
    height: 300px; */

.webcam {
	width:100% !important;
	min-height:100vh !important;
    background-color: red;
}

/* #form_contatti_camera {
	width:100% !important;
	min-height:100vh !important;
} 

#form_contatti_camera {
	display:none;
}

.webcam video {
    background: #222;
}


#mycamera { z-index:10000; border:1px solid red;
			min-height:500px; min-width:500px; position:absolute; background-color:#777;
			width:100%;
			height:100vh;
		  }
video {
	width: 100%;
	opacity:.65;
	min-height:100vh;
	margin:0 auto;
	position:fixed;
	background: transparent;
	border-radius: 5px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);

	filter: FlipH;
	-ms-filter: "FlipH";
} */



#form_contatti_txtreference { max-width:none !important; padding-left:15px; padding-bottom:15px; font-size:0.87rem; font-weight:300; color:black;  }



/*TABLE contatti*/

#contatti {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#contatti td, #customers th {
    border: 1px solid #ddd;
    padding: 2px 4px;
}
#contatti .table tbody td {
	padding: 2px 4px !important;
}


/* #contatti tr:nth-child(even){background-color: #f2f2f2;} */

#contatti tr:hover {background-color: #ddd;}

#contatti th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}

#contatti tbody {
    font-size: 14px;
}


/* ====================
     =  TABLE PAGINATOR = 
     =  10/11/2022      = 
     =  P.Napster       =
     ====================
*/ 

#pag-contatti .input-group.pagination {
    width: 660px;
    display: flex !important;
    justify-content: center !important;
    background: #35477D;
    border-radius: 20px;
}

#pag-contatti {
    display: flex;
    justify-content: center;
    
}

#pag-contatti .tot_rec {
    color: white;
    font-size: 1rem;
}

#pag-contatti .input-group-btn button {
    height: 35px;
    margin: 0.5rem;
    background: rgb(128,128,128);
    background: linear-gradient(90deg, rgba(128,128,128,1) 0%, rgba(128,128,128,0.667571252133666) 100%);
}

#pag-contatti .form-control {
    background: white;
    height: 30px;
    border-radius: 10px;

}

#filter_contatti [key_field="evento"] input { width:130px; }
#filter_contatti [key_field="phone"] input { max-width:100px; }
#filter_contatti [key_field="note"] input { max-width:100px; }
#filter_contatti [key_field="company"] input { width:100%; }
#contatti .fa-sort { margin-left:2px; color:#444; }

#contatti td.col_ID { white-space: nowrap; text-align:center; }
#contatti tbody td.col_ID { text-align:right; }
#contatti td.col_note { width:50px; text-align:center; }
#contatti .input-group-btn button { font-size:1em; }
#contatti tbody td i { font-size:1.3em;}
#contatti tbody td.col_az { text-align:center; }
#contatti tbody td.col_az i { margin:auto 5px; }
#contatti td.col_evento { text-align:center; }

/*TABLE inviti*/

#inviti {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#inviti td, #customers th {
    border: 1px solid #ddd;
    padding: 2px 4px;
}
#inviti .table tbody td {
	padding: 2px 4px !important;
}


/* #inviti tr:nth-child(even){background-color: #f2f2f2;} */

#inviti tr:hover {background-color: #ddd;}

#inviti th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}

#inviti tbody {
    font-size: 14px;
}


/* ====================
     =  TABLE PAGINATOR = 
     =  10/11/2022      = 
     =  P.Napster       =
     ====================
*/ 

#pag-inviti .input-group.pagination {
    width: 660px;
    display: flex !important;
    justify-content: center !important;
    background: #35477D;
    border-radius: 20px;
}

#pag-inviti {
    display: flex;
    justify-content: center;
    
}

#pag-inviti .tot_rec {
    color: white;
    font-size: 1rem;
}

#pag-inviti .input-group-btn button {
    height: 35px;
    margin: 0.5rem;
    background: rgb(128,128,128);
    background: linear-gradient(90deg, rgba(128,128,128,1) 0%, rgba(128,128,128,0.667571252133666) 100%);
}

#pag-inviti .form-control {
    background: white;
    height: 30px;
    border-radius: 10px;

}

#filter_inviti [key_field="conferma"] input { max-width:100px; }
#inviti .fa-sort { margin-left:2px; color:#444; }

#inviti td.col_ID { white-space: nowrap; text-align:center; }
#inviti td.col_pec { text-align:center; }
#inviti td.col_conferma { text-align:center; }
#inviti .input-group-btn button { font-size:1em; }
#inviti tbody td i { font-size:1.3em;}
#inviti tbody td.col_az { text-align:center; }
#inviti tbody td.col_az i { margin:auto 5px; }

#username { color:#ccc; margin-right:20px; }
#username span { color:white; }
.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative
}

.modal-dialog {
    z-index: 2200
}

.modal-body {
    padding: 20px 30px 30px 30px
}

.inmodal .modal-body {
    background: #f8fafb
}

.inmodal .modal-header {
    padding: 30px 15px;
    text-align: center;
    display: block
}

.animated.modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.inmodal .modal-title {
    font-size: 26px
}

.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3
}

.modal-footer {
    margin-top: 0
}




#form_contatti2 { height:560px; margin:20px 0 0 20px; }

#form_contatti2 form [data-obj-type=button] a {}

#form_contatti2_save     { width:initial !important; height:initial !important; }
#form_contatti2_save a   { width: 140px !important; height:auto !important; background-color:#35477d !important; padding:10px; }
#form_contatti2_cancel   { width:initial !important; height:initial !important; }
#form_contatti2_cancel a { width: 140px !important; height:auto !important; background-color:gray !important; padding:10px; }
	
#form_contatti2 .icon { font-size:1.15em; margin-top:7px; cursor:pointer; margin-right:0px; }
#form_contatti2_searchemail, #form_contatti2_searchcompany { display:none; }
#form_contatti2_searchemail ul { width:350px; color:#333; }
#form_contatti2_searchcompany ul { width:580px; color:#333; left:-200px; }


#form_contatti2_note textarea { line-height:22px; }


/* excel 13 nov a tabella contatti 2023 */
#contatti-logout, 
#excelplace a { font-size:1.3em; color:white; margin: 0 10px; }
