﻿.app-section {
    margin-bottom: 15px;
    margin-top: 32px;
}

.app-section-body {
    background-color: white;
}

.app-section .app-section-body {
    padding: 20px 10px 10px 10px;
}

.app-section .app-section-header {
    padding: 8px;
    font-size: 18px;
    margin-top: -30px;
    margin-right: 20px;
    width: auto;
    min-width: 210px;
    display: inline-block;
    text-align: center;
}

.app-section.blue .app-section-header, .app-section.blue .app-section-button {
    color: white;
    background-color: #1c84c6 !important
}

.app-section.blue .app-section-body {
    border: solid #1c84c6 !important;
}

.app-section.green .app-section-header, .app-section.green .app-section-button {
    color: white;
    background-color: #009688 !important
}

.app-section.green .app-section-body {
    border: solid #009688 !important;
}


.app-section.orange .app-section-body {
    border: solid #FF5722 !important;
}

.app-section.orange .app-section-header, .app-section.orange .app-section-button {
    color: white;
    background-color: #FF5722 !important
}




.app-section.brown .app-section-body {
    border: solid #795548 !important;
}

.app-section.brown .app-section-header, .app-section.brown .app-section-button {
    color: white;
    background-color: #795548 !important
}


.app-section.purple .app-section-body {
    border: solid #795548 !important;
}

.app-section.purple .app-section-header, .app-section.purple .app-section-button {
    color: white;
    background-color: #795548 !important
}
