/* 
Description: CardzNet Admin Style Sheet
 
Copyright 2014 Malcolm Shergold

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

*/

div#wpcardznet .page 
{
	min-height: 700px !important;
	margin-left: 0px;
}

div#wpcardznet .playercards 
{
    position: absolute;
    left: 50px;
    top: 10px;
}

div#wpcardznet .centrecards
{
	position: absolute;
	left: 300px;
	top: 10px;
}

div#wpcardznet .tableview
{
	top: 440px;
}

div#wpcardznet .selectedcard
{
left: 40px !important;
}

div#wpcardznet .playedcard
{
left: 80px !important;
}

div#wpcardznet .spaceontable
{
}

div#wpcardznet .counterdiv-colourA,
div#wpcardznet .recent-colourA 
{
	background-color: #00FFFF;
}

div#wpcardznet .counterdiv-colourA.card-recent 
{ 
    border: solid 5px #FFA500;
}

div#wpcardznet .counterdiv-colourB,
div#wpcardznet .recent-colourB
{
	background-color: #FF13FC;
}	

div#wpcardznet .counterdiv-colourB.card-recent 
{ 
    border: solid 5px #5bf807;
}

div#wpcardznet .counterdiv-colourC,
div#wpcardznet .recent-colourC
{
	background-color: #FF4B13;
}

div#wpcardznet .counterdiv-colourC.card-recent 
{ 
    border: solid 5px #0143FF;
}

div#wpcardznet .info_middle .counter
{
    margin-right: 20px;
}

div#wpcardznet .counter
{
	display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: solid 1px black;
    position: relative;
    top: 10px;
}

div#wpcardznet .card-locked 
{ 
    border: solid 5px black;
}

div#wpcardznet .card-recent,
div#wpcardznet .card-locked 
{ 
    width: 32px;
    height: 32px;
    border-radius: 26px;
}

div#wpcardznet .historyButtons
{
	position: absolute;
	width: 70px;
	left:200px;
}

div#wpcardznet .histNoBlock
{
	height: 50px;
    width: 50px;
    margin: 10px;
    border: 1px solid black;
    border-radius: 10px;
    background-color: white;
    display: table;
    cursor: pointer;
}

div#wpcardznet .histTextBlock
{
	color: black;
    vertical-align: middle;
    display: table-cell;
}

div#wpcardznet .historyCards
{
	position: absolute;
	width: 70px;
	left: 50px;
}

div#wpcardznet .historyHighlight 
{
    background-color: orange !important;
}
