/* ==========================================================================
 *  Introduction
 *  ==========================================================================
 * 
 * Table of content
 * 1. Layout
 * 2. Navigation
 * 3. Blocks
 * 4. Forms
 * 5. Fonts
 * 
 * Build on Bootstrap v2.3.1
 * 
 */

/* 1. Layout
   ========================================================================== */

/* Sticky footer styles */
html,
body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
}

#wrap {
	/* Wrapper for page content to push down footer */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -30px;
}

#push {
	/* Set the fixed height of the footer here */
	height: 30px;
}

#footer {
	color:#fff;
	padding:5px;
}
#footer2{color:#000; font-size:11px;text-align:center;}

figure {
	margin: 0;
	padding: 5px;
}

figcaption {
	background: #f4f4f4 none repeat scroll 0 0;
	font-size:10px;
	border: 1px dotted #dadada;
	margin-top: 5px;
	padding: 3px;
	text-align:center;
}

.carousel-caption {
	text-align: center;
	background-color: black;
	width: 100%;
	left: 0;
	padding: 2px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	top: 86%;
	height: 20px;
	font-size: 10px;
}

.modal-dialog,
.modal-content {
	/* 95% of window height */
	height: 95%;
}

.modal-body {
	/* 100% = dialog height, 120px = header + footer */
	height: calc(100% - 120px);
	overflow-y: scroll;
}

/* login / forgot / reset */
#admin-login { max-width: 350px; margin: 0 auto; }
#admin-login .input-group { margin-bottom: 10px; }

.box {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 10px;
	min-height: 20px;
	padding: 10px;
}
.box-content { padding: 20px; }

/* Phones to tablets */
@media (max-width: 767px) {
	#footer {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Phones */


/* 2. Navigation
   ========================================================================== */

/* croogo */
.error, .notice, .success, .message { padding: .8em; margin: 1em auto 1em auto; border: 1px solid #ef4030; width:40%; min-width:350px; border-radius: 5px; }
.error { background: #FBE3E4; color: #D12F19; }
.notice, .message { background: #FFF6BF; color: #817134; }
.success { background: #0072ba; color: #fff; }
.error a { color: #D12F19; }
.notice a, .message a { color: #817134; }
.success a { color: #529214; }


/* 3. Blocks
   ========================================================================== */


/* 4. Forms
   ========================================================================== */


/* 5. Fonts
   ========================================================================== */


/* 6. Surcharges
   ========================================================================== */

