@charset "utf-8";
html,body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	color: #333333;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FFFFFF;
	scroll-padding-top: 75px;
}
html {
  scroll-behavior: smooth;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	max-width: 100%;
}
.imgLogo {
	margin: 10px 30px 10px 20px;
	float: left;
}
li {
	margin-bottom: 1px;
}
p {
	margin-top: 0px;
}
.Chars {
	width: 120px;
}
.NavButton {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
a {
	color: #039;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	font-weight: 400;
}
.RowHighlight:hover {
	background-color: #FFF2F2;
}
.RowActive {
	background-color: #DFE6EE;
}
.RowActive:hover {
	background-color: #D7E0EA;
}

/*---------------------- Text Styles -----------------------------*/
h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	line-height: 35px;
	background-color: #97D2D2;
	padding-left: 10px;
	margin-top: 0px;
	padding-bottom: 3px;
}
.BodyRed {
	color: #C00;
	font-weight: bold;
}
.BodyAmber {
	color: #F90;
	font-weight: bold;
}
.BodyGreen {
	color: #096;
	font-weight: bold;
}
.BodyTeal {
	color: #00BDBD;
	font-weight: bold;
}
.BodyGreenL {
	color: #096;
}
.BodyBlue {
	color: #06C;
	font-weight: bold;
}
.BodyPurple {
	color: #96C;
	font-weight: bold;
}
.BodyPlum {
	color: #7C2686;
	font-weight: bold;
}

.Required {
	font-size: 14px;
	line-height: 10px;
	color: #5E0000;
	font-weight: 700;
}
.RequiredText {
	font-size: 14px;
	line-height: 20px;
	color: #5E0000;
	font-weight: 300;
	margin-left: 30px;
}
.BodySmall {
	font-size: 13px;
}
.Heading {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
}
.Heading1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #837970;
	line-height: 20px;
}
.Heading2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #837970;
	line-height: 24px;
}

.Heading3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #837970;
	line-height: 30px;
}
.Heading4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #515151;
	line-height: 20px;
}


.ProdSection {
	background-color: #970000;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin-bottom: 20px;
	width: 980px;
	border-radius: 5px;
}

.TextRight {
	text-align: right;
}
.TextCenter {
	text-align: center;
}
.LinkButton a {
	display:block;
	min-width: 150px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #F78F1E;
	cursor: pointer;
	line-height: 30px;
	border: 1px solid #F78F1E;
	padding-left: 10px;
	padding-right: 10px;
}
.Symbol {
	font-size: 30px;
	line-height: 20px;
	vertical-align: -3px;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 10px;
}
.Symbol2 {
	font-size: 30px;
	line-height: 20px;
	vertical-align: -3px;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 14px;
}
.PayNone {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	background-color: #C00;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}
.PayCard {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	background-color: #093;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}
.PayCash {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	background-color: #06F;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}
.PayCheck {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	background-color: #96C;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}
.PayPoints {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	background-color: #F90;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}

.HighLighted {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	background-color: #3F0;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}

/*---------------------- Text Styles -----------------------------*/





/* --------------------- Table Styling ---------------------------*/
.ButtonBox {
	background-color: #EAE7E3;
	padding: 3px;
	width: 980px;
	border-radius: 5px;
	overflow: hidden;
}
.TableHeader {
	background-color: #EAE7E3;
	overflow: hidden;
	padding-left: 8px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5CFCC;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #837970;
}
.StudentHeader {
	background-color: #AEA69F;
	overflow: hidden;
	padding-left: 8px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5CFCC;
	line-height: 34px;
	color: #FFF;
}
.TableFooter {
	background-color: #EAE7E3;
	overflow: hidden;
	padding: 3px 4px 4px 4px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #837970;
	text-align: right;
	min-height: 18px;
}
.TableFooter2 {
	overflow: hidden;
	background-color: #AEA69F;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.TableForm td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDAD8;
	background-color: #FAF9F8;
	padding: 4px 5px 4px 5px;
}
.TableForm2 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDAD8;
	background-color: #EAE7E3;
	padding: 0px 5px 0px 5px;
}
.TableForm3 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDAD8;
	background-color: #F3F2F1;
	padding: 4px 5px 4px 5px;
}
.TableResults {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5CFCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5CFCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5CFCC;
}
.TableResults td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5CFCC;
	padding: 3px 15px 3px 3px;
}
.TableResults2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5CFCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5CFCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5CFCC;
	overflow: hidden;
}
.TableResults2 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5CFCC;
	padding: 3px 5px 3px 3px;
}
.TableResultsTEST {
	font-size: 14px;
	background-color: #999;	

}
.TableResultsTEST2 {
	font-size: 12px;
	background-color: #999;
	line-height: 15px;
}

.Table-Form {
	background-color: #CCC;
	border-width: 0px;
}
.TableCustomerBG {
	background-color: #C1BCB5 !important;
	color: #FFF;
}
.TableDarkBG2 {
	background-color: #AEA69F !important;
	padding-top: 5px;
}
.TableDarkBG3 {
	background-color: #D9D5CE !important;
	padding-top: 5px;
}

.TableDarkBG2Right {
	background-color: #AEA69F !important;
	text-align: right;
	padding-top: 5px;
}
.TableDarkBG {
	background-color: #EAE7E3 !important;
}
.TableDarkBGRight {
	background-color: #EAE7E3 !important;
	text-align: right;
}
.TableRedBG {
	background-color: #EB364C !important;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.TableDarkBG {
	background-color: #EAE7E3 !important;
}
.TableFallBG {
	background-color: #FFEBCA !important;
}
.TableTGBG {
	background-color: #CAD9FF !important;
}
.TableChrisBG {
	background-color: #FFCACA !important;
}
.TableSpringBG {
	background-color: #CAFFD9 !important;
}
/* --------------------- Table Styling ---------------------------*/




/*---------------------- Form Elements -----------------------------*/
.FormField {
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	height: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.SelectBox {
	height: 24px;
	background-color: #FFFFFF;
	border: 1px solid #999;
	padding: 2px;
	overflow: hidden;
}
.SelectBoxError {
	height: 24px;
	background-color: #FFFFFF;
	border: 1px solid #C00000;
	padding: 2px;
	overflow: hidden;
}

.ButtonDetails {
	font-family: 'Roboto Condensed', sans-serif;
	cursor: pointer;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #333333;
	font-size: 16px;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.ImageButton {
	cursor: pointer;
}
.SubButton {
	font-family: 'Roboto Condensed', sans-serif;
	height: 24px;
	line-height: 24px;
	min-width: 100px;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	background-color: #837970;
	cursor: pointer;
	line-height: 10px;
	border: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 10px;
	padding-left: 10px;
}
.SubButtonNW {
	font-family: 'Roboto Condensed', sans-serif;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	background-color: #837970;
	cursor: pointer;
	line-height: 10px;
	border: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.SubButtonDelete {
	font-family: 'Roboto Condensed', sans-serif;
	height: 24px;
	line-height: 24px;
	min-width: 100px;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	background-color: #CC0000;
	cursor: pointer;
	line-height: 10px;
	border: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.SubButtonDisabled {
	font-family: 'Roboto Condensed', sans-serif;
	height: 24px;
	line-height: 24px;
	min-width: 100px;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	background-color: #CCC;
	cursor: default;
	line-height: 10px;
	border: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.SubButton:disabled {
	font-family: 'Roboto Condensed', sans-serif;
	height: 24px;
	line-height: 24px;
	min-width: 100px;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	background-color: #CCC;
	cursor: default;
	line-height: 10px;
	border: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.fileUpload {
	background-color: #FFFFFF;
	cursor: pointer;
	line-height: 18px;
	border: 1px solid #999;
}
.fileUploadError {
	background-color: #FFFFFF;
	cursor: pointer;
	line-height: 18px;
	border: 2px solid #CC0000;
}
.TextBox {
	height: 20px;
	border: 1px solid #999;
	padding-right: 5px;
	padding-left: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[type=text]:disabled {
	background-color: #DBDBDB;
}
input[type=text]:read-only {
	background-color: #DBDBDB;
}
.TextBoxError {
	height: 20px;
	border: 1px solid #C00000;
	padding-right: 5px;
	padding-left: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.DivBoxError {
	border: 2px solid #C00000;
}
.TextArea {
	border: 1px solid #999;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	float: left;
}
.TextAreaError {
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
	border: 1px solid #C00000;
	float: left;
}
.CheckDiv {
	padding: 0px;
	overflow: hidden;
	max-width: 15px;
	max-height: 15px;
	margin: 2px 4px 0px 0px;
	float: left;
}
.CheckDivError {
	border: 1px solid #C00;
	padding: 0px 1px 0px 0px;
	overflow: hidden;
	max-width: 17px;
	max-height: 17px;
	margin: 2px 2px 0px 0px;
	float: left;
}
.FormPanel {
	overflow: hidden;
	background-color: #E9F3F5;
	padding: 20px;
	max-width: 960px;
}
#FormLeft {
	padding-right: 10px;
	float: left;
	overflow: hidden;
	min-height: 20px;
}
#FormLeftL {
	width: 130px;
	padding-right: 10px;
	float: left;
	overflow: hidden;
	min-height: 20px;
}
#FormRight {
	float: left;
	overflow: hidden;
	min-height: 20px;
}
#FormParamaters {
	float: left;
	overflow: hidden;
	width: 45%;
	padding: 20px;
}
#Continue {
	margin-top: 0px;
	margin-left: 20px;
}
.Chars{
	float: left;
	width: 140px;
	margin-left: 10px;
}
/*---------------------- Form Elements -----------------------------*/




/*---------------------- Page Areas -----------------------------*/
#Page {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 20px 45px 20px 20px;
	margin: 0;
}
#showScroll {
	width: 200px;
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 999;
	overflow: hidden;
	color: #FFF;
	background-color: #069;
	float: right;
}
/*---------------------- Navigation -----------------------------*/
#NavOuter {
	background-color: #5e0000;
	width: 100%;
	position: -webkit-sticky; /* Required for Safari */
	position: sticky;
	top: 0;
	z-index: 10;
}
/*---------------------- Navigation -----------------------------*/


/*---------------------- Page Areas -----------------------------*/
#OrderJump {
	float: right;
	position: fixed;
	right: -99px;
	top: 182px;
	z-index: 11;
	overflow: hidden;
	background-color: #A49C95;
	border-radius: 5px 0px 0px 5px;
	padding: 3px 0px 0px 0px;
}
#JumpLeft {
	float: left;
	width: 30px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 7px 0px 7px 0px;
}
#JumpRight {
	float: left;
	overflow: hidden;
}
#OrderJumpItem a{
	padding: 5px 8px 5px 8px;
	margin: 0px 0px 3px 0px;
	overflow: hidden;
	background-color: #C5BFBA;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	display: block;
}
#OrderJumpItem a:hover{
	background-color: #837970;
}
#PageTop {
	float: right;
	height: 40px;
	width: 40px;
	position: fixed;
	right: 0px;
	bottom: 40px;
	z-index: 11;
}

/* Header */
#HeaderOuter {
	background-color: #FFFFFF;

}
#Header {
	/* overflow: hidden; */
	height: 100px;
}
#CallConfirm {
	float: left;
	height: 66px;
	width: 280px;
	padding: 5px 8px 5px  8px ;
	margin: 8px 0px 8px 20px;
	border: 4px solid #C00;
}
#TitleOuter {
	background-color: #EAE7E3;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #7C7369;
	padding-left: 20px;
	overflow: hidden;
}
#Error {
	max-width: 940px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 30px;
	overflow: hidden;
	display: none;
}
#Delete{
	max-width: 1000px;
	margin-bottom: 0px;
	overflow: hidden;
}
#ErrorMessage {
	border: 2px solid #C00;
	border-radius: 5px;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	max-width: 974px;
	line-height: 20px;
}
#ErrorMessageStock {
	border: 2px solid #C00;
	border-radius: 5px;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	max-width: 974px;
	line-height: 20px;
}
#Message {
	border: 2px solid #21A4CE;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	max-width: 976px;
}
ErrorButton {
	height: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #F78F1E;
	cursor: pointer;
	line-height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#FlexContainer {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
#Flex2 {
	width: 400px;
	margin: 15px;
	flex-grow: 1;
	flex-basis: 250px;
}
#Flex3 {
	width: 300px;
	margin: 15px;
	flex-grow: 1;
	flex-basis: 250px;
}
#FileCopy {
	background-color: #FFF;
	padding: 20px;
	height: 150px;
	width: 250px;
	border: 3px solid #666666;
	border-radius: 5px;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 99;
	font-size: 20px;
	color: #666;
	text-align: center;
	font-weight: bold;
	display: none;
}
#AwardLine {
	flex-grow: 1;
	display: flex;
	flex-direction: row;
	overflow: hidden;
}
.AwardPanel {
	padding: 10px 10px 5px 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	margin-bottom: 15px;
}
#AwardBox {
	width: 240px;
	background-color: #F0F0F0;
	padding: 2px 5px 5px 5px;
	margin: 0px 0px 15px 0px;
	border: 1px solid #CCC;
	border-radius: 5px;
	overflow: hidden;
}
#AwardRight {
	float: right;
	min-width: 250px;
	overflow: hidden;
}
/*---------------------- Page Areas -----------------------------*/



/* ------------------------ record navigation --------------------------- */
#RecNav {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
#RecNav a {
	font-weight: 300;
	text-decoration: none;
}
#RecNav a:hover {
	font-weight: 400;
	text-decoration: none;
}
#RecCol {
	float: left;
	height: 24px;
	line-height: 24px;
	margin-right: 20px;
}
#RecButtons {
	text-align: left;
	width: 108px;
	margin-right: 20px;
	height: 24px;
	overflow: hidden;
	float: left;
}
#JumpButtons {
	float: right;
	height: 85px;
	width: 40px;
	position: fixed;
	right: 0px;
	bottom: 40px;
	z-index: 11;
}
/* ------------------------ record navigation --------------------------- */



/* --------------- Full Screen Image -----------------------*/
.ImageBox {
	background-color: #EAE7E3;
	padding: 10px;
	width: 980px;
	border-radius: 5px;
	overflow: hidden;
}

#myImg {
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 22; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


/* ---------------------------------- Drop Down Menu -------------------------------------- */
 /* Add a black background color to the top navigation */
.topnav {
	background-color: #5e0000;
	overflow: hidden;
	padding: 0px 3px 0px 3px;
}

/* Style the links inside the navigation bar */
.topnav a {
	float: left;
	display: block;
	color: #FFFFFF;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	border: none;
	outline: none;
	color: white;
	padding-right: 15px;
	padding-left: 15px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #FDFCFB;
	border-left: solid 1px #A39A92;
	border-right: solid 1px #A39A92;
	border-bottom: solid 1px #A39A92;
	min-width: 160px;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
	z-index: 10;
}

/* Style the links inside the dropdown */
.dropdown-content a {
	float: none;
	color: #837970;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	display: block;
	text-align: left;
	line-height: 30px;
	border-bottom: solid 1px #EAE7E3;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #820000;
	color: #FFF;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
	background-color: #C7C0BC;
	color: #FFF;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1030px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


@media screen and (max-width: 900px) {
	#FormParamaters {
		width: 90%;
	}
}


@media screen and (max-width: 1030px) {
	#TitleOuter {
		padding: 0px 15px 0px 15px;
	}
	.imgLogo {
		margin-left: 5px;
	}
	.topnav {
		padding-left: 0px;
		padding-right: 0px;
	}
	#OrgInfo {
		padding-right: 15px;
		padding-left: 15px;
	}
	#OrgInfoHeader {
		padding-right: 15px;
		padding-left: 15px;
	}
	#Page {
		padding-top: 15px;
		padding-right: 45px;
		padding-bottom: 15px;
		padding-left: 15px;
	}
	#Page2 {
		padding: 5px;
	}
	#Error {
		padding-left: 15px;
		padding-right: 15px;
	}
	.TN a {
		margin-left: 0px;
		float: none;
	}
	.TN_Login a {
		margin-left: 0px;
		float: none;
	}
	.TN_Logout a {
		margin-left: 0px;
		float: none;
	}
    #Nav {   
        flex-direction: column;
    }
	.PN a {
		width: 150px;
		margin-right: 200px;
		margin-bottom: 5px;
	}
	.PNC {
		width: 150px;
		margin-right: 200px;
		margin-bottom: 5px;
	}
}

/* CloudFlare Font Awesome */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-caret-down:before {
  content: "\f0d7";
}
