
/* setup************************************************************************/

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}









/*General************************************************************************/

.content {
	width:1000px;
	margin: 0 auto;

}



/*Inside heading*/


#login {

	float:right;
	display: block;
	height: 100px;
	width: 120px;
	margin-right: 20px;

	/*	border-style: solid;*/

}






#heading{

	float:left;
	height: 100px;
	min-width: 750px;
}



#logo {
	width: auto;
	height: 100px;
	float: left;
	margin-right: 15px;
	display: block;

}	



/*Header and Footer*/

header, footer {

	background-color: skyblue;
}


header{
	height:100px;
	margin-bottom: 20px;

}

footer {

	text-align: center;
	padding: 5px;
	margin-top: 60px;
	font-size: 1em;
}




#note{
  color: red;
}




/*Headings*/

h1{

/*	margin:auto auto;*/
	color: white;
  margin-top: 30px;

/*	min-height: 10em;*/
    display: inline-block;

}


h3{
  margin-bottom: 10px;

}


#Oops {

  margin-bottom: 40px;
  color: red;
}




/*Other*/


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
}



button#submitBtn {

  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: skyblue;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  border-width: 1px 1px 3px;
  display: block;
  width: 20%;
  margin: 30px auto;
  border        : 2px solid #e1e8ee;

}


#Warning{
  color: red;
  text-align: center;
  min-height: 1.1em;
  width: 58%;
}




#Notes{

  padding: 10px;
  border           : 1px solid #ddd;
  border-radius    : 6px;
  background-color : #fff;
  box-shadow       : 1px 2px 3px 0px rgba(0,0,0,0.10);
  display: block;
}


#NotesAll{

  margin-top: 40px;  
  margin-bottom: 50px; 
}





.NoPrimary{
  color:red;
}






























/*Pricing and Catering Info********************************************************************/


#Pics{
  height: 150px;
  margin-top: 30px;
}


#Catering {
  display: inline-block;
  float: left;
}

#Pricing {
  float: right;
  display: inline-block;

}

#PricingImg {
/*  height: 126px;
  width: auto;*/

}

#CateringImg{

}




















/*Table formatting****************************************************************************/


#MealTop{
 position: relative;
 height: 20px;
 margin-top: 40px;

}


#MealsTopRight{

/*  position: absolute;
  bottom: 10px;
  right: 0;*/

  float: right;

}

#MealTopLeft{

/*   position: absolute;
   bottom: 17px;
   left: 0;*/
    float: left;
    margin-top: 10px;

}

table caption {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: skyblue;
    color: black;
    font-size: 1.3em;
    font-weight: bold;
}




#GoToStudentID {

  height:35px;
  margin: 0;
  margin-left: 10px;
  width: 120px;
  padding: 0;
  text-align: center;
  color: black;
  display: inline;
}




#DeleteOrderBtn {
  margin-top: 30px;
  float: right;
  width:100%;
  opacity : .9;
  border        : 2px solid #e1e8ee;
  border-radius : 6px;
  background-color: skyblue;
}


button.Reg {
  height:35px;
  margin: 0;
  width: 120px;
  display: inline;
  border        : 2px solid #e1e8ee;
  background-color: skyblue;
  color: #FFF;
  border-radius: 5px;
  border-width: 1px 1px 3px;
}






#DeleteOrderBtn:hover {
  background-color: #1fa4d1;
}








#MealHeader{
  margin-bottom: 20px;
}


div.tbl {
	width: 1000px;
	height: auto;
/*	overflow-y:auto;*/
	margin: 20px auto 50px;
/*	border: 1px solid #ddd;*/

}


/*all tables*/
table {
	width: 100%;
	height: auto;
	margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #ddd;

}


/*meals table header*/
table th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: skyblue;
    color: white;
}

/*borders and padding on all cells*/
table td, table th {
    border: 1px solid #ddd;
    padding: 8px;
}

/*striped*/
table tr.orders:nth-child(even) {
	background-color: #f2f2f2;
}


/*every 4th border for weeks*/
table tr.orders:nth-child(4n+5) {
	border-bottom: solid;
	border-width: 0.18em;
	border-color: #bbb;

}



/*hover highlight*/
table tr.orders:hover {
	background-color: #ddd;
}

/*text alignment of cells*/
th.ctr, td.ctr {
	text-align: center;
}

th, td {
	text-align: left;
}

/*make sure date doesn't wrap*/
th#DateHeader{
	min-width: 100px;
}



























/*Credit Card and Contact Info***************************************************************************/


div#SearchResults{
  height: 100px;
/*  border-style: solid;*/
  margin-bottom: 20px;
  width: 100%;

}












/* Credit Card **********/

#CCPic {
	width: auto;
	height: 20px;
	float: right;
}

#StudentListBtn{
/*  float:right;*/
  margin: 0 auto 32px;
  height:30px;
  width: 100%;
  display: block;
  border        : 2px solid #e1e8ee;
  background-color: skyblue;
  color: yellow;
  border-radius: 5px;
  border-width: 1px 1px 3px;

}



#subscript{

  font-size: 0.8em;
  padding-left: 20px;
}



#StudentIDList {
  text-decoration: none;
}

#StudentIDList:visited, #StudentIDList:link {
 	color: white;
}



.Input-Box {

  margin           : 30px auto 0;
  border           : 1px solid #ddd;
  border-radius    : 6px;
  background-color : #fff;
  box-shadow       : 1px 2px 3px 0px rgba(0,0,0,0.10);
  display: block;
}


#CCInfo {
  width: 360px;
  height: 400px;
  display: inline-block;
  float: right;

}

#ContactInfo {
  width: 560px;
  height: 400px;
  display: inline-block;
  float: left;

}

#InputSection{

	display: block;
	margin: 20px auto;
	padding: 0 20px 0 15px;
	width: 1000px;
	height: 450px;

}

.Box-Header {
  height        : 60px;
  padding       : 20px 20px 0 30px;
  border-bottom : 1px solid #E1E8EE;
}

.Box-Body {
  height  : 340px;
  padding : 20px 30px 0;
}

/* Title */

.title {
  margin    : 0;
  color     : #5e6977;
  font-size : 18px;
  display: inline-block;
}

/* Common */

.Input1,
.cvv-input input,
.month select,
.paypal-btn,
.proceed-btn,
.year select {
  height : 42px;
}

.Input1,
.month select,
.year select {
  font-size   : 14px;
  font-weight : 100;
  line-height : 14px;
}

.Input1,
.cvv-details,
.cvv-input input,
.month select,
.year select {
  color   : #86939e;
  opacity : .7;
}

/* Card Number */

.Input1 {
  width         : 100%;
  margin-bottom : 20px;
  padding-left  : 20px;
  border        : 2px solid #e1e8ee;
  border-radius : 6px;
}

/* Date Field */

.month select,
.year select {
  -moz-appearance     : none;
  -webkit-appearance  : none;
  width               : 145px;
  margin-bottom       : 20px;
  padding-left        : 20px;
  border              : 2px solid #e1e8ee;
  border-radius       : 6px;
  background          : url('caret.png') no-repeat;
  background-position : 85% 50%;
}

.month select {
  float : left;
}

.year select {
  float : right;
}

/* Card Verification Field */

.cvv-input input {
  width         : 145px;
  float         : left;
  padding-left  : 20px;
  border        : 2px solid #e1e8ee;
  border-radius : 6px;
/*  background    : #fff;*/
}

.cvv-details {
  float         : right;
  margin-bottom : 20px;
  font-size     : 12px;
  font-weight   : 300;
  line-height   : 16px;
}

.cvv-details p {
  margin-top : 6px;
}

.Notes {

	height: 100%;
	float: right;
	display: block;
	width: 45%;

}

#notes{

	height: 50%;
	padding-top: 15px;
	padding-left: 5px;
}

.ContactDetails {
	float: left;
	display: block;
	width: 45%;

}




