
/**************************** MENU *****************************/

#slide_out li.separator {
    margin-top: 20px;
    padding: 0px;
}

.pointer{
	cursor: pointer;
}

#slide_out{
	margin: 0;
	padding-left: 0;
	/*margin-top: 5px;*/
}

#slide_out.main-menu {
    margin-bottom: 150px;
    overflow-y: auto;
    margin-top: 150px;
}

#slide_out.logout-menu {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

#slide_out i{
	width: 35px;
	font-size: 20px;
	padding: 5px;
	text-align: center;
}

#slide_out li{
	padding: 5px;
	color: #999999;
	position: relative;
}

#slide_out li a {
	color: #999999;
}

#slide_out li:hover, #slide_out li:hover a {
	color: #fff;
    /* font-weight: bold; */
}

#slide_out a{
	margin-left: 5px;
	position: absolute;
	margin-top: 3px;
	line-height: 25px;
}

#slide_out li.on:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #ca064d;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#slide_out li.on:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.menuactive{
	color: #fff !important;
}

.menuactive a {
	color: #fff !important;
}

#slide_out li.menuactive:before {
	visibility: visible;
    height: 100%;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
    content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #ca064d;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
    z-index: -1;
}

.userprofile{
    position: absolute;
    bottom: 40px;
    padding: 0px;
    width: 100%;
    /*border-top: 1px solid #fff;*/
    padding-bottom: 0;
}

.agencyData {
    width: 100%;
    position: absolute;
    top: 0px;
    height: 150px;
    /* background-size: cover; */
    background-color: #333;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.agencyData .agencyName {
    padding: 10px 35px 10px 10px;
    color: #fff;
    background-color: #333333c7;
    position: absolute;
    bottom: 0px;
    width: 100%;
    cursor: pointer;
}

.agencyData .agencyName p {
    font-weight: bold;
}

.agencyData .agencyName i {
    position: absolute;
    right: 10px;
    top: 0;
    height: 40px;
    line-height: 40px;
}

.agencyData .agencySuperuser {
    border: 5px solid red;
    background-color: red;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.userprofile .userLogo{
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 30px;
    /* margin-left: 10px; */
}

.agencyData .agencyLogo{
    width: 65px;
    height: 65px;
    /* background-color: #fff; */
    margin-bottom: 10px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-origin: content-box;
}
