/* @override http://my.fleetvista.com/css/screen.css */

/* 
Title:		Fleet Vista - Screen
Author: 	David Boyer
Email:		david.boyer[at]26tigers.com
Created: 	July 23, 2008
Updated:	March 25, 2021
*/

/* Design Notes:

Colors:
	Body Background: #2D2F31 -Dark Gray Blue


/*--[Global]----------*/

body {
    background: #2D2F31 linear-gradient(#241c1a,#41464a,#222427) repeat-x 0 0;
    color: #333;
    overflow: hidden;
    min-height: 100vh;
}


/*--[Generic Link Rules]---------*/
a:link, a:visited
{
	color: #1694C9;
	text-decoration: none;
}
a:hover
{
	color: #D35900;
}


/*--[Wrappers and Columns]---------*/
.wrapper
{
	/*width: 1000px;*/
	/*margin: 0 auto;*/
	/*text-align: left;*/
	position: relative;
}

/*--[Login Box]---------*/
.logo_box
{
	width: 462px;
	margin: 102px auto 15px auto;
	padding: 108px 0 0 0;
	position: relative;
    background: white;
    border-radius:10px;
	-moz-transform-origin: left top;
	-moz-transform: scale(1,1);
	-webkit-transform-origin: left top;
	-webkit-transform: scale(1,1);
	transform-origin: left top;
	transform: scale(1,1);
}
.logo_box img.logo
{
	position:absolute;
	top:24px;
	left:15px;
    max-height:15%;
    max-width:90%;
}
.logo_box .sleeve
{
	background:none;
	padding: 0 0 36px 0;
}
.logo_box .sleeve h4
{
	font: 140% "Helvetica Neue" , Arial, Helvetica, Geneva, sans-serif;
	padding-top: 5px;
	margin: 0;
}
.logo_box .sleeve table
{
	width: 350px;
	margin: 0 0 10px 60px;
	padding: 0 0 10px 0;
	font-family: "Century Gothic" , "Helvetica Neue" , Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #CCC;
}
.logo_box .sleeve table table
{
	width:inherit;
	padding:0;
	margin:0;
	border-bottom: none; 

}

.notice{
    width: 350px;
    margin: 0 0 10px 60px;
    padding: 0 0 10px 0
}
.logo_box .sleeve table td
{
	padding: 4px 0;
}
.login_title
{
	font:140% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top:5px;
	margin:0;
}
/* Placeholder style, used by custom themes */
.login_control {
}
.logo_box .sleeve table label
{
	font-size: 120%;
	padding: 4px 15px;
}
.logo_box_btm {
    margin: 0;
    padding: 6px 15px 0 0;
    background:black;
    height:24px;
    color: #CCC;
    text-align: right;
    font-size: 90%;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
}
.logo_box .sleeve table #Login1_RememberMe
{
	visibility: hidden;
}
.btn_hidden
{
  display: none;
}
