﻿body {
}


.TopNavContent
{
  padding:7px 10px 0px 10px;    
  float: left;
  border-left: 1px solid grey;
  height:40px;
  text-align: center;
  cursor: pointer;
    }


.TopNavContent p {

 padding: 0px;
  margin: 0px;
 /* font-size: xx-small;*/
}



 #TopNavList div 
    {
  text-align: center; 
  text-align: -webkit-center;
    }
   
   
    
    #TopNavList div a
    {
          color: #afb2b5;
        
        }



#TopNavList #FadeInNav {
    height: auto;
    padding-bottom: 10px;
    min-height: 114px;
}


#TopNavList #SignIn 
{
       border-left: 0px; 
text-align: center;
  text-align: -webkit-center;
  padding: 0px;
  border: 0px;
  float: none;
  height: 0px;
    
    }


#TopNavList:hover .FadeOut 
{
    display:block;
    }



/* This code is what maje the Order Pop up tool tip work */


.OrderShipTo a {
	position: relative;
	cursor: pointer;
	display: inline-block;
}

.OrderShipTo a > i {
  text-align: center;
  line-height: 150%;
  color: black;
  background: #DDD;
  background-clip: padding-box;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
  border: 5px solid darkgrey;
  border-radius: 3px;
  position: absolute;
  width: 250px;
  left: 50%;
  margin-left: -134px;
  padding: 10px 0;
  bottom: 0px;
  margin-bottom: -115px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  z-index: 9000;
}




.OrderShipTo a > i:before, .OrderShipTo a > i:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #DDD;
  top: -7%;
  left: 50%;
  margin-left: -10px;
}

.OrderShipTo a > i:before {
    border-bottom: 10px solid darkgrey;
    margin-top: -5px;
}

.OrderShipTo a > i:after
{    
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #DDD;
    margin-top: 0px;
    z-index: 1;
}

.OrderShipTo a:hover > i {
	visibility: visible;
	opacity: 1;
}  
 /******************* End **************************/
 
  

.FadeOut{
  display: none;
  position: absolute;
    top: 40px;
  right: 0px;
  /* border-radius: 0px 0px 10px 10px; */
  box-shadow: 5px 9px 30px;
  border: 1px solid grey;
}




#FadeInNav > p:before, #FadeInNav > p:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid whitesmoke;
  top: -6%;
  left: 74%;
}


#FadeInNav > p:before
{
  border-bottom: 10px solid darkgrey;
    margin-top: -3px;
    
    }


#FadeInNav > p:after
{    
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;	
	border-bottom: 10px solid whitesmoke;
	margin-top: -2px;
	z-index: 1;
}


.FadeOut:hover {
display:block;

}

.FadeNavSubItems{
font-weight: bold;
font-family: monospace;
}

.FadeNavSubItems:hover{
color: #00457c;
}

a 
{
    
text-decoration: none;

}

a:hover {
text-decoration: none;

}


#FadeInNav
{
height:135px;    
width: 223px;
background-color: whitesmoke;
padding-bottom: 20px;
z-index: 9000;
}


#FadeInNav a
{    
      color: #12355b;    
 }


#FadeInNav a:visited
{    
      color: #12355b;    
    }
     
     
   #FadeInNav a:hover
{    
     color: #B81324;  
    }
        
  #FadeInNav a:visited:hover
{    
     color: #B81324;  
    }


    #OrdersMenu {
          margin-left: 20px;
    }


 #OrdersMenu ul {
   min-height: 10px;
  }


#OrdersMenu ul li {

  float: left;
  margin-right: 25px;
}


#OrdersMenu ul li:hover{
border-bottom: solid 3px #12355b;

}



.OrderCustoPO
{
   
  float: left;
  width: 15%;
  /* margin-top: 5px; */
  padding-top: 5px;

}



    .OrderNumber {
  float: left; 
  padding-top: 5px;

    }



   #OrderDropDown {

  border-radius: 5px;
  height: 30px;
  background-color: lightgrey;

    }


  #OrderDropDown .DropDownOption:hover {
      background-color:darkgrey;
    }



    .OrderItem 
    {
        width:100%;
        margin-top: 60px;
        min-height: 205px;
        margin-bottom: 20px;
        border: solid 1px lightgrey;
        border-radius: 5px;
        display: table;
    }

    .OrderItemWrapper 
    {
        width: 94%;
        float:left;
        margin:35px 35px 0px 35px;
    }



    .OrderItemImage {
        width: 12%;
        margin-left: 20px;
        float: left;
        min-width: 115px;
    }


    .OrderItemDescription {
        float: left;
        width: 60%;
    }


  .OrderItemDescription p {
        margin:0;   
    }

  .OrderItemDescription a:hover {
       color:Red;  
    }

    .OrderItemHead {
  min-height: 50px;
  background-color: #eee;
  border-bottom: solid 1px lightgrey;
  display: table-row;
    }

    .OrderDate {
  float: left;
  width: 13%;
  margin-left: 14px;
  /* margin-top: 5px; */
  padding-top: 5px;

    }
 
    



.OrderTotal {
  float: left;
  width: 10%;
  /* margin-top: 5px; */
  padding-top: 5px;

    }



.Success{
  border: solid 1px #008500;
  height: 74px;
  border-color: #89cd89;
  display: block;
  padding-bottom: 20px;
  padding-left: 20px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 14px!important;
  box-shadow: 0 0 0 4px #ebfaeb inset;
}






.Success h4 
{
   color: #008500;
   font-weight: normal;
   font-size: 17px;
   line-height: 1.255; 
}


.Success span 
{
      font-size: 13px;
  line-height: 19px;
}

hr.style-two {
    border: 0;
    height: 1px;
     padding: 0px;
    margin: 0px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


hr.style-four {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
    padding: 0px;
    margin: 0px;
}


#FirstHR{
margin-top: 15px;

}


.AccountSignUp{

margin-top: 22px;

}




#SignIn a 
{
   color:#12355b;    
 }
    
     
#SignIn a:visited 
{
   color:darkgrey;    
}    



.MockButton
{
    
  font-size: 14px;
  color: white;
  background-color: #00457c;
  border-radius: 5px;
  padding: 9px 55px 9px 55px;
  box-shadow: 4px 4px 15px grey;

}


    .Inputs {

        float:left

    }

    .Lables {
     
        font-size: 20px;
          padding-top: 5px;
  padding-bottom: 5px;
    }

    .Container {
  clear: both;
  width: 70%;
  font-size: 0.8125em;
  max-width: 92.3em;
  margin: 0 auto;
  padding: 1em 0px;
  color: #333;
  line-height: 1.5em;
  position: relative;

    }


  .AddressContainer {
  width: 60%;
  max-width: 600px;
  clear: both;
  font-size: 0.8125em;
  margin: 0 auto;
  padding: 1em 0px;
  color: #333;
  line-height: 1.5em;
  position: relative;

    }


  #AddressContainer p {
    margin-bottom:0px;

    }


   #OrdersContainer {
  width: 90%;
  clear: both;
  margin: 0 auto;
  color: #333;
  line-height: 1.5em;
  position: relative;
   
    }


    #AccountSettings {
        position:relative;
    }



    #FnameEditbtn {
    }



    .SmallButton {
  padding: 7px 20px 7px 20px;
  margin-top: 5px;
  background-color: #12355b;
  color: white;
  border: 0px;
  box-shadow: 4px 4px 15px grey;
  float: right;
  margin-right: 20px;
    font-size: 16px;
  font-weight: bold;
    }
    
    
       .SmallButton:hover
    {
        
        color:White;        
     }
        
    .SmallButton:visited
    {
        
        color:White;        
     }
    
     .SmallButton:visited:hover
    {        
        color:White;        
    }
      

    .EditRow {
  /*width: 40%;
  float: left;*/
  margin-left: 20px;
    }


        .EditRow div {
              font-weight: bold;
  font-size: 12pt;
        }

.EditRow .Data {
    font-weight: normal;
    margin-top:10px;
        }

.FirstEditContainer {

  position: relative;
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* margin-left: 10%; */
  /* margin-right: 10%; */
  /* margin-top: 20px; */
  /*margin-left: auto; */
  /*margin-right: auto; */
 /*width: 75%;*/ 
  min-height: 40px;
   border: solid 1px #ddd;

    }



    .EditContainer {
  position: relative;
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* margin-left: 10%; */
  /* margin-right: 10%; */
   /* margin-top: 20px;*/
   /*margin-left: auto;*/
   /*margin-right: auto;*/
   /*width: 75%;*/
  min-height: 40px;
  border: solid 1px #ddd;

  margin-top: 0px;
  border-top: 0px;

    }




  .AccountSection {
    width: 100%;
  /*background-color: darkgrey;*/
    min-height: 300px;
  /*box-shadow: 4px 4px 15px;*/
    margin-left: auto;
    margin-right: auto;
    
    }

    .AddressSection {
    width: 100%;
    /*background-color: darkgrey;*/
    min-height: 392px;
    /*box-shadow: 4px 4px 15px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    /* border: 1px solid darkgrey; */
    padding: 20px;
    /*box-shadow: 4px 4px 23px darkgrey;*/
    border: solid 1px lightgrey;
    }

    .Border {
     min-height: 65px;
     padding-top: 10px;
    }

    .LargeButton {
     float: right;
     padding: 10px 25px;
     background-color: darkgrey;
     font-size: 15px;
     color: black;
     box-shadow: 4px 4px 15px darkgrey;
     border: 0px;
    }

    #AddressContainer {
     margin-left: 50px;
    }

    #AddressShipBtns {
     margin-top:20px;
    }


    #AddressBillBtns {
     margin-top:20px;
    }


  .AddressEditLeftColumn {
    width: 130px;
    float: left;
    margin-right: 10px;
    }


    #AddressShipEditbtn .SmallButton
    {
        margin-bottom:20px;        
        }



.TextInput {
          /* border: 1px solid grey; */
  /*border-radius: 2px;*/
  /* box-sizing: border-box; */
  /* box-shadow: 6px 5px 10px grey; */
  height: 20px;
  width: 225px;
}


.TextDropDowns
{
     height: 26px;
  width: 230px;
    }

  #AddAddressSection  .TextInput {
          /* border: 1px solid grey; */
  /*border-radius: 2px;*/
  /* box-sizing: border-box; */
  /* box-shadow: 6px 5px 10px grey; */
  height: 20px;
  width: 225px;
    }


    .AddressEditLeftColumn span{
float:right;
    }


    .EditWrapper {
    width:200px;
    float:left;  
    
    }

    .Wrapper {
        height:20px;

    }
    
    
    .EditNameWrapper
    {
        
  border: solid 1px lightgrey;
  padding: 10px;
  border-radius: 4px;
  

  }
  
  #SectionAccountNameEdit
  {
        width: 80%;
  margin-left: auto;
  margin-right: auto;
      }
      
      
      
      
.CityStateZip 
{
    float:left;
   
}


    .OrderShipTo {

  float: left;
  width: 22%;
  /* margin-top: 5px; */
  padding-top: 5px;


    }


.EndUserShipTo {
    float: left;
    width: 22%;
    /* margin-top: 5px; */
    padding-top: 5px;
}


   .LeftSide 
   {
       
  width: 60%;
  float: left;
       }   
       
       
      .RightSide 
      {
          float:right;
            padding-top: 20px;
                    
          } 
          
          
   .CurrentPricing
   {
       
   width: 150px;
  padding-top: 30px;
color:Red;
       }       
          
          