.cpd-table {
}

.cpd-table h3 {
    margin-bottom: 0px;
}

.cpd-table table {
    width: 100%;
    margin-top: 10px;
}

.cpd-table table thead {
}

.cpd-table table thead tr {
}

.cpd-table table thead tr th {
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    border-bottom: 1px solid #b9b9b9;
}

.cpd-table table tbody {
}

.cpd-table table tbody tr {
}

.cpd-table table tbody tr td {
    text-align: center;
    border-bottom: 0.5px solid #f1f1f1;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
}
.cpd-table table tbody tr td.left {
    text-align: left;
}

.cpd-table table tbody tr td span {
    line-height: 120%;
    display: block;
}
.cpd-table table tbody tr td a.delete {
    display: block;
    width: 20px;
    line-height: 20px;
    border-radius: 100%;
    cursor: pointer;
    box-sizing: border-box;
}
.cpd-table table tbody tr td a.delete:hover {
    color: red;
    border: 1px solid red;
}

.cpd-table table tbody tr td p {
    margin: 0px;
    line-height: 120%;
}

.cpd-form h3 {
    margin-bottom: 0px;
}

.cpd-form .updated p {
    margin-bottom: 0px;
}

.cpd-form .acf-field {
    padding-left: 0px;
    padding-right: 0px;
}

.cpd-form .acf-fields > .acf-tab-wrap {
    background: none;
}

.cpd-form .acf-fields > .acf-tab-wrap .acf-tab-group {
    padding: 0px;
    margin-bottom: 0px;
}

.cpd-form .acf-fields > .acf-tab-wrap .acf-tab-group li {
    margin: 0px;
}

.cpd-form .acf-fields > .acf-tab-wrap .acf-tab-group li a {
}

.cpd-form .acf-fields > .acf-field {
    padding-left: 0px;
    padding-right: 0px;
}

.cpd-form .acf-fields > .acf-field .acf-repeater .acf-row-handle.remove {
    display: none;
}

.cpd-form .acf-fields > .acf-field .acf-repeater .acf-actions {
    display: none;
}

.cpd-form .acf-form, .cpd-form .close {
    display: none;
}
.cpd-form .close  {
    display: none;
}
.cpd-form.show {
}

.cpd-form.show .overlay {
    display: block;
    content: "";
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,1);
}

.cpd-form.show #add-cpd {
    display: block;
    padding: 20px;
    border: 1px solid;
}

.cpd-form.show .acf-form {
    position: fixed;
    top: 60px;
    left: 50%;
    width: 90%;
    margin-left: -300px;
    max-height: 80%;
    overflow: auto;
    background: #fff;
    max-width: 600px;
    padding: 20px;
    border-radius: 5px;
    display: block;
}

.cpd-form.show .close {
    color: #fff;
    position: fixed;
    top: 46px;
    right: 50%;
    display: block;
    background: gray;
    border-radius: 100%;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    transition: all ease 0.4s;
    margin-right: -15px;
}
.cpd-form.show #add-cpd {
    display: none;
}
.cpd-form.show .close:hover {
    background: #5f5e5e;
}
.cpd-table .filter {
    float: right;
    margin-bottom: 20px;
    margin-top: -54px;
}
.cpd-table .filter select {
    padding: 3px 15px 3px 5px;
}