/* general colors */
 a {color:orange;}
body {background:#ededed; color:#333;}
button { background:transparent; color:#fff; }
input, textarea, .post_input_container { background:#f2f2f2; border:1px solid #e6e6e6 !important; color:#666; }
.setdef { color:#333; }

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

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

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

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

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

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

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

/* cookie box */
.cookie_wrap { background:#ddd; color:#666; }


/* headers, footer and top modal colors */
.bhead { background:rgb(79,25,8); color:#fff; }
.modal_top { background:#6b4632; color:#fff; }
.pro_top { background:rgb(79,25,8); color:#fff; }
.bfoot { background:rgb(79,25,8); color:#fff; }
.foot { background:#6b4632; color:#fff; }
.float_top { background:rgb(79,25,8); color:#fff; }
.float_ctop { background:rgb(79,25,8); color:#fff; }

/* background colors */
.top_background, .background_header, .chat_head, .chat_footer, .panel_top, .emo_head, .modal_top { 
background: rgb(79,25,8);


color:#fff; }


.background_box { background:#fff; color:#666;}


/*chat logs element*/
.log2 { background:#f7f1ee; }

/* background major element panel, page menu, float menu, modal, chat boxes */
.backglob { background:#fff; }
.back_chat { background:#fff; }
.back_priv { background:#fff; }
.back_panel { background:#fff; }
.back_menu { background:#fff; }
.back_pmenu { background:#292929; color:#fff; }
.back_box { background:#f7f1ee; }
.back_input { background:#fff; border-top:1px solid rgb(0,0,0,0.08); }
.back_modal { background:#fff; }
.page_element { background:#fff; }
.back_quote { background:#fff; }
.default_btn { background:#4f1908; color:#fff; }

/* special log */
.topic_log { font-family: "Kalam"; font-weight:bold;
background:#fff;
color:#a62525;
border-radius: 10px;
background-color: rgba(227, 50, 41, 0.26);
}
.seen { background:#ffe6f2; color:#330019; }
.user_item { position:relative; display:table; table-layout:fixed; width:100%; cursor:pointer; padding:5px 10px; border-radius:5px; background: rgb(0,0,0,0.05); margin:5px 0;}

/*submits*/

#submit_button {
    width: 100%;
    float: right;
    height: 100% !important;
    font-weight: bold;
    box-shadow: none !important;
    padding: 0;
    border: none !important;
    font-size: 18px;
}
button {
    background: transparent;
    color: #6b4632;
}
/* transparent bg's */

.small_modal_out, .large_modal_out {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 5%);
    cursor: pointer;
}
.over_modal_out, .over_emodal_out {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 5%);
    cursor: pointer;
}


/* button colors */
.theme_btn, .back_theme { background:#03add8; color:#fff; }
.default_btn, .back_default { background:#222; color:#fff; }
.defaultd_btn { background:#333; color:#fff; }
.ok_btn { background:#74b20e; color:#fff; }
.warn_btn { background:orange; color:#fff; }
.delete_btn { background:#cc0000; color:#fff; }
.send_btn { color:#222; }




.back_ptop {
    background: #6b4632;
    color: #fff;
}



.target_private, .targ_quote {
    float: right;
    color: #000000;
    background: antiquewhite;
}

.hunter_private {
    padding: 10px;
    font-weight: bold;
    max-width: 220px;
    display: inline-block;
    word-wrap: break-word;
    line-height: 1.4em;
    border-radius: 10px;
    background: lightgrey;
}



/*font awesome css*/

.fa-smile-o:before {
    content: "\f118";
    color: #777;
}
.fa-plus:before {
    content: "\f067";
    color: #777;
}
.fa-microphone:before {
    content: "\f130";
    color: #777;
}

/*profile menu*/

.modal_selected {
    background: rgba(221,124,94,1);
}


.blisting {
    border-bottom: 1px solid rgb(0,0,0,0.08);
}
 
 
/*quote tag css*/

.cquote {
    padding: 6px;
    border-radius: 5px;
    display: inline-block;
    max-width: 100%;
    background:#efd9ca;;
}

/*quote tag css*/

.targ_quote {
    padding: 6px;
    border-radius: 5px;
    display: inline-block;
    max-width: 100%;
    background:#9e6b4e;;
}


/*right menu elements */

.bborder {
    border-bottom: 1px solid rgb(0,0,0,0.08);
}

.float_ctop {
    border-bottom: 1px solid rgb(0,0,0,0.08);
}

/*gifts css*/

.fborder {
    border: 2px solid rgb(0,0,0,0.08);
}

/* elements */ 

.background_chat { background:#fff; }
.chat_panel { background:#fff; }

/* logs color private and main chat */


.target_private, .hunt_quote {color:#5b3224; background:#ededed;
    
    
    font-weight:bold;}
.hunter_private, .targ_quote {color:#222; background:#efd9ca;font-weight: bold;}

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


.cqname {
    font-size: 11px;
    font-weight: bold;
     color:#03add8;
}
.cqmess {
    font-size: 13px;
color:#222;
font-weight: bold;
}

.my_notice {
    color: #fff;
    background: #794825;
    padding: 3px 10px;
    display: inline-block;
    line-height: 1em;
    margin-top: 2px;
    border-radius: 20px;
    font-weight: bold;
}

.selectboxit-container .selectboxit {
    width: 100%;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: #ededed;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    position: relative;
}
.rselected {
    background: #00BCD4;
}
.modal_selected {
    background: rgb(0,0,0,0.08);
    color:black;
    padding-left: 15px;
    padding-right: 15px;
    
}
.modal_mback { background:rgb(0,0,0,0.04); }

.gtag {
    background: #fff;
    border: 1px solid rgb(0,0,0,0.08);
}

.lite_olay {
    background-color: #00BCD4;
    color: #fff;
}

/* tab menu */
.tab_menu { background:#fff; box-shadow:0 1px 3px rgb(0,0,0,0.2); }
.tab_menu_item { }
.tab_selected { background:rgb(0,0,0,0.08); }

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

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



/* 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:#888; }
.sub_chat, .sub_priv { color:#ccc; }

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

/* 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:#03add8; }
.system_text { background:#ededed; color:#666; }

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

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

/* slider */
.boom_slider .ui-widget-content { background: #ededed; }
.boom_slider .ui-state-default { background: #999 !important; }
.boom_slider .ui-state-active { background: #999 !important; }
.boom_slider .ui-slider-range { background:#ccc; }

/* select input color */
.selectboxit-list, .selectboxit-btn { background-color: #f6f6f6; color:#666;  border:1px solid #e6e6e6 !important; }
.selectboxit-list .selectboxit-focus .selectboxit-option-anchor { background-color: #ededed; color:#666; }
.selectboxit-default-arrow { border-top: 4px solid #666; }
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active { background:#f6f6f6; color:#666; }
.selectboxit-options { background:#fff; border:1px solid #ccc; }
.selectboxit-list .selectboxit-option-anchor { color:#666; }

/* main theme color */
.theme_color { color:#03add8; }
.default_color { color:#222; }
.error  { color:red; }
.success { color:#74b20e; }
.warn { color:orange; }
.subi { color:#03add8; }

/* menu icon */
.menui { color:#03add8; }

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


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

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

