@charset 'UTF-8';
@import url("/lib/bower/Font-Awesome/css/font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Arvo:700");

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/
.icon {
	position: relative;
	text-decoration: none;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon > .label {
	display: none;
}

.stoki-image {    
	float: left; 
    height: 32px;
	margin: -6px 4px 0 0;
}

/*********************************************************************************/
/* Games preview panel                                                           */
/*********************************************************************************/
.games-preview 
{
	text-align: right;
	border-top: 2px solid #e5e5e5;
	margin: 1em 0em;
	line-height: 1em;	
}
	
.games-preview:first-child
{
	border-top: 0px solid;
} 
	
.games-preview header
{
	margin-top: 0.5em;
}
	
.games-preview h3 
{
	margin-bottom: 0.25em;	
}
	
.games-preview h4
{
	margin: 0em;
}
	
.games-preview p
{
	margin: 0em;
	text-align: right;
}

/*********************************************************************************/
/* Games history panel                                                           */
/*********************************************************************************/
.games-history 
{
	text-align: right;
	margin: 1em 0em;
	line-height: 1em;	
}
	
.games-history header
{
	margin-top: 0.5em;
}
	
.games-history h3 
{
	margin-bottom: 0.25em;	
}
	
.games-history h4
{
	margin: 0em;
}
	
.games-history p
{
	margin: 0em;
	text-align: right;
}
	
.games-history .win
{
	color: green;
}
	
.games-history .defeat
{
	color: red;
}

/*********************************************************************************/
/* Fb like box                                                                   */
/*********************************************************************************/
.stoki-fb-like-box
{
	margin-top: 0em;
	/*text-align: right;*/
}

/*********************************************************************************/
/* News: 																		 */
/*********************************************************************************/
.news-group
{
	/*height: 43em;*/
}

.news
{
    /*height: 23em;*/
}

.news-header
{
    max-height: 8em;
}

.news-header-editing {
	max-height: 12em;
}

.news-body 
{
    max-height: 14em;
    height: 100%;
    overflow-y: auto;
}

.news-body-editing
{
	max-height: 24em;
}

.news-footer
{
    height: 1em;
}

.panel-edit-padge
{
	width: 2em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	margin-bottom: 0.15em;
}

.news-panel-container 
{
	position: relative;
	margin-bottom: 1em;
}

/*********************************************************************************/
/* Teams & Player info: 	   													 */
/*********************************************************************************/
.player-details-panel h3
{
	color: rgb(149, 0, 0);
}

.player-menu
{
    margin-bottom: 1em;
}

img.player-detail
{
	/*background-color: rgb(192, 192, 192);*/
}

.team-header h2
{
	margin-bottom: 1em;
}

@media (max-width: 767px) {
	.team-players-menu > .dropdown
	{
		margin-bottom: 1em;
	}
}

/*.right-side-panel
{
    min-height: 23em;
    height: 100%;
    overflow-y: auto;
}*/

/*********************************************************************************/
/* Bootstrap overrides                                                           */
/*********************************************************************************/
body 
{ 
    /* for fixed top navbar */
    padding-top: 70px; 
}

#news-page-content
{
    padding-top: 70px; 
}

.jumbotron
{
    padding: 1em 2em 1em 2em;
}

article.panel
{
    box-shadow:  2px 2px 3px #888888;
}

.btn-default
{
	color: black;
}

/********************************************************************************/
/* Nimenhuuto                                                                   */
/********************************************************************************/
.event
{
    background-color: #4cff00;
}

/******************************************************************************/
/* Facebook                                                                   */
/******************************************************************************/
.fb_iframe_widget {
    border-radius: 4px;
}

/*********************************************************************************/
/* Misc                                                                          */
/*********************************************************************************/
.clear
{
    clear: both;
}

.inline-headers h2, .inline-headers h3, .inline-headers h4 
{
  display: inline-block;
  vertical-align: top;
}

.inline-headers .badge 
{
    vertical-align: top;
    float: right;
}

.btn-overflow-none 
{
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer
{
    margin-top: 1em;
}

.menu-item-text
{
    display: block;
    word-wrap: break-word;
}

.xl85
{
	color: white;
}

.fixed-panel {
	min-height: 5em;
	max-height: 30em;
	overflow-y: scroll;
  }

/************************************************************************/
/* Statistics controls: 												*/
/************************************************************************/

.watermark-text
{
	font-size: 0.75em;
	color: #888888;
}

.sortableTitle
{
	cursor: pointer;
}

.stats
{
	text-align: center;
	width: 2em;
	display: block;
}

.goodStats
{
	background-color: forestgreen;
	border-radius: 8px;
	color: white;
}

.badStats
{
	background-color: firebrick;
	border-radius: 8px;
	color: white;
}

.season-selections
{
	margin-bottom: 1em;
}

.selected-season
{
	text-decoration: underline;
	font-weight: bold;
}

/************************************************************************/
/* Form controls: 													    */
/************************************************************************/
.add-new-link {
    cursor: pointer;
}

.tab-content {
    margin-top: 1em;
}

.active > a {
    color: white;
}

/**************************************/
/* Angular bootstrap fix              */
/**************************************/
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

/**************************************/
/* Admin game input form              */
/**************************************/
.game-delete-icon {
	top: 19px;
	position: absolute;
	right: 28px;
}