/*--------------------------------------------------\
|               |               | login.css         |
|---------------------------------------------------|
| For use with:                                     |
| FrontAccounting 									|
| http://frontaccounting.net/           			|
| by FrontAccount, LLC                              |
|---------------------------------------------------|
| Developer:                                        |
| Joe Hunt                                          |
|                                                   |
|---------------------------------------------------|
| Note:                                             |
| Changes can be made to this CSS that will be      |
| reflected on the login screen.                    |
|                                                   |
|                                                   |
\--------------------------------------------------*/
/*******************
PreLoad
*******************/

/*******************
BODY STYLING
*******************/
@font-face {
  font-family: 'Vazir';
  src: url('font/Vazir/Vazir.eot'); /* IE9 Compat Modes */
  src: url('font/Vazir/Vazir.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/Vazir/Vazir.woff') format('woff'), /* Pretty Modern Browsers */
       url('font/Vazir/Vazir.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/Vazir/Vazir.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
   font-family: 'Vazir';
  src: url('font/Vazir/Vazir-Bold.eot'); /* IE9 Compat Modes */
  src: url('font/Vazir/Vazir-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/Vazir/Vazir-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('font/Vazir/Vazir-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/Vazir/Vazir-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight:bold; 
}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: url(images/body_bg2.png);
	font-family: Vazir,Verdana, Arial, Helvetica;
	font-weight:300;
	text-align: left;
	text-decoration: none;
	overflow: auto;
}

#wrapper {
	/* Center wrapper perfectly */
	width: 300px;
	height: 85%;
	position: fixed;
	left: 50%;
	margin-left: -150px;
	overflow: auto;
	z-index: 2;
} 
.gradient {
	/* Center Positioning */
	width: 600px;
	height: 600px;
	position: fixed;
	left: 50%;
	top: 40%;
	margin-left: -300px;
	margin-top: -310px;
	opacity: 0.5;
	/* Fallback */ 
	background-image: url(images/gradient.png); 
	background-repeat: no-repeat; 
	
	/* CSS3 Gradient */
	
	background-image: -webkit-gradient(radial, 0% 0%, 0% 100%, from(rgba(213,246,255,1)), to(rgba(213,246,255,0)));
	background-image: -webkit-radial-gradient(50% 50%, 40% 40%, rgba(213,246,255,1), rgba(213,246,255,0));
	background-image: -moz-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
	background-image: -ms-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
	background-image: -o-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
}

/*******************
LOGIN FORM
*******************/
.login-form {
	width: 298px;
	margin: 0 auto;
	position: absolute;
	z-index:5;
	
	background: #f3f3f3;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
/*******************
HEADER
*******************/

.login-form .header {
	padding: 25px 0px 30px 0px;
}

.login-form .header h1 {
	text-align:center;
	font-family: tahoma;
	font-weight: 300;
	font-size: 28px;
	line-height:34px;
	color: #414848;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	margin-bottom: 10px;
}

.login-form .header span {
	font-size: 11px;
	line-height: 16px;
	color: #678889;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}
/*******************
CONTENT
*******************/

.login-form .content {
	padding: 0 30px 25px 30px;
}

/* Input field */
.login-form .content .input {
	width: 126px;
	margin-left: 30px;
	padding: 10px 25px;
	
	font-family: tahoma;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	
	background: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}

/* Second input field */
.login-form .content .password, .login-form .content .pass-icon {
	margin-top: 25px;
}

.login-form .content .input:hover {
	background: #dfe9ec;
	color: #414848;
	
}

.login-form .content .input:focus {
	background: #dfe9ec;
	color: #414848;
	
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}

.user-icon, .pass-icon {
	width: 46px;
	height: 47px;
	display: block;
	position: absolute;
	left: 0px;
	padding-right: 2px;
	z-index: 3;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.user-icon {
	top:127px; /* Positioning fix for slide-in, got lazy to think up of simpler method. */
	background: rgba(65,72,72,0.75) url(images/user-icon.png) no-repeat center;
}

.pass-icon {
	top:192px;
	background: rgba(65,72,72,0.75) url(images/pass-icon.png) no-repeat center;
}

/* Animation */
.input, .user-icon, .pass-icon, .button, .register {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
/*******************
Company
********************/
.company{
	width: 176px;
	margin-top: 15px;
	margin-left: 30px;
	padding: 10px 15px;
	
	font-family: tahoma;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	cursor:pointer;

	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}
/*******************
FOOTER
*******************/

.login-form .footer {
	padding: 25px 30px 25px 30px;
	overflow: auto;
	
	background: #d4dedf;
	border-top: 1px solid #fff;
	
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
}

/* Login button */
.login-form .footer .button {
	float:right;
	margin-right: 90px;
	padding: 5px 15px;
	font-family: tahoma;
	font-weight: 300;
	font-size: 13px;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
	
	background: #56c2e1;
	border: 1px solid #46b3d3;
	border-radius: 10px;
	cursor: pointer;
	
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

.login-form .footer .button:hover {
	background: #3f9db8;
	border: 1px solid rgba(256,256,256,0.75);
	border-radius: 10px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.login-form .footer .button:focus {
	position: relative;
	bottom: -1px;
	border-radius: 10px;
	
	background: #56c2e1;
	
	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}

/* Register button */
/*.login-form .footer .register {
	display: block;
	float: right;
	padding: 10px;
	margin-right: 20px;
	
	background: none;
	border: none;
	cursor: pointer;
	
	font-family: tahoma;
	font-weight: 300;
	font-size: 18px;
	color: #414848;
	text-shadow: 0px 1px 0 rgba(256,256,256,0.5);
}

.login-form .footer .register:hover {
	color: #3f9db8;
}

.login-form .footer .register:focus {
	position: relative;
	bottom: -1px;
}
*/
/*******************
bottombar
*******************/
.bottomBar {
	color: black;
	border-bottom: 1px solid #000;
	width: 100%;
	text-align: center;
}
.bottomBarCell {
	font-size: 10px;
	line-height: 12px;
}

/*******************
alert
*******************/

.alert {
	padding: 10px 25px;
	background-color: #f44336;
	color: white;
	opacity: 1;
	transition: opacity 0.6s;
	margin-bottom: 15px;
	text-align: right;
	width: 125px;
	border-radius: 10px;
	text-shadow: 1px 1px 0 rgb(11, 11, 11);
	border: 1px solid #fff;
	margin-right: 35px;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
    margin-right: 5px;
    color: white;
    font-weight: bold;
    float: left;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}


/*******************
footer
*******************/
.site-footer {
    clear: both;
	width: 100%;
	height: 20%;
    margin: 0 auto;
    background-color: transparent;
	text-align: right;
	line-height: 1.9;
	font-family: 'Vazir',Tahoma,Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	bottom: 0%;
	position:fixed;
	z-index: 10;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
.footer_container {
    background: #222;
    margin: 0 auto;
    max-width: 1160px;
	height: 0%;
	display: none;
}

.section {
    clear: both;
    padding: 0px;
    margin: 0 auto;
    max-width: 1160px;
}

.col:first-child {
    margin-right: 0;
}
.col:first-child {
    margin-left: 0;
}
.col {
    display: block;
    float: right;
    margin: 0% 1.6% 1% 0;
        margin-right: 1.6%;
        margin-left: 0px;
}

.site-footer .widget {
    padding: 8px;
}

.widget {
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 0.5em;
}

.textwidget {
    padding-right: 6px;
    padding-left: 0;
}

.site-footer .widget p {
    color: #AAA;
}

p {
    margin-bottom: 1.5em;
	word-spacing: -1px;
}

.site-info {
	font-size: 13px;
	padding: 0.2em 0;
	text-align: center;
	color: #808080;
	background-color: #333;
	border-top: 0px solid #444;
	position: fixed;
	bottom: 0%;
	width: 100%;
	height: 4%;
}

.div_btn_close{
	font-size: 18px;
	text-align: center;
	color: #808080;
	position: fixed;
	bottom: 4%;
	width: 100%;
}

.btn_close{
	color: #222;	
	cursor: pointer;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
        margin-bottom: 0px;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#wrap {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

/*...................................................*/
/*
body {
	font-family: Verdana, Arial, Helvetica;
	background-image: url(images/body_bg2.png);
	font-size: 10px;
	margin: 5px 0 0 5px;
	padding: 0;
	text-align: right;
	font-weight:300;
	text-decoration: none;
}
tr, td, th {
	font-size: 11px;
	line-height: 19px;
	color: #b4c3c4;
}
table {
	text-align: right;
}
input, select {
	font-size: 11px;
	padding: 1px;
}
select {
    max-width: 200px;
}
a {
	color: #0000bb;
	font-size: 11px;
	text-decoration: none;
}
a:link {
	color: #0000bb;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #2d8628;
	text-decoration: underline;
}
*/





/*
.tableheader {
	font-weight: bold;
	background-color: #5F5F5F;
	color: #b4c3c4;
	text-align: center;
}
.bottomBar {
	padding-right: 1em;
	background-color: #0985a9;
	color: black;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 100%;
	text-align: left;
}
.bottomBarCell {
	font-size: 10px;
	line-height: 12px;
}
.footer {
	text-align: center;
	margin-top: 5px;
	width: 100%;
}
.footer td a {
	color: #b4c3c4;
	font-size: 9px;
}
.titletext {
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #0985a9;
	padding: 5px;
	width: 100%;
}
.tablestyle2 {
	width: 350px;
	border-collapse: collapse;
	background-color: #353030;
}
*/