#infoPanel {
    position: absolute;
    left: 100vw;
    width: 0px;
    top: 60px;
}
#priceUpdateInfo, .floating-message {
    position: relative;
    z-index: 100;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: 5px;
    width: 400px;
    float: right;
}
#priceUpdateInfo {
	display: none;
}
.image-uploader {
    position: fixed;
    top: 100vh;
    left: 40px;
    right: 40px;
    height: 95vh;
    z-index: 100;
    background-image: -webkit-linear-gradient(top, #fff 0%, #ececec 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #ececec 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ececec ));
    background-image: linear-gradient(to bottom, #fff 0%, #ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    
    -webkit-transition: all .400s; /* Safari */
    transition: all .400s;
}
.image-uploader.show {
    top: 150px;
}
.image-uploader-btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.info-close {
    position: absolute;
    top: 0;
	left: 0;
	height: auto;
	padding: 10px;
}
.info-close-right {
    position: absolute;
    top: 0;
	right: 0;
	height: auto;
	padding: 10px;
}
.info-close a, .info-close-right a {
	color: white;
}
.info-condition-guide.show {
    left: 60vw;
}
.info-condition-guide {
	position: absolute;
	top: 0;
	height: 100vh;
	left: 100vw;
	width: 40vw;
	padding-left: 50px;
	padding-right: 25px;
    z-index: 10;
	overflow: hidden;
	
	transition: .5s all;
    -webkit-transition: .5s all;
	
	background: #26202a;
	
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
	
	color: white;
}
.condition-content {
    position: relative;
    height: 100%;
    overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
.condition-content p{
	font-size: smaller;
}
.condition-content img {
	width: 80%;
}
.collection-title::first-letter {
    text-transform: uppercase;
}
.star.guide, .star-o.guide {
	color: white;
}
table {
    font-size: 1.2em;
}
thead {
    font-family: Beleren;
    font-weight: 700;
    font-size: 1.3em;
}
.navbar-default {
	border-radius: 0;
}
.navbar-brand {
    font-family: Beleren;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Beleren;
}
.beleren {
    font-family: Beleren;
}
.btn-add-to-collection {
    margin-top: 0px;
}
.btn-photo-upload {
    cursor: pointer;
}
.image-thumb-container {
    margin-left: 11px;
    background-color: #357180;
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 5px;
}
.notice-backdrop {
    position: fixed;
    z-index: 2000;
    /*background-color: rgba(0,0,0,0.5);*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.info {
    position: absolute;
    top: 30vh;
    left: 25vw;
    width: 50vw;
    -webkit-box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.75);
    text-align: center;
}
.form-wrapper {
    text-align: center;
    padding: 2vw;
    background-color: rgba(240,240,240,1);
    border-radius: 0.5vw;
    border: 1px solid rgba(220,220,220,1);
    position: absolute;
    width: 30vw;
    left: 35vw;
    top: 20vh;
}
.btn-login {
    width: 100%;
    margin-bottom: 20px;
}
.header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	height: 55px;
    /*
	padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
	*/
	background-color: red;
    color: white;
    z-index: 10;
}
.main-content {
    background: linear-gradient( rgba(69, 69, 73, 0.75), rgba(69, 69, 73, 0.75) ), url(../img/background.jpg);
    background-size: cover;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    padding-top: 100px;
    overflow-y: auto;
	-webkit-overflow-scrolling: touch;
    text-align: center;
}
.search-field {
    
}
.overlay-control {
	margin-bottom: 5px;
}
.tight {
	margin-top: 0px;
	margin-bottom: 0px;
	border-color: white;
}
input.form-control.search-box {
    width: 30vw;
}
.search-result {
    color: white;
	padding-left: 25px;
    padding-right: 25px;
	text-align: center;
}
.search-result-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.search-result-list-item {
    position: relative;
    overflow: hidden;
    background-color: white;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    min-width: 263px;
}
.search-result-list-item img {
    /*
    background-image: url('../img/fallback-image.jpg');
    background-size: cover;
    */
}
.current-values {
    display: inline-block;
    text-align: center;
}
.value-container {
    margin-bottom: 5vh;
    border-bottom: 1px solid white;
    width: 90vw;
    left: 5vw;
    margin-left: -25px;
    position: relative;
}
.value-container .main {
    font-size: 10vw;
    margin: 20px;
    padding: 1vw 4vw 1vw 4vw;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10vw;
    color: wheat;
    border: 1px solid rgba(245,222,179,.7);
    display: inline-block;
}
.value-container .sub {
	display: inline-block;
    font-size: 2vw;
    margin: 0 4px 10px 0;
    padding: 0vw 1.5vw 0 1.5vw;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4vw;
    color: wheat;
    border: 1px solid rgba(245,222,179,.7);
}
.card-container {
    position: relative;
    display: inline-block;
}
.card-content {
    transition: .3s filter linear;
    -webkit-transition: .3s -webkit-filter linear;
	width: 223px;
    height: 310px;
    margin: 0 5px 5px;
	border-radius: 12px;
    overflow: hidden;
	padding: 6px;
	position: relative;
}
.card-content.black {
	background-color: black;
}
.card-content.white {
	background-color: white;
}
.card-counter {
	position: absolute;
    padding: 4px;
    width: 50px;
    height: 30px;
    border-radius: 30px;
    color: wheat;
    font-family: 'Beleren';
    bottom: 17px;
    left: 17px;
    z-index: 10;
    background-color: rgba(0, 0, 0, .8);
    border: 1px solid wheat;
}
.card-overlay {
    position: absolute;
    top: 0;
    left: 5px;
    width: 223px;
    height: 310px;
    z-index: 10;
    background-color: rgba(11,23,35,0.80);
    display: block;
    text-align: center;
    color: white;
    padding: 15px;
	border-radius: 12px;
}
.card-colors ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.color-selector {
	box-shadow: inset 0 0 2px black;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: black;
    border-radius: 100%;
    margin-left: 3px;
    margin-right: 3px;
	cursor: pointer;
}
.color-selector.black {
	background-color: black;
}
.color-selector.blue {
	background-color: blue;
}
.color-selector.gold {
	background-color: gold;
}
.color-selector.green {
	background-color: green;
}
.color-selector.red {
	background-color: red;
}
.color-selector.silver {
	background-color: silver;
}
.color-selector.selected {
/*    border: 2px solid white;*/
	box-shadow: 0 0 2px white;
}

.notice {
    border-top: 1px solid wheat;
	color: wheat;
}
.decks-list {
	margin-bottom: 200px;
}
.deck-wrapper {
    display: inline-block;
}
.deck-container {
	position: relative;
    display: inline-block;
    background-color: black;
    width: 223px;
    height: 310px;
    margin: 5px;
    padding: 10px;
	overflow: hidden;
	border-radius: 7px;
}
.deck-border {
    position: absolute;
    top: 9px;
    bottom: 9px;
    left: 9px;
    right: 9px;
    overflow: hidden;
}
.deck-content {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    font-family: 'Beleren';
}
.deck-edit-btn:hover {
    background-color: rgba(53, 193, 78, 0.5);
	color: white;
}
.deck-edit-btn {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -12.5px;
    border-radius: 100%;
	color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    width: 25px;
    height: 25px;
    padding: 4px;
    cursor: pointer;
}
.deck-delete-btn:hover {
    background-color: #b34a4a;
    color: white;
}
.deck-delete-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -55px;
    border-radius: 12.5px;
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    height: 25px;
    width: 110px;
    padding: 4px 10px 4px 10px;
    cursor: pointer;
}
.deck-save-btn:hover {
    background-color: rgba(53, 193, 78, 0.5);
	color: white;
}
.deck-save-btn {
    position: absolute;
    top: 10px;
    right: 28px;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    width: 25px;
    height: 25px;
    padding: 4px;
    cursor: pointer;
}
.deck-add-cards-btn:hover {
    background-color: rgba(53, 193, 78, 0.5);
	color: white;
}
.deck-add-cards-btn {
    position: absolute;
    top: 10px;
	margin-left: -62.5px;
    left: 50%;
    border-radius: 12.5px;
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    height: 25px;
    width: 125px;
    padding: 4px 10px 4px 10px;
    cursor: pointer;
}
.deck-title {
	margin-top: 15%;
    height: 10%;
    font-size: 20px;
}
.deck-info {
	height: 65%;
}
.deck-value {
/*    display: inline-block;*/
    font-size: 25px;
    margin: 20px;
    padding: 0 10px 0 10px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 34px;
    color: wheat;
    border: 1px solid rgba(245,222,179,.7);
}
.deck-colors {
	height: 15%;
}
.deck-type-btn {
    display: inline-block;
    width: 60px;
	cursor: pointer;
	color: white;
}
.deck-type-btn.non-selected {
	color: #3b3939;
}
.deck-type-btn:hover {
	color: #c4d371;
}
.selected-deck-list {
    position: absolute;
    height: 310px;
    width: 223px;
    background-color: black;
    z-index: -1;
    top: 10px;
    left: 10px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 20px 0px rgb(255, 255, 255);
}
.deck-list-container {
	overflow: hidden;
    background-color: black;
    margin-top: 10px;
/*	display: none;*/
	font-family: 'Beleren';
	color: white;
	position: fixed;
	left: 0;
	right: 0;
	bottom: -90vh;
	z-index: 100;
	
	-webkit-transition: all .400s; /* Safari */
    transition: all .400s;
}
.deck-list-container.opened {
	height: 90vh;
	bottom: 0vh;
/*	display: inline-block;*/
	
	-webkit-transition: all .400s; /* Safari */
    transition: all .400s;
}
.deck-list-container .left {
    background-color: black;
    position: absolute;
    top: 15%;
    bottom: 0;
	left: 5%;
	width: 400px;
}
.deck-list-container .right {
    background-color: black;
    position: absolute;
    top: 15%;
    bottom: 0;
	right: 5%;
	width: 400px;
}
.deck-edit-card-list, .deck-card-list {
    max-height: 65vh;
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}
.deck-edit-card-list li, .deck-card-list li {
    padding: 8px 2px 2px 2px;
    border-bottom: 1px solid #232323;
	height: 40px;
}
.add-btn {
    float: right;
    padding: 2px 9px 1px 5px;
    border-radius: 22px;
    margin-left: 5px;
	cursor: pointer;
	height: 1.5em
}
.add-btn.main, .deck-badge.main {
	background: #4b9542;
}
.add-btn.main:active {
    background-color: limegreen;
}
.add-btn.sb, .deck-badge.sb {
	background: #b95f2f;
}
.deck-badge {
	float: right;
    padding: 2px;
    border-radius: 22px;
    margin-left: 5px;
    height: 1.5em;
    width: 1.5em;
    text-align: center;
}
.ss-badge {
    color: white;
    background-color: rgba(255, 255, 255, 0.18);
    padding: 3px;
    border-radius: 1.5em;
    font-size: 1em;
    width: 2.5em;
    height: 1.5em;
    margin-right: 5px;
	vertical-align: none;
}

hr.slim {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px dashed #333;
}
.deck-image {
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    background-position-x: -175px;
    background-position-y: -100px;
    background-size: 225%;
    -webkit-filter: blur(1.5px);
    -moz-filter: blur(1.5px);
    -o-filter: blur(1.5px);
    -ms-filter: blur(1.5px);
    filter: blur(1.5px);
}
.btn-edit {
    width: 192px;
    position: absolute;
    bottom: 17px;
	left: 15px;
}
.image-container {
	position: relative;
    width: 223px;
    height: 310px;
    margin: -6px 0 10px -6px;
	margin-left
	border-radius: 12px;
	overflow: hidden;
	padding: 6px;
    /*
	padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    background-position: 0 0;
    margin-bottom: 10px;
	*/
}
.foil-shimmer {
	position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
	
	display: block;
    background: url('../img/foil-shimmer.png') no-repeat;
    
    background-position: -810px -215px;
    transition-property: all;
	transition-duration: 1.5s;
    
    -webkit-animation-name: shimmer;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
}
.signed {
    width: 203px;
    height: 131px;
    display: block;
    position: absolute;
    bottom: 23px;
	left: 17px;
    background-size: contain;
    background-repeat: no-repeat;
}
.signed.black {
    background-image: url(../img/signed-black.png);
}
.signed.silver {
    background-image: url(../img/signed-silver.png);
}
.signed.gold {
    background-image: url(../img/signed-gold.png);
}
.signed.red {
    background-image: url(../img/signed-red.png);
}
.signed.blue {
    background-image: url(../img/signed-blue.png);
}
.signed.green {
    background-image: url(../img/signed-green.png);
}
.black {
    color: black;
}
.tag-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: auto;
	margin-bottom: 10px;
}
.tag-item {
    margin: 1px;
    display: inline-block;
    width: auto;
}
.tag-item:hover {
    background-color: orangered;
    cursor: alias;
}
.information {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    padding: 20px;
    font-size: x-large;
}
.add-button {
    z-index: 20;
    position: absolute;
    left: 50%;
    bottom: 80px;
    margin-left: 0;
    margin-bottom: 0;
    width: 0;
    height: 0;
    
    background-image: url('../img/plus.png');
    background-size: cover;
    background-color: #526941;
    
    border-radius: 80px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    
    -webkit-transition: all .400s; /* Safari */
    transition: all .400s;
}
.add-button:hover {
    cursor: pointer;
    background-color: black;
}
.larger {
    margin-left: -40px;
    margin-bottom: -40px;
    width: 80px;
    height: 80px;
}
.blurred {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}
#register {
    text-align: left;
}
#register input.ng-invalid.ng-touched {
    background-color: #f5dbe0;
}
#register input.ng-valid.ng-touched {
    background-color: #dbf5df;
}
#passwordRepeat {
    margin-top: 5px;
}
.collection-table-container {
    position: relative;
    padding: 45px 15px 15px 15px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    background-color: white;
    border-radius: 5px;
    width: 88vw;
    text-align: left;
    margin-left: 6vw;
}
.collection-table {
    color: black;
    text-align: left;
}
.foil-icon {
    background-image: url(../img/foil-icon.png);
    width: 15px;
    height: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}
.signed-icon {
    background-image: url('../img/signed-icon.png');
    width: 15px;
    height: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}


/** Deck Flipper **/
/* entire container, keeps perspective */
.flip-container {
	display: inline-block;
	perspective: 1000px;
	margin: 5px;
}
	/* flip the pane when hovered */
	.flip-container.flip .flipper {
		transform: rotateY(180deg);
	}
	
.flip-container, .front, .back {
/*
	width: 223px;
	height: 310px;
*/
	width: 270px;
	height: 300px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
	background-color: black;
	left: -10px;
}


/** Tooltip Styles **/

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}
/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}
/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: -150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: rgba(255,255,255,.75);
    color: black;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    font-family: Beleren;
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: -40%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-bottom: 5px solid #000;
    border-bottom: 5px solid rgba(255,255,255,.75);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}
/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


@media (max-width: 767px) {
	.collection-table-container {
		margin: 0;
		border-radius: 0;
		width: 100vw;
		overflow-x: auto;
	}
    .form-wrapper {
        width: 90vw;
        left: 5vw;
    }
    .header-container {
        padding: 0px;
    }
    .tag-list li {
        width: auto;
    }
	.info-condition-guide.show {
    	left: 0vw;
	}
	.info-condition-guide {
    	width: 100vw;
	}
	.image-container {
		display: inline-block;
	}
}
@media (max-width: 605px) {
	.collection-table-container {
		margin: 0;
		border-radius: 0;
		width: 100vw;
		overflow-x: auto;
	}
    .search-result-list li {
        width: 80vw;
    }
    .tag-list li {
        width: auto;
    }
    .info-condition-guide.show {
    	left: 0vw;
	}
	.info-condition-guide {
    	width: 100vw;
	}
	.image-container {
		display: inline-block;
	}
	.image-uploader {
		left: 0;
		right: 0;
	}
	.image-uploader.show {
		top: 60px;
	}
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -810px -215px;
    }
    100% {
        background-position: 240px 0px;
    }
}
@font-face {
    font-family: 'Beleren';
    src: url( '../fonts/beleren.eot' );
    src: url( '../fonts/beleren.woff' ) format( 'woff' ),
         url( '../fonts/beleren.ttf' ) format( 'truetype' ),
         url( '../fonts/beleren.svg' ) format( 'svg' );
    font-weight: normal;
    font-style: normal;
}
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}