 
.clearfix {
  *zoom: 1;
}
 

.clearfix:after {
  clear: both;
}

 

/* GLOBALS */

 

.wrapper-demo {
    margin: 0;
    *zoom: 1;
    font-weight: 400;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}




/* DEMO 4 */

.wrapper-dropdown-4 {
    /* Size and position */
    position: relative;
    
    margin: 0 auto;
    padding: 3px 4px 4px 26px;

    /* Styles */
    background: #fff;
    border: 1px solid silver;
    cursor: pointer;
    outline: none;
}



.wrapper-dropdown-4 .dropdown-4 {
    /* Size & position */
    position: absolute;
    top: 100%;
    margin-top: 1px;
    left: -1px;
    right: -1px;

    /* Styles */
    background: white;
    border: inherit;
    border-top: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

/* Red lines: the pseudo-elements way */
.wrapper-dropdown-4 .dropdown-4:before,
.wrapper-dropdown-4:before {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 7px;
    border: 1px solid #E8CA00;
    border-top: none;
    border-bottom: none;
    z-index: 2;
}

/* Red lines: the gradients way */

/*
.wrapper-dropdown-4 .dropdown,
.wrapper-dropdown-4 {
  background: linear-gradient(left, white 5%, #ffaa9f 5%, #ffaa9f 5.3%, white 5.3%, white 6.5%, #ffaa9f 6.5%, #ffaa9f 6.8%, white 6.8%);
}

.wrapper-dropdown-4 .dropdown li:hover label {
  background: linear-gradient(left, #f0F0F0 5%, #ffaa9f 5%, #ffaa9f 5.3%, #f0F0F0 5.3%, #f0F0F0 6.5%, #ffaa9f 6.5%, #ffaa9f 6.8%, #f0F0F0 6.8%);
}
*/

.wrapper-dropdown-4 .dropdown-4 li {
    position: relative; /* Enable absolute positioning for checkboxes */
}

.wrapper-dropdown-4 .dropdown-4 li label {
    display: block;  
     
    padding: 7px 4px 7px 5px; /* Same padding as the button */
    border-bottom: 1px dotted #1ccfcf;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-4 .dropdown-4 li:last-of-type label {
    border: none;
}

.wrapper-dropdown-4 .dropdown-4 li input /* Checkboxes */ {
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}
.inputright /* Checkboxes */ {
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}

/* Hover state */

.wrapper-dropdown-4 .dropdown-4 li:hover label {
    background: #f0f0f0;    
    cursor: pointer;
}

/* Checked state */

.wrapper-dropdown-4 .dropdown-4 li input:checked ~ label {
    color: green;
}

/* Active state */

.wrapper-dropdown-4.active:after {
    border-width: 0 6px 6px 6px;
}

.wrapper-dropdown-4.active .dropdown-4 {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       wrapper-dropdown-4 .dropdown-4,
.no-pointerevents .wrapper-dropdown-4 .dropdown-4 {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-4.active .dropdown-4,
.no-pointerevents .wrapper-dropdown-4.active .dropdown-4 {
    display: block;
}

 
    
    

     

.bgground_gray
{
  background-color: #fefefe;
}
.bgground_white
{
  background-color: #ffffff;
}



.active
{
  display: block;
}

.noactive
{
  display: none;
}




input:focus
{
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(102,175,233,.6)
}











.padding4
{
  padding: 4px;
}


.padding8
{
  padding: 8px;
}
 
.marg-top3
{
  margin-top: 3px;
}
.marg-top5
{
  margin-top: 5px;
}
.marg-top7
{
  margin-top: 7px;
}
.marg-top10
{
  margin-top: 10px;
}
.marg-top15
{
  margin-top:15px;
}
.marg-top90
{
  margin-top:90px;
}
.marg-bottom3
{
  margin-bottom: 3px;
}
.marg-bottom5
{
  margin-bottom: 5px;
}


  
.marg-right3
{
  margin-right: 3px;
} 
.marg-right5
{
  margin-right: 5px;
}
.marg-right10
{
  margin-right: 10px;
}
 
.marg-left3
{
  margin-left: 3px;
} 
.marg-left7
{
  margin-left: 8px;
} 
 
.marg-left10
{
  margin-left: 10px;
}

.marg0auto
{
  margin: 0 auto;	
}


.floatleft
{
  float:left;
  
}
.floatright
{
	float:right; 
}
.font-bold
{
  font-weight: 200;
}

 