﻿body {
    /*padding-top: 55px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/*html body {
    font-family: 'Source Sans Pro',sans serif;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/**/ 
/*input,
select,
textarea {
    max-width: 400px;
}*/
/*max-width: 280px;*/

.pagination {
    margin: 5px 0;
}

.table-header {
    background-color: #f5f5f5;
    /*color: white;*/
} 

div.navbar {
    background-color: rgb(0, 93, 170);
    background-image: none;
}

ul.nav {
    margin-right: -15px;
}

.cityLogoImage {
    height:50px;
    width: auto;
}

/*Twitter bootstrap override for jumbotron*/
.jumbotron {
  background-color: #ffeec2;
}

.lft-img-margin {
    margin: 0 20px 5px 0;
}

.img-width {
    width:auto;
}

/*Top Bar (login, search etc.)
------------------------------------*/
.top {
	padding-top: 8px;
}

.top ul.loginbar {
	margin: 0;
	padding: 0;
	z-index: 9999;
	position: relative;
}

.top ul.loginbar > li {
	display: inline;
	list-style: none;
	padding-bottom: 15px;
}

.top ul.loginbar > li > a, 
.top ul.loginbar > li > a:hover {
	color: #7c8082;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.top ul.loginbar li.divider { 
	top: -1px;
	padding: 0;
	font-size: 8px;
	position: relative;
	margin: 0 9px 0 5px;
	font-family: Tahoma;
	border-right: solid 1px #bbb;
}

.top ul.loginbar li i.icon-globe { 
	color: #bbb;
}

.summary_thumbnail {
  /*width: 103px;
  height: 77px;*/
  width: 150px;
  height: 100px;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer {
    /*color: #dadada;*/
    color: rgb(58, 72, 86);
    margin-top: 40px;
    /*padding: 20px 0 30px;*/
    /*background: darkslategrey;*/
    /*background-color: rgb(10,45,239);*/
    background-color: rgb(122, 170, 219);
}

.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
    color: rgb(235, 255, 255);
}

.headline h2 {
    /*color: rgb(235, 255, 255);*/
    color: rgb(10, 45, 129);
}

.footer a {
    color: rgb(58, 72, 86);
}

.footer a:hover {
    color: rgb(10, 45, 129);
}

/* overrides for jQuery UI date picker */
.ui-datepicker-prev span, .ui-datepicker-next span {
    background-image: none !important;
}

.ui-datepicker-prev span.ui-icon {
    width: 6px; 
    height: 16px;
    display: block;
    text-indent: 0;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-datepicker-next span.ui-icon {
    width: 6px; 
    height: 16px;
    display: block;
    text-indent: 0;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-datepicker-prev span:before {
    content: "\f104"; /* CSS constant for fa-angle-left */
    font-family: FontAwesome;
    position: relative;
}

.ui-datepicker-next span:before {
    content: "\f105"; /* CSS constant for fa-angle-right */
    font-family: FontAwesome;
    position: relative;
}