﻿.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
        color: #ffffff;
        text-decoration: none;
        background-color: #0088cc;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
        background-image: -o-linear-gradient(top, #0088cc, #0077b3);
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
        background-repeat: repeat-x;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
    }

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}


div.well.directory > ul.nav.nav-list {
    flex-direction: column
}

.navbar-default {
    background-color: #ffffff !important;
    border: none !important;
}

.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.nav > li {
    position: relative;
    /*display: flex;*/
}

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }

a {
    color: #337ab7;
    text-decoration: none;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.navbar .nav > li > a {
    float: none;
    padding: 10px 15px 10px;
    color: #555555;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #555555;
    text-decoration: none;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
}

.nav-list > li > a, .nav-list .nav-header {
    margin-right: -15px;
    margin-left: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    flex-grow: 1;
}

.nav-list .divider {
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.carousel-control {
    border-radius: 23px;
    height: 40px;
}

.help-inline {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    font-weight: bold;
}

.help-block, .help-inline {
    color: #595959;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

.btn {
    display: inline-block;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-large {
    padding: 9px 14px;
    font-size: 16px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}



.btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #ffffff;
    background-color: #0044cc;
}


*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center !important;
    unicode-bidi: isolate;
}

button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

input, button, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        display: inline-block;
        height: 30px;
        padding: 4px 6px;
        margin-bottom: 9px;
        font-size: 14px;
        line-height: 20px;
        color: #555555;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }



    select, input[type="file"] {
        height: 30px;
        line-height: 30px;
    }

select {
    width: 220px;
    background-color: #ffffff;
    border: 1px solid #bbb;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
}

button, select {
    text-transform: none;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    color: inherit;
    text-rendering: optimizelegibility;
}

h5 {
    font-size: 14px !important;
    line-height: 20px !important;
}

.cboCompany, .cbomake {
    margin-top: 5px;
    margin-left: 3px;
}

#Login1_UserNameLabel, #Login1_PasswordLabel {
    margin: 0 0 5px 0;
    display: block;
}

#Login1_UserName, #Login1_Password {
    display: inline-block;
    height: 30px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.signup-info {
    margin-left: 10px;
    padding-right: 0;
}

.no-right-padding {
    padding-right: 0;
}

.sign-up-subheader {
    font-size: 18px;
    line-height: 20px;
}

.support-info {
    font-size: 12px;
    line-height: 20px;
}

.dataTable tbody tr:nth-child(odd) {
    /*background-color: #E2E4FF !important;*/
    background-color: #E2E4FF;
}

.dataTable tbody tr:nth-child(even) {
    /*background-color: white !important;*/
    background-color: white;
}

.dataTable thead tr:first-child {
    border: 1px solid #353535;
    background-color: #181818;
    color: #eeeeee;
    font-weight: normal;
    font-size: 10px;
}

.ui-helper-clearfix {
    display: inline-block;
}

.ui-helper-clearfix {
    display: block;
}

.ui-widget-header {
    border: 1px solid #353535;
    background: #181818 url(images/ui-bg_flat_8_181818_40x100.png) 50% 50% repeat-x;
    color: #eeeeee;
    font-weight: bold;
}

.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-dialog-buttonset > button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
    border: 1px solid #353535;
    background: #181818 url(images/ui-bg_flat_40_181818_40x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #e3e3e3;
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog table tr {
    background-color: rgba(0,0,0,0);
}


/* Change the X icon */
.ui-dialog .ui-dialog-titlebar-close {
    background: rgba(0,0,0,0);
    border: none !important;
    color: rgb(238, 238, 238) !important;
    border-radius: 50% !important;
    width: 22px !important;
    height: 22px !important;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* Change the X icon (the span inside the button) */
    .ui-dialog .ui-dialog-titlebar-close .ui-icon {
        background-image: none !important; /* Remove default background image */
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        margin: 0 !important;
        top: 0 !important;
        left: 0 !important;
    }

    /* Add a custom X using ::before */
    .ui-dialog .ui-dialog-titlebar-close::before {
        content: "✖"; /* Unicode X character */
        font-size: 12px;
        font-weight: bold;
        color: rgb(238, 238, 238);
        display: inline-block;
        line-height: 18px;
    }

    /* Hover state */
    .ui-dialog .ui-dialog-titlebar-close:hover {
        background: #d32f2f !important; /* Darker red on hover */
        opacity: 1;
    }

    /* Focus state - remove outline */
    .ui-dialog .ui-dialog-titlebar-close:focus {
        outline: none;
    }

/*Commenting out for now. This fixes some pages command breaks others*/

/*.dt-container > div:first-child {
    background-color: #181818;
    color: #eeeeee;
    margin: 0 12px 0 12px !important;
    padding:12px 0 12px 0;
}*/

.mt-2 {
    margin-top: 0 !important;
}

ul.nav.order-categories > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: #0088cc;
}

span#btn-search, span#btn-search + span {
    width: auto;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

    .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
        color: #ffffff;
        background-color: #51a351;
    }

.dt-orderable-asc, .dt-orderable-desc {
    background-color: rgb(24, 24, 24) !important;
    color: rgb(227, 227, 227) !important;
}

/* Change color for both unsorted state arrows */
.dt-column-order::before,
.dt-column-order::after {
    color: rgb(227, 227, 227) !important;
    opacity: 1 !important;
}

table.dataTable thead th {
    position: relative;
    padding-right: 25px !important; /* Make room for icons */
}

table.dataTable thead .sorting::before,
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_desc::after {
    position: absolute;
    right: 5px; /* Position from right edge of th */
    top: 50%;
    transform: translateY(-50%);
}

/* Adjust vertical positions if needed */
table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before {
    margin-top: -6px;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
    margin-top: 6px;
}

label {
    margin-bottom: 5px;
}

.control-group {
    margin-bottom: 10px;
}

input[type="text"] {
    border-color: rgb(187, 187, 187);
    border-width: 1px;
    border-style: solid;
}

input[type="file"] {
    height: 37px;
}

.w-210px {
    width: 210px;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
    min-width: 20px;
}

select[multiple], select[size] {
    height: auto;
}

/*Stuff form powertrain*/
input .form-control .rbt-input-main .rbt-input {
    height: calc(1.5em + .75rem + 2px);
}

div.rbt button {
    margin-bottom: 0;
}

.dt-filter-remove:hover {
    text-decoration: line-through !important;
}

.dt-filter-remove {
    color: #0088cc;
}

.hidden-column {
    display: none;
}

.row_selected {
    background-color: #9FAFD1 !important;
    --bs-table-bg: #ffffff00;
}

table.part-summary thead tr th {
    border-right-color: rgb(222, 226, 230);
    border-right-width: 1px;
    border-right-style: solid;
    border-left-color: rgb(222, 226, 230);
    border-left-width: 1px;
    border-left-style: solid;
}

ul.total-summary, ul.shipping-container {
    margin-left: 25px;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}


/* Hide both arrows by default */
th .dt-column-order::before,
th .dt-column-order::after {
    opacity: 0.2 !important; /* Or use display: none to hide completely */
}

/* Show only the up arrow when sorted ascending */
th.dt-orderable-asc.dt-orderable-desc.dt-ordering-desc .dt-column-order::before {
    opacity: 1 !important;
    /* display: inline; */
}

/* Show only the down arrow when sorted descending */
th.dt-orderable-asc.dt-orderable-desc.dt-ordering-asc .dt-column-order::after {
    opacity: 1 !important;
    /* display: inline; */
}