.theme-colors {
    background-color: #00cded;
    color: #00cded;
}

.theme-bg-color {
    background-color: #00cded;
}

.theme-color {
    color: #00cded;
}

.theme-row {
    border-bottom: 1px solid #00cded;
    height: 50px;
}

.theme-row-first {
    border-top: 1px solid #00cded;
    background-color: rgba(0, 205, 237, 0.1);
    height: 30px;
}

.theme-first-cell {
    padding-left: 5px;
}

.theme-cell {
    text-align: center;
}

hr {
    border-top: 1px solid #00cded;
}

.busy-spinner {
    border-left: 6px solid rgba(0, 205, 237, 0.15);
    border-right: 6px solid rgba(0, 205, 237, 0.15);
    border-bottom: 6px solid rgba(0, 205, 237, 0.15);
    border-top: 6px solid rgba(0, 205, 237, 1);
}

.header-arrow {
    display: inline-block;
    height: 100%;
}

.action-view {
    height: 100%;
    /*overflow-y: auto;*/
}

.search-bar {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    max-width: 500px;
}

.search-bar input {
    border: 2px solid #bdc3c7;
    padding-left: 5px;
}

.search-bar .input-group-btn {
    vertical-align: top;
}

.search-bar img {
    cursor: pointer;
    width: 50px;
}

.spinner-units {
    float: right;
    margin-top: -30px;
    width: 320px;
    padding-right: 20px;
    text-align: center;
}

@media only screen and (max-width: 720px) {
    .custom-spinner-units {
        margin-right: -47px !important;
        margin-top: -13px;
    }
}

@media only screen and (min-width: 1024px) {
    .custom-spinner-units {
        margin-top: -13px;
    }
}


.popover {
    background-color: #ffffff;
    border: 1px solid #000000;
    box-shadow: 10px 10px 5px #888888;
}

.popover-title {
    background-color: #000000;
}

.popover.right > .arrow {
    border-right-color: #000000;
}

@media print {
    .no-print {
        display: none;
    }
}

.purchase-tag {
    color: white;
    padding: 3px 10px;
    border-radius: 50%;
}

@media only screen and (min-width: 1024px) {
    .custom-select-width {
        width: 26rem !important;
    }
}

@media only screen and (min-width: 393px) {
    .custom-select-width {
        width: 15rem;
    }
}

@media only screen and (max-width: 720px) {
    .print-mobile {
        visibility: hidden;
    }
}

@media only screen and (max-width: 720px) {
    .save-mobile {
        margin-left: -33% !important;
    }
}

@media only screen and (min-width: 1024px) {
    .order-inv-comp {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .order-inv-mobile {
        display: none;
    }
}