/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 6, 2017, 6:50:16 PM
    Author     : Zach
*/

body { 
	background-image:url('/images/subtle-bump.png');
	background-color: #000;
	color: #d4d4d4;
}			
h1 {margin-top: 0px;}
h2 {margin-top: 10px;}
h3 {margin-top: 0px;}
h4 {margin-top: 0px;}

a {
	color: #eca98a;
}

a:hover {
	color: #eca98a;
}

/*.horizontal-nav-row { position: fixed; z-index: 999; width: 100%}*/
.horizontal-nav, .footer {
	background: #761c19; 
	/*height: 50px;*/ 
	padding: 5px; 
}
/*.horizontal-nav-row .container, .footer { background: #761c19; height: 50px; padding: 5px; }*/
.footer {
	height: 50px; 
}

.nav-container{
	padding-left:0px;
	padding-right:0px;
	/*position: fixed;*/
	/*width: 195px;*/
/*	top: 60px;*/
}

.nav-container-xs{
	padding-left:0px;
	padding-right:0px;
	/*top: 60px;*/
}

.mobile-nav-toggle-row {
	display: none;
}

/* FROM: http://jsfiddle.net/chadkuehn/1twpzLz8/ */
.spinner-spin{
	-webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
/* FROM: http://jsfiddle.net/chadkuehn/1twpzLz8/ */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
/* FROM: http://jsfiddle.net/chadkuehn/1twpzLz8/ */
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/*.visible-xs {
	display: block !important;
}*/

.nav-container  li.active {
	background:#872929;
}

.page-wrapper {
	/*top: 50px;*/ 
	/*height: 100%;*/ 
	background: #650b08; 
	min-height: 400px;
	/*position: relative;*/
}

.panel-body.page-wrapper {
	min-height: 200px;
}

.page-content { 
	background: #563939;
	/*float: right;*/
	min-height: 400px;
}

.asset-options-list-row {
	display: block;
	height: 50px;
	background-color: #5a2828;
}
.asset-options-list-row:hover{
	background-color: #872929;
}

/*.nav-left-fixed {
	position: fixed;
}*/

/*@media (min-width: 768px){
	.side-nav-container {
		width: 238px;
		float: left;
	}
	#sideNav {
		width: 238px;
		float: left;
	}
}*/

@media (max-width: 767px) {
	
/*	.nav-left-fixed {
		position: relative;
	}*/

	#sideNavUL {
		position: relative !important;
	}
	
	.custom-dropdown-btn {
		background-image: url(/images/tab.png); 
		width: 64px; 
		height: 20px; 
		display: block;
		cursor: pointer;
		z-index: 1;
	}
	.custom-dropdown-btn:hover{
		text-decoration: none;
	}

	.mobile-nav-toggle-row {
		display: flex; 
		justify-content: center;
		/*height: 0px;*/
		background: #563939;
	}
	
	.page-content{
		margin-left: 2px;
		margin-right: 2px;
	}
	
	.custom-dropdown-btn .glyphicon-chevron-down{
		display: none;
	}
	.custom-dropdown-btn .glyphicon-chevron-up{
		display: block;
	}
	
	.custom-dropdown-btn.collapsed .glyphicon-chevron-down{
		display: block;
	}
	.custom-dropdown-btn.collapsed  .glyphicon-chevron-up{
		display: none;
	}
}


.edit-game-btn {
	float: right;
	margin: 10px;
}
.game-title {
	display: inline-block;
	margin: 10px;
}

.sub-heading-text {
	top: -12px;
	position: relative;
	left: 28px;
}

.screenshot-widget-box {
	height: 130px;
	overflow-x: hidden;
	overflow-y: show;
	border: #000 solid 1px;
	background: #777;
	margin: 0px 30px 10px 30px;
	white-space: nowrap;
}

/*.form {
	margin: 30px 0px 30px 0px;
}*/

.form-btn-group{
	width: 100%;
	display: inline-block;
}

.form-btn-group .right{
	display: inline-block;
	float: right;
}

.form-btn-group .left{
	display: inline-block;
	float: left;
}

.folder-header{
	margin-top: 10px;
}

.go-back-btn{
	margin-top: -15px;
}

.screenshot-thumbnail {
	position: relative;
	width: 120px;
	height: 100px;
	margin: 10px;
	display: inline-block;
}

.screenshot-thumbnail img{
	width: 120px;
	height: 100px;
}

.screenshot-thumbnail .delete-thumbnail-btn{
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
	background: #a00;
	padding:3px;
	border-radius: 0px 0px 0px 10px;
	color: #fff;
}
.screenshot-thumbnail:hover .delete-thumbnail-btn, .screenshot-thumbnail .delete-thumbnail-btn.no-hover {
	display: block;
}

p.error{
	color: #cb4442;
	font-weight: bold;
}

p.success {
	color: #09bc09;
	font-weight: bold;
}

.info-list-row {
	display: table;
	width: 100%;
	min-height: 110px;
	padding: 5px 3px 3px 3px;
	background: #737373;
}
.info-list-row.unpublished {
	opacity: 0.5;
}
.info-list-row > .screenshot-thumbnail {
	margin: 0px;
	display: table-cell;
}

.info-list-row > .screenshot-thumbnail img {
	vertical-align: top;
}

.info-list-description {
	min-height: 100px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	background: #563939;
	vertical-align: top;
	padding: 4px;
	/*width: -moz-available;*/
	width: calc(100% - 20px);
}
.info-list-row.article-listing {
	height: 125px;
}
.info-list-row.article-listing > .screenshot-thumbnail img{
	margin-top: 7px;
	width: 125px;
	min-height: 104px;
}
.info-list-row.article-listing .info-list-description{
	min-height: 125px;
	margin-left: 5px;
}

.ticket-type{
	text-align: center;
	white-space: nowrap;
}

.ticket-status{
	padding: 1px 7px;
	width: 100%;
	border-radius: 6px;
	display: block;
	text-align: center;
	white-space: nowrap;
}
.ticket-status-new {
	background: #33ffff;
	color: #272727;
}
.ticket-status-open {
	background: #6ba5ff;
	color: #272727;
}
.ticket-status-in-progress{
	background: #fff233;
	color: #272727;
}
.ticket-status-on-hold{
	background: #cc0000;
	color: #d2d2d2;
}
.ticket-status-complete{
	background: #007827;
	color: #d2d2d2;
}
.ticket-status-closed, .ticket-status-ignored{
	background: #616161;
	color: #d2d2d2;
}

select.ticket-status {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select.ticket-status::-ms-expand {
    display: none;
}

.sortable-videos, .sortable-screenshots{
	display: inline-block;
}

.comment-form-template {
	display: none;
}
.comment-replies {
	padding-left: 100px;
}
.comments-section hr {
	width: 80%;
	align-self: center;
}
.comment-replies hr {
	width: 89%;
	margin-left: 0px;
}
.comment-text {
	margin-left: 30px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: solid 1px #540a07;
}

.error-log-row td {
	max-height: 200px;
	overflow-y: auto;
}

/* Override and add stuff */

.navbar-brand{
	font-size: 32px;
	line-height: 10px;
}

.navbar-default .navbar-brand {
    color: #eca98a;
}

.navbar-static-top { background: #761c19; }

.navbar-default .navbar-toggle {
    border-color: #8C5957;
}

.navbar-static-top .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #540a07;
}


.navbar-static-top .navbar-toggle .icon-bar {
    background-color: #eca98a;
}


.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  color: #eca98a;
  text-decoration: none;
  background-color: #540a07;
}

.navbar-right li{
	text-align: right;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	background:#563939;
	color: #d4d4d4;
}
.modal{
	margin-top: 100px;
}

.scroll-bar.horizontal{
	bottom: 5px;
}

.tab-content{
	margin-top: 15px;
}

.modal-content{
	background: #563939;
}

.form {
    margin: 0px 0px 30px 0px;
    padding-bottom: 15px;
}

.panel {
    background-color: #692825;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default {
    border-color: #761c19;
}
.panel-default .panel-heading {
	background-color: #761c19;
	border-color: #692825;
	color: #eca98a;
	font-weight: bold;
	font-size: 18px;
}

.btn-primary {
    color: #eca98a;
    background-color: #780000;
	border-color: #600a0a;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
    color: #eca98a;
    background-color: #440505;
	border-color: #600a0a;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    color: #eca98a;
}


.well {
	color:#1c1b1b;
}

.well a {
	color:#a61111;
}

.well img {
	max-width: 100%;
	height: unset;
}
/*@media (max-width: 590px) {*/ 
@media (max-width: 767px) { 
	.well {
		margin-left: 0px;
		margin-right: 0px;
	}
}

/*https://stackoverflow.com/a/16418068*/
@media (max-width: 991px) {
    .container {
      padding:5px;
      margin:0px;
	  width:100%;
    }

    body {
      padding:0;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
      margin-left: 0;
      margin-right: 0;
      margin-bottom:0;
    }
}
