﻿/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
  margin-bottom: 60px;
	background-color: #f6f6f6;
	background: #f6f6f6;
	font-family: HelveticaNeue,Helvetica Neue,Helvetica;
}
.row {
	background-color: #ffffff;
	background: #ffffff;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%; /* Set the fixed height of the footer here */;
	height: 60px;
	background-color: #CCCCCC;
}
.navbar {
	background-color: #003959;
	color: #FFFFFF;
}
.navbar-fixed-top {
	height: 80px;
}
.navbar-fixed-bottom {
	min-height: 40px;
	height: 40px;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container .text-muted {
	margin: 10px 0;
}
.footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}
code {
	font-size: 80%;
}
.navbar-brand {
	padding: 0px;
}
.navbar-brand > img {
	height: 100%;
	padding: 10px;
	width: auto;
}
/* EXAMPLE 3

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */
.example3 .navbar-brand {
	height: 50px;
}
.example3 .nav > li {
	padding-top: 15px;
	padding-bottom: 10px;
}
.example3 .navbar-toggle {
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	float: left;
}
h1 {
	color: #164c9a;
}
h4 {
	color: #26a8e0;
}
.buttonText {
	color: white; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#21a7dd+0,1e5799+63 */;
	background: #21a7dd;
/* Old browsers */background: -moz-linear-gradient(top, #21a7dd 0%, #1e5799 63%); /* FF3.6-15 */;
	background: -webkit-linear-gradient(top, #21a7dd 0%,#1e5799 63%); /* Chrome10-25,Safari5.1-6 */;
	background: linear-gradient(to bottom, #21a7dd 0%,#1e5799 63%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21a7dd', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */;
	border-radius: 8px;
	border: 0;
	padding: 7px 20px;
	float: left;
	position: relative;
	cursor: pointer;
    font-size: 2em;
}
.face-box {
	border: 3px solid #1e5799;
}
.top-nav {
	margin: 0px auto;
	width: 960px;
	height: 80px;
	position: relative;
	clear: both;
}

.DetectedFace{
	 overflow: hidden;
  width: 200px; 
  height: 200px;
}
.cropper-container{
	display:none;
}

#loading {
	background-position: center center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	opacity: 0.9;
	background-color: #fff;
	z-index: 99;
	text-align: center;
	background-image: url('loading.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {

display: none;
border-radius: 8px;

}

