/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body
{
	width: 100%;
	height: 100%;
}

html
{
	width: 100%;
	height: 100%;
}

@media (min-width:767px)
{
	.navbar
	{
		padding: 20px 0;
		-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
		transition: background .5s ease-in-out,padding .5s ease-in-out;
	}

	.top-nav-collapse
	{
		padding: 0;
	}
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section
{
	height: 100%;
	padding-top: 90px;
	text-align: center;
	background: #fff;
}

.about-section
{
	height: 100%;
	padding-top: 150px;
	text-align: center;
	background: #eee;
}

.services-section
{
	height: 100%;
	padding-top: 150px;
	text-align: center;
	background: #fff;
}

.contact-section
{
	height: 100%;
	padding-top: 150px;
	text-align: center;
	background: #eee;
}



.menu input
{
	background-color: #3C718D;
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	border-top-right-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-bottom-left-radius: 9px;
	text-indent: 0px;
	border: 1px solid #3C718D;
	display: inline-block;
/*	color: #333333;*/
color: white;
	font-family: Arial;
	font-size: 16px; /*font-weight: bold;*/
	font-style: normal;
	height: 40px;
	line-height: 30px;
	width: 160px;
	text-decoration: none;
	text-align: center;
}
.menu input:hover
{
	/*	background-color: #22a17d;*/
}

.loginC input
{
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /*-moz-box-shadow: 2px 2px 3px #666;*/ /*-webkit-box-shadow: 2px 2px 3px #666;*/ /*box-shadow: 2px 2px 3px #666;*/ /*font-size: 20px;*/
	/*padding: 4px 3px;*/
	outline: 0; /*-webkit-appearance: none;*/
}

.loginC label
{
	font-weight: 400;
}

.editor-label
{
	padding-top: 20px;
}


.navbar-default
{
	background-color: White;
	border-color: White;
}

input:-webkit-autofill
{
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.field-validation-error
{
	color: #f00;
}


/*------------*/

/**** advanced input styling ****/
/* placeholder */
::-webkit-input-placeholder  { 
	color: rgb(190, 188, 188); 
	font-size:small;
	font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
	color: rgb(190, 188, 188);
	font-style: italic;
	font-size:small;
} 
input {
  outline: none;
}


.loginCss
{
	background: url(login.png) no-repeat left center;
	padding-left:25px;
	height: 40px;
	}

.passwordCss
{
	background: url(password.png) no-repeat left center;
	padding-left:25px;	
	height: 40px;
}

.red
{
	color:Red;
	}