{
  margin-top: 0.5em;
  clear: none;
  float: left;
  display:inline;
  margin-right: 10px;
  min-width: 15%;
}

#signup-form .form-item input{
	min-width: 80%;
}

#signup-form fieldset legend {
	background: none;
	font-size: 16px;
	font-weight: bold;
}

#edit-agency-info, #edit-main-location {
	border-color: #CCCCCC;
    border-image: none;
    border-style: none solid solid solid;
    border-width: 1px;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#edit-main-location, #edit-signup {
	margin-top: 25px;
}

#signup-form fieldset .fieldset-wrapper {
	padding-top: 25px;
}

#content_bottom{
	margin: 1.76%;
}

#block-block-12{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-shadow: 0 0 3px #999999;
}


#block-block-12 h2{
	cursor: pointer;
	background-color: #e9e9e9;
	padding: 0 60px;
}

#block-block-12 .content{
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 3px #999999;
    color: #333333;
    padding: 1.76% 3.52%;
    position: relative;
}

.block_left,
.block_right{
	float: left;
	width: 47%;
	border: 1px solid #ccc;
	box-shadow: 0 0 3px #999999;
	padding: 0.92%;
	background-color: #fff;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 15px;
}

.block_left{
	margin-right: 1.76%;
}

.block_left p,
.block_right p{
	margin: 0 2%;
}

.block_left img{
	height: 150px;
}

.block_left h2{
   color: #193B42;
    font-size: 2em;
    line-height: 1em;
}

.block_left h3{
    color: #255964;
    font-size: 1.3em;
    line-height: 1.1em;
}

.city{
	margin-left: 20px;
	line-height: 0.8;
}

#cityAgencies .modal-dialog{
	width: 1000px;
}

#cityAgencies .panel .row ul li{
	margin: 0 0 -1px 0;
	padding: 5px 15px;
}

#cityAgenciesHead .affix{
    position: fixed;
    top: 0;
    width: 100%
}


.agency_rating {
    background: url("https://d3chhsi9xia7z4.cloudfront.net/images/rating/bg-lg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    font-family: Verdana,Geneva,sans-serif;
    height: 105px;
    line-height: 12px;
    margin: 10px auto;
    padding: 25px 6px 0;
    text-align: center;
    width: 116px;
}

.agency_rating .rating {
    border: 0 none;
    line-height: 12px;
    margin: 0;
    padding: 0;
    width: 103px;
}

.agency_rating .reviews {
    color: #000;
    font-size: 10px;
    padding-top: 3px;
}

.agency_rating .agency_name {
    color: #024f59;
    font-size: 10px;
    font-weight: bold;
    height: 24px;
    line-height: 12px;
    margin: 0;
    padding: 2px 0;
}

#cityAgencies .right{
	float: right;
}

.content #cityAgencies .content a img{
	box-shadow: unset;
	border: 0;
	padding: 0;
}

.panel-title a.collapsed span{
	background: url("../../homepage/images/expand.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 48px;
    margin-top: -12px;
    position: absolute;
    width: 48px;
}

.panel-title a span{
	background: url("../../homepage/images/collapse.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 48px;
    margin-top: -12px;
    margin-left: -60px;
    position: absolute;
    width: 48px;
}

.panel-title a{
	padding-left: 50px;
}

#signup-form .form-control{
	width: 80%;
	display: inline;
}

/* Fix collapse jumping/padding issues */
.panel-collapse {
	transition: height 0.35s ease;
}

.panel-collapse .panel-body {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* Smooth accordion transitions */
.panel-group .panel {
	overflow: hidden;
}

.panel-group .panel + .panel {
	margin-top: 0;
}

/* Fix cities layout for 4 columns */
#agencies-page .col-md-3 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Nested panels styling for North America sub-countries */
.panel-inner .panel-group {
	margin-left: 15px;
}

.agency-city-card-header{
  background: #f5f5f5;
}

.list-group-item{
  font-size: 15px;
}

.agency-city-btn .btn, .agency-city-btn .btn:hover{
  padding: 10px;
  font-size: 15px;
}
