@charset "utf-8";
/* CSS Document */

/* BODY */
/* ----------------------------------------------------------------- */
body {
	background: #f1f1f1;
}

form {
	margin:0px;
}

h3 {
	font-size: 2em;
	color:#0066cc;
	font-weight:normal;
	text-transform:capitalize;
}

.hr {
	border: none;
    background-color: #ccc;
    color: #ccc;
    height: 1px;
}

a, a:hover {
	color:white;
	text-decoration:none;
}

/* SUBNAV */
/* ----------------------------------------------------------------- */
.subnav {
	background:#333;
}

.subnav .caret {
	border-top: 4px solid #fff;
}

.subnav .dropdown-menu li a,
.subnav .dropdown-menu li a:active,
.subnav .dropdown-menu li a:hover,
.subnav .dropdown-menu li a:focus {
	color:white;
}

.subnav .dropdown-menu {
	background-color: #333;	
}

.subnav a:hover,
.subnav a:focus {
	color: white;
	text-decoration: none;
}

.subnav i {
	margin-top:4px;
}

.subnav p {
	color: white;
	padding-right: 10px;
	padding-top: 5px;
}

.subnav li {
	list-style: none;
}

.subnav span {
	color:white;
}

.subnav .dropdown {
	display: inline;
	margin-left:5px;
}

.subnav span {
	margin-left:10px;
	padding-top:5px;
}

.subnav #menu1 {
	margin-left:-20px;
	margin-top:10px;
}

	
/* NAVIGATION */
/* ----------------------------------------------------------------- */
.nav {
	 background:grey; 
}

.nav h2 {
	color: white;
	font-size:16px;
	font-weight: normal;
}

.nav ul {
	margin:0;
	list-style: none outside none;	
}

.nav li {
    border-right: 1px solid #666666;
    float: left;
	padding-bottom: 10px;
}

.nav li:hover {
    background: #4f4f4f;
}

.nav .active {
	background: #4f4f4f;
}

/* HEADER */
/* ----------------------------------------------------------------- */
.header {
}

.header h1 {
	color:#3079ec;
	display:inline;
	font-weight:lighter;
	font-size:30px;
	padding-left:5px;
}

.header img {
	vertical-align:bottom;
	padding-right:5px;
}

.header .alert-success {
/*	margin-top:5px;*/
}

/* CONTENT */
/* ----------------------------------------------------------------- */
.content {
	font-family: 'Open Sans',sans-serif;
	font-size:18px;
}

.content.grey {
	background:grey;
	color:white;
}

.content .caret {
	border-top: 4px solid #fff;
}

.content .span3,
.content .span2 {
	padding-top:5px;
	padding-left:10px;
}


/* FOOTER */
.footer {
   bottom:0;
   position:fixed;
   margin-top:30px;
}

.footer .span12 {
	padding:5px 10px;
	background:#333;
	color:white;
	text-align:right;
}

.footer a,
.footer a:hover,
.footer a:active,
.footer a:focus {
	color:white;
}

.footer a:hover {
	text-decoration:underline;
}


/* MODAL */
/* ----------------------------------------------------------------- */
.modal {
	right:0;
	left:0;
	margin:auto;
	width:62%;
}

/* SIGNIN */
/* ----------------------------------------------------------------- */
.form-signin {
       	max-width: 280px;
        width: 280px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-signin {
	margin-top:10%;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}

.form-signin p {
	text-align:center;
	padding-bottom:15px;
}

.form-signin img {
	display:block;
	padding-bottom:10px;
}

.form-signin a {
	float:right;
	color:blue;
	text-decoration:underline;
	float:right;
}

.form-signin h1 {
	font-family: 'Open Sans',sans-serif;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	margin:0px 0px 15px 0px;
	padding:0px;
	line-height:18px;
}

.form-signin p {
	font-family: 'Open Sans',sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:0px;
	padding:5px;
	line-height:16px;
}
	























	
	
