/* body
-------------------------------------------------- */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,600italic,700,700italic');
html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    color: #000000 !important;
    font: normal 10pt "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
    background: #fff !important;
    opacity: 1;
    transition: .1s opacity;

}
body.page-header-fixed.page-container-bg-solid.page-sidebar-closed {
    background-color: #f5f5f5;
}
/* Main Structure */

/* Typography */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
}
body.fade-out {
    opacity: 0;
    transition: none;
}

.bin-select2{
    opacity: 0 !important;
    z-index: -100 !important;
}
.cell-shade-green {
    background-color: #C8F7C5 !important;
}
::selection {
    background: #ffb7b7; /* WebKit/Blink Browsers */
}
::-moz-selection {
    background: #ffb7b7; /* Gecko Browsers */
}

.close {
    /* display: inline-block; */
    /* margin-top: 0; */
    /* margin-right: 0; */
    /* width: 9px; */
    /* height: 9px; */
    /* background-repeat: no-repeat!important; */
     text-indent: 0 !important;

}
/*.page-sidebar-menu {*/
    /*overflow-y: scroll!important;*/
/*}*/
/* animations
-------------------------------------------------- */

/*
==============================================
pulseSlow
==============================================
*/

.animation-pulseSlow {
    animation-name: pulseSlow;
    -webkit-animation-name: pulseSlow;
    animation-duration: 45s;
    -webkit-animation-duration: 45s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

.animation-pulseMedium{
    animation-name: pulseMedium;
    -webkit-animation-name: pulseMedium;
    animation-duration: 30s;
    -webkit-animation-duration: 30s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

@keyframes pulseMedium {
    0% {
        transform: scale(1.5);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.5);
    }
}

@-webkit-keyframes pulseMedium {
    0% {
        -webkit-transform: scale(1.5);
    }
    50% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.5);
    }
}

@keyframes pulseSlow {
    0% {
        transform: scale(1.15);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}

@-webkit-keyframes pulseSlow {
    0% {
        -webkit-transform: scale(1.15);
    }
    50% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.15);
    }
}
.select2-container--krajee-bs5>.select2-dropdown { z-index: 9999; }
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.05); }

/*Select2 Box Font Override*/
/*.select2-container a.select2-choice {*/
    /*font: normal 10pt "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif !important;*/

/*}*/
.select2-container-multi .select2-choices {
    font: normal 10pt "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
    height: auto !important;
    margin: 0;
    padding: 0;
    position: relative;


    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

}
/* navbar
-------------------------------------------------- */
.navbar-default .navbar-white {
    background-color: #FFFFFF !important;
    border-color: #E7E7E7;
}
.navbar .breadcrumb{
    background-color:white !important;
}
.navbar .navbar-default {
    border-bottom-width: 1px;
    background-color: #ffffff;
    border-color: #4e4e4e;
    box-shadow: 1px 1px 1px #2a2a2a;
}

.logo-menu-size{
    max-height:40px;
}
nav.navbar-white{
    background-color: white !important;
}
.navbar .container-fluid {
    padding-left: 8px;
}
.navbar .btn-group {
    margin: 5px 0;
    padding: 5px 0;
}
.navbar-brand {
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-brand-custom {
    /*padding: 10px 5px 5px 20px;*/
    height: auto;
    width: auto;
    max-width: 200px;
    max-height: 40px;
    margin-top: 5px;
    margin-bottom: 4px;
    float: left;
}
.navbar-brand-custom img {
    height: auto;
    width: auto;
    max-width: 100px;
    max-height: 60px;
    padding-left: 20px;
}
.navbar-center{
    position: absolute;
    right: -32px;
    top: 20%;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.navbar-center-image{
    position: absolute;
    left: 50%;
    top: 41%;
    transform: translate(-50%, -50%);
}
body > div.page-header.navbar.navbar-fixed-top > div > div.page-logo.hidden-xs > a > img{
    max-height: 60px;
}

.page-header.navbar.navbar-fixed-top, .page-header.navbar.navbar-static-top {
    z-index: 1001!important;
}
.logo-under-image{
    position: absolute;
    top: 48%;
}
.text-logo-center{
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
}
.text-under-image{
    position: fixed;
    top: 55px;
    left: 25px;
}
.navbar-element-float-left{
    float: left;
}
.navbar button.menu-toggle {
    margin-right: 10px;
}
.navbar-spacer {
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
h3.navbar-header {
    color: #333;
    font-weight: bold;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav-header{
    font-size: 12px !important;;
    font-weight: bold !important;
}
.navbar-fixed-top .navbar-btn {
    margin: 10px 10px !important;
}
.navbar-fixed-top .dropdown.navbar-btn {
    margin: 5px !important;
}
.navbar-fixed-bottom .navbar-btn {
    margin: 5px 10px !important;
}
.navbar-fixed-bottom .navbar-collapse {
    padding-bottom: 10px;
}

.btn-fastenal-blue {
    background-color: #4468AA;
    color:white;
}
.btn-fastenal-blue:hover {
    background-color: #003B69;
    color:white !important;
}

.access-rights-container > table > tbody > tr > td > label {
    font-weight: 400 !important;
    margin-left: 10px;
}

.access-rights-container > table >tbody > tr > td {
    padding: 5px 0px 0px 20px;
}
/* sidebar
-------------------------------------------------- */

.body-wrapper {
    margin-top: 50px;
    margin-bottom: 10px;
    padding-left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.body-wrapper.toggled {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*.sidebar-wrapper {*/
    /*z-index: 2;*/
    /*position: fixed;*/
    /*left: 250px;*/
    /*width: 50px;*/
    /*min-height: 100%;*/
    /*margin-left: -250px;*/
    /*!*background: #003B69;*!*/
    /*background: #003B69;*/
    /*!*background: #ffffff;*!*/
    /*!*background: #333;*!*/
    /*-webkit-transition: all 0.4s ease;*/
    /*-moz-transition: all 0.4s ease;*/
    /*-o-transition: all 0.4s ease;*/
    /*transition: all 0.4s ease;*/
    /*overflow-x: hidden;*/
    /*overflow-y: hidden;*/
/*}*/
.body-wrapper.toggled .sidebar-wrapper {
    width: 250px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-y: auto;
}
.content-wrapper {
    position: relative;
    margin-left: 50px;
    padding: 10px 0;
    width: auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.body-wrapper.toggled .content-wrapper {
    position: absolute;
    margin-left: 250px;
    width: -webkit-calc(100% - 250px);
    /*width: -o-calc(100% - 250px);*/
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/* Small Menu */
.sidebar-sm-nav .sidebar-top-spacer {
    display: block;
    min-height: 5px;
    margin-top: 0;
}
.sidebar-sm-nav .sidebar-spacer {
    display: block;
    min-height: 5px;
}
.sidebar-sm-nav hr {
    margin: 5px 4px;
    width: auto;
    min-height: 0px !important;
}
.sidebar-sm-nav {
    position: absolute;
    top: 0;
    width: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    color: #ffffff;
}
.sidebar-sm-nav a {
    margin-left: 5px;
    margin-right: 5px;
    width: auto !important;
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.sidebar-sm-nav a:hover{
    background-color: #739DA9;
    /*border-color: #013149;*/
}
.sidebar-sm-nav a.active {
    background-color: #739DA9;
    /*border-color: #5BC0DE;*/
}
.body-wrapper.toggled .sidebar-wrapper .sidebar-sm-nav {
    margin: 50px 0 0 0;
    display: none;
}
/* Large Menu */
.sidebar-wrapper .sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    font-weight: normal !important;
    font-style: normal !important;

}
.body-wrapper.toggled .sidebar-wrapper .sidebar-nav {
    margin: 0;
    display: block;
}
.sidebar-wrapper ul:not(.sidebar-menu-group) > .sidebar-brand {
    height: 45px;
    font-size: 14px;
    line-height: 35px;
    padding-right: 25px;
    background: #000000;
}

.sidebar-wrapper .sidebar-nav > .sidebar-brand a {
    color: #fff;
    font-weight: bold;
}
.sidebar-wrapper .sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.sidebar-wrapper .sidebar-nav > .nav-header {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.sidebar-wrapper .sidebar-nav > .nav-bottom {
    height: 65px;
    border-bottom: none !important;
}
.sidebar-wrapper .sidebar-nav > li {
    text-indent: 15px;
    line-height: 35px;
    border-bottom:1px solid #838383;
}
.sidebar-wrapper .sidebar-nav > li.nav-divider {
    margin: 1px 0 2px 0;
    display:none;
}
.sidebar-wrapper .sidebar-nav > li a {
    display: block;
    text-decoration: none;
    color: #eee;
    padding: 0;
}
.sidebar-wrapper .sidebar-nav > li a:hover,
.sidebar-wrapper .sidebar-nav > li.active a:hover,
.sidebar-wrapper .sidebar-nav > li.active
{
    color: #fff;
    text-decoration: none;
    background: #739DA9;
}
.sidebar-wrapper .sidebar-nav > li.active a,
.sidebar-wrapper .sidebar-nav > li a:focus
{
    color: #fff;
    text-decoration: none;
    background: #739DA9;
}
/* Collapse */
.sidebar-wrapper .panel-group {
    margin-bottom: 0;
}
.sidebar-wrapper .panel-group .panel {
    border-radius: 0;
    border: 0 solid transparent;
}
.sidebar-wrapper .panel-group .panel .panel-heading {
    padding: 0;
    background-color: #003B69;
    /*background-color: #333;*/
    border-color: #dddddd;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.sidebar-wrapper .panel-group .panel .panel-body,
.sidebar-wrapper .panel-group .panel .panel-body ul{
    position: relative;
    padding: 0;
    /*border-top: 0 solid transparent;*/
}

.sidebar-wrapper .panel-group .panel .panel-body ul.sidebar-collapse .sidebar-item-header {
    text-indent: 10px;
    /*text-decoration: underline;*/
    color: #999999;
    background-color: #4e4e4e;
    font-style: italic;
}

.sidebar-wrapper .panel-group .panel .panel-body ul.sidebar-collapse li a {
    text-indent: 30px;
    text-decoration: none;
    color: #fff;
    /*background-color: #4e4e4e;*/
    background-color: #003B69;
}

.sidebar-wrapper .panel-group .panel .panel-body ul.sidebar-collapse li a:hover,
.sidebar-wrapper .panel-group .panel .panel-body ul.sidebar-collapse li.active a:hover,
.sidebar-wrapper .panel-group .panel .panel-body ul.sidebar-collapse li.active
{
    text-decoration: none;
    color: #fff;
    background: #739DA9;
}
.sidebar-wrapper .panel-group .panel .panel-body ul.sidebar-collapse li.active a,
.sidebar-wrapper .panel-group .panel .panel-body ul.sidebar-collapse li a:focus
{
    text-decoration: none;
    color: #fff;
    background: #739DA9;
}

.sidebar-submenu-arrow{
    position: absolute;
    right:10%;
    top:10px;
}

.btn-primary.btn-transparent{
    background-color: transparent;
    border-color: transparent;
}

.side-menu-checkbox {
    display: inline-block;
    padding: 0;
    margin-right: 10px;
}
.side-menu-checkbox label input {
    margin: 10px -10px 0 0 !important;
}

.sidebar-float-bottom-overflow {
    padding-bottom:15px !important;
    bottom: 0 !important;
    position: fixed !important;
    height:initial;
    top:initial !important;
}

.collapsed-navbar-title {
    color: #e4e9f2;
    font-weight: lighter;
    text-align: center;
}
.collapsed-navbar-title-hover {
    display: list-item;
    background-color: #212d41;
    border-top: 1px solid #2b3b55;
    padding: 17px 15px 15px 11px;
    margin-top: -9px;
}

/* breadcrumb
-------------------------------------------------- */
.breadcrumb {
    margin: 0px 0px 5px !important;
    padding: 8px 15px;
    list-style: none;
    background-color: #f5f5f5;
}

#page-body-content > .breadcrumb{
    margin-bottom: 15px !important;
}

/* dependency/relation menu
-------------------------------------------------- */
.top-menu {
    width: auto;
}

.top-menu.pull-right{
    margin-right: 12px !important;
}
.content-header.pull-left{
    padding-left: 0 !important;
}

.operations {
    list-style-type: none;
    margin: 0;
}
.operations li {
    padding-bottom: 2px;
}
.operations li a {
    font: 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 2px 2px 12px;
    line-height: 20px;
    text-decoration: none;
}
.operations li a:hover {
    background: dodgerblue;
}
.operations.btn-group .visible-lg.first-child,
.operations.btn-group .visible-md.first-child,
.operations.btn-group .visible-sm.first-child,
.operations.btn-group .visible-xs.first-child
{
    -webkit-border-top-left-radius: 4px !important;
    -webkit-border-bottom-left-radius: 4px !important;
    -moz-border-radius-topleft: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.operations.btn-group .visible-lg.last-child,
.operations.btn-group .visible-md.last-child,
.operations.btn-group .visible-sm.last-child,
.operations.btn-group .visible-xs.last-child
{
    -webkit-border-top-right-radius: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    -moz-border-radius-topright: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

/* content
-------------------------------------------------- */
h2.app-title {
    font-style: italic;
}
h3.content-header {
    margin: 2px 5px;
    padding: 3px;
    font-size: 14px;
    font-weight: bold;
}
h4.content-header {
    margin: 2px 5px;
    padding: 3px;
    font-weight: bold;
    position: relative;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
}
.record-count {
    font-weight: normal !important;
}
.main-content-container {
    min-height: 500px;
}

/* footer
-------------------------------------------------- */
.footer-version-label
{
    color: #959595;
    font-size: 12px !important;
    font-weight: 500;
}

.footer-links {
    /*margin-top: 15px;*/
    padding: 10px 20px
}


.footer-absolute {
    /*position: fixed;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    width: 100%;
    bottom: 0;
    clear: both;
    background-color: #efefef;
    /*clear: both;*/
    padding: 0px 35px 0;
    z-index: 998;
    /*overflow: hidden;*/
    /*vertical-align: text-top;*/
    /*position:fixed;bottom:0;left:0;right:0;height:30px;*/
}



/* dashboard
-------------------------------------------------- */

.dashboard-menu .dashboard-menu-btn {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    padding: 0;
    width: 140px;
    height: 140px;
    cursor: pointer;
}
.dashboard-menu .item {
    position: relative;
    padding: 15px;
    margin: 0;
    width: 100%;
    height: 100%;
    background:rgba(245, 246, 250, .5);
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    text-align: center;
    -webkit-transition: 200ms linear 0s;
    -moz-transition: 200ms linear 0s;
    -o-transition: 200ms linear 0s;
    transition: 200ms linear 0s;
}

.item:hover{
    background:rgba(245, 246, 250, .9);
    box-shadow:0 0 20px 12px rgba(150, 180, 200, .6);
    -webkit-transition: 100ms linear 0s;
    -moz-transition: 100ms linear 0s;
    -o-transition: 100ms linear 0s;
    transition: 100ms linear 0s;
}

.dashboard-menu .item > img, .dashboard-menu .item > a {
    display: block;
    margin: auto;
    vertical-align: middle;
}
.dashboard-menu .item > img {
    text-align: center;
}
.dashboard-menu .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
    height: 100%;
    width: 100%;
    opacity: 1;
    color: #d4c5b3;
    background-color: transparent;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    text-align: center;
    word-wrap: break-word;
    cursor: pointer;
}
.dashboard-menu .overlay .dashboard-menu-title {
    position: absolute;
    bottom: 5px;
    width: 92%;
    opacity: 0.8;
    background-color: #d4c5b3;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}
.dashboard-menu .overlay .dashboard-menu-title h4 {
    color: #fff;
    font-size: 12px;
}
.dashboard-menu-title{
    color:white;
    text-align:center;
    font-size:17px;
    margin-top:5px;
    text-shadow: 1px 1px 20px grey;
}

/* login
-------------------------------------------------- */
.version-wrapper {
    width: 100%;
    color: rgba(255,255,255,0.5);
    font-size: x-small;
    text-align: center;

    margin-top: 15px;
}
.login {
    margin-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 45px;
    width: 450px;
    height: auto;
    color: #000000;
    background-color: rgba(0,0,0,.50);

    /*background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 15%,  rgba(255,255,255,.9) 80%, rgba(255,255,255,0) 100%); !* FF3.6+ *!*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(15%,rgba(255,255,255,.9)), color-stop(80%,rgba(255,255,255,.9)), color-stop(100%,rgba(255,255,255,0))); !* Chrome,Safari4+ *!*/
    /*background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 15%,  rgba(255,255,255,.9) 80%,rgba(255,255,255,0) 100%); !* Chrome10+,Safari5.1+ *!*/
    /*background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 15%,  rgba(255,255,255,.9) 80%,rgba(255,255,255,0) 100%); !* Opera 11.10+ *!*/
    /*background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 15%,  rgba(255,255,255,.9) 80%,rgba(255,255,255,0) 100%); !* IE10+ *!*/
    /*background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 15%,  rgba(255,255,255,.9) 80%,rgba(255,255,255,0) 100%); !* W3C *!*/
    /*box-shadow: 2px 2px 2px #2a2a2a;*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#696a6c', endColorstr='#222222'); /* IE7-8-9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#696a6c, endColorstr=#222222)"; /*Valid, works in IE 8-9 */
zoom: 1; /* IE7-8-9 */
}
.login form {
    margin: 0;
    padding: 20px 10px 10px 10px;
}
.login form .form-group .control-label {
    float: left;
}
.login .btn-group input[type=checkbox] {
    margin-top: 1px;
}
/*.login .btn-group a:hover  {*/
    /*color: #fff;*/
/*}*/
.login-header {
    position: relative;
    height: 95px;
}
.login-header-image-wrapper {
    text-align: left;
}
.login-header-image {
    width: auto;
    height: auto;
    max-width: 500px;
}
.login-header-title-wrapper {
    position: absolute !important;
    bottom: 0;
    right: 0;
    text-align: right;
}
.login-header-title {
    margin: 10px;
    font-size: 26px;
}
a.img-responsive.login-logo-image {
    display: inline-block;
}
.lost-password a {
    text-decoration: none;
    color: white;
}
.lost-password a:hover {
    color: #cccccc;
}
.one-login a {
    text-decoration: none;
    color: white;
}
.one-login a:hover {
    color: #cccccc;
}

/* tab
-------------------------------------------------- */
.nav-tabs {
    margin-right: 0;
}
.tab-content {
    padding: 10px 5px;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
    margin-top: 0;
}

.tab-pane .row .btn-group-sm {
    padding-left:15px !important;
}

/* form
-------------------------------------------------- */
.disabled-tab {
    pointer-events: none;
}
.ct-form-control {
    min-width: 200px;
}
hr.hr-form {
    display: block;
    height: 0px;
    border: 0;
    border-top: 1px solid rgb(217, 237, 247);
}

/* grid
-------------------------------------------------- */
/*.grid-view .no-class:first-child {
    padding-top: 30px !important;
}*/
.grid-view > table {
    padding-bottom: 1px !important;
    border: 1px solid #ddd;
    border-top: none;
}
.grid-view .filters {
    background-color: #ffffff;
    opacity: 1;
    font-size: 12px;
}

/* grid cell
-------------------------------------------------- */
.grid-view > table > tbody > tr > td {
    white-space: nowrap;
    overflow-x: hidden;
    /*overflow-x: -moz-hidden-unscrollable;*/
    /*text-overflow-ellipsis: true;*/
    font-size: 12px;
    /*overflow:auto;*/
}

.button-column{
    width:35px !important;
}

.grid-view thead.tableFloatingHeader .filters input,
.grid-view thead.tableFloatingHeader .filters select {
    opacity: 0;
}
.list-view {
    padding-top: 0 !important;
}
.pagination {
    margin: 5px 0 10px 0 !important;
}
.grid-map-btn {
    cursor: pointer;
}
.grid-view thead tr th {
    background: #ffffff none repeat scroll 0% 0% !important;
}
.shop-taxable-toggle-btn {
    cursor: pointer !important;
}
.grid-highlighted-row {
    background-color: #d4d4d4 !important;
    cursor: pointer !important;
}
.grid-row-green > td {
    background-color: #B9F0B4 !important;
}
.grid-row-red > td {
    background-color: #F0B4B9 !important;
}
.grid-search-btn {
    cursor: pointer !important;
    color: #0babff;
}

/* table
-------------------------------------------------- */
.panel-body table tbody tr td {
    word-break: break-all;
}

#tag-table td{

    text-align: center; /* center checkbox horizontally */
    vertical-align: middle; /* center checkbox vertically */
    padding-bottom: 0px;

}

#tag-table th{
    text-align: center; /* center checkbox horizontally */
}

/* column
-------------------------------------------------- */
.row-centered {
    text-align: center;
    margin: 0px;
}
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
}

/* panel
-------------------------------------------------- */
.panel-title {
    font-size: 13px !important;
}

/* alert
-------------------------------------------------- */
.alert {
    margin: 5px 0;
}

/* label
-------------------------------------------------- */
.label-po-status-open {
    background-color: #008000 !important;
}
.label-po-status-approved {
    background-color: #ffcc37 !important;
}
.label-po-status-invoiced {
    background-color: #c4791c !important;
}
.label-po-status-shipped {
    background-color: #c4791c !important;
}
.label-po-status-delivered {
    background-color: #808080 !important;
}

.fa-po-status-open {
    color: #008000 !important;
}
.fa-po-status-approved {
    color: #ffcc37 !important;
}
.fa-po-status-invoiced {
    color: #c4791c !important;
}
.fa-po-status-shipped {
    color: #c4791c !important;
}
.fa-po-status-delivered {
    color: #808080 !important;
}

.label-as-badge {
    border-radius: 1em;
}
.label a, .badge a, .label a:hover, .badge a:hover {
    color: white;
}


/* bootbox
-------------------------------------------------- */
.modal {
    overflow-y: auto !important;
}
.modal-footer {
    margin-top: 0;
    padding: 8px
}
.extended-bootbox {
    top: 5% !important;
    margin: 0 auto !important;
    width: 95% !important;
    left: 2%;
}
.extended-bootbox > .modal-dialog {
    width: 100% !important;
    margin: 0 !important;
}
.extended-bootbox > .modal-dialog > .modal-content > .modal-body {
    padding: 15px !important;
}

.bootbox.modal {
    z-index: 9999 !important;
    margin-top:5%;
}

.extended-bootbox {
    height: 100%;
    max-height: 90%;
}

/*.modal {*/
    /*overflow-y : initial !important;*/
    /*overflow-x : initial !important;*/
    /*overflow : initial !important;*/
/*}*/
/*.modal .modal-dialog {*/
    /*height:inherit;*/
/*}*/
/*.modal .modal-dialog .modal-content {*/
    /*height: 100%;*/
    /*display: flex;*/
    /*flex-direction: column;*/
/*}*/
/*.modal .modal-dialog .modal-content .modal-body {*/
    /*height:80%;*/
/*}*/
/*.modal .modal-dialog .modal-content .modal-body .bootbox-body {*/
    /*height: 100%;*/
/*}*/
/*.modal .modal-dialog .modal-content .modal-body .bootbox-body .grid-view {*/
    /*height: 100%;*/
    /*overflow-y: auto;*/
    /*overflow-x: auto;*/
    /*border-bottom: 1px solid #dddddd;*/
    /*border-top: 1px solid #dddddd;*/
    /*padding-top: 0px;*/
/*}*/

/* textarea
-------------------------------------------------- */
textarea.form-control {
    height: 100%;
    min-height: 120px;
}

/* text-input
-------------------------------------------------- */
.form-control{
    font-size: 12px !important;
}
.grid-view .form-control{
    background-color: white;
}
.grid-view .editable-input .form-control{
    background-color: #fff;
    max-width: 80px;
}
.form-control::-webkit-input-placeholder {
    font-size: 12px;
    color: #646464;
    font-style: italic;
}
.form-control:-moz-placeholder {
    font-size: 12px;
    color: #646464;
    font-style: italic;
}
.form-control::-moz-placeholder {
    font-size: 12px;
    color: #646464;
    font-style: italic;
}
.form-control:-ms-input-placeholder {
    font-size: 12px;
    color: #646464;
    font-style: italic;
}

.help-block {
    text-align: left !important;
}

#import-form > div.form-group > label {
    padding-top: 0px !important;
}

/* select
-------------------------------------------------- */
.select2_image {
    width: 28px;
    height: 28px;
    border: 1px solid #595959;
    border-radius: 14px !important;
}
.select2-search-choice {
    font-size: 12px;
}
.select2-choices {
    width: 100%;
}
.select2-search-field input {
    width: 100% !important;
}
.select2-container-multi .select2-choices {
    font-size: 12px !important;
}

/* switch
-------------------------------------------------- */
.bootstrap-switch {
    width: 180px;
}

/* switch
-------------------------------------------------- */
.top-menu .navbar-btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
    /* popover
    -------------------------------------------------- */
.sidebar-menu-group {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sidebar-menu-group li {
    margin: 8px 0;
}
.sidebar-menu-group li a {
    color: #ffffff;
}
.sidebar-menu-group li.active a {
    color: #739DA9;
}
.popover1, .popover2 {
    background: #003B69 !important;
}
.popover1.top .arrow:after, .popover2.top .arrow:after {
    border-top-color: #003B69;
}
.popover1.right .arrow:after, .popover2.right .arrow:after {
    border-right-color: #003B69;
}
.popover1.bottom .arrow:after, .popover2.bottom .arrow:after {
    border-bottom-color: #003B69;
}
.popover1.left .arrow:after, .popover2.left .arrow:after {
    border-left-color: #003B69;
}

/* badge
-------------------------------------------------- */
.badge {
    font-size: 11px !important;
    font-weight: 500 !important;
    background-color: #999;
}
.badge-default, .badge-dark, .badge-secondary {
    background-color: #999999 !important;
}
.badge-info {
    background-color: #5BC0DE !important;
}
.badge-primary {
    background-color: #428BCA !important;
}
.badge-warning {
    background-color: #F0AD4E !important;
}
.badge-danger {
    background-color: #D9534F !important;
}
.badge-success {
    background-color: #5CB85C !important;
}
/* icons
-------------------------------------------------- */
.fa-event-status-tentative {
    color: #808080;
}
.fa-event-status-ready {
    color: #008000;
}
.fa-event-status-partially-ready {
    color: #dd9a2c;
}
.fa-event-status-not-ready {
    color: #FF0000;
}
.fa-event-status-completed {
    color: #3276B1;
}

/* tooltip
-------------------------------------------------- */
.tooltip {
    z-index: 1051 !important;
}
.tooltip-inner {
    max-width: 400px !important;
    text-align: center;
    white-space: normal !important;
    max-width: 500px !important;
}

/* company
-------------------------------------------------- */
.company-image-sm {
    border: 1px solid #595959;
    border-radius: 2px !important;
}
.company-image-md {
    border: 1px solid #595959;
    border-radius: 5px !important;
}
.company-image-lg {
    border: 1px solid #595959;
    border-radius: 15px !important;
}

/* profile
-------------------------------------------------- */
.profile-image-wrapper {
    margin: 0 0 10px 0;
}
.profile-image-wrapper > div {
    padding: 0;
}
.profile-image-wrapper input {
    background-color: inherit;
}
.profile-image-lg {
    width: 128px;
    height: 128px;
    border: 1px solid #595959;
    border-radius: 64px !important;
}
.profile-image-md {
    width: 64px;
    height: 64px;
    border: 1px solid #595959;
    border-radius: 32px !important;
}
.profile-image-sm {
    width: 48px;
    height: 48px;
    border: 1px solid #595959;
    border-radius: 24px !important;
}
.profile-image-xs {
    width: 32px;
    height: 32px;
    border: 1px solid #595959;
    border-radius: 16px !important;
}

/* radio or check box
-------------------------------------------------- */
.form-horizontal .radio, .form-horizontal .checkbox{
    line-height: 20px;
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 0 !important;
}

/* unordered list
-------------------------------------------------- */
.alert ol, .alert ul {
    list-style: circle !important;
}
.alert ol li, .alert ul li {
    margin-left: 20px;
}

/* kendo
-------------------------------------------------- */
.k-nav-day {
    font-size: 12px;
}
#scheduler .k-scheduler-layout.k-scheduler-timelineMonthview tbody tr:first-child .k-scheduler-table tr:nth-child(2) {
    display: none;
}
#scheduler .k-scheduler-layout.k-scheduler-timelineMonthview .k-scheduler-header-wrap > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) {
    display: none;
}
#scheduler .k-scheduler-layout tr + tr .k-scheduler-times th.k-slot-cell {
    cursor: pointer !important;
}
#scheduler .k-scheduler-layout tr + tr .k-scheduler-times th.k-slot-cell:hover {
    background-color: #e3e3e3 !important;
}
#scheduler .k-event-content {
    margin-right: 5px;
}
#scheduler-placeholder .panel-heading {
    padding: 10px 3px;
    text-align: center;
}
#scheduler-placeholder .panel-heading .panel-title {
    font-size: 12px !important;
}
#scheduler-placeholder a {
    color: #3276B1 !important;
}
#scheduler-placeholder ul {
    margin: 0;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    /*overflow-x: -moz-hidden-unscrollable;*/
}
#scheduler-placeholder ul li {
    padding: 5px;
    text-align: center;
    cursor: move;
}

/* drag & drop
-------------------------------------------------- */
[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element;
}

/* maintenance
-------------------------------------------------- */
.maintenance-update-btn {
    cursor: pointer !important;
}

/* other
-------------------------------------------------- */
div.view {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

/* spinner
-------------------------------------------------- */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
/*.se-pre-con {*/
    /*position: fixed;*/
    /*left: 0px;*/
    /*top: 0px;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*z-index: 9999;*/
    /*background: url(../img/loading/ring.gif) center no-repeat #fff;*/
/*}*/



/* RESPONSIVE CSS
-------------------------------------------------- */
/* Small devices (tablets, 767px and less) */
@media (max-width: 767px) {
    /* navbar

    -------------------------------------------------- */
    .navbar-spacer {
        display: none;
    }
    h3.navbar-header {
        font-size: 12px;
        max-width: 45px;
        margin-right: 25px;
    }

    #text-logo-a{
        font-size:22px !important;
        padding-left: 0px !important;
    }
    .text-logo-center {
        top: 67% !important;
        left: 26% !important;
    }
    /* sidebar
    -------------------------------------------------- */
    .sidebar-wrapper {
        width: 0;
    }
    .content-wrapper {
        margin-left: 0;
    }
    .body-wrapper.toggled .content-wrapper {
        width: auto;
    }
    .sidebar-sm-nav {
        display: none;
    }
    /* footer
    -------------------------------------------------- */
    .footer-version-label {
        margin-top: 0 !important;
    }
    /* dependency/relation menu
    -------------------------------------------------- */
    .top-menu {
        margin-right: 10px;
    }
    /* content
    -------------------------------------------------- */
    .main-content-container {
        min-height: 300px;
    }
    h2.app-title {
        font-size: 16px;
    }
    img.app-image {
        width: 180px;
    }
    h4.content-header {
        font-size: 14px;
    }
    /* dashboard
    -------------------------------------------------- */
    .dashboard-menu .dashboard-menu-btn {
        margin: 15px;
        padding: 0;
        width: 60px;
        height: 60px;

    }
    .dashboard-menu .overlay {
        opacity: 0;
    }


    .dashboard-menu-title{
        font-size:13px;
    }
    /* login
    -------------------------------------------------- */
    .login {
        padding: 15px !important;
        width: 100% !important;
    }
    .login-header {
        height: 70px;
    }
    .login-header-image-wrapper {
        text-align: center;
    }
    .login-header-image {
        width: 200px;
    }
    .login-header-title-wrapper {
        position: relative !important;
        text-align: center;
    }
    .login-header-title {
        font-size: 15px;
    }
    /* table
    -------------------------------------------------- */
    .panel-body table tbody tr td img {
        max-width: 60px;
    }
    /* bootbox
    -------------------------------------------------- */
    .extended-bootbox > .modal-dialog > .modal-content > .modal-body {
        padding: 10px !important;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    /* navbar
    -------------------------------------------------- */
    h3.navbar-header {
        font-size: 16px;
    }
    /* sidebar
    -------------------------------------------------- */
    .sidebar-wrapper {
        width: 0;
    }
    .content-wrapper {
        margin-left: 0;
    }
    .sidebar-sm-nav {
        display: none;
    }

    .text-logo-center {
        left: 37% !important;

    }

    #text-logo-a{
        font-size:25px !important;
        padding-left: 0px !important;
        text-align:left !important;
        text-overflow: ellipsis;
    }

    /* dependency/relation menu
    -------------------------------------------------- */
    .top-menu {
        margin-right: 10px;
    }
    /* content
    -------------------------------------------------- */
    .main-content-container {
        min-height: 350px;
    }
    h2.app-title {
        font-size: 18px;
    }
    img.app-image {
        width: 200px;
    }
    h4.content-header {
        font-size: 14px;
    }
    /* dashboard
    -------------------------------------------------- */
    .dashboard-menu .dashboard-menu-btn {
        margin: 25px;
        padding: 0;
        width: 80px;
        height: 80px;
        text-align:center;
    }
    .dashboard-menu .overlay {
        opacity: 0;
    }
    /* login
    -------------------------------------------------- */
    .login-header {
        height: 85px;
    }
    .login-header-image-wrapper {
        text-align: center;
    }
    .login-header-image {
        width: 250px;
    }
    .login-header-title-wrapper {
        position: relative !important;
        text-align: center;
    }
    .login-header-title {
        font-size: 20px;
    }
    /* bootbox
    -------------------------------------------------- */
    .extended-bootbox > .modal-dialog > .modal-content > .modal-body {
        padding: 10px !important;
    }
    /* Dashboard
    -------------------------------------------------- */
    .overlay:hover {
        -webkit-box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.8);
        -moz-box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.8);
        box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.8);
        transition-timing-function: ease-out;
        transition-duration: .13s;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    /* content
    -------------------------------------------------- */
    .main-content-container {
        min-height: 40px;
    }
    /* dropdown
    -------------------------------------------------- */
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: -6px;
        width: 195px;
        right: 0;
        left: auto;
        background-clip: padding-box;
        font-size: 14px;
    }
    /*.dropdown-toggle:hover + .dropdown-menu {
        display: block;
    }*/
    /* Dashboard
    -------------------------------------------------- */
    .overlay:hover {
        -webkit-box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.8);
        -moz-box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.8);
        box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.8);
        transition-timing-function: ease-out;
        transition-duration: .13s;
    }
    /* login
    -------------------------------------------------- */
    .login-header {
        height: 80px;
    }
    .login-header-image {
        width: 300px;
    }
    .login-header-title {
        font-size: 22px;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* content
    -------------------------------------------------- */
    .main-content-container {
        min-height: 500px;
    }
    /* dropdown
    -------------------------------------------------- */
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: -6px;
        width: 195px;
        right: 0;
        left: auto;
        background-clip: padding-box;
        font-size: 14px;
    }
    /*.dropdown-toggle:hover + .dropdown-menu {
        display: block;
    }*/
    /* Dashboard
    -------------------------------------------------- */
    .overlay:hover {
        -webkit-box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.8);
        -moz-box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.8);
        box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.8);
        transition-timing-function: ease-out;
        transition-duration: .13s;
    }
}
/* Large devices */
@media (min-width: 992px) {
    /* content
    -------------------------------------------------- */
    .page-sidebar {
        height:100%;
    }
    #page-sidebar-ul {
        top: 0px;
        position: relative !important;
        padding-bottom:5px;
    }
    .sidebar-ul-scroll-transition {
        -webkit-transition: top 0.2s; /* Safari */
        transition: top 0.2s;
    }
    #page-sidebar-wrapper {
        display:block;
        height:100%;
        visibility:hidden;
    }
    .menu-to-bottom-screen{
        position:fixed;
        z-index: 1000;
    }

}

/* Amaran notification */

.amaran-close:before {
    color: #929490 !important;
}

.form-group .required {
    color: #000000 !important;
    font-size: 13px !important;
    font-weight:bold;
}

/* User Grid Styles */

.user-grid-customer-column {
    background-color: #438bca !important;
}
.user-grid-customer-column-company-name-not-found {
    background-color: #707377 !important;
}
.user-grid-customer-column-padding-top:first-child {
    margin-top:0 !important;
}
.user-grid-customer-column-padding-top:nth-child(n+1) {
    margin-top:2px;
}

/*Master Search*/
.master-search {
    padding-top:10px;
    margin-bottom: -22px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
}

.dashboard-reporting-report-name span{
    margin:0 0 2px;
    padding:0;
    font-size:20px;
    font-weight:300;
    color:#FFF;
    text-overflow: ellipsis !important;
}

.dashboard-reporting-report-name {
    padding-top: 25px;
    text-align: right;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 0;
    font-weight: 300;
    text-overflow: ellipsis !important;
}
.icon-spin-reverse {
    display: inline-block;
    -moz-animation: spin-reverse 2s infinite linear;
    -o-animation: spin-reverse 2s infinite linear;
    -webkit-animation: spin-reverse 2s infinite linear;
    animation: spin-reverse 2s infinite linear;
}

@-moz-keyframes spin-reverse {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(-359deg); }
}
@-webkit-keyframes spin-reverse {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(-359deg); }
}
@-o-keyframes spin-reverse {
    0% { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(-359deg); }
}
@-ms-keyframes spin-reverse {
    0% { -ms-transform: rotate(0deg); }
    100% { -ms-transform: rotate(-359deg); }
}
@keyframes spin-reverse {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-359deg); }
}
div#page-loading-overlay {
    display:none;
    position:fixed;width:100vw;height:100vh;
    background-color: rgba(255, 255, 255, 0.75);
    z-index:15001;top:0px;text-align:center;
 }
div#page-loading-overlay > #cog-group {
    position: absolute;
    top: 50%;
    width: 122px;
    height: 95px;
    left: 50%;
    transform: translate(-50%,-50%);
    font: initial !important;
}
div#page-loading-overlay > div#cog-group > i#cog-one {
    color: #2f5d9e;
    font-size: 100px;
    position: absolute;
    left: 0;
}
div#page-loading-overlay > div#cog-group > i#cog-two {
    color: #8e97ab;
    font-size: 40px;
    position: absolute;
    right: 0px;
}
div#page-loading-overlay > div#cog-group > i#cog-three {
    position: absolute;
    bottom: 36px;
    font-size: 55px;
    right: 0px;
    color: #26354b;
}
div#page-loading-overlay > button#page-loading-overlay-close-btn{
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 20px;
    font-size: 2em;
    color: rgba(20,20,20,0.20);
    width: 35px;
    height: 30px;
    border: 3px solid rgba(20,20,20,0.20);
    border-radius: 10px 10px !important;
}
div#page-loading-overlay > button#page-loading-overlay-close-btn:hover{
    color:black !important;
    z-index:15002;
    background-color:rgba(20,20,20,0.40);
    cursor:pointer;
}
div#page-loading-overlay > h3#page-loading-overlay-message{
    top: 50%;
    position: relative;
    padding-top: 25px;
    text-shadow: 0px 1px 3px #5a5a5a;
}
.badge.customer-part-crib-map-available-quantity {
    color:black;
    text-align:center;
    background-color:rgba(158, 158, 158, 0.45);
}
.badge.customer-part-crib-map-available-quantity.customer-part-crib-map-available-quantity-nominal {
    background-color:rgba(0, 189, 0, 0.45);
}
.badge.customer-part-crib-map-available-quantity.customer-part-crib-map-available-quantity-below-mean-min {
    background-color: red;
}
.badge.customer-part-crib-map-available-quantity.customer-part-crib-map-available-quantity-above--mean-max {
    background-color: #ff9200;
}
.badge.customer-part-crib-map-available-quantity.customer-part-crib-map-available-quantity-above-absolute-max {
    border: 1px solid #ff9200;
    animation-duration: 1500ms;
    animation-name: customer-part-crib-map-available-quantity-above-absolute-max;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation:customer-part-crib-map-available-quantity-above-absolute-max 1500ms infinite; /* Safari and Chrome */
}
@keyframes customer-part-crib-map-available-quantity-above-absolute-max {
    from {background-color:#ffd200;} to {background-color:white;}
}
.badge.customer-part-crib-map-available-quantity.customer-part-crib-map-available-quantity-below-absolute-min {
    border: 1px solid red;
    animation-duration:1500ms;
    animation-name: customer-part-crib-map-available-quantity-below-absolute-min;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation:customer-part-crib-map-available-quantity-below-absolute-min 1500ms infinite; /* Safari and Chrome */
}
@-webkit-keyframes customer-part-crib-map-available-quantity-below-absolute-min {
    from {background-color:white;} to {background-color:red;}
}


/* css for delete alert */
.danger-delete
{
    background-color: #ffdddd;
    border-left: 5px solid #f44336;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 12px 12px;
}

.button-delete {
    padding: 5px 5px 5px 5px;
    background-color: #ffdddd;
}

span.null {
    color:rgba(255, 0, 0, 0.34901960784313724);
}

/* Inventory Snapshot Value */
#inventory-value-wrapper{
    margin-top: -27px;
    float: right;
    text-align:right;
    margin-right:1px;
    margin-bottom: 20px;
    font-size:12px;
    font-weight:bold;
    color:#A8A8A8;
}

#inventory-value-wrapper p{
    margin-bottom:3px;
}

#inventory-total-value{
    font-size:18px;
    margin-bottom:2px !important;
}

/* Custom form Lines */
.line-break {
    color: #31708f; 
}

.line-break td {
    background: #d9edf7!important;
    border-color: #d9edf7!important; 
}

.column-line-break {
    color: #d9edf7!important;
}

.panel-line-break {
    color: #31708f;
    background-color: #d9edf7;
    border-top: 1px solid #bce8f1;
    border-bottom: 1px solid #bce8f1!important;
    min-height: 40px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.nav > li.nav-item > .nav-link > i{
    color: #7f96ac;
}

.nav > li.nav-item > .nav-link > .username, .nav > li.nav-item > .nav-link > .langname {
    color: #7f96ac;
}

.nav > li.nav-item > .nav-link {
    padding: 25px 16px 25px 16px;
}

.top-menu {
    height: 100%;
}

.nav {
    height: 100%;
    margin-right: 20px;
}

.nav > li.nav-item {
    height: 100%;
}

.nav > li.dropdown-user > .nav-link {
    padding: 24px 16px 24px 16px;
}

.page-top > .top-menu > .nav > li.dropdown-user > .nav-link > .username {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.page-top > .top-menu > .nav > li.dropdown-user > .nav-link > img {
    float: left;
    margin-top: -8px;
    margin-right: 7px;
    height: 39px;
    display: inline-block;
}


.page-top > .top-menu > .nav > li.dropdown-user > .nav-link > i {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.btn-group>.dropdown-menu:before, .dropdown-toggle>.dropdown-menu:before, .dropdown>.dropdown-menu:before {
    position: absolute;
    top: -8px;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e0e0e0;
    border-left: 8px solid transparent;
    content: '';
    left: 165px!important;
}

.btn-group>.menuItmes:before {
    left: 5px!important;
}

.dropdown-toggle:hover {
    background-color: #f9fafc;
}

.nav > li.nav-item > .nav-link > i.fa-user {
    font-size: 19px;
}

.breadcrumb > li > a {
    color: #428bca;
    text-decoration: none;
}

.breadcrumb > .active {
    color: #999;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #ccc;
}

.card {
    border-radius: 0;
    border: 1px solid #bce8f1;
    box-shadow: none;
}

.card-info > .card-header {
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 10px 10px 2px 15px;
}

.card-info > .card-header > .card-title {
    color: #31708f;
    font-size: 13px;
    font-weight: 400;
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

.card-warning:not(.card-outline) > .card-header {
    background-color: #fcf8e3 !important;
    color: #8a6d3b !important;
    border-radius: 0;
    border-color: #faebcc !important;
    border-bottom: 1px solid transparent;
    padding: 12px 15px;
}

.card-warning {
    border-color: #faebcc !important;
}

.card-warning > .card-header > .card-title{
    font-size: 13px !important;
    padding: 0px !important;
    color: #8a6d3b !important;
    margin-bottom: 0;
    font-weight: 500;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 6px 0;
    overflow: hidden;
}

.page-header.navbar .top-menu .nav>li.dropdown-user .dropdown-menu>li>a i {
    width: 15px;
    display: inline-block;
    margin-right: 9px;
}

.advanced-search {
    display: none;
    margin-bottom: 20px;
}

.btn-group-sm > .btn {
    font-size: 12px;
    padding: 5px 10px;
    line-height: 1.5;
    color: #fff;
}

.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover {
    background-color: #47a447;
    border-color: #398439;
}

.btn-primary {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover {
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-warning {
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
    color: #fff !important;
}

.btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}

.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}

.btn-info:hover {
    background-color: #39b3d7;
    border-color: #269abc;
    color: #fff;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-toolbar > .btn {
    margin-left: 5px;
    font-size: 12px;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

a {
    color: #428bca;
    text-decoration: none;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table>thead>tr>th {
    vertical-align: bottom;
}

.btn-select-columns {
    background-color: #428bca;
    border-color: #357ebd;
    color: #fff;
    font-size: 12px;
}

.btn-select-columns:hover {
    background-color: #3276b1;
    border-color: #285e8e;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}

.select-column-section {
    padding: 0 16px 5px;
}

.pagination {
    display: inline-flex;
}

.hide-filters {
    display: none;
}

.form-group > .col-form-label {
    text-align: right;
}

.mb-3 {
    margin-bottom: 0.5rem !important;
}

.input-group-sm > .form-control {
    height: 30px;
    padding: 5px 10px;
    line-height: 1.5;
    color: #555;
}

:not(.form-floating) > .input-group-sm .select2-container--krajee-bs5 .select2-selection--single {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #555;
}

.input-group-sm > .input-group-prepend {
    height: 30px;
    line-height: 1.5;
}

.input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .date > .input-group-text, .input-group > .input-group-prepend > .input-group-text {
    font-size: 12px;
    color: #555;
    padding: 7px 10px;
    background: #eee !important;
}

.input-textarea-text {
    height: 120px;
}

.navbar-default {
    background-color: #f8f8f8;
    border-top: 1px solid#e7e7e7;
    padding-left: 50px;
    min-height: 50px;
    padding-top: 0px;
}

.navbar-default > .container-fluid > .navbar-collapse {
    margin-top: 0;
}

.navbar-default > .container-fluid > .navbar-collapse > button, .navbar-default > .container-fluid > .navbar-collapse > a {
    font-size: 12px;
    padding: 5px 10px;
    margin-right: 20px;
}

table > tbody > tr {
    cursor: pointer;
}

.dropdown-menu > a.dropdown-item {
    font-size: 12px;
    color: #333;
    font-weight: 400;
    padding: 6px 20px;
}

.menuItmes {
    padding: 5px 0;
    min-width: 160px;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

:not(.form-floating) > .input-sm.select2-container--krajee-bs5 .select2-selection--multiple, :not(.form-floating) > .input-group-sm .select2-container--krajee-bs5 .select2-selection--multiple {
    min-height: 30px !important;
    height: auto !important;
}

:not(.form-floating) > .input-sm.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice, :not(.form-floating) > .input-group-sm .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice {
    font-size: 0.75rem;
    margin: 0.1rem 0 0.2rem 0.3rem;
    padding: 0.05rem 0.5rem 0.1rem 0rem;
    float: left;
    color: #555555;
    background: white;
    border-color: #cccccc;
}

:not(.form-floating) > .input-sm.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice__remove, :not(.form-floating) > .input-group-sm .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice__remove {
    float: left;
    margin-right: 2px;
    cursor: pointer;
}

.select2-search__field {
    font-size: 12px !important;
    width: 98% !important;
    margin: 0 0.3rem !important;
}

.grid-view {
    padding-top: 25px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-title {
    line-height: 1.42857143;
    font-weight: 500;
}

.btn-close {
    background: none !important;
    font-size: 18px;
}

.modal-header .btn-close {
    padding: 0 !important;
    margin-bottom: 12px !important;
    margin-right: 0!important;
}

#switch-customer-session-ajax-form > #switch-customer-session-form > .form-group > label {
    display: inline-flex;
    text-align: right;
    padding-right: 25px;
    padding-left: 15px;
}

#switch-customer-session-ajax-form > #switch-customer-session-form > .form-group > div.ajax-auto-save {
    display: inline-flex;
}

span.input-group-addon {
    color: #555;
    text-align: center;
    background-color: #eee;
    font-weight: 400;
    border: 1px solid #ccc;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

span.select2-container--default {
    width: 90% !important;
}

.select2-container .select2-selection--single {
    height: 30px;
}

.modal-body {
    padding: 20px;
    padding-bottom: 60px;
    padding-left: 40px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #cccccc;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 12px;
    padding: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
.modal-dialog {
    max-width: 600px !important;
    margin: 30px auto !important;
}

.modal-content {
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.extended-bootbox > .modal-dialog {
    max-width: 100% !important;
}

}

/* Placeholders */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #999 !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #999 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #999 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #999 !important;
}

::placeholder { /* Most modern browsers support this now. */
   color: #999 !important;
}
/* End of Placeholders */

div.content-header-text {
    padding-left: 6px !important;
}

table.detail-view {
    width: 90%;
    margin: 0 auto;
}

table.detail-view > tbody > tr > th {
    text-align: right;
}

table.detail-view > tbody > tr > th, table.detail-view > tbody > tr > td {
    border-top: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success > .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.label-success {
    background-color: #5cb85c;
}

.label-warning {
    background-color: #f0ad4e;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.request-for-quote-update{
    padding-bottom: 40px;
}

.dependency-tabs > ul.nav > li.nav-item > .nav-link {
    padding: 10px 16px;
    color: #428bca;
    text-decoration: none;
} 

.select2-container--krajee-bs5 .select2-selection--single .select2-selection__rendered {
    padding-right: 20px;
    padding-left: 0;
}

.navbar-collapse > div > button {
    margin-right: 10px;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 1.5;
}

.text-warning {
    color: #8a6d3b !important;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert {
    margin-bottom: 20px;
    font-size: 13px;
    padding: 15px;
}

.alert > p:first-child {
    margin-bottom: 5px;
}

.dependency-tabs > ul {
    border-bottom: 1px solid #ddd !important;
}

.dependency-tabs > ul.nav > li.nav-item > .active, .dependency-tabs > ul.nav > li.nav-item > .active > i {
    color: #555 !important;
}

th.action-column {
    text-align: center;
}

.dependency-tabs > ul.nav > li.nav-item > .nav-link:hover {
    text-decoration: none;
    background-color: #eee;
    border-color: #eee #eee #ddd;
}

.dependency-tabs > ul.nav > li.nav-item {
    margin-right: 2px;
    margin-bottom: -1px;
}

.dependency-tabs {
    margin-bottom: 4rem;
}

.select2-container--krajee-bs5 {
    width: 1% !important;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

img.img-responsive {
    max-width: 100%;
}

div.modal-dialog {
    margin-bottom:100px!important;
}
span.select2-results {
    padding-left: 9px;
}

.required > .form-group > label.col-form-label, .required > .form-group > label.form-label {
    color: #000000 !important;
    font-size: 13px !important;
    font-weight: bold;
}

.required > .form-group > label.col-form-label::after, .required > .form-group > label.form-label::after {
    content: ' *';
}

.action-dropdown > .dropdown-menu {
    padding: 5px 0;
    min-width: 160px;
    margin: 2px 0 0;
    font-size: 14px;
    background: #fff;
    z-index: 1000;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.action-dropdown > button {
    margin-right: 10px;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 1.5;
}

.action-dropdown > .dropdown-menu > .dropdown-item {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
    text-decoration: none;
}

.action-dropdown > .dropdown-menu > .dropdown-item > i {
    color: #888;
}

.alert > button.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

td.dropdown:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 18px;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #333;
}

.form-control[readonly] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

:root {
    --bs-table-grid-row-green: #B9F0B4;
    --bs-table-striped-bg: #f9f9f9;
}

tr.grid-row-green {
    --bs-table-striped-bg: none;
    background-color: var(--bs-table-grid-row-green);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    width: 95%;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

:not(.form-floating) > .input-sm.select2-container--krajee-bs5 .select2-selection__clear, :not(.form-floating) > .input-group-sm .select2-container--krajee-bs5 .select2-selection__clear {
    line-height: 1.3rem !important;
    /* right: 10px; */
}

.help-block {
    display: block;
    width: 100%;
    color: #737373;
    margin-bottom: 10px;
    font-size: 12px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}

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

div.form-check {
    padding-left: 0 !important;
}

div.offset-sm-2:has(div.form-check) {
    margin-bottom: 5px !important;
}

div.m-heading-1 > ul {
    padding-left: 1.5em;
}

div.m-heading-1 > ul > li {
    font-size: 12px;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn-delete {
    font-size: 12px;
    padding: 5px 10px;
    line-height: 1.5;
}

.danger-delete > p {
    margin: 10px !important;
}

.customer-dependency-content > div.alert {
    font-size: 14px;
}

.dependency-tabs > ul.nav > li.nav-item > .nav-link > i {
    color: #428BCA;
}

button.select-columns-btn {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}

/*div.row:has(button.select-columns-btn) {
    float: right;
    padding: 0px 16px 5px;
    clear: right;
}*/

div.border-blue-hoki > ul > li {
    font-size: 13px;
}

.btn-toolbar{
    display: block;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
}
.console-application-log-text-area {
    margin-top:5px;
    padding:15px;
    width:100%;
    height:500px;
    color:white;
    background-color:black;
    font-family: monospace;
    font-size: 12px;
}

.user-tab-form-group {
    margin-bottom: 15px;
}

.user-tab-form-group > .mb-3 > .form-check {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

input.assignment-checkbox {
    margin-right: 6px;
}

div.dropdown:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
}
.table-unstriped>thead>tr>th, .table-unstriped>tbody>tr>th, .table-unstriped>tfoot>tr>th, .table-unstriped>thead>tr>td, .table-unstriped>tbody>tr>td, .table-unstriped>tfoot>tr>td {
    border-collapse:collapse;
    border-width: 0;
}

.detail-view .not-set {
    color: #ffc0cb;
}

.hidden-btn {
    display: none;
}

.dropdown-item.active {
    background-color: #fff;
}

#file-upload-nav-tab {
    margin-bottom: 8px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.user-grid-buttons {
    margin-right: -3px !important;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-bar-danger {
    background-color: #d9534f;
}

.datepicker > .datepicker-days > .table-condensed > thead > tr > th, .datepicker > .datepicker-days > .table-condensed > tbody > tr > td {
    font-weight: 400 !important;
    font-size: 0.8rem !important;
    padding: 0 4px 0 4px !important;
    height: 1.8rem !important;
}

.datepicker-dropdown {
    width: 210px !important;
}

.select2-container--krajee-bs5 .select2-results__option--highlighted[aria-selected] {
    background-color: #428bca !important;
}

#add-line-btn {
    margin-top: 1.1rem;
}

.breadcrumb > li > a:hover, .breadcrumb > li > a:focus {
    color: #2a6496;
    text-decoration: underline;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: #f9f9f9 !important;
}

.selectedrow {
    background-color: azure;
}

a.customer-part-number-label:hover {
    text-decoration: underline;
}

.btn-group>.dropdown-menu:after, .dropdown-toggle>.dropdown-menu:after, .dropdown>.dropdown-menu:after {
    left: 165px !important;
}

.btn-group>.menuItmes:after{
    left: 5px!important;
}

.datepicker table tr td.today {
    background: #4b8df8 !important;
    color: #fff !important;
}

.grid-summary {
    color: transparent;
}


.btn-default:hover {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.confirmWidth {
    width: 850px !important;
}

.lb-options {
    font-weight: bold;
}

.lb-cnt9 {
    float: left;
    font-weight: bold;
}

.lb_cnt1 {
    padding: 0.03rem 0;
}

.label-info {
    background-color: #5bc0de !important;
}

.bootstrap-timepicker input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.profile-field-style {
    border-top: 1px solid black;
    border-right: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid grey;
}
.profile-field-dropdown {
    border-top: 2px solid black;
    border-right: 2px solid;
    border-left: 2px solid;
    border-bottom: 1px solid grey;
}

.btn-secondary {
    background-color: #f0f0f0 !important;
    color: #333 !important;
    border: 1px solid transparent !important;
}

.col-tolerance-characteristic {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.col-tolerance-characteristic > .mb-3 > .form-group > label.col-form-label {
    letter-spacing: -0.5px;
    padding-left: 0.1rem !important;
    padding-right: 0.1rem !important;
}

.col-tolerance-characteristic > .mb-3 > .form-group {
    margin: 0;
    padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    overflow: visible;
}
input.form-control[type="file"] {
    border: none;
}
.form-control.is-valid {
    background-image: none;
}

 .select2-container .select2-selection--single .select2-selection__clear {
    right: 30px;
    bottom: 5px;
    position: absolute;
}

.grid-view table.table th:hover a.asc:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f30c";
    float: right;
}

.summary {
    height: 1px;
}

.grid-view table.table th:hover a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f309";
    position:absolute;
    bottom:0px;
    right:0px;
}

.grid-view table.table th a {
    position:relative;
    display: inline-block;
    width:100%;
}

.dropdown-item:active{
    background-color: transparent;
}
.valid-dropdown-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
.select2-container--krajee-bs5 .select2-results__option.select2-results__option--selected, .select2-container--krajee-bs5 .select2-results__option[aria-selected=true]{
    color: inherit;
    background-color: transparent;
}
.select2-container--krajee-bs5 .select2-results__option.select2-results__option--highlighted[aria-selected=true]{
    color: #fff;
}

.cycle-count-progress {
    position: relative;
}

.progress-bar-value {
    position: absolute;
    color: #fff;
    left: 1rem;
}

#quote-line-form .select2-selection__clear {
    line-height: 1.1rem !important;
    right: 0.438rem;
    top: 0.064rem;
}

.grid-view table.table th a.asc, .grid-view table.table th a.desc {
    position: relative;
    width: 100%;
    display: inline-block;
}

.fa-caret-down{
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 0px;
    width: 18px;
    height: 14px;
    display: inline-block;
    bottom: 0px;
}

.fa-caret-up{
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 0px;
    width: 18px;
    height: 14px;
    display: inline-block;
    bottom: 0px;
}

.approval-limit-form .select2-container .select2-selection--multiple .select2-selection__rendered {
    overflow: clip;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.is-invalid > .form-group > label.col-form-label,
.is-invalid > .form-group > label.form-label,
.is-invalid  .form-check > .form-check-label
{
    color: #a94442 !important
}
.is-valid > .form-group > label.col-form-label,
.is-valid > .form-group > label.form-label,
.is-valid  .form-check > .form-check-label
{
    color: #3c763d !important
}

.is-invalid .input-group-sm > .input-group-prepend > .input-group-text,
.is-invalid .input-group-sm > .date > .input-group-text,
.is-invalid .input-group > .input-group-prepend > .input-group-text,
.is-invalid .select2.select2-container,
.is-invalid span.input-group-addon,
.is-invalid .bootstrap-timepicker .picker
{
    color: #a94442;
    border: 1px solid #a94442;
    background-color: #f2dede !important;
}

.is-valid .input-group-sm > .input-group-prepend > .input-group-text,
.is-valid .input-group-sm > .date > .input-group-text,
.is-valid .input-group > .input-group-prepend > .input-group-text,
.is-valid .select2.select2-container,
.is-valid span.input-group-addon,
.is-valid .bootstrap-timepicker .picker
{
    color: #3c763d;
    border: 1px solid #3c763d;
    background-color: #dff0d8 !important;

}
#lpp-schedule-form .bootstrap-timepicker.input-group.input-group-sm {
    width:50%;
    min-width: 120px;
}
.is-invalid .invalid-feedback{
    display: block !important;
}

.is-invalid .form-control {
    border-color: #a94442;
    border-width: 1px;
}
.is-valid .form-control {
    color: #3c763d;
    border-color: #3c763d;
    /*border-width: 1px solid;*/
}
.is-valid .form-control:disabled {
    border-color: #3c763d !important;
}
:not(.form-floating) > .input-group-sm .select2-container--krajee-bs5 .select2-selection--single {
    height: 28px;
}

@media (min-width: 1300px) {
    .requisition-line-type {
        padding-left: 11rem !important;
    }
}

@media (min-width: 1360px) {
    .requisition-line-type {
        padding-left: 12rem !important;
    }
}

@media (min-width: 1425px) {
    .requisition-line-type {
        padding-left: 13rem !important;
    }
}

@media (min-width: 1490px) {
    .requisition-line-type {
        padding-left: 14rem !important;
    }
}

@media (min-width: 1550px) {
    .requisition-line-type {
        padding-left: 15rem !important;
    }
}

@media (min-width: 1615px) {
    .requisition-line-type {
        padding-left: 16rem !important;
    }
}

@media (min-width: 1680px) {
    .requisition-line-type {
        padding-left: 17rem !important;
    }
}

@media (min-width: 1750px) {
    .requisition-line-type {
        padding-left: 20rem !important;
    }
}

.close:focus {
    box-shadow: none !important;
}

.inventory-advance-search .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
    overflow: clip;
    text-wrap: normal;
    padding: 0px 3px;
    font-size: 10.5px;
    word-break: break-all;
}

#profile-field-form .form-control[readonly] {
    cursor: text !important;
    background-color: #fff !important;
}
.budget-form .select2-container .select2-selection--multiple .select2-selection__rendered {
    overflow: clip;
    text-wrap: wrap;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
  
    .select2-selection {
      background: #eee;
      box-shadow: none;
    }
  
    .select2-selection__arrow,
    .select2-selection__clear {
      display: none;
    }
  }
  
#print-node-child-acct-form .select2-container .select2-selection--single .select2-selection__clear {
    position: absolute;
}

.part-location-advance-search .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    overflow: clip;
    text-wrap: normal;
    padding: 0px 3px;
    font-size: 10.5px;
    word-break: break-all;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 1;
}

.form-group > div> p {
    margin: 10px 0 10px 0;
}

.custom-form-line-break {
    min-height: 40px;
    color: #31708f;
    background: #d9edf7;
    border-top: 1px solid #bce8f1!important;
    border-bottom: 1px solid #bce8f1!important;
    margin-left: -4px;
    margin-right: -15px;
    margin-bottom: 15px;
    overflow-wrap:break-word;
    padding: 10px;
}

.custom-form h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

.custom-form p {
    margin: 0 0 10px !important;
}

.custom-form form fieldset div label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control:disabled {
    background-color: #eee !important;
    border: 1px solid #ccc;
}

fieldset[disabled] .panel-heading {
    padding: 10px 15px;
}

.btn-calendar{
    background-color: #ED9C28 !important;
    border: 2px solid #d38612 !important;
    z-index: 1;
}

.progress {
    --bs-progress-bar-bg: #428bca !important;
}

.label-danger{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.editable-error-block{
    color: #a94442;
}

.bootstrap-timepicker-widget{
     width: 2.2rem !important;
     height: 9rem !important;
    padding-top: 1.1rem !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}
.bootstrap-timepicker-widget table tr:nth-child(odd){
    font-size: 1.5rem;
}
.bootstrap-timepicker-widget table tr td input{
    border: none !important;
}

.colorpicker-bs-popover {
    z-index: 9999 !important;
}

.cal_label_alignment{
    margin-left:55% !important;
}

.col-requisition-line-template > .mb-3 > .form-group > label {
    display : flex;
}

.col-form-label {
    padding-left: 0;
}

.badge-default, .label-default {
    background-color: #999;
}

.customer-part-view {
    .card {
        border-color: #ddd !important;
    }
}

.issue-update .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
    --bs-btn-close-opacity: 0.5 !important;
    --bs-btn-close-hover-opacity: 0.75 !important;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !important;
    font-size: 0.5rem;
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat !important;
}

.issue-update .btn-close:hover {
    color: var(--bs-btn-close-color) !important;
    text-decoration: none !important;
    opacity: var(--bs-btn-close-hover-opacity) !important;
}

.issue-update .btn-close:focus {
    box-shadow : none !important;
}

.dashboard-stat {
    position: relative;
}

.dashboard-reporting-report-name {
    padding-top: 25px;
    text-align: right;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 0;
    font-weight: 300;
    text-overflow: ellipsis !important;

    span {
        margin: 0 0 2px;
        padding: 0;
        font-size: 1.21rem;
        font-weight: 300;
        color: #FFF;
        text-overflow: ellipsis !important;
    }
}

.details1 {
    position: absolute;
    right: 15px;

    .desc {
        text-align: right;
        color:white;
        font-size: 16px;
        letter-spacing: 0;
        font-weight: 300;
    }
}
.details {
    h4 {
        font-weight: 500;
    }
}

.pedimento-section {
    margin-bottom: 15px;
    h4 {
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


.report-cards {
    flex-wrap: wrap;
    flex: initial;
    margin:0px;
}

.span_name {
    text-align: left !important;
}

.dashboard-stat.grey .details1 .desc {
    color: #333;
    opacity: 1;
    filter: alpha(opacity = 100);
}

.exception-reason-select {
    min-height: 35px;
    border: 1px solid #ccc;
    text-align: center;
    min-width: 150px;
}

#requisitionline-re2_expedite, #requisitionheader-re1_fmi_flag {
    border: 1px solid black;
    border-radius: 2px !important;
}

.btn-primary.active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}

#admin-toolbar > .btn {
    font-size: 14px;
}

.admin-action-dropdown {
    height: 2.35rem;
    margin-left: 5px;
    button.btn {
        color: #fff;
    }
}

.admin-action-dropdown:after {
    right: 10px !important;
    top: 16px !important;
}

 .select2-selection__choice {
    overflow: clip;
    text-wrap: wrap;
    padding: 0px 3px;
    word-break: break-all;
    overflow:hidden;
}

.return-header-shipping-form-tab-btn .select2-selection__rendered {
    width: 97.5% !important;
}

.select2-container--disabled .select2-selection,
input[disabled],
select[disabled],
.select2-container--disabled .select2-selection__rendered {
    cursor: not-allowed !important;
}


.table-headers-sticky thead{
    position: -webkit-sticky;
    position: sticky !important;
    top: 58px !important;
    z-index: 1 !important;
}

.customFormFiles{
    padding: 17px;
}
.customFormFiles > thead{
    height: 2.5rem;
}

.convertToOrder{
    cursor: not-allowed !important;
    color: #999;
}
.report-schedule-form .select2-container .select2-selection--multiple .select2-selection__rendered {
    overflow: clip;
}

.custom-table th{
    background-color:#D9EDF7;
    font-weight: bold !important;
 }
 .custom-table{
     border-left: 1px solid #E8E8E8;
     border-bottom: 1px solid #E8E8E8;
 }

.form-group > .recovery-form-label{
    text-align: left;
    padding-left: inherit;
}
.tooltipster-box {
    max-width: 500px !important;
}

