﻿.textNew
{
   font-family: "Times New Roman", Times, serif;
   color:black;
   font-size:15px;

}

.productDescription{
    color: #263a7d;
    font-size:x-large;

}

.content:before {
  content: "";
  position:fixed;
  z-index: -1;
  display:inherit; 
  width: 100%;
  height: 100%;

 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   background-image: url('https://orders.pipelineMedical.com/image/LoginPageNew.jpg');
  
}

.LandingPageImage {
    display:block;
    width:100%; 
    height:auto;
    position: relative; 
    z-index: 3;

}

.LandingPageImageOverlay{
    position: absolute;
    height:400px;
    width:300px;
    top: 20%; 
    left:150px;
    z-index: 4;
    

}

.checkOutHeader{
    background-color:yellow;

}
.LandingPageImageOverlayShoppingCart{
    border-radius:6px;
    -moz-border-radius:6px;
    height:300px;
    width:400px;
    opacity:10;
     background-image: url('/image/LoginPageShoppingCart.jpg') ;  
   background-repeat:no-repeat;
   background-size: 100% 100%;
}

.tableOrderAcil
{
    border: 1px solid black;
}

div.RadGrid  .rgRow  td,
div.RadGrid  .rgAltRow  td
{
         border-bottom:  solid white;

}

div.RadGrid  .rgHeader  
{
         
         background-color:#263a7d;
}

.rrItem
    {
        margin: 0 10px 0 10px;

    }



.control-group {
    display: inline-block;
    vertical-align: middle;
    background-color:black;

}

.headerClient
{
    align-content:center;
    background-color:#0C1548;
}

.headerClientCheckOut
{
    align-content:center;
    background-color:#263a7d;
}

.SearchResultsHeader
{
    font-size:xx-large;
    color:darkblue;
    font-family:'Arial Rounded MT';
    margin:20px;
}

.AcilLastOrdered{
    color:#51afca;
}

.AcilProductDescription
{
    font-size:large;
    color:#263a7d;
    font-family:'Arial Rounded MT';
    align-content:flex-start;
    align-items:flex-start;
    text-transform: uppercase;

}

.AcilProductPrice
{
    font-size:large;
    color:black;
    font-family:'Arial Rounded MT';
    margin:20px;
}

.AcilProductLastOrdered
{
    font-size:medium;
    color:black;
    font-family:'Arial Rounded MT';
    margin:20px;
}

.acilProductImage {
    
    
    
    
}

.hrSearchResultsHeader { 
    display: block;
    border-style:inset;
    border-width: 2px;
    margin:1px;
}

.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}


   
        .btnPlaceOrder {
            width:300px;
            height:50px;
        font-weight:lighter;
        font-size: 13pt;
        color:white;
        background-color: #263a7D;
        border: 1px solid #788604;
        text-align: center;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 18px;
    }



.rgGridReturn_Backup .rgAltRow_Backup {
        background-color: #fafafa!important;
        border-bottom: 1px solid #788604;


}