.widgets-content {
	background: none !important;
}
.widget-heading {
	background: none !important;
	background-color: transparent !important;
    border-color: transparent !important;
}
.widget-device {
	border: 1px solid #eee !important;
    border-radius: 20px !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    margin-right: 5px !important;
	background: #fff !important;
}
.widget-sensors {
	border: 1px solid #eee !important;
    border-radius: 20px !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    margin-right: 5px !important;
	background: #fff !important;
}
.widget-services {
	border: 1px solid #eee !important;
    border-radius: 20px !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    margin-right: 5px !important;
	background: #fff !important;
}
.widget-camera { 
	border: 1px solid #eee !important;
    border-radius: 20px !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    margin-right: 5px !important;
	background: #fff !important;
}
.widget-recent-events {
	border: 1px solid #eee !important;
    border-radius: 20px !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    margin-right: 5px !important;
	background: #fff !important;	
}
.table i.icon {
	font-size: 2.1em !important;
	color: #fb8c00 !important;	
}
.sidebar-btOpt div.btn-group-vertical button i {
	font-size: 16px !important;
}

/* Sidenav Buttons */
#tabOptMaps li {
	display: none !important;	
}
#sidebar {
	width: 350px;
}
DIV.sidebar-content > .tab-content {
	margin-left: 63px !important;
}
.sidebar-btOpt { 
	position: absolute !important; 
	left: 0px !important;
	width: 61px !important;
    max-width: 61px !important;
}
DIV.sidebar-btOpt > btn-group-vertical {
	width: 61px !important;
    max-width: 61px !important;
}
.sidebar-btOpt button {
	padding-bottom: 20px !important; 
    padding-top: 20px !important;    
}
.sidebar-btOpt a {
	padding-bottom: 20px !important;
    padding-top: 20px !important;	
}
.group-heading { 
	border: 2px solid #000 !important;
}
.btn-collapse {	
	background-color: #2faf62 !important;
	background: #2faf62 !important;
	color: #fff !important; 
}
#header .main-navbar .navbar-nav>li>a>.icon, .navbar-main .navbar-nav>li>a>.icon {
	color: #2faf62 !important; 
}
#sidebar .btn-collapse:before, .btn-collapse.collapse-left:before {
	border-bottom: 20px solid #2faf62 !important;
}
#sidebar .btn-collapse:after, .btn-collapse.collapse-left:after {
	border-top: 20px solid #2faf62 !important;
}
#widgets .btn-collapse:before, .btn-collapse.collapse-top:before {
	border-bottom: 20px solid #2faf62 !important;
}
#widgets .btn-collapse:after, .btn-collapse.collapse-top:after {
	border-bottom: 20px solid #2faf62 !important;
}
.widget-title {
	background: #fff !important;
    color: #2faf62 !important;
    font-weight: bold !important;
}


#sidebar .btn-collapse,
.btn-collapse.collapse-left {
    width: 20px;
    height: 40px;
    line-height: 40px;
    left: 60px;
    z-index:999999;
    top: 30%;
    -webkit-box-shadow: 3px 0 7px rgba(0, 0, 0, .175);
    box-shadow: 3px 0 7px rgba(0, 0, 0, .175)
}
    