@CHARSET "UTF-8";

@import url('/portal/css/fonts/Inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter', sans-serif; }
}

* {
	box-sizing: border-box;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
.lc-client-main nav ul li a {
    color: #334251;
	}
	
	a {
    text-decoration: none;
    color: inherit;
}
.lc-client-main nav ul li {
    display: inline-block;
    margin: 0 10px;
}
.lcdiv_mainpage{
	background-color: #fafafa;
	font-size: 1.2rem;
	line-height: 1.4;
}
.ui-dialog, .ui-dialog input, .ui-dialog select, .ui-dialog button {
}

input[type=text],
textarea,
#lcdiv_sla {
	margin: 0;
	font-size: 14px;
	background: #fff;
	border: 1px solid #c1c1c1;
	border-radius: 2px;
	width: 100%;
	padding: 4px 5px 5px;
	color: #596A7A;
	box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.06);
	outline: none;
}

.lcdiv_stato div:nth-of-type(2),
.lcdiv_responsabile div:nth-of-type(2),
.lcdiv_gruppo div:nth-of-type(2) {
	border: 1px solid #ccc;
	border-radius: 3px;
	overflow: hidden;
	background: #F8F8F8;
	background-image: url(images/select.png);
	background-image: url(IMAGE_URL), -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F8F8F8));
	background-image: url(images/select.png), -webkit-linear-gradient(-180deg, #FFFFFF 0%, #F8F8F8 98%);
	background-image: url(images/select.png), -moz-linear-gradient(-180deg, #FFFFFF 0%, #F8F8F8 98%);
	background-image: url(images/select.png), -o-linear-gradient(-180deg, #FFFFFF 0%, #F8F8F8 98%);
	background-image: url(images/select.png), linear-gradient(-180deg, #FFFFFF 0%, #F8F8F8 98%);
	background-repeat: no-repeat;
	background-position: center right;
	border: 1px solid #C1C1C1;
	border-radius: 2px;
	position: relative;
}

.lcdiv_stato div:nth-of-type(2) select,
.lcdiv_responsabile div:nth-of-type(2) select,
.lcdiv_gruppo div:nth-of-type(2) select {
    padding: 4px 8px 5px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.lcdiv_stato div:nth-of-type(2) select:focus,
.lcdiv_responsabile div:nth-of-type(2) select:focus,
.lcdiv_gruppo div:nth-of-type(2) select:focus {
    outline: none;
}

#lcdiv_sla {
	background: #15b515;
	border-color: #139C13;
	box-shadow: none;
	color: #fff;
	font-weight: 700;
}

#lcdiv_ticketaccounts input[type="text"]:disabled,
#lcdiv_ticketaccounts textarea:disabled {
	background-color: transparent;
	border: none;
	padding: 0;
}

h1, h2 {
	font-size: 2.2rem;
	font-weight: 700;
}

h2 {
	font-size: 2.0rem;
	font-weight: 700;
}

h1 span, h2 span{
	color: #1374D3;
	text-decoration: none;
}

.navbar {
	background-color: #334252;
	min-height: 70px;
	padding: 0 30px;
}

.navbar img {
	display: block;
	padding: 20px 0;
}

.navbar-text {
	display: none;
}

#lcdiv_ticketaccounts, #lcdiv_ticketdetail {
	overflow: auto;
	height: 320px;
}

#lcdiv_ticketaccounts,
#lcdiv_tickethistory,
#lcdiv_usertickethistory,
#lcdiv_companytickethistory {
	float: left;
	width: 315px;
	border-right: 1px solid #cecece;
}

#lcdiv_tickethistory,
#lcdiv_usertickethistory,
#lcdiv_companytickethistory {
	border-right: 1px solid #c3c3c3;
}

#lcdiv_tickethistory > div:last-child,
#lcdiv_usertickethistory > div:last-child,
#lcdiv_companytickethistory > div:last-child {
	margin-bottom: 30px;
}

#lcdiv_tickethistory,
#lcdiv_usertickethistory,
#lcdiv_companytickethistory {
	padding: 0 0 0 0;
	font-size: 1.1rem;
	border-top: 1px solid #c3c3c3;
}

.lcdiv_tickethistoryitem,
.lcdiv_usertickethistoryitem,
.lcdiv_companytickethistoryitem {
	cursor: pointer;
}

.lcdiv_tickethistoryitem,
.lcdiv_tickethistoryitem_selected,
.lcdiv_usertickethistoryitem,
.lcdiv_usertickethistoryitem_selected,
.lcdiv_companytickethistoryitem,
.lcdiv_companytickethistoryitem_selected {
	border: 1px solid transparent;
	border-bottom: 1px solid #c3c3c3;
	padding: 10px 20px 10px 30px;
	overflow: auto;
	position: relative;	
}

.lcdiv_tickethistoryitem:hover,
.lcdiv_usertickethistoryitem:hover,
.lcdiv_companytickethistoryitem:hover,
.lcdiv_tickethistoryitem_selected,
.lcdiv_usertickethistoryitem_selected,
.lcdiv_companytickethistoryitem_selected {
	background: #fff;
	border: 1px solid #1374D3;
	border-left-width: 3px;
}

.lcdiv_group_user,
.lcdiv_group_customer,
.lcdiv_group_team {
	position: relative;
}

.lcdiv_group_user::before,
.lcdiv_group_customer::before,
.lcdiv_group_team::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 16px;
	height: 14px;
	background-image: url(images/sprite.png);
	background-position: 0 -25px;
}

.lcdiv_group_user::before {
	background-position: -4px -30px;
}

.lcdiv_group_customer::before {
	background-position: -29px -30px;
}

.lcdiv_group_team::before {
	background-position: -54px -30px;
}

.lcdiv_tickethistoryitemoperation {
	border-bottom: 1px solid #e9e9e9;
	padding: 0 16px 8px 0;
	margin: 0 0 8px;
	font-weight: 700;
}

.lcdiv_tickethistoryitemactionby {
	position: absolute;
	top: 15px;
	right: 20px;
}

.lcdiv_tickethistoryitemactionby div {
	width: 8px;
	height: 8px;
	background-color: gray;
	border-radius: 10px;
}

.lcdiv_tickethistoryitemactionby .div_status_closed {
	background: #15B515;
	border: 1px solid #139C13;
}

.lcdiv_tickethistoryitemactionby .div_status_blue {
	background: #1374D3;
	border: 1px solid #1165BA;
}

.lcdiv_tickethistoryitemactionby .div_status_open {
	background: #CC2929;
	border: 1px solid #B32424;
}

.span_tickethistory_jcn {
	color: #1374D3;
}

.lcdiv_tickethistoryitemresp,
.div_action_time,
.div_tickethistory_customer {
	padding-bottom: 2px;
}

.lcdiv_tickethistoryitemresp {
	float: left;
	clear: left;
	padding-left: 21px;
}

.div_action_time,
.div_tickethistory_customer {
	float: right;
	clear: right;
}

#lcdiv_ticketaccounts .jqx-tabs-content {
	padding: 20px 30px;
}

.jqx-tabs-content table td{
	background-color: #fafafa;
}

#lcdiv_ticketaccounts .cmField {
	border-top: 1px solid #cecece;
	margin: 0 0 7px;
	padding: 7px 0 0;
}

#lcdiv_ticketaccounts .cmField:nth-child(1) {
	border-top: none;
}

#lcdiv_ticketaccounts ._label {
	margin: 0;
}

#lcdiv_tickettitle,
#lcdiv_actiontitle {
	float: left;
	width: 100%;
}

#lcdiv_actiontitle,
#divappointments h2 {
	padding: 0 30px 28px;
}

#divappointments h2 {
	float: left;
}

#lcdiv_tickettitle h1,
#lcdiv_ticketdetail h2,
#lcdiv_ticketaction h2,
#lcdiv_userticketaction h2,
#lcdiv_companyticketaction h2 {
	float: left;
	padding: 20px 30px;
}

#lcdiv_tickettitle h1 {
	padding: 18px 15px;
}

#lcdiv_ticketdetail h2,
#lcdiv_ticketaction h2,
#lcdiv_userticketaction h2,
#lcdiv_companyticketaction h2 {
	float: left;
	padding: 4px 0 0;
	line-height: 1;
}

#lcdiv_ticketoggetto,
#lcdiv_workordermin,
#lcdiv_workorderusermin,
#lcdiv_workordercompanymin {
	float: left;
	width: 50%;
}

#lcdiv_ticketoggetto textarea {
	min-height: 142px;
}

.lcdiv_tickettitlecommand,
.btn_commands,
.btn_commands_morefields,
.btn_commands_morefieldsticket {
	float: right;
}

.lcdiv_tickettitlecommand {
	margin: 20px 15px 0 0;
}

#divappointments .btn_commands {
	float: right;
	margin: 6px 30px 0 -30px;
}

#lcdiv_actiontitle .btn_commands {
	float: right;
	margin-top: 6px;
}

.btn_commands_morefieldsticket {
	margin: 0 15px;
	font-size: 1rem;
	font-weight: 700;
}

.btn_commands_morefieldsticket a {
	position: relative;
	padding-right: 22px;
}

.btn_commands_morefieldsticket a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 25px;
	background-image: url(images/sprite.png);
	background-position: -150px -6px;
}

.btn_commands a,
.btn_commands_morefields a,
.cmEdit input {
	position: relative;
	background: #1374D3;
	color: #fff;
	border: 1px solid #1165BA;
	border-radius: 2px;
	font-size: 1.2rem;
	padding: 4px 10px;
	margin: 0 0 0 10px;
	font-weight: 700;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.21);
}

.btn_commands .btn_menu,
.btn_commands .btn_call,
.btn_commands .btn_email,
.btn_commands .btn_forward,
.btn_commands .btn_new,
.btn_commands .btn_all {
	padding-right: 40px;
}

.btn_commands .btn_call,
.btn_commands .btn_new,
.btn_commands .btn_all {
	padding-right: 38px;
}

.btn_commands .btn_reply,
.btn_commands .btn_reply_all {
	padding-left: 40px;
}

.btn_commands .btn_menu::after,
.btn_commands .btn_call::after,
.btn_commands .btn_email::after,
.btn_commands .btn_forward::after,
.btn_commands .btn_new::after,
.btn_commands .btn_all::after,
.btn_commands .btn_reply::before,
.btn_commands .btn_reply_all::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	width: 25px;
	height: 25px;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
}

.btn_commands .btn_menu::after,
.btn_commands .btn_email::after,
.btn_commands .btn_forward::after,
.btn_commands .btn_new::after,
.btn_commands .btn_all::after {
	right: 8px;
}

.btn_commands .btn_call::after,
.btn_commands .btn_new::after,
.btn_commands .btn_all::after {
	right: 6px;
}

.btn_commands .btn_reply::before,
.btn_commands .btn_reply_all::before {
	left: 5px;
}

.btn_commands .btn_menu::after {
	background-position: -50px 0;
}

.btn_commands .btn_email::after {
	background-position: -25px 0;
}

.btn_commands .btn_call::after {
	background-position: 0 0;
}

.btn_commands .btn_new::after {
	background-position: -175px 0;
}

.btn_commands .btn_all::after {
	background-position: -175px -25px;
}

.btn_commands .btn_reply::before {
	background-position: -75px 0;
}

.btn_commands .btn_reply_all::before {
	background-position: -100px 0;
}

.btn_commands .btn_forward::after {
	background-position: -125px 0;
}


.btn_commands a:hover,
.btn_commands_morefields a:hover {
	background: #1165BA;
}

.btn_commands_morefields a {
	float: right;
	font-size: 1rem;
}

#lcdiv_ticketdetail,
#lcdiv_ticketaction,
#lcdiv_userticketaction,
#lcdiv_companyticketaction {
	margin: 0 0 0 315px;
	overflow: auto;
}

#lcdiv_ticketdetail {
	padding: 0 15px;
	overflow: hidden;
}

#dynfield_edit,
#lcdiv_ticketdetail .cmField,
#lcdiv_ticketuserfields .cmField,
#lcdiv_ticketfields .cmField {
	margin-left: 15px;
	margin-right: 15px;
}

.lcdiv_ticketfields > span {
	display: block !important;
	margin-left: 15px;
	margin-right: 15px;	
}

#dynfield_edit,
#lcdiv_userticketfields_subject,
#lcdiv_companyticketfields_subject {
	margin-bottom: 18px;
}

#lcdiv_ticketbottom .jqx-tabs-content {
	padding: 25px 0 0;
}

#lcdiv_ticketbottom {
	border-top: 1px solid #cecece;
	background-color: #f0f0f0;
}

#lcdiv_ticketbottom .jqx-tabs-title {
	border: 1px solid #c3c3c3;
	background-color: #e3e3e3;
}

#lcdiv_ticketbottom .jqx-tabs-title:hover,
#lcdiv_ticketbottom .jqx-tabs-title-selected-top {
	background-color: transparent;
	color: #1374D3;
	border-bottom: 1px solid #f0f0f0;	
}

#lcdiv_tickethistory,
#lcdiv_usertickethistory,
#lcdiv_companytickethistory,
#lcdiv_ticketaction,
#lcdiv_userticketaction,
#lcdiv_companyticketaction,
#divappointments {
	height: calc(100vh - 466px);
	overflow-y: auto;
}

.lcdiv_ticketfields {
	float: left;
	width: 67%;
	width: calc(100% - 312px);
}

input#__inputfield,
#lcdiv_userticketfields_subject,
#lcdiv_companyticketfields_subject {
	font-size: 2.1rem;
	font-weight: 700;
	color: #334252;
	padding: 3px 10px;
}

.lcdiv_ticketinfos,
.lcdiv_ticketinfos_bottom {
	float: right;
	width: calc(33.3% - 20px);
	width: 298px;
	margin: 0 7px;
}

#cmField_data_creazione,
#cmField_data_ultima_azione_outerbox,
#cmField_data_creazione_user,
#cmField_data_ultima_azione_user,
#cmField_data_creazione_company,
#cmField_data_ultima_azione_company,
#timecontrol,
.lcdiv_sladiv,
.lcdiv_stato,
.lcdiv_responsabile,
.lcdiv_gruppo {
	float: left;
	width: calc(33.3% - 16px);
	margin: 0 8px;
}

.lcdiv_stato {
	width: calc(66.6% - 16px);
}

#cmField_data_creazione_user,
#cmField_data_ultima_azione_user,
#cmField_data_creazione_company,
#cmField_data_ultima_azione_company,
.lcdiv_responsabile,
.lcdiv_gruppo {
	width: calc(50% - 16px);
}

#cmField_data_creazione ._label,
#cmField_data_ultima_azione_outerbox ._label,
#timecontrol {
	font-size: 1rem;
	font-weight: 700;
}

#innertimecontrol {
	margin: 4px 0 0;
	position: relative;
}

#innertimecontrol > a {
	background-color: #1374d3;
	display: block;
	margin: 9px auto 8px;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	position: relative;
	text-indent: -9000px;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.09);
}

#innertimecontrol > a::after {
	content: "test";
	display: block;
	position: absolute;
	z-index: 10;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 25px;
	background-color: red;
	background: transparent url('images/sprite.png') no-repeat -125px -25px;
}

#innertimecontrol > a.pause::after {
	background-position: -151px -25px;
}

#timecontroltotal,
#timecontrolnow {
	font-weight: 700;
	border-top: 1px solid #cecece;
	padding: 1px 0;
}

#timecontrolnow {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #1374d3;
	background-color: #F6F6F6;
}

.data_creazione_box,
.data_ultima_azione_box,
#innertimecontrol {
	font-weight: 400;
	font-size: 1.2rem;
	min-height: 84px;
}

.data_creazione_box,
.data_ultima_azione_box,
.data_creazione_box_bottom,
.data_ultima_azione_box_bottom {
	background: #f3f3f3;
	border: 1px solid #d7d7d7;
	border-radius: 2px;
}

.data_creazione_box,
.data_ultima_azione_box,
.data_creazione_box_bottom,
.data_ultima_azione_box_bottom,
#innertimecontrol {
	text-align: center;
	font-size: 1.1rem;	
}

.data_creazione_box_bottom,
.data_ultima_azione_box_bottom {
	min-height: 83px;
	margin-bottom: 11px;
}

.data_creazione_durata,
.data_ultima_azione_durata {
	font-weight: 700;
	font-size: 2rem;
	padding: 12px 0 5px;
}

#innertimecontrol {
	background: #fff;
	border: 1px solid #C1C1C1;
	border-radius: 2px;
}

#lcdiv_ticketbottom {
	clear: both;
	overflow: auto;
}

.lcdiv_user_ticketdetailbox,
.lcdiv_userticketactionbox,
.lcdiv_companyticketactionbox {
	clear: both;
	overflow: auto;
	margin: 0 30px 30px;
	background-color: #fff;
	min-height: 60%;
	border: 1px solid #C9C9C9;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.10);
	border-radius: 2px;
	padding: 10px 15px 30px;
}

.lcdiv_userticketactionbox,
.lcdiv_companyticketactionbox {
	padding-top: 25px;
}

.jqx-widget-header {
	border-bottom: 1px solid #cecece;
	height: 50px !important;
	padding: 16px 30px 0;
}

#lcdiv_ticketbottom .jqx-widget-header{
	border-bottom: 1px solid #c3c3c3;
}

.jqx-tabs-content {
	padding: 0;
	width: 100%;
}

.jqx-tabs-title-container {
	width: auto !important;
}

.jqx-tabs-titleContentWrapper {
	margin-top: 0 !important;
}

.jqx-tabs-titleWrapper {

}

.jqx-tabs-title {
	background-color: #F2F2F2;
	padding: 8px 10px 12px;
	margin: 0 4px 0 0;
	border: 1px solid #c3c3c3;
	height: 33px !important;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1rem;
	border-radius: 2px 2px 0 0;
	cursor: pointer;
	position: relative !important;
	top: 1px !important;
}

.jqx-tabs-title:hover,
.jqx-tabs-title-selected-top {
	background-color: transparent;
	color: #1374D3;
	border-bottom: 1px solid #fafafa;	
}

.divBulletAlert {
	display: inline;
	color: #1374D3;
	margin: 0 0 0 5px;
	padding: 0 5px 1px;
	border-radius: 50px;
	background-color: #fff;
	border: 1px solid #cecece;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.08);
}

#lcdiv_ticketaction {
	
}

.save-options {
	display: none !important;
}

.btn_commands {
	position: relative;
	z-index: 20;
}

.btn_commands_menu:before {
	
}

.btn_commands_menu {
	position: absolute;
	right: 0;
	top: 35px;
	background-color: #fff;
	border: 1px solid #cecece;
	padding: 10px 15px;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

.btn_commands_menu:after, .btn_commands_menu:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.btn_commands_menu:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFFFFF;
	border-width: 8px;
	margin-left: -8px;
}

.btn_commands_menu:before {
	border-color: rgba(206, 206, 206, 0);
	border-bottom-color: #cecece;
	border-width: 9px;
	margin-left: -9px;
}

.btn_commands_menu a {
	position: relative;
	display: block;
	background: transparent;
	color: #334252;
	border: none;
	border-top: 1px solid #cecece;
	border-radius: 2px;
	font-size: 1.2rem;
	padding: 5px;
	margin: 0;
	text-shadow: none;
}

.btn_commands_menu a:hover {
	color: #334252;
	background-color: #f7f7f7;
}

.btn_commands_menu li:first-child a {
	border-top: none;	
}

input[type=text],
textarea,
.btn_commands a,
.btn_commands_morefields a,
.jqx-tabs-title {
	-webkit-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
	-moz-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
	-o-transition: border-color 0.3s, color 0.3s, background-color 0.3s;		
	transition: border-color 0.3s, color 0.3s, background-color 0.3s;
}

.lcdiv_tickethistoryitem,
.lcdiv_usertickethistoryitem,
.lcdiv_companytickethistoryitem {
	-webkit-transition: border-width 0.1s, border-color 0.3s, color 0.3s, background-color 0.3s;
	-moz-transition: border-width 0.1s, border-color 0.3s, color 0.3s, background-color 0.3s;
	-o-transition: border-width 0.1s, border-color 0.3s, color 0.3s, background-color 0.3s;		
	transition: border-width 0.1s, border-color 0.3s, color 0.3s, background-color 0.3s;
}


.cmFieldBox,
.cmFieldDoubleBox,
.lcdiv_action_allegati {
	float: left;
	width: calc(33.3% - 30px);
	margin: 0 15px;
	padding: 15px 0;
	border-bottom: 1px solid #d8d8d8;
}

.cmFieldDoubleBox {
	float: left;
	width: calc(66.6% - 30px);
}

#cmField_mail_body {
	border-bottom: none;
}

.lcdiv_action_allegati {
	position: relative;
	top: -48px;
	border-top: none;
	border-bottom: 1px solid #d8d8d8;
}

.lcdiv_action_allegati_allegato {
	float: right;
	clear: right;
	width: 70%;
	position: relative;
	top: -3px;
	padding: 3px 0 3px 20px;
	color: #1374D3;
}

.lcdiv_action_allegati_allegato::before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	left: 0;
	background-image: url(images/sprite.png);
	background-position: -105px -28px;
}

.cmFieldDoubleBox .cmFieldBoxLabel {
	width: 15%;
}

.cmFieldBoxContent {
	float: left;
	width: 85%;
}

.ui-widget-overlay{background:#000; opacity: 0.5; }
.ui-widget{ border-radius: 2px; border: none; }
.ui-dialog-titlebar {
	background-color: #fff;
	border: none;
}

.ui-dialog-content.ui-widget-content {
	padding: 0 0 50px 30px;
	overflow: auto;
}

.ui-dialog-content h1 {
	margin: -5px 0 10px;
}

.ui-dialog-titlebar .ui-dialog-titlebar-close {
	width: 25px;
	height: 25px;
	background-color: transparent;
	border: none;
	background: transparent url('images/sprite.png') no-repeat -200px 0;
	top: 40px;
	right: 26px;
}

#userModify ._label {
	font-size: 1.2rem;
}

#userModify .label-alt {
	font-size: 1.1rem;
	text-transform: uppercase;
	margin: 10px 0 5px;
}

#userModify .cmField._wide {
	width: 100%;
}

#userModify .cmField {
	float: left;
	width: 50%;
	padding: 0 30px 0 0;
}

/*.ui-dialog-content #waiting {
	border: none;
	background: transparent url('images/preloader.gif') no-repeat center bottom;
}*/

#waitingDialog {background: rgba(0,0,0,.4) url(/portal/css/images/preloader.gif) 50% 50% no-repeat;}

.cmEdit {
	float: right;
	padding: 10px 30px 0;
}

.cmEdit input {
	float: right;
	text-transform: uppercase;
	padding: 7px 12px 6px;
}

#appointments_table div,
#columntableinventory_table div {
	margin: 0 !important;
	clear: both;
}

#appointments_table .jqx-widget-header,
#wrapperinventory_table .jqx-widget-header {
	border-bottom: 1px solid #cecece;
	height: 36px !important;
	padding: 0;
}

#appointments_table .jqx-grid-column-header,
#columntableinventory_table .jqx-grid-column-header {
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;	
	padding: 10px;
	font-weight: 700;
	background-color: #f1f2f1;
}

#appointments_table .jqx-grid-column-header:nth-of-type(1),
#appointments_table td:nth-of-type(1) {
	padding-left: 30px;
	border-left: none;
}

#appointments_table td,
#tableinventory_table td {
	padding: 10px 10px;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #cecece;
}

#customNewTicket div div select {padding:10px;font-weight:400;border-radius:2px;}

.lc-client ._toption select, .lc-client ._tmasterslave select
{
    padding: 10px;
    font-weight: 400;
    border-radius: 2px;
}

.detail_faq {
font-size: 12px;
margin-top: 20px;
margin-right: 30px;
}
.btn_newfaq
{
	float: right;
	margin-right: 0px;
	padding-top:18px;
	padding-bottom: 18px;
	padding-left: 34px;
	padding-right:34px;
}
.faq-buttons
{
	margin-bottom: 20px;
	float: right;
}
.nomeFaq
{
	margin-top: 8px;
	line-height: 40px;
	float:left;
}
input[type=text].nomeFaqText
{
	float: left;
	margin-left: 5px;
	margin-top: 8px;
	width: 670px;
	padding: 10px;
	height: 40px;
}

.faqSearch
{
	float: left;
	width: 100%;
	padding: 0px;
	margin-top: 20px;
}
.faqSearch .cmField
{
	width: 48%;
	float: right;
}
.faqSearch .cmField:first-child, .faqSearch .cmField:last-child
{
	float: left;
}
.lcdiv_action_allegati
{
	top: initial;
	margin-left: 0px;
}

.ui-dialog-titlebar .ui-dialog-titlebar-close {
    top: 20px;
}

.field.submit.back{
	margin-top: 10px;
}

.lc-client ._toption select:disabled, .lc-client ._tmasterslave select:disabled
{
    color: #333;
    background: transparent;
    border: 0px solid transparent;
    border-radius: 2px;
    box-shadow: none;
    height: 30px;
    padding: 4px 5px 5px;
    -webkit-appearance: none;
    font-size: 14px;
    font-weight: 400;
    font-family: inter;
}

.ui-dialog-titlebar .ui-button-icon-primary.ui-icon.ui-icon-closethick {
  display: none;
}

.divalertmessage {
	width: 200px;
	min-height: 50px;
	position: relative;
	background-color: white;
	border: 1px solid #1165BA;
	float: left;
	padding: 10px;
	margin: 10px;
	font-size: 12px;
	font-weight: normal;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

#useraccess_detail .cmField._toption {width: 50%;}

.lc-login-logo{
	position: absolute;
    left: calc(50% - 220px/2);
    top: calc(50% - 112px/2 - 136px);
}

.lc-login-text-email{
	position: absolute;
    width: 315px;
    height: 55px;
    left: calc(50% - 315px/2 - 0.5px);
    top: calc(41% - 55px/2 - 38.5px);
}

.lc-login-text-password{
	position: absolute;
    width: 315px;
    height: 55px;
    left: calc(50% - 315px/2 - 0.5px);
    top: calc(40% - 55px/2 + 26.5px);	
}

.lc-login-button{
	position: absolute;
    width: 315px;
    height: 60px;
    left: calc(50% - 315px/2 - 0.5px);
    top: calc(40% - 60px/2 + 94px);
    font-family: Inter UI;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	letter-spacing: 0.2px;
}

.lc-login-remember-password{
	position: absolute;
    width: 160px;
    height: 16px;
    left: 30px;
    bottom: 26px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: normal;
    color: #51534A;
}

.lc-login-register{
	position: absolute;
    width: 158px;
    height: 20px;
    left: calc(50% - 158px/2);
    top: calc(40% - 20px/2 + 153px);
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #51534A;
}

.lc-footer{
	font-family: Inter;
    font-style: normal;
    font-weight: normal;
}
.lc-changelang{
	position: absolute;
	width: 95px;
	height: 19px;
	right: 30px;
	top: 25px;
	font-family: inter;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
	text-align: right;
	color: #51534A;
	z-index: 1;
}

.lc-login-options{
	position: absolute;
	width: 48px;
	height: 16px;
	right: 30px;
	bottom: 26px;
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	text-align: right;
	color: #51534A;
}

.lc-footer{
	position: absolute;
	width: 73px;
	height: 16px;
	left: calc(50% - 73px/2 - 73.5px);
	bottom: 26px;
	font-family: Inter UI;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	color: #51534A;
}

.lc-footer-image{
	position: absolute;
	width: 122.06px;
	height: 15px;
	left: calc(134% - 122.06px/2 + 32.03px);
	bottom: 0;
	background: url(/portal/images/logo.svg);
}

.lc-footer-bitmap{
	position: absolute;
	width: 14.44px;
	height: 15px;
	left: calc(133% - 14.44px/2 + 102.22px);
	bottom: 0;
	background: url(/portal/images/Bitmap.svg);
}

.lc-client-img{
    position: relative;
    width: 220px;
    left: calc(50% - 220px/2);
    margin-top: 70px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    line-height: 31px;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #334251;
    float: left;
}

.lc-nav{
    position: absolute;
    left: 0%;
    right: 0%;
    width: 280px;
    top: 0%;
    bottom: 0%;
    background: #FFFFFF;
    height: 111%;
}

.lc-ul{
    position: relative;
    width: 181px;
    height: 308px;
    float: left;
    margin-top: 50px;
    margin-left: 20px;
}

.lc-li{
	position: relative;
	text-align: left;
	border-bottom: 1px solid #e3e3e3;
	width: 225px;
	top: calc(50% - 264px/2 - 34px);
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	line-height: 45px;
	font-size: 22px;
	color: #334251;
}

.lc-assistance-code{
	position: relative;
    width: 160px;
    height: 41px;
    float: left;
    margin-left: 30px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #334251;
}
.lc-assistance-code-value{
	position: relative;
	width: 95px;
	height: 20px;
	left: 0px;
	top: 0;
	color: #FFFFFF;
	text-align: center;
}

.lc-sidebar-layer-down{
    position: relative;
    padding-left: 0px;
    text-align: left;
    width: 230px;
    height: 180px;
    float: left;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    margin-left: 20px;
    margin-top: 100px;
}

.lc-nav .lc-sidebar-layer-down .lc-sidebar-layer-down-li {width: 100%;}
.lc-nav .lc-sidebar-layer-down .lc-sidebar-layer-down-li a {font-size: 14px;}

.lc-label-titlebar{
	position: absolute;
	width: 80%;
	height: 34px;
	left: 30px;
	top: calc(50% - 34px/2 - 2px);
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 28px;
	color: #FFFFFF;
}

.lc-labelnew-titlebar{
	position: absolute;
	width: 80%;
	height: 34px;
	left: 70px;
	top: calc(50% - 34px/2 - 2px);
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 28px;
	color: #FFFFFF;
}

.lc-back-titlebar{
	position: absolute;
	left: 2.7%;
    right: 96.5%;
    top: 40%;
    bottom: 39%;
	background-image: url(/portal/images/Back.svg);
}

.lc-info-titlebar{
	position: relative;
	float: right;
	width: 3px;
	height: 15px;
	margin-right: 15px;
	top: calc(50% - 15px/2 - 3.5px);
	background-image: url(/portal/images/Vector.svg);
}

.lc-sort-titlebar{
	position: relative;
	float: right;
	width: 24.24px;
	height: 15.24px;
	margin-right: 15px;
	top: calc(50% - 15.24px/2 - 2.38px);
	background-image: url(/portal/images/Filter.svg);
}

.lc-new-titlebar{
	position: relative;
	float: right;
	width: 18px;
	height: 18px;
	margin-right: 15px;
	top: calc(50% - 18px/2 - 3px);
	background-image: url(/portal/images/Plus.svg);
}

.lc-search-titlebar{
	position: relative;
	float: right;
	width: 17.22px;
	height: 17.72px;
	margin-right: 15px;
	top: calc(50% - 17.72px/2 - 2.14px);
	background-image: url(/portal/images/Search.svg);
}

.lc-notickets{
	position: absolute;
	left: 47.73%;
	right: 25.86%;
	top: 43.62%;
	bottom: 31%;
}

.lc-label-notickets{
	position: absolute;
	height: 54px;
	top: calc(50% - 54px/2 + 125px);
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	line-height: 27px;
	font-size: 20px;
	text-align: center;
	color: #334251;
}

.lc-image-notickets{
	position: absolute;
	width: 270px;
	height: 170px;
	left: 40%;
	top: 349px;
	background-image: url(/portal/images/32.svg);
}

.lc-sortbar{
	position: relative;
	width: 100%;
	height: 48px;
	float: left;
	background: #F2F2F2;
}

.lc-total-tickets-sortbar{
	position: relative;
	width: 100%;
	height: 15px;
	left: 2%;
	top: calc(50% - 15px/2 - 0.5px);	
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 12px;
	text-align: right;
	color: #2D3B49;
}

.lc-label-sortbar{
	position: relative;
	width: 100%;
	height: 15px;
	left: calc(46% - 107px/2 - 12.5px);
	top: calc(30% - 15px/2 - 0.5px);	
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 12px;
	text-align: right;
	color: #2D3B49;
}

.lc-image-sortbar{
	position: absolute;
	width: 18px;
    height: 18px;
	left: calc(50% - 7.14px/2);
	top: 20px;
	background-image: url(/portal/images/19.svg);
}

.table_tickets{
	position: relative;
    float: left;
    width: 100%;
    height: 100%;
    max-height: 900px;
    background: #e3e3e3;
}


.lc-itemticket-datejcn{
    position: relative;
    width: 250px;
    height: 12px;
    float: left;
    margin-left: 30px;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 10px;
    text-transform: uppercase;
    color: #334251;
    margin-top: 28px;
}

.lc-itemticket-summary{
    position: relative;
    height: 50px;
    float: left;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    font-size: 16px;
    color: #334251;
    width: calc( 100% - 60px);
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 5px;
}

.lc-itemticket-customheader{
	position: absolute;
	width: 50px;
	height: 12px;
	left: 402px;
	top: 28px;
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	color: #334251;
}

.lc-itemticket-customelement{
	position: absolute;
	width: 250px;
	height: 25px;
	left: 402px;
	top: 50px;
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	font-size: 18px;
	color: #334251;
}

.lc-itemticket-clientelement{
	position: absolute;
	width: 250px;
	height: 25px;
	left: 402px;
	top: 42px;
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	font-size: 18px;
	color: #334251;
}

.lc-itemticket-status{
	position: absolute;
	width: 130px;
	height: 12px;
	right: 30px;
	top: 28px;
}

.lc-itemticket-statuslabel{
	position: relative;
	float: right;
	width: 100px;
	height: 12px;
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
	color: #334251;
}

.lc-itemticket-statuscolor{
	position: relative;
	float: right;
	width: 11px;
	height: 11px;
	right: 0;
	top: 0;
	margin-left: 5px;
	border-radius: 10px;
}

.lc-detail-action-info-label{
   position: relative;
   left: 76px;
   font-family: Inter;
   font-style: normal;
   font-weight: 600;
   line-height: 47px;
   font-size: 12px;
   text-transform: uppercase;
   color: #111111;
   float: left;
   width: 50%;
}

.lc-detail-action-info-value{
	position: relative;
    left: 5px;
    margin-left: 10px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    line-height: 47px;
    font-size: 14px;
    color: #111111;
}

.lc-label-comment{
	position: absolute;
	left: calc(33% - 315px/2 + 140.5px);
	right: 36.41%;
	bottom: 73.75%;
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	color: #111111;
}

.lc-textarea-comment{
	position: absolute;
	width: 315px;
	height: 127px;
	left: calc(40% - 315px/2 + 140.5px);
	top: calc(38% - 127px/2 - 36.5px);
	background: #FFFFFF;
}

.lc-attachments-label{
	position: absolute;
	width: 92px;
	height: 15px;
	left: calc(47% - 315px/2 + 140.5px);
	top: 43%;
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #111111;
}

.lc-layer-attachments{
	position: absolute;
	width: 315px;
	height: 45px;
	left: calc(40% - 315px/2 + 140.5px);
    top: 46%;
	background: #FFFFFF;
}

.lc-input-file-attachments{
	position: absolute;
	height: 35px;
	background: #FFFFFF;
	border: 1px solid #CACACA;
	box-sizing: border-box;
	border-radius: 3px;
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
}

.lc-button-comment{
	position: absolute;
	width: 315px;
	height: 60px;
	left: calc(40% - 315px/2 + 140.5px);
	top: calc(37% - 60px/2 + 176px);
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 16px;
	text-align: center;
}

.lc-div-attachments-saved{
    position: relative;
    margin: 0 auto;
}

.lc-label-newticket{
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #334251;
}

.lc-faq-label{
	position: relative;
	margin-top: 10px;
    left: 20px;
    right: 69.84%;
    bottom: 81.88%;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    color: #334251;
}

.lc-client ._toption ._label, .lc-client ._tmasterslave ._label{
	position: relative;
	margin-top: 10px;
    left: 0px;
    right: 69.84%;
    bottom: 81.88%;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    color: #334251;
}

.lc-faq-text, .lc-filter-text{
	font-size: 18px;
    width: calc(100% - 40px);
    position: relative;
    height: 50px;
    left: 20px;
    top: calc(50% - 50px/2 - 220px);
    background: #FFFFFF;
}

.lc-filter-autocomplete{
	font-size: 18px;
    position: relative;
    height: 50px;
    left: 20px;
    top: calc(50% - 50px/2 - 220px);
    background: #FFFFFF;
    border: 1px solid #c3c3c3;
    top: 10px;
    width: 96%;
}

.lc-faq-text .disabled{
	font-size: 18px;
    width: calc(100% - 40px);
    position: relative;
    height: 50px;
    left: 20px;
    top: calc(50% - 50px/2 - 220px);
    background: #F3F3F3;
}

.lc-faq-table, .lc-inventory-table{
	border-left: 1px solid rgb(227, 227, 227);
    border-right: 1px solid rgb(227, 227, 227);
    position: relative;
    top: 15px;
    left: 20px;
    width: calc(100% - 40px)
}

.lc-th-faq-table, .lc-th-inventory-table{
    top: 15px;
    left: 20px;
    width: calc(100% - 40px);
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
}

.lc-td-faq-table, .lc-td-inventory-table{
	background: #FFFFFF;
	border-bottom: 1px solid #e3e3e3;
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

.lc-td-image-faq-table{
	position: relative;
	float: right;
    width: 31.11px;
    height: 26px;
	background-image: url(/portal/images/20.svg);
	transform: rotate(180deg);
}

.lc-button-send-faq{
	position: relative;
	height: 75px;
	width: 300px;
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: normal;
	text-align: center;
	letter-spacing: 0.2px;
    right: 65px;
    margin-top: 20px;
    margin-right: 8px;
}

.lc-label-why-feedback{
	position: relative;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    right: 4.86%;
    margin-top: 15px;
}

.lc-label-email-feedback{
	position: relative;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    right: 4%;
    margin-top: 10px;
}

.lc-label-message-feedback{
	position: relative;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    right: 5%;
}

.lc-text-why-feedback{
	width: 315px;
    position: relative;
    margin-top: 10px;
}

.lc-text-email-feedback{
	width: 315px;
    position: relative;
    margin-top: 10px;
}

.lc-textarea-feedback{
	position: relative;
    width: 315px;
    height: 127px;
    background: #FFFFFF;
    margin-top: 10px;
    left: 33.5%;
}

.lc-button-feedback{
	position: relative;
    margin-top: 10px;
	width: 315px;
	height: 60px;
	left: calc(35% - 315px/2 + 140.5px);
    top: calc(63% - 55px/2 - 12.5px);
    font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: normal;
	text-align: center;
}

.chatDiv {position: fixed;height:calc( 100% - 100px); width: 500px; top: 0; right:0; background-color: #e5e5e5; z-index: 100; display: none;}
.chatDiv form { position: relative; display:none; float: left; background: #e5e5e5; height: 80px;width: 100%}
.chatDiv form input {width: calc(100% - 80px); position: absolute; top:18px;font-family: Inter; font-style: normal; font-weight: normal; font-size: 16px; line-height: 22px; color: #3D3F36; background: #e5e5e5; border: 0; padding: 10px; margin-right: .5%;}
.chatDiv form button { width: 100px; height: 40px; border: none; padding: 10px; }
.chatDiv .messages {position: relative; float: left; width: 100%;height: 100%;list-style-type: none; margin: 0; padding: 0; padding-bottom:30px;overflow-x: hidden;overflow-y:scroll;border-bottom: 1px solid #dbdbdb;}
.chatDiv .messages span { color: black;}
.chatDiv form input:focus{ border: 0px grey;}
#m:focus {outline: 0}

.lc-button-chat{
	position: absolute;
    width: 30%;
    height: 34px;
    right: 30px;
    top: calc(50% - 34px/2 - 2px);
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
}

.lc-update-chat{
	 position: relative;
	 left: 30px;
	 bottom: 5px;
	 background-color: rgb(255, 117, 0);
	 color: rgb(255, 255, 255);
	 cursor: pointer;
}

.lc-button-filter{
	position: relative;
	height: 50px;
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: normal;
	text-align: center;
	letter-spacing: 0.2px;
	width: 300px;
    right: 11px;
    margin-top: 20px;
    margin-right: 8px;
}

table .al-left {
    text-align: left;
}
.lc-act-table td, .lc-act-table th, .lc-address-table td, .lc-address-table th {
    vertical-align: middle;
    font-size: 1.2rem;
    padding: 20px 15px;
}

.lc-act-table thead tr th, .lc-address-table thead tr th {
    color: #485563;
    text-transform: uppercase;
}

.lc-act-table td, .lc-act-table th, .lc-address-table td, .lc-address-table th {
    vertical-align: middle;
    font-size: 14px;
    padding: 20px 15px;
}

.loading {
  position: fixed;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  border: 4px solid #ddd;
  border-top: 4px solid #43a4e5;
  border-radius: 30px;
  animation: loading 1s linear infinite;
}

@keyframes loading {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.lc-language-div{
	position: absolute;
    width: 325px;
    right: 0px;
    top: 0%;
    bottom: 0%;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.lc-language-detail-div{
	position: relative;
    width: 281px;
    height: 36px;
    left: 5%;
    top: 44%;
    font-family: Inter UI;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 44px;
    color: #334251;
}

.lc-language-detail-underline{
	position: relative;
    width: 285px;
    height: 1px;
    left: 5%;
    top: 44%;
    background: #D2D5D8;
    border-radius: 100px;
}

.lc-chat-attach{
	position: absolute;
    right: 75px;
    top: 28px;
    width: 24px;
    background-image: url(/portal/images/attach.svg);
    height: 25px;
}

.lc-chat-audio{
	position: absolute;
    right: 70px;
    top: 28px;
    width: 26px;
    background-image: url(/portal/images/microphone.svg);
    height: 30px;
}

.lc-chat-photo{
	position: absolute;
    right: 20px;
    top: 28px;
    width: 34px;
    background-image: url(/portal/images/photo.svg);
    height: 27px;
}

.lc-chat-message-received{
	position: relative;
    float: left;
    left: 1%;
    top: 2%;
    width: 100%;
    background-color: grey;
    text-align: -webkit-left;
    margin-top: 10px;
}

.lc-chat-message-received-detail{
	position: absolute;
    background: #DEDEDE;
    text-align: -webkit-left;
    max-width: 300px;
}

.lc-chat-message-received-status{
	position: relative;
    width: 20px;
    height: 20px;
    left: 3%;
    top: 10px;
    background: #334251;
    opacity: 0.2;
    border-radius: 10px;
}

.lc-chat-message-received-name-operator{
	position: relative;
    width: 277px;
    height: 16px;
    left: 13%;
    top: -10px;
    font-family: Inter UI;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    color: #334251;
}

.lc-chat-message-received-text{
	position: relative;
    width: 277px;
    height: 65px;
    left: 4%;
    top: 0;
    font-family: Inter UI;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #3D3F36;
}

.lc-chat-message-received-time{
    position: absolute;
    width: 29px;
    height: 17px;
    left: 89%;
    font-family: Inter UI;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 17px;
	color: #111111;
    top: 70%;
}

.lc-chat-message-sent{
 	position: relative;
    float: right;
    left: 93%;
    top: 2%;
    width: 100%;
    text-align: -webkit-left;
    margin-top: 10px;
}

.lc-chat-message-sent-detail{
    position: relative;
    max-width: 100px;
    background: #FFFFFF;
    height: 46px;
}

.lc-chat-message-sent-text{
	position: relative;
    height: 10px;
    left: 0.7%;
    top: 0%;
    font-family: Inter UI;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #3D3F36;
    width: 120px;
}

.lc-chat-message-sent-time{
	position: absolute;
    height: 17px;
    left: 56.36%;
    right: 4.38%;
    top: 67%;
    font-family: Inter UI;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 17px;
    color: #3D3F36;
}

.lc-chat-message-sent-status{
    position: absolute;
    left: 85.8%;
    top: 73.38%;
    bottom: 54.25%;
    width: 10px;
    height: 10px;
    background-image: url(/portal/images/ok.svg);
}

.lc-homepage-open-ticket-color{
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 150px;
	margin-bottom: 150px;
    background: #0957C3;
    border-radius: 8px;
    width: 12px;
    height: 12px;
}

.lc-homepage-open-ticket-label{
	position: relative;
	float: left;
    width: calc( 100% - 65px );
	margin-left: 30px;
	margin-top: 110px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 84px;
    line-height: normal;
    letter-spacing: -2px;
    color: #334251;
}

.lc-homepage-open-ticket-text{
    position: relative;
    float: left;
    margin-left: 30px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    color: #334251;
}

.lc-homepage-first-separator{
    position: relative;
    float: left;
    width: calc(( 100% -280px ) / 3);
    border-right: 1px solid #dbdbdb;
}

.lc-homepage-closed-ticket-color{
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 150px;
	margin-bottom: 150px;
    width: 12px;
    height: 12px;
    background: #009A17;
    border-radius: 10px;
}

.lc-homepage-closed-ticket-label{
	position: relative;
	float: left;
    width: calc( 100% - 65px );
	margin-left: 30px;
	margin-top: 110px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 84px;
    line-height: normal;
    letter-spacing: -2px;
    color: #334251;
}

.lc-homepage-closed-ticket-text{
    position: relative;
    float: left;
    margin-left: 30px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    color: #334251;
}

.lc-homepage-inbox-ticket-color{
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 150px;
	margin-bottom: 150px;
    background: #DB0A5B;
    border-radius: 12px;
    width: 12px;
    height: 12px;
}

.lc-homepage-inbox-ticket-label{
	position: relative;
	float: left;
    width: calc( 100% - 65px );
	margin-left: 30px;
	margin-top: 110px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 84px;
    line-height: normal;
    letter-spacing: -2px;
    color: #334251;
}

.lc-homepage-inbox-ticket-text{
    position: relative;
    float: left;
    margin-left: 30px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    color: #334251;
}

.lc-homepage-recent-tickets-div{
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
    text-transform: uppercase;
}

.lc-homepage-recent-tickets-text{
    position: relative;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 15px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    color: #FFFFFF;
}

.lc-homepage-dashboard {position: relative; float: left;}

.table_tickets_dashboard{
	position: relative;
	float: left;
    width: 100%;
    height: 100%;
    max-height: 370px;
    background: #e3e3e3;
}

.lc-forgot-password-title{
	position: absolute;
    width: 370px;
    height: 34px;
    left: 40%;
    top: calc(50% - 34px/2 - 55px);
    font-family: Inter UI;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #334251;
}

.lc-forgot-password-subtitle{
	position: absolute;
    width: 370px;
    height: 34px;
    left: 40%;
    top: 50%;
    font-family: Inter UI;
    font-style: normal;
    line-height: 33px;
    text-align: center;
    color: #334251;
}

.lc-forgot-password-email{
	position: absolute;
    width: 315px;
    height: 55px;
    left: calc(50% - 315px/2 + 0.5px);
    top: calc(50% - 55px/2 + 14.5px);
    background: #FFFFFF;
    font-family: Inter UI;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #334251;
    opacity: 0.6;
}

.lc-forgot-password-button{
	position: absolute;
    width: 315px;
    height: 60px;
    left: calc(50% - 315px/2 + 0.5px);
    top: calc(50% - 60px/2 + 82px);
}

.lc-forgot-password-back-image{
	position: absolute;
    left: 1%;
    right: 98%;
    top: 95%;
    bottom: 2%;
    background-image: url(/portal/images/20.svg);
}

.lc-forgot-password-back-login{
	position: absolute;
    width: 150px;
    height: 16px;
    left: 3%;
    bottom: 25px;
    font-family: Inter UI;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #334251;
}

.lc-register-title{
	position: absolute;
    width: 370px;
    height: 34px;
    left: 40%;
    top: 37%;
    font-family: Inter UI;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #334251;
}

.lc-register-subtitle{
	position: absolute;
    width: 660px;
    height: 34px;
    left: 35%;
    top: 42%;
    font-family: Inter UI;
    font-style: normal;
    line-height: 33px;
    text-align: center;
    color: #334251;
}

.lc-register-email{
	position: absolute;
    left: calc(50% - 315px/2 + 0.5px);
    top: 53%;
    background: #FFFFFF;
    width: 315px;
    height: 55px;
    font-size: 21px;
}

.lc-register-button{
	position: absolute;
    width: 315px;
    height: 60px;
    left: calc(50% - 315px/2 + 0.5px);
    top: 70%;
}

.lc-forgot-password-sent-title{
	position: absolute;
    width: 311px;
    height: 34px;
    left: calc(50% - 311px/2 + 2.5px);
    top: calc(50% - 34px/2 - 55px);
    font-family: Inter UI;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #334251;
}

.lc-forgot-password-sent-subtitle{
	position: absolute;
    width: 520px;
    height: 34px;
    left: calc(46% - 311px/2 + 2.5px);
    top: calc(54% - 34px/2 - 55px);
    font-family: Inter UI;
    font-style: normal;
    line-height: 33px;
    text-align: center;
    color: #334251;
}

.lc-forgot-password-sent-p1{
	position: absolute;
    width: 352px;
    height: 34px;
    left: calc(50% - 311px/2 + 2.5px);
    top: calc(54% - 34px/2 - 55px);
    font-family: Inter UI;
    font-style: normal;
    line-height: 33px;
    text-align: center;
    color: #334251;
}

.lc-forgot-password-sent-p2{
	position: absolute;
    width: 311px;
    height: 34px;
    left: calc(50% - 311px/2 + 2.5px);
    top: calc(57% - 34px/2 - 55px);
    font-family: Inter UI;
    font-style: normal;
    line-height: 33px;
    text-align: center;
    color: #334251;
}

.lc-forgot-password-sent-newpassword{
	position: absolute;
    width: 315px;
    height: 55px;
    left: calc(50% - 315px/2 + 0.5px);
    top: 51%;
    background: #FFFFFF;
    font-family: Inter UI;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #334251;
    opacity: 0.6;
}

.lc-forgot-password-sent-repeat-newpassword{
    position: absolute;
    width: 315px;
    height: 55px;
    left: calc(50% - 315px/2 + 0.5px);
    top: 58%;
    background: #FFFFFF;
    font-family: Inter UI;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #334251;
    opacity: 0.6;
}

.lc-forgot-password-sent-button{
	width: 315px;
    height: 60px;
    left: calc(50% - 315px/2 + 0.5px);
    top: 65%;
}

.chat-message-sent{
	position: relative;
	float: left;
	width: 100%;

	}
.chat-message-sent .box{
	position: relative;
    float: left;
    text-align: -webkit-left;
    margin-top: 25px;
    margin-left: 20px;
    background: white;
    padding-left: 15px;
    padding-top: 15px;
    -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

.chat-message-received .box{
	position: relative;
    float: right;
    text-align: -webkit-right;
    margin-top: 25px;
    margin-right: 20px;
    background: white;
    padding-left: 15px;
    padding-top: 15px;
    -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

.chat-message-sent-date, .chat-message-received-date{
	position: relative;
	float: right;
	margin-right: 15px;
    text-align: -webkit-center;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 17px;
    color: #111111;
    margin-bottom: 5px;
}

.chat-text-hr {
    position: relative;
    float: left;
    width: calc( 100% + 15px);
    height: 1px;
    display: block;
    border-top: 1px solid #c6c6c6;
    margin-left: -15px;
    margin-bottom: 5px;
}

.chat-head-bullet{
   position: relative;
    line-height: 0;
    margin-left: -14px;
    top: 45px;
    padding: 8px 3px;
    display: inline-block;
    font-size: 1.1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .27);
    border-radius: 45px;
    right: 45px;
    background-color: #fff;
}

._toption select {
	height: 45px;
	font-size: 14px;
	background: white;
}

.cmField {
	margin-bottom: 25px;
}

.cmFieldBoxContent select {border: 0px solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #334251;
}

.lc-label-filter{
	position: relative;
	top: 10px;
	left: 20px;
}

.main-header__list {
	position: absolute;
	z-index: 10;
	right: -20px;
	top: 0;
	width: 268px;
	background-color: #fff;
	color: #334251;
	box-shadow: 2px 0 10px rgba(0, 0, 0, .2);
	padding: 60px 0 0;
	font-size: 15px;
	transform: translateX(100%);
	transition: transform 1s cubic-bezier(.19, 1, .22, 1)
}

.main-header__list.active {
	right: 0px;
	transform: translateX(0)
}

.main-header__list .main-header__more {
	position: absolute;
	top: 12px;
	right: 6px;
	text-indent: -9000px;
	background: no-repeat url(images/7.svg) 50%
}

.main-header__list .main-header__more, .main-header__list .main-header__more a
	{
	display: block;
	width: 36px;
	height: 36px
}

.main-header__list ul {
	padding: 0 0 40px
}

.main-header__list li a {
	display: block;
	padding: 15px 20px;
	position: relative
}

.main-header__list li a:before {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	top: 0;
	height: 1px;
	background-color: #d2d5d8
}

.main-header__list li:first-child a:before {
	display: none
}

.lc-info-titlebar-open{
	position: relative;
	float: right;
	width: 3px;
	height: 15px;
	margin-right: 15px;
	bottom: 15px;
	background-image: url(/portal/images/Vector.svg);
}

.lc-pager>a:before {
	font-family: icomoon;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.lc-client .lc-pager {
	margin: 0 0 -20px
}

.lc-pager {
	text-align: left
}

.lc-pager.center {
	text-align: center
}

.lc-pager.right {
	text-align: right
}

.lc-pager>a {
	height: 30px;
	width: 30px;
	position: relative;
	cursor: default
}

.lc-pager>a span {
	display: none
}

.lc-pager>a:before {
	position: absolute;
	left: 0;
	top: 7px;
	display: block;
	width: 30px;
	text-align: center;
	height: 30px;
	font-size: 3.2rem;
	color: #BEC5CC
}

.lc-pager>a.first:before {
	content: "\e802"
}

.lc-pager>a.prev:before {
	content: "\e805"
}

.lc-pager>a.next:before {
	content: "\e804"
}

.lc-pager>a.last:before {
	content: "\e803"
}

.lc-pager>a.active {
	cursor: pointer
}

.lc-pager>a.active:before {
	color: #1374D3
}

.lc-pager li, .lc-pager ul, .lc-pager>a {
	display: inline-block
}

.lc-pager ul {
	position: relative;
	top: -9px;
	margin: 0 20px
}

.lc-pager ul li {
	margin-left: 5px
}

.lc-pager ul li:first-child {
	margin-left: 0
}

.lc-pager ul li a {
	color: #485563;
	display: block;
	line-height: 30px;
	font-size: 1.4rem;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}

.lc-pager ul li.current a {
	font-weight: 700
}

.lc-pager ul li a:hover, .lc-pager ul li.current a {
	color: #1374D3
}

@font-face {
        font-family: icomoon;
        src: url(./icon/icomoon.eot?mo95bl);
        src: url(./icon/icomoon.eot?#iefixmo95bl) format('embedded-opentype'),
                url(./icon/icomoon.ttf?mo95bl) format('truetype'),
                url(./icon/icomoon.woff?mo95bl) format('woff'),
                url(./icon/icomoon.svg?mo95bl#icomoon) format('svg');
        font-weight: 400;
        font-style: normal
}

.autocompleteCompany.ui-widget-content .ui-state-focus, .autocompleteCompany.ui-widget-header .ui-state-focus,
	{border:1px solid #1374d3;background:white ;font-weight:normal;color:black;}

.autocompleteCompany {width: 96%;}
.autocompleteCompany thead, .autocompleteCompany tbody  {display: block;}
.autocompleteCompany thead tr, .autocompleteCompany tbody tr {display: block; height: 38px;}
.autocompleteCompany td {display: block; height: 38px;}
.autocompleteCompany thead th {display: block;}
.autocompleteCompany thead div, .autocompleteCompany tbody div {float: left; height: 38px; display: block; overflow: hidden;padding-top:10px;}
.autocompleteCompany table.ui-menu-item, .autocompleteCompany table.ui-menu-item thead, .autocompleteCompany table.ui-menu-item tbody, .autocompleteCompany table.ui-menu-item tr {padding: 0px;}
.autocompleteCompany.ui-menu .ui-state-active {margin:0px;background:transparent}
.autocompleteCompany.ui-menu {padding:5px;background-color: #f4f9fe; z-index: 107;}

/* Ticket History Arrow Styles */
.ticket-history-arrow {
    width: 16px;
    height: 16px;
    margin-left: 12px;
    color: #6b7280;
    flex-shrink: 0;
}

.ticket-history-arrow:not(.disabled) {
    transform: rotate(-90deg) !important;
    transition: all 0.2s ease;
}

.ticket-history-arrow svg {
    width: 100%;
    height: 100%;
    display: block;
}

.ticket-history-arrow.disabled {
    color: #d1d5db;
    opacity: 0.5;
    cursor: not-allowed;
}

.ticket-history-item.expanded {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.ticket-history-item.expanded .ticket-history-arrow:not(.disabled) {
    color: #3b82f6;
    transform: rotate(0deg) !important;
}

.ticket-history-item.not-clickable {
    cursor: default;
    opacity: 0.8;
}

.ticket-history-item.not-clickable:hover {
    box-shadow: none;
}

/* Inbox Detail Styles & Timecard Preview Styles */
.inbox-detail-container {
    padding: 20px;
    background: white;
}

.timecard-preview {
    padding: 20px !important;
    background: white !important;
    border: 1px solid #e5e7eb !important;
    border-top: none !important;
    border-radius: 0 0 8px 8px !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.timecard-preview #timecard_content {
    background: transparent !important;
    padding: 0 !important;
}

.lc-detail-action-div {
    padding: 20px !important;
    background: white !important;
    border: 1px solid #e5e7eb !important;
    border-top: none !important;
    border-radius: 0 0 8px 8px !important;
    margin: 0 !important;
    box-shadow: none !important;
}

/* Stili per il contenuto delle attività generiche */
.lcdiv_actiontitletext {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    margin-bottom: 16px !important;
}

.lcdiv_user_ticketdetailboxmail {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.lcdiv_user_ticketdetailfields {
    background: transparent !important;
}

.cmFieldBox,
.cmFieldDoubleBox {
    margin-bottom: 16px !important;
}

.cmFieldBoxLabel {
    display: block !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #6b7280 !important;
    margin-bottom: 4px !important;
}

.cmFieldBox p,
.cmFieldDoubleBox p {
    font-size: 14px !important;
    color: #111827 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* I campi Data azione e Tempo consuntivato vengono rimossi/modificati tramite JavaScript */

.inbox-detail-container h3 {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 16px;
}

.inbox-detail-field {
    margin-bottom: 16px;
}

.inbox-detail-label {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 4px;
}

.inbox-detail-value {
    font-size: 14px;
    color: #111827;
    line-height: 1.5;
}

.inbox-detail-attachments {
    margin-top: 8px;
}

.inbox-attachment-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: #f3f4f6;
    border-radius: 6px;
    margin-bottom: 8px;
}

.inbox-attachment-item .attachment-icon {
    margin-right: 8px;
    font-size: 16px;
}

.inbox-attachment-item a {
    color: #3b82f6;
    text-decoration: none;
    font-size: 14px;
}

/* Mobile responsive styles for inbox detail */
@media screen and (max-width: 768px) {
    .inbox-detail-container {
        padding: 12px;
    }

    .timecard-preview {
        padding: 12px !important;
        border-radius: 0 0 6px 6px !important;
    }

    .lc-detail-action-div {
        padding: 12px !important;
        border-radius: 0 0 6px 6px !important;
    }

    .inbox-detail-container h3 {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .inbox-detail-field {
        margin-bottom: 12px;
    }

    .inbox-detail-label,
    .cmFieldBoxLabel {
        font-size: 11px !important;
    }

    .inbox-detail-value,
    .cmFieldBox p,
    .cmFieldDoubleBox p {
        font-size: 13px !important;
    }

    .lcdiv_actiontitletext {
        font-size: 14px !important;
        margin-bottom: 12px !important;
    }

    .inbox-attachment-item {
        padding: 6px 10px;
        border-radius: 4px;
        margin-bottom: 6px;
    }

    .inbox-attachment-item a {
        font-size: 13px;
        word-break: break-all;
    }

    .cmFieldBox,
    .cmFieldDoubleBox {
        margin-bottom: 12px !important;
    }
}

.inbox-attachment-item a:hover {
    text-decoration: underline;
}