* {
    --nav-bg-color: #01657D;
}

.navbar-cic {
    background-color: #01657D !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04) !important;
}

.nav-link-cic {
    color: #ffffff !important;
}

.color-white {
    color: #fff !important;
}

.navbar-toggler-icon-cic {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-toggler-cic {
    border-color: #ffffff !important;
}

.select-labels {
    color: #01657D;
}

.table th, .table td {
    vertical-align: middle !important;
}

.datatable-border-lr {
    border-right: 1px solid #dee2e6 !important;
    border-left: 1px solid #dee2e6 !important;
}

.coupon_approved {
    font-size: 1.3rem;
}

/* Fix: datatable headers breaks up if the cell contains more than two words*/
table#dataTableBuilder > thead > tr > th {
    white-space: nowrap;
}

.action-icon {
    color: #01657D;
    cursor: pointer;
}

.processing > .card {
    background-color: #009688 !important; /* #1ca1c1 */
    color: #ffffff !important;
}

#search_container {
    margin-bottom: 1rem;
}

.template_iframe iframe {
    width: 100%;
    height: 500px;
}

.btn-upload {
    position: absolute;
    right: 30px;
    top: 10px;
}

.btn-upload button {
    background: #00657d;
    color: #FFF;
    border: none !important;
    padding: 2px 10px 3px 10px;
    cursor: pointer;
}

.app-btn {
    background: #00657d !important;
    color: #FFF !important;
}

.btn-upload button:hover {
    opacity: 0.9;
}

/*DESKTOP ONLY*/
@media screen and (min-width: 800px) {
}

/*Mobile ONLY*/
@media screen and (max-width: 768px) {

}

/*CSS FOR RESPONSIVE LAYOUTS*/
/*___________________________________________________________________*/

/*---------------iPad & Samsung Galaxy Tablets portrait---------------*/
/*___________________________________________________________________*/

@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/*---------------iPhone & Samsung Mobiles landscape---------------*/
/*___________________________________________________________________*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .btn-upload {
        top: 10px;
    }

}

/*---------------iPhone & Samsung Mobiles portrait---------------*/
/*___________________________________________________________________*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .btn-upload {
        top: 20px;
    }

}

.red {
    color: #ff0000;
}

.border-red {
    border-bottom: 1px solid #ff0000;
}

.failed_coupon {
    background-color: #01657D;
    color: #ffffff;
}

.failed_coupon:hover, .failed_coupon:focus {
    color: #ffffff !important;
}

.btn-custom {
    color: #fff;
    background-color: #09657C;
    border-color: #09657C;
}

label.error {
    color: red;
}
