@charset "UTF-8"; 



/*==========Start cq-form-btn (bootstrap hybrid) ==========*/

.cq-form-btn { 
  color: rgba(51, 51, 51, 1.0); 
  background-color: rgba(203, 203, 203, 1.0); 
  border-color: rgba(249, 249, 249, 1.0);
} 
 
.cq-form-btn:hover, 
.cq-form-btn:focus {
  opacity:.8;
  color: rgba(255, 255, 255, 1.0); 
  background-color: rgba(203, 203, 203, 1.0); 
  border-color: rgba(249, 249, 249, 1.0);
} 

.cq-form-btn:active,
.cq-form-btn.active,
.open .dropdown-toggle.cq-form-btn { 
  color: rgba(255, 255, 255, 1.0); 
  background-color: rgba(51, 136, 204, 1.0); 
  border-color: rgba(249, 249, 249, 1.0); 
} 
 
.cq-form-btn:active, 
.cq-form-btn.active, 
.open .dropdown-toggle.cq-form-btn { 
  background-image: none; 
} 

/*
 
.cq-form-btn.disabled, 
.cq-form-btn[disabled], 
fieldset[disabled] .cq-form-btn, 
.cq-form-btn.disabled:hover, 
.cq-form-btn[disabled]:hover, 
fieldset[disabled] .cq-form-btn:hover, 
.cq-form-btn.disabled:focus, 
.cq-form-btn[disabled]:focus, 
fieldset[disabled] .cq-form-btn:focus, 
.cq-form-btn.disabled:active, 
.cq-form-btn[disabled]:active, 
fieldset[disabled] .cq-form-btn:active, 
.cq-form-btn.disabled.active, 
.cq-form-btn[disabled].active, 
fieldset[disabled] .cq-form-btn.active { 
  background-color: #FF0000; 
  border-color: #130269; 
} 
 
.cq-form-btn .badge { 
  color: #611BBD; 
  background-color: #ffffff; 
}
*/

/*==========End cq-form-btn (bootstrap hybrid) ==========*/



/*==========Start checkbox ==========*/


.checkbox_cont {
  padding: 1px 2px 1px 2px; 
  margin: 0px 0px 0px 0px; 
}




.flipswitch_cont {
  border:1px solid rgba(249, 249, 249, 0.5);
  background-color: rgba(203, 203, 203, 1.0);

  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
  -khtml-border-radius: 5px; 
}


.flipswitch_label {
  border:0px solid #FF0000;
  float:left; height:36px;
  padding:8px 0px 0px 3px;
  font-size:14px;
  font-weight:bold;
}


.checkbox_box {

  border:1px solid rgba(249, 249, 249, 0.5);

  width:100%;  

  /*background-color: #FFFFFF;*/

  height:36px;

  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
   border-radius: 50px !important;

  /*border:1px solid rgba( 0, 0, 0, 1.0);*/
  box-shadow: inset 2px 3px 5px #333333, 0px 1px 1px #CCCCCC;

  padding: 2px 10px 0px 2px; 
  margin: 0px 0px 0px 0px; 


}

input[type=checkbox]{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    /*content: "ON";*/
    content: "yes";
    padding-left: 10px;
    /*background-color: #34A7C1;*/
    background-color: rgba(51, 136, 204, 1.0); 
    color: #FFFFFF;
}
.onoffswitch-inner:after {
    /*content: "OFF";*/
    content: "no";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/*==========End checkbox ==========*/


/*==========Start another checkbox ==========*/

/* custom checkbox */
.checkbox2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* hide the browser's default checkbox */
.checkbox2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


.check2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #ccc;
}

/* on mouse-over, add border color */
.checkbox2:hover input ~ .check2 {
    border: 2px solid #2489C5;
}

/* add background color when the checkbox is checked */
.checkbox2 input:checked ~ .check2 {
    background-color: #2489C5;
    border:none;
}

/* create the checkmark and hide when not checked */
.check2:after {
    content: "";
    position: absolute;
    display: none;
}

/* show the checkmark when checked */
.checkbox2 input:checked ~ .check2:after {
    display: block;
}

/* checkmark style */
.checkbox2 .check2:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*==========Start another checkbox ==========*/

