﻿
.InitLoading {
    font-size: 25px;
    display: none;
}
.InitiateAction a {
    padding: 3px 10px 3px 10px;
    background-color: #ff0040;
    color: white;
    font-weight: bold;
}

    .InitiateAction a:hover {
        text-decoration: none;
    }
.GamePlayerDetails{
    font-weight:bold;
}
.GamePlayerName {
    color: #ff0040;
}
@media (min-width: 830px) {
    .GameBoxes{
        min-height:280px;
    }
    .ShipStockBox{
        height:550px;
    }
}
.ShipStockDeatil {
    height: 260px;
}
.ShipStockImg {
    border: 10px solid white;
}
.ShipStockOr {
    height: 40px;
    width: 33px;
    display: inline-block;
    vertical-align: bottom;
}
.GridTable {
    table-layout: fixed;    
    border-collapse: collapse;
}
.GridHeading {
    width: 33px;
    height: 33px;
    padding:0;
    background-color: #dddddd;
    border:1px solid black;
    font-weight: bold;
    overflow: hidden;
}
.GridSpace {
    width: 33px;
    height: 33px;
    padding: 0;
    border: 1px solid black;
    overflow: hidden;
}
.GridButton {
    width: 33px;
    height: 33px;
    display:block;
}

.GridMessage {
    display: none;
    padding-top: 160px !important;
    height: 215px !important;
}

.ShipStatus {
    display: inline-block;
}
.ShipStatus img{
    margin:10px;
}
.GridBox {
    position: relative;
    margin: auto;
    width: 374px;
    height:500px;
}
.GridOverlay {
    position: absolute;
    padding-top: 100px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    width: 374px;
    height: 275px;
    background-color: white;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0.8;
}
