/*!
 * Worldgroup 6.0
 * Copyright 2000-2014 Netvillage.com
 */
 
body {
padding-top: 110px; /* when using navbar-fixed-top.  */
}  
@media (max-width: 767px) 
{
body { padding-top: 60px; }
}

/* bug fixes - for jquery.placeholder */
.placeholder { color: #aaa; }

/* mini navbar */
.mini-navbar {
	width: 100%; height: 40px; font-size: 0.9em; position: relative; z-index: 9999;
}
.mini-navbar .hidden-sm {
	display: inline-block !important;
}
@media all and (max-width:991px) and (min-width:768px)
{
.mini-navbar .hidden-sm {
	display: none !important;
}
}
.mini-navbar a {
	padding: 10px 10px 11px; transition:background 500ms; display: inline-block; -webkit-transition: background 500ms;
}
.mini-navbar a:hover {
	text-decoration: none;
}

/* lone confirmation screens */
.wg-confirm {
	margin-top: 50px;
}

.wg-homepage  .panel-primary  .panel-body  i  {
 margin-right: 5px;
}
.wg-homepage  .panel-primary  .panel-body  a:hover, .wg-homepage  .panel-primary  .panel-body  a:focus  { 
 text-decoration: none;
 background-color: #eee;
}
.wg-label-credits {
}

.backtotopDiv {
	right: 15px; bottom: 5px; position: fixed; cursor: pointer; opacity: 1;
}
.backtotop:hover {
	background: rgb(78, 77, 74);
}
.backtotopX {
	background: rgb(102, 102, 102); padding: 10px 15px; border-radius: 3px; transition:background 0.1s ease-in-out; color: rgb(255, 255, 255); font-size: 18px;
}
.backtotop {
	background: rgb(102, 102, 102); padding: 3px 5px; border-radius: 3px; transition:background 0.1s ease-in-out; color: rgb(255, 255, 255); font-size: 14px;
}
/* breadcrumb */
.breadcrumb-wgsep > li + li:before {
  content: "\203A\00a0"
}
li.breadcrumb-wgnosep:before { 
content:" " !important;
}

/* custom icons */
.wg-fa-credits-o:before{content:"\f185"}
/*.wg-fa-credits-o:before{content:"\f0d6"}*/

/* Ratings */
.starrr {
  font-size: 16px;
  display: inline-block; 
  color: rgb(228, 192, 0);
}
.starrr i {
    font-size: 36px;
    padding: 0 1px;
    cursor: pointer;
    /*color: #FFD119; */
}
.glyphicon.glyphicon-star-empty.glyphicon-star-empty {
  color: rgb(227, 227, 227);
}
/* borrowed form bootstrap docs */
.bs-example {
	border-width: 1px 0px; 
	border-style: solid; 
	border-color: rgb(229, 229, 229) rgb(238, 238, 238) rgb(238, 238, 238); 
	margin: 0px -15px 15px; 
	padding: 15px 15px 15px; 
	position: relative; 
	box-shadow: inset 0px 3px 6px rgba(0,0,0,0.05); 
}
.bs-example + .highlight {
	border-width: 0px 0px 1px; 
	margin: -15px -15px 15px; 
	border-radius: 0px;
}
@media all and (min-width:768px)
{
.bs-example {
	border-width: 1px; 
	border-color: rgb(221, 221, 221); 
	border-radius: 4px 4px 0px 0px; 
	margin-right: 0px; 
	margin-left: 0px; 
	box-shadow: none; 
}
.bs-example + .highlight {
	border-width: 1px; 
	margin-top: -16px; 
	margin-right: 0px; 
	margin-left: 0px; 
	border-bottom-right-radius: 4px; 
	border-bottom-left-radius: 4px;
}
}
.highlight {
	padding: 9px 14px; 
	border-radius: 4px; 
	border: 1px solid rgb(225, 225, 232); 
	margin-bottom: 14px; 
}
.highlightword { background-color: yellow }

/* backward compatibilty */
.f_right { float: right; }
.f_left { float: left; }
.Diary {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	margin-bottom: 7px;
	padding-top: 7px; 
	position: relative;
	min-height: 55px;
}
.Diary img {
	border: 1px solid #eeeeee;
}
.DiaryBody {
	padding-left: 50px;
}
.DiaryBody p {
	font: 90% verdana, serif;
	padding: 2px 15px;
	margin: 0;
}
.DiaryBody a:hover {
	text-decoration: underline;
}
.DiaryHeader {
}
.DiaryHeader span {
	font-weight: bold;
}
.DiaryHeader span a {
	cursor: pointer;
	color: #3b5998;
	border-bottom: none;
}
.DiaryHeader a:hover {
	text-decoration: underline;
}
.DiaryText {
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	overflow-x: hidden;
	overflow-y: hidden;
}
.DiaryFooter {
	padding-top: 2px;
}
.DiaryTime {
	color: #777777;
	font-size: 11px;
}
.BorderCell {
	border: solid 5px #000080;
}

/* WG soft popup */
.WGAlertSoft {
 top: 110px; // sameas as body: padding-top
 width: 325px;
 right: 10px;
 display: block;
 position:  fixed;
}
.WGAlertCloseIco:before {
 content: "\f0c8";
 font-family: FontAwesome; 
 font-style: normal;
 font-weight: normal;
 text-decoration: inherit;
 color: #000;
 opacity: .2;
 font-size: 10px;
 padding-right: 0.5em;
 float: right;
 margin-top: 5px;
}
.WGAlertCloseIco:hover {
 color: #000;
 opacity: .5;
}
