.order-status{
    background: #686868 !important;
}
.order-status-btn-active {
	 background: #25B54A !important;
}
.order-status-btn, .order-status-btn:hover{
   
    background: #A9F5BB;
    color:#000000;
    width: 90%;
    height: 47px;
    font-size: 20px;
    text-transform: uppercase;
    border: 3px solid blue;
    padding: 9px;
    outline: 2px solid white;
    padding: 0px;
}

.order-status-quickrec, .order-status-quickrec:hover{
    background: #A9F5BB;
    color:#000000;
    width: 90%;
    height: 47px;
    font-size: 20px;
    text-transform: uppercase;
    border: 3px solid blue;
    padding: 9px;
    outline: 2px solid white;
    margin-top: 6%;
    padding: 0px;
}
.status {
    border-right: 4px solid #FBBC04;   
}
.res-information-card {
    background: #4F4F4F;
}
.alert-order-status-he{
    background: #131313;
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.order-status-hr{
    border: 2px solid #FBBC04;
    opacity: 1;
}
.order-review-hr{
    border: 2px solid #34A853;
    opacity: 1;
}
.order-status-exit,.order-status-exit:hover {
    background: #D70000;
    width: 113.85px;
    height:34.75px;
    color:White;
    border:2px solid black;
    font-weight: normal;
    padding: 0px;
}
.order-review-back,.order-review-back:hover, .recipet-review-back,.recipet-review-back:hover {
    background: #D70000;
    width: 113.85px;
    height:34.75px;
    color:White;
    border:2px solid black;
    font-weight: normal;
    padding: 0px;
    margin: 11px;
    margin-top: 43px;
}
.order-status-reset,.order-status-reset:hover {
    background: #19B33D;
    width: 113.85px;
    height:34.75px;
    color:black;
    border:2px solid black;
    font-weight: normal;
    padding: 0px;
}
.order-status-search,.order-status-search:hover,.order-recp-search,.order-recp-search:hover {
    background: #FBBC04;
    width: 193.34px;
    height:50.2px;
    color:black;
    border:2px solid black;
    font-weight: bold;
    padding: 0px;
    font-size: 20px;
    float: right;
    text-transform: uppercase;
}
.get-on-email,.get-on-email:hover,.get-on-email,.get-on-email:hover {
    background: #FBBC04;
    width: 113.85px;
    height: 34.75px;
    color: White;
    border: 2px solid black;
    font-weight: normal;
    padding: 0px;
    margin: 11px;
    margin-top: 43px;
	float: right;
	color:black;
	font-weight:600;
}
.get-a-print,.get-a-print:hover,.get-a-print,.get-a-print:hover {
    background: #231F20;
    width: 113.85px;
    height: 34.75px;
    color: #FFFFFF;
    border: 2px solid black;
    font-weight: normal;
    padding: 0px;
    margin: 11px;
    margin-top: 43px;
	float: right;
	font-weight:600;
}
.order-status-text {
    font-size: 14px;
    color:white;
    text-align: justify;
    padding: 16px;
    font-size: 14px;

}

.order-status-tag,.order-status-tag:hover{
    background: #A9F5BB;
    color:#000000;
     border: 3px solid blue;
    padding: 0px;
    outline: 2px solid white;
    z-index: 1000;
    text-transform: uppercase;
    font-size: 17;
    font-weight: bold;
   
    position: absolute;
    left: 49px;
    top: -4%;
    width: 182px;
    height: 45px;   
}
.res-information{
    position: relative;
}
.orders-status-review {
    display: none;
}
.lble-status-rev {
    font-size: 14px;
    color: #000000;
    padding: 0px;
    font-weight: 600;
}
.p-status-rev {
    color: #032B7A;
    font-size: 17px;
    font-weight: 500;
    padding: 0px;
}
.red-color {
    color:#D70000;
}

.orders-recp,.orders-recp-review,.quick-re {
    display: none;
}
.error-valid {
	display:none;
	color:red;
	font-weight:600;
}
@media screen and (min-width: 300px) and (max-width: 768px) {
	.order-status-btn {
		width: 41% !important;
		font-size: 14px;
	}
	.order-status-quickrec {
		width: 41% !important;
		font-size: 14px;
		margin-left:2%;
		margin-top:0px !important;
	}
	.order-status-btn-active {
		font-size: 14px !important;
	}
	.res-information {
		margin-top:5%;
	}
	.order-status-tag {
		 position:static !important;
	}
	.res-information-card {
		margin:0px !important;
	}
	.order-status-search,.order-recp-search {
		width:100% !important;
	}
	.status {
		border:unset !important;
	}
	.get-on-email,.get-a-print,.recipet-review-back {
		margin-top:10px;
	}
}