body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 20px;
  padding-left: 1%;
  padding-right: 1%;
  background-color: #f1f1f1;
  text-align:center;
}
@media print
{    
    .breadcrumb, .no-print, .no-print *
    {
        display: none !important;
    }
}
.breadcrumb{
    margin-bottom: 0px;
    background-color: inherit;
}
.start-page {
  padding: 30px 15px;
  text-align: center;
}

.header{
    font-size: 24px;
    font-family: Charcoal, sans-serif;
}
.footer{
    position: fixed;
    bottom: 0px;
    background: #cccccc;
    width:100%;
}
.mouseOverHelp{
    display: none;   
    position: absolute;
    width:350px;
    background: rgb(122, 197, 228);
    border-color: rgb(80, 80, 80);
    border: solid 2px;
    border-radius: 10px;
    padding: 3px;
}
.resultInput{
    width:60px;
}
.reportingDone{
    color:green;
    font-weight: bold;
    vertical-align: middle;
}
.adminUsersTable{
    width:500px;
}
#scenarioPopContainer{
    background-color: #505050;
    border: 5px solid #ffffff;
    border-radius: 10px 10px 10px 10px;
    vertical-align: middle;
    top: 33%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    width:350px;
    min-height:240px;
	max-height: 500px;
    padding: 10px;
    position: fixed;
	z-index: 11;
}
#scenarioPopContainer .scenarioInputHeader{
    color: white;
    font-size: 16px;
    z-index: 11;
    position: relative;
}
#scenarioPopContainer .scenarioInputContainer{
    height: 150px;
}
#scenarioPopContainer .scenarioInputButton{
    position:relative;
    float:right;
    z-index: 11;
}
#scenarioPopContainer .scenarioInput{
    position: relative;
    resize: none;
    height: 100%;
    width: 100%;
    margin: auto 0;
    background: white;
    z-index: 11;
}

/* List input */
.listPopContainer{
    background-color: #505050;
    border: 5px solid #ffffff;
    border-radius: 10px 10px 10px 10px;
    vertical-align: middle;
    top: 33%;
    left: 50%;
    margin-top: -50px;
    margin-left: -300px;
    width:650px;
    height:400px;
    padding: 10px;
    position: fixed;
	z-index: 11;
}
.listPopContainer .listInputHeader{
    color: white;
    font-size: 16px;
    z-index: 11;
    position: relative;
}
.listPopContainer .listInputContainer{
    height: 300px;
}
.listPopContainer .listInputButton{
    position:relative;
    float:right;
    z-index: 11;
}
.listPopContainer .listInput{
    position: relative;
    resize: none;
    height: 100%;
    width: 100%;
    margin: auto 0;
    background: white;
    z-index: 11;
}
/**********/
.overlayContainer{
    border: 2px solid rgb(56, 56, 56);
    border-radius: 8px;
    margin: 5px;
    padding: 3px;
    display: inline-block;
    position: relative;
    color:#262626;
}

@media(max-width:500px)
{
    .overlayContainer{
        width:95%;
    }
}
@media(min-width:500px)
{
    .overlayContainer{
        width:480px;
    }
}
.overlayContainer .Upcoming{
    color:#d1940e;
}
.overlayContainer .Active{
    color:#2bac20;
}
.overlayContainer .Closed{
    color:#8b1919;
}
.playerSearch{
    color: black;
    width:100%;
}
.entry-date {
    float:left;
    width: 65px; height: 85px;
	background: #fcfcfc; 
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%); 
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
    text-align: center; 
	border: 1px solid #d2d2d2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    margin-right: 10px;
}
.entry-date .day{
    font-family: Helvetica, sans-serif; 
	font-size: 24px; color: #484848; 
    font-weight: bold;
    margin-bottom: 0px;
}
.entry-date .month{
    background: #097a31; 
	background: linear-gradient(top, #7a0909 0%, #00d151 100%);
	background: -moz-linear-gradient(top, #237a09 0%, #00d151 100%);
	background: -webkit-linear-gradient(top, #237a09 0%, #00d151 100%);
    margin-top: 0px;
	font-size: 16px; font-weight: bold; color: #fff; text-transform: uppercase; 	
	display: block;
	border-bottom: 3px solid #12611c;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
.entry-date .year{
    background: #d10000; 
	background: linear-gradient(top, #00d151 0%, #237a09 100%);
	background: -moz-linear-gradient(top, #00d151 0%, #237a09 100%);
	background: -webkit-linear-gradient(top, #00d151 0%, #237a09 100%);
    margin-bottom: 0px;
	font-size: 16px; font-weight: bold; color: #fff; text-transform: uppercase; 	
	display: block;
	border-top: 3px solid #38bc49;
	border-radius: 10px 10px 0 0 ;
	-moz-border-radius:10px 10px 0 0 ;
	-webkit-border-radius:10px 10px 0 0 ;
}

.entry-title{
    font-size: 20px; 
    font-weight: bold;
    text-align:left;
}
.entry-text-left_bottom{
    font-size: 15px; 
    font-style: italic;
    position: absolute;
    bottom: 0;
    margin-left: 80px;
}
.entry-text-left{
    font-size: 15px; 
    font-style: italic;
    position: absolute;
    top: 30px;
    margin-left: 80px;
}
.entry-text-right{
    font-size: 20px; 
    float:right;
    bottom: 20;
}

.invalidBP{
    background-color: #ea8e3f;
    font-weight: bold;
}
.invalidEntry{
    color:red;
    font-weight: bold;
}
#preDetailsContainer{
    /*border: 5px solid #505050;*/
}

@media(max-width:750px)
{
    #preDetailsContainer{
        width: 100%
    }
}
@media(min-width:750px)
{
    #preDetailsContainer{
        width: 75%;
        margin: 0 auto;
    }
}
.listDetailsInfo{
	text-align: left;
	white-space: pre-wrap;
}
.scenarioHeader{
    float: top;
    font-size: 18px;
    text-decoration: underline;
}
.scenarioInfo{
    font-size: 14px;
}
div.logout{
    position: absolute;
    right: 0px;
    top: 5px;
}
div.auth{
    position: absolute;
    height:24px;
    right: 0px;
    top: 5px;
    background: #2dc1ff;
	background: linear-gradient(left, #00d151 0%, #17a3b3 100%);
	background: -moz-linear-gradient(left, #2dc1ff 0%, #17a3b3 100%);
	background: -webkit-linear-gradient(left, #2dc1ff 0%, #17a3b3 100%);
	border-left: 17px solid #124661;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
}
div.authinner{
    width:1px;
    overflow: hidden;
    white-space: nowrap;
}
p.authTxt{
    color: white;
    margin-left: 10px;
    margin-top: 1px;
}
#authExpIcon{
    color:white;
    position: absolute;
    left:-14px;
    top:4px;
    font-size: 14px;
}
#fullscreenBlocker{
    position: fixed;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
    filter: alpha(opacity=50);  /* IE 5-7 */
    -moz-opacity: 0.5;          /* Netscape */
    -khtml-opacity: 0.5;        /* Safari 1.x */
    opacity: 0.5;               /* Good browsers */
    background-color: rgba(0,0,0,10);
	z-index: 10;
}
#loadTxtContainer{
 background-color: #2a2a2a;   
    vertical-align: middle;
    top: 33%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    width:200px;
    height:100px;
    padding: 10px;
    position: fixed;
    
    border: 5px solid #ffffff;
    border-radius: 10px 10px 10px 10px;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";       /* IE 8 */
    filter: alpha(opacity=100);  /* IE 5-7 */
    -moz-opacity: 1;          /* Netscape */
    -khtml-opacity: 1;        /* Safari 1.x */
    opacity: 1;               /* Good browsers */
	z-index: 11;
}
#loadTxt{    
    color: white;
}
.showListsContainer{
	margin: 10px 0px 10px 0px
}

.resultCard {
  display: inline-block;
}

.resultCardRight{
	float:right;
}

.resultCardLeft{
	float:left;
	text-align: left;
}
.resultCardPlayerName {
	font-weight: bold;
}

.priceContainer {
	align-self:center;
    width: 65px; height: 85px;
    text-align: center; 
	font-size: 55px;
    margin-right: 10px;
	line-height: 85px;
}
.container_place_0_s2 {
	background-color: #f9eeb6;
}
.container_place_1_s2 {
	background-color: #dedede;
}
.container_place_2_s2 {
	background-color: #ecd6c7;
}
.place_0_s2{
	color: gold;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
}

.place_1_s2{
	color: silver;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
}

.place_2_s2{
	color: brown;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
}


.flex-table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-row-small {
	flex: 1 1 25px;
}

.flex-row-large {
	flex: 2 2 80px;
	text-align:left;
}

.flex-cell {
	margin: 5px;
}

.star-background:before {
   content: "\2605";
   position: absolute;
}

.gold-star-marker:before {
    content: "\2605";
    position: absolute;
    color: gold;
    transform: translate(-15px);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.preDetailsInfo {
	white-space: pre-line;
	word-break: break-word;
}

/* Start TABLE Pairings */
.bpSlider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  margin: 5px 0px 15px 0px;
}

.bpSlider:hover {
  opacity: 1;
}

.bpSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #666666;
  cursor: pointer;
}

.bpSlider_1::-webkit-slider-thumb {
  background: #3625bf;
}

.bpSlider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #666666;
  cursor: pointer;
}
.bpSlider_1::-moz-range-thumb {
  background: #3625bf;
}

.t_p_container{
	display: flex;
	flex-direction: column;
}
.t_p_inner_container{
	display:flex;
	justify-content:center;
	align-items:center;
}
.t_p_table{
	font-weight: bold;
	font-size: 22px;
	display: flex;
    justify-content: center;
    align-items: baseline;
}
@media(max-width:500px)
{
	.t_p_table{
		width: 70px;
	}
}

@media(min-width:500px)
{
	.t_p_table{
		width: 100px;
	}
}
.expandable_glyph {
	color:#14a2d8aa;
}
.t_p_reporting_card_bordered{
    border: 2px solid rgb(56, 56, 56);
    border-radius: 8px;
    margin: 5px;
    padding: 3px;
    display: inline-block;
    position: relative;
    color:#262626;
}

@media(max-width:750px)
{
	.t_p_reporting_card{
		width:100%;
	}
}
@media(min-width:750px)
{
	.t_p_reporting_card{
		width:750px;
	}
}
.t_p_top_container{
	display:flex;
	justify-content:space-evenly;
	flex-flow:column;
}
.t_p_player_container{
	display:flex;
	justify-content:space-evenly;
}
.t_p_point_container{
	display:flex;
	justify-content:space-evenly;
}
.t_p_folded{
	overflow: hidden;
	height:0;
}
.t_p_unfolded{
	height:100%
}
.t_p_unfold_all{
	color: #337ab7;
	text-decoration: underline;
}
.t_p_bp_container {
	display:flex;
	justify-content:space-evenly;
}
.t_p_name{
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
	padding:5px;
}
.t_p_score{
	font-weight: bold;
	font-size: 16px;
	display:flex;
	justify-content: center;
}
.t_p_white_circle{
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
}

.t_p_secondaries_report{
	display:flex;
	justify-content:space-around;
	align-items:center;
}
.t_p_point_entry{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.t_p_secondary_label_left{
	min-width:55px;
	text-align: left;
	margin-right: 5px;
}
.t_p_secondary_label_right{
	min-width:55px;
	text-align: right;
	margin-left: 5px;
}
.t_p_submit_container{
	margin-top: 25px;
}
.t_p_submit_button{
	width:100%;	
}
.t_p_collapse_expand_container{
    padding-right: 5px;
	display: flex;
    justify-content: flex-end;
}

.wld_input{
	display:inline-block;
	text-align: center;
}
.wld_label{
	display:block;
}
/* End TABLE Pairings */
.scenario_image{
	width:100%;
	height:auto;
}