.gtogglebutton { padding: 1px; }

.gtogglebutton .tb-switch-field {
  	font-family: "Roboto Medium", sans-serif;
  	overflow: hidden;
}

.gtogglebutton .tb-switch-field input {
	position: absolute !important;
	clip: rect(0,0,0,0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.gtogglebutton .tb-switch-field label {
	float:left;
}

.gtogglebutton .tb-switch-field label {
	display: inline-block;
  	width: 32px;
  	height:32px;
  	background-color: #e4e4e4;
  	color: rgba(0, 0, 0, 0.6);
  	font-size: 14px;
  	font-weight: normal;
  	text-align: center;
  	text-shadow: none;
  	border: 1px solid rgba(0, 0, 0, 0.2);
  	border-radius:5px;
  	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  	-webkit-transition: all 0.1s ease-in-out;
  	-moz-transition:    all 0.1s ease-in-out;
  	-ms-transition:     all 0.1s ease-in-out;
  	-o-transition:      all 0.1s ease-in-out;
  	transition:         all 0.1s ease-in-out;
}

.gtogglebutton .tb-switch-field label:hover {
	cursor:pointer;
}

.gtogglebutton .tb-switch-field label img {
	position:relative;
	top: 50%;
	transform: translateY(-50%);
}

.gtogglebutton .tb-switch-field input:checked + div label {
	background-color: #fff;
  	border:1px solid #0066B7;
  	box-shadow: 0px 0px 10px 1px #999;
}

.gtogglebutton .tb-switch-field:first-of-type {
	border-radius: 4px 0 0 4px;
}

.gtogglebutton .tb-switch-field:last-of-type {
	border-radius: 0 4px 4px 0;
}
