/* general colors */
a {color:orange;}
body {background:#ceaba6; color:#753636;}
button { background:transparent; color:#fff; }
input, textarea, .post_input_container { background:#ffd6d2; border:1px solid #f2a297 !important; color: #753636; }
.setdef { color:#753636; }

/* item with background no effect */
.bback { background:rgba(142, 25, 32, 0.119); }

/* item with background no effect with border */
.bbackb { background:rgba(142, 25, 32, 0.119); border:1px solid rgba(125, 25, 12, 0.13); }

/* item with no background and hover effect */
.bhover:hover, .bhoverr:hover { background:rgba(142, 25, 32, 0.119); }

/* item with background and hover effect */
.bbackhover { background:rgba(142, 25, 32, 0.119); }
.bbackhover:hover { background:rgba(142, 25, 32, 0.200); }

/* item width background and hover effect with a border */
.bbackhoverb { background:rgba(142, 25, 32, 0.119); }
.bbackhoverb:hover { background:rgb(0,0,0,0.025); border:1px solid rgba(125, 25, 12, 0.13); }

/* item with no background with line separator and hover effect */
.blisting { border-bottom: 1px solid rgba(125, 25, 12, 0.13); }
.blisting:hover { background: rgba(142, 25, 32, 0.119); }

/* item with no background with line separator */
.blist { border-bottom: 1px solid rgba(125, 25, 12, 0.13); }

/* private panel top */
.back_ptop { background:#40110d; color:#fff; }

/* page menu & page sub menu */
.bpmenu:hover { background: rgba(142, 25, 33, 0.196); }
.bsub { background:rgb(0,0,0,0.1); }
.bsub:hover { background:rgba(142, 25, 33, 0.113); }

/* sub menus for card, logs, wall, news */
.bmenu, .submenu { border-bottom:1px solid rgba(142, 25, 32, 0.119); }
.bmenu:hover, .submenu:hover { background:rgba(142, 25, 32, 0.119); }

/* box shadow */
.bshadow, .page_element, .float_menu, .btnshadow, .pboxed { box-shadow:0 1px 3px rgb(0,0,0,0.2); }

/* main item selected for panel and box */
.bselected { background:rgba(142, 25, 32, 0.122); }

/* reg menu selected item */
.rselected { background:rgba(142, 25, 32, 0.122); }

/* page selected */
.pselected { color:#a42626; }

/* current item selected */
.cselected, .liked { background:rgba(142, 25, 32, 0.119); }

/* paginate item selected */
.pag_btn { background:rgba(142, 25, 32, 0.119); color:#603e3e; }
.pagselected, .pag_btn:hover { background:rgb(0,0,0,0.10); }

/* count and gold tag */
.gtag { background: #ffd0ca; border:1px solid rgba(125, 25, 12, 0.13); }

/* border color for separator and items border */
.bborder { border-bottom:1px solid rgba(125, 25, 12, 0.11); }
.tborder { border-top:1px solid rgba(125, 25, 12, 0.13); }
.lborder, .ppanel { border-left:1px solid rgba(125, 25, 12, 0.13); }
.rborder { border-right:1px solid rgba(125, 25, 12, 0.13); }
.fborder { border:1px solid rgba(125, 25, 12, 0.13); }

/* float top color */
.float_top { border-bottom:1px solid rgba(125, 25, 12, 0.13); }
.float_ctop { border-bottom:1px solid rgba(125, 25, 12, 0.13); }

/* headers colors and top box colors */
.bhead { background:url('images/red_texture.png'); background-repeat: repeat-x; color:#fff; }
.modal_top { background:#4d2424; color:#fff; }
.pro_top { background:#4d2424; color:#fff; }
.bfoot { background:url('images/red_texture.png'); background-repeat: repeat-x; color:#fff; }
.foot { background:#280909; color:#fff; }

/* background major element panel, page menu, float menu, modal, chat boxes */
.backglob { background: #ffd0ca; }
.back_chat { background: #ffd0ca; }
.back_chat::before{content:'';position:absolute;width:100%;height:100%;background:url('images/pngwing.com\(8\).png');background-repeat:no-repeat;background-position:center center;background-size:30%;opacity:.3}
.back_priv { background: #ffd0ca; }
.back_panel { background: #ffd0ca; }
.back_menu { background: #ffd6d2; }
.back_pmenu { background:#2f0c09; color:#fff; }
.back_box { background: #ffd6d2; }
.back_input { background: #ffd0ca; border-top:1px solid rgba(125, 25, 12, 0.13); }
.back_modal { background: #ffd6d2; }
.page_element { background: #ffd6d2; }
.back_quote { background: #ffd0ca; }
#chat_right_data{z-index:1}
#chat_right_data::before{content:'';position:absolute;z-index:-1;width:100%;height:100%;background:url('images/decoration.png');background-repeat:no-repeat;background-position:left top;background-size:cover;opacity:.2}

/* main theme color */
.theme_color { color:#a42626; }
.default_color { color:#4d2424; }
.error  { color:red; }
.success { color:#74b20e; }
.warn { color:orange; }

/* button colors */
.theme_btn, .back_theme { background:#a42626; color:#fff; }
.default_btn, .back_default { background:#4d2424; color:#fff; }
.defaultd_btn { background:#753636; color:#fff; }
.ok_btn { background:#74b20e; color:#fff; }
.warn_btn { background:orange; color:#fff; }
.delete_btn { background:#cc0000; color:#fff; }
.send_btn { color:#4d2424; }

/* default username color */
.user { color:#753636; }

/* chat system messsage text color */
.chat_system { color:#b56464; }

/* opacity for offline users in list */
.offline { opacity:0.5; }

/* menu icon */
.menui { color:#a42626; }
.subi { color:#a42626; }

/* wall reply background */
.reply_item { background:#ffd6d2; }

/* main post item option wall and news */
.main_post_item { color:rgba(142, 25, 32, 0.6); }

/* input option background colors */
.input_item { color:#b56464; }

/* private log bubble colors */
.target_private, .hunt_quote {color:#fff; background:#753636;}
.hunter_private, .targ_quote {color:#603e3e; background:#ceaba6;}

/* quote in chat background */
.cquote {  background:rgba(142, 25, 32, 0.119) !important; }
.cqname { color:#000; }
.cqmess { color:#603e3e; }

/* tab menu */
.tab_menu { background: #ffd0ca; box-shadow:0 1px 3px rgb(0,0,0,0.2); }
.tab_menu_item { }
.tab_selected { background:rgba(142, 25, 32, 0.122); }

/* modal menu */
.modal_mback { background:rgb(0,0,0,0.04); }
.modal_mborder { border-bottom: 1px solid rgba(125, 25, 12, 0.13); }
.modal_selected { background:rgba(142, 25, 32, 0.122); }

/* back transparency background for modal box */
.modal_back { background-color:rgba(0,0,0,0.4); }

/* chat logs */
.log2 { background:rgb(0,0,0,0.028); }
.topic_log { background:#ffaeae; color:#391818; }
.sys_log { }
.chat_log{border-top:1px solid rgba(125,25,12,.13)}

/* upload progress */
.bprogress { background:#74b20e; color:#fff; }

/* notification colors */
.bnotify { background:red; color:#fff; }
.foot_notify, .head_notify { border:1px solid #fff; }

/* date colors */
.sub_date { color:#976565; }
.sub_chat, .sub_priv { color:#b37a7a; }

/* secondary text color */
.sub_text, .list_mood { color:#976565; }

/* profile likes */
.plikes { background-color:rgba(100,100,100,0.3); color:#fff; }

/* spinner color */
.bspin { color:rgb(0,0,0,0.3); }

/* special chat item */
.my_notice { color:#fff; background:#a42626; }
.system_text { background:#ceaba6; color:#603e3e; }

/* outside pages background */
.back_page { background:#4d2424; color:#fff; }

/* video background color */
.post_video { background:rgb(0,0,0,1); }

/* slider */
.boom_slider .ui-widget-content { background: #ceaba6; }
.boom_slider .ui-state-default { background: #b56464 !important; }
.boom_slider .ui-state-active { background: #b56464 !important; }
.boom_slider .ui-slider-range { background:#b37a7a; }

/* select input color */
.selectboxit-list, .selectboxit-btn { background-color: #ffd6d2; color:#603e3e;  border:1px solid #f2a297 !important; }
.selectboxit-list .selectboxit-focus .selectboxit-option-anchor { background-color: #ceaba6; color:#603e3e; }
.selectboxit-default-arrow { border-top: 4px solid #603e3e; }
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active { background:#ffd6d2; color:#603e3e; }
.selectboxit-options { background: #ffd0ca; border:1px solid #b37a7a; }
.selectboxit-list .selectboxit-option-anchor { color:#603e3e; }

.tpicon{ content: url('images/book.png'); border-radius: 0; }

#intro_top{background:url('images/background_login.jpg');background-repeat:no-repeat;background-size:cover;background-position:center center;background-attachment:fixed}
.intro_login_btn {background: #a80000;}

@media screen and (max-width: 500px){
    .back_chat::before{background-size:300px;}
}