﻿.panel-body, .accordion-inner {
    padding: 15px;
}

    .panel-body:before, .accordion-inner:before, .panel-body:after, .accordion-inner:after {
        content: " ";
        display: table;
    }

    .panel-body:after, .accordion-inner:after {
        clear: both;
    }

.panel-heading, .accordion-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle, .accordion-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
    font-family: "Open Sans", Arial, sans-serif;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-family: "Open Sans", Arial, sans-serif;
}

.panel > .list-group, .accordion-group > .list-group,
.panel > .panel-collapse > .list-group, .accordion-group > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .accordion-group > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item, .accordion-group > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .accordion-group > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child, .accordion-group > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .accordion-group > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child, .accordion-group > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .accordion-group > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .panel > .accordion-heading + .panel-collapse > .list-group .list-group-item:first-child, .accordion-group > .accordion-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child, .accordion-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table, .accordion-group > .table,
.panel > .table-responsive > .table, .accordion-group > .table-responsive > .table,
.panel > .panel-collapse > .table, .accordion-group > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption, .accordion-group > .table caption,
    .panel > .table-responsive > .table caption, .accordion-group > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption, .accordion-group > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child, .accordion-group > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child, .accordion-group > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child, .accordion-group > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child, .accordion-group > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .accordion-group > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .accordion-group > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .accordion-group > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .accordion-group > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .accordion-group > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .accordion-group > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .accordion-group > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .accordion-group > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .accordion-group > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .accordion-group > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .accordion-group > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .accordion-group > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .accordion-group > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .accordion-group > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .accordion-group > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .accordion-group > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .accordion-group > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .accordion-group > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child, .accordion-group > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child, .accordion-group > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .accordion-group > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child, .accordion-group > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .accordion-group > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .accordion-group > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .accordion-group > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .accordion-group > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .accordion-group > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .accordion-group > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .accordion-group > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .accordion-group > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .accordion-group > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .accordion-group > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .accordion-group > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .accordion-group > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .accordion-group > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .accordion-group > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .accordion-group > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .accordion-group > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .accordion-group > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .accordion-group > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table, .accordion-group > .panel-body + .table, .panel > .accordion-inner + .table, .accordion-group > .accordion-inner + .table,
    .panel > .panel-body + .table-responsive, .accordion-group > .panel-body + .table-responsive,
    .panel > .accordion-inner + .table-responsive, .accordion-group > .accordion-inner + .table-responsive,
    .panel > .table + .panel-body, .accordion-group > .table + .panel-body,
    .panel > .table + .accordion-inner, .accordion-group > .table + .accordion-inner,
    .panel > .table-responsive + .panel-body, .accordion-group > .table-responsive + .panel-body,
    .panel > .table-responsive + .accordion-inner, .accordion-group > .table-responsive + .accordion-inner {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th, .accordion-group > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td, .accordion-group > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered, .accordion-group > .table-bordered,
.panel > .table-responsive > .table-bordered, .accordion-group > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .accordion-group > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child, .accordion-group > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child, .accordion-group > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child, .accordion-group > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child, .accordion-group > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child, .accordion-group > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .accordion-group > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .accordion-group > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .accordion-group > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .accordion-group > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .accordion-group > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .accordion-group > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .accordion-group > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child, .accordion-group > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child, .accordion-group > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child, .accordion-group > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child, .accordion-group > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child, .accordion-group > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .accordion-group > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .accordion-group > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .accordion-group > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .accordion-group > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .accordion-group > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .accordion-group > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td, .accordion-group > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th, .accordion-group > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > td, .accordion-group > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th, .accordion-group > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .accordion-group > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .accordion-group > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .accordion-group > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .accordion-group > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .accordion-group > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th, .accordion-group > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td, .accordion-group > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th, .accordion-group > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .accordion-group > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .accordion-group > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .accordion-group > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .accordion-group > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive, .accordion-group > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group, .accordion {
    margin-bottom: 22px;
}

    .panel-group .panel, .accordion .panel, .panel-group .accordion-group, .accordion .accordion-group {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel, .accordion .panel + .panel, .panel-group .accordion-group + .panel, .accordion .accordion-group + .panel, .panel-group .panel + .accordion-group, .accordion .panel + .accordion-group, .panel-group .accordion-group + .accordion-group, .accordion .accordion-group + .accordion-group {
            margin-top: 5px;
        }

    .panel-group .panel-heading, .accordion .panel-heading, .panel-group .accordion-heading, .accordion .accordion-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .accordion .panel-heading + .panel-collapse > .panel-body, .panel-group .accordion-heading + .panel-collapse > .panel-body, .accordion .accordion-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .accordion-inner, .accordion .panel-heading + .panel-collapse > .accordion-inner, .panel-group .accordion-heading + .panel-collapse > .accordion-inner, .accordion .accordion-heading + .panel-collapse > .accordion-inner,
        .panel-group .panel-heading + .panel-collapse > .list-group, .accordion .panel-heading + .panel-collapse > .list-group,
        .panel-group .accordion-heading + .panel-collapse > .list-group, .accordion .accordion-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer, .accordion .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body, .accordion .panel-footer + .panel-collapse .panel-body, .panel-group .panel-footer + .panel-collapse .accordion-inner, .accordion .panel-footer + .panel-collapse .accordion-inner {
            border-bottom: 1px solid #ddd;
        }

.panel-default, .accordion-group {
    border-color: #ddd;
}

    .panel-default > .panel-heading, .accordion-group > .panel-heading, .panel-default > .accordion-heading, .accordion-group > .accordion-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body, .accordion-group > .panel-heading + .panel-collapse > .panel-body, .panel-default > .accordion-heading + .panel-collapse > .panel-body, .accordion-group > .accordion-heading + .panel-collapse > .panel-body, .panel-default > .panel-heading + .panel-collapse > .accordion-inner, .accordion-group > .panel-heading + .panel-collapse > .accordion-inner, .panel-default > .accordion-heading + .panel-collapse > .accordion-inner, .accordion-group > .accordion-heading + .panel-collapse > .accordion-inner {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge, .accordion-group > .panel-heading .badge, .panel-default > .accordion-heading .badge, .accordion-group > .accordion-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body, .accordion-group > .panel-footer + .panel-collapse > .panel-body, .panel-default > .panel-footer + .panel-collapse > .accordion-inner, .accordion-group > .panel-footer + .panel-collapse > .accordion-inner {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #354ca1;
}

    .panel-primary > .panel-heading, .panel-primary > .accordion-heading {
        color: #fff;
        background-color: #354ca1;
        border-color: #354ca1;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body, .panel-primary > .accordion-heading + .panel-collapse > .panel-body, .panel-primary > .panel-heading + .panel-collapse > .accordion-inner, .panel-primary > .accordion-heading + .panel-collapse > .accordion-inner {
            border-top-color: #354ca1;
        }

        .panel-primary > .panel-heading .badge, .panel-primary > .accordion-heading .badge {
            color: #354ca1;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body, .panel-primary > .panel-footer + .panel-collapse > .accordion-inner {
        border-bottom-color: #354ca1;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading, .panel-success > .accordion-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body, .panel-success > .accordion-heading + .panel-collapse > .panel-body, .panel-success > .panel-heading + .panel-collapse > .accordion-inner, .panel-success > .accordion-heading + .panel-collapse > .accordion-inner {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge, .panel-success > .accordion-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body, .panel-success > .panel-footer + .panel-collapse > .accordion-inner {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading, .panel-info > .accordion-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body, .panel-info > .accordion-heading + .panel-collapse > .panel-body, .panel-info > .panel-heading + .panel-collapse > .accordion-inner, .panel-info > .accordion-heading + .panel-collapse > .accordion-inner {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge, .panel-info > .accordion-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body, .panel-info > .panel-footer + .panel-collapse > .accordion-inner {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading, .panel-warning > .accordion-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body, .panel-warning > .accordion-heading + .panel-collapse > .panel-body, .panel-warning > .panel-heading + .panel-collapse > .accordion-inner, .panel-warning > .accordion-heading + .panel-collapse > .accordion-inner {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge, .panel-warning > .accordion-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body, .panel-warning > .panel-footer + .panel-collapse > .accordion-inner {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading, .panel-danger > .accordion-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body, .panel-danger > .accordion-heading + .panel-collapse > .panel-body, .panel-danger > .panel-heading + .panel-collapse > .accordion-inner, .panel-danger > .accordion-heading + .panel-collapse > .accordion-inner {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge, .panel-danger > .accordion-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body, .panel-danger > .panel-footer + .panel-collapse > .accordion-inner {
        border-bottom-color: #ebccd1;
    }

    .panel-group {
        position: fixed;
        bottom: 0;
        right: 0;
        margin: 0;
        z-index: 10;
        width: 350px;
        font-family: "Open Sans", Arial, sans-serif;
    }
    .panel-group .panel-heading {
        color: white;
        background-color: #CC0035;
    }
    .panel-group .default {
        color: white;
        font-weight: bold;
        background-color: #CC0035;
        border-radius: 10px;
        width: 150px;
        height: 40px;
        font-family: "Open Sans", Arial, sans-serif;
    }

    div.form_question {
        margin: -.5em -.5em .5em -.5em;
        padding: .5em;
    }

    div.form_question .form_label, div.form_question label {
        display: block;
    }

    div.form_page input, div.form_page label {
        vertical-align: middle;
    }

    input[type="text"], .date-input, input[type=email], input[type=phone], textarea {
        border-radius: 0;
        background: #FFFFFF;
        border: 1px solid #000000;
        padding: 5px 5px;
        font-size: 1.125rem;
        font-family: "Open Sans", Arial, sans-serif;
    }

.form-layout {
    margin-bottom: 3.75rem;
}

@media screen and (min-width: 960px) {
    .form-layout .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 959px) {
    .form-layout .form-text {
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .form-layout .form-text {
        width: 1%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 2.77778%;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .form-layout .form-container {
        padding-right: 2.77778%;
        padding-left: 2.77778%;
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.form-layout .form-container form {
    /*background-color: #f5f5f5;*/
    padding-top: 2.5rem;
    padding-right: 4.7619%;
    padding-bottom: 2.5rem;
    padding-left: 4.7619%;
}

    .form-layout .form-container form .required-field-label {
        width: 100%;
        display: block;
        text-align: right;
        font-size: 0.875rem;
        line-height: 1;
        margin-bottom: 1.5rem;
    }

    .form-layout .form-container form .floating-label {
        position: relative;
    }

        .form-layout .form-container form .floating-label label {
            position: absolute;
            top: 5px;
            left: 7px;
            z-index: -1;
            font-size: 0.75rem;
            line-height: 1;
            -webkit-transition: top 200ms, opacity 200ms;
            transition: top 200ms, opacity 200ms;
            opacity: 0;
        }

            .form-layout .form-container form .floating-label label.floating {
                top: -20px;
                left: 0;
                z-index: 1;
                padding: 0 3px;
                opacity: 1.0;
            }

    .form-layout .form-container form input[type=text],
    .form-layout .form-container form input[type=email],
    .form-layout .form-container form input[type=phone],
    .form-layout .form-container form textarea {
        width: 100%;
    }

    .form-layout .form-container form legend {
        border: 0;
        font-family: "Open Sans", Arial, sans-serif;
    }

    .form-layout .form-container form .form-row {
        margin-bottom: 1.875rem;
    }

@media screen and (min-width: 580px) {
    .form-layout .form-container form .form-row.half {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 579px) {
    .form-layout .form-container form .form-row.half > div {
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 580px) {
    .form-layout .form-container form .form-row.half > div {
        width: 50%;
    }
}

@media screen and (min-width: 580px) {
    .form-layout .form-container form .form-row.half > div:first-child {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 5.55556%;
    }
}

@media screen and (min-width: 960px) {
    .form-layout .form-container form .form-row.half > div:first-child {
        margin-right: 9.52381%;
    }
}

@media screen and (min-width: 580px) {
    .form-layout .form-container form .checkbox-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.form-layout .form-container form .checkbox-grid label {
    position: relative;
    padding-left: 2.5rem;
    width: 100%;
    margin-bottom: 1rem;
}

@media screen and (min-width: 580px) {
    .form-layout .form-container form .checkbox-grid label {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 4.7619%;
    }
}

.form-layout .form-container form .disclaimer {
    border-top: 1px solid #c8c8c8;
    padding-top: 2.5rem;
}

    .form-layout .form-container form .disclaimer label {
        position: relative;
        padding-left: 2.5rem;
        width: 100%;
    }

.form-layout .form-container form button {
    width: 100%;
}

