/**
 * CSS for admin
 */
 
 .error-bar-wrapper {
	text-align: center;
}
.error-bar {
	display: inline-block;
	text-align: left;
	padding-left: 15px;
	border: 1px solid #000000;
	box-shadow: 5px 5px 5px #aaaaaa;
}
.error-icon {
  vertical-align:middle;
  top: 		auto;
  bottom: auto;
  
}
label.error {
	color: #FF4040;
	line-height: 0px !important;
	margin-top: 10px;
	text-align: left;
	font-size: 10pt;
	display: block;
	font-weight: bold;
}

.logo-tiny {
	height: 100px;
	float: left;
}

.logo-tiny-leftbar {
	width: 100%;
	padding: 10px 10px 10px 10px;
}

.navbar {
/*
	background-color: #000000;
*/
	background-color: #33ccff;
}

.no-skin .sidebar-toggle {
	background-color: #33ccff;
	border-color: #ffffff;
}
	
.no-skin .sidebar {
	background-color: #33ccff;
}

.nav-list > li:before, .no-skin .nav-list > li > a {
	background-color: #33ccff;
}
.no-skin .nav-list > li {
/*
	border-color: #ffab41;
*/
	border-color: #000000;
	border: none;
	background-color: #33ccff;
}

div.topauth {
	width: 100%;
	text-align: center;
}

.no-skin .nav-list .open > a, .no-skin .nav-list .open > a:hover, .no-skin .nav-list .open > a:focus {
	background-color: #33ccff;
}

.nav-list > li > a > .menu-icon {
/*
	color: #ffcc00;
  -webkit-text-stroke: 1px black;
*/
color: #ffffff;
}

.nav-list > li.active > a > .menu-icon {
	color: #33ccff;
}

.nav-list > li > a:hover > .menu-icon {
	color: #000000;
}

.no-skin .nav-list > li > a {
	color: #ffffff;
}

.no-skin .nav-list > li > a:hover {
	border: 1px solid #ffcc00;
	background-color: #33ccff;
	color: #000000;
	font-weight: bold;
}

#logo-slogan, .logo-slogan {
	float: left;
	margin-left: 20px;
	margin-top: 15px;
	font-size: 24pt;
}

.scan-data {
	min-height: 300px;
	/*
	width: 500px;
	*/
	margin: auto;
}

.mtg-card {
	text-align: center;
	/*
	border: 1px solid blue;
	margin-top: 10px;
	padding: 10px;
	*/
}

.mtg-card .scan-time {
	font-size: 16px;
	color: #000000;
}

.mtg-card .card-title {
	font-size: 16px;
}

.mtg-card .card-image img {
	/*width:300px;*/
}

.mtg-card .card-for-trade {
	color: #ff5555;
	font-size: 30pt;
	font-weight: bold;
}

.mtg-card .card-for-keep {
	color: #00cc00;
	font-size: 30px;
	font-weight: bold;
}
.buttons {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.buttons #refresh-button {
	height: 40px;
}

@font-face {
  font-family: 'Rick and Morty';
  src: url('/mtg-assets/fonts/rickandmorty.ttf');
}

.rick-font{ font-family: 'Rick and Morty', 'Open Sans' }

/* Ajax Loading CSS */
.ajax-modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/mtg-assets/img/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .ajax-modal {
    display: block;
}


/* Graphing for Stats */
.graph-container {
	box-sizing: border-box;
/*
	width: 850px;
	height: 450px;
*/
	height: 450px;
	padding: 20px 15px 15px 15px;
	margin: 15px auto 30px auto;
	border: 1px solid #ddd;
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.graph-placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}

.chart-container {
	box-sizing: border-box;
	min-height: 450px;
	padding: 20px 15px 15px 15px;
	margin: 15px auto 30px auto;
	border: 1px solid #ddd;
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.legend table {
	border-spacing: 5px;
}

#bulk-table {
	width: 1020px;
	margin-left:auto; 
	margin-right:auto;
}

.nonbulk-table {
	width: 100%;
	margin-left:auto; 
	margin-right:auto;
}


.panel-tool {
	display: inline-block;
	float: inherit;
	min-height: 150px;
	margin: 5px;
}