/*------- Modify New Message button------*/
.BoxNewConversation {
  margin: 20px 0;
  margin-right: auto;
  margin-left: auto;
  width: 133px;    
}
.NewConversation {
  font-size: 18px; !important
}
/*------- Removal of share and Add Comment buttons on activity pages------*/
.AddComment {
   display:none; !important
}
#Form_Share {
   display:none; !important
}
#Form_AddComment {
   display:none; !important
}
/*------- Pop Up Message on Post discussion page------*/
.btnClose {
    background: #428bca;
    border: #357ebd solid 1px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    min-width: 60px;
    position: relative;
    transition: color .1s ease;
}
.btnClose:hover {
   background: #EA401C;
   color: #FFFFFF;
}
.btn:hover {
    background: #357ebd;
}
.btn.btn-big {
    font-size: 18px;
    padding: 15px 20px;
    min-width: 100px;
}
.btn-close {
    color: red;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 10px;
    text-align: center;
}
.btn-close:hover {
    color: #919191;
}
.modal:target:before {
    display: none;
}
.modal:before {
    content:"";
    display: block;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.modal .modal-dialog {
    background: #fefefe;
    border: #333333 solid 1px;
    border-radius: 5px;
    margin-left: -150px;
    position: fixed;
    left: 50%;
    z-index: 100000000000;
    width: 300px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    top: 20%;
}
.modal:target .modal-dialog {
    top: -100%;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
}
.modal-body {
    padding-bottom: 0;
}
.modal-header, .modal-footerss {
    padding: 5px 10px;
}
.modal-header {
    border-bottom: #eeeeee solid 1px;
}
.modal-header h2 {
    font-size: 20px;
}
.modal-footer {
    border-topss: #eeeeee solid 1px;
    text-align: center;
    margin: 10px 0;
}
.close {
  background: #6BADDF;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 28px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
 }
 .close:hover { 
    background: #EA401C;
    color: #FFFFFF;
 } 
/*------- Spoiler Modification------*/
div.Spoiler {
   text-align: center;
   background-color: #F9F157 !important;
}
/*------- Inbox page modification------*/
.ConversationMessage {
  border:2px solid #DCDCCB;
  padding: 5px;
  background:#F7F6E4;
}
/*------- Center Twitter on discussion page------*/
.twitter-card {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 70%
}
/*------- Center YouTube videos on discussion page------*/
.Video.YouTube .VideoPreview {    
    display: block;
    margin: auto;
}
/*------- Background color on comment field------*/
.CommentForm .FormWrapper {
    background: #dbfdf4;
}
/*------- Center all images on discussion page------*/
.Message img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
}
/*---------------------*/
.DataListWrap {
   margin-top:20px;
}
/*------- Glowing / Flashing Animation------*/
.flash { 
   margin-top:5px;
   line-height:14px;
}
@keyframes glowing {
  0% { color: black;}
  50% { color: yellow;}
  100% { color: black;}
}
.flash {
  animation: glowing 1500ms infinite;
}
/*------- Category page fix------*/
.CategoryTable {
   margin-top: 20px;
}
/*------- Accordion on profile page------*/
#accordion section p {
   display: none;
   text-align: center;
}
#accordion section a {
   text-align: center;
   color: black;
   text-decoration: none;
}
#accordion section a:hover {
   text-decoration: underline;
}
#accordion section:target p {
   display: block;
}
/*------- Hide a redundant line space on top of reactions after discussions on comment page------*/
.editor-upload-previews, .editor-upload-saved {
  displayss:none;
}
/*------- Modification of Breadcrumb wordings ------*/
.Breadcrumbs a, .BreadcrumbsWrapper {
  font-weight: bold;
  color: white;
  padding-left:5px;
}
.category-buttons a.selected{
		backgroundss: #D98134;
                background: red !important;
		colorss: #ffffff;               
		borderss:1px solid rgba(0, 0, 0, .4);
		
	}
/*------- Modification of profile picture ------*/
.ProfilePhotoLarge  {
   border: 1px solid #0F6AF3;    
   border-radius: 5px; 
   background: #DBFDF4; 
   padding: 5px 0 5px 0;
   width: 217px;
   margin-right: auto;
   margin-left: auto;
}
/*------- put margin before comments ------*/
.CommentHeading {
   margin-top: 20px !important;
}
/*------- Modification of pager properties ------*/
.Pager {
   float: none;
   font-size: 120%;
   text-align: center;
}
.Pager a,
.Pager span {
   margin: 0 6px;
}
/*------- Yellow color on Page titles ------*/
.HomepageTitle {
   text-align: center !important;
   background-color: #3B5998 !important;
   color: white;
   padding: 5px;
   line-height: 22px;
   font-size: 16px;
   line-height: 160%;
   display:none;
}
/*------- Change the font-size of advanced editor buttons ------*/
.editorss {
  font-size: 16px !important;
}
/*------- Removed uploading image by Image URL on editor plugin ------*/
.editor-file-image .image-input input{
	displayss: none;
}
/*------- Add yellow background color on Picture Upload buttom of Advanced editor ------*/
.editor-dropdown-upload {
   background: yellow !important;
}
/*------- Signature formating ------*/
.UserSignature {
  border-top: 1px solid #dddddd;
  margin-top: 5px !important;
  font-size: 12px !important;
  padding-top: 0px !important;
  text-align: center !important;
  color:#FF4136;
}
.UserSignature p {
   margin: 2px 0;
}
.UserSignature.HideImages img {
   display: none;
}
/*------- Hide the point infront of facebook icon ------*/
.Bullet {
   display: none;
}
/*------- Facebook small social reaction formating ------*/
.ReactFacebook {  
  margin-right: 40px !important;
  margin-left: 20px !important;
}
/*------- Reaction button tiny Pics ------*/
.ReactionRecord {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}
/*------- Reactions formating ------*/
.Reactions {
  margin-top: 5px !important;
  vertical-align:0px;
  text-alignss: center !important;
}
/*------- Home . Category links on comment section ------*/
.Back {
  displayss: none !important;
}
/*------- Add spacing between reactions on profile page ------*/
.CountItemWrap {
   width: 20% !important;
}
/*------- Modification of the Like button ------*/
.btn {
  margin-leftss: 10px;
  background: #027DFF;
  color: white;
  cursor: pointer;  
  font-size: 13px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    border: 0 none;
    border-radius: 5px;
    color: white;
    outline: 0 none;
    padding-left: 5px !important;
    padding-right: 5px;
    text-align: center;
}
/* Remove icon thumbs-up on Like buttons */
.icon-thumbs-up::before{
  display: none;
}
/*------- Put password box and forget link on the same line ------*/
input.DateBoxss, input.InputBoxss, input.SmallInputss, textareass{
  	widthss: 100% !important;
}
/*------- Put white background on category panel ------*/
#Panel .PanelInfo li{
   background-color: #ffffff !important;
   margin: 0 10px 0 10px;
}
/*------- Put minimium height on dicussion list height ------*/
.DataList .Item {
  min-height: 30px;
}
/*------- Center discussion list meta on discussion pages only ------*/
.Meta-Discussion {  
  text-align: center
}
/*------- Stop hover effect of Option button (little star link) ------*/
.Item .OptionsTitle {
  visibility: visible !important;
  margin-left: 15px;
}
/*------- Removed/stop hover effect of YAGA reactions on comment pages ------*/
.Item .Reactions > * {
  visibility: visible !important;  /*PA visibility: hidden;  */
}
/*------- Removed IP address from comments ------*/
.IPAddress{
	display: none !important;
}
/*------- Add margin right spacing on PM plugin on comments ------*/
.PM {
	margin-right: 15px;
}
/*------- Made Member Moderator Roles beside username responsive - fit within the screen ------*/
.MItem:last-child {
  white-space: normal !important; 
}
/*------- Category Accordion on all pages added via pocket plugin ------*/
.Prosper {
  background-color: #3B5998;
  box-shadow: 5px 5px 5px #888888;
  position: relative;
  -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;  
    overflow: hidden;
    cursor: pointer;  
}
.Prosper:after {
    content: "";
    background: #6BADDF;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px!important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}
.Prosper:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}
.col1 {
	word-wrap:break-word;
	font-size: 14px;
        padding: 10px 10px 10px 10px;
        white-space: normal !important;
        text-align: center;        
        background-color: #DBFDF4; 
        line-height: 30px;
}
.block1 {
        background-color: #DBFDF4;                
}
.block-wrapper {
	text-alignss: center;
}
.block-wrapperss labelss:hover {
   background: #3B5998;
   color: white;
}
.block-wrapper label {
	paddingss: 10px 0px;
        padding: 5px;
	position: relative;
	z-index: 10;
	display: block;
	height: 50px;
	cursor: pointer;
	color: #333;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
        text-align: center;
        box-shadowss: 5px 5px 5px #888888;
}
.block-wrapper input {
	display: none;
}
.block-wrapper .block-content {
	background-colorss: #fff;
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
        border-style: solid;
        border-width: 0 1px 1px 1px;
        border-color: #3B5998; 
}
.block-wrapper input:checked ~ .block-content {
	height: auto;
        background-color: #DBFDF4;
        box-shadow: 5px 10px 5px #888888;        
        margin-bottom: 10px;                        
}
/*------- Create margin infront of submit comment button ------*/
.Back {
  margin-right: 30px !important;
}
/*------- Picture Gallery by Prosper ------*/
body.Dashboard.Plugin.gallery div#Content h1{
   border:1px solid grey !important;
   margin-bottom: 20px !important;
   background: #DDDDDD !important;
   color: black;
   text-decoration: none !important;
}
/*------- Create margin on between karma-point and PM ------*/
.PM {
  margin-left: 10px !important;
}
/*------- Center discussion lists on recent discussion pages ------*/
.DataList .Title,
.DataList .Title a {
  text-align: center;
  padding-top: 6px;
  padding-bottom: 5px;
}
/*------- Back to mobile site footer ------*/
div#Foot div#MBG{float:right;width:350px;margin-right:30px;}
/*------- Statistics Footer ------*/
.SFBox {
background: transparent;
color: #eee;
padding: 5px 5px 0;
float: none;
display: inline-block;
height: 38px;
text-align: center;
font-weight: bold;
font-size: 18px;
line-height: 1.2;
margin: 0 auto;
width: 140px;
margin-bottom: 20px;
}
.SFBox span {
	display: block;
	font-weight: normal;
	font-size:9px;
	line-height: 1;
	padding-bottom:2px;
	min-width:38px;
}
/*------- Index Discussion Image customization for desktop ------*/
ul.Discussions li img.IndexImage{
  height: auto;  
  max-height:350px !important;
  max-width: 680px !important;
  border:1px solid !important;
  border-radius:4px;
  margin-bottom:5px !important;
  display:block !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
/*------- Hides Endless Scroll Index page infortion on footer------*/
#InfScrollNav.BottomRight{
 display: none !important;
}
/*------- Resizing of search bar on search page ------*/
.SearchForm .InputBox {
  max-width: 705px !important;
}
.SearchForm .SiteSearch{
  max-width: 728px !important;
}
/*------- Add expanded width/space for IndexDiscussionImage on discussion page ------*/
.NarrowList .Item{
 height: 320px !important;
 padding: 5px !important;
 borderss: 2px solid #3B5998 !important;
 margin-top: 5px !important;
 border-color: rgba(0, 0, 0, 0.9) !important;
 border-width: 0 0 2px !important;
}
/*------- Put thicker line in between discussion lists and comment lists ------*/
.DataList .Item{
 border-color: rgba(0, 0, 0, 0.098) !important;
 padding: 4px 0;
 border-colorss: rgba(0, 0, 0, 0.5) !important;
 padding-bottom:ss 5px !important;
 padding-topss: 0px !important;
 padding-rightss: 0px !important;
 padding-leftss: 0px !important;
}
/*------- Changed background color of statistics footer addon ------*/
.SFBox {
  background: #1B95E0 !important;  
}
/*------- Put background color on Naijanetwork forum ------*/
#Content {
  visibility: visible !important;  
   background-color: white !important;
   padding: 9px;
   border:1px solid #0F6AF3;
}
#Body {
  visibility: visible !important;  
  background-attachment: fixed;
  background-color: #6BADDF; 
  background-position: center 220px;
  background-repeat: no-repeat;
  background-positionss: left 215px;  
  background-positionss: right top;
  background-positionss: left top;  
   background-imagess: url("http://s32.postimg.org/tzaqyx05x/Crowdy_Lagos_Nigeria.jpg");
   background-imagess: url("/themes/naijanetwork/bgimage/ckjewelers-advert3.png");
   background-imagess: url("http://s32.postimg.org/eu7j11pj9/ckjewelers_advert.png");
   background-imagess: url("http://s32.postimg.org/qbqjpoa6d/simplepay2.png");
   background-imagess: url("http://s32.postimg.org/fj9l1u87p/ckjeweler_ringoversea_ad.png");
   background-imagess: url("http://s32.postimg.org/ou8pvkqdx/christmass.png");
   background-imagess: url("http://s32.postimg.org/t5y6tu6mt/Seasons_Greetings.gif");
   background-imagess: url("http://s32.postimg.org/3s6fmewb9/green_background_parrot.jpg");
   background-imagess: url("http://s32.postimg.org/cm63z5tlf/Nigeria_flying_flag.gif");
   background-imagess: url("http://s32.postimg.org/bq8pgym1h/nigeria_flag.jpg");
   background-imagess: url("http://s32.postimg.org/xxg9emr2t/blue_background.jpg");
   background-imagess: url("http://s32.postimg.org/rt9xg1ymt/lightblue_background.jpg");
   background-imagess: url("http://s32.postimg.org/wopo8ahzp/orange_yellow_background.jpg");
   background-imagess: url("http://s32.postimg.org/i6v88jkb9/red_background.jpg");
   background-imagess: url("http://s32.postimg.org/8pzhpl8r9/golden_background_parrot.jpg");
   background-imagess: url("http://www.naijanetwork.com/themes/naijanetwork/bgimage/ad2.png");
}
/*------- Remove Terms of service and remember this computer on registration page ------*/
.CheckBoxLabelss{
  display:none !important;
}
/*------- Change position/color "You need to confirm your email address" ------*/
.InformMessages .InformMessage{
  z-index: 99999;
  bottom: 250px !important;
  left: 500px !important;
}
/*------- Share bottom on homepage------*/
ul.share-buttons{
  list-style: none;
  padding: 0;
 text-align: center;
}
ul.share-buttons li{
  display: inline;
  text-align: center;
}
/*------- ShareThis button margin top and bottom ------*/
.ShareThisButtonWrapper {
   height: 23px;
   margin-top: 10px;
   margin-bottom: 10px;
}
/*------- Add margin on top of Button Bar ------*/
.BarWrap {
  margin-top: 10px
}
/*------- Might be junk ------*/
.InformWrapper {
    positionss: top !important;
    margin-top: 100px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    widthss: 300px;
    borderss:3px solid #8AC007;
    paddingss: 10px;
}
/*------- Hide red "password don't match" on registration page ------*/
span.Incorrect {
    display: none !important;
    }
/*------- Hide space for people to post of activity on profile page ------*/
.Hss,
.FormWrapperss,
.Emptyss {
  display:none;
}
/*------- Stop the hidden web element on left bottom of discussion page ------*/
.plupload.html5 {
  display:none;
}
/*------- CSS for page description ------*/
.PageDescription {
    background-color: #DBFDF4 !important;
    border: 2px solid green !important; 
    border-radius: 5px !important; 
    padding: 5px !important;    
    margin-bottom: -20px !important;
    display: none;    
}
/*------- Hide bad line under password field on registration page------*/
.PasswordStrengthss .Backgroundss {
  display: none;
}
/*------- Hide terms of service and remember this computer from registration page------*/
body.Entry form ul li label.CheckBoxLabelss, 
body.Entry form ul li label.RadioLabelss {
   display: none;
}
/*------- Mobile Theme Title------*/
.SiteTitle {
   text-align: center;
   text-weight: bold;
}
.VoiceCounts  {
   text-align: center;
   text-weight: bold;
   font-size: 14px;      
}
/*------- Hello Guest Background Color ------*/
.Box {
   background: #DBFDF4;
   border: 1px solid #0F6AF3;
   border-radius: 5px;  
   padding: 5px;
}
/*------- Quotation Background Color ------*/
.blockquote.Quote, blockQuote.UserQuote,
  blockquote.Quote { 
  background: #CBD8BF !important;
  border-left: 4px solid #67AC64 !important; 
  margin: 1em !important;
  padding: 1ex 10px !important;
}
/*------- Before Comment Google Advertisement ------*/
.PluginAdvertisement { 
   border-radius: 4px;
   border: 2px solid #0F6AF3;  
}
/*------- Horizontal Lines Separating Comments ------*/
.Comment {
    padding: 5px;
    background: #F6F6EC;
    border-radius:5px;   
    border: 1px solid green;
}
/*------- Hide Things on Recent Discussion List ------*/
body.Discussions.index .Meta .ViewCount,
body.Discussions.index .Meta .CommentCount,
body.Discussions.index .Meta .Category,
body.Discussions.index .Meta .LastCommentDate,
body.Discussions.index .Meta .LastCommentBy {
    display:none;
}
/*------- Reduce the font size of view comment counts and date ------*/
body.Discussions.index .Meta .ViewCount,
body.Discussions.index .Meta .CommentCount,
body.Discussions.index .Meta .Category {
    font-size: 85%;
}
/*------- White Background Recent Discussion Lists and discussion page ------*/
.Item.Read {
   background-color: white !important;
}
.ItemDiscussion {
    background-colorss:none !important;
    border: 1px solid black;
    border-radius:0px;  
    padding-bottom: 5px;
}
/*------- Discussion Titles Lists ------*/
.Title a {
   color: #111184;   
   font-weight: bold;
   font-familyss: Verdana, sans-serif;
   font-family: Arial, Helvetica, sans-serif;
   font-familyss: Helvetica, Arial;
   font-size: 16px;
   line-height: 20px;
}
.Title a:hover {
   color: red;  
   backgroundss: #111144;
}
#Head {
background: #3B5998;
margin-top: -8px;
text-align: left;
}
/*------- Site Menu Modifications------*/
.ProfileLink a {
 background: green;
 border: 1px solid white;
}
.InboxLink a {
 background: green none repeat scroll 0 0;
 border: 1px solid white;
 paddingss: 8px 5px !important;
}
.SigninLink a {
 background: green;
 border: 1px solid white;
}
.RegisterLink a {
 background: green;
 border: 1px solid white;
}
.CreateTopicLink a {
 background: black;
 border: 1px solid white;
 margin-right: 5px;
}
.SiteMenu {
  white-spacess: normal !important;
  line-height: 35px !important;
}
.SiteMenu a{
 font-familyss: Verdana, Geneva, sans-serif;
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 text-decoration: none !important;
}
.SiteMenu a:hover {
   background: black; 
}
.SiteMenu a:active {
   backgroundss: #FB6E24;   
}
.Banner {
  margin-bottom:5px;
  white-space: nowrap !important;
  overflow-x: scroll;
  overflow-yss: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style:-ms-autohiding-scrollbar !important;            	
}
/*------- Site Search ------*/
.SiteSearch {
  border: 1px solid #3B5998;
}
#Form_Search{
  width: 730px !important;
  position: static;
}
/*------- Create New Topic ------*/
.btnab {
  margin-top: 15px; 
  margin-bottom: 15px;
  text-align: center; 
}
.btna {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #3c73fc;
  padding: 6px 8px 6px 8px;
  text-decoration: none;  
}
.btna:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
/*------- Ask Question ------*/
.btnb {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #FB6E24; 
  backgroundss: #d98134;
  padding: 6px 8px 6px 8px;
  text-decoration: none;  
}
.btnb:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
/*------- Learn How To Use This Forum ------*/
.btnc {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #008000;
  padding: 6px 8px 6px 8px;
  text-decoration: none;  
}
.btnc:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
/*------- Upper Menu CSS ------*/
.btne {
  -webkit-border-radiusss: 4;
  -moz-border-radiusss: 4;
  border-radius: 4px;
  text-shadowss: 1px 1px 3px #666666;
  font-family: Arial;
  color: #000000 !important;
  font-size: 12px;
  background: white;
  padding: 6px 8px 6px 8px;
  text-decoration: none;
}
.btne:hover {
  background: #000000;
  color: #ffffff !important;
  text-decoration: none;
}
/*------- Job Listings ------*/
.btnd {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #b70b0b;
  padding: 6px 8px 6px 8px;
  text-decoration: none;  
}
.btnd:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
/*----------- CSS for Premium Category starts ------------*/
tr.Item.Category-nigeria-technology-market.Item-nigeria-technology-market{
background-color: #F4FA58;
}
tr.Item.Category-nigeria-car-market.Item-nigeria-car-market{
background-color: #F4FA58;
}
tr.Item.Category-ads-promo-sales-nigeria.Item-ads-promo-sales-nigeria{
background-color: #F4FA58;
}
/*---------- Accepted Answer Background Color ------------*/
ul.AcceptedAnswers { 
   	border: solid grey;
	background-color: #D8F6CE;
        border-radius:5px;  
   	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/*---------- Put Border and Background Color on Filter Menu ------------*/
.FilterMenu {
   background: #DBFDF4;
   border-radius: 5px; 
   border: 1px solid #0F6AF3;
   padding: 3px;
}  
/*------- Border on UserBox MeBox Icon Hover------*/
.MeButton:hover {
  background: #f0b2b2;
  border: 1px solid #0F6AF3;  
}
/*------- Border on UserBox MeBox ------*/
.UserBox,
.MeBox {
  background: #DBFDF4;
  border-radius: 5px; 
  border: 1px solid #0F6AF3;  
  padding: 5px;
  margin: 0 0 10px 0;
}
/*------- Border on Badges Plugin ------*/
#Badges {
  border: 3px solid #0F6AF3;  
  padding: 5px;
  margin-bottom: 10px;
}
/*------- Border on WhosOnline Plugin ------*/
#WhosOnline {
  border: 2px solid #0F6AF3;  
  padding: 5px;
  margin-bottom: 10px;
}
/*------- Border on TopPoster Plugin ------*/
#TopPosters {
  border: 2px solid #0F6AF3;  
  padding: 5px;
  margin-bottom: 10px;
}
/*------- Border on guest ------*/
#Panel .GuestBox p -OLD {
  border: 3px solid #0F6AF3;  
  padding: 5px;
  margin-bottom: 10px;
}
/*------- hide gender on registration ------*/
#dashboard_entry_register li.Gender {
   display:none
}
.Tag.QnA-Accepted {
  background-color: green !important;
}
/*--------------------------------------------*/
.Tag.QnA-Tag-Accepted { 
   background-color: green !important; 
}
.Tag.QnA-Tag-Question {
   background-color: blue !important; 
}
.Tag.QnA-Tag-Answered {
   background-color: black !important;
}
.Tag.QnA-Rejected { 
   background-color: red !important; 
}
/*--------------------------------------------*/
body#vanilla_categories_index  .CategoryGroup h2.H {
    background-color: green;
    color: white;
    text-align: center;
}
#vanilla_discussion.EditDiscussionForm textarea.TextBox, .DiscussionForm textarea.TextBox {
    height: 300px;
    min-height: 300px;
}
#vanilla_comment.EditCommentForm textarea.TextBox, .CommentForm textarea.TextBox {
    min-height: 150px !important;
    min-height: 150px !important;
}
.item-disabled { 
background-color: black; 
color: white;
}
.Voice {
color: #d00;
border: 2px solid;
border-radius: 25px;
}
#Panel {
	color: #000;
	width: 217px;			
}
#Panel .BoxCategories { /*categories*/
   font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-weight:bold;
   color: #A9140F;
   background-color: #DBFDF4;   
   border: 2px solid #0F6AF3;  
   padding: 5px;
   margin-bottom: 10px; 
}
/*------- Announced, Closed, New ------*/
.Tag.Tag-Closed {
   background-color: red;
}
.Tag.Tag-Announcement {
  background-color: #777777;  
}
.HasNew { /*new (popup)*/
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
	background: #3E98D2;
	color:#fff;
	font-size:9px;
	font-weight:bold;
	padding: 1px 2px;
	line-height: 1;
    white-space: nowrap;
}
.JustNew { /*new theme or messages*/
    display: inline;
    background-color: #0A86D6;
    font-family: Georgia, 'Georgia';
    font-style: italic;
    font-weight:normal;
    padding: 3px 4px;
    display: none;
}
/*------------------------Buttons--------------*/
#Panel .ButtonGroup.Big > .NavButton:first-child, #Panel .ButtonGroup.Big > .Button:first-child {
  background:#3B5998 !important;
  color:white !important;
  border: 2px solid white !important;
  font-weight:normal;
}
.BigButton { /*New Discussion Button*/
    display: none !important;
}