/*
CSS for IL911
*/

/*******************/
/*! Global Styles  */
/*******************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,800,300);

html, body {
  height:100%;
}

body {
  padding-top: 50px; /* body padding for fixed top nav */
  font-family: 'Open Sans', sans-serif;
  -webkit-animation-duration: 0.01s;
  animation-duration: 0.01s;
  -moz-animation-duration: 0.01s;
}

a {
	transition: all 0.1s ease;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -126px;
}

.feature-section-box {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
}

.margin {
	margin-top: 5px;
}

.none {
	background-color: #ffffff;
}

.sideBorder {
	border-right: 1px solid #c8c8c8;
}

.whiteButton {
	border: 1px solid white;
	background-color: transparent;
	color: white;
	transition: all 0.5s ease;
}

#inline ul li {
	padding: 5px;
	display: inline;
}

.whiteButton:hover {
	background-color: white;
	color: #3498db;
}

.button {
	border-radius: 5px;
	border: 1px solid #cccccc;
	background-color: transparent;
	text-align: center;
	color: #ed1c24;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	transition: all 0.1s ease;
}

.button-sm {
	border-radius: 5px;
	border: 1px solid #cccccc;
	background-color: transparent;
	text-align: center;
	color: #ed1c24;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	transition: all 0.1s ease;
}

.button:hover {
	color: #ffffff;
	border-radius: 5px;
	background-color: #ed1c24;
	border-color: #ed1c24;
	text-align: center;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}

.button-sm:hover {
	color: white;
	border-radius: 5px;
	border: 1px solid white;
	background-color: #ed1c24;
	border-color: #ed1c24;
	text-align: center;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.divider-vertical {
height: 50px;
margin: 0 0px 0 0px;
border-left: 1px solid #F2F2F2;
border-right: 1px solid #FFF;
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

.intro-font {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

/*******************/
/*! Page Sections  */
/*******************/

.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-color: #3498DB;
}

.section-grey {
	padding: 25px 0;
}

#login-nav input {
	margin-bottom: 15px;
}

.section-grey {
	border-top: 1px solid #e7e7e7;
}

.section-friends {
	border-top: 1px solid #e7e7e7;
	text-align: center;
	box-shadow: 0px -12px 35px -8px rgba(0,0,0,.08);
	-moz-box-shadow: 0px -12px 35px -8px rgba(0,0,0,.08);
	-webkit-box-shadow: 0px -12px 35px -8px rgba(0,0,0,.08);
	position: relative;
	bottom: 126px;
	margin-top: 126px;
}

.font-grey {
	color: #c8c8c8;
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

iframe, object, embed{max-width: 100%;}

/************************************/
/*! Login Section */
/************************************/

.panel-default {
	opacity: 0.9;
}

.panel-title {
	color: black;
}

.panel-down {
	margin-top: 35px;
}

.form-group.last { margin-bottom:0px; }

.img-right {
	margin: auto;
}


/**********************/
/*! Features Section  */
/**********************/

.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #00447c; vertical-align: middle; }
.box > .icon:hover > .image { background: #00447c; }
.box > .icon > .image > i { font-size: 36px !important; color: white !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: #ffffff; border: 1px solid #cccccc; padding: 15px 0 10px 0; }
.box > .icon:hover > .info { border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-family: 'Open Sans', sans-serif !important; font-size: 16px; color: #222; font-weight: 500; }
.box > .icon > .info > p { font-family: 'Open Sans', sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: 'Open Sans', sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #ffffff; padding: 6px 8px; background-color: #00447c; }
.box .space { height: 30px; }

/*********************************************/
/*! Half Page Height Carousel Customization  */
/*********************************************/

.carousel {
  height: 50%;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}


/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}


/* Footer Styles */
.footer {
  height: 126px;
  clear: both;
}

.footer-fix {
	margin-bottom: 126px;
	clear: both;
}

/* Responsive Styles */
@media (max-width: 767px) {

	.carousel {
		height: 70%; /* increases the carousel height so it looks good on phones */
	}
}

.user-info {
	/*border-left: 1px solid #e7e7e7;*/
}

.user-info:hover {
	background: #00447c;
}

.user-info:hover .dropdown a {
	color: white;
}

.user-info:hover .open a {
	color: black;
}

.user-info .open a {
	color: black;
}

.user-info .dropdown {
	padding-top: 15px;
	padding-bottom: 15px;
}

.user-info #welcome-user {
	padding: 17px 10px;
}

.user-info a {
	color: #00447c;
	text-decoration: none;
}

.user-info .dropdown-menu {
	min-width: 192px;
	margin-top: 0px;
	border-top: 1px solid rgba(228, 228, 228, 0.85);
	border-radius: 0px;
	border: 1px solid #e7e7e7;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}

.user-info .dropdown-menu a {
	color: black;
	text-decoration: none;
}

.user-info .dropdown-menu li a:hover {
	color: white;
	background: #00447c;
}

/* Nav bar */
/*
.navbar-default {
	-webkit-box-shadow: 0px 2px 17px -1px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 2px 17px -1px rgba(0,0,0,0.08);
	box-shadow: 0px 2px 17px -1px rgba(0,0,0,0.08);
}
*/
.navbar-default .navbar-nav > li > a.active {
	color: #616161;
	background: #eeeeee;
}

#create-new-post-form p button {
	margin-left: 5px;
	margin-right: 5px;
}

.note-editor {
	border-radius: 4px;
	border: 1px solid #cccccc;
}

.note-editor .note-toolbar {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom: 1px solid #cccccc;
}

.note-editor .note-toolbar div .btn-default {
	color: black;
}

/* Newsfeed */
.newsfeed-summary-wrapper {
	margin-bottom: 126px;
}

.newsfeed-post {
	margin-bottom: 60px;
}

.newsfeed-post-title {
	margin-bottom: 5px;
	font-size: 36px;
}

.newsfeed-post-meta {
	margin-bottom: 20px;
	color: #999;
}

.newsfeed-take-action {
	min-width: 86px;
}

#newsfeed-load-template {
	font-weight: bold;
	font-size: 15px;
}

.pagination li {
	cursor: pointer;
}

/* animation speeds */
.fadeSeq1{
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
}

.fadeSeq2{
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
}

.fadeSeq3{
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
}

.fadeSeq4{
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
}

.fadeSeq5{
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
}

.slowDur1{
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
}

.addBoxShadow {
	box-shadow: 0px 9px 10px -8px rgba(0,0,0,0.3);
}

.wvBlue {
	color: #00447c;
}

.red {
	color: #bb0000;
}

.red-background {
	background-color: #ba0000;
	color: white!important;
}

.red-background:hover {
	background-color: #ba0000!important;
	color: white!important;
}

.btn-dash {
	color: #ffffff;
	background-color: #00447c;
	border-color: transparent;
}

.btn-dash:hover {
	background-color: #005193;
}

/******************/
/*! TEAM SUPPORT  */
/******************/

.iframe-shell {
	width: 780px;
	height: 700px;
	border: 0px;
}

.footer .page-identifier {
	position: absolute;
	top: 70px;
	right: 15px;
	font-size: 10px;
}

.honeypot {
	display: none;
}