/**
IMPORT AMOS-LAYOUT VARIABLES
 */
/* AMOS-LAYOUT VARIABLES */
/* default amos-layout base color */
/* default variables for platform customizations
override into main.less on bottom */
/* default color variables for brand customize */
/*platform text based color*/
/*apply to most text tags*/
/* default color platform basic interface*/
/* default backend background color and image */
/* ../ because it's referred to assets directory in head tag */
/* default background content parts color */
/* default border color */
/* default box-shadow */
/* utility color */
/* status color */
/* social color */
/* plugin custom color */
/* AMOS-LAYOUT UTILITY
nb: use only vars in variables.less because this file is imported by other plugin
 */
.cover-object {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/**
FLEXBOX
 */
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexbox-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/**
BOX SHADOW
 */
/**
TRANSITION
 */
/**
LINEAR GRADIENT
 */
/**
TODO CHECK POSITION
 */
.container-custom,
.containerCustomStyle {
  padding-left: 4%;
  padding-right: 4%;
}
.container-custom::before,
.containerCustomStyle::before {
  display: table;
  content: " ";
}
.container-custom::after,
.containerCustomStyle::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom,
nav .containerCustomStyle {
  padding-left: calc(4% - 2*4px);
  padding-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 6%;
    padding-right: 6%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(6% - 2*4px);
    padding-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 10%;
    padding-right: 10%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(10% - 2*4px);
    padding-right: calc(10% - 2*4px);
  }
}
.container-custom-margin,
.containerCustomStyleMargin {
  margin-left: 4%;
  margin-right: 4%;
}
.container-custom-margin::before,
.containerCustomStyleMargin::before {
  display: table;
  content: " ";
}
.container-custom-margin::after,
.containerCustomStyleMargin::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom-margin,
nav .containerCustomStyleMargin {
  margin-left: calc(4% - 2*4px);
  margin-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 6%;
    margin-right: 6%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(6% - 2*4px);
    margin-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 10%;
    margin-right: 10%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(10% - 2*4px);
    margin-right: calc(10% - 2*4px);
  }
}
.boxesStyle {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.boxesStyle .pluginName,
.boxesStyle .language-item {
  display: block;
  color: #ffffff;
}
.boxesStyle .color-primary {
  background-color: transparent !important;
}
.boxesStyle .ic,
.boxesStyle .am,
.boxesStyle .dash {
  color: #ffffff;
  margin-bottom: 7px;
  display: inline-block;
}
.boxesStyle .ic:before,
.boxesStyle .am:before,
.boxesStyle .dash:before {
  font-size: 3rem;
}
.boxesStyle .icon-open-modal:before {
  font-size: 2.1rem;
}
.boxesStyle .am-2 {
  font-size: unset;
}
@media screen and (max-width: 768px) {
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxesStyle .ic:before,
  .boxesStyle .am:before,
  .boxesStyle .dash:before {
    font-size: 4rem;
  }
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.20rem;
  }
}
.boxWidgetHeaderStyle .box-widget {
  padding: 0;
}
.boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title {
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.35rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .am-2,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    font-size: 1.6rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    margin-left: 2%;
    width: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(6% + (80% / 4 - 4px));
    position: absolute;
    padding-left: 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
    position: relative;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper .box-widget-title {
    position: absolute;
    top: 0;
    right: 0;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    position: relative;
    right: 0;
    text-transform: none;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all a {
    position: absolute;
    right: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 10%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    padding-left: 10%;
    width: calc(10% + (80% / 6 - 4px));
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(10% + (80% / 8 - 4px));
  }
}
.no-margin {
  margin: 0;
}
/**
IMPORT STYLE-CUSTOM
 */
.assist-title-primary {
  z-index: 10;
  display: block;
  background-color: #fff;
}
.assist-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 1% 1%;
}
.assist-faq .assist-faq-item {
  width: 32%;
  padding: 1%;
  background-color: #555;
  margin: 0 0.66%;
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  .assist-faq .assist-faq-item {
    width: 49%;
    margin: 0 0.5% 1%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 559px) {
  .assist-faq .assist-faq-item {
    width: 100%;
    padding: 3%;
    margin: 0 0 2%;
    margin-top: 5px;
  }
}
.assist-faq .assist-faq-item a.js-linkcategoria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  text-decoration: none;
}
.assist-faq .assist-faq-item a.js-linkcategoria .faq-item_image {
  height: 30px;
}
.assist-faq .assist-faq-item a.js-linkcategoria .faq-item_title {
  width: 70%;
  padding-left: 2%;
}
.assist-faq .assist-faq-item a.js-linkcategoria .faq-item_title h3 {
  margin: 0;
  line-height: 1.15em;
  font-weight: bold;
}
.assist-faq .assist-faq-item a.js-linkcategoria p {
  font-size: 12px;
  line-height: 14px;
  width: 100%;
}
.assist-faq .categorySelected {
  background-color: #297a38;
}
.assist-faq .assist-faq-title {
  width: 100%;
  text-align: center;
  margin-top: 35px;
  padding-bottom: 5px;
  border-bottom: 2px solid #eee;
}
.faq-content .ui-accordion h2.ui-accordion-header {
  background-color: #eee;
  border-left: 20px solid #b3b3b3;
}
.faq-content .ui-accordion h2.ui-accordion-header span.ui-accordion-header-icon {
  color: #297a38;
  font-size: 30px;
  margin-right: 10px;
}
.faq-content .ui-accordion h2.ui-accordion-header p {
  color: #000;
  font-size: 1.35em;
  padding: 0 20px;
}
.faq-content .ui-accordion-header.ui-corner-top.ui-state-default.ui-accordion-icons.ui-accordion-header-active.ui-state-active {
  border-left: 20px solid #297a38;
}
.faq-content .ui-accordion-content.ui-corner-bottom.ui-helper-reset.ui-widget-content.ui-accordion-content-active {
  border: none;
  border-left: 20px solid #297a38;
  background-color: #eee;
  padding: 10px 27px;
  height: auto !important;
}
.btn-tools-container h2 > a {
  font-size: 30px;
}
/**
TICKET FORM
 */
.ticket-form .ticket-detail {
  margin-bottom: 20px;
  background: #e6e9f2;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ticket-form .ticket-detail .ticket-label {
  font-weight: bold;
  text-transform: uppercase;
  width: 15%;
  float: left;
}
.ticket-form .ticket-detail .ticket-content {
  width: 85%;
  float: right;
}
.ticket-form .ticket-detail .ticket-content p {
  margin: 0;
}
.ticket-form .ticket-detail > div {
  min-height: 20px;
}
.ticket-form .ticket-detail .state span {
  background: #a61919;
  color: #ffffff;
  padding: 0 5px;
  text-transform: uppercase;
  font-weight: bold;
}
.ticket-form .ticket-detail .state.state-processing span {
  background: #a66300;
  color: #ffffff;
}
.ticket-form .ticket-detail .state.state-closed span {
  background: #008758;
  color: #ffffff;
}
.ticket-form .ticket-detail .field-ticket-ticket_categoria_id {
  margin: 0;
}
/**
TICKET VIEW
 */
.ticket-view .ticket-info,
.ticket-view .ticket-forward-from,
.ticket-view .ticket-forward-to,
.ticket-view .ticket-answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ticket-view .ticket-info .ticket-label,
.ticket-view .ticket-forward-from .ticket-label,
.ticket-view .ticket-forward-to .ticket-label,
.ticket-view .ticket-answer .ticket-label {
  font-weight: bold;
  text-transform: uppercase;
  width: 30%;
  float: left;
}
.ticket-view .ticket-info .ticket-content,
.ticket-view .ticket-forward-from .ticket-content,
.ticket-view .ticket-forward-to .ticket-content,
.ticket-view .ticket-answer .ticket-content {
  width: 70%;
  float: right;
}
.ticket-view .ticket-info .ticket-content p,
.ticket-view .ticket-forward-from .ticket-content p,
.ticket-view .ticket-forward-to .ticket-content p,
.ticket-view .ticket-answer .ticket-content p {
  margin: 0;
}
.ticket-view .ticket-info a,
.ticket-view .ticket-forward-from a,
.ticket-view .ticket-forward-to a,
.ticket-view .ticket-answer a,
.ticket-view .ticket-date a,
.ticket-view .ticket-info .btn.btn-secondary,
.ticket-view .ticket-forward-from .btn.btn-secondary,
.ticket-view .ticket-forward-to .btn.btn-secondary,
.ticket-view .ticket-answer .btn.btn-secondary,
.ticket-view .ticket-date .btn.btn-secondary {
  float: right;
  padding: 5px;
}
.ticket-view .ticket-info > div,
.ticket-view .ticket-forward-from > div,
.ticket-view .ticket-forward-to > div,
.ticket-view .ticket-answer > div,
.ticket-view .ticket-date > div {
  padding: 6px 0;
}
.ticket-view .ticket-info > div:not(:last-child),
.ticket-view .ticket-forward-from > div:not(:last-child),
.ticket-view .ticket-forward-to > div:not(:last-child),
.ticket-view .ticket-answer > div:not(:last-child),
.ticket-view .ticket-date > div:not(:last-child) {
  border-bottom: #000 dotted 1px;
}
.ticket-view .ticket-info .state span,
.ticket-view .ticket-forward-from .state span,
.ticket-view .ticket-forward-to .state span,
.ticket-view .ticket-answer .state span,
.ticket-view .ticket-date .state span {
  background: #a61919;
  color: #ffffff;
  padding: 0 5px;
  text-transform: uppercase;
  font-weight: bold;
}
.ticket-view .ticket-info .state.state-processing span,
.ticket-view .ticket-forward-from .state.state-processing span,
.ticket-view .ticket-forward-to .state.state-processing span,
.ticket-view .ticket-answer .state.state-processing span,
.ticket-view .ticket-date .state.state-processing span {
  background: #a66300;
  color: #ffffff;
}
.ticket-view .ticket-info .state.state-closed span,
.ticket-view .ticket-forward-from .state.state-closed span,
.ticket-view .ticket-forward-to .state.state-closed span,
.ticket-view .ticket-answer .state.state-closed span,
.ticket-view .ticket-date .state.state-closed span {
  background: #008758;
  color: #ffffff;
}
.ticket-view .ticket-info {
  background: #e6e9f2;
  padding: 15px;
}
.ticket-view .ticket-info .ticket-label {
  width: 25%;
  margin-right: 5%;
  line-height: 1.3;
}
.ticket-view .ticket-info .ticket-content {
  width: 70%;
  line-height: 1.3;
}
.ticket-view .ticket-date {
  margin-bottom: 20px;
  background: #e6e9f2;
  padding: 15px;
}
.ticket-view .ticket-forward-from,
.ticket-view .ticket-forward-to {
  margin-bottom: 20px;
  background: #e6e9f2;
  border: 1px solid #b4c2ca;
  padding: 15px;
}
.ticket-view .ticket-answer {
  margin-bottom: 20px;
  margin-top: 10px;
  min-height: 0;
  background: #b4bdd8;
}
.ticket-view .ticket-answer:empty {
  padding-top: 0;
  padding-bottom: 0px;
}
.ticket-view .ticket-answer .ticket-label {
  width: 25%;
  margin-right: 5%;
  line-height: 1.3;
}
.ticket-view .ticket-answer .ticket-content {
  width: 70%;
  line-height: 1.3;
}
.ticket-view .ticket-text .ticket-desc {
  padding: 15px;
  border: #ccc 1px solid;
  border-top: none;
  color: #666;
}
.ticket-view .ticket-text .ticket-label {
  width: 15%;
}
.ticket-view .ticket-text .ticket-content {
  width: 85%;
}
.ticket-view .ticket-text .ticket-label-desc {
  font-weight: bold;
  border-bottom: 1px solid #000000;
}
/**
WIDGET GRAFICO ASSISTANCE
 */
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items {
  justify-content: center;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items > div {
  width: 25%;
  margin: 50px 0;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items > div + div {
  margin-left: 20px;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items > div > section {
  min-height: unset;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items > div:nth-child(3) {
  display: block !important;
}
@media (max-width: 767px) {
  .wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items > div {
    border: none !important;
  }
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items section .list-items {
  margin-left: 0;
  padding: 0 10px;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items section .list-items .widget-listbox-option {
  width: 100%;
  padding: 0 !important;
  margin: 0;
  border: none !important;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items section .list-items .widget-listbox-option:first-child {
  margin-top: 10px;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items section .list-items .widget-listbox-option:last-child {
  margin-bottom: 20px;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items section .list-items .widget-listbox-option .wrap-item-box p:first-child {
  margin-bottom: 0;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items section .list-items .widget-listbox-option .wrap-item-box p:first-child span:first-child {
  font-weight: 700;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items section .list-items .widget-listbox-option .wrap-item-box p:first-child span:first-child.waiting-tickets {
  color: #a66300;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items section .list-items .widget-listbox-option .wrap-item-box p:first-child span:first-child.process-tickets {
  color: #5c6f82;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items section .list-items .widget-listbox-option .wrap-item-box p:first-child span:first-child.closed-tickets {
  color: #008758;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items section .list-items .widget-listbox-option .wrap-item-box p:first-child + p {
  margin-top: 0;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items section .list-items .widget-listbox-option .wrap-item-box p:first-child + p a {
  color: #000000;
  font-weight: 700;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items section .list-items .widget-listbox-option .wrap-item-box p:first-child + p a:hover {
  color: #297a38;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items .waiting-tickets > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #a66300;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 10px;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items .waiting-tickets > div h4 {
  margin: 0;
  font-weight: 900;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items .waiting-tickets > div a {
  color: #ffffff;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items .waiting-tickets > section {
  border-bottom: 2px solid #a66300;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items .processing-tickets > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #5c6f82;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 10px;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items .processing-tickets > div h4 {
  margin: 0;
  font-weight: 900;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items .processing-tickets > div a {
  color: #ffffff;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items .processing-tickets > section {
  border-bottom: 2px solid #5c6f82;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items .closed-tickets > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #008758;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 10px;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items .closed-tickets > div h4 {
  margin: 0;
  font-weight: 900;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items .closed-tickets > div a {
  color: #ffffff;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items .closed-tickets > section {
  border-bottom: 2px solid #008758;
}
@media (max-width: 767px) {
  .wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items > div {
    width: 100%;
    margin: 0;
  }
  .wrap-graphic-widget .box-widget.box-widget-column.assistance-widget > section > .list-items > div + div {
    margin-left: 0;
    margin-top: 15px;
  }
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget .waiting-tickets section,
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget .processing-tickets section,
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget .closed-tickets section {
  padding: 0 !important;
}
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget .waiting-tickets section .list-items.list-empty,
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget .processing-tickets section .list-items.list-empty,
.wrap-graphic-widget .box-widget.box-widget-column.assistance-widget .closed-tickets section .list-items.list-empty {
  padding: 10px !important;
}
.ticket-comments .subtitle-comments {
  padding: 0;
  margin-bottom: 15px !important;
}
.ticket-comments .subtitle-comments h3.subtitle-comments {
  border-bottom: none;
}
.table-hover > tbody > tr > td.administrative-row,
.table-hover > tbody > tr > th.administrative-row,
.table-hover > tbody > tr > .administrative-row,
.table-hover > tbody > tr.administrative-row > th,
.table-hover > tbody > tr.administrative-row > td {
  background-color: #FFEF78;
}
.table-hover > tbody > tr > td.administrative-row:hover,
.table-hover > tbody > tr > th.administrative-row:hover,
.table-hover > tbody > tr.administrative-row:hover > td,
.table-hover > tbody > tr:hover > .administrative-row,
.table-hover > tbody > tr.administrative-row:hover > th {
  background-color: #ffe945;
}
