.error {
    color: red;
    font-size: 0.7rem;
    display: block;
}

.med-apiary{
	width: 40px;
}

.alert p{
	color: #6C7293;
}

.c-text{
	color: #6C7293;
}

.bg-free{
	background-color: rgba(255, 215, 0, 0.1);
}

.progress{
	height: 30px;
}

.block{
	overflow: visible;
	box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
    border-radius: 4px;
    color: #fff;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    /*background-color: #424242;*/
}

.block .buildings {
    display: flex;
	padding: 15px 0px;
}

.green{
	color: #FFD700;
}

.block .buildings.free {
    border: 3px solid #FFD700;
    border-radius: 5px;
    background: rgba(255, 215, 0, 0.1);
}

.block .buildings.free .title{
	color: #FFD700;
}

.epoch.free{
	background: #FFD700;
	scale: 0.7;
}

.block .buildings.land-2{
	border: 3px solid #E6E6FA;
    border-radius: 5px;
    background: rgba(230, 230, 250, 0.1);
}

.epoch.land-2{
	background: #E6E6FA;
	scale: 0.7;
}

.block .buildings.land-3{
	border: 3px solid #98FB98;
    border-radius: 5px;
    background: rgba(152, 251, 152, 0.1);
}

.epoch.land-3{
	background: #98FB98;
	scale: 0.7;
}

.block .buildings.land-4{
	border: 3px solid #00BFFF;
    border-radius: 5px;
    background: rgba(0, 191, 255, 0.1);
}

.epoch.land-4{
	background: #00BFFF;
	scale: 0.7;
}

.block .buildings.land-5{
	border: 3px solid #FF6347;
    border-radius: 5px;
    background: rgba(255,99,71, 0.1);
}

.epoch.land-5{
	background: #FF6347;
	scale: 0.7;
}

.epoch {
    position: absolute;
    border-radius: 50%;
    padding: 15px 15px;
    margin-left: 5px;
    color: #404040;
}

.block .buildings .epoch span {
    font-size: 10px;
}

.block .buildings .epoch span span {
    font-size: 18px;
    font-weight: 700;
}

.block .buildings .titles-block {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
}

.block div {
    padding: 15px;
}

.block .buildings .titles-block .names {
    font-size: 15px;
    color: #FFD700;
    font-weight: 700;
}

.block .buildings .titles-block .rate {
    font-size: 8px;
}

.block .buildings .titles-block .rate span {
    background: #FFD700;
    border-radius: 5px;
    padding: 3px 10px;
    margin-left: 15px;
    margin-right: 15px;
    color: #404040;
}

.block p.center{
	font-size: 0.875rem;
}

.block p.title {
    color: #FFD700;
    font-size: 1rem;
}

img.proc-mining {
    animation: spin 4s linear 0s infinite;
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.block input[type="number"]{
	width: 70px;
}

.btn{
	scale: 0.8;
}

.pl-unit{
	min-height: 130px;
}

img.animated{
	width: 90%;
}

.pl-unit p.title{
	margin-bottom: 0rem;
}

.battles .reds2{
	border: 1px solid #FFD700;
}

.battles .reds{
	border: 1px solid #FFFFFF;
}

.animated {
    transform: translate3d(-5%, -5%, 0);
    animation: spin2 1.5s infinite linear;
}

@keyframes spin2 {
  0% {
    transform: translate3d(-5%, -5%, 0);
  }
  50% {
    transform: translate3d(5%, 5%, 0);
  }
  100% {
    transform: translate3d(-5%, -5%, 0);
  }
}

.bborder{
	border-radius: 10px;
	border: 1px solid #fff;
}

.pl-unit{
	cursor: pointer;
}

.pl-unit .epoch{
	z-index: 9;
    font-size: 12px;
    padding: 11px 5px;
    margin-left: -10px;
    margin-top: -10px;
}

.pl{
	display: flex;
}
.pl .pl-characters{
	float: left;
}
.pl .pl-oponent{
	float: right;
}
.pl .pl-characters .pl-characters-child{
	display: flex;
}
.pl .pl-oponent .pl-oponent-child{
	display: flex;
}
.pl .pl-characters .pl-unit{
	width: 180px;
    height: 120px;
    margin: 5px;
	cursor: pointer;
	background-color: #424242;
	border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 3px;
	text-align: center;
}
.pl .pl-characters .pl-unit:hover{
	background-color: #484848;
}
.pl .pl-characters .pl-units{
	width: 180px;
    height: 200px;
    margin: 5px;
	cursor: pointer;
	background-color: #424242;
	border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 3px;
	text-align: center;
}
.pl .pl-characters .pl-units:hover{
	background-color: #484848;
}
.pl .pl-oponent .pl-unit{
	width: 100px;
    height: 120px;
    margin: 5px;
	cursor: pointer;
	background-color: #424242;
	border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 3px;
	text-align: center;
}
.pl .pl-vs{
	width: 100%;
	padding-top: 180px;
	margin: 0 auto;
	text-align: center;
}
.pl .pl-vs .vs-text{
	font-family: 'Droid Serif', serif;
	font-size: 32px;
}
.pl .info-battle{
	position: absolute;
    width: 830px;
    min-height: 420px;
    background: #505050;
	margin-left: calc(50% - 500px);
}

.pl .info-battle .close, .pl .info-battle .close-reload{
	text-align: right;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 25px;
	cursor: pointer;
}
.pl .info-battle .close:hover, .pl .info-battle .close-reload:hover{
	color: #FFD700;
}
.pl .info-battle .content{
	padding: 15px 25px;
}
.pl .pl-unit img{
	width: 90px;
}
.pl .pl-unit p.title{
	margin-top: 0px;
}

.pl .pl-units img{
	width: 90px;
}
.pl .pl-units p.title{
	margin-top: 0px;
}

.pl .pl-characters .pl-unit-bio{
	width: 300px;
    height: 300px;
    margin: 5px;
    cursor: pointer;
    background-color: #000;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 5px;
    text-align: center;
}

.pl .pl-characters .pl-unit-duel{
	width: 300px;
    height: 500px;
    margin: 5px;
    cursor: pointer;
    background-color: #000;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 5px;
    text-align: center;
}

.text1{
	color: #FFD700;
	font-size: 12px;
	text-align: center;
}

p.text1b{
	color: #FFD700;
	font-size: 18px;
	text-align: center;
}

.text2{
	font-size: 10px;
	text-align: center;
}

.ct-chart-pie .ct-label{
	font-size: 18px;
    fill: #fff;
}

.up{
	cursor: pointer;
}

.market-things small{
	font-size: 0.575em;
}

.view1{
	color: #fff;
}

.order-book .red{
	color: rgba(239,64,60,1);
	font-size: 0.8rem;
}

.order-book .green{
	color: rgba(0,183,70,1);
	font-size: 0.8rem;
}

.order-book .left{
	width: 50%;
	text-align: left;
	float: left;
}

.order-book .right{
	width: 50%;
	text-align: right;
	float: right;
}

@media only screen and (max-width: 768px){
	.trade-table .table-dark{
		font-size: 0.65rem;
	}
	
	.block p.title {
		font-size: 0.75rem;
	}
	
	.block .buildings .titles-block .rate {
		font-size: 6px;
	}
}