/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*div.white-section div.bootstrap-select select button{*/
/*    border: 1px solid;*/
/*}*/

body:not(.device-xs) .price-block:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

body:not(.device-xs) .price-block:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left: 1px solid #EEE;
}

.price-block-wrap {
    border-radius: 6px;
    box-shadow: 0 10px 40px rgba(14, 72, 119, 0.2);
}

.price-block {
    background-color: #FFF;
    transition: all .3s ease;
}

.price-block:hover {
    background-color: #F8F9FA;
    cursor: pointer;
}


.font-weight-bold {
    font-weight: bold;
}

/* PHOENIXAMD COLOR CODES */

.bg-phx-green {
    background: #63ae45;
}

.bg-phx-green-lighter {
    background: #c0deb4;
}

.btn-phx-green {
    background: #63ae45;
    color: white;
}

.btn-phx-green:hover {
    color: white;
}

.bg-phx-blue {
    background: #0177bf;
}

.bg-phx-blue-lighter {
    background: #b2d6eb;
}

.btn-phx-blue {
    background: #0177bf;
    color: white;
}

.btn-phx-blue:hover {
    color: white;
}

.bg-teal {
    color: white;
    background: #869fa1 !important;
}

.bg-teal-lighter {
    color: white;
    background: #dce3e4 !important;
}

/* END - PHOENIXAMD COLOR CODES */

.table-input-qty {
    width: 100%;
}

.quantity {
    margin: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-block {
    width: 100%;
}

ul#reOrder-AccountSearchResult {
    max-height: 250px;
    overflow-y: scroll;
}

ul#reOrder-AccountSearchResult li {
    list-style: none;
    padding: 5px 10px;
}

ul#reOrder-AccountSearchResult li:hover {
    background: #d1f1eb;
}

ul#reOrder-AccountSearchResult li a {
    color: #323232;
}

.product-price-total {
    font-weight: bold;
    font-size: 21px;
}

thead.table-order-info-head th {
    /*padding: 20px 0;*/
    /*max-height: 68px;*/
}

/*div.order-info-box {*/
/*    margin: auto;*/
/*    position: fixed;*/
/*    bottom: 5%;*/
/*    width: 100%;*/
/*    height: 100px;*/
/*    background: red;*/
/*}*/

/*.min-vh-82{*/
/*    min-height: 100vh;*/
/*}*/
