@charset "UTF-8";
/* CSS Document */

html 
{ 
	height: 100%; 	
}

body
{ 
	height: 100%;	
	margin:0;
   	background: #e2e6ea;
   	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#B2C6D5));
   	background: -webkit-linear-gradient(#FFFFFF, #B2C6D5);
   	background: -moz-linear-gradient(#FFFFFF, #B2C6D5);
   	background: -ms-linear-gradient(#FFFFFF, #B2C6D5);
   	background: -o-linear-gradient(#FFFFFF, #B2C6D5);
   	background: linear-gradient(#FFFFFF, #B2C6D5);    
	background-repeat: no-repeat;
	background-attachment:fixed;
	font-family: 'News Cycle', sans-serif;
	line-height: 1.3;
	font-size: 14px;
	overflow:hidden;
}

h1, h2, h3, h4, h5 
{
	font-family: 'News Cycle', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	color:#00355f;
}

a { text-decoration: none; color:#666666; }
a:hover { color:#666666; text-decoration:underline; }

hr {
	padding:10px 0px;
	border-bottom:1px solid #EBEBEB;
}

#loginContainer table
{
   	width: 75%;
    margin:30px auto 0px auto;
}
#passwordContainer table
{
   	width: 75%;
    margin:-20px auto 0px auto;
}
#passwordContainer h3 {
	margin-bottom: 0px;
}
#loginContainerOuterBorder,
#passwordContainerOuterBorder
{
	aspect-ratio: 1;
	border: 1px solid #FFFFFF;
    border-radius:100%;
	width: 500px;
   	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	padding: 25px;
	animation: 1s ease-out 0s 1 slideInFromTop;
}

#loginContainerOuterBorder.shake-animation,
#passwordContainerOuterBorder.shake-animation
{
	animation: 1s ease-out 0s 1 shake;
}

#loginContainer,
#passwordContainer
{
	aspect-ratio: 1;
	background: #FFFFFF;
	text-align: center;
	color: #666666;
    border-radius:100%;
	width: calc(100% - 100px);
   	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	padding: 25px;
	box-shadow: 0px 0px 10px #000000;
}
.login-screen-logo,
.password-screen-logo
{
	width: 250px;
	height: 78px;
	margin: 25px auto 0px auto;
}


#loginContainer h1,
#passwordContainer h1
{     
    text-align: center;
    font-size: 40px;
    color: #00355f;
    width: 300px;
    margin: 0px auto;
}
#loginContainer h1 .red-h1,
#passwordContainer h1 .red-h1
{     
    color: #922902;
	font-weight: 700;
}
#loginError, #passwordError { color:#FF0000; font-size:16px; text-align:center; height:30px; }
#loginWrapper, #passwordWrapper { position:relative; height:100%; width:100%; }
#loginContainer a { color: #FFFFFF; } 
#passwordContainer a { text-decoration:none; color:#0a7dcf; }
#passwordContainer a:hover { color:#791b15; }
#loginBackground,
#passwordBackground {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: url(../images/design/bg-login.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#loginContainer input[type=submit], #passwordContainer input[type=submit] { padding:5px 40px; margin-top:0px; }

form {
	margin: 0px;
}

input[type=button]
{
	-webkit-appearance:none;	
}
input[type=submit]
{
	-webkit-appearance:none;	
}
input[type=text]
{
	background: #FFFFFF;
	font-family:  'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	line-height: 1.4; 
	font-weight: normal; 
	color: #666666;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	margin-top: 2px;
	padding: 6px;
	width: 90%;
	appearance: none;
	-webkit-appearance: none; 
	-moz-appearance: none;
	outline: none;
}

input[type=password]
{
	background: #FFFFFF;
	font-family:  'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	line-height: 1.4; 
	font-weight: normal; 
	color: #666666;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	margin-top: 2px;
	padding: 6px;
	width: 90%;
	outline: none;
}

input[type=text],input[type=password] {
	border-left: 4px solid #153147;
    position: relative;
    outline: none;	
}

input[type=text]:focus
{
    background: #def1fc;
    border-top: 1px solid #579dd0;
    border-left: 4px solid #235173;
    border-right: 1px solid #579dd0;
    border-bottom: 1px solid #579dd0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	outline:none;
}

input[type=password]:focus
{
	 background: #def1fc;
    border-top: 1px solid #579dd0;
    border-left: 4px solid #235173;
    border-right: 1px solid #579dd0;
    border-bottom: 1px solid #579dd0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	outline:none;
}

.cancel-button,
.login-button,
.password-button
{
	background: #77954b;
	-webkit-transition: background-color 100ms linear;
   	-moz-transition: background-color 100ms linear;
   	-o-transition: background-color 100ms linear;
   	-ms-transition: background-color 100ms linear;
   	transition: background-color 100ms linear;
	padding: 0px 20px 5px 20px;
	text-align: center;
	color: #FFFFFF;
	font-family: 'News Cycle', sans-serif;	
	font-size: 26px;
	border: 2px solid #FFFFFF;
	box-shadow: 0px 0px 5px #666666;
	margin-top: 15px;
	font-weight: normal;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;		
	border-radius: 5px;
	cursor:pointer;
}
.cancel-button
{
	background: gray;
}

.login-button:hover,
.password-button:hover
{
	background-color: #94b55b;
	-webkit-transition: background-color 100ms linear;
   -moz-transition: background-color 100ms linear;
   -o-transition: background-color 100ms linear;
   -ms-transition: background-color 100ms linear;
   transition: background-color 100ms linear;
}
.cancel-button:hover
{
	background: dimgray;
	transition: background-color 100ms linear;
}

#loginContainer .password-link,
#passwordContainer .password-link
{
	color: #922902;
}

#loginContainer .password-link:hover,
#passwordContainer .password-link:hover
{
	text-decoration: none;
}

.password-reset #loginTable
{
	width: 90%;
}

.disabled
{
	background-color: #9e9e9e;
}

.disabled:hover
{
	background-color: #9e9e9e;
}

#passwordRequirementsDiv
{
    position: absolute;
    left: 450px;
    bottom: 110px;
    background-color: #9e9e9e;
    color: #EBEBEB;
    padding: 10px;
    border-radius: 15px;
    width: 250px;
	text-align: left;
}

.password-requirements
{
	float: right;
}

.password-requirements.icon-check
{
	color: #00ff00;
}

.password-requirements.icon-times
{
	color: #ff0000;
}

.icon-question-circle
{
	color: #0000ff;
}

@keyframes slideInFromTop {
  0% {
    top: -50%;
  }
  100% {
    top: 50%;
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(calc(-50% - 1px), -50%, 0);
  }
  
  20%, 80% {
    transform: translate3d(calc(-50% + 2px), -50%, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(calc(-50% - 4px), -50%, 0);
  }

  40%, 60% {
    transform: translate3d(calc(-50% + 4px), -50%, 0);
  }
}

.forgot-password-link {
    display: block;
    margin-top: 10px;
    font-size: 16px;
}

#preventLoginMessage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 85%;
    font-weight: bold;
}

#preventLoginMessage img {
	width:100px;
	margin-bottom:20px;
}

#bbl-server-message {
    clear: both;
    padding: 10px 10px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'News Cycle', sans-serif;
    font-weight: 600;
    background: #ffa847;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffa847), to(#e4851c));
    background: -webkit-linear-gradient(#ffa847, #e4851c);
    background: -moz-linear-gradient(#ffa847, #e4851c);
    background: -ms-linear-gradient(#ffa847, #e4851c);
    background: -o-linear-gradient(#ffa847, #e4851c);
    background: linear-gradient(#ffa847, #e4851c);
    -pie-background: linear-gradient(#ffa847, #e4851c);
    position: absolute;
    top: 0px;
    z-index: 99999;
    width: 100%;
}

#bbl-server-message img { position:relative; top:3px; }

.tsg-error-dialog .ui-dialog-titlebar {
    background: #922902 !important;
}
.tsg-dialog .ui-dialog-titlebar, .tsg-error-dialog .ui-dialog-titlebar, .tsg-file-download-dialog .ui-dialog-titlebar {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#odometerDialog{
	border: 2px solid #ff610f;
	border-radius: 1em;
}

#odometerForm{
	align-items: center;
	display: grid;
	gap: 1em;
	grid-template-columns: 1fr 4fr;
	max-width: 300px;
}

#odometerForm strong{
	font-size: 18px;
}

#odometerForm > strong:first-of-type{
	grid-column: 1 / 3;
}

.swoopButton

{

	padding: 0px 10px 0px 40px;

	border: 2px solid #FFFFFF;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	border-radius: 5px;

	box-shadow: 0px 0px 4px #888;

	color: #FFFFFF;

	font-family: 'News Cycle', sans-serif;

	font-weight: 400;

    font-size: 24px !important;

	text-decoration: none !important;

	/* TRANSITIONS */

	-webkit-transition: background .25s, color .25s; /* For Safari 3.1 to 6.0 */

    transition: background .25s, color .25s;

}

.swoopButtonBlue

{

	background: #446e9c url(/images/design/bg-button-transparent-swoop.png) no-repeat bottom left;

}



.swoopButtonRed

{

	background: #b24339 url(/images/design/bg-button-transparent-swoop.png) no-repeat bottom left;

}



.swoopButtonPurple

{

	background: #71499b url(/images/design/bg-button-transparent-swoop.png) no-repeat bottom left;

}



.swoopButtonGreen

{

	background: #77954b url(/images/design/bg-button-transparent-swoop.png) no-repeat bottom left;

}



.swoopButtonOrange

{

	background: #ff610f url(/images/design/bg-button-transparent-swoop.png) no-repeat bottom left;

}



.swoopButtonGray

{

	background: #98a3af url(/images/design/bg-button-transparent-swoop.png) no-repeat bottom left;

}



.swoopButton:hover

{

	background: #77954b url(/images/design/bg-button-transparent-swoop.png) no-repeat bottom left;

	color: #FFFFFF !important;

}
