span.help-block {
    color: red;
    bottom: -15px;
}

.Field
{
	min-height: 60px;
}
.x_title h2 {
    overflow:visible !important;
}
.GridPanel .dataTable {
    outline: none !important;
    border: 1px solid #ddd !important;
}

.chosen-container
{
	min-width:100% !important;
	width:100% !important;
}

#results .noresult
{
	text-align: center;
	font-size: 1.5em;
	/*color: #989A99;*/
	color: #CCCCCC;
}
#results li .title
{
	display: block;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#results li .title span
{
	font-weight: normal;
}
#results  li p
{
	display:block;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#results  li .btnrecomendtrash
{
	display: block;
}

#results li  button
{
	border:none;
	background:none;
}

#results li  button:hover
{
	border:none;
	background-color: #17a085;
	color:#FFFFFF;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: block !important;
  width: 50px;
  height: 25px;
  opacity: 1 !important;
  margin-top: 10px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0aa89e;;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0aa89e;;
}

input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

fieldset
{
	display:inline-block;
}