.btn {
    padding: 11px 17px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
}

.btn-primary {
    background-color: #6C352B;
    color: #fff !important;
    border-color: #6C352B;
}

.btn-primary:hover {
    color: #fff;
}

.btn-default {
    border-color: #6C352B;
    color: #000;
}

.btn-default:hover {
    color: #fff;
}

.dashboard-cdp {}

.dashboard-cdp-box {
    background-color: #f7f7f7;
    padding: 30px;
}

.dashboard-cdp-box+.dashboard-cdp-box {
    margin-top: 40px;
}

.dashboard-cdp-table .flex {
    display: flex;
    justify-content: space-between;
}

.cpd-form .row {
    display: flex;
    align-items: flex-end;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
}

.cpd-form .col {
    padding: 0 10px;
}

.cpd-form .row .col {
    width: 25%;
}

.cpd-form .form-group {
    margin-top: 20px;
}

.cpd-form .form-group .btn {
    margin-top: 0;
    margin-bottom: 0;
}

.datepicker-top-left:before,
.datepicker-top-right:before {
    border-bottom-color: #6C352B;
}

.datepicker-top-left,
.datepicker-top-right {
    border-top-color: #6C352B;
}

.cpd-form+.cpd-listing-wrap {
    margin-top: 60px;
}

.cpd-listing-wrap+.cpd-listing-wrap {
    margin-top: 40px;
}

.cpd-listing+.cpd-listing {
    margin-top: 40px;
}

.cpd-detail .gv-list-view {
    border: 0;
}

.cpd-detail .gv-list-view .gv-list-view-title {
    padding: 0;
    border-bottom: none;
}

.cpd-detail .gv-list-view .edit_link {
    margin-top: 20px;
}

.cpd-detail .gv-list-view .edit_link a {
    color: #6C352B;
}

.cpd-listing-item,
.cpd-detail .gv-list-view {
    background-color: #f7f7f7;
    padding: 20px;
    display: block;
}

.cpd-listing-item:hover,
.cpd-detail .gv-list-view:hover {
    /*     background-color: #ffedbb; */
}

.cpd-listing-item+.cpd-listing-item,
.cpd-detail .gv-list-view+.gv-list-view {
    margin-top: 30px;
}

.cpd-item-content ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.cpd-detail-heading {
    text-align: center;
    margin-bottom: 30px;
}

.cpd-listing .cpd-item {
    display: flex;
    margin-top: 5px;
}

.cpd-listing .cpd-item span {
    font-weight: bold;
}

.cpd-listing .cpd-item span:after {
    content: ":";
}


/** Responsive **/
@media screen and (max-width: 991px) {
    .cpd-form .row .col {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .cpd-form .row .col {
        width: 100%;
    }
}

.ginput_container_radio input {
    vertical-align: middle !important;
}

.ginput_container_radio label span {
    display: block;
}

.ginput_container_radio label span:nth-child(2) {
    opacity: 0.6;
    font-size: 0.9em;
    margin-top: 5px;
}