/**
IMPORT AMOS-LAYOUT VARIABLES and UTILITY
 */
/* 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
  */
/**
 DOCUMENTI _FORM
  */
.field-documenti-comments_enabled {
  margin-top: 6px;
}
.field-documenti-comments_enabled .comment-choice {
  margin-top: 5px;
}
div[class*="-create"].field-documentisearch-created_by {
  width: 100%;
}
/**
 GOOGLE DRIVE SYNC
 */
td[title="Tipo"] {
  position: relative;
}
td[title="Tipo"] > .dash + .google-sync {
  background: #ffffff;
  border-radius: 50%;
  padding: 3px;
  left: 5px;
  position: absolute;
  bottom: 5px;
  color: black;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}
.listview-container.folder .post-title {
  position: relative;
}
.listview-container.folder .post-title > .dash + .google-sync {
  background: #ffffff;
  border-radius: 50%;
  padding: 3px;
  left: 5px;
  position: absolute;
  bottom: 5px;
  color: black;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}
.listview-container .container-sidebar .box {
  position: relative;
}
.listview-container .container-sidebar .box p {
  font-size: 1em;
  margin-bottom: 0;
}
.listview-container .container-sidebar .box p.title:last-child {
  font-weight: bold;
  font-size: 1.5em;
}
.listview-container .container-sidebar .box .sidebar-documents-category-new-rl {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: left !important;
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 20px;
  align-items: center;
}
.listview-container .container-sidebar .box .sidebar-documents-category-new-rl p {
  margin-left: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.listview-container .container-sidebar .box > .dash + .google-sync {
  background: #ffffff;
  border-radius: 50%;
  padding: 3px;
  left: -45px;
  position: relative;
  bottom: 0;
  color: black;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}
.documents-view .action-document > div > div {
  position: relative;
}
.documents-view .action-document > div > div > .dash + .google-sync {
  background: #ffffff;
  border-radius: 50%;
  padding: 3px;
  left: 5px;
  position: absolute;
  bottom: 0;
  color: black;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}
.fake-form-google-drive .btn.btn-primary {
  position: absolute;
  right: 0;
  height: 45px;
  top: 0;
}
/**
 DOCUMENTI VIEW
  */
.documents-view .header-widget {
  position: relative;
  margin: 10px 0;
}
.documents-view .header-widget .post-header .publication-date {
  text-align: right;
}
.documents-view .header-widget .manage {
  /* override */
  margin-top: 0;
}
.documents-view .header-widget .amos-tooltip {
  float: right;
}
.documents-view .header-widget .reportflag-widget {
  float: right;
}
.documents-view .header-widget .reportflag-widget a {
  margin: 0px 12px;
  position: relative;
  bottom: 2px;
}
.documents-view .header {
  background-color: #e6e9f2;
  margin-bottom: 15px;
  overflow: hidden;
  max-height: 350px;
  display: flex;
}
.documents-view .header .img-responsive {
  margin: 0 auto;
}
.documents-view .header .title {
  background-color: rgba(255, 255, 255, 0.8);
}
.documents-view .header .title .title-text {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #000000;
}
.documents-view .header .title .subtitle-text {
  margin-top: 0;
  color: #000000;
  font-style: italic;
  font-size: 1.3em;
}
.documents-view .download-file {
  background-color: #297a38;
  color: #ffffff;
  margin-bottom: 15px;
}
.documents-view .download-file > div.action-document .drive-icon {
  height: 3.5em;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 10px;
}
@media (max-width: 767px) {
  .documents-view .download-file > div.action-document {
    flex-wrap: wrap;
  }
  .documents-view .download-file > div.action-document > div {
    width: 100%;
  }
}
.documents-view .download-file > div.action-document .dash {
  font-size: 3em;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 10px;
  margin-right: 15px;
}
.documents-view .download-file > div.action-document .filename {
  font-size: 1.6em;
  position: relative;
  font-weight: bold;
  word-wrap: break-word;
}
.documents-view .download-file > div.action-document .btn .am-refresh-sync-alert,
.documents-view .download-file > div.action-document .btn .am-download {
  font-size: 1.3em;
  position: relative;
  top: 1px;
  color: #ffffff;
}
.documents-view .download-file > div.action-document .documents-category-new-rl {
  width: 100% !important;
  flex-wrap: wrap;
  justify-content: left !important;
  border: 1px solid #fff;
  padding: 5px;
  margin-bottom: 20px;
}
.documents-view .download-file > div.action-document .documents-category-new-rl p {
  color: #fff;
  margin-left: 10px;
  text-transform: uppercase;
}
.documents-view .download-file > div.action-document .btn.btn-navigation-primary.link-documents {
  font-size: 1.6em;
}
/**
 DOCUMENTI LIST VIEW
  */
.listview-container.folder {
  width: auto;
  max-width: 50%;
  padding: 2px;
  margin: 0;
  position: relative;
}
@media (max-width: 767px) and (min-width: 621px) {
  .listview-container.folder {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 620px) {
  .listview-container.folder {
    width: 100%;
    max-width: 100%;
  }
}
.listview-container.folder .post-horizontal {
  border: 1px solid #b4c2ca;
  background-color: #e6e9f2;
  padding: 2px 5px;
}
.listview-container.folder .post-horizontal .post-content .post-title {
  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;
  align-items: center;
  margin-top: 10px;
}
.listview-container.folder .post-horizontal .post-content .post-title h2 {
  margin-top: 5px;
  font-size: 1.25em;
  /* max chars on 2 row */
}
.listview-container.folder .post-horizontal .post-content .post-title .dash-folder-open {
  font-size: 3em;
  margin-right: 5px;
}
.listview-container.folder .post-horizontal .post-content .badge {
  /* override */
  top: 0;
  right: 35px;
}
.listview-container.folder .post-horizontal .manage {
  position: absolute;
  right: 10px;
  top: 5px;
}
.listview-container.folder .post-horizontal .manage .manage-menu {
  width: auto;
  font-size: 1.3em;
  padding: 0;
}
.listview-container.document {
  margin-top: 15px;
}
/**
 DOCUMENTI OWL CAROUSEL
  */
.document-owl-carousel.owl-carousel {
  margin: 10px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #297a38;
}
.document-owl-carousel.owl-carousel .owl-nav > button.owl-prev,
.document-owl-carousel.owl-carousel .owl-nav > button.owl-next,
.document-owl-carousel.owl-carousel .owl-item,
.document-owl-carousel.owl-carousel .owl-item > .owl-item-content,
.document-owl-carousel.owl-carousel .owl-item > .owl-item-content > div {
  /* override height owl-carousel */
  height: 200px;
}
.document-owl-carousel.owl-carousel .owl-dots {
  display: none;
}
.document-owl-carousel.owl-carousel .owl-nav > button.owl-prev,
.document-owl-carousel.owl-carousel .owl-nav > button.owl-next {
  /* override color nav */
  background-color: #297a38;
}
.document-owl-carousel.owl-carousel .owl-item-content > div {
  padding-top: 5px;
  padding-bottom: 5px;
}
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(1) {
  background-color: #e6e9f2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 5px;
}
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(1) .date {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1em;
}
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(1) > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-top: 35%;
}
@media (max-width: 767px) and (min-width: 451px) {
  .document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(1) > div {
    margin-top: 15%;
  }
}
@media (max-width: 450px) {
  .document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(1) > div {
    margin-top: 35%;
  }
}
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(1) > div a {
  text-decoration: none;
  z-index: 9;
  margin: 10px 0 15px;
}
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(1) > div a:first-child {
  background-color: #ffffff;
  border: 1px solid #297a38;
  border-radius: 50%;
  padding: 15px;
}
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(1) > div a:first-child.is-folder {
  padding: 23px 10px 21px 18px;
  position: relative;
  bottom: 5px;
}
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(1) > div a .dash {
  justify-content: center;
  font-size: 5em;
  z-index: 9;
}
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(1) > div a .dash.dash-folder-open {
  font-size: 4em;
}
@media (max-width: 450px) {
  .document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(1) > div a .dash {
    font-size: 4em;
  }
  .document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(1) > div a .dash.dash-folder-open {
    font-size: 3em;
  }
}
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(1) > div .download-file {
  margin-top: 5px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(2) {
  background-color: #297a38;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(2) .post-header {
  margin: 0;
}
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(2) .post-header .creator a,
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(2) .post-header .card-prevalent-partnership,
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(2) .post-header .card-creator-targets {
  color: #ffffff;
}
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(2) .post-header .creator {
  /* override */
}
@media (max-width: 1199px) and (min-width: 320px) {
  .document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(2) .post-header .creator {
    max-width: 100%;
  }
}
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(2) .title {
  color: #ffffff;
  margin-left: 5px;
  font-size: 1.5em;
  word-wrap: break-word;
}
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(2) .title a {
  color: #ffffff;
  text-decoration: none;
}
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(2) .directory {
  color: #ffffff;
  margin-left: 5px;
  font-size: 1em;
  word-wrap: break-word;
  font-style: italic;
}
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(2) .read-more {
  text-align: right;
}
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(2) .read-more a {
  color: #ffffff;
}
.document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(2) .read-more a > .am {
  margin-left: 5px;
  font-size: 1.5em;
  position: relative;
  top: 3px;
}
@media (max-width: 420px) {
  .document-owl-carousel.owl-carousel .owl-item-content {
    display: flex;
    flex-direction: column;
  }
  .document-owl-carousel.owl-carousel .owl-item-content > div {
    width: 100%;
  }
  .document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(1) {
    height: 50px;
  }
  .document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(1) .date {
    float: left;
  }
  .document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(1) > div {
    margin: 0;
    flex-direction: row-reverse;
    position: absolute;
    left: 10px;
    bottom: -152px;
    z-index: 9;
  }
  .document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(1) > div .download-file {
    margin-top: 0;
    color: #ffffff;
  }
  .document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(1) > div .dash {
    display: none;
  }
  .document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(2) {
    padding: 5px;
  }
  .document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(2) .post-header .creator {
    font-size: 0.8em;
  }
  .document-owl-carousel.owl-carousel .owl-item-content > div:nth-child(2) .post-header .post-header-avatar .container-round-img-sm {
    width: 30px;
    height: 30px;
  }
}
/*****************************************************
 ******************************************************
 
             DOCUMENT BY CATEGORY WIDGET
 
 *****************************************************
 *****************************************************/
.box-widget.box-widget-column.documents-by-category-widget .list-items {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .box-widget.box-widget-column.documents-by-category-widget .list-items {
    margin-left: 23%;
  }
}
@media screen and (min-width: 1280px) {
  .box-widget.box-widget-column.documents-by-category-widget .list-items {
    margin-left: 12.5%;
  }
}
.box-widget.box-widget-column.documents-by-category-widget .list-items:after {
  content: "";
  flex: auto;
}
.box-widget.box-widget-column.documents-by-category-widget .widget-listbox-option {
  flex-basis: calc(31.3%);
  border-left: none !important;
  padding: 10px !important;
  background-color: #ddd;
  margin: 1% !important;
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
  .box-widget.box-widget-column.documents-by-category-widget .widget-listbox-option {
    flex-basis: calc(47.6%);
  }
}
@media screen and (max-width: 479px) {
  .box-widget.box-widget-column.documents-by-category-widget .widget-listbox-option {
    flex-basis: calc(100%);
  }
}
.box-widget.box-widget-column.documents-by-category-widget .widget-listbox-option article.wrap-item-box {
  flex-wrap: wrap;
}
.box-widget.box-widget-column.documents-by-category-widget .widget-listbox-option article.wrap-item-box .item-box_header {
  display: flex;
}
.box-widget.box-widget-column.documents-by-category-widget .widget-listbox-option article.wrap-item-box .item-box_img {
  margin-right: 5px;
}
.box-widget.box-widget-column.documents-by-category-widget .widget-listbox-option article.wrap-item-box .item-box_title a {
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}
.box-widget.box-widget-column.documents-by-category-widget .widget-listbox-option article.wrap-item-box .item-box_desc {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 15px;
  width: 100%;
}
.box-widget.box-widget-column.documents-by-category-widget .widget-listbox-option article.wrap-item-box .item-box_desc a {
  color: #333;
  text-decoration: none !important;
}
.box-widget.box-widget-column.documents-by-category-widget .widget-listbox-option article.wrap-item-box .item-box_count {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 10px;
}
.box-widget.box-widget-column.documents-by-category-widget .widget-listbox-option article.wrap-item-box .item-box_count strong {
  color: #333;
}
/*****************************************************
 ******************************************************
 
             DOCUMENT CATEGORY RL DOWNLOAD DETAIL
 
 *****************************************************
 *****************************************************/
