.gadash-pg{
	width:100%;
	border-collapse:collapse;
}
.gadash-pline td{
	border-bottom: gray solid 1px;
	padding-top:10px;
	vertical-align:bottom;
}
.gadash-pleft{
	width:90%;
	text-align:left;
}
.gadash-pright{
	width:10%;
	text-align:right;
	padding-right:2%;
}
.realtime{
	margin-top:30px;
}

.gadash-online{
	font-size:100px;
	font-weight:normal;
	line-height:1em;
}

.gadash-tdo-left{
	width:45%;
	text-align:center;
}

.gadash-tdo-left div{
	margin-top:-20px;	
}

.gadash-tdo-right{
	width:30%;
	text-align:left;
	font-weight:bold;	
	vertical-align:middle;
}

.gadash-tdo-rights{
	width:25%;
	text-align:left;
	font-weight:bold;	
	vertical-align:middle;
}

span.gadash-bigtext{
	font-size:14px;
}

.gadash-pgdetailsr {
	padding-left:20px;
	text-align:right;
} 

.gadash-pgdetailsl {
	min-width:250px;
} 

#ga_dash_statsdata{
	width: 100%;
	margin-right: auto;
	margin-left: auto;	
}

#ga_dash_period, #ga_dash_profile_select{
	font-size:14px!important;
	padding:1px!important;
	height:26px!important;
}

#gadash-container{
	text-align:center;	
}

#dashboard-widgets-wrap .postbox{
	margin-right:10px;
}

table.options{
	padding-left:10px;
	width:100%;
}

.options td{
	padding:0px 5px 5px 5px;
}

td.title, td.info{
	width:130px;
	padding-left:20px;
}

td.title-select{
	width:300px;	
}

td.debugging {
	width:150px;
}

td.info{
	padding-bottom:15px;
}

td.title label{
	font-weight:bold;
}

.gadash-title{
    float:left;
    margin-right:10px;
    margin-top:2px;
}

.gadash-desc{
	font-size:1em;
}

.gadash-top{
	vertical-align:top;
}
pre.gadash{
	margin: 0;
}

/* Switches */

.onoffswitch {
    position: relative; width: 55px; float:left;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none!important;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #C9C9C9; border-radius: 5px;
}

.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 18px; padding: 0; line-height: 18px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 6px;
    background-color: #1269BA; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 6px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    width: 18px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #C9C9C9; border-radius: 5px;
    position: absolute; top: 0; bottom: 0; right: 33px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

.switch-desc{
	float:left;
	margin-left:10px;
}

.show_hide, .log_data {
    display:none;
}

pre.log_data{
	white-space: pre-wrap;
} 

td.roles{
	padding-bottom:15px;
}

#ga_speed_samplerate, #ga_target_number, #ga_realtime_pages{
	width:50px;	
}

.event-option, .event-option-desc{
	float:left;
}