@import url("./lib/ionrange/normalize.css");
@import url("./lib/ionrange/ion.rangeSlider.css");
@import url("./lib/ionrange/ion.rangeSlider.skinFlat.css");
/*@import url("./lib/ionrange/ion.rangeSlider.skinHTML5.css");*/
/*@import url("./lib/ionrange/ion.rangeSlider.skinNice.css");*/
/*@import url("./lib/ionrange/ion.rangeSlider.skinSimple.css");*/
/*@import url("./lib/ionrange/ion.rangeSlider.skinModern.css");*/
/*@import url("./lib/nouislider.min.css");*/
@import url("./lib/multiselect/bootstrap-multiselect.css");
@import url("./lib/animate/animate.css");

.ms2efs_form {}

.ms2efs_form .new_price{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 2px double #E73C3C;

	background-color: #FFF8DC;

	color: #333;

	/*display: none;*/
	opacity: 0;

	padding: 5px 10px 10px 40px;
	position: absolute;
	right: 0px;
	text-align: left;
	bottom: 0;
	/*top: 0;*/
	/*height: 50px;*/
	width: 60%;
	/*width: auto;*/
	z-index: -1;
}

.ms2efs_form .new_price i{
	vertical-align: top;
	font-size: 1.2em;
	position: absolute;
	top: 10px;
	left: 10px;
}

.ms2efs_form .new_price .text{

}


.ms2efs_form input[name="count"] {
	min-width: 70px;
	width: 70px;
	display: inline;
	float: right;
}


.ms2efs_options {}

.msearch2 .ms2efs_options {
	/*padding-top: 10px;*/
}


.ms2efs_options fieldset.with-border {
	border: 1px solid #e7e7e7 !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1em 0 !important;
	-webkit-box-shadow:  0px 0px 0px 0px #000;
	box-shadow:  0px 0px 0px 0px #000;
}

.ms2efs_options fieldset.with-border > legend::first-letter {
  color: #E73C3C;
  text-transform: uppercase;
}

.ms2efs_options fieldset.with-border > legend {
	font-weight: 100;
	font-size: 1.2em;
	/*font-size: 1.2em !important;*/
	/*font-weight: bold !important;*/
	text-align: left !important;
	width:auto;
	padding:0 10px;
	border-bottom:none;
}


.multiselect-container .radio input[type="radio"] {
    opacity: 1;
}

.multiselect-container .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    opacity: 1;
}


/* раздел информации */
.ms2efs_options_info {}
.ms2efs_options_info fieldset .checkbox{
	padding: 0;
	padding-left: 17px;
	margin: 0;
}

.ms2efs_options_info fieldset{
	padding: 5px 10px !important;
}
.ms2efs_options_info fieldset h4{
	margin: 5px 0 5px 0;
}
.ms2efs_options_info fieldset .form-group{
	margin-bottom: 0px;
}

/*Animation effects, sub classes for https://daneden.github.io/animate.css/ */
@-webkit-keyframes anim_bcgflash {
  from, 50%, to {
	  background-color: #3dc8fc;
  }
  25%, 75% {
	  background-color: #fff;
  }
}

@keyframes anim_bcgflash {
  from, 50%, to {
	  background-color: #3dc8fc;
    opacity: 1;
  }
  25%, 75% {
	  background-color: #fff;
  }
}

.anim_bcgflash {
  -webkit-animation-name: anim_bcgflash;
  animation-name: anim_bcgflash;
  -webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes empty {
  from{
    opacity: 1;
  }

  to{
    opacity: 1;
  }
}

@keyframes empty {
from{
    opacity: 1;
  }

  to{
    opacity: 1;
  }
}


.empty {
  -webkit-animation-name: empty;
  animation-name: empty;
}