/* Arctic Ice Theme - BoomChat */
/* general colors */
a {color:#2980b9;}
body {background:#e8f0f8; color:#1a2a3a;}
button { background:transparent; color:#1a2a3a; }
input, textarea, .post_input_container { background:#f2f8fd; border:1px solid #c0d8f0 !important; }
.setdef { color:#1a2a3a; }

/* cookie box */
.cookie_wrap { background:#1a3a5a; color:#fff; }

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

/* item with background no effect with border */
.bbackb { background:rgba(0,0,0,0.05); border:1px solid rgba(0,0,0,0.07); }

/* item with no background and hover effect */
.bhover:hover, .bhoverr:hover { background:rgba(0,0,0,0.05); }

/* item with background and hover effect */
.bbackhover { background:rgba(0,0,0,0.05); }
.bbackhover:hover { background:rgba(0,0,0,0.08); }

/* item width background and hover effect with a border */
.bbackhoverb { background:rgba(0,0,0,0.05); }
.bbackhoverb:hover { background:rgba(0,0,0,0.08); border:1px solid rgba(0,0,0,0.07); }

/* item with no background with line separator and hover effect */
.blisting { border-bottom: 1px solid rgba(0,0,0,0.07); }
.blisting:hover { background: rgba(0,0,0,0.05); }

/* item with no background with line separator */
.blist { border-bottom: 1px solid rgba(0,0,0,0.07); }

/* private panel top */
.back_ptop { background:#1a3a5a; color:#fff; }

/* page menu & page sub menu */
.bpmenu:hover { background: rgba(0,0,0,0.08); }
.bsub { background:rgba(0,0,0,0.1); }
.bsub:hover { background:rgba(0,0,0,0.15); }

/* sub menus for card, logs, wall, news */
.bmenu, .submenu { border-bottom:1px solid rgba(0,0,0,0.07); }
.bmenu:hover, .submenu:hover { background:rgba(0,0,0,0.05); }

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

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

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

/* page selected */
.pselected { color:#3498db; }

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

/* paginate item selected */
.pag_btn { background:rgba(0,0,0,0.05); }
.pagselected, .pag_btn:hover { background:rgba(0,0,0,0.10); }

/* count and gold tag */
.gtag { background:#eaf2fa; border:1px solid rgba(0,0,0,0.07); }

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

/* float top color */
.float_top { border-bottom:1px solid rgba(0,0,0,0.07); }
.float_ctop { border-bottom:1px solid rgba(0,0,0,0.07); }

/* headers, footer and top modal colors */
.bhead { background:#1a3a5a; color:#fff; }
.bsidebar { background:#122a42; color:#fff; }
.modal_top { background:#1a3a5a; color:#fff; }
.pro_top { background:#1a3a5a; color:#fff; }
.bfoot { background:#1a3a5a; color:#fff; }
.foot { background:#1a3a5a; color:#fff; }

/* background major element panel, page menu, float menu, modal, chat boxes */
.backglob { background:#f0f6fc; }
.back_chat { background:#f0f6fc; }
.back_priv { background:#f0f6fc; }
.back_panel { background:#eaf2fa; }
.back_menu { background:#fff; }
.back_pmenu { background:#1a3a5a; color:#fff; }
.back_box { background:#fff; }
.back_input { background:#eaf2fa; border-top:1px solid rgba(0,0,0,0.07); }
.back_modal { background:#fff; }
.page_element { background:#fff; }
.back_quote { background:#fff; }

/* main theme color */
.theme_color { color:#3498db; }
.default_color { color:#4a6a8a; }
.error { color:red; }
.success { color:#74b20e; }
.warn { color:orange; }

/* button colors */
.theme_btn, .back_theme { background:#3498db; color:#fff; }
.default_btn, .back_default { background:#8ab0d0; color:#fff; }
.defaultd_btn { background:#8ab0d0; color:#fff; }
.ok_btn { background:#74b20e; color:#fff; }
.warn_btn { background:orange; color:#fff; }
.delete_btn { background:#cc0000; color:#fff; }
.send_btn { color:#1a2a3a; }

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

/* chat system message text color */
.chat_system { color:#777; }

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

/* menu icon */
.menui { color:#3498db; }
.subi { color:#3498db; }

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

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

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

/* private log bubble colors */
.target_private, .hunt_quote {color:#fff; background:#3498db;}
.hunter_private, .targ_quote {color:#fff; background:#8ab0d0;}

/* quote in chat background color */
.cquote { background:rgba(0,0,0,0.1); color:#1a2a3a; }

/* tab menu */
.tab_menu { box-shadow:0 1px 3px rgba(0,0,0,0.15); }
.tab_selected { background:rgba(0,0,0,0.05); }

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

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

/* chat logs */
.mbubble { background:rgba(0,0,0,0.025); }
.topic_log { background:#d9f2e6; color:#0d261a; }
.sys_log { }

/* upload progress */
.bprogress { background:#3498db; color:#fff; }

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

/* date colors */
.sub_date { color:#999; }
.sub_chat, .sub_priv { color:#aaa; }

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

/* profile likes */
.plikes { background-color:rgba(0,0,0,0.15); color:#1a2a3a; }

/* spinner color */
.bspin { color:rgba(0,0,0,0.3); }

/* special chat item */
.my_notice { color:#fff; background:#3498db; }
.system_text { background:rgba(0,0,0,0.05); color:#999; }

/* outside pages background */
.back_page { background:#1a3a5a; color:#fff; }

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

/* slider */
.boom_slider .ui-widget-content { background: #ddd; }
.boom_slider .ui-state-default { background: #fff !important; }
.boom_slider .ui-state-active { background: #fff !important; }
.boom_slider .ui-slider-range { background:#3498db; }

/* select input color */
.selectboxit-list, .selectboxit-btn { background-color: #f2f8fd; border:1px solid #c0d8f0; color:#1a2a3a; }
.selectboxit-list .selectboxit-focus .selectboxit-option-anchor { background-color: #fff; color:#1a2a3a; }
.selectboxit-default-arrow { border-top: 4px solid #999; }
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active { background:#f2f8fd; color:#1a2a3a; }
.selectboxit-options { background:#fff; color:#1a2a3a; }
.selectboxit-list .selectboxit-option-anchor { color:#888; }

/* custom */
.modal_in { border:1px solid rgba(0,0,0,0.07); }
