﻿/* ==============================================================================
                                  GENERAL
   ==============================================================================*/

body {
    font-family: Arial, Helvetica, sans-serif;
	background: #041e41;
}

#pools_MainContainer {
    padding-top:5px;
}

.pools_NoDataMessage {
    padding: 10px;
	color: white;
	font-size: smaller;
}

.pools_Error {
    font-size: smaller;
    padding: 10px 10px;
    color: darkred;
    background: white;
    font-weight: bold;
}

/* ==============================================================================
                                  POOLS LIST
   ==============================================================================*/
.pools_Block1_Head {
    /*padding: 0px 8px;*/
    padding: 10px 8px;
	font-weight: bold;
    background: #093c60;
    color: #fffd38;
    /*height: 40px;*/
    /*line-height: 40px;*/
    font-size: 0.86rem;
    margin-bottom: 3px;
}

.pools_CurrentPoolsList_SinglePool {
    padding: 10px 12px 8px 8px;
    cursor: pointer;
    margin-bottom: 3px;
    /*background: #1e2cef;*/
	background: linear-gradient(324deg,#1935d4 55%,#1730bd 0) !important;
    color: white;
}

.pools_CurrentPoolsList_SinglePool:hover {
	background: #006ef3;
	background: linear-gradient(324deg,#1730bd 55%,#1b27b1 0) !important;
}

.pools_CurrentPoolsList_SinglePool_Head {
    font-weight: bold;
	font-size: 0.73em;	
}

.pools_CurrentPoolsList_SinglePool_Info {
    font-size: x-small;
    color: yellow;
    font-weight: bolder;
    padding-top: 8px;
}



/* ==============================================================================
                                  POOL INFO
   ==============================================================================*/

#pools_PoolPres_Info {    
    background: #006ef3;
    font-size: 0.7em;
    font-weight: bold;
    color: white;
    padding: 5px 5px 8px 8px;
}

#pools_PoolPres_Info td {
	padding-top: 5px;
}

#pools_PoolPres_WinPot {
	background: #1e2cef;
    padding: 10px 5px;
    font-weight: bold;
    color: white;
    font-size: 0.9em;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 12px;
    text-align: center;
}

#pools_WinPot_ValueNum
{
	font-size: 1.5em;
	color: yellow;
	position: relative;
	top: 2px;
}

#pools_Pool_TimeLeft {
	color: yellow;
}

/* ==============================================================================
                                  POOL MATCHES
   ==============================================================================*/



#pools_PoolPres_Matches {
    background: #006ef3;
	font-size: 0.84em;	
	color: #fff;
	padding-right: 10px;
    padding-left: 10px;	
	padding-bottom: 10px;	
    margin-bottom: 3px;	
}

td.pools_SingleMatch_Row_Match {
    width: 20%;
    line-height: 20px;
	vertical-align: middle;
}

.pools_SingleMatch_Date {
    font-weight: bold;
	font-size: 0.84em;
    color: yellow;	
	margin-top: 5px;
	font-style: italic;	
}

.pools_SingleMatch_Title {
    font-weight: bold;
	font-size: 0.84em;
    color: white;
	margin-right: 10px;
    position: relative;
    top: -2px;	
}

.pools_HomeTeam_Title {
	padding-right: 5px;
	text-align: right;
}

.pools_AwayTeam_Title {
	padding-left:5px;
	text-align: left;
}

td.pools_SingleMatch_Row_Match_Odds {
	width: 12%;
	padding-top: 10px;
	text-align: center;
}

.pools_SingleMatch_Row_Match_Odds a {
	font-weight: bold;
	font-size: 0.84em;
    width: auto;
    height: 28px;
	background: #093c60;
    color: #ffc527;	
	text-decoration: none;
	display: block;
	margin-left:1px;
	padding: 4px 7px 5px 7px;
}

a.pools_Addbet_Button_Active {
	background: #ffc527;
    color: #093c60;
}

.pools_SingleMatch_Row_Match_Odds a span {
	float: none;
    width: 100%;
    font-size: 1.30em;
    height: 18px;
    background: none;
    display: block;
	color: #fff;
	padding-top: 8px;	
}

a.pools_Addbet_Button_Active span {
    color: #093c60;
}

/* ==============================================================================
                                  POOL CONTROL INFO AND BUTTONS
   ==============================================================================*/

#pools_PoolPres_Matches_Control_Info {
    padding: 10px;
	background: lightgray;
    font-size: smaller;
	text-align: center;
    font-weight: bold;
    color: white;
	background: #0e5384;
	margin-bottom: 3px;	
	line-height: 19px;	
}

#pools_Btn_LuckyDip,
#pools_Btn_ClearSelections,
#pools_Btn_MakeBet,
#pools_Btn_Login 
{
    border: none;
    background: #fcf500;
    color: #5a5920;
    font-size: 11px;
    padding: 6px 10px 6px 10px;
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
}

/* ==============================================================================
                                  WIN HISTORY
   ==============================================================================*/
#pools_WinHistory_List {
    font-size: smaller;
    color: white;
}

.pools_WinHistList_SinglePool {
	background-color: #006ef3;
	padding: 10px 10px;
	margin-bottom: 3px;
	line-height: 11pt;
	font-size: 0.85em;
    font-weight: bold;
}

.pools_WinHistList_SinglePool_Finished {
    background-color: #1730bd;
    padding: 10px 10px;
    margin-bottom: 3px;
    line-height: 11pt;
    font-size: 0.85em;
    font-weight: bold;
}

.pools_WinHistList_Matches {
	padding-top: 15px;
}

.pools_WinHistList_Matches table {
	width:100%;
	font-weight: bold;
	border-collapse: separate;
    border-spacing: 2px;	
}

.pools_WinHistList_Matches table td {
	vertical-align: middle;
	position: static !important;
}

.pools_InfoMarked {
	color: yellow;
	font-size: 1.2em;
}

.pools_Btn_ShowMatches
{
	border: none;
	background: #fcf500;
    color: #5a5920;
    font-size: 11px;
    padding: 3px 5px 3px 5px;
	border-radius : 0px;
    font-weight: bold;
    text-transform: uppercase;
	cursor: pointer;
}

td.pools_SingleMatch_Row_Match_Odds_M {
	width: 12%;
	font-weight: bold;
	font-size: 0.84em;
    height: 12px;
	margin-left:1px;
/*	padding: 2px 5px 2px 5px; */
	text-align: center;
}

.pools_Addbet_Button_Active_M {
	background: #68ff37 !important;
    color: #093c60 !important;
}

.pools_SingleMatch_Scores {
	white-space: nowrap;
	text-align: right;
	color: yellow;
	padding-left: 2px;
}

/* ==============================================================================
                                  COVER SPIN
   ==============================================================================*/

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #032b47;
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 43%;
    top: 10%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: white;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

/* ==============================================================================
                                  NEW CLASSES
   ==============================================================================*/

a.poolspcap:link {
  color: red;
  text-decoration: none;
}

a.poolspcap:visited {
  color: red;
  text-decoration: none; 
}

a.poolspcap:hover {
  color: white;
  text-decoration: none;  
}

a.poolspcap:active {
  color: white;
  text-decoration: none;  
}

