table.eval-form-debug {
    font-size: 12px;
}
table.eval-form-debug td:first-child {
    width: auto;
}

.with_frm_style .frm_repeat_sec {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    border-bottom-width: 0;
    border-bottom-style: none;
}

table.evaluation-forms td:first-child {
    width: auto;
}

table.evaluation-forms i.fa.fa-check {
    color: #28a745;
    font-size: 18px;
}
table.evaluation-forms i.fa.fa-times {
    color: #dc3545;
    font-size: 18px;
}

table.evaluation-forms th:first-child, table.evaluation-forms td:first-child {
    text-align: left;
}

table.evaluation-forms th, table.evaluation-forms td {
    text-align: center;
}

table.linked-product td {
    border: 0;
    vertical-align: top;
    line-height: 2em;
}
table.linked-product td:first-child {
    width: 50%;
    font-size: 14px;
    line-height: 1.5em;
}


#radiocb input[type='checkbox'] {
    display: inline-block;
    width: auto;
    /*margin: 0 auto;*/
    margin: 0 10px 1.5em 1.8%;
    -webkit-transform: scale(1.5,1.5);
    -ms-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
}

#radiocb {
    margin-top: 20px;
}



table.linked-product {
    margin-bottom: 0;
}

.linked-product td.value.alt {
    border: solid 1px #000 !important
}

#radiocb input[type='checkbox']:last-of-type {
    margin-bottom: 0;
}


/* .topic-tracker {
    display: block;
    height: 500px;
    overflow-y: scroll;
    padding-left: 5px;
} */

.topic-tracker {
    margin-top: 20px;
}

.topic-tracker a {
    font-weight: 400;
}
/* .topic-tracker a i {
    font-size: 12px;
} */

.topic-tracker thead tr th {
    vertical-align: bottom;
    padding: 10px 5px;
    text-align: left;
    min-width: 40px;
    white-space: nowrap;
}

.topic-tracker .vertical-header {
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    float: right;
}

.credits-col {
    background-color: rgba(252, 228, 214, .8);
    text-align: right;
}

/* .notes-col {
    position: relative;
}
.notes-col a {
    position: absolute;
    bottom: 7px;
    left: 7px;
} */
/* .notes-col a {
    display: inline-block;
} */
.notes-col .row {
    display: flex;
}
.notes-col .col {
    flex: 50%;
}
.notes-col textarea {
    margin: 0;
}

.notes-col .btn {
    border-radius: 0;
    font-size: 13px;
    padding: .25rem .50rem;
}

/* .tableFixHead {
    height: 400px;
    width: 100%;
    overflow: auto;
} */

.notes-col .btn.save {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
    text-transform: none;
}
.notes-col .btn.cancel {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    text-transform: none;
}

.btn:disabled, textarea:disabled {
    pointer-events: none;
    opacity: .65;
}

.topic-tracker td {
    font-weight: 400;
    font-size: 14px;
}
.topic-tracker thead th,
.topic-tracker tfoot td,
.topic-tracker td.fw-bold {
    font-weight: bold;
}
.topic-tracker tr td:first-child {
    width: auto;
}
/* .topic-tracker tr td:last-child {
    vertical-align: top;
} */
.topic-tracker thead tr th:nth-child(-n+3) {
    border-left-style: hidden;
    border-top-style: hidden;
}
.topic-tracker thead tr th:last-child {
    border-right-style: hidden;
    border-top-style: hidden;
    /**border-right-style: hidden;**/
}
.topic-tracker tfoot tr:first-child td:first-child {
    border-left-style: hidden;
    border-bottom-style: hidden;
}
.topic-tracker tfoot tr:first-child td:last-child {
    border-right-style: hidden;
    border-bottom-style: hidden;
}
/** Strech My Account content a bit to make more room for the table **/
.iable-topic-tracker .entry {
    padding: 14px 0 0 0;
}
.iable-topic-tracker .woocommerce nav.woocommerce-MyAccount-navigation {
    width: 24%;
    margin: 10px 20px 20px 0;
}
@media (max-width:768px) {
    .iable-topic-tracker .woocommerce nav.woocommerce-MyAccount-navigation {
        width: 100%;
    }
}
.iable-topic-tracker .woocommerce .woocommerce-MyAccount-content {
    width: 74%;
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.bg-danger {
    background-color: #dc3545;
}
.bg-success {
    background-color: #198754;
}
.bg-warning {
    background-color: #ffc107;
    color: #212529;
}
.bg-secondary {
    background-color: #6C757D;
}

.tracker-button {
    color: #fff;
    background-color: #cb3f2c;
    border-color: #cb3f2c;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .25rem .50rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: block;
    margin-top: 5px;
}
.tracker-button:hover {
    background-color: #e5554e;
    border-color: #e5554e;
    color: #fff;
}
.tracker-button:disabled {
    opacity: .5;
}

.alt-button {
    background-color: #6c757d;
    border-color: #6c757d;
}
.alt-button:hover {
    background-color: #5c636a;
    border-color: #565e64;
  }

/** Dynamic Evaluation Form **/
.evaluation-form-page #text-17,
.evaluation-form-page #categories-2,
.evaluation-form-page #recent-posts-2 {
    display: none;
}

/** LISTSERV Settings Shortcode **/

.listserv-settings {
    margin: 40px 0;
}
.listserv-settings .row {
    display: flex;
}
.listserv-settings .row .col {
    flex: 50%;
}
.listserv-settings .row label {
    cursor: pointer;
}
.listserv-settings .row .col:last-child {
    text-align: right;
}
.listserv-settings .row:not(:last-child) { 
    margin-bottom: 20px;
}

.listserv-settings .iable-toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.iable-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.listserv-settings .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #842029;
    -webkit-transition: .4s;
    transition: .4s;
}
.listserv-settings .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.listserv-settings input:checked + .slider {
    background-color: #3CB371;
}
.listserv-settings input:disabled + .slider {
    opacity: .5;
}
.listserv-settings input:focus + .slider {
    box-shadow: 0 0 1px #3CB371;
}
.listserv-settings input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.listserv-settings .slider.round {
    border-radius: 34px;
}
.listserv-settings .slider.round:before {
    border-radius: 50%;
}