@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: #666666;
}
	
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-family: 'Inter', sans-serif;
	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: 0px solid #d8d8d8;
}

.lcdiv_action_allegati_allegato {
	float: right;
	clear: right;
	width: 70%;
	position: relative;
	top: -3px;
	padding: 3px 0 3px 5px;
	color: #111;
}
.lcdiv_action_allegati_allegato a {
	text-decoration: underline;
}

/*.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 0px 20px;
	overflow: hidden;
}

.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;
	width: 90%;
	overflow-x: hidden;
}

.ui-dialog-titlebar .ui-dialog-titlebar-close {
    top: 25px;
    left: 15px;
	filter: brightness(0.3);
}

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

.lc-client ._toption select:disabled, .lc-client ._tmasterslave select:disabled, 
.lc-client .cmField._t1 textarea:disabled, .lc-client .cmField._t1 input:disabled
{
    background: transparent !important;
    border: 0px solid transparent;
    border-radius: 2px;
    box-shadow: none;
    height: 30px;
    padding: 4px 0px 5px;
    -webkit-appearance: none;
	font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #111111;
    float: left;
    opacity: 1;
    width: auto;
    height: auto;
    resize: none;
}

.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;
}

.lc-login-logo{
	max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
    left: 0;
    position: relative;
}

.lc-login-text-email{
    display: block;
    position: relative;
    float: left;
    width: 315px;
    height: 55px;
}

.lc-login-text-password{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 55px;
}

.lc-login-button{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 60px;
    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: relative;
    float: left;
    width: 130px;
    bottom: 0px;
    height: 40px;
    left: 30px;
    display: block;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    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: static;
    margin: auto;
    width: 100px;
    bottom: 0;
    display: block;
    height: 40px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #51534A;
}

.lc-footer{
	position: static;
	margin: auto;
	font-family: Inter UI;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	color: #51534A;
}

.lc-footer-image{
    position: relative;
    border-color: rgb(2, 55, 80);
    margin: auto;
    float: left;
    left: 13px;
    bottom: 0;
    margin-top: 5px;
    width: 76px;
    height: 15px;
    background: url(/portal/images/logo.png);
}

.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;
    float: left;
    bottom: 20px;
    margin: 0 10px;
}

.lc-nav{
    position: fixed;
    left: 0%;
    right: 0%;
    width: 290px;
    top: 0%;
    bottom: 0%;
    background: #000000;
    height: 100%;
	padding:40px 30px;
}

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

.lc-li{
	position: relative;
	text-align: left;
	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;
	margin:0px;
}
.lc-nav .active {
	opacity: 1 !important;
}
.lc-sidebar-layer-down .active {
	opacity: 1 !important;
}

.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: fixed;
    padding-left: 0px;
    text-align: left;
    width: 230px;
    height: auto;
    float: left;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    bottom: 20px;
}

.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-nav .lc-sidebar-layer-down .lc-sidebar-layer-down-li a.active{opacity: 1;}


.lc-label-titlebar{
	position: absolute;
    height: 26px;
    width: 100%;
    left: 0px;
    top: 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: 25.6px;
    font-size: 16px;
    color: #1C1C1C;
    text-align: center;
}

.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 !important;
	left: 20px;
    top: 40px;
    bottom: 39%;
	background-image: url(/portal/css/images/back.png) !important;
	background-repeat: no-repeat;
    width: 25px !important;
    z-index: 100;
}

.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;
	margin: 15px 50px;
}

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

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

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

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


.lc-itemticket-datejcn{
    position: relative;
    float: left;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #878787;
	margin-top: 18px;
    line-height: 11px;
    text-overflow: ellipsis;
    width: 450px;
    overflow: hidden !important;
    white-space: nowrap;
}

.lc-itemticket-summary{
    position: relative;
    float: left;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #111;
    width: 100%;
    line-height: 24px;
    text-overflow: ellipsis;
    width: 450px;
    overflow: hidden !important;
    white-space: nowrap;
}

.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: relative;
	float: right;
	width: 130px;
	height: 100%;
        bottom: 6px;
}

.lc-cstm-icon {
    display: inline-block;
    width: 75px;
    height: 15px;
    text-align: center;
    border-radius: 5px;
    border: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: white;
    font-size: 11px;
    font-weight: bold;
    margin-top: -5px;
}
.tl-list-status {
    float: right;
}
.tl-list-date, .tl-list-status {
    position: relative;
    margin: 0;
    color: rgba(72, 85, 99, 0.6);
}
.lc-itemticket-statuslabel{
	position: relative;
	float: right;
	width: 100px;
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 12px;
	text-align: right;
	text-transform: uppercase;
	color: #334251;
	line-height:11px;
	text-transform: lowercase;
	margin-right: 10px;
}

.lc-itemticket-teamname{
	position: relative;
    float: right;
    width: 100px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    text-align: right;
    color: #334251;
    line-height: 11px;
    text-transform: lowercase;
    margin-right: 10px;
    top: 10px;
    left: 10px;
    font-size: 12px;
}

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

.lc-detail-action-div {
	border-radius: 10px;
	background-color: #F3F3F3 !important;
	margin: 15px 0;
	padding: 20px 30px 20px 37px;
	width: 85%;
}

.lc-detail-action-div .lcdiv_actiontitletext {
	display: none;
}

.lc-detail-action-div .cmFieldBoxLabel, .lc-detail-action-div .cmFieldBoxContent {
	width: 100% !important;
    font-size: 12px;
}
.lc-detail-action-div .cmFieldBoxContent select {
	background-color: transparent;
}

.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: 25px !important;
    margin-bottom: 5px !important;
    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: #111;
}

.lc-client ._toption ._label, .lc-client ._tmasterslave ._label, .lc-client .cmField._t1 ._label{
	position: relative;
	margin-top: 10px;
	margin-bottom: 0px;
    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% + 34px);
    position: relative;
    height: 50px;
    left: -20px;
    top: calc(50% - 50px/2 - 220px);
    background: transparent;
	padding-left: 17px;
	border: 1px solid #E5E5E5;
	border-left: 0px solid #E5E5E5;
	border-right: 0px solid #E5E5E5;
	-webkit-appearance: none;
}
.lc-faq-text, .lc-filter-text:focus-visible {
	outline: none;
}

.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{
    position: relative;
    top: 15px;
    left: 20px;
    width: calc(100% - 40px);
    background: #ffffff;
    border-radius: 10px;
}

.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;
	cursor: auto;
}

.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: 20px;
    height: 26px;
	background-image: url(/portal/images/20.svg);
	transform: rotate(180deg);
	filter: brightness(0.25);
    background-size: 25px;
}

.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: 90px;
}

.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-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, .lc-homepage-inbox-ticket-color, .lc-homepage-closed-ticket-color{
	position: relative;
	float: left;
	margin: 0 20px 0 50px;
    width: 1px;
    height: 70px;
}

.lc-homepage-open-ticket-color {
	border-left: 1px solid #0957C3;
}

.lc-homepage-closed-ticket-color{
	border-left: 1px solid #009A17;
}

.lc-homepage-inbox-ticket-color {
	border-left: 1px solid #DB0A5B;
}

.lc-homepage-open-ticket-label, .lc-homepage-closed-ticket-label, .lc-homepage-inbox-ticket-label {
	position: relative;
	float: left;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 80%;
    letter-spacing: -2px;
    color: #1C1C1C;
	width: calc(100% - 80px);
}

.lc-homepage-open-ticket-text, .lc-homepage-closed-ticket-text, .lc-homepage-inbox-ticket-text {
    position: relative;
    float: left;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    color: #1C1C1C;
	margin-top: 12px;
}

.lc-homepage-first-separator{
    position: relative;
    float: left;
    width: calc(100% / 3);
}

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

.lc-homepage-recent-tickets-text{
    margin: 45px 0 25px 50px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    color: #1C1C1C;
    text-transform: capitalize;
}

.lc-homepage-dashboard {
	padding-top: 45px;
	padding-bottom: 15px;
	background-color: #F3F3F3;
}

.table_tickets_dashboard{
    width: 100%;
    height: fit-content;
    background: #F3F3F3;
	padding: 0 50px;
}

.lc-forgot-password-title{
	position: relative;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    text-align: center;
    color: #334251;
    top: 15px;
    margin: auto;
    font-size: 21px;
}

.lc-forgot-password-subtitle{
	position: relative;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    text-align: center;
    color: #334251;
    font-size: 16px;
}

.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: 16px;
    line-height: 16px;
    color: #334251;
}

.lc-register-title{
	position: relative;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    text-align: center;
    color: #334251;
	margin-top: 15px;
    font-size: 21px;
}

.lc-register-subtitle{
	position: relative;
    font-style: normal;
    font-weight: 600;
    color: #334251;
	margin: auto;
	text-align: center;
}

.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: relative;
    margin: auto;
    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;}


.div_main{
	width: calc( 100% - 290px) !important;
    border-left: 0px solid #DBDBDB !important;
    background: transparent !important;
}

.lc-titlebar {
    height: 60px !important;
    background:#FFF !important;
    width: calc( 100% - 290px) !important;
}

.lc-itemticket-left {
    position: relative;
    float: left;
    width: 450px;
    bottom: 18px;
    margin-right: 10px;
}

.lc-itemticket {
    position: relative;
    float: left;
}

.lc-itemticket, .app-itemticket,
.lc-itemticket.inbox, .app-itemticket.inbox {
	background: #FFFFFF !important;
	border-bottom: 1px solid #F3F3F3 !important;
	height: 100px !important;
	padding:30px;
	border-radius: 10px;
}

lc-itemticket:last-child, .app-itemticket:last-child,
.lc-itemticket.inbox:last-child, .app-itemticket.inbox:last-child {
	border-bottom: 0px solid #F3F3F3 !important;
}

.ui-dialog {
	background: #FFFFFF;
	box-shadow: 0px -4px 15px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	padding: 0px;
}

.ui-widget-header {
	background: none;
	text-align: center;
	width: 100%;
}
.ui-dialog-title {
	width:100% !important;
	font-weight:400;
	margin-top: 10px !important;
}
.app-label-comment {
	display: none;
}
#comment {
	width: 315px;
	height: 167px;
	background: #EAEAEA;
	border-radius: 10px;
	margin-top: 15px;
}

.app-attachments-label {
	text-transform: none !important;
}

.gFile {
	width: 315px;
	height: 45px;
	background: #EAEAEA;
	border-radius: 10px;
	padding: 2px;
	font-size: 11px;
	margin-top: 15px;
}

.gFile button, .gFile div {
	height: 100%;
	border-radius: 10px !important;
	width: 120px;
	border: 1px solid #CACACA !important;
	background-color: #FFF !important;
	color: #111 !important;
	font-size: 11px !important;
	text-shadow: none !important;
	font-weight: 400 !important;
	margin-right: 5px !important;
}

.gFile div {
	text-align: center;
	padding-top:13px;
}

#btn_attach.btn_attach.app-button-comment {
	bottom: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-shadow: none;
    font-weight: 700;
	font-size: 16px;
    text-transform: none;
	border: 0px;
}

.lc-homepage-segnalaproblema {
	background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 50px;
    height: 80px;
    display: inline-block;
    width: calc(100% - 100px);
	text-align: center;
}

.lc-homepage-segnalaproblema button {
	height:38px;
	border-radius: 19px !important;
	margin-top: 20px !important;
	text-transform: none !important;
	text-shadow: none !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	padding-left: 15px;
	padding-right: 15px;
	border:0px !important;
	cursor: pointer;
}
.lc-homepage-segnalaproblema button:before {
	content: '\002B';
    font-size: 26px;
    font-weight: 200;
	position: relative;
    top: 3px;
	line-height: 1px;
}

.lc-homepage-tickets_dashboard_footer {
	background-color: transparent;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 50px;
    height: 20px;
    display: inline-block;
    width: calc(100% - 100px);
}

#useraccess_detail {
	padding-top: 10px;
	background-color: #F3F3F3;
}

#useraccess_detail > div {
	border-bottom: 1px solid #DCDCDC;
	height: 90px;
	padding: 0px 50px;
}
#useraccess_detail > div:first-child {
	min-height: 100px;
    height: max-content;
    display: flow-root;
}
#useraccess_detail > div:last-child {
	border-bottom: 0px solid #DCDCDC;
}

#useraccess_detail .lc-itemticket {
	background-color: #F3F3F3 !important;
	height: 88px !important;
	padding: 30px 0;
}

#useraccess_detail .lc-itemticket .lc-itemticket-summary {
	font-size: 32px;
	line-height: 40px;
    top: -20px;
	width: calc( 100% - 100px);
}
#useraccess_detail .lc-itemticket .lc-itemticket-datejcn {
	top: -33px;
}
#useraccess_detail .detail-col1 {
	width: 240px;
}

#useraccess_detail .detail-col1,
#useraccess_detail .detail-col2 {
	float: left;
	margin: 25px 0;
}

#useraccess_detail_tripletta .cmField {
	width: 40%;
    float: left;
    margin: 25px 0;
    margin-right: 15px;
    overflow-x: hidden;
}
#useraccess_detail_tripletta .cmField ._label,
#useraccess_detail label {
	font-size: 12px;
	color: #878787;
	display: block;
	margin-bottom:5px;
	font-weight: 400;
	margin-top: 0px;
	text-transform: none;
}

.useraccess_list{
    position: relative;
    float: left;
    height: 100%;
}

#useraccess_detail_tripletta .cmField ._field input,
#useraccess_detail_tripletta .cmField ._field select,
#useraccess_detail_tripletta .cmField ._field textarea,
.useraccess_list .cmField ._field textarea,
#useraccess_detail span {
	font-size: 16px;
	font-weight: 600;
	background-color: transparent;
	padding: 4px 0px 5px;
}

.tripletta-separator {
	width: calc(100% + 100px);
    position: relative;
    left: -50px;
	border: 1px solid #DCDCDC;
	border-bottom: 0px;
}

#table_timecard_open {
	background-color: #fff;
	padding: 0 50px;
    height: -webkit-fill-available;
    padding-bottom: 115px;
}

#mastertable {
	background-color: #fff;
    border: 0px;
}

.lc-history-actions-label-count{
	font-size: 18px !important;
    color: #111111 !important;
	padding-left: 0px !important;
}

.lc-history-actions-table table {
	margin: 0px !important;
	width: 100% !important;
}
.lc-history-actions-table table tr td.lc-td-history-action-image div {
	margin-left: 0px !important;
	top: 4px !important;
	width: 19px !important;
}

#useraccess_comment {
    height: 90px;
    width: calc(100% - 340px);
    position: fixed;
    bottom: 0px;
    right: -1px;
    font-size: 16px;
    text-align: center;
    padding-top: 37px;
    text-transform: uppercase;
}

.header-action {
	float: right;
	
}

.header-action.faq-search {
	width: 242px;
	height: 35px;
	background: #EAEAEA;
	border-radius: 18px;
	padding-left: 20px;
	margin: 13px 11px 0 0;
	position: relative;
    top: 0px;
	right: 40px;
}

.header-action.header-filter-container {
	width: 29px;
	height: 29px;
	border-radius: 16px;
    text-align: center;
    padding-top: 7px;
	margin: 16px 10px 0 0;
	position: relative;
    top: 0px;
	right: 0px;
	left: unset;
}

.header-action.header-filter-container.active {
	padding-top: 8px;
}

.faq-container {
	background-color: #fff;
	width: 100%;
	height: auto;
	border-top: 1px solid #DCDCDC;
	padding: 30px 35px 35px 30px;
}

.faq-container:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top: 0px solid #DCDCDC;
}
.faq-container .faq-title-el, .lc-faq-detail-text .faq-title-el {
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius:8px;
	margin-right: 25px;
}
.faq-container .faq-title {
	font-weight: 600;
	font-size: 20px;
	color: #111;
}

.faq-container .faq-option {
	display: inline-block;
	float: left;
	width: 30%;
	padding-top: 15px;
	padding-right: 8px;
}

.faq-container .faq-option:first-of-type, .faq-container .faq-option:nth-of-type(3n+1) {
	margin-left: 40px;
}

.faq-container .faq-option label {
	color: #707070;
	font-size: 12px;
	margin: 20px 0 10px 0;
}
.faq-container .faq-option div {
	font-size: 12px;
	color: #111;
	margin-top: 5px;
}

#faq_exist {
	display: none;
}

#faqTabs {
	background: #F3F3F3;
}

#faqTabs ul.ui-tabs-nav {
	width: fit-content;
    margin: 0 auto;
}

#faqTabs ul.ui-tabs-nav li {
    border-radius: 13px;
	height:25px;
	margin-bottom: 25px;
    border: 0px;
	background: transparent;
}

#faqTabs ul.ui-tabs-nav li a {
	font-size: 14px;
	font-weight: 600;
	padding-top: 3px;
}

.ui-tabs .ui-tabs-panel.faq-detail-tab-container {
	display: inline-block;
    background: #fff;
	width: calc(100% - 100px);
	margin: 0 50px;
	border-radius: 10px;
	padding: 0px 0px 115px 0px;
	height: calc(100% - 52px);
}

.lc-faq-detail-text {
	font-weight: 600;
	font-size: 24px;
	color: #111;
	margin: 30px 30px 20px 30px;
}

.ui-tabs .ui-tabs-panel.faq-detail-tab-container form {
	margin: 0px 30px 35px 30px;
}

.lc-faq-detail-text .faq-title-el {
	float: right;
	margin-right: 0px;
}
.ui-tabs .ui-tabs-panel.faq-detail-tab-container .cmField._toption {
	width: 30%;
	margin-right: 1%;
	float:left;
	margin-bottom: 0px;
}

.ui-tabs .ui-tabs-panel.faq-detail-tab-container .cmField._toption ._field select{
	background-color: transparent !important;
	padding-left: 0px;
}

.ui-tabs .ui-tabs-panel.faq-detail-tab-container hr {
	border: 1px solid #e7e7e7;
	width: 100%;
}
.faq-body-container {
	display:inline-block;
	width: 100%;
}
.faq-body-container .faq-body-attach {
	width: 25%;
	float: left;
}

.faq-body-container .faq-body-attach .cmFieldBoxLabel.lc-faq-label {
	margin-left:30px;
	text-transform: unset;
	font-weight:400;
	color: #334251;
	opacity: 0.6;
}

.faq-body-container .faq-body-attach .lcdiv_action_allegati_box {
	font-size: 12px;
	color: #111;
}

.faq-body-container .faq-body-text {
	width: 75%;
	float: left;
	padding: 35px 40px 40px 0px;
}
.faq-body-container .faq-body-text a {
	color: blue;
	text-decoration:underline;
}
/*.faq-body-container .faq-body-text td {
	border: 1px solid #e7e7e7;
}*/

#newticket {
	background-color: #fff;
}

#newticket .lc-form.cp-new-case {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#newticket .lc-form.cp-new-case fieldset {
	max-width: 100%;
	width: 100%;
	padding: 23px 45px 23px 45px;
}

#newticket .lc-form.cp-new-case fieldset:last-child {
	border-top: 1px solid #e7e7e7;
}

#newticket .lc-form.cp-new-case .lc-label-newticket {
	text-transform: unset;
	font-size: 16px;
	font-weight:400;
}

#newticket .lc-form.cp-new-case input, 
#newticket .lc-form.cp-new-case textarea,
#newticket .lc-form.cp-new-case select {
	background-color: #EAEAEA;
	border-radius: 10px;
	margin-top:0px;
    border: 0px;
	margin-bottom: 0px;
}

#newticket .lc-form.cp-new-case fieldset:first-child input, 
#newticket .lc-form.cp-new-case fieldset:first-child textarea {
	margin-top:15px;
}

#newticket .lc-form.cp-new-case input,
#newticket .lc-form.cp-new-case select {
	height: 45px;
}

#newticket .lc-form.cp-new-case .lc-select {
	margin-bottom: 0px;
}

#newticket .lc-form.cp-new-case .full {
	width: 100%;
	clear: both;
}

#newticket .lc-form.cp-new-case .half {
	width: 47%;
	float: left;
	margin-top: 32px;
}

#newticket ._field,
#newticket .lc-select {
	height: 45px;
    margin-top: 15px;
    background-color: #EAEAEA;
    border-radius: 10px;
    overflow: hidden;
}
#newticket ._field select,
#newticket .lc-select select {
	background-color: transparent !important;
	margin-top: 0px !important;
	width: calc(100% + 15px) !important;
	outline: none;
}

.filter-list {
	margin-left: 15px;
	background-color: transparent;
	border-radius: 20px;
    padding: 5px 10px;
}

.inventory-filter-list{
	position: relative;
    width: fit-content;
    left: 40px;
    margin: 10px auto 0;
    text-align: center;
    border-radius: 20px;
    padding: 5px 10px;
}

.lc-td-history-action-image {
	width:0% !important;
	min-width: 25px !important;
}
.lc-td-history-action-dateseverity {
	padding-left: 0px !important;
	min-width: 215px !important;
	width: 25% !important;
}
.lc-td-history-action-statusteam {
	padding-left: 0px !important;
}
.lc-history-actions-table > table {
	border-top: 1px solid #e7e7e7;
	height: 68px;
}
.lc-history-actions-table > table:first-child {
	border-top: 0px solid #e7e7e7;
}
.lc-td-history-action-opentd {
    width: 4% !important;
}

.select-arrow {
    position: relative;
    top: -46px;
    float: right;
    margin-right: 2px;
    z-index: -1;
}
.select-arrownewticket {
    position: relative;
    top: -27px;
    float: right;
    right: 15px;
}


.faq-body-container .faq-body-text table {
	margin-bottom:10px;
}
.faq-body-container .faq-body-text td {
	padding:10px 10px 10px;
	border: 0px solid transparent;
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
}
.faq-body-container .faq-body-text td p {
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
}

/*COLORS BLOCK*/
/* #0A2245 side */
/* #1C4071 buttons / filtri / lingua attiva*/
/* #1C4071 pallini */
/* #718095 voce menù non attiva */

.header-action.header-filter-container.active, .filter-list, .inventory-filter-list,
#faqTabs ul.ui-tabs-nav li.ui-state-active {
	color: #fff !important;
}
.header-action.header-filter-container img { filter: brightness(0); }
.header-action.header-filter-container.active img { filter: brightness(1); }

.ui-state-active a, .ui-state-active a:link {
	color: #fff;
}

/*COLORS BLOCK*/

/*RICERCA AVANZATA*/
@media ( min--moz-device-pixel-ratio :1.3) , ( -webkit-min-device-pixel-ratio
		:1.3) , ( min-device-pixel-ratio :1.3) , ( min-resolution :1.3dppx) {
		.lc-search-form .lc-search-advanced p a::before,
		.lc-search-form .lc-search-advanced ul li a::after {
		background-image: url(images/sprite@2x.png);
		background-size: 225px 75px
	}
}

.lc-btn-search button, .lc-btn:after, .lc-search-form .lc-search-advanced p a::before {
	background-image: url(images/sprite.png);
	background-repeat: no-repeat
}

.lc-search-form {
	padding: 0px 50px 10px;
	position: relative;
	bottom: 10px;
	z-index: 20;
}

.lc-search-form .lc-search-input {
	position: relative
}

.lc-search-form .lc-search-input input {
	font-size: 2rem;
	padding: 11px 15px 11px 45px;
	border-radius: 2px;
	position: relative
}

.lc-search-form .lc-search-input button {
	position: absolute;
	width: 25px;
	height: 25px;
	text-outline: 50%;
	right: 10px;
	top: 50%;
	margin-top: -12px;
	text-indent: -9000px;
	background-color: transparent;
	border: none;
	background-position: -243px -105px
}

.lc-search-form .lc-search-input a {
	position: absolute;
	top: 50%;
	left: 18px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	text-indent: -9000px;
	background-position: -208px -116px;
	z-index: 120
}

.lc-search-form .lc-search-input a:hover {
	background-position: -224px -116px
}

.lc-search-form .lc-search-advanced {
    width: 100%;
	margin: 13px 0 0;
}

.lc-search-form .lc-search-advanced p {
	font-size: 1.1rem;
	margin-right: 30px
}

.lc-search-form .lc-search-advanced p a {
	display: block;
	position: relative;
	padding: 4px 0 4px 20px;
	color: #485563;
	text-transform: uppercase;
	font-weight: 700
}

.lc-search-form .lc-search-advanced p a:hover {
	border-bottom: none
}

.lc-search-form .lc-search-advanced p a::before {
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 5px;
	left: 0;
	background-position: -130px -53px;
	background-size: auto;
}

.lc-search-form .lc-search-advanced li, .lc-search-form .lc-search-advanced li a,
	.lc-search-form .lc-search-advanced p, .lc-search-form .lc-search-advanced ul
	{
	float: left
}

.lc-search-form .lc-search-advanced ul {
	font-size: 1.2rem
}

.lc-search-form .lc-search-advanced ul li {
	margin-left: 10px
}

.lc-search-form .lc-search-advanced ul li:first-child {
	margin-left: 0
}

.lc-search-form .lc-search-advanced ul li a {
	background-color: transparent;
    color: #333;
    border: 1px solid #ccc;
	border-radius: 4px;
	padding: 2px 26px 2px 5px;
	font-weight: 700;
	font-size: 16px;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.lc-search-form .lc-search-advanced ul li a::after {
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 3px;
    right: 5px;
    background-position: -55px -36px;
	background-size: auto;
}

.lc-search-form .lc-search-advanced ul li a:hover {
	background-color: #e8e8e8;
}

.lc-search-form .lc-search-fields {
	display: none;
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	padding: 15px;
	background: #F1F1F1;
	border: 1px solid #D6DEE6;
	border-radius: 2px 2px 0 0
}

.lc-search-form .lc-search-fields .lc-search-field {
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0 0;
	background: #F1F1F1;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-block;
}

.lc-search-form .lc-search-fields .lc-search-field:first-child {
	margin: 0
}

.lc-search-form .lc-search-fields .lc-search-field-cont {
	width: calc(100% - 42px);
	float: right;
}

.lc-search-form .lc-search-fields .lc-input, .lc-search-form .lc-search-fields .lc-select
	{
	float: left;
	width: 100%;
	padding-right: 10px
}

.lc-search-form .lc-search-fields .lc-input.lc-input-2, .lc-search-form .lc-search-fields .lc-input.lc-select-2,
	.lc-search-form .lc-search-fields .lc-select.lc-input-2,
	.lc-search-form .lc-search-fields .lc-select.lc-select-2 {
	width: 50%
}

.lc-search-form .lc-search-fields .lc-input.lc-input-3, .lc-search-form .lc-search-fields .lc-input.lc-select-3,
	.lc-search-form .lc-search-fields .lc-select.lc-input-3,
	.lc-search-form .lc-search-fields .lc-select.lc-select-3 {
	width: 33.3%
}

.lc-search-form .lc-search-fields .lc-input.lc-input-4, .lc-search-form .lc-search-fields .lc-input.lc-select-4,
	.lc-search-form .lc-search-fields .lc-select.lc-input-4,
	.lc-search-form .lc-search-fields .lc-select.lc-select-4 {
	width: 25%
}

.lc-search-form .lc-search-fields .lc-input.lc-input-3-4,
	.lc-search-form .lc-search-fields .lc-input.lc-select-3-4,
	.lc-search-form .lc-search-fields .lc-select.lc-input-3-4,
	.lc-search-form .lc-search-fields .lc-select.lc-select-3-4 {
	width: 75%
}

.lc-search-form .lc-search-fields .lc-input input, .lc-search-form .lc-search-fields .lc-select input
	{
	width: 100%;
	padding: 6px 5px 5px
}

.lc-search-form .lc-search-fields .lc-search-fields-actions {
	float: left;
}

.lc-search-form .lc-search-fields .lc-search-fields-actions .add,
	.lc-search-form .lc-search-fields .lc-search-fields-actions .remove {
	position: relative;
	float: left;
	top: 0;
	right: 0
}

.lc-search-form .lc-search-fields .lc-search-fields-actions .add {
	margin-right: 10px;
}

.button{
	position: relative;
    color: #000;
    line-height: 30px;
    height: 30px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 21%);
    background-color: transparent;
    display: inline-block;
    padding: 0 15px;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	border-radius: 19px !important;
    text-transform: none !important;
    text-shadow: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding-left: 15px;
    padding-right: 15px;
    border: 0px !important;
    top: 10px;
    cursor: pointer;
}

.add, .remove {
	border: 1px solid #C1C1C1;
	border-radius: 30px;
	background: #F8F8F8;
	background-image: -webkit-linear-gradient(270deg, #FFF 0, #F8F8F8 100%);
	background-image: linear-gradient(-180deg, #FFF 0, #F8F8F8 100%);
	text-indent: -9000px;
	top: 9px;
	right: 8px
}

.add::after, .remove::after {
	background-image: url(images/main-sprite-2.png);
	background-repeat: no-repeat
}

.add, .add::after, .remove, .remove::after {
	position: absolute;
	display: block;
	width: 31px;
	height: 31px
}

.add::after, .remove::after {
	content: "";
	top: 0;
	background-position: -61px -30px
}

.remove::after {
	background-position: -61px -1px
}

.btn_commands_menu#addMenu div {
	background-color: transparent;
}

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

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

.filter_add_brick:hover {
	background-color: #e8e8e8;
}

.filter_add_brick {
	background-color: transparent;
    color: #333;
    width: 150px;
    height: 25px;
    line-height: 22px;
    margin: 10px;
    font-weight: bold;
    border: 1px solid #ccc;
}

.lc-select-cont1 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	width: 100%;
	box-shadow: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF),
		to(#F8F8F8));
	color: grey;
	overflow: hidden;
	background: center right no-repeat #F8F8F8;
	background-image: url(images/select.png),
		linear-gradient(-180deg, #FFF 0, #F8F8F8 100%);
	border: 1px solid #C1C1C1;
	border-radius: 2px;
	padding: 4px 8px 5px;
	position: relative;
}

.lc-field {
	float: left;
	width: 100%;
}

.lc-field--select, .lc-field--multi-select, .lc-field--multi-link {
	position: relative;
	/*background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);*/
	background: transparent;
}

.lc-field--select select, .lc-field--multi-select select,
	.lc-field--multi-link select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	color: #485563;
	font-weight: bold;
	width: 100%;
	border-radius: 1px;
	position: relative;
	padding: 6px 9px;
	border: 1px solid #c1c1c1;
	border-radius: 2px;
}

.lc-field--select select:focus, .lc-field--multi-select select:focus,
	.lc-field--multi-link select:focus {
	border-color: #0C6AF5;
}

.lc-field--select::after, .lc-field--multi-select::after,
	.lc-field--multi-link::after {
	content: '';
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -2px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 6px 0 6px;
	border-color: #6A6A6A transparent transparent transparent;
	pointer-events: none;
}

.lc-field-group .lc-field.lc-field--multi-select::after {
	top: 42%;
}

.lc-field--multi-select, .lc-field--multi-link {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.lc-field--multi-select p, .lc-field--multi-link p {
	color: #485563;
	font-weight: bold;
	padding: 6px 9px;
	border: 1px solid #c1c1c1;
	border-radius: 2px;
	cursor: pointer;
}

.lc-field--multi-select ul, .lc-field--multi-link ul {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #f8f8f8;
	border: 1px solid #c1c1c1;
	border-top: none;
	padding: 0 0 5px 0;
	z-index: 20;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.lc-field--multi-select ul li, .lc-field--multi-link ul li {
	position: relative;
}

.lc-field--multi-select ul li.disabled {
	pointer-events: none;
	opacity: 0.6;
}

.lc-field--multi-select ul li:before, .lc-field--multi-link ul li:before
	{
	content: '';
	position: absolute;
	top: 0;
	left: 8px;
	right: 8px;
	height: 1px;
	background-color: #e3e3e3;
}

.lc-field--multi-select ul li:first-child::before, .lc-field--multi-link ul li:first-child::before
	{
	display: none;
}

.lc-field--multi-select ul li a:hover, .lc-field--multi-link ul li a:hover
	{
	color: #0C6AF5;
}

.lc-field--multi-select ul li.lc-field__range, .lc-field--multi-link ul li.lc-field__range
	{
	padding: 8px;
}

.lc-field--multi-select ul li.lc-field__range input,
	.lc-field--multi-link ul li.lc-field__range input {
	margin: 0 3px 0 0;
	display: inline;
	width: 50px;
	float: none;
}

.lc-field--multi-select ul li.lc-field__range a, .lc-field--multi-link ul li.lc-field__range a
	{
	color: #0C6AF5;
	padding: 0;
	display: inline;
}

.lc-field--multi-select ul a, .lc-field--multi-link ul a {
	display: block;
	padding: 7px 8px 7px;
	color: #485563;
}

.lc-field--multi-link::before, .lc-field--multi-link::after {
	content: '';
	position: absolute;
	z-index: 10;
	margin-top: 0;
	top: 12px;
	right: 10px;
	width: 12px;
	height: 2px;
	border: none;
	pointer-events: none;
	background-color: #0C6AF5;
}

.lc-field--multi-link::after {
	top: 16px;
}

.lc-field--input input {
	font-size: 1.2rem;
	background: #fff;
	border: 1px solid #c1c1c1;
	border-radius: 2px;
	width: 100%;
	height: 25px;
	padding: 5px 5px 6px;
	color: #596A7A;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
	outline: none;
}

.lc-field--1-4, .lc-field--1-2, .lc-field--2-4, .lc-field--1-1 {
	margin: 0 10px 10px 0;
}

.lc-field--1-4 {
	width: calc(25% - 10px);
}

.lc-field--1-2, .lc-field--2-4 {
	width: calc(25% - 10px);
}

.lc-field--1-1 {
	width: calc(100% - 10px);
}

.lc-field--close {
	position: absolute;
	right: -28px;
	background-color: #FFF;
	width: 28px;
	height: 28px;
	border-radius: 28px;
	border: 1px solid #c1c1c1;
	text-indent: -9000px;
	cursor: pointer;
}

.lc-field--close:focus {
	border-color: #0C6AF5;
	outline: #0C6AF5;
}

.lc-field--close::before, .lc-field--close::after {
	content: '';
	position: absolute;
	right: 11px;
	top: 7px;
	width: 3px;
	height: 12px;
	background-color: #334252;
	transform: rotate(45deg);
}

.lc-field--close::after {
	transform: rotate(-45deg);
}

.lc-select-cont {
	overflow: hidden;
	background: center right no-repeat #F8F8F8;
	background-image: url(images/select.png),
		linear-gradient(-180deg, #FFF 0, #F8F8F8 100%);
	border: 1px solid #C1C1C1;
	border-radius: 2px;
	position: relative
}

.lc-select-cont select {
	padding: 4px 8px 5px;
	width: 130%;
	border: none;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
	color: #485563;
	box-shadow: none;
	background: 0 0;
	-webkit-appearance: none
}

.lc-select-cont select:focus {
	outline: 0
}

.lc-select-cont select {
	padding-top: 5px;
}

span.ui-selectmenu-button {
	font-size: 13px;
	font-weight: bold;
	height: 27px;
	overflow: hidden;
	background: center right no-repeat #F8F8F8;
	border: 1px solid #C1C1C1;
	border-radius: 2px;
	position: relative;
}

.lc-search-fields.open .ui-selectmenu-button.ui-button.ui-widget.ui-selectmenu-button-closed.ui-corner-all .ui-selectmenu-text,
.lc-search-fields.open .ui-selectmenu-button.ui-widget.ui-state-default.ui-corner-all .ui-selectmenu-text
{
	padding-top: 0;
}

.ui-state-hover{
	color: #334252;
}

.ui-selectmenu-button span.ui-selectmenu-text{
	padding-top: 0;
}

span .ui-selectmenu-text {
	color: #485563;
}

.ui-menu.ui-corner-bottom.ui-widget.ui-widget-content .ui-menu-item:hover
{
	background-color: #e3e3e3;
}

.ui-menu.ui-corner-bottom.ui-widget.ui-widget-content .ui-state-active {font-weight: 400;background-color: #f4f9fe}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	border: none;
	background: #ffff;
    font-weight: normal;
    color: black
}

.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
	.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
	{
	border: 1px solid #e5e5e5;
    background: #e3e3e3;
    font-weight: normal;
    color: #486114;
}

.lc-status-menu.ui-menu-item-wrapper.ui-state-active, .lc-status-menu.ui-menu-item-wrapperm
{
	margin-top: 3px;
	padding: 0;
}

.lc-search-form .lc-search-advanced ul li a::after {
	background-image: url(images/sprite18x18.png);
	background-repeat: no-repeat;
}

ol, ul {
	list-style: none;
}

.db-sd-box-container {
	clear: both;
	padding-top: 36px;
	max-width: 1150px;
}
.db-sd-box {
	width:calc(49% - 1px);
	height:252px;
	float: left;
	padding-left: 45px;
	padding-top: 40px;
}
.db-sd-box:nth-child(odd) {
	border-right: 1px solid #afafaf;
}
.db-sd-box:nth-child(even) {
	width:calc(51% - 1px);
}
.db-sd-box-title {
	float: left;
	cursor: pointer;
}
.db-sd-info-link {
	height: 16px;
    width: 16px;
    border-radius: 8px;
	display: inline-block;
	padding: 2px 5px;
	background-color: #E4E4E4;
	bottom: 15px;
    position: relative;
    cursor: pointer;
    margin-left: 5px;
}
.db-sd-info-link img {
	background-color: transparent;
	display: block;
}
.db-sd-desc {
	margin-top: 20px; 
	color: #8C8C8C;
	background-color: transparent;
}
.db-sd-desc a {
	color: #1374D3;
	text-decoration: underline;
}
.db-sd-desc img {
	background-color: transparent;
}
.db-sd-data {
	width: calc(100% - 30px);
	padding-top: 40px;
	background-color: transparent;
}

.db-sd-data div, .db-sd-data img {
	background-color: transparent;
}

.db-sd-box-container h2 {
	font-weight: 600;
	background-color: transparent;
	font-size: 24px;
}

.db-sd-orologio {
	float: left
}

#db-sd-infos {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0,0.3);
	z-index: 999;
}
#db-sd-infos-container {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 555px;
	height: 100%;
	padding: 50px 70px 20px 50px;
	overflow-y: auto;
	background: #e5e5e5;
}
#db-sd-infos-container .explain-subtitle {
	color: #B6B9BB;
	font-size: 20px;
	margin: -25px 0 30px 0;
}
#db-sd-infos-container h2 {
	margin-bottom: 30px;
	color: #B6B9BB;
}
#db-sd-infos-container h2 b{
	color: #000;
}
#db-sd-infos-container .db-sd-infos-text{
}
#db-sd-infos-container .db-sd-infos-text h4 {
	margin: 0px 0 5px 0;
	line-height: 21px;
	font-weight: 600;
	font-size: 16px;
}
#db-sd-infos-container .db-sd-infos-text p {
	margin: 0px 0 30px 0;
	font-size: 14px;
	line-height: 21px;
	color: #6E7377;
}

@media only screen and (max-width: 1190px) {
    .useraccess_list .detail0 {
        display: none;
    }
}

@media only screen and (max-width: 1340px) {
    .useraccess_list .detail1 {
        display: none;
    }
}

@media only screen and (max-width: 1490px) {
    .useraccess_list .detail2 {
        display: none;
    }
}

.useraccess_list .detail0, .useraccess_list .detail1, .useraccess_list .detail2 {
    position: relative;
    bottom: 20px;
    float: left;
    width: 150px;
    background: transparent;
}

#useraccess_inventory_show {
    width: 100%;
    padding-top: 10px;
    background-color: #F3F3F3;
    position: relative;
    float: left;
    padding: 15px 50px 0px 50px;
}

#useraccess_inventory_show .cmField {
    width: 49%;
    float: left;
    margin: 25px 0;
    overflow-x: hidden;
    padding: 0px;
    height: 90px;
}

#useraccess_inventory_show .cmField ._label, #useraccess_inventory_show label {
    font-size: 12px;
    color: #878787;
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    margin-top: 0px;
    text-transform: none;
    bottom: auto;
    margin: auto;
    right: auto;
    left: auto;
}

#useraccess_inventory_show ._field, #useraccess_inventory_show .lc-select {
    position:relative;
    top: 0px;
    left: 0px;
    height: auto;
    margin-top: 7px;
    background-color: transparent;
    overflow: hidden;
}
#useraccess_inventory_show .cmField ._field input, #useraccess_inventory_show .cmField ._field select, #useraccess_inventory_show .cmField ._field textarea {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
    padding: 4px 0px 5px;
}

#newticket .lc-form.cp-new-case .cmField ._field input {
    margin-top: 0px;
}

.lc-client .useraccess_list ._toption select:disabled {
    text-overflow: ellipsis;
    width: 120px;
    overflow: hidden !important;
    white-space: nowrap;
}

.login-registration {
    display: none;
    color: black;
    position: absolute;
    height: 35px;
    right: 30px;
    bottom: 40px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    margin: auto;
}

.footer-login {
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: block;
    left: 0px;
    height: 75px;
}

.onlymail-btn-back
{
    background-color: rgb(0, 141, 220);
    color: rgb(255, 255, 255);
    position: absolute;
    float: right;
    right: 30px;
    padding: 5px;
}

.lc-client-onlymail .lc-client-main
{
    background-color: #F3F3F3;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.lc-client-onlymail .lc-client-main .lc-titlebar {
    position: relative;
    height: 100px;
    float: right;
    top: 0px;
    background: #334251;
    width: 100% !important;
}
.lc-client-onlymail .lc-client-main .div_main {
    width: 100% !important;
}

.lc-client-onlymail .login-section
{
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    margin: 20px;
}

.lc-client-onlymail .login-section .cont-log
{
    margin-left:auto;
    margin-right: auto;
    position: relative;
    float: left;
}
.cmFieldDoubleBox p {font-size: 12px}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, button {font-family: Inter}