/* CSS Document */
@import "https://fonts.googleapis.com/css?family=Cantarell";
/* Disseny VERMELL */
/* 
1. Afegir al document.ready de plantilla.html:
            //MENU lateral societat: si no tenim menu lateral, fer contingut de 12 columnes 
           if ($('.menu-acmt').is(':hidden')) {
              $('.content-acmt').removeClass('col-md-9');
              $('.content-acmt').addClass('col-md-12');

              $('.content-acmt').removeClass('col-sm-8');
              $('.content-acmt').addClass('col-sm-12');
           }
2. Posar clase content-acmt al contingut principal i menu-acmt al menu lateral, on les classes de columnes 
*/
#noticies {
  font-family: "Cantarell", sans-serif;
}

.noticia {
  overflow: hidden;
  margin-bottom: 1em;
  background-color: white;
  border: 1px solid white;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px;
}

input {
  height: 30px;
}

.noticia h2 {
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 0 .3em;
}

.modal-body .noticia img {
  width: 100%;
  height: auto;
}

.noticia img {
  height: auto;
  float: left;
  border: 0px solid #e5e5e5;
  margin-right: .9em;
}

.noticia_publicacio {
  font-size: .85em;
}

.noticia_titol {
  font-size: 1em;
}

.noticia_extracte {
  font-size: .9em;
}

select {
  height: 30px;
  width: 160px;
}

.noticia_documents {
  padding-top: 10px;
  background-color: #f6f6f6;
  border: 1px solid #e5e5e5;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 10px;
}

.noticia_galeria {
  background-color: #f6f6f6;
  border: 1px solid #e5e5e5;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 10px;
}

table thead th {
  background-color: #eee;
  border-bottom: 1px solid #D24B26 !important;
  color: #D24B26;
  color: green;
}

.table-total {
  width: 100%;
}

.form-group {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .input-group {
    width: 130px;
  }
}

.noticia a {
  color: #BA122F !important;
}

.noticia a:hover {
  color: #BA122F !important;
}
