.Header__bgColor {}
.body {
	color: #434343;
}
input[type="button"] {
    background-color: #fff;
    padding: 0.375rem 0.625rem;
    font-weight: 600;
    border: 1px solid #ddd;
    font-size: 0.875rem;
    text-decoration: none;
    cursor: pointer;
    background-color: #fff;
    transition: .5s all;
    border-radius: 0.1875rem;
    line-height: 1.428571;
    color: #e30513;
}
input[type="button"]:hover {
    background-color: #e30513;
    border-color: #e30513;
    color: #fff;
}
.Button__neutral {
    border-color: #d4dadf;
    color: #e30513;
    background: #fff;
}
.Button__neutral:hover {
    border-color: #e30513;
    color: #fff;
    background: #e30513;
}
.Header__searchLink {
	box-shadow: 0 0 0 transparent;
}
.Header__titleSearchWrapper input {
    border: 1px solid #d4dadf;
  	border-radius: 0.1875rem 0 0 0.1875rem;
}
.SearchBox__filterPopup {
    border-bottom: 1px solid #d4dadf;
    border-right: 1px solid #d4dadf;
    border-top: 1px solid #d4dadf;
    border-radius: 0 0.1875rem 0.1875rem 0;
}
.Header__containerUl > li {
    border: 1px solid #d4dadf;
    box-shadow: 0 0 0 transparent;
}
.SearchBox__searchicon:hover,
.SearchBox__active {
    box-shadow: 0 0 0 transparent;
    color: #fff;
    background-color: #e30513;
}
#new_ticket_btn {
  	display: none; /*nascosto per esigenze amministrative*/
    background-color: #e30513;
    color: #fff;
    border-color: #f19399;
}
div[data-id=no_ticket_content] {
	display: none;
}
#new_ticket_btn>a:after {
    content: '+';
    font-size: 1.6188rem;
    margin-right: 4px;
}
#new_ticket_btn:hover {
  	background-color: #fff;
    color: #e30513;
    border-color: #e30513;
}
#new_ticket_btn .Icon__icon {
	display: none;
}
.Header__containerLink:hover {
  color: inherit;
}
.Badge__implement {
    background-color: #e30513;
}
.Button__tagPrimary {
    background-color: #e30513;
    box-shadow: 0 0 0 transparent;
}
.TitleContainer__container {
    box-shadow: 0 0 0 transparent;
    border: 0px solid;
}
.ArticlesContainer__articleListWidget,
.ArticleListContainer__boxView, 
.KBSubCategoryContainer__boxView,
.ArticleDetailLeftContainer__box,
.ArticleDetailLeftContainer__cmdBox,
.TicketListLeftContainer1__boxView,
.search__searchPanel,
.Stencils__boxView2,
.Stencils__stencilWrapper,
.Stencils__stencilWrapper.Stencils__bdrLine,
.TicketFormLeftContainer__part,
.TitleContainer__gridRow2,
.TopicListLeftContainer__section,
.TopicDetailLeftContainer__box,
.CommunityarticlecCmd__articleLike {
    border: 0px solid;
    box-shadow: 0 0 0 transparent;
}

.BreadCrumbs__breadCrumbText + .BreadCrumbs__breadCrumbText:before {
    color: #d4dadf;
}

.BreadCrumbs__breadCrumbText:last-of-type > a {
    color: #e30513;
}
.AppContainer__backtop {
    box-shadow: 0 0 0 transparent;
}
.Menu__menuItemBefore:before {
    border-left-color: #d4dadf;
}
.Footer__footer {
    border-top: 0px solid;
}

.WidgetsContainer__lftWd {
    background-color: #fff;
    border-radius: 4px;
    padding: 22px;
    color: #6b6b6b;
}
.WidgetsContainer__lftWd input[type="button"] {
    margin-top: 20px;
    float: right;
}
.CustomWidgets__widgetTitle,
.TopicDetailLeftContainer__topicTitle,
.StatsInfo__viewCount,
.ContributorsContainer__title,
.StateProperty__sidebartitle,
.ContributorsContainer__trendingList {
    color: #8e8a89
}
.SearchProduct__productsList+.SearchProduct__productsList {
	/* display:none; */
  	background-color: #f00;
}
#field_productId .Input__formInput  {
	pointer-events: none;
}
#field_productId .ProductLookupContainer__positionRel:after {
    content: 'Cerca e scegli il Modulo Software';
    color: #666;
    font-size: .7rem;
    position: absolute;
  	padding-top: 4px;
  	display: block;
}
#field_productId {
    margin-bottom: 30px;
}
#field_productId .ProductLookupContainer__searchIcon svg {
    display: none;
}
#field_productId .ProductLookupContainer__searchIcon:before {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    display: block;
    margin: 16px auto 0;
}
#field_productId .ProductLookupContainer__searchIcon:hover:before {
    border-top: 6px solid #ee7431;
}
.ProductLookupContainer__searchIcon {
	background-color: #e30513;
	right: 0;
	border-radius: 0 0.1875rem 0.1875rem 0;
	width: 40px;
	text-align: center;
	display: inline-block;
	line-height: 2.3rem;
	border-right: 1px solid #e30513;
	border-top: 1px solid #e30513;
	border-bottom: 1px solid #e30513;
  	color: #fff;
}
.ProductLookupContainer__searchIcon .Icon__icon {
	color: #fff;
}
.ProductLookupContainer__searchIcon:hover {
	background-color: #fff;
	color: #e30513;
	border: 1px solid #ddd;
}
.ProductLookupContainer__searchIcon:hover .Icon__icon {
	color: #e30513;
}
.ProductLookupContainer__clearIcon {
	margin: 0 8px;
}
.ProductPopupContainer__productFilter {
    display: none;
}
.ProfileRightContainer__container {
    margin-top: 15px;
    border-left: 0px solid;
}
.AppContainer__topicLyOpt {
    right: 4px;
}
.SubscribeDepart__depname {
    font-size: 1.0375rem;
    line-height: 2.5rem;
}
.Icon__icon,
.CustomWidgets__widgetIcon {
    color: #bcc1c5;
}
.ProfileRightContainer__container {
    margin-top: 15px;
    border-left: 0px solid;
}
.SubscribeDepart__depname {
    font-size: 1.0375rem;
    line-height: 2.5rem;
}
.FilderSlide__statusFilter>li:nth-child(3),
.FilderSlide__statusFilter>li:nth-child(4) {
    display: none;
}
/* Nasconde il tasto per i commenti */
span[data-id="newComment"],
div[data-id="ticket_dueDate"] {
    display: none;
}

.home_link_wrapper .home_link_box {
    padding: 0 16px;
}

.home_link_wrapper .home_link_box:first-child {
    width: 100%;
    max-width: 530px;
    text-align: center;
    margin: 0 auto
}
.home_link_wrapper .home_link_box:first-child + div {
    width: 25%;
}

.home_link_wrapper .home_link_box .home_link_action input[type="button"] {
	float: none;
}

.Header__welcomeDescription,
.TicketListLeftContainer1__filter_channel {
	display: none;
}


.visual_menu_item:first-child {
    border-top: 1px solid #eeeeee;
    padding: 32px 0;
}

.visual_menu_item a {
    display: flex;
    align-items: flex-start;
    color: #e10e21;
    text-transform: uppercase;
}

.visual_menu_item a .visual_menu_item_img_wrapper {
    margin-right: 8px;
}
/* classe che nascomde ogni pulsante reply nei ticket archiviati */

.Archiviato_left span[data-id="newReply"],
.DottedMenu__container .Post__reply {
    display: none;
}

/*Nascondo vista scaduti */

/* nascondo tutti i link a ticket scaduti */
.Menu__menuItemBefore:nth-child(5),
.Menu__menuItemBefore:nth-child(10),
.Menu__menuItemBefore:nth-child(15){
    background: #f00;
    display: none;
}

/* Nascondo filtro canali */
.TicketListLeftContainer1__filter_channel {
    background: #f00;
    display: none;
}

/* Aggiungo un testo all'indicatore stato archiviato dei ticket*/
.TicketInfoContainer__closed.archiviato:after {
    content: '(Non apribile)';
    margin-left: 8px;
}

/* Nascondo i bottoni social in fondo all'articolo */
.ArticleCmd__socialShareLt {
	display: none
}
