﻿html
{
	font-family: 'mobile';
	background: #ffffff;
}

* html
{ /* IE6 */
	font-family: 'desktop';
}

* + html
{ /* IE7 */
	font-family: 'desktop';
}

@media \0screen
{
	html
	{ /* IE8 */
		font-family: 'desktop';
	}
}

/* Reset your font families here!       
	 ----------------------------------- */
body, p, textarea, .navbar-search .search-query, span {
	font-family: "Segoe UI", Tahoma, Verdana, Arial, sans-serif;
}

body
{
	background: #ffffff;
	color: #293135;
	font-size: 14px;
}

p {
	margin: 0 0 9px;
	font-size: 13px;
	line-height: 18px;
}

textarea
{
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

input, textarea
{
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.13);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.13);
}

input:focus, textarea:focus
{
	border-color: rgba(100, 100, 100, 0.7);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(100, 100, 100, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(100, 100, 100, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(100, 100, 100, 0.6);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-8 */
}

.warning
{
	border: 1px solid #966;
	padding: 1em;
	text-wrap: normal;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	width: 400px;
	margin: 1em auto;
}

/**jQuery Validation**/
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.validationMessage {
     color: #e80c4d;
    font-weight: bold;
}

#signin-btn
{
	width: 100px;
	margin: -9px auto 0 auto;
	line-height: 22px;
	font-size: 14px;
	padding: 5px 24px;
}

.footer_left
{
	float:left;
	margin-left: 20px;
	color: #666;
}

.footer_right
{
	float: right;
	margin-left: 20px;
	margin-right: 20px;
}

label
{
	font-weight: bold;
	line-break: strict;
}

.bold {
	font-weight: bold;
}

.linkDetail{
	font-size:1.1em;
	font-weight:400;
}

.btn {
	font-size: 13px;
	padding: 5px 15px;
	margin: 5px 8px;
	text-shadow: 0 -1px 0 #005a94;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: none;
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	font-weight: 600;
}

.hero-unit
{
	padding: 20px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eeeeee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.control-label
{
	margin: 0 !important;
}

@media only screen and (max-width: 820px)
{
	#signin-btn
	{
		display: inline;
		margin: 5px 0 0 0;
	}
}

@media only screen and (max-width: 665px)
{
	#signin-btn
	{
		display: inline;
		margin: 5px 0 0 0;
	}
}

@media only screen and (max-width: 480px)
{
	#signin-btn
	{
		display: inline;
		margin: 5px 0 0 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px)
{
	html
	{
		font-family: "tablet";
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait)
{
	html
	{
		font-family: "tabletPortrait";
	}
}

@media screen and (min-width: 1025px)
{
	html
	{
		font-family: "desktop";
	}
}

@media (max-width: 778px)
{
	.container
	{
		width: auto;
		padding: 0 20px;
	}

	.row-fluid
	{
		width: 100%;
	}

	.row
	{
		margin-left: 0;
	}

	.row > [class*="span"], .row-fluid > [class*="span"]
	{
		float: none;
		display: block;
		width: auto;
		margin: 0;
	}
}

img.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

label.checkbox {
	font-weight: normal;
	margin-top: 0;
	min-height: 20px;
	padding-left: 20px;
	font-size: 18px;
	font-weight: 200;
}
