.dg_chatbox{
position:fixed;
z-index:12;
bottom:30px;
left:30px;	
}

.dg_chip{
color: rgba(0, 0, 0, 0.6); 
background-color: #c2ecc6;	

display: inline-block;
height: 32px;
font-size: 13px;
font-weight: 500;
color: rgba(0,0,0,.6);
line-height: 32px;
padding: 0 12px;
border-radius: 16px;

margin-bottom: 5px;
margin-right: 5px;
}

.third-level-menu
    {
    position: absolute;
    top: 0;
    right: -300px;
    width: 300px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

   .third-level-menu > li
   {
    background: #fff;
   }

.second-level-menu
{
	/**
    position: absolute;
    top: 30px;
    left: 0;
    **/
	width: 200px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.second-level-menu > li
{
    position: relative;
   
}

.top-level-menu li:hover > ul
{
    /* On hover, display the next level's menu */
    display: inline;
}

.second-level-menu li:hover .third-level-menu{
	display:inline;
}

.pl_30px{
	padding-left:30px;
}

.list-group .activemain {
    background-color: #e4e4e4;
}

@media screen and (min-width:767px){
.top-last-element{
	margin-top:15px !important;
}

.header-top .widget .styled-icons {
    line-height: 1;
    /**
    margin-top: 22px;
    **/
}
.visible_mobile{
	display:none !important;
}
}

@media screen and (max-width:767px){
.top-last-element{
	margin-top:5px !important;
}

.hide_mobile{
	display:none !important;
}

.visible_mobile{
	display:inline-block !important;
}
.visible_mobile a{
	font-size:12px !important;
}
}



.text_value{
	font-weight:800 !important;
}