/* general colors */
a {color:orange;}
#intro_top,body {background:#051c14; color:#fff;}
button { background:transparent; color:#fff; }
input, textarea, .post_input_container { background:#18392e; border:1px solid #0e281f !important; color:#fff; }
.setdef { color:#fff; }

/* cookie box */
.cookie_wrap { background:#2a775e; color:#fff; }

/* item with background no effect */
.bback { background:rgb(255,255,255,0.05); }

/* item with background no effect with border */
.bbackb { background:rgb(255,255,255,0.05); border:1px solid rgb(255,255,255,0.08); }

/* item with no background and hover effect */
.bhover:hover { background:rgb(255,255,255,0.05); }

/* item with background and hover effect */
.bbackhover { background:rgb(255,255,255,0.05); }
.bbackhover:hover { background:rgb(255,255,255,0.03); }

/* item width background and hover effect with a border */
.bbackhoverb { background:rgb(255,255,255,0.05); }
.bbackhoverb:hover { background:rgb(255,255,255,0.3); border:1px solid rgb(255,255,255,0.05); }

/* item with no background with line separator and hover effect */
.blisting { border-bottom: 1px solid rgb(255,255,255,0.03); }
.blisting:hover { background: rgb(255,255,255,0.04); }

/* item with no background with line separator */
.blist { border-bottom: 1px solid rgb(255,255,255,0.03); }

/* private panel top */
.back_ptop { background:#154f3c; color:#fff; }

/* page menu & page sub menu */
.bpmenu:hover { background: rgb(255,255,255,0.05); }
.bsub { background:rgb(0,0,0,0.1); }
.bsub:hover { background:rgb(255,255,255,0.03); }

/* sub menus for card, logs, wall, news */
.bmenu, .submenu { border-bottom:1px solid rgb(255,255,255,0.03); }
.bmenu:hover, .submenu:hover { background:rgb(255,255,255,0.03); }

/* box shadow */
.bshadow, .page_element, .float_menu, .btnshadow, .pboxed { box-shadow:0 1px 3px rgb(0,0,0,0.4); }

/* main item selected for panel and box */
.bselected { background:rgb(255,255,255,0.08); }

/* reg menu selected item */
.rselected { background:rgb(255,255,255,0.08); }

/* page selected */
.pselected { color:#33dda6; }

/* current item selected selected */
.cselected, .liked { background:rgb(255,255,255,0.05); }

/* paginate item selected */
.pag_btn { background:rgb(255,255,255,0.05); }
.pagselected, .pag_btn:hover { background:rgb(255,255,255,0.1); }

/* count and gold tag */
.gtag { background:#0c2d22; border:1px solid rgb(255,255,255,0.05); }

/* border color for separator and items border */
.bborder { border-bottom:1px solid rgb(255,255,255,0.05); }
.tborder { border-top:1px solid rgb(255,255,255,0.05); }
.lborder, .ppanel { border-left:1px solid rgb(255,255,255,0.05); }
.rborder { border-right:1px solid rgb(255,255,255,0.05); }
.fborder { border:1px solid rgb(255,255,255,0.05); }

/* float top color */
.float_top { border-bottom:1px solid rgb(255,255,255,0.05); }
.float_ctop { border-bottom:1px solid rgb(255,255,255,0.05); }

/* headers, footer and top modal colors */
.bhead { background:#0c2d22; color:#fff; }
.bsidebar { background:#0a261c; color:#fff; }
.modal_top { background:#0c2d22; color:#fff; }
.pro_top { background:#0c2d22; color:#fff; }
.bfoot { background:#0c2d22; color:#fff; }
.foot { background:#0c2d22; color:#fff; }

/* background major element panel, page menu, float menu, modal, chat boxes */
.backglob { background:#18392e; }
.back_chat::before{content:'';position:absolute;left:0;width:100%;height:100%;background:url('./images/background.png');background-repeat:repeat;opacity:.1;box-shadow:inset 0 0 90px #000}
.back_chat { background:#18392e; }
.back_priv { background:#18392e; }
.back_panel { background:#12372b; }
.back_menu { background:#165e46; }
.back_pmenu { background:#18392e; }
.back_box { background:#0e4634; }
.back_input { background:#12372b; border-top:1px solid rgb(255,255,255,0.05); }
.back_modal { background:#12372b; }
.page_element { background:#12372b; }
.back_quote { background:#12372b; }

/* main theme color */
.theme_color { color:#33dda6; }
.default_color { color:#70ccae; }
.error  { color:#bd2c2c; }
.success { color:#388e20; }
.warn { color:orange; }

/* button colors */
.theme_btn, .back_theme { background:#33dda6; color:#000; }
.default_btn, .back_default { background:#2a775e; color:#fff; }
.defaultd_btn { background:#246550; color:#fff; }
.ok_btn { background:#388e20; color:#fff; }
.warn_btn { background:orange; color:#fff; }
.delete_btn { background:#bd2c2c; color:#fff; }
.send_btn { color:#f6f6f6; }

/* default username color */
.user { color:#fff; }

/* chat system messsage text color */
.chat_system { color:#4fb392; }

/* opacity for offline users in list */
.offline { opacity:0.5; }

/* menu icon */
.menui { color:#33dda6; }
.subi { color:#33dda6; }

/* wall reply background */
.reply_item { background:#18392e; }

/* main post item option wall and news */
.main_post_item { color:rgb(255,255,255,0.5); }

/* input option background colors */
.input_item { color:#70ccae; }

/* private log bubble colors */
.target_private, .hunt_quote {color:#fff; background:#246550;}
.hunter_private, .targ_quote {color:#fff; background:#0e281f;}

/* quote in chat background color */
.cquote { background:rgba(8, 26, 55, 0.6) !important; }

/* tab menu */
.tab_menu { box-shadow:0 1px 3px rgb(0,0,0,0.4); background: #18392e;}
.tab_selected { background:rgb(255,255,255,0.05); }

/* modal menu */
.modal_mback { background:rgb(255,255,255,0.04); }
.modal_mborder { border-bottom: 1px solid rgb(255,255,255,0.08); }
.modal_selected { background:rgb(255,255,255,0.08); }

/* back transparency background for modal box */
.modal_back { background-color:rgba(0,0,0,0.6); }

/* chat logs */
.mbubble { background:rgba(36, 101, 80, 0.7); color:#fff; }
.topic_log { background:rgb(51,221,166,0.259); color:#fff; }
.sys_log{ }

/* upload progress */
.bprogress { background:#388e20; color:#fff; }

/* notification colors */
.bnotify { background:#bd2c2c; color:#fff; }
.foot_notify, .head_notify { border:1px solid #fff; }

/* date colors */
.sub_date  { color:#60d5ac; }
.sub_chat, .sub_priv { color:#70ccae; font-weight: bold;}

/* secondary text color */
.sub_text, .list_mood  { color:#60d5ac; }

/* profile likes */
.plikes { background-color:rgba(100,100,100,0.2); color:#fff; }

/* spinner color */
.bspin { color:rgb(255,255,255,0.3); }

/* special chat item */
.my_notice { color:#fff; background:#1653b7; }
.system_text { background:rgb(255,255,255,0.05); color:#60d5ac; }

/* outside pages background */
.back_page { background:#0c2d22; color:#fff; }

/* video background color */
.post_video { background:rgb(0,0,0,1); }

/* slider */
.boom_slider .ui-widget-content { background: #2a775e; }
.boom_slider .ui-state-default { background: #33dda6 !important; }
.boom_slider .ui-state-active { background: #1653b7 !important; }
.boom_slider .ui-slider-range { background:#33dda6; }

/* select input color */
.selectboxit-list, .selectboxit-btn { background-color: #18392e; border:1px solid #0e281f; color:#fff; }
.selectboxit-list .selectboxit-focus .selectboxit-option-anchor { background-color: #2a775e; color:#fff; }
.selectboxit-default-arrow { border-top: 4px solid #70ccae; }
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active { background:#18392e; color:#fff; }
.selectboxit-options { background:#0e281f; color:#fff; }
.selectboxit-list .selectboxit-option-anchor { color:#70ccae; }

/* custom */
.modal_in { border:1px solid rgb(255,255,255,0.01); } 