span.btn small {
    color: white !important;
}

/* buttons */
.btn-quoted {
    background-color: #bdc3c7;
}
.btn-finished {
    background-color: #2ecc71;
}
.btn-completed {
    background-color: #e74c3c;
}
.btn-inprogress {
    background-color: #f39c12;
}
.btn-pending {
    background-color: #a9d0f5;
}
.btn-rejected {
    background-color: #333;
    color: white;
}

/* dhtmlx */
.dhx_textarea {
    margin-top: -32px;
}

/* time */
.buttonNow {
    width: 30px;
    height: 30px;
    border: solid 1px silver;
    background: #efefef;
}
.inputTime {
    width: 60px !important;
    height: 30px !important;
    display: inline !important;
    margin: 0 !important;
}
.ui-timepicker-wrapper {
    font-size: 14px;
    font-family: arial;
}

/* moved from jobs */
.dataTables_filter {
    display: none;
}
table.table-bordered.dataTable th {
    padding-right: 8px;
}
.m-l-5 {
    margin-left: 5px;
}
.m-l-10 {
    margin-left: 10px;
}
.dl {
    display: inline-block;
}
.va-middle {
    vertical-align: middle !important;
}
.font-20 {
    font-size: 20px;
}
.text-blue {
    color: #2a96c6;
}
.text-red {
    color: #d2322d;
}
.table.table-bordered.dataTable td:last-child {
    vertical-align: middle !important;
}

.btn-action {
    background-color: transparent;
    padding: 0;
    border: initial;
}

/* category tree (moved from new and grid) */
.expand_caret {
    transform: scale(1.6);
    margin-left: 8px;
    margin-top: -4px;
}
a[aria-expanded="false"] > .expand_caret {
    transform: scale(1.6) rotate(-90deg);
}
.listnobullets {
    list-style: none;
}
#listassaysnew {
    padding-left: 10px;
}

/*daterangepicker interferes with datatables*/
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    padding: 2px !important;
}

.stripe-form {
    padding-bottom: 10px;
    margin-left: 20%;
    margin-right: 20%;
    border-radius: 10px;
    border: 1px solid #635bff;
    display: flow-root;
}

.stripe-logo {
    display: inline;
    content: url("../img/stripe.png");
}

.paypal-logo {
    display: inline;
    content: url("../img/paypal.png");
}

#frmStripePayment {
    max-width: 400px;
    padding: 25px;
    border-radius: 4px;
    margin: auto;
}

.test-data {
    margin-top: 40px;
}

.tutorial-table {
    border: #d0d0d0 1px solid;
    font-size: 0.8em;
    color: #4e4e4e;
}

.tutorial-table th {
    background: #efefef;
    padding: 12px;
    border-bottom: #e0e0e0 1px solid;
    text-align: left;
}

.tutorial-table td {
    padding: 12px;
    border-bottom: #d0d0d0 1px solid;
}

#frmStripePayment .field-row {
    margin-bottom: 20px;
}

#frmStripePayment div label {
    margin: 5px 0px 0px 5px;
    color: #49615d;
    width: auto;
}

.demoInputBox {
    padding: 10px;
    border: #d0d0d0 1px solid;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    margin-top: 5px;
    box-sizing: border-box;
}

.demoSelectBox {
    padding: 10px;
    border: #d0d0d0 1px solid;
    border-radius: 4px;
    background-color: #fff;
    margin-top: 5px;
}

select.demoSelectBox {
    margin-right: 10px;
}

.error {
    background-color: #ff6600;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 0.9em;
}

.success {
    background-color: #c3c791;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 0.9em;
}

.info {
    font-size: 0.8em;
    color: #ff6600;
    letter-spacing: 2px;
    padding-left: 5px;
}

.btnAction {
    background-color: #586ada;
    padding: 10px 40px;
    color: #fff;
    border: #5263cc 1px solid;
    border-radius: 4px;
    cursor: pointer;
}

.btnAction:focus {
    outline: none;
}

.column-right {
    margin-right: 6px;
}

.contact-row {
    display: inline-block;
}

.cvv-input {
    width: 60px;
}

#error-message {
    margin: auto;
    padding: 5px 25px;
    border-radius: 4px;
    line-height: 25px;
    font-size: 0.9em;
    color: #ca3e3e;
    border: #ca3e3e 1px solid;
    display: none;
    width: 300px;
}

#success-message {
    margin: auto;
    padding: 5px 25px;
    border-radius: 4px;
    line-height: 25px;
    font-size: 0.9em;
    color: #3da55d;
    border: #43b567 1px solid;
    width: 300px;
}

.display-none {
    display: none;
}

#response-container {
    padding: 40px 20px;
    width: 270px;
    text-align: center;
}

.ack-message {
    font-size: 1.5em;
    margin-bottom: 20px;
}

#response-container.success {
    border-top: #b0dad3 2px solid;
    background: #e9fdfa;
}

#response-container.error {
    border-top: #c3b4b4 2px solid;
    background: #f5e3e3;
}

.img-response {
    margin-bottom: 30px;
}

#loader {
    display: none;
}

#loader img {
    width: 45px;
    vertical-align: middle;
}

.payment_choice {
    display: inline-flex;
}

.show_paypal,
.show_stripe {
    width: 50%;
    border-radius: 10px;
}

.nav-link{
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
}
