﻿/* SHIPPING LABELS - UPS*/

.ace-idle-fingers .ace_search_field {
	color: black !important;
}

.slblTop {
    width: 100%;           
    height: 50px; 
    position: fixed; 
    top: 0px; 
    left: 0px; 
    color: white;
    background-color: gray;            
    /*padding: 5px;*/
}
.slblTopOrderID {
    float: left;
    width: 20%;
    text-align: center;
}
.slblTopItems {
    float: left;
    width: 20%;
    text-align: center;
}
.slblTopMaxWt {
    float: left;
    width: 20%;
    text-align: center;
}
.slblTopTotalWeight {
    float: left;
    width: 20%;
    text-align: center;
}
.slblTopContainers {
    float: left;
    width: 20%;
    text-align: center;
}
.slblProgress {
    width: 100%;           
    height: 40px; 
    position: fixed; 
    top: 50px; 
    left: 0px; 
    background-color: lightgray;
}

/*Items Page*/
.slblProgressSpacer {
    float: left;
    width: 70%;
    text-align: Left;
    height: 30px;   
    padding-top: 10px; 
}
.slblContainerButton {
    float: left;
    width: 15%;
    text-align: center;
    height: 37px;   
    font-size: 1.2em;
    padding-top: 3px; 
}

.slblContainerAdd {
    
}

.slblContainerRemove {
    
}

.slblMain {
    font-size: 0.8em;
}
.slblItems {
    margin: 5px;
    padding: 8px;
    position: fixed; 
    top: 95px;            
    width: 100%;
    height: 390px;
    background-color: white;
    overflow: auto;
}
.slblHeader {
    background-color: gray;
    color: white;
    height: 25px;
    padding-top: 5px;
}
.slblFooter {
    background-color: gray;
    color: white;
    height: 25px;
    padding-top: 5px;
}
.slblItem {
    border: solid 1px lightgray;
}
.slblItemNo {
    float: left;
    width: 40px;
    text-align: center;
}
.slblItemID {
    float: left;
    width: 100px;
    text-align: center;
}
.slblItemJobName {
    float: left;
    width: 250px;
}
.slblItemName {
    float: left;
    width: 120px;
}
.slblItemDate {
    float: left;
    width: 100px;
}
.slblItemQty {
    float: left;
    width: 70px;
    text-align: center;
}
.slblItemPrice {
    float: left;
    width: 100px;
    text-align: right;
}
.slblItemWt {
    float: left;
    width: 80px;
    text-align: right;
}
.slblItemContainer {
    float: left;
    width: 90px;
    text-align: right;
}
.slblNav {
    width: 100%;           
    height: 30px; 
    position: fixed; 
    bottom: 0px; 
    left: 0px; 
    background-color: gray;            
    padding: 10px;
}
.slblNavLeft {
    float: left;
    width: 20%;
    text-align: left; 
    margin-left: 1%;           
}
.slblNavCenter {
    float: left;
    width: 56%;
    text-align: center;
}
.slblNavRight {
    float: left;
    width: 20%;
    text-align: right;
    margin-right: 1%;
}
.slblcls {
    clear: both;
}
.slblSmall {
    Height: 10px;
    font-size: 7pt;
}
.slblNormal {
    font-size: 16pt;
}

/* ADDRESSES */

.slblProgressShipperButton {
    float: left;
    width: 33%;
    text-align: center;
    height: 40px;   
    padding-top: 10px; 
}

.slblProgressShipperButtonSelected {
    background-color: black;          
    height: 30px;   
}

.shphlButton {
    font-size: 18px !important;    
    color: Black !important;
}

.shplkButton {
    font-size: 18px !important;    
    color: Black !important;
}


.shphlButtonSelected {
    font-size: 18px !important;    
    color: White !important;
}

.slblField {
    margin-top: 5px;
}
.slblFieldLabel {
    float: left;
    width: 25%;
}
.slblFieldControl {
    float: left;
    width: 70%;
}

.slblTitle {
    font-size: 14px;
    font-weight: bold;
}

.slblList {

}

.btnShipLarge {
    font-size: 16px !important;
}
.txtShipInfo {
    font-size: 14px !important;
}

.drpShipAccDropdown {
    font-size: 14px !important;
}

.shpWarning {
    color: gold;
}

.slblShade {
    background-color: #404040;
    color: white;
}

/* Telerik Bootstrap Override */
.RadSearchBox_Bootstrap .rsbInput {
	padding-top: 18px !important;
}

.bootbox.modal > .modal-dialog {
	z-index: 3000 !important;
	margin-top: 100px;
}

.RadSearchBox .rsbInput {
   height: 26px !important;
}

#tabOrderDetail li a {
	color: #888;
}

#tabOrderDetail li a.active {
	color: #000 !important;
}

.ep-row-production-facility {
    background-color: #FF6376;    
}

/* Color Admin Override */
.panel-inverse .panel-heading {
    padding: 4px 10px;
}

.panel.panel-inverse {
    margin-bottom: 10px;
}

/* KIT */
ul.ep-kit-ul {
    list-style-type: circle;
}

li.ep-kit-li {
    margin-left: -10px;
}

.ep-checkbox input {    
    vertical-align: middle;    
}

.ep-checkbox label {        
    text-indent: 5px;
}

.ep-row-pending {
	background-color: #A0A0A0;
	
}

.sidebar .sub-menu {
    padding: 5px 0 10px 25px;
}

/* Search Content Start */

.search-content {
    width: 100%;
    position: relative;
    display: flex;
}

.search-term {
    width: 100%;
    border: 1px solid #777777;
    border-right: none;
    padding: 5px;
    height: 24px;
    border-radius: 3px 0 0 3px;
    outline: none;
    color: #555555;
    /*color: #9DBFAF;*/
}

    .search-term:focus {
        /*color: #00B4CC;*/
        color: #777777;
    }

.searchButton {
    width: 30px;
    height: 24px;
    border: 1px solid #777777;
    /*background: #00B4CC;*/
    background: #777777;
    text-align: center;
    color: #fff;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    font-size: 14px;
}

/*Resize the wrap to see the search bar change!*/
.search-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Search Content End */


/*input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {*/
    /* display: none; <- Crashes Chrome on hover */
    /*-webkit-appearance: none;
    margin: 0;*/ /* <-- Apparently some margin are still there even though it's hidden */
/*}*/

input[type=number] {
    -moz-appearance: textfield !important; /* Firefox */
}

.ep-od-page .badge {
    padding: .1em .3em;
}

.RadGrid td {
    font-size: 1.0rem !important;    
}




.RadGrid {
    height: inherit !important;
}