@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,700");
.navbar-search {
  float: left;
  position: relative;
  margin-top: 10px;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-right: 5px; }
  .navbar-search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #eaeaea;
    font-size: 12px; }
  .navbar-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #eaeaea;
    font-size: 12px; }
  .navbar-search :-ms-input-placeholder {
    /* IE 10+ */
    color: white;
    font-size: 12px; }
  .navbar-search :-moz-placeholder {
    /* Firefox 18- */
    color: #eaeaea;
    font-size: 12px; }
  .navbar-search h4 {
    font-size: 13px;
    margin: 6px 10px 4px 10px;
    color: #999;
    text-transform: uppercase; }
  .navbar-search input[type="text"] {
    display: block;
    height: 30px;
    border: none;
    padding: 0 5px 0 40px;
    background: transparent !important;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 30px; }
    .navbar-search input[type="text"]::-ms-clear {
      display: none; }
    .navbar-search input[type="text"]:focus, .navbar-search input[type="text"]:hover {
      outline: none;
      background: #333 !important;
      color: white; }
  .navbar-search input#search_submit {
    position: absolute;
    right: 1px;
    top: 1px;
    border: none;
    background: transparent;
    display: block;
    width: 26px;
    height: 28px; }
  .navbar-search i.fa.fa-search {
    display: block;
    position: absolute;
    width: 23px;
    height: 28px;
    left: 12px;
    top: 4px;
    font-size: 20px;
    color: white; }
  .navbar-search span.twitter-typeahead .tt-menu {
    padding: 6px 6px;
    border-radius: 0 !important;
    border: 0; }
    .navbar-search span.twitter-typeahead .tt-menu .tt-suggestion {
      padding: 4px 8px;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      border-bottom: 1px solid #f3f3f3; }
      .navbar-search span.twitter-typeahead .tt-menu .tt-suggestion .search_result_person {
        position: relative; }
      .navbar-search span.twitter-typeahead .tt-menu .tt-suggestion .user-status {
        display: block;
        width: 15px;
        height: 15px;
        top: -3px;
        left: 18px;
        background: #BC0604;
        position: absolute;
        border-radius: 10px; }
        .navbar-search span.twitter-typeahead .tt-menu .tt-suggestion .user-status.user-none {
          display: none; }
        .navbar-search span.twitter-typeahead .tt-menu .tt-suggestion .user-status:after {
          content: "\f068";
          color: white;
          font: normal normal normal 10px/1 FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          display: block;
          position: absolute;
          top: 4px;
          right: 4px; }
      .navbar-search span.twitter-typeahead .tt-menu .tt-suggestion:hover {
        color: inherit;
        background: transparent; }
      .navbar-search span.twitter-typeahead .tt-menu .tt-suggestion:last-child {
        border-bottom: none; }
  .navbar-search .tt-dataset-Users {
    text-transform: uppercase; }
    .navbar-search .tt-dataset-Users img.person_thumb {
      float: left;
      width: 30px;
      height: 30px;
      border-radius: 30px;
      margin-right: 5px;
      cursor: pointer; }
    .navbar-search .tt-dataset-Users .person_name, .navbar-search .tt-dataset-Users .person_email, .navbar-search .tt-dataset-Users .person_telephone {
      font-size: 13px;
      line-height: 30px;
      text-transform: none;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      cursor: pointer; }
      .navbar-search .tt-dataset-Users .person_name:hover, .navbar-search .tt-dataset-Users .person_email:hover, .navbar-search .tt-dataset-Users .person_telephone:hover {
        color: #029046; }
    .navbar-search .tt-dataset-Users .tt-highlight {
      background: #d1eefb; }
  .navbar-search .tt-dataset-Pages div {
    display: none; }
  .navbar-search .tt-dataset-Users + .tt-dataset-Pages h4 {
    padding-top: 9px;
    clear: both;
    margin-bottom: 0; }
  .navbar-search .tt-dataset-Users + .tt-dataset-Pages .tt-suggestion {
    cursor: pointer; }
    .navbar-search .tt-dataset-Users + .tt-dataset-Pages .tt-suggestion:hover {
      color: #029046 !important; }

.container-search .form-serch {
  position: relative;
  margin-bottom: 20px; }
  .container-search .form-serch input#search_input {
    display: block;
    height: 40px; }
    .container-search .form-serch input#search_input::-ms-clear {
      display: none; }
  .container-search .form-serch input#search_submit {
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    background: transparent;
    display: block;
    width: 26px;
    height: 28px; }
  .container-search .form-serch i.fa.fa-search {
    display: block;
    position: absolute;
    width: 26px;
    height: 28px;
    right: 1px;
    top: 8px;
    font-size: 20px;
    color: #969696; }

.container-search .panel {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 0 4px #a2a2a2;
  box-shadow: 0 0 4px #a2a2a2; }
  .container-search .panel .panel-heading, .container-search .panel .panel-footer {
    border: none;
    background: white; }
  .container-search .panel .panel-heading .panel-title {
    border-bottom: 1px dashed #f2f2f2;
    padding-bottom: 10px; }
    .container-search .panel .panel-heading .panel-title span span {
      font-size: 22px;
      background: #f5f5f5;
      display: inline-block;
      padding: 8px 6px;
      color: grey;
      border-radius: 44px;
      min-width: 36px;
      text-align: center; }
  .container-search .panel .panel-footer {
    padding-top: 0;
    background: white;
    text-align: right; }
    .container-search .panel .panel-footer .btn.read-more {
      font-size: 11px;
      padding: 6px 19px 4px 10px;
      position: relative;
      vertical-align: middle; }
      .container-search .panel .panel-footer .btn.read-more:after {
        position: absolute;
        top: 3px;
        right: 5px; }
  .container-search .panel .bestbet-container {
    padding: 24px 15px 4px;
    margin-top: 15px;
    position: relative;
    background: #f9f9f9;
    position: relative; }
    .container-search .panel .bestbet-container h3 {
      border-bottom: none;
      position: relative;
      overflow: visible;
      padding-bottom: 10px;
      font-size: 12px;
      background: #ffa024;
      color: white;
      text-shadow: 1px 1px #de8716;
      position: absolute;
      padding: 3px 10px;
      margin-left: 15px;
      top: -5px; }
      .container-search .panel .bestbet-container h3:after {
        display: block;
        content: "\f02e";
        font-size: 28px;
        font-family: FontAwesome;
        color: #f79516;
        position: absolute;
        left: -19px;
        top: 4px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .container-search .panel .bestbet-container a.search_result {
      color: #e68405; }

.container-search .faceted-search-inner {
  -webkit-box-shadow: 0 0 4px #c5c5c5;
  box-shadow: 0 0 4px #c5c5c5;
  padding: 15px;
  margin-bottom: 22px; }
  .container-search .faceted-search-inner legend {
    font-size: 16px;
    border-bottom: 1px dashed #f2f2f2;
    padding-bottom: 9px; }
  .container-search .faceted-search-inner .checkbox i {
    color: #c5c5c5; }
  .container-search .faceted-search-inner p.title {
    background: #f9f9f9;
    padding: 6px 12px;
    color: gray;
    text-transform: uppercase;
    font-size: 12px; }
  .container-search .faceted-search-inner .form-group {
    margin-bottom: 10px; }
  .container-search .faceted-search-inner #filter_list2 select {
    margin-bottom: 15px; }

.container-search #people-block .search_result_person {
  margin-bottom: 10px; }
  .container-search #people-block .search_result_person img.person_thumb {
    border-radius: 50px;
    height: 50px;
    width: 50px;
    margin-top: 9px; }
  .container-search #people-block .search_result_person a.person_img {
    float: left;
    width: 50px;
    position: relative; }
  .container-search #people-block .search_result_person .right {
    float: left;
    width: calc(100% - 70px);
    height: 68px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
    margin-left: 10px;
    display: table; }
    .container-search #people-block .search_result_person .right .align {
      display: table-cell;
      vertical-align: middle; }
  .container-search #people-block .search_result_person .person_link {
    text-transform: uppercase;
    display: block; }
    .container-search #people-block .search_result_person .person_link span.role {
      display: block;
      font-size: 12px;
      text-transform: none; }
  .container-search #people-block .search_result_person a.person_email, .container-search #people-block .search_result_person a.person_telephone {
    display: block;
    font-size: 12px;
    color: #333; }
  .container-search #people-block .search_result_person .user-status {
    display: block;
    width: 15px;
    height: 15px;
    top: 7px;
    right: 2px;
    background: #f9aa10;
    position: absolute;
    border-radius: 10px; }
    .container-search #people-block .search_result_person .user-status.user-none {
      display: none; }
    .container-search #people-block .search_result_person .user-status.user-busy {
      background: #BC0608; }
    .container-search #people-block .search_result_person .user-status:after {
      content: "\f068";
      color: white;
      font: normal normal normal 10px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      display: block;
      position: absolute;
      top: 3px;
      right: 4px; }
    .container-search #people-block .search_result_person .user-status.user-online {
      background: #02862A; }
      .container-search #people-block .search_result_person .user-status.user-online:after {
        content: "\f00c";
        left: 3px; }
    .container-search #people-block .search_result_person .user-status.user-offline {
      background: white;
      border: 1px solid #028629; }

.container-search .search_result {
  margin-bottom: 18px;
  display: block;
  padding-left: 37px;
  position: relative; }
  .container-search .search_result .sep {
    color: #025a84; }
    .container-search .search_result .sep:after {
      content: '/';
      padding-left: 4px; }
  .container-search .search_result .doc_lastmod {
    font-size: 12px;
    color: #444; }
  .container-search .search_result.search_result:after {
    content: "\f15b";
    display: inline-block;
    font-family: FontAwesome;
    color: #c5c5c5;
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 3px;
    top: 5px; }
  .container-search .search_result.search_result_PAGE:after {
    content: "\f0f6"; }
  .container-search .search_result.search_result_ARTICLE:after {
    content: "\f1ea";
    left: -1px; }
  .container-search .search_result.search_result_ATTACHMENT:after {
    content: "\f0c6"; }

.container-search .loading {
  width: 90px;
  height: 90px;
  background: url(../img/loading2.gif) no-repeat;
  background-size: contain;
  margin: 0 auto;
  opacity: 0.5; }

.select2-container-multi {
  padding: 0;
  min-height: 34px;
  height: auto; }
  .select2-container-multi .select2-choices {
    border: none !important; }
    .select2-container-multi .select2-choices .select2-search-field input {
      font-family: inherit !important; }

@media (min-width: 768px) {
  .container-search #people-block .search_result_person .person_link,
  .container-search #people-block .search_result_person a.person_email,
  .container-search #people-block .search_result_person a.person_telephone {
    max-width: 176px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .navbar-search span.twitter-typeahead .tt-menu .tt-suggestion {
    width: 470px; }
    .navbar-search span.twitter-typeahead .tt-menu .tt-suggestion .person_name {
      float: left;
      width: 275px; }
    .navbar-search span.twitter-typeahead .tt-menu .tt-suggestion .person_telephone {
      float: right;
      width: 120px;
      text-align: right;
      padding-right: 7px; }
  .container-search #no_results {
    height: 400px; } }

html {
  position: relative;
  min-height: 100%; }

body {
  font-family: 'Work Sans';
  margin-bottom: 60px; }

@media (max-width: 768px) {
  .logo {
    display: none; }
  .navbar-right {
    margin-top: 21px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-top: 0; }

h1, .h1 {
  color: #006065;
  font-size: 32px; }

.h2, h2 {
  font-size: 26px; }

h3 {
  font-size: 19px;
  margin: 0 0 15px 0;
  line-height: 1.3em;
  color: #006065; }

a {
  color: #006065; }
  a:hover {
    text-decoration: none; }

.onTime {
  color: #83BCA9; }

date, small {
  font-size: 11px; }

hr {
  margin: 15px 0; }

.ul, #header #top-navbar #notify_container ul, #header #top-navbar #activity_notify_container ul, #header #userProfileMyLinkDropDownContent5 ul, .sidebar .expmenu2 ul, .userProfile ul, .userProfile .UserProfileMyLink ul, .SmallBoxContainer ul, .docRecordContainer .doc-category-view ul, .category-list ul, .bootstrapexpmenuid1414 ul, .main .boxed-article .item ul, .item-document .document-actions, .item-document .related ul, .searchResult ul, ul.news-meta {
  padding: 0;
  margin: 0; }
  .ul li, #header #top-navbar #notify_container ul li, #header #top-navbar #activity_notify_container ul li, #header #userProfileMyLinkDropDownContent5 ul li, .sidebar .expmenu2 ul li, .userProfile ul li, .userProfile .UserProfileMyLink ul li, .SmallBoxContainer ul li, .docRecordContainer .doc-category-view ul li, .category-list ul li, .bootstrapexpmenuid1414 ul li, .main .boxed-article .item ul li, .item-document .document-actions li, .item-document .related ul li, .searchResult ul li, ul.news-meta li {
    list-style: none; }

.pager li {
  margin: 0 10px; }

select[multiple], select[size] {
  min-height: 34px; }

.fa:before {
  vertical-align: middle; }

.modal-content {
  padding: 0 20px; }

.open .fa-angle-down {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

select.form-control {
  height: 34px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../img/arrow-select.jpg") right no-repeat; }

.bootstrap-select {
  background: transparent; }
  .bootstrap-select .btn.btn-default {
    background: white;
    border: 1px solid #ccc; }

.clear:after, .userProfile .userProfileStatusUpdateInfo:after, .userProfile .UserProfileMyLink:after, .RatingComment .comment:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both; }

.tab-content > .active {
  padding: 14px 10px; }

.btn {
  border-radius: 30px;
  text-transform: uppercase;
  border: none;
  display: inline-block;
  vertical-align: middle; }
  .btn.read-more:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: white;
    font-size: 18px;
    padding-left: 12px; }
  .btn.btn-primary {
    background-color: #ffa803;
    color: white;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
    transition-property: -webkit-box-shadow, -webkit-transform;
    -o-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform; }
    .btn.btn-primary:hover {
      background-color: #d98e00;
      -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
      box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .btn.btn-default {
    background-color: #006065;
    color: #fff; }
    .btn.btn-default.read-more:after {
      color: #333; }
    .btn.btn-default:hover {
      background-color: #00393c; }
  .btn.btn-link {
    color: #83BCA9; }
    .btn.btn-link:hover {
      color: #6fb19b;
      text-decoration: none; }

.bootstrap-select .btn.btn-default {
  color: #333; }
  .bootstrap-select .btn.btn-default:hover {
    background: white; }

.breadcrumb {
  background: transparent;
  padding: 8px 0; }

.userprofileFavorite {
  display: inline-block;
  padding-left: 10px;
  font-size: 30px;
  vertical-align: top; }
  .userprofileFavorite a {
    color: #006065 !important; }
    .userprofileFavorite a i {
      padding-top: 5px; }
    .userprofileFavorite a:hover {
      color: #006065; }

.img-user-extra-small {
  width: 30px;
  border-radius: 20px; }

.img-user-small {
  width: 50px;
  height: 50px;
  border-radius: 30px; }

.img-user-medium {
  width: 80px;
  border-radius: 50px;
  border: 4px solid white; }

.img-user-large {
  width: 168px;
  border-radius: 100px;
  border: 6px solid #006065; }

.form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ccc; }
  .form-control:focus {
    outline: none;
    border-color: #006065;
    border-width: 2px; }

#header {
  background: #006065;
  border: none;
  height: 80px;
  padding-top: 6px; }
  #header .navbar-brand {
    padding: 0px 0px 0 15px; }
  #header #top-navbar {
    /* Dropdown menu */ }
    #header #top-navbar .navbar-left-container {
      float: left !important;
      margin-left: -15px !important; }
    #header #top-navbar ul.navbar-nav {
      margin: 0; }
    #header #top-navbar li {
      float: left;
      font-size: 12px;
      color: white; }
      #header #top-navbar li .navbar-form {
        padding-bottom: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        border: 0; }
      #header #top-navbar li .fa.fa-users:before {
        font-size: 18px; }
      #header #top-navbar li .fa.fa-search:before {
        font-size: 21px; }
      #header #top-navbar li a {
        color: white;
        line-height: 31px; }
        #header #top-navbar li a:hover {
          color: white; }
      #header #top-navbar li.search-top-navbar input {
        background: transparent;
        border: none;
        padding: 6px 0;
        margin-top: 4px;
        line-height: 15px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        #header #top-navbar li.search-top-navbar input::-moz-placeholder {
          color: white;
          opacity: 1; }
        #header #top-navbar li.search-top-navbar input::-ms-input-placeholder {
          color: white;
          opacity: 1; }
        #header #top-navbar li.search-top-navbar input::-webkit-input-placeholder {
          color: white;
          opacity: 1; }
        #header #top-navbar li.search-top-navbar input:active, #header #top-navbar li.search-top-navbar input:focus {
          outline-color: #eaeaea;
          padding: 6px; }
        #header #top-navbar li.search-top-navbar input:hover {
          background-color: #003032;
          padding: 6px; }
    #header #top-navbar .btn {
      margin-top: 10px; }
    #header #top-navbar .navbar-right {
      float: right !important;
      margin-right: 20px !important;
      padding-top: 18px;
      padding-bottom: 0px;
      line-height: 31px; }
      #header #top-navbar .navbar-right li.separator {
        margin: 0;
        background-color: #585858; }
      #header #top-navbar .navbar-right a {
        color: white;
        line-height: 31px; }
        #header #top-navbar .navbar-right a:hover {
          color: white; }
      #header #top-navbar .navbar-right .notification {
        position: relative;
        float: left;
        margin-right: 10px;
        margin-top: 3px; }
        #header #top-navbar .navbar-right .notification a {
          position: relative;
          display: inline-block;
          width: 100%;
          /*
					&.notifica{

						.fa-bell:before, .fa-flag:before{ color: #f27303;}
						&:hover .fa-bell:before{ color: lighten( #f27303, 6%);}
						&:hover .fa-flag:before{ color: lighten( #f27303, 6%);}
					}
*/ }
          #header #top-navbar .navbar-right .notification a span.notify-number {
            position: absolute;
            top: -5px;
            left: 6px;
            z-index: 3;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            border-radius: 20px;
            background-color: #e91e63;
            font-size: 12px;
            color: white; }
          #header #top-navbar .navbar-right .notification a .fa-list-ol:before {
            font-size: 20px;
            top: 9px;
            position: absolute; }
          #header #top-navbar .navbar-right .notification a#activity_notify_link {
            width: 80px; }
          #header #top-navbar .navbar-right .notification a .d-none.d-sm-inline {
            margin-left: 5px; }
      #header #top-navbar .navbar-right .user-dropdown {
        float: right;
        position: relative; }
        #header #top-navbar .navbar-right .user-dropdown .dropdown-toggle {
          padding-bottom: 0; }
        #header #top-navbar .navbar-right .user-dropdown button.btn-link {
          color: white; }
          #header #top-navbar .navbar-right .user-dropdown button.btn-link:hover {
            text-decoration: none; }
        #header #top-navbar .navbar-right .user-dropdown .user-status {
          display: block;
          width: 15px;
          height: 15px;
          top: 3px;
          right: 3px;
          background: #e91e63;
          position: absolute;
          border-radius: 10px; }
          #header #top-navbar .navbar-right .user-dropdown .user-status:after {
            content: "\f068";
            font: normal normal normal 10px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            display: block;
            position: absolute;
            top: 2px;
            right: 4px; }
          #header #top-navbar .navbar-right .user-dropdown .user-status.user-online {
            background: #8bc34a; }
            #header #top-navbar .navbar-right .user-dropdown .user-status.user-online:after {
              content: "\f00c";
              left: 3px; }
    #header #top-navbar ul.dropdown-menu, #header #top-navbar .dropdown-menu {
      right: 0;
      left: auto;
      margin: 6px 0 0 0;
      padding: 0; }
      #header #top-navbar ul.dropdown-menu a, #header #top-navbar .dropdown-menu a {
        position: relative;
        padding: 4px 12px;
        color: #006065; }
        #header #top-navbar ul.dropdown-menu a:hover, #header #top-navbar ul.dropdown-menu a:focus, #header #top-navbar .dropdown-menu a:hover, #header #top-navbar .dropdown-menu a:focus {
          color: #006065;
          background: #f5f5f5; }
      #header #top-navbar ul.dropdown-menu li, #header #top-navbar .dropdown-menu li {
        float: none; }
        #header #top-navbar ul.dropdown-menu li.menu-status a .user-status, #header #top-navbar .dropdown-menu li.menu-status a .user-status {
          display: none; }
        #header #top-navbar ul.dropdown-menu li.divider, #header #top-navbar .dropdown-menu li.divider {
          margin: 0; }
        #header #top-navbar ul.dropdown-menu li.logonUserProfileLink, #header #top-navbar .dropdown-menu li.logonUserProfileLink {
          text-transform: uppercase; }
      #header #top-navbar ul.dropdown-menu:after, #header #top-navbar ul.dropdown-menu:before, #header #top-navbar .dropdown-menu:after, #header #top-navbar .dropdown-menu:before {
        bottom: 100%;
        right: 10px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #header #top-navbar ul.dropdown-menu:after, #header #top-navbar .dropdown-menu:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 6px;
        margin-left: -6px; }
      #header #top-navbar ul.dropdown-menu:before, #header #top-navbar .dropdown-menu:before {
        border-color: rgba(204, 204, 204, 0);
        border-bottom-color: #ccc;
        border-width: 7px;
        margin-left: -7px; }
    #header #top-navbar #notify_container, #header #top-navbar #activity_notify_container {
      margin-top: 17px;
      width: 500px;
      max-height: 640px; }
      #header #top-navbar #notify_container h3, #header #top-navbar #activity_notify_container h3 {
        margin: 15px 0 0 15px; }
      #header #top-navbar #notify_container #notify_list, #header #top-navbar #notify_container #activity_notify_list, #header #top-navbar #activity_notify_container #notify_list, #header #top-navbar #activity_notify_container #activity_notify_list {
        overflow: auto;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 521px;
        color: #333;
        margin: 15px 0 0 0; }
        #header #top-navbar #notify_container #notify_list li a, #header #top-navbar #notify_container #activity_notify_list li a, #header #top-navbar #activity_notify_container #notify_list li a, #header #top-navbar #activity_notify_container #activity_notify_list li a {
          padding: 12px 20px 4px 20px; }
        #header #top-navbar #notify_container #notify_list li.notify_empty_row, #header #top-navbar #notify_container #activity_notify_list li.notify_empty_row, #header #top-navbar #activity_notify_container #notify_list li.notify_empty_row, #header #top-navbar #activity_notify_container #activity_notify_list li.notify_empty_row {
          color: #333;
          padding-bottom: 10px; }
          #header #top-navbar #notify_container #notify_list li.notify_empty_row .time, #header #top-navbar #notify_container #activity_notify_list li.notify_empty_row .time, #header #top-navbar #activity_notify_container #notify_list li.notify_empty_row .time, #header #top-navbar #activity_notify_container #activity_notify_list li.notify_empty_row .time {
            display: none; }
        #header #top-navbar #notify_container #notify_list li .dropdown .dropdown-menu, #header #top-navbar #notify_container #activity_notify_list li .dropdown .dropdown-menu, #header #top-navbar #activity_notify_container #notify_list li .dropdown .dropdown-menu, #header #top-navbar #activity_notify_container #activity_notify_list li .dropdown .dropdown-menu {
          padding: 0 10px; }
      #header #top-navbar #notify_container #activity_notify_list, #header #top-navbar #activity_notify_container #activity_notify_list {
        margin-top: 0; }
      #header #top-navbar #notify_container #notify_list li, #header #top-navbar #activity_notify_container #notify_list li {
        position: relative;
        margin-bottom: 0;
        padding: 0;
        border-color: #C4C4C5; }
        #header #top-navbar #notify_container #notify_list li a:hover, #header #top-navbar #activity_notify_container #notify_list li a:hover {
          background: transparent; }
        #header #top-navbar #notify_container #notify_list li .notify_action_link, #header #top-navbar #activity_notify_container #notify_list li .notify_action_link {
          width: calc(100% - 40px);
          display: block;
          float: left; }
          #header #top-navbar #notify_container #notify_list li .notify_action_link .notify_avatar, #header #top-navbar #activity_notify_container #notify_list li .notify_action_link .notify_avatar {
            width: 36px;
            height: 60px;
            display: block;
            float: left; }
          #header #top-navbar #notify_container #notify_list li .notify_action_link .notify_title, #header #top-navbar #notify_container #notify_list li .notify_action_link .time, #header #top-navbar #activity_notify_container #notify_list li .notify_action_link .notify_title, #header #top-navbar #activity_notify_container #notify_list li .notify_action_link .time {
            width: calc(100% - 40px);
            float: left;
            line-height: 18px; }
        #header #top-navbar #notify_container #notify_list li .checkbox_notify_state, #header #top-navbar #activity_notify_container #notify_list li .checkbox_notify_state {
          position: absolute;
          right: 4px;
          font-size: 13px;
          display: block;
          width: 20px;
          height: 50px;
          top: 28px; }
          #header #top-navbar #notify_container #notify_list li .checkbox_notify_state i.fa:before, #header #top-navbar #activity_notify_container #notify_list li .checkbox_notify_state i.fa:before {
            font-size: 13px; }
          #header #top-navbar #notify_container #notify_list li .checkbox_notify_state:hover, #header #top-navbar #activity_notify_container #notify_list li .checkbox_notify_state:hover {
            cursor: pointer; }
        #header #top-navbar #notify_container #notify_list li .dropdown, #header #top-navbar #activity_notify_container #notify_list li .dropdown {
          position: absolute;
          right: 0; }
          #header #top-navbar #notify_container #notify_list li .dropdown a.dropdown-toggle .fa:before, #header #top-navbar #activity_notify_container #notify_list li .dropdown a.dropdown-toggle .fa:before {
            font-size: 13px; }
          #header #top-navbar #notify_container #notify_list li .dropdown a, #header #top-navbar #activity_notify_container #notify_list li .dropdown a {
            font-size: 14px;
            padding: 10px 15px; }
          #header #top-navbar #notify_container #notify_list li .dropdown .dropdown-menu, #header #top-navbar #activity_notify_container #notify_list li .dropdown .dropdown-menu {
            margin-top: -6px; }
            #header #top-navbar #notify_container #notify_list li .dropdown .dropdown-menu li a, #header #top-navbar #activity_notify_container #notify_list li .dropdown .dropdown-menu li a {
              font-size: 13px;
              padding: 2px 0; }
        #header #top-navbar #notify_container #notify_list li:after, #header #top-navbar #activity_notify_container #notify_list li:after {
          display: block;
          content: ' ';
          clear: both; }
        #header #top-navbar #notify_container #notify_list li.notify_status_read .checkbox_notify_state i.notify_ck_status_read, #header #top-navbar #activity_notify_container #notify_list li.notify_status_read .checkbox_notify_state i.notify_ck_status_read {
          display: none !important; }
        #header #top-navbar #notify_container #notify_list li.notify_status_read:hover, #header #top-navbar #activity_notify_container #notify_list li.notify_status_read:hover {
          background: #dce7e3; }
        #header #top-navbar #notify_container #notify_list li.notify_status_unread, #header #top-navbar #activity_notify_container #notify_list li.notify_status_unread {
          background: #e7efec; }
          #header #top-navbar #notify_container #notify_list li.notify_status_unread .checkbox_notify_state i.notify_ck_status_unread, #header #top-navbar #activity_notify_container #notify_list li.notify_status_unread .checkbox_notify_state i.notify_ck_status_unread {
            display: none !important; }
          #header #top-navbar #notify_container #notify_list li.notify_status_unread:hover, #header #top-navbar #activity_notify_container #notify_list li.notify_status_unread:hover {
            background: #d7e3df; }
      #header #top-navbar #notify_container ul li a, #header #top-navbar #activity_notify_container ul li a {
        display: block; }
        #header #top-navbar #notify_container ul li a .notify_title, #header #top-navbar #notify_container ul li a .notify_title strong, #header #top-navbar #activity_notify_container ul li a .notify_title, #header #top-navbar #activity_notify_container ul li a .notify_title strong {
          line-height: 13px;
          display: inline-block; }
        #header #top-navbar #notify_container ul li a .time, #header #top-navbar #activity_notify_container ul li a .time {
          line-height: 6px; }
      #header #top-navbar #notify_container ul li .time, #header #top-navbar #activity_notify_container ul li .time {
        display: block;
        font-style: italic;
        font-size: 11px;
        height: 18px; }
      #header #top-navbar #notify_container ul li .badge, #header #top-navbar #activity_notify_container ul li .badge {
        background: #006065; }
      #header #top-navbar #notify_container ul li:last-child, #header #top-navbar #activity_notify_container ul li:last-child {
        margin-bottom: 0; }
  #header #userProfileMyLinkDropDownContent5 ul li {
    border-bottom: 1px solid #00484c;
    margin-bottom: 8px; }
    #header #userProfileMyLinkDropDownContent5 ul li a {
      padding: 5px 15px;
      display: block;
      line-height: 16px !important; }
    #header #userProfileMyLinkDropDownContent5 ul li:last-child {
      margin-bottom: 0;
      border-bottom: none; }
  #header #userProfileMyLinkDropDownContent5 .contrassegna {
    text-transform: uppercase;
    background: #00484c;
    padding: 4px 15px; }
  #header .contrassegna {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 10px;
    border-top: 1px solid #ccc; }
    #header .contrassegna a {
      color: #333 !important;
      font-size: 13px; }
      #header .contrassegna a:hover {
        background-color: transparent;
        color: #main; }
      #header .contrassegna a#notify_manage_all:hover, #header .contrassegna a#notify_read_all:hover {
        background: white;
        color: #006065 !important; }
  #header .dropdown-submenu {
    position: relative; }
    #header .dropdown-submenu .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -1px; }
  #header .ProfileMyLinkSmallBox {
    margin-top: 10px; }
    #header .ProfileMyLinkSmallBox .dropdown-menu {
      right: auto; }
    #header .ProfileMyLinkSmallBox a, #header .ProfileMyLinkSmallBox a:focus, #header .ProfileMyLinkSmallBox a:hover {
      background: none !important;
      text-decoration: none; }
  #header .navbar-toggler {
    color: white;
    position: fixed;
    left: 12px;
    top: 16px;
    background: transparent;
    border: none;
    font-size: 20px; }

.sidebar {
  padding: 0;
  position: fixed;
  background: #006065;
  top: 80px;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 0;
  -webkit-box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  /* MENU */ }
  .sidebar #menu {
    padding: 0; }
    .sidebar #menu ul.navbar-nav {
      float: none;
      margin: 0; }
      .sidebar #menu ul.navbar-nav li {
        float: none; }
        .sidebar #menu ul.navbar-nav li a {
          color: #eaeaea;
          display: block;
          padding: 20px;
          border-bottom: 1px solid #006065; }
          .sidebar #menu ul.navbar-nav li a:hover {
            background: #585858;
            color: white; }
          .sidebar #menu ul.navbar-nav li a:before {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: inline-block;
            font-family: 'FontAwesome';
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f10c";
            padding-right: 5px; }
        .sidebar #menu ul.navbar-nav li.home a:before {
          font-size: 18px;
          content: '\f015'; }
        .sidebar #menu ul.navbar-nav li#item1-27 a:before {
          content: '\f1d9'; }
        .sidebar #menu ul.navbar-nav li#item1-28 a:before {
          content: '\f0f6'; }
        .sidebar #menu ul.navbar-nav li.active a {
          background: white;
          position: relative;
          color: #006065;
          font-weight: 900; }
          .sidebar #menu ul.navbar-nav li.active a:after {
            display: block;
            content: ' ';
            position: absolute;
            right: 0;
            top: 23px;
            background: 0 0;
            width: 0;
            height: 0;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-right: 12px solid #fff;
            border-color: transparent #fff transparent transparent; }
  .sidebar .expmenu2 ul {
    margin-bottom: 30px; }
    .sidebar .expmenu2 ul li {
      text-transform: uppercase;
      padding: 6px 0;
      margin: 6px 0 6px 0;
      font-size: 13px;
      background: #005156; }
      .sidebar .expmenu2 ul li.active {
        border-left: 3px solid white; }
  .sidebar .visible-xs {
    position: relative;
    padding: 15px; }
    .sidebar .visible-xs .dropdown-menu {
      width: 100%;
      background: #006065;
      border-radius: 0; }
    .sidebar .visible-xs #serch_form {
      margin: 0 0 15px 0;
      width: 100%;
      float: none; }
    .sidebar .visible-xs .btn {
      display: block;
      margin-bottom: 15px; }

.content {
  margin-top: 61px;
  padding: 30px; }

.alert.alert-info a {
  color: #5a8fa9;
  font-weight: bold; }
  .alert.alert-info a:hover {
    color: #31708f; }

.label {
  line-height: 23px;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 12px;
  font-weight: normal; }
  .label.label-default {
    background: #6c8496; }

.address-book-avatar {
  /*	width: 50px; */
  display: block;
  position: relative; }
  .address-book-avatar .user-status {
    display: block;
    width: 15px;
    height: 15px;
    top: 3px;
    right: -4px;
    position: absolute;
    border-radius: 10px; }
    .address-book-avatar .user-status:after {
      content: "\f068";
      font: normal normal normal 10px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      display: block;
      position: absolute;
      top: 3px;
      right: 3.5px;
      color: white; }
    .address-book-avatar .user-status.user-online {
      background: #6c8496; }
      .address-book-avatar .user-status.user-online:after {
        content: "\f00c";
        right: 3px;
        top: 3px; }
    .address-book-avatar .user-status.user-busy {
      background: #BC0604; }
    .address-book-avatar .user-status.user-offline {
      background: white;
      border: 1px solid #6c8496; }
    .address-book-avatar .user-status.user-absent {
      background: #f9aa10; }

/* USER PROFILE*/
.userProfile .LargeBoxTitle {
  display: none; }

.userProfile header.header-profile {
  padding: 28px 20px 30px 140px;
  border-left: 120px solid white;
  position: relative;
  background: #006065;
  color: white;
  margin: 50px 0 50px -30px;
  margin-bottom: 20px; }
  .userProfile header.header-profile .profile-user-img {
    position: absolute;
    top: -20px;
    left: -94px;
    width: 168px;
    height: 168px;
    overflow: hidden; }
  .userProfile header.header-profile h3 {
    font-size: 36px;
    color: white;
    font-weight: normal; }

.userProfile .profile-status {
  margin: 28px 0; }

.userProfile ul {
  margin-bottom: 15px; }
  .userProfile ul li {
    padding: 3px 0; }
    .userProfile ul li a {
      color: #333; }
      .userProfile ul li a:hover {
        color: #006065; }

.userProfile .userProfileStatusInfo {
  width: 50%;
  float: left; }
  .userProfile .userProfileStatusInfo div, .userProfile .userProfileStatusInfo p {
    width: 50%;
    float: left;
    font-size: 18px;
    font-weight: 300; }
  .userProfile .userProfileStatusInfo div {
    margin-left: 46px; }
  .userProfile .userProfileStatusInfo p {
    margin: 10px 0 0 30px; }

.userProfile .userProfileStatusUpdateInfo {
  width: 50%;
  float: right;
  text-align: right; }
  .userProfile .userProfileStatusUpdateInfo label {
    color: white;
    font-weight: normal;
    padding: 6px 12px;
    margin: 12px 0;
    position: relative;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden; }

.userProfile .input-group {
  clear: both; }

.userProfile #userProfileWhatDoYouDoMessage {
  margin: 40px 0 20px 0;
  background: #f6f6f6;
  padding: 26px;
  font-weight: 300;
  font-size: 22px;
  color: #a7a7a7;
  position: relative; }
  .userProfile #userProfileWhatDoYouDoMessage:before {
    content: " ";
    position: absolute;
    top: -30px;
    left: 80px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 65px 30px 0px;
    border-color: transparent transparent #f6f6f6 transparent; }

.userProfile .UserProfileMyLink {
  background: #f6f6f6;
  margin: 20px 0;
  padding: 30px; }
  .userProfile .UserProfileMyLink ul {
    margin-bottom: 10px; }
  .userProfile .UserProfileMyLink li {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block; }
    .userProfile .UserProfileMyLink li a {
      color: #323232; }
    .userProfile .UserProfileMyLink li:before {
      content: "\f054";
      font-size: 10px !important;
      padding-right: 3px;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .userProfile .UserProfileMyLink .btn {
    float: right;
    margin-right: -20px; }

.userProfile .labels {
  margin-bottom: 20px; }

/* OGGETTI NETPUBLISHER */
.info-boxes {
  margin-top: 30px; }
  .info-boxes .inner {
    margin: 20px 0;
    background: #DFE6E6;
    padding: 20px;
    border-radius: 10px;
    color: #006065;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .info-boxes .inner .number {
      font-size: 50px;
      font-weight: 900;
      padding-left: 20px; }
    .info-boxes .inner .info {
      text-transform: uppercase;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      padding-left: 20px; }
    .info-boxes .inner.blue {
      color: #468eae;
      background: #d5ecef; }
    .info-boxes .inner.orange {
      color: #ffa803;
      background: #f9e4b9; }
  @media (max-width: 1023px) {
    .info-boxes {
      display: block !important;
      margin-top: 0; } }

.btn.big {
  background: #f9e4b9;
  padding: 20px;
  border-radius: 10px;
  display: block;
  font-size: 40px;
  font-weight: bold;
  color: #ffa803; }
  .btn.big:hover {
    background: #ffa803;
    color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

.docArtSmallBoxContainerHome {
  margin-top: 30px; }
  .docArtSmallBoxContainerHome .inner {
    margin: 20px 0;
    background: #DFE6E6;
    padding: 20px;
    border-radius: 10px;
    color: #006065; }
    .docArtSmallBoxContainerHome .inner .flex {
      border: 1px solid #d2dada;
      padding-bottom: 10px;
      margin-bottom: 15px;
      padding: 9px 20px;
      background: #d8e0e0;
      border-radius: 12px;
      color: #134c4f; }
      @media (min-width: 768px) {
        .docArtSmallBoxContainerHome .inner .flex {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      @media (max-width: 767px) {
        .docArtSmallBoxContainerHome .inner .flex {
          display: block; } }
      .docArtSmallBoxContainerHome .inner .flex:hover {
        background: #d2dada;
        color: #006065; }
      .docArtSmallBoxContainerHome .inner .flex .cliente, .docArtSmallBoxContainerHome .inner .flex .stato {
        position: relative;
        padding-top: 8px; }
        .docArtSmallBoxContainerHome .inner .flex .cliente span, .docArtSmallBoxContainerHome .inner .flex .stato span {
          display: block;
          text-transform: uppercase;
          font-size: 14px;
          top: 2px; }
      .docArtSmallBoxContainerHome .inner .flex .info {
        margin-top: 8px; }
        @media (min-width: 768px) {
          .docArtSmallBoxContainerHome .inner .flex .info {
            width: 40%; } }
        .docArtSmallBoxContainerHome .inner .flex .info .stato {
          margin-right: 10px; }
        @media (min-width: 768px) {
          .docArtSmallBoxContainerHome .inner .flex .info .data {
            margin-left: 10px;
            border-left: 1px solid #bbd4d6;
            padding-left: 10px; } }
    .docArtSmallBoxContainerHome .inner.blue {
      color: #468eae;
      background: #d5ecef; }
      .docArtSmallBoxContainerHome .inner.blue h3 {
        color: #468eae; }
      .docArtSmallBoxContainerHome .inner.blue .flex {
        color: #1a4558;
        background: #cae6e9;
        border-color: #c4e0e3; }
        .docArtSmallBoxContainerHome .inner.blue .flex:hover {
          background: #bedbde;
          color: #468eae; }
    .docArtSmallBoxContainerHome .inner.orange {
      color: #ffa803;
      background: #f9e4b9; }
  .docArtSmallBoxContainerHome .read-more-container {
    text-transform: uppercase;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 10px;
    margin-top: 20px; }
    .docArtSmallBoxContainerHome .read-more-container a:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      font-family: 'FontAwesome';
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f105";
      padding-left: 5px; }

.SmallBoxContainer, .docRecordContainer .doc-category-view, .category-list, .bootstrapexpmenuid1414 {
  margin-bottom: 20px; }
  .SmallBoxContainer a.read-more, .docRecordContainer .doc-category-view a.read-more, .category-list a.read-more, .bootstrapexpmenuid1414 a.read-more {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .SmallBoxContainer .date, .docRecordContainer .doc-category-view .date, .category-list .date, .bootstrapexpmenuid1414 .date {
    font-size: 10px;
    display: block; }
    .SmallBoxContainer .date:before, .docRecordContainer .doc-category-view .date:before, .category-list .date:before, .bootstrapexpmenuid1414 .date:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f017";
      padding-right: 4px; }
  .SmallBoxContainer a, .docRecordContainer .doc-category-view a, .category-list a, .bootstrapexpmenuid1414 a {
    color: #323232; }
    .SmallBoxContainer a:hover, .docRecordContainer .doc-category-view a:hover, .category-list a:hover, .bootstrapexpmenuid1414 a:hover {
      color: #747474; }
  .SmallBoxContainer .col-xs-6, .SmallBoxContainer .col-sm-4, .docRecordContainer .doc-category-view .col-xs-6, .docRecordContainer .doc-category-view .col-sm-4, .category-list .col-xs-6, .category-list .col-sm-4, .bootstrapexpmenuid1414 .col-xs-6, .bootstrapexpmenuid1414 .col-sm-4 {
    margin-bottom: 15px; }
    .SmallBoxContainer .col-xs-6 .inner, .SmallBoxContainer .col-sm-4 .inner, .docRecordContainer .doc-category-view .col-xs-6 .inner, .docRecordContainer .doc-category-view .col-sm-4 .inner, .category-list .col-xs-6 .inner, .category-list .col-sm-4 .inner, .bootstrapexpmenuid1414 .col-xs-6 .inner, .bootstrapexpmenuid1414 .col-sm-4 .inner {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #83BCA9; }
      .SmallBoxContainer .col-xs-6 .inner .highglight-title, .SmallBoxContainer .col-sm-4 .inner .highglight-title, .docRecordContainer .doc-category-view .col-xs-6 .inner .highglight-title, .docRecordContainer .doc-category-view .col-sm-4 .inner .highglight-title, .category-list .col-xs-6 .inner .highglight-title, .category-list .col-sm-4 .inner .highglight-title, .bootstrapexpmenuid1414 .col-xs-6 .inner .highglight-title, .bootstrapexpmenuid1414 .col-sm-4 .inner .highglight-title {
        font-size: 18px;
        -ms-flex-line-pack: center;
        align-content: center;
        padding: 15px;
        color: white;
        height: 136px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        vertical-align: middle;
        -webkit-box-shadow: 0 0 1px transparent;
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s; }
        .SmallBoxContainer .col-xs-6 .inner .highglight-title span, .SmallBoxContainer .col-sm-4 .inner .highglight-title span, .docRecordContainer .doc-category-view .col-xs-6 .inner .highglight-title span, .docRecordContainer .doc-category-view .col-sm-4 .inner .highglight-title span, .category-list .col-xs-6 .inner .highglight-title span, .category-list .col-sm-4 .inner .highglight-title span, .bootstrapexpmenuid1414 .col-xs-6 .inner .highglight-title span, .bootstrapexpmenuid1414 .col-sm-4 .inner .highglight-title span {
          display: inline-block;
          width: 65%; }
        .SmallBoxContainer .col-xs-6 .inner .highglight-title:hover, .SmallBoxContainer .col-sm-4 .inner .highglight-title:hover, .docRecordContainer .doc-category-view .col-xs-6 .inner .highglight-title:hover, .docRecordContainer .doc-category-view .col-sm-4 .inner .highglight-title:hover, .category-list .col-xs-6 .inner .highglight-title:hover, .category-list .col-sm-4 .inner .highglight-title:hover, .bootstrapexpmenuid1414 .col-xs-6 .inner .highglight-title:hover, .bootstrapexpmenuid1414 .col-sm-4 .inner .highglight-title:hover {
          color: white;
          background: #006065; }
      .SmallBoxContainer .col-xs-6 .inner .highglight-remove, .SmallBoxContainer .col-sm-4 .inner .highglight-remove, .docRecordContainer .doc-category-view .col-xs-6 .inner .highglight-remove, .docRecordContainer .doc-category-view .col-sm-4 .inner .highglight-remove, .category-list .col-xs-6 .inner .highglight-remove, .category-list .col-sm-4 .inner .highglight-remove, .bootstrapexpmenuid1414 .col-xs-6 .inner .highglight-remove, .bootstrapexpmenuid1414 .col-sm-4 .inner .highglight-remove {
        width: 35%;
        background: rgba(150, 150, 150, 0.1);
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        height: 136px;
        line-height: 136px;
        font-size: 40px;
        text-align: center; }
        .SmallBoxContainer .col-xs-6 .inner .highglight-remove a i, .SmallBoxContainer .col-sm-4 .inner .highglight-remove a i, .docRecordContainer .doc-category-view .col-xs-6 .inner .highglight-remove a i, .docRecordContainer .doc-category-view .col-sm-4 .inner .highglight-remove a i, .category-list .col-xs-6 .inner .highglight-remove a i, .category-list .col-sm-4 .inner .highglight-remove a i, .bootstrapexpmenuid1414 .col-xs-6 .inner .highglight-remove a i, .bootstrapexpmenuid1414 .col-sm-4 .inner .highglight-remove a i {
          margin: 0 auto;
          color: rgba(255, 255, 255, 0.31); }
        .SmallBoxContainer .col-xs-6 .inner .highglight-remove a:hover i, .SmallBoxContainer .col-sm-4 .inner .highglight-remove a:hover i, .docRecordContainer .doc-category-view .col-xs-6 .inner .highglight-remove a:hover i, .docRecordContainer .doc-category-view .col-sm-4 .inner .highglight-remove a:hover i, .category-list .col-xs-6 .inner .highglight-remove a:hover i, .category-list .col-sm-4 .inner .highglight-remove a:hover i, .bootstrapexpmenuid1414 .col-xs-6 .inner .highglight-remove a:hover i, .bootstrapexpmenuid1414 .col-sm-4 .inner .highglight-remove a:hover i {
          color: rgba(255, 255, 255, 0.31); }
  .SmallBoxContainer.docSmallBoxCategory h3.menuheader, .SmallBoxContainer.row h3.menuheader, .docRecordContainer .doc-category-view.docSmallBoxCategory h3.menuheader, .docRecordContainer .doc-category-view.row h3.menuheader, .category-list.docSmallBoxCategory h3.menuheader, .category-list.row h3.menuheader, .bootstrapexpmenuid1414.docSmallBoxCategory h3.menuheader, .bootstrapexpmenuid1414.row h3.menuheader {
    display: none; }
  .SmallBoxContainer.docSmallBoxCategory .col-xs-6 .inner, .SmallBoxContainer.docSmallBoxCategory .col-sm-4 .inner, .SmallBoxContainer.row .col-xs-6 .inner, .SmallBoxContainer.row .col-sm-4 .inner, .docRecordContainer .doc-category-view.docSmallBoxCategory .col-xs-6 .inner, .docRecordContainer .doc-category-view.docSmallBoxCategory .col-sm-4 .inner, .docRecordContainer .doc-category-view.row .col-xs-6 .inner, .docRecordContainer .doc-category-view.row .col-sm-4 .inner, .category-list.docSmallBoxCategory .col-xs-6 .inner, .category-list.docSmallBoxCategory .col-sm-4 .inner, .category-list.row .col-xs-6 .inner, .category-list.row .col-sm-4 .inner, .bootstrapexpmenuid1414.docSmallBoxCategory .col-xs-6 .inner, .bootstrapexpmenuid1414.docSmallBoxCategory .col-sm-4 .inner, .bootstrapexpmenuid1414.row .col-xs-6 .inner, .bootstrapexpmenuid1414.row .col-sm-4 .inner {
    background: #6c8496; }
    .SmallBoxContainer.docSmallBoxCategory .col-xs-6 .inner a, .SmallBoxContainer.docSmallBoxCategory .col-sm-4 .inner a, .SmallBoxContainer.row .col-xs-6 .inner a, .SmallBoxContainer.row .col-sm-4 .inner a, .docRecordContainer .doc-category-view.docSmallBoxCategory .col-xs-6 .inner a, .docRecordContainer .doc-category-view.docSmallBoxCategory .col-sm-4 .inner a, .docRecordContainer .doc-category-view.row .col-xs-6 .inner a, .docRecordContainer .doc-category-view.row .col-sm-4 .inner a, .category-list.docSmallBoxCategory .col-xs-6 .inner a, .category-list.docSmallBoxCategory .col-sm-4 .inner a, .category-list.row .col-xs-6 .inner a, .category-list.row .col-sm-4 .inner a, .bootstrapexpmenuid1414.docSmallBoxCategory .col-xs-6 .inner a, .bootstrapexpmenuid1414.docSmallBoxCategory .col-sm-4 .inner a, .bootstrapexpmenuid1414.row .col-xs-6 .inner a, .bootstrapexpmenuid1414.row .col-sm-4 .inner a {
      padding: 15px;
      height: 136px;
      background: #6c8496;
      color: white;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      -webkit-box-shadow: 0 0 1px transparent;
      box-shadow: 0 0 1px transparent;
      position: relative;
      -webkit-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      font-size: 18px; }
      .SmallBoxContainer.docSmallBoxCategory .col-xs-6 .inner a:before, .SmallBoxContainer.docSmallBoxCategory .col-sm-4 .inner a:before, .SmallBoxContainer.row .col-xs-6 .inner a:before, .SmallBoxContainer.row .col-sm-4 .inner a:before, .docRecordContainer .doc-category-view.docSmallBoxCategory .col-xs-6 .inner a:before, .docRecordContainer .doc-category-view.docSmallBoxCategory .col-sm-4 .inner a:before, .docRecordContainer .doc-category-view.row .col-xs-6 .inner a:before, .docRecordContainer .doc-category-view.row .col-sm-4 .inner a:before, .category-list.docSmallBoxCategory .col-xs-6 .inner a:before, .category-list.docSmallBoxCategory .col-sm-4 .inner a:before, .category-list.row .col-xs-6 .inner a:before, .category-list.row .col-sm-4 .inner a:before, .bootstrapexpmenuid1414.docSmallBoxCategory .col-xs-6 .inner a:before, .bootstrapexpmenuid1414.docSmallBoxCategory .col-sm-4 .inner a:before, .bootstrapexpmenuid1414.row .col-xs-6 .inner a:before, .bootstrapexpmenuid1414.row .col-sm-4 .inner a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s; }
      .SmallBoxContainer.docSmallBoxCategory .col-xs-6 .inner a:hover, .SmallBoxContainer.docSmallBoxCategory .col-sm-4 .inner a:hover, .SmallBoxContainer.row .col-xs-6 .inner a:hover, .SmallBoxContainer.row .col-sm-4 .inner a:hover, .docRecordContainer .doc-category-view.docSmallBoxCategory .col-xs-6 .inner a:hover, .docRecordContainer .doc-category-view.docSmallBoxCategory .col-sm-4 .inner a:hover, .docRecordContainer .doc-category-view.row .col-xs-6 .inner a:hover, .docRecordContainer .doc-category-view.row .col-sm-4 .inner a:hover, .category-list.docSmallBoxCategory .col-xs-6 .inner a:hover, .category-list.docSmallBoxCategory .col-sm-4 .inner a:hover, .category-list.row .col-xs-6 .inner a:hover, .category-list.row .col-sm-4 .inner a:hover, .bootstrapexpmenuid1414.docSmallBoxCategory .col-xs-6 .inner a:hover, .bootstrapexpmenuid1414.docSmallBoxCategory .col-sm-4 .inner a:hover, .bootstrapexpmenuid1414.row .col-xs-6 .inner a:hover, .bootstrapexpmenuid1414.row .col-sm-4 .inner a:hover {
        background: #006065; }

.main .SmallBoxContainer {
  padding: 20px;
  -webkit-box-shadow: 0 0 6px #CCD5DC;
  box-shadow: 0 0 6px #CCD5DC;
  font-size: 13px;
  line-height: 16px; }
  .main .SmallBoxContainer h3.SmallBoxTitle {
    padding: 10px;
    margin: -20px -20px 20px -20px; }
    .main .SmallBoxContainer h3.SmallBoxTitle a {
      color: white; }
  .main .SmallBoxContainer ul li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eaeaea; }
  .main .SmallBoxContainer a.read-more {
    background: #EFEFEF;
    color: #777;
    font-size: 12px;
    line-height: 14px;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s; }
    .main .SmallBoxContainer a.read-more:after {
      color: #777;
      font-size: 16px; }
    .main .SmallBoxContainer a.read-more:hover {
      background: #6c8496;
      color: white; }
      .main .SmallBoxContainer a.read-more:hover:after {
        color: white; }
  .main .SmallBoxContainer.UserProfileMyLink {
    -webkit-box-shadow: none;
    box-shadow: none; }

.main .Dashboard .dashBoard, .main .Dashboard .boxed-article {
  margin-top: 20px; }
  .main .Dashboard .dashBoard .col-lg-4:nth-of-type(odd) .SmallBoxContainer h3.SmallBoxTitle, .main .Dashboard .boxed-article .col-lg-4:nth-of-type(odd) .SmallBoxContainer h3.SmallBoxTitle {
    background: #006065; }
  .main .Dashboard .dashBoard .col-lg-4:nth-of-type(odd) a.read-more:hover, .main .Dashboard .boxed-article .col-lg-4:nth-of-type(odd) a.read-more:hover {
    background: #006065;
    color: white; }

.main .boxed-article form {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 0; }

.main .boxed-article .row {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.main .boxed-article .item {
  position: relative;
  padding: 20px;
  -webkit-box-shadow: 0 0 6px #CCD5DC;
  box-shadow: 0 0 6px #CCD5DC;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px; }
  .main .boxed-article .item h3 {
    text-align: center;
    background: #006065;
    color: white;
    padding: 10px;
    white-space: normal;
    margin: -20px -20px 20px -20px; }
    .main .boxed-article .item h3 a {
      color: white; }
  .main .boxed-article .item span.number {
    font-size: 18px;
    vertical-align: sub; }
  .main .boxed-article .item ul li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eaeaea; }
  .main .boxed-article .item p {
    position: relative;
    margin-top: 25px; }
  .main .boxed-article .item a.read-more {
    position: absolute;
    right: -20px;
    top: -7px;
    font-size: 13px;
    padding: 6px 9px; }

.main .boxed-article .col-lg-4:nth-of-type(odd) .item h3 {
  background: #006065; }

/**************** DOCUMENTI ******************/
tr.DocumentUnread, tr.DocumentUnread.odd {
  background: #fdecd7  !important; }
  tr.DocumentUnread:hover, tr.DocumentUnread.odd:hover {
    background: #f9d4a6 !important; }

.switch.form-group, .switch-view, .view-document-list, .view-category-list {
  display: none;
  /*
	float: left;
	width: 124px;
	margin-top: 15px;
	margin-bottom: 0;
	a{
		background: #eaeaea;
	    padding: 5px 8px;
	    display: inline-block;
	    margin-right: 8px;
	    width: 30px;
	    height: 30px;
	    &:hover{
		    background:  $main;
		    color: white;
	    }
	}
*/ }

a.CollapseLink {
  border: 1px solid #ccc;
  display: block;
  padding: 8px 12px;
  position: relative;
  padding-right: 30px;
  color: #999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase; }
  a.CollapseLink i {
    position: absolute;
    right: 9px;
    top: 10px; }
  a.CollapseLink:hover {
    text-decoration: none;
    color: #006065; }

.docSearchForm + .row {
  padding-top: 15px;
  clear: both; }

.docSearchForm + .row .col-sm-12 {
  position: static; }

.docSearchForm {
  border: 1px solid #ccc;
  border-top: none;
  padding: 20px;
  clear: both;
  margin-bottom: 10px; }
  .docSearchForm label, .docSearchForm #RowStato, .docSearchForm #Roworder, .docSearchForm .help-block.fieldHint {
    display: none; }
  .docSearchForm .col-sm-10 {
    width: 100%; }
  .docSearchForm .FormButton.form-group {
    margin-bottom: 0; }
  .docSearchForm.DocSmallboxSearch {
    border-top: 1px solid #ccc; }

.docToolbox {
  background: white;
  padding: 13px 0; }
  .docToolbox .btnUnselectAll, .docToolbox .btnSelectAll {
    background: white; }
  .docToolbox button.btn:first-child {
    padding-left: 0; }
  .docToolbox.fixed-docToolboxTop {
    margin-left: -30px;
    padding: 8px 30px;
    position: fixed;
    top: 61px;
    width: 83.33333333%;
    border-bottom: 1px solid #efefef; }

/* RICERCA WORKFLOW */
#trackingSearch {
  border: 1px solid #ddd;
  padding: 20px 20px 5px 20px;
  clear: both;
  margin-bottom: 20px; }
  #trackingSearch #Rowstatus label.col-sm-1 {
    display: none; }
  #trackingSearch #Rowstatus .col-sm-5 .checkbox {
    display: inline-block;
    margin-right: 10px; }
  #trackingSearch .btn-default, #trackingSearch .btn-primary {
    margin-bottom: 6px; }

th.IteratorTablePlusBtn {
  text-align: center; }

.docRecordContainer article.docRecord.Unread {
  background: #fdecd7; }

.docRecordContainer article.docRecord h2 {
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 9px 0; }
  .docRecordContainer article.docRecord h2 a {
    color: #4c8d77; }
    .docRecordContainer article.docRecord h2 a:hover {
      color: #006065; }
    .docRecordContainer article.docRecord h2 a.download {
      position: relative;
      padding-left: 10px;
      color: #006065; }
      .docRecordContainer article.docRecord h2 a.download:hover {
        color: #003032; }
      .docRecordContainer article.docRecord h2 a.download:after {
        content: '';
        position: absolute;
        display: block;
        width: 1px;
        height: 26px;
        background: #bdbdbd;
        top: -1px;
        right: 22px; }
    .docRecordContainer article.docRecord h2 a i.fa {
      margin: 0 3px; }
      .docRecordContainer article.docRecord h2 a i.fa.fa-folder-open-o {
        font-size: 32px;
        color: #f9bf0e;
        vertical-align: sub; }
      .docRecordContainer article.docRecord h2 a i.fa.fa-file-pdf-o {
        font-size: 30px;
        vertical-align: sub;
        margin-right: 10px; }
      .docRecordContainer article.docRecord h2 a i.fa.fa-lock {
        color: #ccc; }
  .docRecordContainer article.docRecord h2 .label {
    display: inline;
    padding: 3px 8px;
    position: absolute;
    border-radius: .25em;
    line-height: 12px;
    margin-left: 10px;
    text-transform: uppercase; }

.docRecordContainer article.docRecord .docAbstract {
  margin-bottom: 3px; }

.docRecordContainer article.docRecord .doc-meta {
  font-weight: normal;
  color: #888;
  font-size: 14px; }

.docRecordContainer article.docRecord .docAttachments {
  margin-bottom: 5px; }

table .label {
  display: inline;
  padding: 3px 8px;
  border-radius: .25em;
  line-height: 12px;
  margin-left: 10px;
  text-transform: uppercase; }

.item-document header {
  position: relative;
  padding-left: 100px;
  min-height: 80px; }
  .item-document header .type-file {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #eaeaea;
    border-radius: 40px;
    color: white;
    left: 0;
    top: 0;
    text-align: center; }
    .item-document header .type-file:after {
      display: block;
      content: " ";
      position: absolute;
      left: 20px;
      top: 15px;
      width: 40px;
      height: 49px;
      background: url(../img/file.png) center no-repeat; }
    .item-document header .type-file.pdf {
      background: #006065; }
      .item-document header .type-file.pdf:after {
        background-image: url(../img/pdf.png); }
    .item-document header .type-file.doc {
      background: #24559A; }
      .item-document header .type-file.doc:after {
        background-image: url(../img/doc.png); }
    .item-document header .type-file.xls {
      background: #0A5C4B; }
      .item-document header .type-file.xls:after {
        background-image: url(../img/xls.png); }
    .item-document header .type-file.img {
      background: #ffc94c;
      /* Old browsers */
      background: -moz-linear-gradient(top, #ffc94c 0%, #d81a08 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #ffc94c 0%, #d81a08 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(#ffc94c), to(#d81a08));
      background: -o-linear-gradient(top, #ffc94c 0%, #d81a08 100%);
      background: linear-gradient(to bottom, #ffc94c 0%, #d81a08 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc94c', endColorstr='#d81a08',GradientType=0 );
      /* IE6-9 */ }
      .item-document header .type-file.img:after {
        background-image: url(../img/img.png); }
  .item-document header h2 {
    font-size: 17px;
    line-height: 1.4em;
    color: #006065;
    margin: 0 0 15px 0; }

.item-document .abrogato-container {
  padding-top: 10px; }
  .item-document .abrogato-container .label {
    display: inline;
    padding: 3px 8px;
    font-size: 14px;
    border-radius: .25em;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .item-document .abrogato-container p {
    background: #eaeaea;
    padding: 6px;
    border-radius: .25em;
    color: #d9534f; }

.item-document .tags {
  margin: 0px 0 15px 0; }
  .item-document .tags i {
    font-size: 16px;
    margin-right: 5px; }
  .item-document .tags .tag {
    background: #eaeaea;
    padding: 2px 9px 2px 8px;
    border-radius: .25em;
    margin-right: 5px;
    font-size: 13px; }

.item-document .abstract {
  font-size: 18px;
  margin: 15px 0 30px 0;
  border-left: 4px solid #eaeaea;
  padding-left: 15px; }

.item-document .document-actions {
  margin: 20px 0; }
  .item-document .document-actions .btn {
    margin-bottom: 3px; }
    .item-document .document-actions .btn.btn-default {
      background: #dcdcdc;
      color: #777; }
    .item-document .document-actions .btn:hover {
      background: #444;
      color: white; }
    .item-document .document-actions .btn small {
      text-transform: none; }
    .item-document .document-actions .btn.error {
      background: #a94442; }

.item-document .interested-users {
  margin-bottom: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #eaeaea; }
  .item-document .interested-users .label {
    background: #eaeaea;
    color: #999;
    margin: 0 3px 3px 0; }

.item-document .attachments {
  margin-top: 15px; }
  .item-document .attachments a {
    color: #333;
    margin-right: 10px; }
    .item-document .attachments a:hover {
      color: #666; }

.item-document .related {
  margin: 15px 0 25px 0; }
  .item-document .related ul li {
    display: inline-block; }
    .item-document .related ul li a {
      padding-right: 6px;
      margin: 0 4px 10px 0; }

.AdContent {
  padding-bottom: 20px; }

.searchForm {
  margin-top: 15px; }
  .searchForm label {
    margin-bottom: 10px; }

.searchForm + hr {
  margin: 10px 0; }

.searchResult {
  line-height: 2em; }
  .searchResult ul {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #EEEEEE; }

/* NEWS */
.NewsArtBox header {
  margin-bottom: 20px; }

.NewsArtBox .newsSubtitle {
  color: #006065; }

ul.news-meta {
  margin-bottom: 0;
  font-size: 14px;
  color: #333; }

ul.news-meta {
  margin-bottom: 20px; }
  ul.news-meta li {
    display: inline-block;
    margin-right: 10px; }

.news-item h2 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  margin: 0 0 6px 0; }

.news-item h3.newsSubtitle, .news-item .newsOpenLink {
  display: none; }

.news-item ul.news-meta {
  margin-bottom: 0; }

/* singola news */
.newsArticle .news-content img {
  max-width: 100%;
  height: auto !important; }

.NavigationBar {
  margin-bottom: 50px; }

.ratingCommentForm {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px; }
  .ratingCommentForm textarea {
    border: 1px solid #ccc; }

.RatingComment .comment {
  margin-bottom: 20px; }
  .RatingComment .comment .img-user-container {
    width: 70px;
    float: left; }
  .RatingComment .comment .comment-container {
    float: left;
    width: calc(100% - 70px);
    background: #f6f6f6; }
    .RatingComment .comment .comment-container header {
      background: #F0F0F0;
      padding: 10px 15px;
      position: relative; }
      .RatingComment .comment .comment-container header span {
        font-size: 11px; }
      .RatingComment .comment .comment-container header:after {
        position: absolute;
        content: " ";
        top: 11px;
        left: -20px;
        width: 20px;
        height: 15px;
        border-style: solid;
        border-width: 7px 10px 7px 0;
        border-color: transparent #f0f0f0 transparent transparent; }
    .RatingComment .comment .comment-container .comment-content {
      padding: 15px;
      font-size: 13px; }

.ratingYesNoBox {
  margin-bottom: 15px; }

.UserProfileReferent {
  margin-bottom: 28px; }
  .UserProfileReferent .user-intro {
    text-align: center;
    margin: 24px 0 15px 0; }
  .UserProfileReferent h4 {
    font-size: 16px;
    font-weight: 300; }
  .UserProfileReferent .fa:before {
    vertical-align: top; }

.newsAttach {
  margin-bottom: 20px;
  background: #f6f6f6;
  border: 1px solid #f2f2f2; }
  .newsAttach .newsLangAttach {
    padding: 6px 10px;
    display: inline-block;
    background: #f0f0f0; }
    .newsAttach .newsLangAttach:before {
      content: "\f0c6";
      font: normal normal normal 17px FontAwesome;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: middle;
      display: inline-block;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
      margin-right: 6px; }
  .newsAttach a {
    display: inline-block;
    padding: 6px 10px; }

.tooltip {
  font-size: 14px;
  font-family: 'Work Sans';
  text-transform: uppercase; }
  .tooltip .tooltip-inner {
    background: #545454; }
  .tooltip.tooltip.top .tooltip-top {
    border-top-color: #545454; }

#toast-container > div.toast .popup_notify_note {
  text-transform: uppercase;
  border-radius: 30px;
  padding: 4px 12px;
  margin: 10px 0 4px 0;
  display: inline-block;
  border: 1px solid white; }
  #toast-container > div.toast .popup_notify_note:hover {
    background: white;
    color: #f89406; }

footer#main-footer {
  font-weight: 300;
  padding: 14px 30px;
  font-size: 12px;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  header#main-header-external #main-nav .navbar-nav li a {
    letter-spacing: -0.3px; }
  .docRecordContainer .doc-category-view .col-sm-4 {
    width: 25%; }
  #trackingSearch #Rowstatus .col-sm-2 {
    width: 40%; }
  .FormGroupRow.panel-adv {
    padding-bottom: 10px; }
    .FormGroupRow.panel-adv .form-group {
      margin-top: 30px;
      padding-top: 10px;
      position: relative; }
      .FormGroupRow.panel-adv .form-group label.col-sm-1 {
        position: absolute;
        font-size: 10px;
        margin-left: 13px;
        text-align: left;
        top: -24px;
        left: 0;
        width: 100%; }
      .FormGroupRow.panel-adv .form-group .col-sm-2 {
        width: 25%; } }

@media (min-width: 992px) {
  h1, .template-home h3 {
    font-size: 40px; }
  .template-home .LargeBoxContainer h3, .template-home .dropdown-menu h3 {
    font-size: 19px; } }

@media (min-width: 1200px) {
  header#main-header-external #main-nav .navbar-nav li a {
    padding: 10px 12px;
    font-size: 17px; }
  #trackingSearch #Rowstatus .btn-panel.NavigationAutoLink {
    float: right; } }

@media (max-width: 992px) {
  #top-navbar .navbar-right .user-dropdown .hidden-xs {
    display: none; }
  .userProfile header.header-profile {
    padding-left: 100px; }
    .userProfile header.header-profile h3 {
      font-size: 24px; } }

@media (max-width: 767px) {
  .breadcrumb {
    margin: 0; }
  #header {
    text-align: center;
    padding-top: 0; }
    #header .navbar-brand {
      margin: -5px -15px 0 12px;
      display: block; }
    #header #top-navbar .navbar-right {
      padding-top: 3px; }
  .SmallBoxContainer {
    margin-bottom: 0; }
  .SmallBoxContainer .col-xs-6 .inner .highglight-title, .SmallBoxContainer.docSmallBoxCategory .col-xs-6 .inner a {
    font-size: 16px;
    height: 104px; }
  .docRecordContainer .doc-category-view .col-sm-4 {
    width: 50%; }
  .item-document header {
    min-height: auto;
    padding: 0; }
    .item-document header .type-file {
      display: none; }
  .item-document .abstract {
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: none; }
  .item-document .DocumentFrameContainer {
    display: none; }
  .sidebar #menu ul.navbar-nav li a {
    padding: 20px 50px; }
  .userProfile header.header-profile {
    margin-top: 23px;
    padding: 12px 20px 12px 32px; }
    .userProfile header.header-profile h3 {
      font-size: 24px; }
    .userProfile header.header-profile .profile-user-img {
      top: -17px;
      width: 120px;
      height: 120px; }
      .userProfile header.header-profile .profile-user-img img {
        width: 120px; }
  .userProfile .profile-status {
    margin-bottom: 10px; }
    .userProfile .profile-status .userProfileStatusInfo {
      width: 100%;
      float: none; }
      .userProfile .profile-status .userProfileStatusInfo div {
        margin-left: 0; }
  .userProfile .userProfileStatusUpdateInfo {
    display: none; }
  .userProfile .col-sm-4 .btn.btn-default {
    margin-bottom: 15px; }
  #toast-container > div.toast {
    width: 98% !important;
    margin-left: 2%;
    max-width: 98% !important; } }

@media (max-width: 425px) {
  #header #top-navbar #activity_notify_container {
    width: 250px; }
  h3 {
    margin-bottom: 8px; }
  .userProfile header.header-profile h3 {
    font-size: 16px; }
  .userProfile header.header-profile .profile-user-img {
    width: 110px;
    height: 110px; }
    .userProfile header.header-profile .profile-user-img img {
      width: 110px; }
  .userProfile .userProfileStatusInfo p {
    font-size: 16px;
    width: calc(100% - 70px);
    margin: 0;
    padding-left: 10px;
    line-height: 70px; }
  .SmallBoxContainer .col-xs-6 .inner .highglight-title, .SmallBoxContainer.docSmallBoxCategory .col-xs-6 .inner a {
    font-size: 15px;
    height: 90px; }
  .SmallBoxContainer .col-xs-6 .inner .highglight-remove {
    display: none; }
  .SmallBoxContainer .col-xs-6 .inner .highglight-title span {
    width: 100%; } }

@media (max-width: 375px) {
  .userProfile header.header-profile {
    margin: 0;
    border: none;
    padding: 12px;
    background: transparent; }
    .userProfile header.header-profile .profile-user-img {
      position: static;
      width: 100%;
      height: 168px;
      text-align: center; }
      .userProfile header.header-profile .profile-user-img img {
        width: 168px;
        display: block;
        margin: 0 auto; }
    .userProfile header.header-profile .profile-usertitle {
      text-align: center;
      color: #006065;
      margin-top: 15px; }
      .userProfile header.header-profile .profile-usertitle h3 {
        color: #006065;
        font-weight: bold;
        font-size: 24px; }
  .userProfile .userProfileStatusInfo p {
    font-size: 14px;
    line-height: 21px;
    margin: 13px 0 30px 0; }
  .userProfile .profile-status {
    margin: 0; } }

@media (max-width: 360px) {
  #header #top-navbar #notify_container {
    width: 230px; }
    #header #top-navbar #notify_container .contrassegna a {
      line-height: 12px; }
  #header #top-navbar #activity_notify_container {
    width: 220px; }
  #header .navbar-brand {
    padding: 2px 0 0 14px; }
    #header .navbar-brand img {
      width: 110px;
      margin-top: 5px; }
  .SmallBoxContainer .col-xs-6, .docRecordContainer .doc-category-view .col-sm-4 {
    width: 100%;
    float: none; }
  .SmallBoxContainer .col-xs-6 .inner .highglight-title, .SmallBoxContainer.docSmallBoxCategory .col-xs-6 .inner a {
    height: auto; } }

@media (min-width: 768px) and (max-width: 900px) {
  .navbar-search {
    width: 110px; }
    .navbar-search i.fa.fa-search {
      display: none; }
    .navbar-search input[type="text"] {
      padding-left: 9px;
      width: 107px; }
  #header #top-navbar .navbar-right .notification {
    width: 30px; }
  #header #top-navbar .navbar-right .user-dropdown button {
    padding: 0; } }

.docUnreadSmallBox h3 .badge {
  background-color: #9d579e; }

/*  MODIFICHE RB  */
.extra-info img.tooltips {
  width: 40px; }

.userlist2_search_result_block_image img {
  width: 30px !important; }

span.more {
  display: block;
  font-size: 12px;
  color: green; }

li li:hover span.more {
  color: white; }

.RSSFeedLink {
  display: none; }

#resourceCheckList {
  font-size: 12px; }

.notify_title .badge {
  background-color: #e91e63; }

.docArtSmallBoxContainerHome .inner.grey {
  background: #f1f7f7; }

table.table-servizi-configuratore > tbody > tr > td {
  border-top: 1px solid #bad3d5; }
