﻿.uber_loading
{
    position: fixed;
    top:50%;
	left:50%;
}
/*------LINK---------------------*/
a, a:visited { color: #FFFFFF; outline: 0; text-decoration: none;
		
		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		transition: all 0.2s linear;			
	}
	a:hover, a:focus { color: #0ad1e5; }
	

/*-----------------------------------------*/
.miniPanelHidden {
	z-index: 1103;
	width: 100%;
    height: 100%;
    position: fixed;
	top: 0;
	left: 0;
}
.miniPanelParent
{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center; 
    overflow: auto;
	z-index: 1102;
	margin: 0;
	padding: 0;
}
.miniPanelBlock
{
	position: relative;
	z-index: 1104;
	background: rgba(0, 255, 243, 0.39);
    border: white solid 1px;
    text-shadow: 1px 1px 1px black;
	padding-top: 7px;
	display: block;
	text-align: center;
	padding: 7px;
	width: 500px;
	border-radius: 10px;
}
 #miniPanel 
{
    display:none;
}
        
.bottomMenu
{
    height: 45px;
}
.bottomMenuList
{
    width: 200px;
    
}
.showAllItems
{
width:895px;
}

.totalItems
{
    
    padding: 0px 0px 0px 0px;
}
.style1
{
	margin-left: 5px;
    width: 215px;
    height: 125px;
    border:1px solid #362050;
    background-color:#003366;
            
            
}
.style2
{
    width: 100px;
    text-align: center;
    padding-top:5px;
    background: url('../Images/default.png') ;
    background-repeat:no-repeat;
    background-position: center;
           
}
.style6
{
    text-align: center;
    height: 20px;
    border:1px solid #000000;
    font-size: 18px;
    font-family: "Times New Roman", Times, serif;
    color:#FFFFFF;
    background-color: rgb(0, 117, 172);
}
.style6a
{
    text-align: center;
    height: 30px;
    border:1px solid #000000;
    background-color: rgb(0, 61, 128);      
            
}
.style7
{
	padding: 5px;
    width: 230px;
            
}
    .style8
{
    width: 75px;
    text-align: center;
}
.style11
{
    width:135px;
    padding: 0px 0px 0px 0px;
            
}
.style12
{
    width: 900;
    text-align: left;
            
}
.style13
{
    text-align: center;
    width: 120;
    height: 30px;
}
.style14
{
    text-align: left;
    width:80px;
    height: 30px;
}
        
.style15a
{
    text-align: center;
    height: 30px;
    border:1px solid #000000;
            
}
.style15
{
    text-align: center;
}
.style16
{
    width: 450px;
    text-align: center;
}
.style17
{
    width: 250px;
    text-align: center;
}
.style18
{
    width: 105px;
    text-align: center;
}
a.menuloaddata:link,
a.menuloaddata:visited 
{
	text-decoration:none;
	color:#003366;
}
a.menuloaddata:hover 
{   
	text-decoration:none;
	color: #1111FF;    	
}
.style19 
{
	border: 1px #FFFFFF solid;
}
.accountInfo {
	margin: 0 auto;
}

#NameEditer, #DeckEditer, #AmorEditer, #DamageEditer
{
	width: 70%;
	text-align: center;
}
#DeckEditer
{
	min-width: 70%;
	max-width: 70%;
	min-height: 40px;
}
#AttEditer, #DefEditer, #AgiEditer, #LucEditer 
{
	width: 32%;
	text-align: center;
	margin: 2%;
	margin-top: 1%;
	margin-bottom: 1%;
}
#MinAngleEditer, #MaxAngleEditer
{
	width: 30%;
	text-align: center;
}
.itemcell {
	text-align: center; 
	border: thin #000080 solid; 
	width: 95px; 
	min-width: 95px; 
	height: 95px;
	min-height: 95px;
	max-height: 95px;
	max-width: 95px;
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
	hyphens: auto;
	word-break: break-all;
}