.alepo-mega-blur {
	display: block;
	-webkit-filter: blur(20px);
	-moz-filter: blur(15px);
	-o-filter: blur(15px);
	-ms-filter: blur(15px);
	filter: blur(15px);
	z-index: 1;
	opacity: 0.95;
	pointer-events:none;
}
.button-disabled{
	color: #a0a5aa!important;
    border-color: #ddd!important;
    background: #f7f7f7!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-shadow: 0 1px 0 #fff!important;
    cursor: default;
    -ms-transform: none!important;
    -webkit-transform: none!important;
    transform: none!important;	
}
#username_password_span_gui {
	text-align: center;
}
/*
#welocome_alepo_metabox {
	display: none;
}

#welcome-panel {
	display: none;
}
*/
#modal_survey_votes_by_surveys {
	display: none;
}

#dashboard_activity {
	display: none;
}

#display_wifi_locations_map_dashboard {
	width: 100%;
	height: 300px;
}

.dashboard_widgets_images {
	width: 98%;
	height: 228px;
}

.switch {
	position: relative;
	float : left;
	width: 100px;
        height: 5px;
}

.switch input {
	display: none;
}

.contol-slider,.contol-slider-default {
	position: absolute;
	margin-right: 50%;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.contol-slider:before,.contol-slider-default:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 6px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

#journey_controls_table {
    width: 95% !important;
    margin-top: 5% !important;
    margin-left: 2% !important;
	
	background-color: white;
}

#journey_controls_table thead td{
	font-size:20px !important;
	color: white;
	
}


.form-table tr td{
	font-size:16px !important;
}

input:checked+.contol-slider:before,
input:checked+.contol-slider-default:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}
.overlay {
    background-color:#EFEFEF;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: .3; /* in FireFox */ 
    filter: alpha(opacity=30); /* in IE */
}
#journey_controls_table thead{
	background:white !important;
	border-bottom: 1px solid #e1e1e1;
}
#journey_controls_table thead td {
    color: black !important;
	border-bottom: 2px solid #e1e1e1;
    border-right: 2px solid #e1e1e1;
}
#journey_controls_table tbody td {
    color: black !important;
	/*border-bottom: 1px solid #e1e1e1;*/
    border-right: 1px solid #e1e1e1;
}