.wrap h2{
	margin-bottom:20px;
}

.formleft{
	width: 45%;
}

.formmiddle{
	width: 10%;
}

.formright{
	width: 45%;
}

.label{
	width: 100%;
	font-weight: bold;
	line-height: 2;
}

.embedcode{
	width:90%;
	height: 200px;
}

.col1Field{
	width: 100%;
}

.col2Field{
	width: 100%;
}

.fullwidth{
	width: 100%;
}

#department{
	width: 100%;
	height: 100px;
}

.width_45{
	width: 45%;
}

.width70{
	width: 70%;
}

.width25{
	width: 25%;
	float:right;
}

.css-switch {
  display: block;
  margin: 12px auto;
  position: relative;
  width: 76px;
  height: 30px;
  padding: 3px;
  border-radius: 18px;
  cursor: pointer;
  }
/*checkbox is alligned absolute to the label and opacity is set to 0*/
.css-switch-check {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
/*switch label is the one that would show if the switch is set to on or off*/
.css-switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 11px;
  text-transform:uppercase;
  background: #ddd;
  border-radius: inherit;
}
.css-switch-label:before, .css-switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.4em;
    line-height: 1;
  }
/* the content is set to OFF before*/
 .css-switch-label:before {
    content: "off";
    right: 11px;
    color: #aaa;
    text-shadow: 0 1px rgba(#fff, .5);
  }
/* the content is set to ON after when the checkbox is clicked*/
  .css-switch-label:after {
    content: "on";
    left: 11px;
    color: #fff;
    text-shadow: 0 1px rgba(black, .2);
    opacity: 0;
  }
  
  /* background color is changed when the switch is set to ON */
  .css-switch-check:checked ~ .css-switch-label {
    background: #23282D;
    
  }
  
  .css-switch-check:checked ~ .css-switch-label:before { opacity: 0; }
  .css-switch-check:checked ~ .css-switch-label:after { opacity: 1; }
 
/* handle is in circular shape and moves from left to right or right to left based on the what the switch is set to*/
.css-switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 20px;
}
  .css-switch-handle:before {
    content: '';
    position: absolute;
    margin: -6px 0 0 -6px;
    width: 12px;
    top: 50%;
    left: 50%;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
  }
/* when the switch is set to ON, move the handle to the right*/
 .css-switch-check:checked ~ .css-switch-handle {
    left: 50px;
  }

.chat2_heading{
	width: 100%;
	float: left;
}

.chat2_heading_label{
	float: left;
	
	font-size: 26px;
	padding: 20px 10px 10px 0px;
	font-weight: bold;
}

.chat2_toggle{
	float: left;
	
	font-size: 10px;
	font-weight: bold;
}

#advanceOptionLabel{
	cursor: pointer;
	background-image: url(../image/right.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.trundown{
	background-image: url(../image/down.png) !important;
	background-position: 0px 3px;
	background-repeat: no-repeat;
}