﻿body {
    /*background-color: #e8f4ea*/
}

button.listToggle {
    width: 100%;
    /*-webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;*/
    color: #ffffff;
    margin: 1px 0px;
    padding: 10px 5px;
    text-decoration: none;
    text-align: left;
    font-size:1.2em;
    font-weight:bold;
}

.FieldContainer {
    margin: 0px;
    padding-bottom: 2px;
    border-width: 1px;
    border-style: solid;
}
.categoryBorder {
    border-width: 3px;
    border-style: solid;
    border-color: #1b4d22;
    background-color: #1b4d22;
    padding: 3px;
    color: white;
    font-weight: bold;
    text-align: center;
}
.projectBorder {
    border-width: 2px;
    border-style: solid;
    padding:5px;
}

.dataBorder {
    border-width: 1px;
    border-style: solid;
    padding: 3px;
    margin:2px;
}

.projectBudget {
    border-width: 2px;
    border-style: solid;
    margin: 3px;
}

.projectButton {
    background: none !important;
    border: none;
    padding: 0 !important;
    cursor: pointer;
    font-size: 0.9em;
}
.projectInfo {
    font-size:0.9em;
}

.projectButton:hover {
    text-decoration: underline;
}

.icon-up {
    position: relative;
    padding-left: 1em;
    margin-bottom: 1em;
}

    .icon-up::before {
        content: '^';
        /*font-weight: bold;*/
        /*font-size: 1.2em;*/
        display: block;
        position: absolute;
        transition: transform .2s ease;
        transform: rotate(0);
        left: 0;
    }

.rotate.icon-up::before {
    transform: rotate(180deg);
}