/* Configuration button style */
.settingbar {
	display:none;
    position: fixed;
    top: 60%;
    right: 0px;
    z-index: 99;
    bottom: 50px;
	height: 350px;
   // max-height: 350px;
}

.settingbar .sectionImage {
    cursor: pointer;
    margin-top: 35px;
    float: left;
}

.settingbar .sectionImage .setting-img img {
    height: 40px;
    width: 40px;
	background-color:gray;
}

.settingbar .sectionText {
    float: right;
    margin-right: -300px;
    //background-color: #888889;
}

.settingbar .closeButton {
    //float: right;
    //margin: 5px 5px 0px 0px;
    background-image: url("/files/portal/img/design/bar_close.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px 15px;
    width: 25px;
    height: 25px;
    opacity: 1;
    cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
}

.settingbar a {
    color: #888889;
}

.bar-text {
    padding: 40px;
    width: 300px;
	height: 365px;
    //max-height: 365px;
}
.settingbar .btn{
	background-color:  #cccccc;
}


ul.bar-menu {
	position:relative;
	background:#fff;
	width:250px;
	margin:auto;
	padding:0;
	list-style: none;
	overflow:hidden;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	box-shadow:  1px 1px 10px rgba(0, 0, 0, 0.1);	
}

.bar-menu li a {
	width:215px;
	padding-left:20px;
	height:50px;
	line-height:50px;
	display:block;
	overflow:hidden;
	position:relative;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	color:#686868;
	
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;			
}

.bar-menu li a:hover {
	background:#efefef;
}

.bar-menu li a.side {
	border-left:5px solid #686868;
}

.bar-menu li:first-child a:hover, .bar-menu li:first-child a {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.bar-menu li:last-child a:hover, .bar-menu li:last-child a {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.bar-menu li a:hover i {
	color:#ea4f35;
}

.bar-menu i {
	margin-right:15px;
	
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;	
}

.bar-menu em {
	font-size: 10px;
	background: #ea4f35;
	padding: 3px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;		
	font-style: normal;
	color: #fff;
	margin-top: 17px;
	margin-right: 15px;
	line-height: 10px;
	height: 10px;		
	float:right;
}

.bar-menu li.selected a {
	background:#efefef;
}