/* customization */


/* for index-offline only */
.offline-body {
	margin-top: 4em;
}

.button {
	width: 15em;
    background-color: #83B779 !important; /* Ideato-Green */
    border: none;
	border-radius: 1em;
    color: white;
    // padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.button2 {background-color: #D8D9F8 !important; color: black;} /* Intax-Blue */
.button3 {background-color: #f44336 !important;} /* Red */ 
.button4 {background-color: #e7e7e7 !important; color: black;} /* Gray */ 
.button5 {background-color: #555555 !important;} /* Black */
.button6 {color: #ffffff !important; background-color: #FF9200 !important;} /* Orange */
.button7 {background-color: #008CBA !important;} /* Blue */
.button8 {background-color: #4CAF50 !important;} /* Green */
.button9 {color: #ffffff !important; background-color: #0088FF !important;} /* GiuliaBlue */
.button10 {color: #ffffff !important;  background-color: #B42843 !important;} /* Ideato-Red */