body {
	/*line-height: 1.5;
	background-image: url(../images/bg-repeat.jpg);
	background-repeat: repeat-y;
	background-position: center center;*/

	/*background-color: #415357;*/
	
}

#login {
	background-color: #F7F7F7;
	width: 314px;
	padding: 15px 20px;
/*	position: relative;
	top: 50%;
	left: 50%;*/
	z-index: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 3px #999999 inset;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#inputs input {
	/*background: #f1f1f1 url(http://www.red-team-design.com/wp-content/uploads/2011/09/login-sprite.png) no-repeat;*/
	padding: 15px 15px 15px 30px;
	margin: 0 0 10px 0;
	width: 100%; /* 353 + 2 + 45 = 400 */
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#inputs input:focus {
	background-color: #fff;
	border-color: #92A0AA;
	outline: none;
	-moz-box-shadow: 0 1px 1px #92A0AA inset, 0 1px 0 #92A0AA;
	-webkit-box-shadow: 0 1px 1px #92A0AA inset, 0 1px 0 #92A0AA;
	box-shadow: 0 1px 1px #92A0AA inset, 0 1px 0 #92A0AA;
}
/*--------------------*/

#submit {
	font-family: 'Ubuntu', sans-serif;
	background: #6ca0b8; /* Old browsers */
	background: -moz-linear-gradient(top, #6ca0b8 0%, #2785ad 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6ca0b8), color-stop(100%, #2785ad)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6ca0b8 0%, #2785ad 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6ca0b8 0%, #2785ad 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6ca0b8 0%, #2785ad 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6ca0b8 0%, #2785ad 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ca0b8', endColorstr='#2785ad', GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border-width: 1px;
	border-style: solid;
	border-color: #0060AF;
	float: left;
	height: 35px;
	padding: 0;
	width: 100%;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
#submit:hover, #submit:focus {
	background: #2785ad; /* Old browsers */
	background: -moz-linear-gradient(top, #2785ad 0%, #6ca0b8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2785ad), color-stop(100%, #6ca0b8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2785ad 0%, #6ca0b8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2785ad 0%, #6ca0b8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2785ad 0%, #6ca0b8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2785ad 0%, #6ca0b8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2785ad', endColorstr='#6ca0b8', GradientType=0 ); /* IE6-9 */
}
#submit:active {
	outline: none;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
/*--------------------*/

.logo-header {
	background: #dcdddf; /* Old browsers */
	background: -moz-linear-gradient(left, #dcdddf 0%, #fcfcfc 49%, #dcdddf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dcdddf), color-stop(49%, #fcfcfc), color-stop(100%, #dcdddf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #dcdddf 0%, #fcfcfc 49%, #dcdddf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #dcdddf 0%, #fcfcfc 49%, #dcdddf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #dcdddf 0%, #fcfcfc 49%, #dcdddf 100%); /* IE10+ */
	background: linear-gradient(to right, #dcdddf 0%, #fcfcfc 49%, #dcdddf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdddf', endColorstr='#dcdddf', GradientType=1 ); /* IE6-9 */
/*	box-shadow: 0px 0 8px #000000;*/
}
ul.top_links {
	border: 1px solid #d7dada;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #f4f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f4f5f5, endColorstr=#dfdddd);
	border-radius: 14px;
	box-shadow: -1px -1px 3px #021924;
	float: left;
	height: 28px;
	list-style: none outside none;
	padding: 0;
	color: #000;
}
ul.top_links li.current, ul.top_links li:hover {
	background: #3C3E3E;
	color: #fff;
}
ul.top_links li.current a, ul.top_links li:hover a {
	color: #fff;
}
ul.top_links a {
	color: #4c4c4c;
	font-size: 12px;
	line-height: 28px;
	padding: 0;
	text-decoration: none;
	/*text-transform: capitalize;*/
}
.main-footer {
    position:fixed;
    left:0px;
    bottom:0px;
    opacity:1;
    width:100%;   
	border: 0;
}

#logo-img {
    height:50px; 
    display:block;
    margin: 0 auto; 
}

.footer-wrapper {
    
	background-color: #C1CCD5;
	/*text-transform: uppercase;*/
	font-size: 13px;
	width: 100%;
	bottom: 0px;
	color: #073A55
    
}
.mid-box {
	width: 400px;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 0 3px #999999 inset;
	background-color: #FFFFFF;
	text-align: center;
	border-radius: 10px;
	border: 5px solid rgba(25, 94, 130, 0.16);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.mid-box:hover {
	border: 5px solid rgba(25, 94, 130, 0.30);
}
form fieldset input.form-text, form fieldset textarea {
	display: block;
	width: 100%;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #0F4DBF;
	background: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
form fieldset input.form-text:focus {
	border: 1px solid #ccc;
	background: #f5f5f5;
}
form input[type="submit"]:active {
	border: 1px solid #ccc;
	background: #eee;
}
/*input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}*/
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=password]:focus textarea:focus {
	box-shadow: 0 0 5px #4897CF !important;
	border: 1px solid #00599B !important;
}
.mid-box h2:after {
	background: -moz-linear-gradient(left center, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, #93B8BD 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: " ";
	display: block;
	height: 2px;
	margin-top: 10px;
	width: 100%;
}
.classname {
	-moz-box-shadow: inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow: inset 0px 1px 0px 0px #cae3fc;
	box-shadow: inset 0px 1px 0px 0px #cae3fc;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background: -moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color: #79bbff;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
	text-indent: 0px;
	border: 1px solid #4176ab;
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 35px;
	line-height: 35px;
	width: 106px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 2px 1px #287ace;
	text-transform: uppercase;
	cursor: pointer;
	font-family: 'Ubuntu', sans-serif;
}
.classname:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background: -moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color: #4197ee;
}


.form-inline .row-fluid {
	background-color: #FBFBFB;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}
/*.k-alt, .k-separator {
    background-color: rgba(0, 5, 245, 0.09);
}
.k-grid-content tr:hover{
 background-color: rgba(85, 141, 153, 0.12);
	}
.k-grid td {
    font-size: 14px;
}*/

#middle-wrapper {
    /*background-color: #e3dac9;
    box-shadow: 0 0 10px #888888; 
    -webkit-box-shadow: 0 0 10px #888888; 
    padding:5px;
    width: 450px; 
    margin-left:auto;
    margin-right:auto;
    height: auto;*/
/*    margin-top:75px;*/
}

.loginLinks a {
    color: #BBBBBB;
    font-size: 14px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.loginLinks_hover a:hover a:active {
    color: #338AAF;
}

.loginLinks_hover a:visited {
    color: #BBBBBB;
}
