html{
	background: black;
	overflow: hidden;
	max-width: 100%
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10+ and Edge */
	user-select: none; /* Standard syntax */
}

body{
	font-style: normal;
	font-family: 'Helvetica';
}

md-radio-button{
	display: inline-block !important;
}

.ipsum_label{
	color: saddlebrown;
	font-size: 0.9em;
	margin-left:10px;
}

* { outline: none !important; }

@-webkit-keyframes animated {
    from {
        background-position: -300px 0;
    }
    to {
        background-position: 300px 0;
    }
}

#commentsFastAreaNotif{
	
	position: absolute;
	width: 35px;
	height: 30px;
	background: rgbA(230,0,0,0.8);
	text-align: center;
	line-height: 30px;
	border-radius: 15px;
	margin-left: 40px;
	margin-top: 10px;
	font-weight: bold;
	z-index: 1;
	box-shadow: 1px 1px #000;
	font-family: 'Arial';
	font-size: 17px;
	color: #fff;
	text-shadow: 1px 1px #000;
}

#restore_1line{
	position: absolute;
	font-size: 35px;
	margin-left: -30px;
	margin-top: 10px;
}

#restore_2line{
	width: 2px;
	height: 30px;
	position: absolute;
	margin-left: 30px;
	margin-top: 13px;
	background-color:#d2dfea;
}

#restore_3line{
	position: absolute;
	font-size: 25px;
	margin-left: 6px;
}

#restore_4line{
	position: absolute;
	font-size: 25px;
	margin-left: 6px;
	margin-top: 22px;
}

#LogoutMenu{
	width: 220px;
	min-height:35px;
	z-index: 900;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.label_info{
	color:rgb(72, 102, 132);
	text-transform: capitalize;
	text-decoration: underline;
}

.lh_53{
	height:53px;
	line-height:53px;
}

#machineListMenu{
	width: 300px;
	min-height:35px;
	z-index: 900;
	position: absolute;
	left: 5px;
	top: 10px;
}

#machineListMenu:hover{
	z-index: 999 !important;
}

#supportCTRL{
	width: 300px;
	min-height:35px;
	z-index: 900;
	position: absolute;
	left: 6px;
	top: 120px;
	display:none;
}

#supportCTRL:hover{
	z-index: 999 !important;
}

#machineInfoMenu{
	width: 300px;
	min-height:35px;
	z-index: 900;
	position: absolute;
	right: 5px;
	top: 10px;	
}

#machineInfoMenu:hover{
	z-index: 999 !important;
}

#pdfInfoMenu{
	width: 300px;
	min-height:35px;
	z-index: 900;
	position: absolute;
	right: 5px;
	top: 59px;	
}

#pdfInfoMenu:hover{
	z-index: 999 !important;
}

#imageInfoMenu{
	width: 300px;
	min-height:35px;
	z-index: 900;
	position: absolute;
	right: 5px;
	top: 108px;	
}

#imageInfoMenu:hover{
	z-index: 999 !important;
}

#videoInfoMenu{
	width: 300px;
	min-height:35px;
	z-index: 900;
	position: absolute;
	right: 5px;
	top: 157px;	
}

#videoInfoMenu:hover{
	z-index: 999 !important;
}

#calendarInfoMenu{
	width: 300px;
	min-height:35px;
	z-index: 900;
	position: absolute;
	right: 5px;
	top: 206px;	
}

#calendarInfoMenu:hover{
	z-index: 999 !important;
}

#noteInfoMenu{
	width: 300px;
	min-height:35px;
	z-index: 900;
	position: absolute;
	right: 5px;
	top: 255px;	
}

#noteInfoMenu:hover{
	z-index: 999 !important;
}

#serverInfoMenu{
	width: 300px;
	min-height:35px;
	z-index: 900;
	position: absolute;
	right: 5px;
	top: 304px;	
}

#serverInfoMenu:hover{
	z-index: 999 !important;
}

.boxtHeader{
	height:40px;
	line-height:40px;
	background: rgba(32,32,32,1);
	border: 1px solid #2994d6;
	color:#f4f4f4;
}

.boxtHeaderLogout{
	height:40px;
	line-height:40px;
	background: rgba(32,32,32,1);
	border-top: 1px solid #2994d6;
	border-left: 1px solid #2994d6;
	color:#f4f4f4;	
}

.boxContent{
	display:none;
	background: #fff url(../images/provare.png);
	background-repeat: repeat;
	background-position: center; 
	width:100%;
	height:500px;
	border-radius: 0px 0px 0px 30px;
	border-left: 1px solid #2994d6;
	border-bottom: 1px solid #2994d6;
	border-right: 1px solid #2994d6;
}

.supportBoxAssistenzaTop{
	background-color:#f5f5f5;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 2px 3px #ccc;
	margin-top:5px;
	width: 90%;
	margin-left: 5%;
}

#supportContent{
	margin-top:10px;
	background-color:#f5f5f5;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 2px 3px #ccc;
	width: 90%;
	margin-left: 5%;	
	max-height:calc(100% - 70px);
	padding:5px;
}

.supportBox{
	height:calc(100% - 25px);
	background: url(../images/background/lateralMenuBackground.png);
	background-repeat: repeat;
	background-position: center; 
	width: 96%;
	margin-left: 2%;
	border: 1px solid #ccc;
}

.boxContentFooter{
	height:25px;
	color:#f4f4f4;
	border-radius:0px 0px 0px 30px;
	text-align:right;
	background: rgba(32,32,32,1);
}

#resizeSupport, #resizeMachineListMenu, #resizeMachineInfoMenu, #resizePdfMenu, #resizeImageMenu, #resizeVideoMenu, #resizeCalendarMenu, #resizeNoteMenu, #resizeServerMenu{
	margin-right:0px;
	color:#2994d6;
	text-shadow: 1px 0 1px #f4f4f4;
	cursor:nw-resize;
}

#supportHeaderMove, #machineListMenuHeaderMove, #machineInfoMenuHeaderMove, #pdfMenuHeaderMove, #imageMenuHeaderMove, #videoMenuHeaderMove, #calendarMenuHeaderMove, #noteMenuHeaderMove, #serverMenuHeaderMove{
	float:left;
	width:30px;
	cursor:move;
	background:rgb(72, 102, 132);
	height:100%;
}

#logoutBoxMove i, #supportHeaderMove i, #machineListMenuHeaderMove i, #machineInfoMenuHeaderMove i, #pdfMenuHeaderMove i, #imageMenuHeaderMove i, #videoMenuHeaderMove i, #calendarMenuHeaderMove i, #noteMenuHeaderMove i, #serverMenuHeaderMove i{
	font-size: 18px;
	margin-left: 7px;
	line-height: 38px;
	color:#d2dfea;
	text-shadow: 1px 1px #000;
}

#logoutBoxMove{
	float:left;
	width:30px;
	cursor:pointer;
	background:rgb(72, 102, 132);
	height:100%;
}

#supportOnline{
	font-size: 18px;
	font-weight: bold;
	font-family: 'Birdman';
	font-style:normal;
}

.so_online{
	text-shadow: 1px 0 1px #f4f4f4;
	color: #393;
}

.so_offline{
	text-shadow: 1px 0 1px #f4f4f4;
	color: #c00;
}

.boxHeaderLogo{
	float:left;
	font-style:italic;
	margin-left:10px;
}

.boxHeaderLogo i{
	font-size:22px;
	color:#d2dfea;
	text-shadow: 1px 1px #994d00;
}

.boxHeaderLogo_text{
	margin-left:5px;
}

.boxHeaderBTN{
	float:right;
	margin-right:5px;
	margin-left:15px;
}

.boxBTNopenclose, .boxBTNresize, .boxBTNblock{
	border: 1px solid #2994d6;
	border-radius:3px;
	cursor:pointer;
	width:30px;
	line-height:32px;
	height:30px;
	text-align:center;
	margin-top:4px;
	float:right;
	margin-left:5px;
}

.lockedBox{
	border-color:#f4f4f4;
	background:#2994d6;
}

.boxBTNopenclose:hover, .boxBTNresize:hover, .boxBTNblock:hover{
	border-color:#f4f4f4;
	background:#2994d6;
}


.sistemLanguage{
	width: 100%;
	height: 50px;	
}

.sistemLanguageImg{
	width: 39px;
	height: 39px;
	border-radius: 20px;
	border: 2px solid white;
	cursor: pointer;
	filter: brightness(0.50);
	margin-right: 5px;
	margin-left: 5px;	
}

.supportline_guide{
	font-style: italic;
	text-transform: initial;
}

.sistemLanguageImg:hover{
	filter: brightness(1.50);
}

.ce_image{
	height:20px;
}

#appCTRL{
	background: url(../images/background/Background.jpg); 
	background-size: cover;
	width:100vw;
	height:100vh;
}

#screenSaver{
	background: url(../images/background/Background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	display:none;
}

.ss_opacity{
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgbA(0,0,0,0.4);
}

.ss_center{
	background:transparent;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-200px;
	margin-top:-250px;
	width: 400px;
	height: 500px;
}

.animated {
    -webkit-animation: animated 2s linear infinite;
    -webkit-background-clip: text;
    background-color: #999;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
    background-repeat: no-repeat;
    color: transparent;
    font-family: 'Birdman';
    font-size: 20px;
    line-height: 20px;
    position: relative;
    text-transform: lowercase;
    top: 1px;
    width: 200px;
}

.thumb {
    background-image: -webkit-linear-gradient(#fff, #d9d9d9 45%, #ccc 45%, #bbb);
    border-radius: 5px;
    cursor: pointer;
    left: 2px;
    height: 26px;
    position: absolute;
    top: 2px;
    width: 35px;	
}

.thumb .bar {
    background-color: #666;
    left: 7px;
    height: 5px;
    top: 11px;
    width: 14px;
    position: absolute;
}

.thumb .bars {
    background-color: rgba(255, 255, 255, 0.6);
    left: 7px;
    height: 5px;
    top: 12px;
    width: 14px;
    position: absolute;
}

.thumb .bars2 {
    background-color: rgba(0, 0, 0, 0.6);
    left: 7px;
    height: 5px;
    top: 10px;
    width: 14px;
    position: absolute;
}

.thumb .triangle {
    border: 6px solid transparent;
    border-left-color: #666;
    left: 20px;
    position: absolute;
    top: 7px;
}

.thumb .triangles {
    border: 6px solid transparent;
    border-left-color: rgba(255, 255, 255, 0.6);
    left: 20px;
    position: absolute;
    top: 8px;
}

.thumb .triangles2 {
    border: 6px solid transparent;
    border-left-color: rgba(0, 0, 0, 0.6);
    left: 20px;
    position: absolute;
    top: 6px;
}

.ss_unlock {
    background-image: -webkit-linear-gradient(black, #222 60%, #242424 60%, #444);
    border: 1px solid #777;
    border-radius: 5px;
	left: 50%;
	margin-left: -125px;
	margin-top: 25px;
    padding: 5px;
    padding-left: 57px;
    position: relative;
    width: 250px;
}

#VT_distinta{
	width: 400px;
	background: url(../images/background/lateralMenuBackground.png);
	background-repeat: repeat;
	border: 1px solid #486684;
	box-shadow: 3px 0px 5px -2px #486684;
	border-radius:5px 0px 0px 5px;
	margin-top:20px;
    height: calc(100vh - 170px);
	text-align:left;
    overflow-x: hidden;
    overflow-y: auto;
	position:absolute;
	right:0px;
}

.VT_distinta_content{
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-shadow: 5px 5px 12px #dedede, -5px -5px 12px #dedede;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 10px;
	background: url(../images/background/lateralMenuBackground.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-position: center;
	overflow-x:hidden;
	overflow-y:scroll;
}

#vTour{
	width:100vw;
	height:100vh;
	background:rgbA(0,0,0,0.5);
}

.vt_content{
	width:100%;
	height:100%;
	text-align:center
}

#header_machine_list_section{
	padding:10px;
	text-align:right;
	position: absolute;
	top: 0;
	right: 0;
}

.header_machine_icon{
	width:50px;
	display:inline-block;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	height: 25px;
	line-height: 25px;
	
}

.header_machine_icon:hover{
	color:#2994d6;
	cursor:pointer;	
}

.hmi_chosen{
	border-left: 2px solid #2994d6;
	border-right: 2px solid #2994d6;
	border-top: 2px solid #2994d6;	
	color:#2994d6;
}

.allRReserverd{
	margin-top:20px;
	font-family:'Verdana';
	color:#fff;
	font-size: 11px;
	text-align: center;
}

.allRReserverd img{
	height:12px;
	margin-top:-3px;
}

.nomeVisualizzato{
	width: 1200%;
	text-align: left;
	margin-left: 10px;
	margin-right:10px;
	font-size: 20px;
	line-height:30px;
	color: #fff;
	font-family: Verdana;
	height: 60px;
	z-index:1;
}

.nomeVisualizzatoGeneral{
	width: 100%;
	text-align: right;
	padding-left:15px;
	padding-right: 15px;
	font-size: 20px;
	color: #333;
	font-family: Verdana;
	height: 60px;
	border-top:2px solid #2994d6;
	border-bottom:2px solid #2994d6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nomeVisualizzatoNote{
	background:#f5f5f5;
	width: 100%;
	text-align: right;
	font-size: 19px;
	color: #333;
	height: 60px;
	border-top:2px solid #2994d6;
	border-bottom:2px solid #2994d6;
}

.tableGeneral{
	width: 100%;
	margin-top: 15px;
	box-shadow: 2px 3px #ccc;
	color: #333;
	border-radius: 5px;
	font-family: 'Verdana';
	border: 1px solid #ccc;
	background:#f5f5f5;
}

.tableGeneral td{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
}

.tableGeneralHeader{
	font-family:'Birdman';
	font-size: 25px;
	font-weight: bold;
	text-align:right;
	text-shadow: 1px 1px #ccc;
}

.divGeneral_info{
	color: #333;
	font-family: 'Verdana';
	min-height: auto !important;
	font-size:13px;
}

.divGeneral_info i{
	color:#486684;
	font-size:20px;
}

.divGeneral_info img{
	height:25px;
}


.caricoColor{
	color:#2994d6;
}

.calendarColor{
	color:#ef4f69;
}

.consultationColor{
	color:#74ac20;
}

#ThemeSet{
	opacity:0.5;
}

.guideTitle{
	font-size:20px;
	font-family:'Birdman';
	margin-bottom:20px;
}

.guideHelp{
	font-size: 18px;
	text-transform: uppercase;
	font-family: birdman;
	margin-top: 2px;
	margin-bottom: 2px;
	color:#f4f4f4;
	width: max-content;
}

.guideHelp:hover{
	cursor:pointer;
	color:#990033;
	text-decoration: underline;
}

.infoClose{
	color:#b30000;
	cursor: pointer;
	text-shadow: 2px 3px #404040;
	float:right;
	margin-right:15px;
}

.infoSerteksec{
	color:#ccc;
	font-family:'Birdman';
	font-size:20px;
}

.tableInfoList tr{
	height:30px;
}

.infoListTd_Normal{
	width:50px;
}

.infoListTd{
	width:50px;
	text-align:center;
}

.infoListTd_i{
	text-shadow: 1px 2px #404040 !important;
}

.showInfo_class{
	height:100%;
	overflow:auto;
	display:none;
}

.su_info_details{
	position: absolute;
	top: 130px;
	right: 0px;
	width: calc(100% - 15px);
	background: linear-gradient(to right, #262626, 95%, #00000000);
	background: -webkit-gradient(linear, center top, center bottom, from(#262626), to(#000000));
	background: -webkit-linear-gradient(to right, #262626, 95%, #00000000);
	background: -moz-linear-gradient(to right, #262626, 95%, #00000000);
	background: -o-linear-gradient(to right, #262626, 95%, #00000000);
	background: -ms-linear-gradient(#262626, #00000000);
	height: calc(100% - 170px);	
	box-shadow: -8px 4px 6px -6px #009999;
	border-radius: 20px 0px 0px 20px;
	padding: 20px;
	display:none;
	font-size:16px;
}

.support_details{
	position: absolute;
	top: 130px;
	right: 0px;
	width: calc(100% - 15px);
	background: linear-gradient(to right, #262626, 95%, #00000000);
	background: -webkit-gradient(linear, center top, center bottom, from(#262626), to(#000000));
	background: -webkit-linear-gradient(to right, #262626, 95%, #00000000);
	background: -moz-linear-gradient(to right, #262626, 95%, #00000000);
	background: -o-linear-gradient(to right, #262626, 95%, #00000000);
	background: -ms-linear-gradient(#262626, #00000000);
	height: calc(100% - 170px);	
	box-shadow: -8px 4px 6px -6px #486684;
	border-radius: 20px 0px 0px 20px;
	padding: 20px;
	font-size:16px;
}

.support_count_right{
	float:right;
	margin-right:5px;
}

.support_count{
	background: rgba(255,82,82,0.87);
	padding:2px 5px 2px 5px;
	border-radius:25%;
}

.checkbox_info{
	color:rgba(255,64,129,0.87);
}

#ticketMachine{
	margin-top:10px;
	margin-bottom:5px;
	width:100%;
}

#ticketMachineSelect{
	width: 100%;
	height: 25px;
	border: 1px solid #2994d6;
	border-radius: 5px;
	background: #fff;
	padding-left:10px;
}

.ticket_msg_container{
	width: 100%;
	height: auto;
	display: inline-block;
}

.ticket_msg{
	border: 1px solid #2994d6;
	padding: 10px;
	border-radius: 10px;
	width: 70%;
	min-width:90px;
	margin-top:10px;
}

.ticket_msg_date{
	margin-top:-20px;
	width: fit-content;
	background: rgb(245, 245, 245);
	color: rgb(72, 102, 132);
	font-size:12px;
	padding-left: 3px;
	padding-right: 3px;
	text-transform: uppercase;
	border-radius:50%;
}
.ticket_msg_text{
	margin-top:10px;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.false_md_checkbox{
	width: 20px;
	height: 20px;
	background-color: #f4f4f4;
	border-radius: 2px;
}

.label_false_md{
	line-height:20px;
	margin-left:5px;
	font-weight: unset;
	margin-right: 10px;
}
/*
.false_md_checkbox:checked {
	accent-color: rgba(255,64,129,0.87) !important;
}
*/
.info_titolo{
	font-size:20px;
	font-family:'Birdman';
}

.mTopBottom{
	margin-top:5px;
	margin-bottom:5px;
}

.td5{
	width:5%;
}

.td24{
	width:24%;
}

.trP{
	background-color:#262626;
	/*background-image: linear-gradient(to right, #404040, #666666);*/
}

.trD{
	background-color:#333333;
}

.selectLeftPos{
	position: absolute;
	left: 55%;
	top: 0;
}

.su_intestazione{
	width:100%;
	margin-top:25px;
	height:100px;
}

.su_section_operation{
	width:100%;
	height:calc(100% - 130px);
}

.su_info_section{
	width:100%;
	height:100%;
	background: url(../images/background/backgroundInfo.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
}

.showHideG,.showHideG2, .showHideU, .showHideU2{
	float:right;
	font-size:18px;
	cursor:pointer;
	background-image: linear-gradient(to right, #486684, rgba(26,23,27));
	width:120px;
	text-align:center;
	border-radius:0px 0px 20px 20px;
}

.showHideG:hover, .showHideG2:hover, .showHideU:hover, .showHideU2:hover{
	filter: brightness(1.50);
}

.fixWidth200{
	width:200px;
}

.newgroupsection{
	margin-top:5px;
	margin-bottom:10px;
}

.newusersection{
	margin-top:5px;
	margin-bottom:10px;
}

.sectionOverflowG{
	height:100%;
	overflow-x:hidden;
	overflow-y:auto;
}

.sectionOverflowU{
	height:100%;
	overflow-x:hidden;
	overflow-y:auto;
}

.sectionOverflowM{
	height:100%;
	overflow-x:hidden;
	overflow-y:auto;
}

.listgroupsection{
	height: calc(100vh - 530px);
}

.listusersection{
	height: calc(100vh - 360px);
}

.listmachinesection{
	height: calc(100vh - 272px);
	width:calc(100% - 300px);
	display:inline-block;
}

.machineListLegend{
	background:rgbA(32,32,32,0.8);
	border:1px solid #2994d6;
	border-radius:2px 0px 0px 2px;
	display:inline-block;
	width:300px;
	position:absolute;
	right:0px;
	top:190px;
	overflow-y:auto;
	overflow-x:hidden;
	height: calc(100vh - 272px);
	padding:10px;
}

.generalInput{
	height:24px;
	line-height:24px;
	border-radius:4px;
	color:#404040;
	padding-left:5px;
	width: 200px;
}

.generalSelect{
	width: 200px;
	height:24px;
	line-height:24px;	
	border-radius: 4px;
	color: #404040;
	font-family: birdman;
	padding-left: 5px;
	cursor:pointer;
	text-transform:uppercase;
}

.generalSelectSmall{
	width: 200px;
	margin-left:5px;
	height:20px;
	line-height:20px;	
	border-radius: 2px;
	color: #404040;
	font-family: birdman;
	padding-left: 5px;
	cursor:pointer;
	text-transform:uppercase;
}

.labelList{
	font-size: 20px;
    font-family: Birdman;
    margin-bottom: 10px;
	margin-top: 5px;
    width: 100%;
}

.tableGroupList{
	border-bottom: 1px solid #ff9900;
	width:100%;
	padding:5px;
	text-transform: uppercase;
}

.tableGroupList td{
	padding-top:5px;
	padding-bottom:5px;
}

.tableTH{
	font-size:20px;
	font-family:'Birdman';
}

.tableMachineList{
	border-bottom: 1px solid #2c73a8;
	width:100%;
	padding:5px;
}

.tableMachineList tr{
	height:30px;
	line-height:30px;
}

.tableMachineList td{
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.listelementMachine{
	margin-left: 5px;
	margin-right: 5px;
}

.tableUserList{
	border-bottom: 1px solid #2eb82e;
	width:100%;
	line-height: 60px;
	height: 60px;
}

.tableUserList td{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	width:20%;
}

.noMarginLeft{
	margin-left:0px !important;
}

.noMargin{
	margin-left:0px !important;
	margin-right:0px !important;		
}

.noPadding{
	padding-left:0px !important;
	padding-right:0px !important;	
}

.noPaddingRight{
	padding-right:0px !important;
}


.newremove{
	text-align:center;
	font-size:20px;
}

.left_intestazione{
	height: 60px;
	line-height: 60px;
	padding-right: 0px !important;	
	background-image: linear-gradient(to right, #262626, #404040);
	border-radius: 20px 0px 0px 20px;
	padding-left: 30px;
}

.left_group {
	box-shadow: -8px 4px 6px -6px #ff9900;
}

.left_user {
	box-shadow: -8px 4px 6px -6px #2eb82e;
}

.left_upload {
	box-shadow: -8px 4px 6px -6px #2994d6;
}

.left_welcome{
	box-shadow: -8px 4px 6px -6px #009999;
}

.cu{
	font-family:'Birdman';
	font-size:20px;
}

.machineList_row3_SH{
	display: inline-block;
	float: right;
	padding-right: 10px;
}

.machineList_row3_SH i {
	cursor:pointer;
}

.machineList_container3{
	display:none;
}

.machineList_row3{
	border-bottom: 1px solid #15aabf;
	border-left: 1px solid #15aabf;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right:20px;
	margin-top: 5px;
	padding-bottom:5px;
}

.subMachineTd{
	border-bottom: 1px solid #15aabf;
	border-left: 1px solid #15aabf;
	height:62px;
}

.subMachineTd2{
	border-bottom: 1px solid #15aabf;
	height:62px;
	line-height:62px
}

.group_intestazione{
	background-image: linear-gradient(to right, #404040, #ff9900);
	color:#f4f4f4;
	font-family:'Birdman';
	text-align: right;
	font-size: 30px;
	border-radius: 0px 20px 20px 0px;
	padding-right: 30px;
	text-shadow:2px 2px #404040;
	padding-left: 0px !important;
	height: 60px;
	line-height: 60px;
}

.user_intestazione{
	background-image: linear-gradient(to right, #404040, #2eb82e);
	color:#f4f4f4;
	font-family:'Birdman';
	text-align: right;
	font-size: 30px;
	border-radius: 0px 20px 20px 0px;
	padding-right: 30px;
	text-shadow:2px 2px #404040;
	padding-left: 0px !important;
	height: 60px;
	line-height: 60px;
}

.upload_intestazione{
	background-image: linear-gradient(to right, #404040, #2994d6);
	color:#f4f4f4;
	font-family:'Birdman';
	text-align: right;
	font-size: 30px;
	border-radius: 0px 20px 20px 0px;
	padding-right: 30px;
	text-shadow:2px 2px #404040;
	padding-left: 0px !important;
	height: 60px;
	line-height: 60px;
}

.welcome_intestazione{
	background-image: linear-gradient(to right, #404040, #009999);
	color:#f4f4f4;
	font-family:'Birdman';
	text-align: right;
	font-size: 40px;
	border-radius: 0px 20px 20px 0px;
	padding-right: 30px;
	text-shadow:2px 2px #404040;
	padding-left: 0px !important;
	height: 60px;
	line-height: 60px;
}

.support_intestazione{
	background-image:linear-gradient(to right, #404040, #486684);
	color:#f4f4f4;
	font-family:'Birdman';
	text-align: right;
	font-size: 40px;
	border-radius: 0px 20px 20px 0px;
	padding-right: 30px;
	text-shadow:2px 2px #404040;
	padding-left: 0px !important;
	height: 60px;
	line-height: 60px;	
}

.left_support{
	box-shadow: -8px 4px 6px -6px #486684;
}

#su_div__info{
	width:100%;
	height:100%;
}

#su_div_machine{
	width:100%;
	height:100%;
	display:none;
}

#su_div_user{
	width:100%;
	height:100%;
	display:none;
}

#su_div_group{
	width:100%;
	height:100%;
	display:none;
}

.dr_logo{
	font-family:'Birdman';
}

.adminComand{
	width: 290px;
	text-align: left;
	font-size: 16px;
	padding: 5px;
	margin-left:5px;
	margin-top:7px;
	background:rgbA(32,32,32,0.9);
	border:1px solid #2994d6;
	border-radius:2px;
}

.supportComand{
	width: 290px;
	text-align: left;
	font-size: 16px;
	margin-left:5px;
	margin-top:7px;
	background:rgbA(32,32,32,0.9);
	border:1px solid #2994d6;
	border-radius:2px;
	height:40px;
}

.supportComand:hover{
	cursor:pointer;
	background-image: linear-gradient(to right, rgb(72, 102, 132), rgba(26,23,27));
}

.adminCmdIcon{
	display:inline-block;
	width:30px;
	text-align:center;
}

.adminCmdLabel{
	display:inline-block;
}

.tableGroup{
	width:100%;
	padding:5px;
	text-transform: uppercase;
}

.tableUser{
	/*font-family:'Birdman';*/
	text-transform: uppercase;
	width:100%;
}

.machineList_row1{
	line-height:30px;
	margin-bottom:10px;
}

.machineList_row2{
	height:40px;
	line-height:40px;
	margin-bottom:10px;
}

.tableMachineDiv_option{
	display:inline-block;
	margin-right:10px;
	margin-top:10px;	
	float:right;
	font-size:25px;
	color:#f2f2f2;
}

.tableMachineDiv{
	display:inline-block;
	margin-left:15px;	
}

.tableUserDiv{
	display:inline-block;
	margin-left:15px;
}

.tableUser td{
	padding-left:20px;
	padding-right:20px;
	width:20%;
}

.inputfindWord{
	width: 50%;
    border-radius: 20px;
    color: #404040;
    padding-left: 10px;
	height: 30px;
	line-height: 30px;
}

#superuser{
	width: 100vw;
	height: 100vw;
	background: rgba(0,0,0,0.3);
}

#leftMenuList{
	width: 300px;
    height: calc(100vh - 60px);
    background: transparent;
    top: 60px;
	position:absolute;
	z-index:1;
	left: 0px;	
	color:#f2f2f2;
	text-transform:capitalize;
}

.releaseNote{
	color: #ccc;
	position: absolute;
	bottom: 0px;
	left: 5px;
	font-family: 'Birdman';
}

#content_su{
	background:transparent;
	top:60px;
	left:0px;
	width:100vw;
	height: calc(100vh - 60px);
	position:absolute;
	border:1px solid rgb(26, 23, 27);
}

.fakeOpacity{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, #404040, rgb(26, 23, 27));
	opacity: 0.8;
}

.suOpe{
	position: absolute;
	left: 310px;
	top: 0px;
	width: calc(100vw - 310px);
	height: 100%;
	color: white;
	padding: 15px;
}

.footerImage{
	cursor:pointer;
	height:20px;
	margin-top:-5px;
	margin-right:5px;
}

.logoSertekP{
	height:12px;
}

#softwareName{
	position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;	
	color: #ccc;
	font: 300 14px 'Lato', sans-serif;	
	display:none;
	padding-bottom:10px;
	background-color:rgbA(32,32,32,0.9);
	height:80px;
	line-height:35px;
}

.name_drsk{
	font-family:'Birdman';
	font-size:17px;
}

.footer_row1 span{
	margin-right:30px;
}

#noteListSection, #calendarListSection, #serverListSection{
	width:100%;
	height:100%;
	overflow:auto;
	padding:10px;
}

#pdfListSection, #ytListSection, #imageListSection, #generalListSection {
	width:100%;
	height:100%;
	overflow:auto;
	background:#f5f5f5;
	padding:10px;
}

.audioSenderBtn{
	cursor:pointer;
}

.textarea_note_system{
	width:100%;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px #ccc , -1px 1px #ccc;
	margin-top: 5px;
	margin-bottom: 5px;	
	background: #333;
	color: #fff;
	border-left: 5px solid #2994d6;
}

.textarea_note_total{
	width:100%;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px #ccc , -1px 1px #ccc;
	margin-top: 5px;
	margin-bottom: 5px;	
	background-image: linear-gradient(to right, #486684, rgba(26,23,27));
	color: #fff;	
}

.textarea_note_left{
	width: 50%;
	background: #eff2f6;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px #ccc;
	margin-top: 5px;
	margin-bottom: 5px;	
}

.textarea_note_right{
	width: 50%;
	background: #dee6ed;
	padding: 5px;
	border-radius: 5px;
	box-shadow: -1px 1px #ccc;
	margin-top: 5px;
	margin-bottom: 5px;	
	margin-left: 50%;
}

.color_121{
	color:#b23121;
}

.senderIconFc{
	color:#b23121;
	float:right;
}

.senderIconFc i{
	cursor:pointer;
}

.senderNote{
	font-weight: bold;
}

.senderNoteSelft{
	margin-top:10px;
	font-weight: bold;	
}

.senderAudio{
	margin-left: 20px;
	margin-top: 2px;
	font-weight: bold;
	color:#486684;
}

.senderAudio:hover{
	filter: brightness(1.50);		
}

.senderData{
	text-align:right;
	font-size: 10px;
	font-weight: bold;
}

#DR2D_home{
	height:calc(100vh - 61px);
	text-align:center;
	width:calc(100vw - 310px);
}

#DR2D_home svg{
	margin-top:15px;
}

#DR2D_home svg text{
	cursor:pointer;
}

#DR3D_home{
	height:calc(100vh - 61px);
	position:absolute;
	left:100px;
	top:0px;
	width:calc(100vw - 100px);
}

#list_noteEle{
	height:calc(100% - 300px);
	overflow-x:hidden;
	overflow-y:auto;
}

#list_noteQuote{
	height:calc(100% - 80px);
	overflow-x:hidden;
	overflow-y:auto;
}

.divGeneral{
	width: 98%;
	margin-bottom: 10px;
	box-shadow: 2px 3px #ccc;
	color: #333;
	border-radius: 5px;
	font-family: 'Verdana';
	border: 1px solid #ccc;
	background:#f5f5f5;
	min-height:100px;
	max-height:500px;
	overflow-y:auto;
	padding:5px;
}

.noteElemento{
	color: #737373;
	width: 100%;
	border: 1px solid #ccc;
	margin-top: 10px;
	resize: none !important;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	height:100px;
}

.note_info_text{
    margin-top: -15px;
    background-color: #f5f5f5;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

.note_element_left{
	width:calc(100% - 44px);
	display:inline-block;
}

.note_element_right{
	width:40px;
	float:right;
	height:98px;
	line-height:98px;
	background: #ddd;
	margin-top: -5px;
	text-align: center;
	border-left: 1px solid #ccc;
}

.note_element_right i {
	cursor:pointer;
}

#noteTextArea{
	width: 100%;
	border: 1px solid #ccc;
	height: 90px;
	resize: none !important;
	padding: 10px;
	overflow-x: hidden;
	overflow-y: auto;
}

#l3p_4{
	position: absolute;	
	width: 130px;
	height: 128px;
	left: 35px;
	bottom: 10px;
	border-radius: 40px;
	background:#2994d6;
	border:1px solid #2994d6;
	color:#9fa8b0;
	box-shadow:3px 3px 11px 1px #000;
	z-index:1;
}

.l3p4_space_1{
	width: 124px;
	height: 40px;
	margin-left: 2px;
	margin-top:2px;
}


.l3p4_space_2{
	width: 124px;
	height: 40px;
	margin-left: 2px;
}


.l3p4_space_3{
	width: 124px;
	height: 40px;
	margin-left: 2px;
}


.l3p4_lt:hover, .l3p4_lb:hover, .l3p4_rb:hover, .l3p4_lc:hover{	
	cursor:pointer;
	color:#2994d6;
	filter: brightness(1.75);
	box-shadow:2px 3px 11px 1px #000;
}

.l3p4_rt:hover, .l3p4_lb:hover, .l3p4_rb:hover, .l3p4_rc:hover{
	cursor:pointer;
	color:#2994d6;
	filter: brightness(1.75);
	box-shadow:-2px 3px 11px 1px #000;
}

.l3p4_lb:hover{
	cursor:pointer;
	color:#2994d6;
	filter: brightness(1.75);
	box-shadow:2px -3px 11px 1px #000;
}
	
.l3p4_rb:hover{
	cursor:pointer;
	color:#2994d6;
	filter: brightness(1.75);
	box-shadow:-2px -3px 11px 1px #000;
}


.l3p4_lt{
	border-radius: 50px 3px 3px 3px;
	width:60px;
	margin-left:2px;
	display:inline-block;
	text-align:center;
	height:100%;
	line-height:40px;
	box-shadow:1px 3px 4px 1px #000;
	background: #232B30;
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 );
}


.l3p4_rt{
	border-radius: 3px 50px 3px 3px;
	width:60px;
	margin-right:2px;
	display:inline-block;
	text-align:center;
	height:100%;
	line-height:40px;
	box-shadow: -1px 3px 4px 1px #000;
	background: #232B30;
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 );
}

.l3p4_lb{
	border-radius: 3px 3px 3px 50px;
	width:60px;
	margin-left:2px;
	display:inline-block;
	text-align:center;
	height:100%;
	line-height:40px;
	box-shadow:1px 0px 4px 1px #000;
	background: #232B30;
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 );	
}

.l3p4_rb{
	border-radius: 0px 3px 50px 3px;
	width:60px;
	margin-right:2px;
	display:inline-block;
	text-align:center;
	height:100%;
	line-height:40px;
	box-shadow:-1px 0px 4px 1px #000;
	background: #232B30;
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 );	
}

.l3p4_lc{
	width:60px;
	margin-left:2px;
	display:inline-block;
	text-align:left;
	height:100%;
	line-height:40px;
	border-radius:3px 3px 3px 3px;
	box-shadow:1px 1px 4px 1px #000;
	background: #232B30;
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 );	
}

.l3p4_rc{
	width:60px;
	margin-right:2px;
	display:inline-block;
	text-align:right;
	height:100%;
	line-height:40px;	
	border-radius:0px 3px 3px 0px;
	box-shadow:-1px 1px 4px 1px #000;
	background: #232B30;
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 );	
}

.l3p4_text_left{
	padding-left:5px;
}

.l3p4_text_left_center{
	padding-left:10px;
}

.l3p4_text_right_center{	
	padding-right:10px;
}

.l3p4_text_right{
	padding-right:5px;
}

.l3p4_text_left i, .l3p4_text_right i, .l3p4_text_right_center i, .l3p4_text_left_center i {
	line-height: 40px;
    font-size: 25px;
	text-shadow: 2px 2px #1f272b;
}

#homeCentroVT{
	height:100vh;	
	position:absolute;
	left:100px;
	top:0px;
	width:calc(100vw - 100px);	
}

.rt_associati{
	position:absolute;
	top:150px;
	left:0;
	width:10%;
	text-align: center;
	color: #f2f2f2;
}

#rt_preview_image{
	width: 78%;
    margin-left: 14%;
    height: 96%;	
}

#image_on_preview{
	border:2px solid #2994d6;
	max-height: 100%;
    max-width: 100%;
}

#spazio1H{
	width:60px;
}

#spazio2H{

}

.nome_operatore{
	font-family:'Verdana';
}

#spazio3H, #spazio4H{
	width:80px;
	cursor:pointer;
	padding-left:10px;
	padding-right:10px;
}

#spazio4H:hover{
	filter: brightness(1.50);	
}

#spazio3H:hover{
	filter: brightness(1.50);	
}

#spazio6H i:hover{
	filter: brightness(1.50);	
}

#spazio5H{
	padding-left:10px;
	padding-right:10px;	
}

#spazio6H{
	min-width:80px;
}

#spazio6H i{
	cursor:pointer;
}

.langBand{
	width:39px;
	height:39px;
	border-radius:20px;
	border: 2px solid white;
	cursor:pointer;
	filter: brightness(0.50);
}

.langBand_actived{
	filter: brightness(1.50);
	border: 2px solid #2994d6;
}

.langBand:hover{
	filter: brightness(1.50);
}

.bandCont{
	float:left;
	padding-left:5px;
	padding-right:5px;
}

.container{
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.7);
}

.contenitore3d{
	margin-left:0 !important;
	margin-right:0 !important;
	background: rgba(0, 0, 0, 0.5);
}

.immagini_list{
	max-width:98%;
	max-height:98%;
	cursor:pointer;
}

.immagini_list_tr{
	height:200px;
}

.immagini_list_info{
	color: #737373;
	width: 100%;
	border: 1px solid #ccc;
	margin-top: 10px;
	height: 180px;
	resize: none !important;
	padding: 5px;
}

.immagini_list_container{
	border:1px solid #486684;
	padding:5px;
	height:190px;
	text-align:center;
	background:#f4f4f4;
	
}

.immagini_list_container:hover{
	background-color: #c6d0da;
	cursor:pointer;
}

#overlay{
	width:100%;
	height:100%;
	position: fixed;
	z-index: 9999;	
	background-repeat: no-repeat;
	background-size: cover;
	text-align:center;
	background:rgbA(32,32,32,0.4);
}

#centro_overlay{
	width: 300px;
	height: 350px;
	margin-left: -150px;
	margin-top: -175px;
	left: 50%;
	top: 50%;
	position: fixed;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(19px, 0);
	}
}

.login_input{
	color:#4c4c4c;
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	line-height: 2.0em;
	border-radius:2px;
	padding-left:5px;
}

.myHeader{
	width:calc(100% - 601px);
	border-left:0px !important;
	border-right:0px !important;
}

#commentsFastArea{
	display:none;
	width: calc(100% - 549px);
	position:absolute;
	height: 60px;
	background: rgba(26,23,27);
	text-align:left;
	margin-left: 0px;
	top: 0;
	z-index: 1;
	border-bottom: 1px solid #2994d6;
}

#fps_resolution{
	font-size:20px;
	text-align:center;
	cursor:pointer;
	text-transform:uppercase;
}

#cfa_txt{
	width:calc(100% - 5px);
	background:transparent;
	height:59px;
	color:#d2dfea;
	font-size:12px;
	padding-right:25px;
	padding-left:10px;
	font-family:'Verdana';
	float:left;
	line-height: normal;
	overflow-x: hidden;
	overflow-y: scroll;
	font-weight:bold;
}

.cfa_testi{
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #2994d6;
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
}

.cfaUser{
	margin-right:5px;
	font-size:13px !important;
}

#cfa_close{
	width:25px;
	color:#2994d6;
	height:60px;
	background: rgba(26,23,27);
	position: absolute;
	right: -25px;
	top: 0px;	
	border-radius: 0px 0px 20px 0px;
	box-shadow: 1px 0px #2994d6;
	border-bottom: 1px solid #2994d6;
}

#cfa_close i{
	position: absolute;
	top: 15px;
	right:4px;
	cursor:pointer;
}

.header_logo{
	width: 56px;
	top: 2px;
	right: 2px;
	position: fixed;
}

.trasporto{
	display:none;
	position:absolute;
	height: 20px;
	background-color: #34495e;
	width: 150px;
	color:white;
}

.imageSection{
	box-shadow: 5px 5px #486684 !important;
	border:1px solid #ccc;
	margin-top:3px;
	margin-left:3px;
	box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.75);
}

.scelteRapide{
	background-color: #f8f6f3;
	margin-top:5px;
	height:100%;
	border:2px solid #486684;
	width:80px;
	border-radius:35px;
	box-shadow: 3px 3px #486684 !important;
}

.cerchioRapido{
	margin-top:20px;
	cursor:pointer;
	border:1px solid #486684;
	box-shadow: 0px 1px 2px 0px #f2f2f2;
	background-color:#f2f2f2;
	text-align:center;
	height:59px;
	width:59px;
	border-radius:30px;
	margin-left:8px;
}

.cr_download{
	color:#000066;
}

.cr_download:hover{
	cursor:pointer;
	box-shadow: 0px 1px 2px 0px #000066;
	color:white;
	background-color:#000066;
}

.cr_mail{
	color:#0000cc;
}

.cr_mail:hover{
	cursor:pointer;
	box-shadow: 0px 1px 2px 0px #0000cc;
	color:white;
	background-color:#0000cc;
}

.cr_video{
	color:#000099;
}

.cr_video:hover{
	cursor:pointer;
	box-shadow: 0px 1px 2px 0px #000099;
	color:white;
	background-color:#000099;
}

.cr_picture{
	color:#003399;
}

.cr_picture:hover{
	cursor:pointer;
	box-shadow: 0px 1px 2px 0px #003399;
	color:white;
	background-color:#003399;
}

.cr_pdf{
	color:#3366cc;
}

.cr_pdf:hover{
	cursor:pointer;
	box-shadow: 0px 1px 2px 0px #3366cc;
	color:white;
	background-color:#3366cc;
}

.cr_print{
	color:#336699;
}

.cr_print:hover{
	cursor:pointer;
	box-shadow: 0px 1px 2px 0px #336699;
	color:white;
	background-color:#336699;
}

.cr_list{
	color:#003366;
}

.cr_list:hover{
	cursor:pointer;
	box-shadow: 0px 1px 2px 0px #003366;
	color:white;
	background-color:#003366;
}

.FirstMenuHeader{
	background-image: linear-gradient(#486684, #5b80a4);
	margin-left: -15px;
	margin-right: -15px;
	height:40px;
	color:#ff1a1a;
	line-height:20px;
	font-weight:bold;
	font-family: 'Lato', Arial, sans-serif;
}

.FirstMenuHeaderTesto{
	width:90%;
	position:absolute;
	top:0;
	margin-left:5%;
	color:white;
	text-align:right;
	line-height:40px;
	font-size:16px;
}

.slotLMH{
	width:100%;
	height:100px;
	line-height:100px;
	text-align:center;
	color:rgb(72, 102, 132);
	border-bottom: 1px solid #ccc;
	cursor:pointer;
}

.slotLMH_actived{
	background:rgb(72, 102, 132);
	color:#fff;
}

.slotLMH:hover{
	background:rgb(72, 102, 132);
	color:#fff;
}

.LateralMenuHeader{
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 5px 5px 12px #dedede, 0px -5px 12px #dedede;	
	width: 50px;
	position: absolute;
	right: 5px;
	top: 50px;
}

.FirstMenuContent{
	width:calc(100% - 50px);
	height:calc(100% - 60px);
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:20px;
	box-shadow: 5px 5px 12px #dedede, -5px -5px 12px #dedede;
	overflow:hidden;
	margin-top: 10px;
	margin-left: 5px;	
	background: url(../images/background/lateralMenuBackground.png);
	background-repeat: repeat;
	background-position: center; 
	overflow-y:auto;
}

#FirstMenuClose{
	margin-top:5px;
	margin-left:5px;
	cursor:pointer;	
}

#letaralFirstMenu{
	height: calc(100% - 100px);
	width:850px;
	background: #fff url(../images/provare.png);	
	border:1px solid #486684;
	position: fixed;	
	z-index: 996;
	top: 80px;		
	right: 0;
	display:none;
	overflow: hidden;
	border-radius:10px 0px 0px 10px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
}

.selected {
	animation: slide-in 0.5s forwards;
	-webkit-animation: slide-in 0.5s forwards;
}

.dismiss {
	animation: slide-out 0.5s forwards;
	-webkit-animation: slide-out 0.5s forwards;
}

@keyframes slide-in {
	0 {
		-webkit-transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(0%);
	}
}

@-webkit-keyframes slide-in {
	0 {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0%);
	}
}

@keyframes slide-out {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(100%);
	}
}

@-webkit-keyframes slide-out {
	0% {
		-webkit-transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(100%);
	}
}

.textarea_lmenu{
	width:100%;
	border:1px solid #ccc;
	height:60px;
	resize: none !important;
	padding:10px;
	overflow-x:hidden;
	overflow-y:auto;
}

.textarea_label{
	margin-top: -20px;	
	margin-left: 0px;
	float: left;
	background-color: white;
	padding-left: 5px;
    padding-right: 5px;
	font-weight: bold;
}

.textarea_label_div{
	overflow-x:hidden;
	height:100%;
	overflow-y:auto;
}

.segnalibri_img{
	height:23px;
	margin-top:-10px;
}

.tableCalendar{
	width:100%;
	border:0;
}

.tableCalendarIcon{
	color:#b23121;
	width:60px;
	text-align:center;
}

.supportChoice{
	width:33%;
	text-align:center;
	height:40px;
	color:rgb(72, 102, 132);
	cursor:pointer;
}

.supportChoice:hover{
	background:rgb(72, 102, 132);
	color:#d2dfea;
}

#unassignedTickets, #myTickets, #closedTickets{
	display:none;
}

#takeCharge_container{
	width:100%;
	height:100%;
}

.takeCharge_ele{
	background-color:#333333;
	padding: 10px;
	margin: 10px;
	border-bottom:1px solid #2994d6;
}

.takeCharge_ele i{
	font-size:20px;
}

.takeCharge_ele_left{
	display:inline-block;
}

.takeCharge_ele_left div{
	line-height:20px;
	margin-bottom:5px;
}

.takeCharge_prev{
	font-style:italic;
	height: auto !important;
	margin-top: 10px;
}

.newTicket, .listTicket{	
	width: 100%;
	color:rgb(72, 102, 132);
	display:none;
}

.ticketLan{
	width: 20px;
	height: 20px;
}

.ticketSection{
	width: 100%;
	border-left: 20px solid #2994d6;
	border-right: 20px solid #2994d6;
	border-bottom: 1px solid #2994d6;
	padding: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color:rgb(72, 102, 132);
	height:auto;
	min-height:150px;
	display:none;
}

.text_upper{
	text-transform:uppercase;
}

.ticketListSort{
	float: right;
	margin-right: 10px;
	color: #c4c4c4;
}

.SortChoice{
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	font-size:15px;
	font-family:"Birdman";
}

.SortChoice_att{
	color:#2994d6;
	font-weight: bold;
}

.SortChoice:hover{
	cursor:pointer;
	color:#2994d6;
}

.ticketBoxList{
		
}

.ticketElement{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-left: 20px solid rgb(72, 102, 132);
	border-right: 20px solid rgb(72, 102, 132);
	border-top: 1px solid #d2dfea;
	border-bottom: 1px solid #d2dfea;
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ticketElement span i {
	margin-left:5px;
	margin-right:5px;
}

.ticketElement:hover{
	cursor:pointer;
	background:rgba(32,32,32,1);
	color:#f4f4f4;
	border-color:#2994d6;
}

.ticketActive{
	cursor:pointer;
	background:rgba(32,32,32,1);
	color:#f4f4f4;
	border-color:#2994d6;	
}

.ticketHeader{
	height:35PX;
	width:100%;
	font-size:20px;
	text-transform:uppercase;
}

#ticketText{
	background:#FFF;
	border-radius:5px;
	width: 100%;
	border: 1px solid #2994d6;
	height: 100px;
	resize: none !important;
	padding: 10px;
	overflow-x: hidden;
	overflow-y: auto;
}

.ticketButton{
	width: 100%;
	text-align:center;
}

.ticketChoice{
	text-align:center;
	margin-top:10px;
}

.closeThis{
	cursor:pointer;
	float:right;
}

#topFirstMenu{
	width: 500px;
	height: 440px;
	background-color: #f5f5f5;
	z-index: 997;
	position: fixed;
	left: 100px;
	top:-500px;
	border: 1px solid #486684;
	border-radius: 0px 0px 20px 0px;
	-webkit-transition: all 0.5s linear; 
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	background: url(../images/background/lateralMenuBackground.png);
    background-repeat: repeat;
	background-repeat: repeat;
	background-position: center;
}

.topFirstMenu_header{
	border-radius: 0px 0px 17px 0px;
	background-image: linear-gradient(#486684, #5b80a4);
	position: absolute;
	width: 100%;
	bottom: 0;	
	height:30px;
	text-align:right;
	font-family: 'Lato', Arial, sans-serif;
	color:#ff1a1a;
}

.topFirstMenu_content{
	font-family: 'Lato', Arial, sans-serif;
	margin-left:10px;
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	overflow:auto;	
}

.element_shadow{
	text-shadow: 2px 2px #333;
}

.elencoPadre{
	border-left:2px solid #2994d6;
	border-bottom:2px solid #2994d6;
	margin-top:10px;
	cursor:pointer;
	width:95%;
	font-family:'Verdana';
	background:#f5f5f5;
}

.elenco:hover{
	box-shadow: 0 8px 6px -6px black;
	background-image: linear-gradient(to right, #486684, rgba(26,23,27));
	color:#fff;
}

.elenco_selected{
	box-shadow: 0 8px 6px -6px black;
	background-image: linear-gradient(to right, #486684, rgba(26,23,27)) !important;
	color:#fff;	
}

.elencoFiglio_1{
	border-left:1px solid #2994d6;
	border-bottom:1px solid #2994d6;
	margin-top:10px;
	margin-left:20px;
	cursor:pointer;
	width:calc(95% - 20px);
	font-family:'Verdana';
	background:#f5f5f5;
}

.elencoFiglio_2{
	border-left:1px solid #2994d6;
	border-bottom:1px solid #2994d6;
	margin-top:10px;
	margin-left:40px;
	cursor:pointer;
	width:calc(95% - 40px);
	font-family:'Verdana';
	background:#f5f5f5;
}

.elencoFiglio_3{
	border-left:1px solid #2994d6;
	border-bottom:1px solid #2994d6;
	margin-top:10px;
	margin-left:60px;
	cursor:pointer;
	width:calc(95% - 60px);
	font-family:'Verdana';
	background:#f5f5f5;
}

.elencoFiglio_4{
	border-left:1px solid #2994d6;
	border-bottom:1px solid #2994d6;
	margin-top:10px;
	margin-left:80px;
	cursor:pointer;
	width:calc(95% - 80px);
	font-family:'Verdana';
	background:#f5f5f5;
}

.elenco_label{
	margin-left:10px;
	font-weight:bold;
	text-transform:uppercase;
}

.elenco_descrizione{
	margin-left:10px;
}

.div_di_li{
	margin-left:20px;
}

.li_di_menu{
	font-family: 'Lato', Arial, sans-serif;
}

.li_di_menu:hover{
	background: #5f6f81;
	color: white;
	cursor:pointer;
}

.right_10{
	margin-right:10px;
}

.right_15{
	margin-right:15px;
}

.right_25{
	margin-right:25px;
}

#RT_overlay{
	width: 100vw;
	height: 100vh;
	position: fixed;
	left:0;
	top:0;
	background:rgbA(0,0,0,0.9);
	z-index: 9999;
	display:none;
}

#RT_opacity{
	position: fixed;
	width: 100vw;
	height: 100vh;
}

#RT_zone{
	position: fixed;
	width: 100vw;
	height: 100vh;	
	color:white;
}

.rt_zone_header{
	width:100%;
	height:30px;
	text-align:right;
}

.rt_zone_cross{
	top:15px;
	right:15px;
	cursor:pointer;
	position:absolute;
}


.manutenzione_warning{
	color:#b32d00;
	text-transform: uppercase;
}

.manu_warning_status{
	color: #b32d00;
    text-shadow: 1px 1px #404040;
    font-size: 20px;
    margin-right: 4px;
}

.rt_zone_content{
	width:100%;
	height:calc(100% - 30px);
	text-align:center
}

#rt_image{
	position:absolute;
	top:15px;
	left:15px;
}

.vt_footer{
	position:absolute;
	right:0;
	width:100px;
	bottom:24px;
}

.clear{
	clear:both;
}

.text_center{
	text-align:center;
}

.tableUser_username{
	text-align:center;
	font-size:17px;
	min-width:200px;
}

.tablegroup_name{
	text-align:left;
	font-size:17px;
	min-width:200px;	
}

.fixWidth25{
	width:25px;
}

.overX_Hidden{
	overflow-x: hidden;
}

.overY_Hidden{
	overflow-y: hidden;
}

.checkSquare24{
	color: rgba(255,64,129,0.87);
	font-size:24px;
}

.paddingLeft_5{
	padding-left:5px !important;
}

.size_20{
	font-size:20px;
}

.height_20{
	height:20px;
}

.height20_right4{
	height:20px;
	margin-right:4px;
}

.height80{
	height:80px;
}

.bottom_10{
	margin-bottom:10px;
}

.top10_bottom10{
	margin-top:10px;
	margin-bottom:10px;		
}

.top1_left1{
	margin-top:1px;
	margin-left:1px;	
}

.top_0{
	margin-top:0px;
}

.top_1{
	margin-top:1px;
}

.top_10{
	margin-top:10px;
}

.top_20{
	margin-top:20px;
}

.top42_left4{
	top:-42px;
	margin-left:4px;
}

.borderRight_0{
	border-right: 0px !important;
}

.box_shadow_for_gn{
	box-shadow: -10px 8px 6px -6px #2994d6;
}

.width_20{
	width:20px;
}

.width_50{
	width:50px;
}

.width_80p{
	max-width:80%;
}

.width_100{
	width:100px;
}

.width_100p{
	width:100%;
}

.width_98p{
	width:98%;
	margin-left:1%;
}

.Left_width_40p{
	float:left;
	max-width: 210px;
	width:30%;
}

.Left_width_43px{
	float:left;
	max-width: 43px;
	width:43px;
}

.Right_width_58p{
	float: left;
	min-width: calc(70% - 10px);
	width: calc(100% - 220px);
	margin-left:10px;
}

.Right_width_100_55p{
	float: left;
	min-width: calc(70% - 10px);
	width: calc(100% - 55px);
	margin-left:10px;
}

.float_R{
	float:right;	
}

.cursor_p{
	cursor:pointer;
}

.valign_top{
	vertical-align:top;
}

#rt_preview_pdf{
	background:white;
	width:78%;
	margin-left:14%;
	height:96%;
	border-radius:20px;
	box-shadow: 2px 2px #486684 !important;
}

#rt_preview_video{
	width:90%;
	height:96%;
	border-radius:20px;
	box-shadow: 2px 2px #486684 !important;
}

#muteYouTubeVideoPlayer{
	border-radius:20px;	
}

.marginB_30{
	margin-bottom:30px
}

.user_info{
	line-height: normal;
	padding-left:10px;
	padding-right:10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	text-align:left;
	height:100%;
	font-family:'Birdman';
	margin-top:2px;
}

.user_info1{
	width: 100%;
	height: 20px;
	line-height:20px;
}

.user_info1 i{
	margin-left:5px;
	font-size:15px;
}

.user_info2{
	width: 100%;
	height: 20px;
	line-height:20px;
}

.user_info2 i{
	font-size:15px;
}

.user_info3{
	width: 100%;
	height: 20px;
	line-height:20px;
}

.user_info3 i{
	font-size:15px;
	margin-left:4px;
}

.button_zone_info{
	color:#737373;
	width: 100%;
	border: 1px solid #ccc;
	margin-top: 10px;
	min-height: 2.5em;
	resize: none !important;
	padding:5px;
}

.info_textarea{
	margin-top: -15px;
	background-color: #f5f5f5;
	padding-left: 5px;
	padding-right: 15px;
	float: left;
}

.contenitore_qrcode{
	float:right;
	width:200px;
	height:200px;
	margin-bottom:20px;
	box-shadow: 0 8px 6px -6px black;
	background-color: #486684;
}

.qr_code{
	margin-left: 10px;
	margin-top: 10px;
	width:180px;
	cursor:pointer;
}

.notifiche_alert{
	position: absolute;
	color: red;
	margin-left: 30px;
	margin-top: -20px;
	text-shadow: 2px 2px #333;
	cursor:pointer;
}

.cerchio_interno{
	margin-top:15px;
}

#scegliMacchina{
	width:100vw;
	height:100vh;
}

#tb_scegli_macchina{
	height: 320px;
	width: 640px;
	position: absolute;
	top: 50%;
	margin-top: -160px;
	left: 50%;
	margin-left: -320px;
	background: rgba(32,32,32,0.9);
	border:1px solid #2994d6;
}

.td_scegli_impostazioni{
	height:482px !important;
	margin-top: -241px !important;
}

.td_scegli_macchina_slot{
	width:50%;
	padding:10px;
}

#machine_list_section{
	margin-top:28px;
}

#setting_3d_section{
	display:none;
	margin-top:28px;
}

md-autocomplete{
	color:black !important;
}

#routeprovider{
	width:100vw;
	height:100vh;
	position:absolute;
	top:0;
	left:0;
	display:none;
}

.vt_zone_cross{
    top: 5px;
    right: 5px;
    cursor: pointer;
    position: absolute;
}

.padding10{
	padding:10px;
	width:30px;
	height:30px;
}

.VRitemOp{
	display:none;
}

.i_friendlyuser{
	cursor:pointer;
	margin-top:10px;
	color:#d2dfea;
}

.writeNote{
	margin-right: 0px !important;
	margin-left: 0px !important;
	margin-bottom:10px;
}

.noteSelect{
	background-color:#f5f5f5;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 2px 3px #ccc;
	margin-bottom:15px;
	height: 40px;
	line-height: 40px;
}

.noteSelect i{
	margin-left:10px;
	color:#2994d6;
}

.noteSelect select{
	width: 120px;
	margin-left: 5px;
}

.writeCalendar{
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.noteContent{
	width: 100%;
	background-color:#f5f5f5;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 2px 3px #ccc;
	height: calc(100% - 190px);
	min-height: 200px;
	overflow: auto;
}

.sezione_nota_scrivi_reg{
	border-bottom: 1px solid #ccc;
}

.SezioneRegitratore{
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	width: 100%;
	max-width:190px;
	height: 2.5em;
	line-height: 2.4em;
	vertical-align: middle;
	text-decoration: none;
	user-select: none;
	color: white;
	outline: none;	
	border: 1px solid rgba(110,121,128,.8);
	border-top-color: rgba(110, 121, 128, 0.8);
	border-top-color: rgba(0,0,0,.3);
	border-radius: 40px;
	background: rgb(72, 102, 132) linear-gradient(rgb(107, 140, 174), rgb(140, 166, 192));
	box-shadow: 0 -1px rgba(10,21,28,.9) inset,1px rgba(255,255,255,.5) inset;
}

#start_register{
	width: 30px;
	float: right;
	background-color:rgba(255,255,255,0.3);
	height: 30px;
	border-radius: 15px;
	margin-right: 2%;
	cursor:pointer;
	margin-top:2px;
	color: rgb(72, 102, 132);
}

#stop_register{
	display:none;
	width: 30px;
	float: right;	
	background-color:rgba(255,255,255,0.3);
	height: 30px;
	border-radius: 15px;
	margin-right: 2%;
	margin-top:2px;
	cursor:pointer;
	color: rgb(72, 102, 132);
}

.time_register{
	width:60%;
	float:left;
	text-align:center;
	color:rgba(255,255,255,0.8);
}

#myVirtualTour{
	width:100%;
	height:100%;	
}

#my3DviewHome{
	width:100%;
	height:100%;
}

#DR3D_pannello{
	width:100px;
	height:calc(100vh - 61px);
	background: url(../images/background/lateralMenuBackground.png);
    background-repeat: repeat;
	background-repeat: repeat;
	background-position: center;
	border-right:1px solid #486684;
	box-shadow:3px 0px 5px -2px #486684;
	padding-top:10px;
	z-index:9;
	position:absolute;
	left:0px;
}

#DR3D_pannello2{
	width: 350px;
	height:calc(100vh - 61px);
	z-index: 1;
	position: absolute;
	left: -350px;
	top: 0px;
	background: url(../images/background/lateralMenuBackground.png);
    background-repeat: repeat;
	background-repeat: repeat;
	background-position: center;	
	border-right:1px solid #486684;
	box-shadow:3px 0px 5px -2px #486684;
}

#DR3D_p2_info{
	display:none;
	height:calc(100vh - 255px);
	overflow-x:hidden;
	overflow-y:auto;
}

#DR3D_p2_note{
	display:none;
	height:calc(100vh - 115px);
	overflow:hidden;
}

.DR3D_p2_header{
	background-image: linear-gradient(#486684, #5b80a4);
	height: 35px;
	color: #f2f2f2;
	line-height: 35px;
	font-weight: bold;
	font-family: 'Lato', Arial, sans-serif;
	padding-left:15px;
	padding-right:15px;
}

.DR3D_p2_content{
	width:100%;
	min-height:150px;
	padding:10px;
}

.DR3D_p2_close{
	float:right;
	margin-top:3px;
	cursor:pointer;
	color:#f2f2f2;
}

.DR3D_panel_close{
	float:left;
	margin-top:3px;
	cursor:pointer;
	color:#f2f2f2;
}


#stat3d{
	width:90px;
	margin-left:5px;
	height:50px;
	border-radius:3px;
	background: black;
	margin-bottom: 10px;
}

#VT_stat{
	width:90px;
	margin-left:5px;
	height:50px;
	border-radius:3px;
	background: black;
	margin-bottom: 10px;
}

#operationPanelDx {
	width: 110px;
	position: absolute;
	background: transparent;
	right: 5px;
	z-index: 1;
	top: 80px;
}

#operationPanelHome{
	z-index:1;
	width: 90px;
	margin-left:5px;
}

#operationPanelHome tr td{
	width:50%;
	padding:2px;
}

#operationHome{
	z-index:1;
	width: 110px;
}

#operationHome tr td{
	width:50%;
	padding:2px;
}

#VT_pannelloSX{
	padding: 10px;
	z-index:1;
}

#operationPanel3Ddx{
	position: absolute;
	bottom: 150px;
	left: -25px;
	padding: 10px;
	z-index:1;
}

.rosa3d_movimenti_sx i{
	margin:0 auto;
}


.rosa3d_movimenti_sx i{
	margin:0 auto;
}

#pennello_arcobaleno{
    background-image: linear-gradient(to right, orange , yellow, green, cyan);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow:none;
}

#background3d_color{
	color:#cccccc;
}

.coloraback3D i{
	color:#000000;
}

#Vt_distintaTable{
	width:100%;
	position:relative;
	border-radius:10px 10px 0px 0px !important;
	background:#f5f5f5;
}

#Vt_distintaTable tr{
	line-height:20px;
	border-bottom:1px solid #ccc;
	cursor:pointer;
}

#Vt_distintaTable tr td{
	padding-left:10px;
	padding-right:5px;
}

.trActive{
	background-color:#2173a7;
	font-weight:bold;
	color:#fff;
}

.distintaEyeMostra{
	display:block;
}

.distintaEyeNascondi{
	display:none;
}

.selected2 {
	animation: slide-top 0.5s forwards;
	-webkit-animation: slide-top 0.5s forwards;
}

.dismiss2 {
	animation: slide-btn 0.5s forwards;
	-webkit-animation: slide-btn 0.5s forwards;
}

md-checkbox ._md-container {
	background-color:#f4f4f4;
	border-radius:2px;
}

md-input-container > md-select {
	background-color:#f4f4f4;
	min-width: 180px;
	padding-left: 10px;
	border-radius: 4px 4px 0px 0px;
	color:#404040;
	width: 200px;
}

md-input-container label:not(.md-no-float):not(._md-container-ignore), md-input-container ._md-placeholder {
	color:#f4f4f4;
}

._md-select-value > span:not(._md-select-icon) ._md-text {
	color:#404040;
}

@keyframes slide-top {
	0 {
		-webkit-transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

@-webkit-keyframes slide-top {
	0 {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0%);
	}
}

@keyframes slide-btn {
	0% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(100%);
	}
}

@-webkit-keyframes slide-btn {
	0% {
		-webkit-transform: translateY(0%);
	}
	100% {
		-webkit-transform: translateY(100%);
	}
}