
a.stateColorCode:hover,a.stateColorCode:focus{
    text-decoration: none;
}
.animated.fadeIn{
    min-height: 100vh;
}
.tags-input-shipment{
    width:50%;
}
.bg-light-gray{
    background-color: #e2e2e2!important;
}
.input-group .btn{
    /* min-height: 40px; */
}

.hide-bg-border,.hide-bg-border:focus{
    background-color: unset!important;
    border:none!important;
    box-shadow:unset!important;
}
.full-width-panel {
    /* undo the white-space setting Fresh puts in */
    white-space: normal;
    height: 100%;
    width: 99%;
    background-color: #fff;
    border-right: unset;
    border: none;
    border-style: none;
    box-sizing: border-box;
    padding:5px;
    padding-left:50px;
    /* margin-top: 20px; */
}
.full-width-panel .child-row-controls{
    border-radius: 5px;
    border: 1px solid lightgray;
    box-shadow: unset;
    padding:10px;
    padding-top: 3px;
    padding-bottom: 0px;
}
.ag-grid-antennaDiv{
}
.btn-ag{
    margin:2px;
}
.ag-full-width-row{
    background-color: #fff!important;
}
.ag-icon.ag-icon-expanded,
.ag-icon.ag-icon-contracted{
    margin-right:0px!important;
}
/* https://github.com/ag-grid/ag-grid/issues/87 */
div.ag-root {
    /* -webkit-user-select:text;
    -moz-user-select:text;
    -ms-user-select:text;
    user-select:text; */
}

input[type=number].number::-webkit-inner-spin-button, 
input[type=number].number::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

.wip_red{
    background: #f86c6b;
}
.wip_green{
    background:#3a9d5d;
}
.wip_brown{
    background:#BF9000;
}
.wip_blue{
    background:#39b2d5;
}
.lnk-cursor{
	cursor: pointer;
}
.ag-pinned-left-cols-container .ag-cell{
    border-right:none!important;
}
.no-right-border{
    border-right:none!important;
}
.no-left-border{
    border-left:none!important;
}
.bg-pink,.bg-pink a,.bg-pink a.text-info{
    background-color: #F4CCCCCC!important;
    border-color: #F4CCCCCC!important;
    color: #000!important;
}
.bg-primary,.bg-primary a,.bg-primary a.text-info {
    background-color: #20a8d8!important;
    border-color: #20a8d8!important;
    color: #fff!important;
}
.timeline-primary {
    background-color: #20a8d8;
    border-color: #20a8d8;
    color: #fff;
    font-weight: bold;
}
.timeline-green {
    background-color: #2ecc71;
    border-color: #27ae60;
    color: #fff;
    font-weight: bold;
}

.timeline-red {
    background-color: #e74c3c;
    border-color: #c0392b;
    color: #fff;
    font-weight: bold;
}
.tab-open-cls.active{
    border: none!important;
    border-bottom: 4px solid #20a8d8!important;
    background: unset!important;
    color: #000!important;
    font-weight: 500!important;
    margin-bottom: 5px!important;
}
.tab-open-cls{
    border: none!important;
    color:  #20a8d8!important;
    background: #FFF!important;
    font-weight: 500!important;
    margin-bottom: 5px!important;
}

.badge-dead{
    background: darkgray;
}
.text-dead{
    color: darkgray;
}
input.ag-cell-edit-input,select.ag-cell-edit-input{
    width: 100%;
    border-radius: 5px;
    height: 40px!important;
    line-height: 5px;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    color: #3e515b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #e3e8ec;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.ag-theme-balham .ag-cell-inline-editing{
    height: auto!important;
}
.card{
    border:none;
}
.card-body{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.5rem;
}
.ti-new-tag-input-wrapper input{
    width: 100%;
    border-radius: 5px;
}
.vue-tags-input{
    max-width: 100%!important;
}
.form-control{
    width: 100%;
    border-radius: 5px;
    height: 40px!important;
    line-height: 5px;
}
textarea.form-control{
    height: auto!important;
    line-height: 20px;
    max-height: 90px;
}
.chart-tree-view .node-div{
    border: 1px solid #eee;
    line-height: 15px;
    padding-left: 2px;
    padding-right: 2px;
}
.chart-tree-view .node { color: #9CB5ED; border: 1px solid #C8C8C8; border-radius: 3px; }

.chart-tree-view .node p { padding: 3px; margin: 0; }

.chart-tree-view .node.highligh-node,.highligh-node{
    background-color: #94a0b2;
    color: #FFF;
}
table.show-scroll th.text-right,table.show-scroll td.text-right{
    padding-right: 20px!important;
}


footer.app-footer{
    padding: 5px;
}
.breadcrumb-item + .breadcrumb-item::before{
    /* content:'>'; */
}
ol.breadcrumb{
    padding: 7px;
    margin-bottom: 0.5rem;
    display: block;
    padding-bottom: 30px;
    margin-left:-30px;
    margin-right:-30px;
    padding-left: 32px;
}
ol.breadcrumb li{
    float: left;
}
/***side bar icons fixes and scroll remove begins**/
.sidebar-fixed .sidebar{
    position:relative;
    height:unset;
}
.sidebar-fixed .main, .sidebar-fixed .app-footer{
    margin-left: 0px;
}
/***side bar icons fixes and scroll remove ends**/
.sidebar-minimized .sidebar .sidebar-nav{
    /* overflow-y:auto; */
}
.sidebar .sidebar-minimizer{
    /* display: none; */
}
div.hide-label label.control-label{
    display: none;
}
table.show-scroll thead{
    background-color:#f1f3f8;
}
table.cs-sorting .sorting,table.cs-sorting .sorting_asc,table.cs-sorting .sorting_desc {
    background-repeat: no-repeat;
    background-position: 100%;
    cursor: pointer;
}
table.cs-sorting .sorting {
    background-image: url('../../static/img/sort_both.png')!important;
}
table.cs-sorting .sorting_asc {
    background-image: url('../../static/img/sort_asc.png')!important;
}
table.cs-sorting .sorting_desc {
    background-image: url('../../static/img/sort_desc.png')!important;
}

.app-header.navbar .navbar-brand{
    background-size:180px auto; 
}
ul.instructions{
    /* color: #70a1ff; */
    list-style: none;
    /* list-style: upper-roman; */
    padding-left: 10px;
    margin-left:10px; 
}
.modal-page-wd{
    max-width: 1000px;
}
.modal-xl{
    max-width: 1100px;
    /* max-width:calc(100% - 100px); */
}
.modal-md{
    max-width: calc(500px - 10px);
}
.table-pr thead{
    background: #20a8d8;
    color:#FFF;
}
.tooltip{
    min-width: 27%;
    background-color: #000;
}
table.footer-bold tr:last-child{
    font-weight: bold;
}
.no-wrap{
    white-space: nowrap;
}
textarea.internal{
    background-color: lightyellow;
}
table.no-pad tr th,table.no-pad tr td,
.no-pad{
    padding: 2px!important;
}
table.no-border tr th,table.no-border tr td,
.no-border{
    border:none!important;
}
table.child-table thead{
    /* background-color:#20a8d8;
    color:#FFF; */
    background-color: #e1f5fe; 
    color:#039be5;
    
}

div.dataTables_wrapper div.dataTables_filter input{
    width:75%;
}
/***Dashboard page tables**/
table.dashboard{
    margin-left:-10px!important;
}
table.dashboard th{
    font-size: 0.8125rem;
}
table.dashboard td{
    font-size: 0.6825rem;
}


.no-wrap{
    white-space: nowrap;
}
.hide{
    display: none;
}
table.child-table thead{
    /* background-color:#20a8d8;
    color:#FFF; */
    background-color: #e1f5fe; 
    color:#039be5;
    
}

.filter-row{
    /* margin-right: 10px; */
    /* margin-left: -15px!important;
    padding-right: 15px; */
}
.filter-row .control-label{
	color: gray;
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 14px;
}
.filter-btns{
	margin-left: 7px;
}
.filter-btns button{
	margin-right: 6px;
}
.export-btn{
    padding: 0.375rem 0.50rem;
}

.filter-row input.search,select.search{
    width: 100%;
    /* margin-left: 2%; */
    border-radius: 5px;
    height: 40px!important;
    line-height: 5px;
}
.filter-row .col-sm-2,.filter-row .col-sm-3, .filter-row .col-sm-4, .filter-row .col-sm-5, .filter-row .col-sm-6{
    /* padding-right: 0px;
    padding-left: 8px; */
}
.vue-treeselect__control{min-height: 40px!important;}
.disable-cursor{
	cursor: not-allowed;
}
.export,.export:hover{
    text-decoration: none;
    font-size: 25px;
    }
.modal-footer{
    padding:7px; 
}
label.control-label{
    margin-bottom: 0px;
}
.no-m .mt-4{
margin-top: 0px!important;
}
.mrp-pop .mt-4{
margin-top: -6px!important;
}
.no-modal-scroll{
  max-height: auto!important;
  overflow-y: hidden!important;
  overflow-x: hidden!important;
}
.modal-body-p-b-no{
    padding-bottom: 0px;
}
.hide-vue-datatable-gear .btn-group{
    display: none;
}
.table-responsive.hide-hr-scroll{
    overflow-x: hidden;
}
.max-height-530{
    min-width: 530px;
}
.max-height-600{
    min-width: 600px;
}
.min-width-50{
    min-width: 50px;
}
.min-width-55{
    min-width: 55px;
}
.min-width-60{
    min-width: 60px;
}
.min-width-65{
    min-width: 65px;
}
.min-width-70{
    min-width: 70px;
}
.min-width-80{
    min-width: 80px;
}
.min-width-90{
    min-width: 90px;
}
.min-width-100{
    min-width: 100px;
}
.min-width-105{
    min-width: 105px;
}
.min-width-115{
    min-width: 115px;
}
.min-width-120{
    min-width: 120px;
}
.min-width-130{
    min-width: 130px;
}
.min-width-140{
    min-width: 140px;
}
.min-width-150{
    min-width: 150px;
}
.min-width-160{
    min-width: 150px;
}
.min-width-170{
    min-width: 170px;
}
.min-width-185{
    min-width: 185px;
}
.dataTables_wrapper.container-fluid{
    padding:0px 10px; 
}
.small-badge .badge{
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 60%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.modal-dialog{
    margin:10px auto;
}
.fc-day-grid-event .fc-time,.fc-time,.fc-event-time{display: none!important;}
/**When dropdown for multiselect opened month is visible on top**/
.fc-toolbar .fc-state-active{
    z-index: 2;
}
hr.custom{
	background-color: #fff;
	color: #808080;
	border-top: 2px dashed #8e8e8e;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
}

.input-search input{
    border-right:none; 
    border-bottom-right-radius:unset;
    border-top-right-radius:unset; 
}
.input-search div.input-group-addon{
    background: none;
    border-left: none;
    padding-left: 0px;
    min-width: 20px;
    color: #000;
    border-bottom-left-radius:unset;
    border-top-left-radius:unset; 
}


.searchclear,.searchclear-filter {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
    z-index: 3;
}

.searchclear-filter{
	right: 22px;
  height: 20px;
}

/***************RFID MRP*****************/
td.mrpMinColumn {
    background-color: #f1c40f;
}
/* yellow for the Bin Min column */

td.mrpMaxColumn {
    background-color: #3498db;
}
/* blue for the Bin Min column */

td.mrpOHColumn {
    background-color: #2ecc71;
}
/* green for the On Hand column */


/********************************
 Neal's UI edits below 
 ********************************/

body {
    background-color: #fff;
}
/* reset page background color to white */

.nl-page-title-area {
  padding-top: 1rem;
  /* padding-bottom: 1rem; */
}
/* spacing for the page title area */

div.main {
  background-color: #fff;
}

.sidebar {
  background-color: #f3f3f5;
  border-right: 1px solid #dfe4e9;
}

.sidebar .sidebar-nav {
  padding-top: 2rem;
}

.sidebar ul.nav {
  background-color: #f3f3f5;
  border-right: 1px solid #dfe4e9;
}

.sidebar .nav-link.active, .sidebar .active-dropdown-toggle {
  color: #000;
  background-color: #f3f3f5;
  font-weight: bold;
}

.sidebar .nav-link.active i {
  color: #116db6;
}

.sidebar .nav-link:hover {
  background-color: #116dfe;
}

.sidebar .nav-title {
  color: #116db6;
}

.button-download {
  border-color: #116dfe;
  color:#116dfe;
}
.button-download:hover {
    background-color: #116dfe;
    border: 1px solid #116dfe;
    color: #fff;
}

.button-create-new {
    /* border-color: #ff8a14;
    color: #ff8a14;
    margin-right: 1em; */
}
.button-create-new:hover {
    /* background-color: #ff8a14;
    border-color: #ff8a14;
    border: 1px solid #ff8a14;
    color: #fff; */
}
.sidebar .sidebar-minimizer {
    background-color: rgba(0,0,0,0);
}
/* .btn-outline-success:disabled,.btn-outline-success{
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74;
}
.btn-outline-danger:disabled,.btn-outline-danger{
    color: #fff;
    background-color: #f86c6b;
    border-color: #f86c6b;
}
.button-download:disabled,.btn-outline-primary:disabled
.button-download,.btn-outline-primary{
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8;
}
.btn-outline-warning:disabled,.btn-outline-warning{
    color: #111;
    background-color: #f8cb00;
    border-color: #f8cb00;
}
.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    
} */

/**item detail small height**/
table.small-height .vue-treeselect__control,
table.small-height .form-control{
    min-height: 15px!important;
    max-height: 30px!important;
    line-height: unset;
}
.form-control{
    line-height: 1.8;
}

.a-cursor{
    cursor: pointer;
}