/* Bootstrap customize */

/* Primary text color */
a,
.page-link {
	color: #00AB8E;
}
.text-primary,
.btn-outline-primary,
a.text-primary:focus,
a.text-primary:hover {
	color: #00AB8E !important;
}


/* Primary background color */

.btn-primary,
.btn-outline-primary.active,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.bg-primary,
.page-item.active .page-link,
.dropdown-item.active, 
.dropdown-item:active,
.list-group-item.active {
	background-color: #00AB8E !important;
	color: #FFFFFF !important;
	z-index: 0!important;
	border-color: #00AB8E !important;
}
.btn-primary:hover {
	background-color: #00AB8E !important;
}

/* Primary border color */

.btn-primary,
.btn-primary:hover,
.btn-outline-primary,
.page-item.active .page-link,
.border-primary {
	border-color: #00AB8E !important;
}
.btn-primary:focus
{
	  outline: 0;
    box-shadow: 0 0 0 0.4rem rgba(1, 104, 84,.3);
}
/* info background color */

.btn-info,
.bg-info,
.alert-info {
	background-color: #64BED8 !important;
}

/* Customizing forms */

.hideme {
	display: none;
}

/*change toggle switch color*/
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #00AB8E !important;
    background-color: #00AB8E !important;
}

.request-preview .fas, 
.shipment-preview .fas {
	color: #00AB8E !important;
}

.bg-grey {
    /*background-color: #8B4513;*/
    background-color: #696969 !important;
    color: #FFFFFF !important;
    z-index: 0 !important;
    border-color: #696969 !important;
}

.bg-brown {
	/*background-color: #8B4513;*/
	background-color: #8B4513 !important;
    color: #FFFFFF !important;
    z-index: 0 !important;
    border-color: #8B4513 !important;
}

#title_popOver {
    background-color:#ffc107!important;
    padding: 5px;
    /*color:#fff;*/
}

 /*#64BED8 !important;*/

.bg-beige {
 	background-color: #cdb891 !important;
    color: #000 !important;
    z-index: 0 !important;
    border-color: #8B4513 !important;
}

.bg-yellow {
 	background-color: #FFFF99 !important;
    color: #000 !important;
    z-index: 0 !important;
    border-color: #8B4513 !important;
}

.ship_style .bg {
    background-color: rgb(228, 228, 228);
}

.ship_style .btn-dark {
    background-color: #00a88e;
    border: none;
}

.ship_style.btn-light {
    background-color: #00a88e;
    border: none;
}

.ship_style .activeBtn {
    background-color: #efefef;
    color:#000;
    font-weight:700;
}

.ship_style .activeBtn:hover {
    background-color: #efefef;
    color:#000;
}

.ship_style .blue {
    background: none;
    border: none;
    background-color: #cae6ef !important;
}

.ship_style #expreess:focus,
.ship_style #special_instruction:focus {
    outline: 0;
    box-shadow: 0 0 0 0.4rem rgba(0,123,255,.5);
}

.ship_style .custom-control-input:checked ~  .custom-control-label::before {
    color: #fff;
    border-color: #64BED8 !important;
    background-color: #64BED8 !important;
}

.ship_style .custom-control-label::before, 
.ship_style .custom-control-label::after {
    top: .1rem;
    width: 1.45rem;
    height: 1.45rem;
    right: 2px;
}

.ship_style .second-nav{
    top: 60px;
}

.border-3 {
    border-width:3px !important;
}

.home-btn-block {
    display: block;
    width: 48%;
    border: none;
    background-color:#00a88e;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
}

.home-btn-block:hover {
    background-color: #343a40;
    color: rgb(255, 255, 255);
}

.row-height-home {
    line-height: 30px;
}

#copy-con {
    display: grid;
}

#copyRight {
    align-self: end;
}


#copy-con {
    height: 150px;
    /*background: #000;*/
    color: #00a88e;
    padding: 10px;
    font-family: sans-serif;
}

#copyRight {
    height: 50px;
    width: 100%;
    /*background: #00a88e;*/
    text-align: right;
    vertical-align: middle;
    line-height: 50px;
}

.home-warehouse-btn {
    display: block;
    width: 48%;
    border: none;
    background-color:#000000;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
}

.home-warehouse-btn:hover {
    background-color: grey;
    color: rgb(255, 255, 255);
}

.message-row {
    /*background-color: #fff494; */
    padding: 5px; 
    line-height: 20px;
    background-color: rgb(201, 36, 36);
    color: white;
}

.ui-autocomplete-loading { 
    background: url('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-anim_basic_16x16.gif') no-repeat right center 
}

.bg-blue {
    background-color: #1446ea;
}

.scan-int-btn-block {
    display: block;
    width: 100%;
    border: none;
    background-color:#00a88e;
    color: white;
    padding: 5px 5px;
    cursor: pointer;
    text-align: center;
}

.scan-int-btn-block:hover {
    background-color: #343a40;
    color: rgb(255, 255, 255);
}