body{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #343e48;
  font-size: 18px;
}
h1{
  font-size: 24px;
  margin: 0 0 30px;;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
li {
  list-style-position: inside;
}

.btn{
  text-transform: uppercase;
  padding: 8px 20px;
  border: 2px solid #3fa9f5;
  color: #3fa9f5;
  display: block;
  text-align: center;
}
a.btn:hover, a.btn:focus{
  background-color: #3fa9f5;
  color: #fff;
  text-decoration: none;
}


.header{
  display: flex;
  justify-content: space-between;
  align-items: center;


  min-height: 200px;
}
.bold-blue{
  font-weight: 700;
  font-size: 17px;
  color: #3fa9f5;
  text-transform: uppercase;
}
.header_block img {
  margin-right: 10px;
}
.blue{
  color: #3fa9f5;
}
.slogan{
  border-right: 2px solid #3fa9f5;
  border-left: 2px solid #3fa9f5;
  padding: 0 10px;
}
.contact {
  padding: 0 10px;
  
}
.contact a{
  font-weight: 400;
  color: #343e48;
  font-size: 18px;
}


/*Навигация*/
.navigation {
  min-height: 50px;
  background-color: #343e48;
  border-bottom: 2px solid #3fa9f5;
  z-index: 2;
  position: relative;
}
.nav.menu{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.nav.menu li{
  list-style: none;
}
.nav.menu li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px;
  display: block;
}
.nav.menu li a:hover{
  text-decoration: none;
  background-color: #3fa9f5;
}


/* Гамбургер */
.burger{
  position: absolute;
  top: 15px;
  right: 20px;
  display: none;
}
#hamburger-icon {

  width: 35px;
  height: 20px;

  display: block;
}
#hamburger-icon .line {
  display: block;
  background: #ecf0f1;
  width: 40px;
  height: 4px;
  position: absolute;
  left: 0;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#hamburger-icon .line.line-1 {
  top: 0;
}
#hamburger-icon .line.line-2 {
  top: 50%;
}
#hamburger-icon .line.line-3 {
  top: 100%;
}
#hamburger-icon:hover .line-1, #hamburger-icon:focus .line-1 {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}
#hamburger-icon:hover .line-3, #hamburger-icon:focus .line-3 {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}
#hamburger-icon.active .line-1 {
  transform: translateY(10px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  -moz-transform: translateY(10px) translateX(0) rotate(45deg);
}
#hamburger-icon.active .line-2 {
  opacity: 0;
}
#hamburger-icon.active .line-3 {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
}


/* гамбургеру конец*/





/*Навигация Конец*/

/*Слайдер*/

.slider{
  margin-top: -25px;
}

/*Слайдер конец*/
/*Фильтр*/
.filter {
  margin-top: 50px;
}
.filter-wrap{
  background-color: #eeeeee;
  margin-bottom: 30px;
}
.filter-header{
  min-height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.filter-header-item {
  background-color: #eee;
  min-width: 120px;
  padding-top: 13px;
  padding-left: 5px;
}
/*input[type=radio] {
  visibility: hidden;
}*/
.filter-body{

  min-height: 240px;
  padding: 0 20px;


  display: flex;
  flex-direction: row;
}
.filter-body-item {
  width: calc(100%/3);

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.filter-body-item p {
  margin: 10px 0 5px;
}
.filter-footer{
  width: 100%;
  padding: 20px 0 20px 20px;
  justify-content: center;
  display: flex;
  margin-top: -65px;
}
.filter-footer .btn-form {
  padding: 10px 0;
  border: 2px solid #3fa9f5;
  color: #3fa9f5;
  background-color: transparent;
  margin-right: 15px;
  text-transform: uppercase;
  min-width: 200px;
}
.filter-footer .btn-form:hover, .filter-footer .btn-form:focus {
  color: #fff;
  background-color: #3fa9f5;
}
.item-col {
  width: 100px;
  margin: 10px 0 5px;
}
.filter-body-item .item-col p {
  margin: 5px 0;
}

.filter-body .filter-body-item select {
  width: 290px;
}
.filter-body-item p {
  margin: 25px 0 10px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.filter-header-item-h {
  padding: 20px 65px 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.mod-jea-search-form label {
  font-size: 14px;
}
.mod-jea-search-form select, .mod-jea-search-form input{
  font-size: 14px;
  border: 0;
}


.living-space, .land-space, .cost{
  display: flex;
  flex-wrap: wrap;
}
p.sort-options, .search_parameters {
  margin-left: 15px;
}
/*Фильтр конец*/

/* cart */

.cart{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cart-item{
  width: 100%;
}
.cart-item-header {
  width: 100%;
  margin: 15px 0;
}
.cart-item.photo{
  width: calc( 100% * 2/3);
}
.cart-item.properties{
  width: calc( 100% * 1/3);
}
.cart-item.maps{
  width: 100%;
}
.cart-item.description{
  width:100%;
}
.description-item.text{
  width: calc(100% * 2/3);
}
.description-item.manager {
  width: calc(100% * 1/5);
}
.cart-item-header {
  width: 100%;
  margin: 15px 0 30px;
  text-align: center;
  background: url(../images/line.jpg) center bottom no-repeat;
  padding-bottom: 15px;
}
.cart-item.list {
  max-width: 240px;
}
.filter-body-item:nth-child(3) {
  margin-top: -50px;
}
.properties-cost {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: #3fa9f5;
  padding: 10px 20px;
}
.properties-cost span {
  float: right;
}
.properties-adress, .properties-option {
  padding: 0 0 0 15px;
  line-height: 24px;
}
.properties-h {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
}
.cart-item.description {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between
}
img#jea-preview-img {
  min-width: 100%;
  height: auto;
}
div#jea_property_map {
  margin-top: 15px;
}
.description-item.manager img {
  max-width: 100%;
  height: auto;
}
.description-item.manager p {
  font-size: 16px;
  font-style: italic;
}
.pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
ul.pagination-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
p.counter {
  display: none;
}
.pagination-list li {
  display: block;
  height: 35px;
  width: 35px;
  background-color: #3fa9f5;
  line-height: 35px;
  text-align: center;
  margin: 0 5px;
  list-style: none;

}
ul.pagination-list li a {
  color: #fff;
  font-weight: 700;
  font-size: 21px;
}
ul.pagination-list li a:hover{
  text-decoration: none;
}
ul.pagination-list .active{
  background-color: #273039;
}
/* cart end*/


/**/
.main-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.main-list-item {
  display: flex;
  flex-direction: column;
  width: calc(25% - 30px);
  margin: 15px 15px 0px;
  justify-content: space-between;
  padding: 5px;
  background-color: #eee;
}
.main-list-item--more a {
  max-width: 100%;
  margin: 0 auto;
}
.main-list-item--img img{
  width: 100%;
  height: auto;
}
.main-list-item--title a {
  color: currentColor;
  text-transform: uppercase;
}
p.sort-options {
  font-size: 14px;
}
.search_parameters strong {
  font-size: 14px;
}
.limitbox {
  text-align: right;
  margin-top: -20px;
  font-size: 14px;
}


/**/
/* Админка */
.admin ul.adminformlist label#jform_zip_code-lbl {
  display: none;
}

/**/
/* Специальные предложения*/
.blog-special-heading, .page-header h2{
  text-align: center;
  background: url(../images/line.jpg) center bottom no-repeat;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.newsflash {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.special-list {
  width: 270px;
}
.special-header {
  min-height: 50px;
}
.special-item img{
  max-width: 100%;
  min-width: 100%;
  height: 130px;
  margin: 15px 0
}
.special-more {
  margin-top: 10px;
}
.special-item {
  min-height: 280px;
}
.special-item p {
  font-size: 14px;
}
.partner {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;

  padding-bottom: 65px;
  margin-top: 50px;
}
.partner-item {
    margin: 15px 25px;
}
.partner-item-head {
  width: 100%;
}
.content {
  margin-bottom: 50px;
  margin-top: 20px;
}
/**/

/**/
.special-item a, .special-item a:hover, .special-item a:active, .special-item a:visited {
  color: #343e48;
  text-decoration: none;
}

/**/

/* Модальное окно*/

.formField {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.componentheading {
  font-size: 26px;
  font-weight: 700;
  color: #3fa9f5;
  text-transform: uppercase;
}
p.label {
  margin: auto;
  margin-top: 10px;
  padding-bottom: 10px;
}
.formField.rsform-block input {
  min-height: 40px;
  font-size: 16px;
  height: 0;
  width: 100%;
  border: 2px solid #3fa9f5;
}
.formField.rsform-block textarea{
   border: 2px solid #3fa9f5;
}
input#Send {
  width: 150px;
  background: none;
  margin: auto;
  color: #3fa9f5;
}
input#Send:hover{
  color: #fff;
  background: #3fa9f5;
}
textarea#Message {
    width: 100%;
}
input#Send:active{

}
/**/

.jea-properties p, .jea-properties h2 {
  padding-left: 15px;
}



  tr.mtGallery {
    display: flex;
    flex-direction: row;
  }



/*Footer*/

.footer{
  background: #273039;

  min-height: 255px;
  border-bottom: 3px solid #3fa9f5;
}
.footer a, .footer p{
  color: #fff;
  text-align: right;
}
.footer-block-header {
  border-bottom: 3px solid #3fa9f5;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 100px;
  padding-bottom: 15px;
}
.footer-block.telecom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 70px;
}
.footer-block.telecom a{
  color: #586572;
  font-size: 10px;
}
/*Footer end*/


/* Гребаный Слайдер*/

.slider{
  display: none;
}
.vikup {
    margin-top: 20px;
    background-color: #3fa9f5;
    padding: 20px;
}
.remodal .vikup {
    background-color: #fff;
    margin-top: 0;
    padding: 0;
}

.vikup-header {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    color: #343e48;
    text-transform: uppercase;
}
.remodal .vikup-header {
    color: #3fa9f5;
}
.vikup-kvartir {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.remodal .vikup-kvartir {
    width: 100%;
}
.vikup-kvartir input[type="text"]{
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #3fa9f5;   
    padding: 10px;
}

.vikup-kvartir input[type="submit"]{
    background-color: #343e48;
    border: 2px solid #343e48;
    color: #fff;
    transition: background-color 0.3s ease-out 0s;
    margin: 0 auto;
    padding: 10px 15px;
}
.remodal input[type="submit"] {
    border: 2px solid #3fa9f5;
    background-color: #fff;
    transition: background-color 0.3s ease-out 0s;
    margin: 0 auto;
    padding: 10px 15px;
    font-size: 16px;
    width: 150px;
    color: #3fa9f5;
}
.vikup-kvartir input[type="submit"]:hover {
    background-color: #fff;
    color:  #343e48;
    transition: background-color 0.3s ease-out 0s;
    cursor: pointer;
}
.remodal input[type="submit"]:hover {
    color: #fff;
    background-color: #3fa9f5;
    transition: background-color 0.3s ease-out 0s;
    cursor: pointer;
}
.form-success {
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
    display: none;    
}
.form-success--light {
    color: #fff;
}
.form-success--dark {
    color: #343e48;
}

/* 20.05.2024 */
.clr {
	clear: both;
}

.numberbox {
	text-align: right;
	padding-right: 2px;
}

.right {
	text-align: right;
}

/*** Properties Search layout ***/

#jea-search-form label {
	display: inline !important;
}

#jea-search-form input {
	width: auto !important;
}

#jea-search-form .jea-counter {
	float: right;
}

#jea-search-form .jea-counter-result {
	font-weight: bold;
}

#jea-search-form h2, #jea-search-form hr {
	clear: both;
}

#jea-search-form hr {
	margin: 1em 0;
}

#jea-search-form select {
	width: 12em;
}

#jea-search-form dl {
	padding: 0.5em 0;
}

#jea-search-form dl.col-left, #jea-search-form dl.col-right {
	float: left;
}

#jea-search-form dl.col-left {
	margin-right: 3em;
}

#jea-search-form dt, #jea-search-form dd {
	margin: 0;
	padding: 0;
	display: table-cell;
}

#jea-search-form dt {
	min-width: 5em;
}

#jea-search-form ul {
	overflow: hidden;
	margin: 1em 0 !important;
	padding: 0 !important;
}

#jea-search-form ul.jea-search-other li {
	list-style: none;
	margin: 0.5em 0 !important;
	padding: 0 !important;
}

#jea-search-form ul.jea-search-other label {
	display: inline-block;
	min-width: 13em;
}

#jea-search-form .amenities li {
	width: 17em;
	margin: 0 1.5em 0.5em 0 !important;
	padding: 0 !important;
	float: left;
	list-style: none;
}

/* Properties Default layout */

.limitbox {
	text-align: right;
}

dl.jea_item {
	border-top: 1px dashed #ccc;
	padding: 1em 0;
	margin: 0;
}

dl.jea_item:FIRST-CHILD {
	border-top: none;
	padding-top: 0;
}

dl.jea_item dt.title {
	margin-bottom: 0.7em;
}

dl.jea_item dt.title strong {
	font-size: 1.3em;
}

dl.jea_item dt.image {
	text-align: center;
	margin-bottom: 1em;
}

dl.jea_item dt.image img {
	border-color: #819d26;
}

dl.jea_item span.slogan {
	float: right;
}

dl.jea_item span.slogan strong {
	color: red;
}

@media ( min-width : 1200px) {

	dl.jea_item {
		/* formatting context, prevent overshooting of floating */
		overflow: hidden;
	}

	dl.jea_item dt.title {
		clear: both;
	}

	dl.jea_item dt.image {
		float: left;
		margin-right: 1em;
		margin-bottom: 0;
	}
}

/* Property Default layout */
.prev-next-navigation {
	text-align: center;
}

.prev-next-navigation .previous {
	display: inline-block;
	margin-right: 20px;
}

.jea-tools .print-icon {
	float: right;
}

.jea-tools img {
	border: none;
}

#jea-gallery {
	margin-bottom: 10px;
}

#jea-gallery-scroll {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

#jea-gallery-scroll a {
	display: block;
	max-width: 32%;
	margin: auto auto 5px auto;
}

#jea-gallery-preview a {
	display: inline-block;
}

#jea-gallery-preview img {
	max-width: 100%;
	margin-bottom: 5px;
}

#jea-preview-title {
	font-weight: bold;
}

#jea-preview-description {
	font-style: italic;
}

span.rate_frequency {
	font-size: 0.9em;
	font-weight: normal;
}

table.jea-data {
	width: 100%;
}

table.jea-data th, table.jea-data td {
	padding: 0.4em;
}

table.jea-data th {
	text-align: left;
	font-weight: normal;
}

table.jea-data td {
	font-weight: bold;
}

.property-description {
	margin: 2em 0;
}

#advantages_list {
	margin-bottom: 10px;
}

#jea_property_map {
	width: 100%;
	height: 300px;
	margin-bottom: 1.5em;
}

.google-map-mask {
	background: #000 url(../images/spinner.gif) center center no-repeat;
}

form#jea-contact-form legend {
	font-weight: bold;
}

form#jea-contact-form fieldset dt {
	padding: 3px 0;
	margin: 0;
}

form#jea-contact-form fieldset dd {
	padding: 3px 0;
	margin: 0 0 0.3em 0;
}

form#jea-contact-form input[type="text"], form#jea-contact-form textarea
	{
	width: 100%;
	box-sizing: border-box;
	height: auto;
}

@media ( min-width : 1200px) {

	#jea-gallery.vertical {
		display: flex;
		justify-content: space-between;
	}

	#jea-gallery-preview.vertical {
		flex-basis: 80%;
		margin-right: 5px;
	}

	#jea-gallery-scroll.vertical {
		flex-basis: 20%;
		overflow-y: auto;
	}

	#jea-gallery-scroll.vertical a {
		max-width: 100%;
	}

	#jea-gallery-scroll.horizontal {
		display: block;
		white-space: nowrap;
		overflow-x: auto;
	}

	#jea-gallery-scroll.horizontal a {
		display: inline-block;
	}

	#jea-gallery-scroll.horizontal img {
		max-height: 80px;
		max-width: auto;
	}

	table.jea-data {
		width: auto;
	}

	.jea-col-right {
		float: right;
		margin-left: 2em;
		padding: 2em;
		border-left: 1px dashed #b2b4bf;
	}
}

/*** SqueezeBox layout ***/

#jea-squeezeBox-navblock {
	position: relative;
	bottom: -15px;
	text-align: center;
}

#jea-squeezeBox-infos {
	position: absolute;
	bottom: 15px;
	right: 15px;
	text-align: center;
	background: #000;
	padding: 10px;
	opacity: 0.8;
}

#jea-squeezeBox-title {
	font-weight: bold;
	color: #fff;
	font-size: 13px;
}

#jea-squeezeBox-description {
	color: #ddd;
	font-size: 10px;
}

a#jea-squeezeBox-prev, a#jea-squeezeBox-next {
	color: #fff;
}

#jea-squeezeBox-prev {
	margin-right: 10px;
}

#jea-squeezeBox-next {
	margin-left: 10px;
}

a#jea-squeezeBox-prev.inactive, a#jea-squeezeBox-next.inactive {
	color: #ccc;
	text-decoration: none;
	background: transparent;
	cursor: default;
}

/*format tabular list */

table.jea_listing, table.jea_listing thead, table.jea_listing th, table.jea_listing tbody,
	table.jea_listing td {
	border: 1px solid #ccc;
}

table.jea_listing {
	border-collapse: collapse;
}

table.jea_listing th, table.jea_listing td {
	padding: 5px;
	text-align: left;
}

table.jea_listing tbody th {
	font-weight: bold;
}

table.jea_listing thead {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}

table.jea_listing tbody tr.row1 {
	background: #F9F9F9;
}

table.jea_listing tbody tr:hover {
	background: #FFD;
}

table.jea_listing .right {
	text-align: right;
}

table.jea_listing .center {
	text-align: center;
}

table.jea_listing .nowrap {
	white-space: nowrap;
}

/*** Property form layout ***/

ul#amenities {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}

ul#amenities li {
	width: 200px;
	margin: 0 15px 10px 0 !important;
	padding: 0 !important;
	float: left;
}

ul#amenities li label {
	font-size: 12px;
	line-height: 13px;
}

ul#amenities li input {
	float: none;
	margin: 0 8px 0 0;
}

ul.gallery {
	margin: 10px 0 0 0 !important;
	list-style: none !important;
	padding: 0 !important;
}

ul.gallery li {
	padding: 10px 0 10px 10px !important;
	margin: 0 !important;
	border-top: 1px solid #ccc !important;
}

ul.gallery li:FIRST-CHILD {
	background: #FFFFCC
}

ul.gallery a.imgLink {
	float: left;
	margin: 0 10px 5px 0;
}

ul.gallery a.imgLink img {
	float: none;
	margin: 0;
}

ul.gallery .imgTools a {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px;
}

ul.gallery .imgTools a.delete-img {
	margin-left: 20px;
}

ul.gallery label {
	display: inline-block;
	vertical-align: top;
	width: 10em;
}

#found_properties {
	white-space: nowrap;
}

.slider_background {
	background: url("../images/slider_bg.png") center center no-repeat;
	height: 20px;
	width: 250px;
}

.knob {
	background: url("../images/knob.png") center center no-repeat;
	height: 20px;
	width: 16px;
	cursor: move;
}

.jea_slider_block {
	float: left;
	width: 250px;
	margin: 10px 10px 10px 0;
}

.jea_slider_block h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}

.slider_infos {
	text-align: center !important;
}

.slider_min_value {
	margin-right: 10px;
}

.slider_max_value {
	margin-left: 10px;
}

/* property form */
#adminForm label {
	display: inline-block !important;
	vertical-align: top;
	width: 13em;
}

#adminForm input {
	width: auto !important;
}


.icon-jea {
	background-image: url(../images/header/icon-36-jea.png);
	height: 36px !important;
	width: 36px !important;
	line-height: 36px !important;
	vertical-align: middle;
}

.numberbox {
	text-align: right;
	padding-right: 2px;
}

/* Used to format price / surface fields */
span.input-suffix {
	display: inline-block;
	margin-left: 5px;
}

span.input-prefix {
	display: inline-block;
	margin-right: 5px;
}

ul.gallery {
	margin-top: 10px;
}

ul.gallery,
ul.gallery li {
	list-style: none outside none;
	margin: 0;
	padding: 10px;
}

ul.gallery li {
	padding: 10px 0 10px 10px;
	border-top: 1px solid #ccc;
}

ul.gallery li:FIRST-CHILD {
	background: #FFFFCC
}

ul.gallery a.imgLink {
	float: left;
	margin: 0 10px 5px 0;
}

ul.gallery a.imgLink img {
	float: none;
	margin: 0;
}

ul.gallery .imgTools a {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px;
}

ul.gallery .imgTools a.delete-img {
	margin-left: 20px;
}

ul.gallery .control-group {
	margin-bottom: 3px !important;
}

ul.gallery .control-group input {
	font-size: 12px !important;
	line-height: 14px !important;
}

#ajaxupdating {
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #DE7A7B;
}

/* Property form - amenities */
ul#amenities {
	margin: 0;
	padding: 0;
}

ul#amenities li {
	margin: 0 0 5px 5px;
	border-radius: 5px;
	padding: 2px 5px;
	background-color: #999;
	display: inline-block;
}
ul#amenities li input {
	display: none;
}

ul#amenities li.active {
	background-color: #009900;

}

ul#amenities li.active label {
	background: url(../images/checked.png) no-repeat scroll 100% 50% transparent;
	color: #fff;
}

ul#amenities li label {
	background: url(../images/unchecked.png) no-repeat scroll 100% 50% transparent;
	min-width: 75px;
	padding: 0 20px 0 0;
	color: #eee;
}

.admin .pane-sliders .panel {
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
}

.pane-sliders .panel h3 {
	background: none repeat scroll 0 0 #FAFAFA;
}

.pane-sliders .title {
	cursor: pointer;
	margin: 0;
	padding: 2px 2px 2px 5px;
}

.pane-toggler-down {
	border-bottom: 1px solid #CCCCCC;
}

/* Tools view */
.quickicon {
	list-style: none;
}

/* Console */

.console {
	background: #000;
	color: #fff;
	font-size: 11px;
	font-family: monospace;
	padding: 5px;
	min-height: 250px;
	margin: 10px 0;
}

.console p {
	margin: 0 0 5px 0;
	border: none !important;
	background: none !important;
	color: #fff !important;
	font-size: 12px !important;
	font-family: monospace !important;
	padding: 0 !important;
}

.console p.error {
	color: red !important;
}

.console p.warning {
	color: orange !important;
}

.console a {
	color: #a2cff6;
}

/* logs */
pre#logs {
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	background: #fff;
	padding: 1em;
	border: 1px solid #ccc;
	margin: 1em;
	min-height: 200px;
	max-height: 300px;
	overflow: auto;
}

/* Spinner */
@-ms-keyframes spin {
	from { -ms-transform: rotate(0deg); }
	to { -ms-transform: rotate(360deg); }
}

@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	from { transform:rotate(0deg); }
	to { transform:rotate(360deg); }
}

.jea-icon-spin {
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: inline-block;
}

.spinner {
	display: inline-block;
	opacity: 0;
	max-width: 0;
	-webkit-transition: opacity 0.25s, max-width 0.45s;
	-moz-transition: opacity 0.25s, max-width 0.45s;
	-o-transition: opacity 0.25s, max-width 0.45s;
	transition: opacity 0.25s, max-width 0.45s;
}

.has-spinner.active {
	cursor: progress;
}

.has-spinner.active .spinner {
	opacity: 1;
	max-width: 50px;
}

.mod-jea-search-form {
  display: flex;
  flex-wrap: wrap;
}
.mod-jea-search-form p {
  margin: 0 10px;
  display: flex;
  align-items: center;
}
.mod-jea-search-form dl {
  margin: 0 10px;
  display: flex;
  align-items: center;
}
.mod-jea-search-form select, .mod-jea-search-form input {
    width: auto;
    border: 1px solid #ccc;
    padding: 5px;
}    
.mod-jea-search-form label {
    display: inline !important;
    margin: 0 10px 0 5px;
}
.mod-jea-search-form p:nth-of-type(8), .mod-jea-search-form p:nth-of-type(9) {
  width: 100%;
  margin-top:20px;
}
.mod-jea-search-form ul, .mod-jea-search-form li {
    list-style: none;
    margin: 8px 0;
    padding: 0;
    display: inline-block;
}
.mod-jea-search-form input.button {
  text-transform: uppercase;
    padding: 8px 20px;
    border: 2px solid #3fa9f5;
    color: #3fa9f5;
    display: block;
    text-align: center;
    background: #fff;
}
.mod-jea-search-form input.button:nth-of-type(1) {
  margin-right: 10px;
}
.mod-jea-search-form input.button:hover {
  background-color: #3fa9f5;
    color: #fff;
    text-decoration: none;
}    
.blog-special-heading, .jea-properties {
  margin-top: 60px;
}
.limitbox {
    text-align: right;
    margin-bottom: 20px;
}
dl.jea_item dt.title strong, dl.jea_item dt.title a {
    font-size: 20px;
    color: #3fa9f5;
}
.jea-properties a {
  color: #3fa9f5;
}