﻿.AccordionVertical {
    border: 0px solid #ddd !important;
}

.AccordionVertical_item.open > .AccordionVertical__content {
    background-color: #4A4A4A !important;
    border-top: 0px solid #ddd !important;
}

.AccordionVertical_item {
    background-color: #00AF41 !important;
    border-top: 0px solid #ddd !important;
    border-bottom: 1px solid #4a4a4a;
}

.AccordionHeader {
    font-style: bolder !important;
    color: white !important;
}

.AccordionVertical_item.open > .AccordionVertical__header > .AccordionVertical___icon > .fa {
    background-color: transparent !important;
    border: 0px solid white !important;
    color: #fff !important;
}

.AccordionVertical___icon > .fa {
    background-color: transparent !important;
    border: 0px solid white !important;
    border-radius: 22px !important;
    color: white !important;
    font-size: 20px !important;
    height: 22px !important;
    width: 22px !important;
}

.AccordionVertical___icon {
    border-left: 0px solid white !important;
    display: table-cell !important;
    padding-left: 10px !important;
    vertical-align: middle !important;
}

.AccordionVertical___title {
    color: white !important;
}

.AccordionVertical_item.open > .AccordionVertical__header {
    border-top: 0px solid white !important;
    padding-top: 10px !important;
}

.AccordionContent {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.AccordionCaption {
    font-weight: bolder !important;
    color: #9b9b9b !important;
}

.AccordionLabel {
    font-weight: normal !important;
    color: #cdcdcd !important;
}

.IconPlus {
    width: 16px;
    height: 16px;
}

.IconPlus:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: white;
    font-size: 16px;
}

.IconMinus {
    width: 16px;
    height: 16px;
}

.IconMinus:before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: white;
    font-size: 16px;
}

.AccordionVertical__content .ValidationMessage{
    color: white;
}

.AccordionVertical__content input[type="text"].Not_Valid{
    border-color: white !important;
} 