:root {
    --tq-blue: #1a3661;
}

.bg-tecnol {
    background-color: var(--tq-blue) !important;
}

tr.dtrg-group,
tr.dtrg-group:hover {
    background-color: rgba(67, 66, 93, 0.05) !important;
}

.table td,
.table th {
    vertical-align: middle !important;
}

.buttons-colvis::after,
.dropdown-toggle.buttons-colvis::after {
    display: none !important;
}

span.labelValue {
    font-size: 24px;
    font-weight: bold;
}

.tq_table {
    font-size: 13px !important;
}

.tq_table th {
    text-align: center;
}

.text-one-line {
    white-space: nowrap;
}

.btn-indigo {
    background-color: var(--indigo) !important;
    color: #fff !important;
}

.one-line {
    white-space: nowrap;
}

.custom_title_upper {
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 500px) {
    .custom_title_upper {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .custom_title_upper {
        font-size: 10px;
    }
}
@media (min-width: 501px) {
    .custom_title_upper {
        font-size: large;
    }
}

.custom_subtitle_upper {
    text-transform: uppercase;
    font-size: medium;
    font-weight: 600;
}

.custom_text_muted {
    font-size: small;
    font-size: medium;
    font-weight: 400;
}

span.custom_text_muted:first-letter {
    text-transform: uppercase;
}

.custom_icon {
    font-size: 40px !important;
}
#nc .custom_icon {
    font-size: 60px !important;
}

.dashboard_custom_title_upper {
    text-transform: uppercase;
    font-weight: 400;
}

@media (max-width: 500px) {
    .dashboard_custom_title_upper {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .dashboard_custom_title_upper {
        font-size: 10px;
    }
}
@media (min-width: 501px) {
    .dashboard_custom_title_upper {
        font-size: large;
    }
}

.btn-tecnol-blue {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #ffffff;
    background-color: #082c6c;
    border-color: #082c6c;
    box-shadow: none;
}

.btn-tecnol-blue:hover {
    color: #7bb1e7;
    text-decoration: none;
}

.btn-tecnol-blue:focus,
.btn-tecnol-blue.focus {
    outline: 0;
    box-shadow: none;
}

.btn-tecnol-blue.disabled,
.btn-tecnol-blue:disabled {
    opacity: 0.65;
    box-shadow: none;
}

.btn-tecnol-link {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #000000;
    background-color: #cad7ee;
    border-color: #e3e7ee;
    box-shadow: none;
}

.btn-tecnol-link:hover {
    color: #7bb1e7;
    text-decoration: none;
}

.btn-tecnol-link:focus,
.btn-tecnol-link.focus {
    outline: 0;
    box-shadow: none;
}

.btn-tecnol-link.disabled,
.btn-tecnol-link:disabled {
    opacity: 0.65;
    box-shadow: none;
}

@media (max-width: 500px) {
    .product.list {
        font-size: 12px;
    }
}

.ordershow.customer-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

.ordershow > .customer {
    font-size: 10px;
}

#order-show .title,
#nc .title,
#admin-products .title,
#sync-panel .title,
#car-show .title,
#car-create .title,
#user-show .title,
#car-configuration .title,
#report-manager .title,
#order-bag-show .title {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

#order-show .subtitle_upper,
#nc .subtitle_upper {
    margin-bottom: 4px;
    text-decoration: underline;
    color: var(--tq-blue);
    display: block;
    text-transform: uppercase;
    font-size: medium;
    font-weight: 600;
}

#order-show .info-datatype-bigger {
    font-size: 20px;
}
#order-show .info-datavalue-bigger {
    font-size: 20px;
}
#order-show .info-datavalue-numeric-bigger {
    font-size: 20px;
    font-weight: bold !important;
}

#order-show .info-datatype,
#ldap-response .info-datatype {
    font-size: 16px;
    font-weight: 500;
}

#nc .info-datavalue,
#ldap-response .info-datavalue {
    font-size: 16px;
    font-weight: bold;
}

#order-show .info-datavalue-numeric {
    font-size: 16px;
    font-weight: bold !important;
}

#order-show .info-datavalue::after,
#nc .info-datavalue::after,
#car-create .info-datavalue::after,
#ldap-response .info-datavalue::after,
#order-show .info-datavalue-numeric::after,
#order-show .info-datavalue-bigger::after,
#order-show .info-datavalue-numeric-bigger::after {
    content: "\a";
    white-space: pre;
}

#order-show .info-datatype,
#admin-products .info-datatype,
#car-create .info-datatype,
#ldap-response .info-datatype {
    font-size: 16px;
    font-weight: 600;
}

#order-show .info-datavalue,
#nc .info-datavalue,
#admin-products .info-datavalue {
    font-size: 16px;
    font-weight: 400;
}
#order-show .info-datavalue::after,
#nc .info-datavalue::after,
#admin-products .info-datavalue::after {
    content: "\a";
    white-space: pre;
}

#order-show .subtitle_upper_basic,
#nc .subtitle_upper_basic {
    margin-bottom: 4px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: medium;
    font-weight: 600;
}

#order-show .row {
    margin: 10px;
}

#order-show .card-header,
#nc .card-header,
#configurations .card-header {
    background-color: var(--tq-blue);
}

#order-show .card-header i,
#nc .card-header i {
    color: #fff;
}

#order-show .card-header,
#nc .card-header,
#admin-products .card-header,
#sync-panel .card-header,
#car-show .card-header,
#car-create .card-header,
#car-configuration .card-header,
#report-manager .card-header,
#user-show .card-header {
    background-color: var(--tq-blue);
    padding: 5px 15px 5px 15px;
}

#order-show .card-header i,
#nc .card-header i,
#admin-products .cward-header {
    color: #fff;
}

#order-show .card-header-basic,
#nc .card-header-basic {
    background-color: #fff;
    color: var(--tq-blue);
}

#order-show .card-header-basic .subtitle_upper_basic,
#nc .card-header-basic .subtitle_upper_basic {
    color: var(--tq-blue);
}

#order-show .card-header {
    padding-top: 0;
    padding-bottom: 0;
}

@-webkit-keyframes invalid {
    from {
        background-color: #ffb94f;
    }

    to {
        background-color: inherit;
    }
}

@-moz-keyframes invalid {
    from {
        background-color: #ffb94f;
    }

    to {
        background-color: inherit;
    }
}

@-o-keyframes invalid {
    from {
        background-color: #ffb94f;
    }

    to {
        background-color: inherit;
    }
}

@keyframes invalid {
    from {
        background-color: #ffb94f;
    }

    to {
        background-color: inherit;
    }
}

.invalid {
    -webkit-animation: invalid 2s infinite;
    /* Safari 4+ */
    -moz-animation: invalid 2s infinite;
    /* Fx 5+ */
    -o-animation: invalid 2s infinite;
    /* Opera 12+ */
    animation: invalid 2s infinite;
    /* IE 10+ */
}

.btn-tecnol-blue {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #ffffff;
    background-color: #082c6c;
    border-color: #082c6c;
    box-shadow: none;
}

.btn-tecnol-blue:hover {
    color: #7bb1e7;
    text-decoration: none;
}

.btn-tecnol-blue:focus,
.btn-tecnol-blue.focus {
    outline: 0;
    box-shadow: none;
}

.btn-tecnol-blue.disabled,
.btn-tecnol-blue:disabled {
    opacity: 0.65;
    box-shadow: none;
}

.btn-tecnol-link {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #000000;
    background-color: #cad7ee;
    border-color: #e3e7ee;
    box-shadow: none;
}

.btn-tecnol-link:hover {
    color: #7bb1e7;
    text-decoration: none;
}

.btn-tecnol-link:focus,
.btn-tecnol-link.focus {
    outline: 0;
    box-shadow: none;
}

.btn-tecnol-link.disabled,
.btn-tecnol-link:disabled {
    opacity: 0.65;
    box-shadow: none;
}

@media (max-width: 1024px) {
    .no-print {
        display: none !important;
    }
}

.with-break-line::after {
    content: "\a";
    white-space: pre;
}

/* Multiple Toggle Switch by Abu Shafiyya */

#admin-products table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

#admin-products .radio input[type="radio"]:checked + .on,
#car-create .radio input[type="radio"]:checked + .on {
    color: #fff;
    background: #3cb043;
    z-index: 1;
}

#admin-products .radio input[type="radio"]:checked + .off,
#car-create .radio input[type="radio"]:checked + .off {
    color: #fff;
    background: #da2c43;
    z-index: 1;
}

#admin-products .radio input[type="radio"]:checked + .default,
#car-create .radio input[type="radio"]:checked + .default {
    color: #fff;
    background: #d3d3d3;
    z-index: 1;
}

#admin-products .radio input[type="radio"]:checked + label,
#car-create .radio input[type="radio"]:checked + label {
    padding: 5px 20px 5px 20px;
}

#admin-products .radio input[type="radio"]:checked + label::before,
#car-create .radio input[type="radio"]:checked + label::before {
    top: 4px;
    width: 100%;
    height: 2em;
    z-index: -1;
}

#admin-products fieldset,
#car-create fieldset {
    border: 0;
}

/* Hide default radio */
#admin-products .radio input[type="radio"],
#car-create .radio input[type="radio"] {
    position: absolute;
    visibility: hidden;
    display: none;
    opacity: 0;
    z-index: -1;
    margin: 10px 0px;
}

/* Customizing label */
#admin-products .radio label,
#car-create .radio label {
    position: relative;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
    border-radius: 5px 0px 5px 0px;
    color: var(--tq-blue);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

#admin-products .radio label,
#admin-products .radio label::before,
#car-create .radio label,
#car-create .radio label::before {
    -webkit-transition: 0.25s all ease;
    transition: 0.25s all ease;
}

#admin-products .radio .on::before,
#car-create .radio .on::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: " ";
    position: absolute;
    top: 30%;
    left: 0;
    width: 1em;
    height: 1em;
    border: 2px solid #3cb043;
}

#admin-products .radio .off::before,
#car-create .radio .off::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: " ";
    position: absolute;
    top: 30%;
    left: 0;
    width: 1em;
    height: 1em;
    border: 2px solid #da2c43;
}

#admin-products .radio .default::before,
#car-create .radio .default::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: " ";
    position: absolute;
    top: 30%;
    left: 0;
    width: 1em;
    height: 1em;
    border: 2px solid #d3d3d3;
}

#admin-products .radio input[type="radio"] + label::before,
#car-create .radio input[type="radio"] + label::before {
    border-radius: 1em;
}

#admin-products table tbody tr td h5 {
    margin: 0px;
}

#car-create .radio label {
    color: #212529;
}

#car-create .radio label span {
    font-size: 16px;
}

#car-create .on::before,
#car-create .off::before {
    border: none;
}

.star-checked {
    color: orange;
}

.badge-1 {
    color: white;
    background-color: #dd1b1b;
}

.badge-2 {
    color: white;
    background-color: #ef4f05;
}

.badge-3 {
    color: white;
    background-color: #efa505;
}

.badge-4,
.badge-5 {
    color: white;
    background-color: #68a90f;
}

#sync-panel .custom_subtitle_upper {
    text-transform: uppercase;
    font-size: medium;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.tabulation {
    margin-left: 10px;
}
blockquote {
    border-left: 0.3rem solid var(--tq-blue) !important;
}

.ripple {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

.sticky-alert {
    position: sticky;
    top: 0;
    z-index: 2;
}

@-webkit-keyframes no-stock-available {
    from {
        background-color: rgba(70, 146, 246, 0.4);
    }
    to {
        background-color: inherit;
    }
}
@-moz-keyframes no-stock-available {
    from {
        background-color: rgba(70, 146, 246, 0.4);
    }
    to {
        background-color: inherit;
    }
}
@-o-keyframes no-stock-available {
    from {
        background-color: rgba(70, 146, 246, 0.4);
    }
    to {
        background-color: inherit;
    }
}
@keyframes no-stock-available {
    from {
        background-color: rgba(70, 146, 246, 0.4);
    }
    to {
        background-color: inherit;
    }
}

.no-stock-available {
    -webkit-animation: no-stock-available 1s infinite; /* Safari 4+ */
    -moz-animation: no-stock-available 1s infinite; /* Fx 5+ */
    -o-animation: no-stock-available 1s infinite; /* Opera 12+ */
    animation: no-stock-available 1s infinite; /* IE 10+ */
}

#stock-reservation-list .tq-header {
    background-color: var(--tq-blue);
    color: #fff;
}

/* OrderBag Modal List */
#orderBagModalList .modal-header {
    background-color: var(--tq-blue);
}

#orderBagModalList .modal-header .modal-title,
#orderBagModalList .modal-header .close {
    color: #fff;
}

/* OrderBag Show */
#order-bag-show .card-header {
    background-color: var(--tq-blue);
}

#order-bag-show .accordion-card-body {
    background-color: #e8e8e8 !important;
}

/* OrderBag List */
#order-bag-list .card-header {
    background-color: var(--tq-blue);
}

/* TR Blue Blink */
@-webkit-keyframes blue-blink {
    from {
        background-color: rgba(26, 54, 97, 0.75);
    }

    to {
        background-color: inherit;
    }
}

@-moz-keyframes blue-blink {
    from {
        background-color: rgba(26, 54, 97, 0.75);
    }

    to {
        background-color: inherit;
    }
}

@-o-keyframes blue-blink {
    from {
        background-color: rgba(26, 54, 97, 0.75);
    }

    to {
        background-color: inherit;
    }
}

@keyframes blue-blink {
    from {
        background-color: rgba(26, 54, 97, 0.75);
    }

    to {
        background-color: inherit;
    }
}

.blue-blink {
    -webkit-animation: blue-blink 2s infinite;
    /* Safari 4+ */
    -moz-animation: blue-blink 2s infinite;
    /* Fx 5+ */
    -o-animation: blue-blink 2s infinite;
    /* Opera 12+ */
    animation: blue-blink 2s infinite;
    /* IE 10+ */
}

#crateCarHistoryModal #end-contract-history:read-only,
#crateCarHistoryModal #start-contract-history:read-only,
#editCarHistoryModal #edit-end-contract-history:read-only,
#editCarHistoryModal #edit-start-contract-history:read-only {
    background-color: #fff !important;
}

@-webkit-keyframes sku-modification {
    from {
        background-color: rgba(170, 246, 70, 0.685);
    }
    to {
        background-color: inherit;
    }
}
@-moz-keyframes sku-modification {
    from {
        background-color: rgba(170, 246, 70, 0.685);
    }
    to {
        background-color: inherit;
    }
}
@-o-keyframes sku-modification {
    from {
        background-color: rgba(170, 246, 70, 0.685);
    }
    to {
        background-color: inherit;
    }
}
@keyframes sku-modification {
    from {
        background-color: rgba(170, 246, 70, 0.685);
    }
    to {
        background-color: inherit;
    }
}

.sku-modification {
    -webkit-animation: sku-modification 1s infinite; /* Safari 4+ */
    -moz-animation: sku-modification 1s infinite; /* Fx 5+ */
    -o-animation: sku-modification 1s infinite; /* Opera 12+ */
    animation: sku-modification 1s infinite; /* IE 10+ */
}

/* LogIn Page */
.login-page .card-outline.card-primary {
    border-top: 3px solid var(--tq-blue);
}

.login-page .btn-primary,
.login-page .btn-primary:focus {
    background-color: var(--tq-blue);
    border-color: var(--tq-blue);
}

.login-page .btn-primary:hover {
    background-color: white;
    border-color: var(--tq-blue);
    color: var(--tq-blue);
}

.highlight-match {
    color: #233c61;
    font-weight: 600;
}

.highlight-active {
    color: var(--tq-blue) !important;
    font-weight: 800;
    text-decoration: underline;
}
