/* general colors */

a {
    color: blue;
}
body {
    color: #888;
    background-color: #2C3744;
    background-image: url(images/header_line_1.png);
    background-position: center 0;
    background-repeat: repeat-x;
}
button {
    background: transparent;
    color: #888;
}
#external_wrap {}
/* background color for box element */
/*.background_chat, .background_login { background:#222; box-shadow:0 0 5px #000;}*/

.background_box {
    text-shadow: 0 0 1px #000;
    color: #b1b1b1;
    border: none;
}
.background_menu_footer {
    background: #1F262F;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.panels {
    background: #1F262F;
    box-shadow: 0 0 5px #000;
}
#chat_error {
    background: #111;
}
#inner_header,
#header_login {
    background: url(logo/Default.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
    margin-top: 13px;
}
#menu_private {
    border-radius: 4px;
    background: transparent url(images/opacity/0_3.png) repeat 0 0;
    height: 28px!important;
}
/* chat logs switch colors */

.log1 {
    background: none;
    border-top: 1px solid rgba(110, 110, 110, 0.2);
    border-bottom: 1px solid #222!important;
}
.log2 {
    background: transparent url(images/opacity/0_15.png) repeat scroll 0 0;
    border-bottom: 1px solid #222!important;
    border-top: 1px solid rgba(110, 110, 110, 0.2);
}
#show_chat li:last-child {
    border-bottom: none!important;
}
.ch_logs {
    border-bottom: none;
}
/* separator colors */

.user_separator {
    border-bottom: 1px solid #304251;
    border-radius: 6px;
}
.user_option_separator {
    border-bottom: 1px solid #304251;
}
/*.top_separator { border-top:1px solid #304251; }*/

.right_separator {
    border-right: 1px solid #304251;
}
/*.bottom_separator { border-bottom:1px solid #111; }*/
/* user list drop down colors */

.user_option_list {
    background: #181818;
    color: #fff;
}
/* button and element colors */

.sub_button {
    background: #304251;
    color: #fff;
}
#login_button,
#register_button,
#recovery_button,
#newpass_button,
#guest_button,
#guest_ok {
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #1787bf ;
    background: transparent url(images/bg_inp.png) repeat 0 -200px;
}
#submit_button {
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #1787bf ;
    background: transparent url(images/bg_inp.png) repeat 0 -200px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.13), 0 0 0 1px rgba(255, 255, 255, 0.03), 0 1px 3px rgba(0, 0, 0, 0.5) inset;
}
#submit_button:hover {
    -webkit-box-shadow: 0 0 4px rgba(255, 255, 255, 0.13), 0 0 0 2px rgba(255, 255, 255, 0.05), 0 0 4px 2px rgba(0, 0, 0, 0.5)!important;
    -moz-box-shadow: 0 0 4px rgba(255, 255, 255, 0.13), 0 0 0 2px rgba(255, 255, 255, 0.05), 0 0 4px 2px rgba(0, 0, 0, 0.5)!important;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.13), 0 0 0 2px rgba(255, 255, 255, 0.05), 0 0 4px 2px rgba(0, 0, 0, 0.5)!important;
    /* this is main button send */
}
/* this is main button send */

.sub_element {
    background: #304251;
    color: #fff;
}
.empty_element {
    background: #304251;
    color: #fff;
}
#main_option .selected_element {
    background: #0178A3;
    color: #fff;
}
.selected_element {
    background: #356aa0;
    color: #fff;
}
.hover_element:hover {
    background: #356aa0;
    color: #fff;
}
#main_option .hover_element:hover {
    background: #0178A3;
}
/* ads background */

#show_chat_ads {
    background: #1F262F!important;
}
/* special colors and sub colors */

.error {
    color: red;
}
.success {
    color: green;
}
.away {
    color: #222;
}
.my_notice {
    background: rgba(100, 100, 100, 0.9);
    padding: 3px;
}
.sub_color2 {
    color: #356aa0;
}
.sub_color {
    color: #356aa0;
}
#main_option .sub_color,
#tools_panel .sub_color {
    color: #0178A3;
}
.hide_private_title {
    color: #ccc;
}
.room_userin {
    color: #222;
}
.wrap_command:hover {
    background: #304251!important;
}
.tooltip:hover:before,
.tooltip2:hover:before,
.tooltip3:hover:before {
    border-color: #304251 transparent;
}
.tooltip:hover:after,
.tooltip2:hover:after,
.tooltip3:hover:after {
    background: none repeat scroll 0 0 #304251;
    color: #fff;
}
/* private chat color message */

.target_private {
    color: #fff;
    background: #304251;
}
.hunter_private {
    color: #fff;
    background: #356aa0;
}
/* inside chat color */

.datechat {
    color: #666;
}
.me {
    background: rgba(77, 102, 127, 0.5);
    color: #036;
    text-shadow: 0 0 1px #555;
}
.global {
    color: #5f1d1d;
    background: rgba(124, 86, 76, 0.5);
    text-shadow: 0 0 1px #555;    
}
.private {
    color: #294229;
    background: rgba(76, 124, 113, 0.5);
    text-shadow: 0 0 1px #555;    
}
.private_reply {
    background: transparent url("images/bg_inp.png") repeat scroll 0 -200px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 2px!important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.13), 0 0 0 1px rgba(255, 255, 255, 0.03), 0 1px 3px rgba(0, 0, 0, 0.5) inset;
    box-sizing: border-box;
    color: #1787bf;
}
.seen {
    color: #3f2d4f;
    background: rgba(77, 102, 127, 0.5);
    text-shadow: 0 0 1px #555;    
}
.delete_log,
.logs_date {
    color: #000;
    text-shadow: 0 0 1px #555;
}
/* user color and special user color */

.system {
    color: #1787BF!important;
    font-size: .8em!important;
}
.admin {
    color: #F96868;
}
.sadmin {
    color: #77848F;
}
.modo {
    color: #46be8a!important;
}
.vip {
    color: #926DDE;
}
.user {
    color: #555;
}
.guest {
    color: #F2A654;
}
/* color picker and tools bar */

.bar_options {
    border-left: 1px solid #777;
    border-right: 1px solid #111;
}
/* change the bar element separator */

#picker_box,
#list_emoticon {
    background: #111;
    box-shadow: 0 0 5px #000;
}
/* change the background color of box */

.sel_item {
    background: #999;
}
/* change background of element when selected on bar */

.pick_color,
#smile_content {
    border-left: 1px solid #111;
    border-bottom: 1px solid #222;
    border-top: 1px solid #111;
    border-right: 1px solid #222;
}
/* change border of element and subelement */

#smile_content {
    background: #304251;
}
/* change background of emoticon content */
/* user list hover name */

.usertarget:hover {
    color: #fff!important;
    opacity: 1;
}
.open_user {
    background: #304251;
    border-radius: 5px;
}
/* input & textarea */

input,
textarea {
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    color: #1787bf !important;
    background: #262528;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.13), 0 0 0 1px rgba(255, 255, 255, 0.03), 0 1px 3px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.13), 0 0 0 1px rgba(255, 255, 255, 0.03), 0 1px 3px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.13), 0 0 0 1px rgba(255, 255, 255, 0.03), 0 1px 3px rgba(0, 0, 0, 0.5) inset;
}
select {
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #1787bf !important;
    background: transparent url(images/opacity/0_3.png) repeat 0 0;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.13), 0 0 0 1px rgba(255, 255, 255, 0.03), 0 1px 3px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.13), 0 0 0 1px rgba(255, 255, 255, 0.03), 0 1px 3px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.13), 0 0 0 1px rgba(255, 255, 255, 0.03), 0 1px 3px rgba(0, 0, 0, 0.5) inset;
}
/* delete element icon */

.delete_element {
    padding-right: 3px;
}
/*  fixes for parent styles  */
#warp_show_chat {
    margin: 0 -3px!important;
}
.system span.delete_log {
    font-size: 1.2em;
}
#container_login {
    background: rgba(49, 68, 83, 0.71) none repeat scroll 0 0;
    border: 1px solid #222;
    border-radius: 3px;
}
div#private_count {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    left: 0 !important;
    top: 22% !important;
    color: #1F262F;
    font-size: 0.7em;
}
#private_content {
    font-size: 1.1em!important;
    height: 40px!important;
    padding: 0 9px!important;
}
#submit_private {
    padding: 12px 0!important;
}
#private_chat ul {
    margin-top: 24px!important;
}
#room_topic {
    background: transparent url(images/opacity/0_3.png) repeat scroll 0 0;
    box-sizing: border-box!important;
    padding: 8px 5px 5px!important;
    border-radius: 1px;
}
#guest_ok {
    width: 94%;
}
/* panel option */

#main_option input,
#tools_panel input,
#tools_panel textarea,
#main_option textarea,
.top_panels input,
.top_panels textarea {
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #00BCFF!important;
    background: transparent url(images/opacity/0_3.png) repeat 0 0;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.13), 0 0 0 1px rgba(255, 255, 255, 0.03), 0 1px 3px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.13), 0 0 0 1px rgba(255, 255, 255, 0.03), 0 1px 3px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.13), 0 0 0 1px rgba(255, 255, 255, 0.03), 0 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.sub_button {
    cursor: pointer;
}
#tools_panel input.sub_button:hover,
#chat_panel .hover_element:hover,
.top_panels .hover_element:hover,
#chat_panel .selected_element,
.hunter_private,
.top_panels .selected_element {
    background: #0178A3;
}
#chat_panel .room_type {
    color: #222;
    text-shadow: none!important;
}
.top_panels select {
    color: #00bcff!important;
}
.option_add {
    background: #2B3137 none repeat scroll 0 0;
    border: 1px solid #222;
    border-radius: 4px 4px 0 0;
}
.panelone .sub_color {
    color: #0178A3;
}
/* ADDONS ICONS */
#boom_search img, #boom_vip img, #boom_quiz img, #boom_bot img, #boom_embed img
{
    display: none;
}
#boom_search, #boom_vip, #boom_quiz, #boom_bot, #boom_embed{
    background-repeat: no-repeat!important;
    background-size: auto 100%!important;
    background-position: center center!important;
    height: 35px;
    width: 35px;
    }
#boom_search{
    background: url(addons/boom_search.png);
    }
#boom_vip{
    background: url(addons/boom_vip.png);
    }   
#boom_quiz{
    background: url(addons/boom_quiz.png);
    } 
#boom_bot{
    background: url(addons/boom_bot.png);
    } 
#boom_embed{
    background-image: url(addons/boom_embed.png);
    } 