﻿html {
	/*background-image: url("images/bknd_sbs_callout.gif");*/
	background-color: #778085;
}
/**/

BODY {
	background-color: #778085;
	width: 80%;
	font-size: medium;
	/*font-family: Sans-Serif, Arial;*/
	/*margin-top: 5%;*/
	margin-bottom: 5%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	border-radius: 15px;
}

/*TD
{	
	font-size: medium;
	font-family: Sans-Serif, Arial;
}

P
{    
	font-family: Sans-Serif, Arial;
	font-size: medium;
	font-weight: normal;
}

B
{    
	font-family: Sans-Serif, Arial;
	font-size: medium;
	font-weight: bold;
}*/

A:link {
	/*font-family: Sans-Serif, Arial;*/
	text-decoration: none;
	/*font-weight: bold;*/
	color: #404A4F;
}

A:visited {
	/*font-family: Sans-Serif, Arial;*/
	font-weight: bolder;
	text-decoration: underline;
	color: #404A4F;
}	
		
A:active	
{
	/*font-family: Sans-Serif, Arial;*/
	text-decoration: none;
}	
		
A:hover	
{
	/*font-family: Sans-Serif, Arial;*/
}

/*HR
{
    	width: 100%;
    	height: 2px;
    	background-color:#E6E6E6;
    	border-color: Gray;
}  
	
.BallotDescription
{
	font-weight: bold;
	font-size: large;
	color: Black;
	font-family: Sans-Serif, Arial;
}

.NASBallotHeadings
{
	font-weight: bold;
	font-size: medium;
	color: Black;
	font-family: Sans-Serif, Arial;
}*/

.errorText
{
	/*font-family: Sans-Serif, Arial;*/
    	font-size: medium;
    	font-weight: bolder;
    	color: Red;
}

/*The following class should be used in a Datagrid's declaration tag. 
 *i.e. <asp:datagrid CssClass="grid">*/
/*.grid
{
}*/

/*The following classes should be used in a Datagrid's <HeaderStyle> tag. 
 *i.e. <HEADERSTYLE CssClass="gridHeader" ForeColor="White">*/
/*.gridHeader
{
	font-weight: bold;
	font-size: medium;
	vertical-align: bottom;
	color: White;
	font-family: Sans-Serif, Arial;
	background-color: Navy;
	text-align: left;
}*/

/*The following class should be used in a Datagrid's <ItemStyle> tag. 
 *i.e. <ITEMSTYLE CssClass="baseRow"></ITEMSTYLE>*/
/*.baseRow
{
	font-size: medium;
    	font-family: Sans-Serif, Arial;
	color: Black;
	background-color: White;
	text-align: left;
	vertical-align: top;
}*/

/*The following classes should be used in a Datagrid's <AlternatingItemStyle> tag. 
 *i.e. <ALTERNATINGITEMSTYLE CssClass="alternatingRow_blue">*/
/*.alternatingRow
{
	font-size: medium;
	font-family: Sans-Serif, Arial;
	color: Black;
	background-color: Silver;
	text-align: left;
	vertical-align: top;
}*/

/*use this lower case buttons style for buttons on the pages except the bio buttons 	
 *(see upper case Buttons style below)*/	
/*.stepbuttons {
  	color: black;
  	background: goldenrod;
  	font-weight: bold;
  	border: 1px solid darkgoldenrod;
  	font-size: medium;
	font-family: Sans-Serif, Arial;
  	border-radius: 2px;
}
 
.stepbuttons:hover {
  	color: brown;
  	background: palegoldenrod;
  	border: 1px solid darkgoldenrod;
  	font-size: medium;
	font-family: Sans-Serif, Arial;
  	border-radius: 2px;
}*/

/*use below for the bio buttons on the ballot page and the update button on the biopage
 */
.Buttons {
	color: #404A4F;
	background: white;
	font-weight: bold;
	text-decoration: underline;
	font-size: medium;
	font-family: Sans-Serif, Arial;
	border: none;
}

/*.textbox
{
	font-size: medium;
    	font-family: Sans-Serif, Arial;
}

.TimeoutPanel
{
   	text-align: center;
   	border: solid 2px black;
   	background-color: #e87d1e;
}

.TimeoutBackground
{
   	background-color: Silver;  
}

.biocheckbox
{
    	width: auto;
    	height: auto;
}

.surveyradios
{
    	width: auto;
    	height: auto;
}

.centereddiv
{
    	width: 300px;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;*/
    	/*background-image: url("images/bknd_sbs_callout.gif");*/
	/*background-color: silver;
	border-radius: 15px;
    	text-align:center;
}*/

.main-content {
	width: 75%;
	border-radius: 20px;
	box-shadow: 0 5px 5px rgba(0,0,0,.4);
	margin: 5em auto;
	display: flex;
}

.company__info {
	background-color: #404A4F;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}

.fa-android {
	font-size: 3em;
}

@media screen and (max-width: 640px) {
	.main-content {
		width: 90%;
	}

	.company__info {
		display: none;
	}

	.login_form {
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}
}

@media screen and (min-width: 642px) and (max-width:800px) {
	.main-content {
		width: 70%;
	}
}

.row > h2 {
	color: #008080;
}

.login_form {
	background-color: #fff;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.letter_form {
	background-color: #fff;
	border-radius: 20px;
	border-radius: 20px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

form {
	padding: 0 2em;
}

.form__input {
	width: 98%;
	border: 1px solid #404A4F;
	border-radius: 5px;
	border-bottom: 1px solid #404A4F;
	padding: .5em .5em .5em;
	/*padding-left: 2em;*/
	outline: none;
	/*margin: 1.5em auto;*/
	transition: all .5s ease;
}

	.form__input:focus {
		border-bottom-color: #404A4F;
		box-shadow: 0 0 5px #E87D1E;
		border-radius: 4px;
	}

.btn {
	transition: all .5s ease;
	width: 30%;
	border-radius: 20px;
	color: #E87D1E;
	font-weight: 600;
	background-color: #fff;
	border: 1px solid #E87D1E;
	margin-top: 1.5em;
	margin-bottom: 1em;
	height: 2.5em;
}

	.btn:hover, .btn:focus {
		background-color: #E87D1E;
		color: #fff;
	}

input[type=text] {
	width: 98%;
	border: 1px solid #404A4F;
	border-radius: 5px;
	border-bottom: 1px solid #404A4F;
	padding: .5em .5em .5em;
	/*padding-left: 2em;*/
	outline: none;
	/*margin: 1.5em auto;*/
	transition: all .5s ease;
}

	input[type=text]:focus {
		border-bottom-color: #404A4F;
		box-shadow: 0 0 5px #E87D1E;
		border-radius: 4px;
	}


