.odd-row {
    background-color: #f3f3f3;
}

#csr {
    width: 97%;
    height: 265px;
    font-size: x-small;
    min-height: 265px;
    max-height: 450px;
    font-family: Arial;
    padding-top: 7px;
    padding-left: 5px;
    resize: none;
}

#san-accordion {
    cursor: pointer;
    float: right;
    margin-top: 4px;
}

/*override uxcore*/
.table tbody > tr > th, .table tbody > tr > td {
    padding: 7px !important;
}

/*override uxcore*/
.no-pad-left {
    padding-left: 0px !important;
}

/*override uxcore*/
.no-pad-right {
    padding-right: 0px !important;
}

/*override uxcore*/
.pad-bot {
    padding-bottom: 10px;
}

/*override uxcore*/
.no-margin {
    margin: 0 0 0 0 !important;
}

.placeholder-empty {
    color: #808080;
}

#publicKey {
    width: 100%;
    resize: none;
    font-size: small;
    overflow: scroll;
    white-space: pre;
}

#newCsr {
    width: 100%;
    resize: none;
    font-size: small;
    overflow: scroll;
    white-space: pre;
}

#results-body > tr > th, #results-body > tr > td {
    font-size: small;
}

#publicKeyLength > img {
    height: 20px;
}

#publicKeyLength > span {
    vertical-align: middle;
    padding-left: 8px;
}

.box-error {
    border-color: #db1802;
    background-color: #fadcd9;
}

.accordion {
    cursor: pointer;
}

.accordion-active {
    transition: 0.5s ease-in-out;
    opacity: 1;
}

.accordion-inactive {
    height: 24px !important;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    opacity: 1;
}

#san.accordion-inactive {
    height: 18px !important;
}

.accordion-indicator-active {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
}

.accordion-indicator-inactive {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}