@import url('https://fonts.googleapis.com/css?family=Raleway:300,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://use.fontawesome.com/releases/v5.8.2/css/all.css');

#SetonShoppingCart_CartItemsHeaderDiv{
	font-family: "raleway","cambria";
    font-weight: 300;
	font-size: 26px;
    color: green;
}

.SetonShoppingCart_CartItem, .SetonShoppingCart_CartItem div{
	/*border: 1px solid black;
	margin: 4px;*/
}
.SetonShoppingCart_CartItem{
	background-color: #f2f9ff;
	padding: 3px;
	margin-bottom: 8px;
	border-radius: 25px;
	min-width: 300px;
}
.SetonShoppingCart_CartItem_Override,
.SetonShoppingCart_CartItem_ContentContainer,
.SetonShoppingCart_CartItem_Delete,
.SetonShoppingCart_CartItem_Title,
.SetonShoppingCart_CartItem_PriceContainer,
.SetonShoppingCart_CartItem_Qty,
.SetonShoppingCart_CartItem_Price,
.SetonShoppingCart_CartItem_AdditionalInformation,
.SetonShoppingCart_CartItem_Boxes,
.SetonShoppingCart_CartItemBox
{
	display: inline;
}

.SetonShoppingCart_CartItem_ContentContainer{
	
}

.SetonShoppingCart_CartItem_Information{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.SetonShoppingCart_CartItem_Title{
	min-width: 250px;
	flex: 1;
}
.SetonShoppingCart_CartItem_PriceContainer{
	display: flex;
	flex-direction: row;
}
.SetonShoppingCart_CartItem_Qty input{
	resize: horizontal;
	width: 50px !important;
	text-align: right;
}
.SetonShoppingCart_CartItem_Qty{
	display: inline-block;
}
.SetonShoppingCart_CartItem_Price{
	text-align: right;
	padding-left: 15px;
}

.SetonShoppingCart_CartItem_ItemAndStudentInformation{
}
.SetonShoppingCart_CartItem_StudentInformation{	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.SetonShoppingCart_CartItem_StudentInformation_OffGradeLevel{
	display: block;
}
.SetonShoppingCart_CartItem_StudentInformation_OffGradeLevel label{
	display: inline-block;
	border: none;
}
.SetonShoppingCart_CartItemBox{
	font-size: 14px;
	display: block;
	border: 1px solid red;
	padding: 5px;
	margin-top: 5px;
}
.SetonShoppingCart_CartItem_ItemErrorMessage{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.SetonShoppingCart_CartItemBox_Title{
	width: 100%;
	font-weight: bold;
	font-size: 16px;
}
img.SetonShoppingCart_CartItemBox_Image {
	
}
.SetonShoppingCart_CartItemBox_Body{
	
}
#SetonShoppingCart_CartNoticeBodyDiv{
	border: 1px dotted red;
	padding: 5px;
	margin-top: 10px;
}
#SetonShoppingCart_TotalsDiv{
	display: flex;
	flex-direction: column;	
	
}
.SetonShoppingCart_TotalsLine{
	display: flex;
	flex-direction: row;
	padding-left: 10px;
	padding-right: 10px;
	justify-content: flex-end;
}
.SetonShoppingCart_TotalsText{
	min-width: 100px;
	text-align: right;
}
.SetonShoppingCart_CouponContainer{
	margin-top: 5px;
}
#SetonShoppingCart_CheckoutButtonsDiv{
	text-align: center;
	margin-bottom: 20px;
}
.TopButtonsDiv{
	text-align: center;
}
#SetonShoppingCart_UpdateItems{
	text-align: center;
}
#SetonShoppingCart_UpdateItems>input{
	margin-bottom: 5px;
	margin-right: 5px;
}
.couponButtonDiv{
	text-align: center;
	margin-top: 5px;
}
.SetonTesting_StudentListControls{
	/*display: inline-block; 
	white-space: nowrap; 
	vertical-align: middle; 
	font-size: 14px;
	padding: 5px;
	align-self: center;
	margin: auto;*/
	
}
.SetonTesting_SelectStudent{
	display: inline-block;
	width: 100%;
	min-width: 250px;
}

/*
 * Checkout
*/

#SetonShoppingCart_CheckoutErrors_Step-2_Div{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 600px;
	
	border: 1px solid red;
	padding: 3px 3px 3px 3px;
	-moz-box-shadow:    0px 0px 3px 3px #777777;
	-webkit-box-shadow: 0px 0px 3px 3px #777777;
	box-shadow:         0px 0px 3px 3px #777777;
}

#SetonShoppingCart_CheckoutErrors_Step-2_Div ul li{
	margin-top: 10px;
}

.AddEditStudentTable, 
.TestingStudentBulkTableAddEditRow tr, 
.TestingStudentBulkTableAddEditRow td, 
.TestingStudentBulkTableAddEditRow td select, 
.TestingStudentBulkTableAddEditRow td input,
.AddEditNewBulk,
.AddEditNewBulk tr
.AddEditNewBulk td,
.AddEditNewBulk td select,
.AddEditNewBulk td input {
	font-size: 11px;
	font-weight: bold;
}
table.dataTable tr.even {background-color: lightblue;}
/*
table.AddEditStudentTable,
table.AddEditStudentTableViewOnly,
table.testResultsTable{
	overflow-x: auto;
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid black;
	border-collapse: collapse;
}
table.AddEditStudentTable tbody tr td,
table.AddEditStudentTable thead tr th,
table.AddEditStudentTableViewOnly tbody tr td,
table.AddEditStudentTableViewOnly thead tr th/*,
table.testResultsTable tbody tr td,
table.testResultsTable thead tr th{
	border: 1px solid black;
	padding-right: 3px;
	padding-left: 3px;
}/*
/*table.testResultsTable{
	position: relative;
	overflow-y: scroll;
}
table.testResultsTable thead tr th{
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	background-color: white;
	border-bottom: 1px solid black;
}
*/
#testResultsTable,
#testResultsCatTable{
	text-align: left;
}
/*
table.AddEditStudentTable tbody tr td{
	white-space: nowrap;
}
table.AddEditStudentTable > * input,
table.AddEditStudentTable > * select{
	width: auto;
}*/

@media print {
	.noprint {display: none;}
}
@media screen and (max-width: 875px) {

	table.makeResponsive { border: 0; }

	table.makeResponsive caption { font-size: 1.3em; }

	table.makeResponsive thead { display: none; }

	table.makeResponsive tr {
	  border-bottom: 3px solid #ddd;
	  display: block;
	  margin-bottom: .625em;
	}

	table.makeResponsive td {
	  border-bottom: 1px solid #ddd;
	  display: block;
	  font-size: .8em;
	  text-align: right;
	}

	table.makeResponsive td:before {
	  content: attr(data-label);
	  float: left;
	  font-weight: bold;
	  text-transform: uppercase;
	}

	table.makeResponsive td:last-child { border-bottom: 0; }
}

.stanfordSessionHeaderRow{
	page-break-before: always;
}
.stanfordSessionRow{
}
.stanfordSessionRow  + .stanfordSessionRow{
	page-break-before: always;
}
.stanfordSessionStudentColumn{
}
.stanfordSessionTestColumn{
}
.stanfordSessionSubjectsColumn{
}

table.stanfordSessions{
	vertical-align: top;
}
table.stanfordSessions tbody tr td{
	vertical-align: top;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.SetonShoppingCartItemsMessage{
	padding: 10px;
	background-color: #8FD353;
	color: white;
	font-weight: bold;
	border: 2px solid darkgreen;
}
.SetonShoppingCartItemsErrorMessage{
	background-color: salmon;
	color: black;
	border: 2px solid black;
}

.SetonShoppingCartCouponDisclaimer.NHERI{
	margin-top: 5px;
	padding: 3px;
}

/*

ShoppingCart Styling

*/
.SetonShoppingCart_InValid{
	border: 1px solid red !important;
}
.SetonShoppingCart_Valid{
	border: 1px solid green !important;
}
.SetonShoppingCart_Here{
	border-left: 10px solid black !important;
}
.SetonShoppingCartPleaseWait{
	text-align: center;
	vertical-align: middle;
}

.SetonShoppingCartItem3col div{
	display: inline-block;
}

.SetonShoppingCartItem3col div.SetonShoppingCartItemQuantity{
	width: 100px;
}
.SetonShoppingCartItemPrice label p{
	line-height: 1.5;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: rgb(102, 102, 102);
}
.SetonShoppingCartItemPrice{
	line-height: 1.5;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 18px;
	color: rgb(102, 102, 102);
}
.seton_form  input[type=number]::-webkit-inner-spin-button,
.seton_form  input[type=number]::-webkit-outer-spin-button{
	opacity: 1;
}
div.SetonShoppingCartItemTitle{
	font-size: 18px;
	font-weight: bold;
}

#SetonAlert{
	background-color: white;
	overflow: hidden;
}

table.StanfordHolidaySchedule{
	border: 1px solid black;
	border-collapse: collapse;
	
}
table.StanfordHolidaySchedule caption, table.StanfordHolidaySchedule th, table.StanfordHolidaySchedule td{
	border: 1px solid black;
	border-collapse: collapse;
	padding: 3px;
}
table.StanfordHolidaySchedule caption, table.StanfordHolidaySchedule th{
	font-weight: bold;
	background-color: #D9D9D9;
}