

* {
margin:0px;
padding:0px;
}

html {
  background: url('../images/body-bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  font-family: 'Roboto', sans-serif;
  color:#222222;
  /*background-image: url('../images/body-bg.jpg');
  background-size: 100% 100%;
  background-repeat:no-repeat;
  background-position:top center;*/
  height: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

form {
  margin-top:20px;
}

a {
  color: black;
}

a:hover {
  text-decoration: none;
}

.show-menu {
	text-decoration: none;
	color: #fff;
	background: #58585a;
	text-align: center;
	padding: 10px 0;
	display: none;
	width:100%;
	margin-bottom:1px;
}
input[type=number], input[type=email], input[type=password], input[type=text]
{
  border-style:solid;
  -webkit-appearance: none;
  border:none;
  background:white;
  padding: 2px 5px;
  font-size: 11pt;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
}
tr:nth-child(even) input[type=number].zebra{
  background: #F2f2f2f2;
  color:black;
}
/*input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}
*/

input[type="radio"] {
  margin-left: 10px;
}

.no-show {
  display: none;
}

#account {
  position: fixed;
  top:-10px;
  right:20px;
  background: black;
  color: white;
  padding:15px 10px 5px 10px;
  font-size: 11pt;
  text-align: center;
  border-radius: 5px;
}

#account a {
  color: white !important;
  text-decoration: none;
}

#account a:hover {
  color:#cdcdcd !important;
}

.white-bg {
  background: white !important;
}

#pay_table {
  box-shadow: none !important;
  width:100%;
}

h3 {
  text-align: center;
}

@media (min-width: 1100px) {

  .container{
    width: 1100px;
    margin: 0 auto 40px;
    text-align: center;

  }
  p#order_confirm {
    padding-top: 10vh;
    min-height: 90vh;
  }
  p#order_confirm a {
    color: #0000b0;
    text-decoration: none;
  }
  p#order_confirm a:hover {
    text-decoration: underline;
  }
  .pay_container{
    width: 700px;
    margin: 50px auto;
    text-align: center;
  }
  #c_head{
    width: 210px;
  }
  #p_head{
    width: 100px;
  }
  #d_head{
    width: 100px;
    display: none;
  }
  #main_table tbody tr td:nth-child(3) {
    display: none;
  }
  #logo{
    margin-top:20px;
  }
  .subtotal{
    width:600px;
    margin: 30px auto;
    border: solid 0px black;
    box-shadow: 5px 10px 8px #888888;
    background: #fff;
    padding:20px;
    border-radius:40px 0 40px 0;
  }
  .subsub{
    height: 45px;
    margin-top: 5px;
  }
  .rate{
    float:left;
    margin-left: 85px;
    font-size: 13pt;
    margin-top: 24px;
  }
  .yard{
    float:right;
    margin-right: 155px;
    margin-top: 13px;
    width: 60px;
    font-size: 23pt;
    border-style: solid;
    border:3px;
    border-color:black;
  }
  #yards_order{
    border-style: solid;
    border-color:black;
    border-width:1px;
  }
  .add_input{
    width: 156px;
  }
  #sum{
    font-size: 22pt;
    font-weight:bold;
  }
  .warning{
    color: red;
  }
  .order{
    margin: 65px auto 0;
    height: 19px;
    width: 100%;
  }
  #bag {
    height: 19px;
    width: 100%;
    margin-bottom: 20px;

  }
  #bag_container {
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
/*    width: 432px;
    margin: 30px auto;
    border: solid 0px black;
    box-shadow: 5px 10px 8px #888888;
    background: #fff;
    padding: 20px;
    border-radius: 40px 0 40px 0;*/
  }
  #total{
    font-size: 22pt;
    font-weight:bold;
  }
  table{
    margin: 20px auto;
    box-shadow: 5px 10px 8px #888888;
    background: #fff;
    padding:20px;
    border-radius:40px 0 40px 0;

  }
  td{
    text-align: right;
    padding-right: 5px;
    padding-bottom: 3px;
  }
  th{
    border-bottom: solid 1px #222222;
    padding-bottom: 5px;
  }
  input[type=submit]{
    font-family: 'Roboto', sans-serif;
    font-size: 13pt;
    background-color: #F2f2f2f2;
    width: 85px;
    height: 35px;
    border: 1px solid #555;
    margin-top: 10px;
    /*box-shadow: 3px 5px 4px #888888;*/
  }
  input[type=text]{
    padding: 2px 5px;
    font-size: 11pt;
    font-family: 'Roboto', sans-serif;
    
  }
  select{
    padding: 2px 5px;
    font-size: 11pt;
    font-family: 'Roboto', sans-serif;
    
  }
  tr:nth-child(even).zebra{
    background: #EEEEEE;
  }
   
  select{
    width: 180px;
  }
  iframe{
  display: none;
    }
  form{
    border: 0px;
  }
  fieldset{
    border: 0px;
  }
  .payment-header
  {
    margin-bottom: 5px;
  }

}




@media screen and (max-width : 1099px){


  .container{
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;

  }
  p#order_confirm {
    padding-top: 10vh;
    min-height: 90vh;
  }
  .pay_container{
    width: 100%;
    margin: 50px auto;
    text-align: center;
  }
  #logo{
    max-width: 90%;
    margin: 20px 5% 10px;
  }
  #c_head{
    width: 30%;
  }
  #p_head{
    width: 30%
  }
  #d_head{
    width: 30%;
    display: none;
  }
  #main_table tbody tr td:nth-child(3) {
    display: none;
  }
  input[type="number"].zebra{
    /*max-width:40%;*/
  }
  .subtotal{
    width: 80%;
    min-width:332px;
    margin: 9% auto 0;
    border: solid 0px black;
    box-shadow: 5px 10px 8px -8px #888888;
    background: #fff;
    padding:15px;
    border-radius:40px 0 40px 0;
  }
  .subsub{
    height: 45px;
    margin-top: 5px;
  }
  #sum{
    font-size: 20pt;
    font-weight:bold;
  }
  .rate{
    float:left;
    margin-left: 25px;
    font-size: 13pt;
    margin-top: 24px;
  }
  .yard{
    float:right;
    margin-right: 100px;
    margin-top: 23px;
    width: 60px;
    font-size: 13pt;
  }
  #yards_order{
    width: 120px;
    border-style:solid;
    border-width: 1px;
  }
  .warning{
    color: red;
  }
  .order{
    margin: 75px auto 0;

  }
  table{
    width: 90%;
    margin: 0 auto;
    border: solid 0x black;
    box-shadow: 5px 10px 8px -8px #888888;
    background: #fff;
    border-radius:40px 0 40px 0;
    padding:15px;

  }
  td{
    text-align: right;
    padding-right: 5px;
    padding-bottom: 3px;
  }
  th{
    border-bottom: solid 1px #222222;
    padding-bottom: 5px;
  }
  input[type=submit]{
    font-family: 'Roboto', sans-serif;
    font-size: 13pt;
    background-color: #F2f2f2f2;
    width: 85px;
    height: 35px;
    border: 1px solid #555;
    margin-top: 10px;
    /*box-shadow: 3px 5px 4px #888888;*/
  }
  input[type=text]{
    padding: 2px 5px;
    font-size: 11pt;
    font-family: 'Roboto', sans-serif;
    
  }
  select{
    padding: 2px 5px;
    font-size: 11pt;
    font-family: 'Roboto', sans-serif;
    
  }
  .add_select{
    width: 160px;
  }
  .add_input{
    width: 100px;
  }
  #total{
    margin-top:20px;
    font-size: 20pt;
    font-weight:bold;
  }
  .large_form{
    width: 130px;
  }
  #email{
    margin-left: 10%;
  }
  #phone{
    margin-left: 10%;
  }
  #state{
    margin-bottom: 5px;
  }
  #zip_label{
    margin-left: 25%
  }
  tr:nth-child(even).zebra{
    background: #EEEEEE;
  }

  select{
    width: 180px;
  }
  iframe{
  display: none;
    }
  form{
    width: 100%;
  }
  fieldset{
    border: 0px;
  }
  .payment-header
  {
    margin-bottom: 5px;
  }



}