﻿/*div.wsearchctrl3_resp_std ::-webkit-input-placeholder {
   text-align: center;
}

div.wsearchctrl3_resp_std :-moz-placeholder { / Firefox 18- /
   text-align: center;  
}

div.wsearchctrl3_resp_std ::-moz-placeholder {  / Firefox 19+ /
   text-align: center;  
}

div.wsearchctrl3_resp_std :-ms-input-placeholder {  
   text-align: center; 
}*/

div.wsearchctrl3_resp_std {
    margin: 0px auto;
}

div.wsearchctrl3_resp_std div{
    text-align: left;
}

div.wsearchctrl3_resp_std select {
    padding: 4px 10px;
}
div.wsearchctrl3_resp_std .align-right {
    float:right;
}

div.wsearchctrl3_resp_std div.widgettitle
{
	width:90%;	
}

div.wsearchctrl3_resp_std .range-slider {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 15%;
    top: 40px;
}


div.wsearchctrl3_resp_std div.container-fluid {
    border: 1px solid black;
}

div.wsearchctrl3_resp_std div.widgettitle
{
	padding:0px;
	text-align:left;
	font-size:18px;
	font-weight:bold !important;
	margin:5px auto 8px 0px !important;
	border-style:none;
}

div.wsearchctrl3_resp_std ul.nav-tabs{
    margin-top: 5px;
}

div.wsearchctrl3_resp_std div.maplink
{
    position: absolute;
    right: 0;
    margin-right:0%;
    top: -30px;
    width: 150px;
    height: 25px;
}

 div.wsearchctrl3_resp_std div.widgetcontent{
     clear:both;
     position:relative;
 }


 div.wsearchctrl3_resp_std div.divBdrm{
     padding-left:0px;
     padding-right:5px;
 }
  div.wsearchctrl3_resp_std div.divWshrm{
     padding-left:5px;
     padding-right:0px;
 }

  div.wsearchctrl3_resp_std .spanto
  {
      text-align:center !important;
  }

div.wsearchctrl3_resp_std hr {
    height: 2px;
    background-color: #555;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}

div.wsearchctrl3_resp_std .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

div.wsearchctrl3_resp_std .form-row > .col,
div.wsearchctrl3_resp_std .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

div.wsearchctrl3_resp_std .form-group{
    margin-bottom: 5px;
}

div.wsearchctrl3_resp_std .breakline{
    display:none;
}

@media only screen and (max-width: 480px) {
    div.wsearchctrl3_resp_std .breakline{
    display:block;
}
}




