.rosso_sid{
    color: rgb(204, 39, 43);
}

.button-sid-red{
    background-color:rgb(204, 39, 43); color:#FFFFFF;
}

.button-sid-red:hover{
    background-color:#00893a;
}

.button-articolo {			
    background-color:rgb(204, 39, 43); color:#FFFFFF;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    
}

.button-red {
    background-color: rgb(204, 39, 43);
}



/*accordion sessioni*/

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.tabs {
    width: 100%;
}

.tab-link {
    width: 24%;
}

.active-tab {
    background-color: rgb(204, 39, 43) !important; 
    color:#FFFFFF !important;
}

.heading-icon {
    background-color: rgb(255, 255, 255) !important;
}

.tab-content {
    background-color: white !important;
}

.tabLinkIscrizioni {
    width: 49%;
}

.pageapp-timeline-1 .timeline-icon{
    padding-top:20px;
    padding-bottom:2px;
    margin-bottom:20px;
    margin-top:20px;
    display:block;
    background-color:#ffffff;
}

.pageapp-timeline-1 .timeline-text,
.pageapp-timeline-1 .timeline-video,
.pageapp-timeline-1 .timeline-event,
.pageapp-timeline-1 .timeline-quote,
.pageapp-timeline-1 .timeline-image{
    background-color:#ffffff;
    display:block;
    padding-top:20px;
    padding-bottom:20px;
}
.tab-cookies {
    width: 100%;
}

.container-video-mio {
    max-width: 100%;
    margin: 0 auto;
}

iframe {
    margin: 0 auto;
    display: block;
}

.evidenza {
    background-color: rgb(204, 39, 43);
    color: white;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000000;
}

.mio-form {
    max-width: 400px;
    margin: 0 auto;
    
    border-radius: 7px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 2px 2px 51px -9px rgba(115,115,115,1);
-moz-box-shadow: 2px 2px 51px -9px rgba(115,115,115,1);
box-shadow: 2px 2px 51px -9px rgba(115,115,115,1);
}

.cover-field input{
    color:#000000;
    border-bottom:solid 1px rgba(0, 0, 0, 0.15);
}

.cover-field .fa{
    color:#000000;
}

.logo_reg {
    max-width: 30%;
    margin: 0 auto;
}

.account {
    background-color: rgb(0, 0, 0);
    color: white;
    height: 30px;
    padding-right: 5px;
    padding-left: 5px;
}

.account .fa {
    color: white;
}

.account p {
    color: white;
    font-size: 14px;
}

.logout {
    color: white;
    float: right;
}

.login {
    color: white;
}

a { 
    text-decoration: none;
    outline: none !important;
} 

a:hover { 
    font-weight: bold;
    text-decoration: none; 
    outline: none !important;
}

a:focus { 
    font-weight: bold;
    text-decoration: none; 
    outline: none !important;
}

.user-item-icon-1 {
    background-color: rgba(255, 255, 255, 0);
}

.user-item-icon-2 {
    background-color: rgba(255, 255, 255, 0);
}

.red {
    color: rgb(204, 39, 43);
}

.pre:focus {
  outline: none !important;
}

.repres:focus {
  outline: none !important;
}

.heart {
  width: 100px;
  height: 100px;
  background: url("https://cssanimation.rocks/images/posts/steps/heart.png") no-repeat;
  background-position: 0 0;
  cursor: pointer;
  -webkit-transition: background-position 1s steps(28);
  transition: background-position 1s steps(28);
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.heart.is-active {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  background-position: -2800px 0;
}

.user-item h5 {
    
}

.user-item i {
    vertical-align:middle;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.mont {
    font-family: 'Montserrat', sans-serif;
}


