
#main_emoticon {
    background: #151515;
}

.panels {
    background: #121212;
    box-shadow: 0 0 5px #020202;
}

#external_wrap {
    width: 100%;
    height: 100%;
    background: #131313;
}

.background_chat {
    background: #121212;
    box-shadow: 0 0 5px #020202;
}

.background_login {
  background: #151515;
    box-shadow: 0 0 5px #020202;
/* background: linear-gradient(0deg,rgba(21, 21, 21, 1) 0%, rgba(23, 23, 23, 1) 49%, rgba(21, 21, 21, 1) 100%); */
}


.background_menu_footer {
    background: #111111;
    border-top: 1px solid #141414;
}


.sub_button {
    background: #181818;
    color: #fff;
}
.sub_element {
    background: #141414;
    color: #fff;
}
.sel_item {
    background: #222222;
}
