.slider{
	display:none;
}
.collapseSlider{
	display:none;
}

.sliderExpanded .collapseSlider{
	display:block;
}

.sliderExpanded .expandSlider{
	display:none;
}

.collapsible_container {
	width:98%;
	margin: 0 0 1.2em;
}
	
.collapsible_container .toggler {
	width:98%;
	border-top-right-radius: 5px 5px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0.25em 0.5em;
	color: #000 !important;
	cursor:pointer;
	position:relative;
}

.collapsible_container  .slider
{
text-align:left;
width:98%;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
padding: 0.50em ;
/*margin-bottom: 2em;*/
font-family:Arial, sans-serif;
font-weight: normal;
color: #000 !important;
}

.ui-tabs-panel .collapsible_container .toggler a:link {
	color: #000 !important;
}

.collapsible-container-toggle{
	text-decoration:none;
}

.jcSearchFormate{
	float: left !important;	
	position: absolute;
	top: -25px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	/*color: #3072b3 !important;*/
}

.jcDropdown{
	margin-top: 10px;
}

#content {
	padding: 15px !important;
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
   z-index: 25; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  margin-top: 50px;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  top: 25px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}