.titolo-sezione-gruppi {
  color: white;
  padding: 8px;
  font-weight: bold;
  background-color: rgba(0, 88, 102, 0.9);
  width: 100%;
}

.titolo-sezione-gruppi h2 {
  margin:0;
}

.descrizione {
  margin-top:15px;
  font-size: 1.625rem;
}

.subtitle-section {
  color:rgba(0, 88, 102, 1);
  font-weight: bold;
  text-transform: uppercase;
}

.background-gray {
  padding: 50px 0;
  background: #e0e0e0;
}

.background-gray-light {
  background: #f9f9f9;
  padding:10px;
}

.box-white {
  background: #fff;
  padding: 10px;
  border:1px solid #c9cccf;
  margin-top:20px;
}

.box-white h3 {
  margin:0;
  font-weight: bold;
}

.box-white h4 {
  color:rgba(0, 88, 102, 1);
}

.collapse table {
  margin-top:20px;
}

.collapse-button {
  width: 100%;
  font-size: 20px;
  display: block;
  color:rgba(0, 88, 102, 1);
}

.collapse-button:hover {
  text-decoration: none;
  color: #575757;
}

.team-lead {
  margin:0;
  color:rgba(0, 88, 102, 1);
  margin-bottom: 14px;
}

.theme-lead h3 {
  margin-top: 0;
  font-size: 30px;
  margin-bottom: 20px;
}

.theme-lead h3, h4 {
  color:rgba(0, 88, 102, 1);
}

.theme-lead .btn {
  margin-top:10px;
  font-size:20px;
}

.collapse-button i {
  margin-top:5px;
}

.node-gruppo-di-ricerca .group-intestazione img {
  height: auto !important;
}

/* ACCORDION */

.accordionItem{
  float:left;
  display:block;
  width:100%;
  box-sizing: border-box;
  font-family:'Open-sans',Arial,sans-serif;
}
.accordionItemHeading{
  cursor: pointer;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  background: #ffffff;
  color: #035866;
  border: 1px solid #035866;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
}
.close > .accordionItemContent{
  height:0px;
  transition:height 1s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  float:left;
  display:block;
}

.close {
  opacity: 1 !important;
}

.open > .accordionItemContent{
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
  margin: 0px 0px 10px 0px;
  display:block;
  box-sizing: border-box;
}

.open > .accordionItemHeading{
  background-color: #bdc3c7;
  color: #000;
}

@media screen and (min-width: 960px) {

  .view-attrezzature .views-exposed-form .views-submit-button button:before {
    font-size: 14px !important; }

  .view-attrezzature .views-exposed-form .views-exposed-widget .btn{ margin-top:0px;}
  #edit-submit-attrezzature {
    border: 1px solid #ccc !important;
  }

  .view-attrezzature .views-reset-button,  .view-attrezzature .views-submit-button {
    float: right !important;
    padding: .5em 1em 0 0 !important;
  }

}

#edit-submit-gruppi {
  width: auto !important;
  border: 1px solid #ccc;
  background: none;
  color: #ccc;
}

#edit-submit-gruppi:hover {
  background-color: #00424d;
}

.box-button-gruppi {
  padding: .5em 1em 0 0;
}

.chosen-processed {
  width:100% !important;
}

#edit_ket_chosen {
  padding: 1px 12px;
}

#pubblicazioni input[type='text'] {
  width:100%;
}

#sapienzainputcustom-form #cke_70 {
  display: none !important;
}

#sapienzainputcustom-form #cke_147 {
  display: none !important;
}

.accordionItemContent > * {
  display: flow-root;
}

.ajax-processed {
  margin-bottom:20px !important;
  margin-top:10px !important;
}

.chosen-processed {
  padding: 1px 12px !important;
}

button[value='Carica'], button[value='Elimina']  {
  margin-bottom:20px !important;
  margin-top:0 !important;
}

.no-point {
  cursor: default;
}

.no-point:hover {
  text-decoration: none;
}

#block-sapienzainputcustom-sapienzainputcustom .block-title {
  display: none;
}

#block-sapienzainputcustom-sapienzainputcustom .titolo-sezione-blocco {
  color: #005866;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 5px 0 0 0;
  text-transform: uppercase;
  margin-top:0;
}

#block-sapienzainputcustom-sapienzainputcustom .titolo-sezione-blocco::after {
  width: 45px;
  height: 3px;
  bottom: -10px;
  content: "";
  position: absolute;
  background-color: #005866;
  left: 0;
}
