body {
	background-color: #f5f5f5;
}
.navbar-default {
	background-color: #95a5a6
}
.navbar-brand {
	padding: 0;
}
.container-fluid {

	padding-left: 50px;
	padding-right: 50px;
}
.well{
	background-color: #fff;
}
.margin-top{
	margin-top:0px;
}
.text-muted {
	color: #636363;
}
footer {
	background-color: #fff;
	bottom: 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #51759C;

}
.navbar-default {
	background-color: #006788;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #ffffff;
    color: #006788;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #ffffff;
    color: #006788;
}

.pagination > li > a, .pagination > li > span {
	background-color: #95a5a6;
}
.affix {
	position: fixed;
	top: 60px;
}

.req-section-danger{
	color: #e74c3c;
	border-left: 5px solid #e74c3c;

}
.req-section-success{
	color: #3c763d;
	text-decoration: line-through;
	border-left: 5px solid #3c763d;
}
.list-required-item{
	position: relative;
	display: block;
	padding: 1px 15px;
	margin-bottom: 1px;
	background-color: #ffffff;
	list-style: none;
	cursor: pointer;
}
.affix-top{

	position: relative;
}
.affix{
	width:23.5%;
	-webkit-transition: all ease-out 1s;
	-moz-transition:all ease-out 1s;
	-o-transition: all ease-out 1s;
	transition: all ease-out 1s;

}
.margin-botton-0 {
	margin-bottom: 0;

}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
  border: 2px solid #136988;
}


.application-form .dropdown-menu.open{
	width: 590px;
	right: 0;
	left: auto;
}

.application-form .dropdown-menu.open ul li a{

	white-space: normal; 
}

.dl-file {
	color: #136988;
	text-decoration: none !important;
}
.dl-file:hover {
	color: #F16521;
}
.no-offset .form-group .col-lg-offset-3{
margin-left:0;
}
.margin-bottom-20{
	margin-bottom: 20px;

}

ul.allow-float li.col-md-6{
	float:left;
}

.report-item {
	height: 150px;
}

.report-item p {
	height: 75%;
	overflow-y: auto;
}

.m-0 {
    margin: 0 !important;
}

.m-t-5 {
    margin-top: 5px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.glyphicon-white {
    color: #FFF !important;
}

.tag {
    margin-right: 5px;
    display: inline-block;
}

.filter-results {
    border: 2px solid #ddd;
    border-radius: 5px;
    margin-bottom: 5px;
}

.perPage {
    padding-left: 0;
}

.dataTables_processing {
    padding-bottom: 10px;
}

.report .panel-footer {
    padding: 10px 10px;
}


.customer-alert {
	background-color: #f39c12;
	color: #ffffff;
	padding: 15px; border: 1px solid transparent;
	border-radius: 0;
}

.customer-alert button {
	color: white;
	opacity: 0.7;
}

#recovery-codes div{
	margin-top: 25px;
}

.recovery-code-item {
	background-color: #3498db;
	color: #ffffff;
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 0;
}