
@import url(https://fonts.googleapis.com/css?family=Sintony);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/css2?family=Teko:wght@500&display=swap);



html {
  height: 100%;
  box-sizing: border-box;

}

*,
*:before,
*:after {
  box-sizing: inherit;
}




body {
    margin: 0;   
    background: #F2F2F2;  
    /*font-family: Verdana, Helvetica, sans-serif !important;*/
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    /*min-width: 600px;*/
    color: #000;       
    line-height: 1.4;
    /*background-image: url("/img/logo_name.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 300px 300px;*/
    /*background-size: contain; */
    /*background-position: center;*/
    
    /*background-repeat: no-repeat;*/

}

button {
	border: none;
	border: 1px solid #BDBDBD;
	border-radius: 2px;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	display: inline-block;
	background-color: #F2F2F2;
	color: #2e2e2e;
	padding: 3px 9px 3px 9px;
	display: inline-block;

}

button:hover {
	border: 1px solid #848484;
	background-color: #F2F2F2;
}	


a {
    text-decoration: none;
	color: #0183DA;

}

a:hover {
	text-decoration: underline;
	color: #0183DA;
}

h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 19px;
}


select {
    /*font-family: Verdana, Helvetica, sans-serif !important;*/
    font-size: 1.1em;
    margin-bottom: 18px;
}

/* Blinking dots */
@keyframes blink {
	50% { 
		color: transparent 
	}
}

input {
    /*font-family: Verdana, Helvetica, sans-serif !important;*/
    
}

.loader-dot { 
	animation: 1s blink infinite 
}
.loader-dot:nth-child(2) { 
	animation-delay: 250ms 
}
.loader-dot:nth-child(3) { 
	animation-delay: 500ms 		
}



.all-projections-link {
    margin-bottom: 12px;

}

.all-projections-link ul {
    display: table;
    padding: 0;
    list-style-type: none;

}

.all-projections-link li {
    float: left;
    font-size: 15px;
    padding: 8px 15px 6px 15px;
    /*font-weight: bold;*/
}

.all-projections-link li:hover {

}        

th {
    font-weight: bold;
    font-size: 0.9em;
}




.all-projections-link li a {
    display: block;
    text-align: center;


}


.matchup-go-back {
    font-size: 16px;
    margin-bottom: 12px;
}

.matchup-go-back-left-align {
    font-size: 16px;
    text-align: left;
    margin-bottom: 12px;
    padding-left: 15px;
}

.content-top {
    font-family: 'Teko';
	font-size: 24px;
    background-color: #262626;
    color: #fff;
	margin: 0px auto;
	width: 100%;	
	text-align: center;
    padding-top: 5px;
    padding-bottom: 4px;
	
}


.content-header {
	font-size: 21px;
    background-color: #fff;
	margin: 18px auto;
	width: 100%;	
	text-align: center;
    padding: 18px;
    border-radius: 18px;
	
}

.content-header table {
    margin: 0px auto;	
	
}

.text-content {
	max-width: 900px;
	margin: 0px auto;
	width: 100%;	
	text-align: left;
    background-color: #fff;
    padding: 18px;
    border-radius: 18px;	    
}

.index-content {
	max-width: 900px;
	margin: 18px 9px;
	text-align: left;
    background-color: #fff;
    padding: 18px;
    border-radius: 18px;	  
    vertical-align: top;
}

#D-todays-projections {


}

#D-tbl-projections .td2 {
    border-bottom: 1px solid #ccc;
}

#M-tbl-projections .td2 {
    border-bottom: 1px solid #ccc;
}

#D-projections {		
    padding: 0px;

}

#M-projections {		
    padding: 0px;

}
	

#M-div-content .index-content {
    width:100%;	   
	margin: 18px auto;
	text-align: left;
    background-color: #fff;
    border-radius: 0px;
  
}




.text-larger {
    font-size: 1.1em;
    
}


/* projections-history */

.projections-history {
	width: 100%;	
	text-align: left;
    background-color: #fff;
    padding: 18px;
    border-radius: 18px;

}

.projections-history table {
    width: 100%;
    margin: 0px auto;
	border-collapse: separate;
	cellspacing: 2px;
}

.dataTables_filter {
    margin-bottom: 18px;
}

.projections-history .odd {
    background-color: #f8f8f8;
}



.projections-history td {		
	padding: 4px 3px 6px 3px;			
	border-bottom: 1px solid #ccc;	
	background-color: #fff;	
	font-size: 1.0em;
}



.projections-history th {		
	background-color: #f2f2f2;	
	border-top: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;					
	padding: 3px 6px 3px 6px;	
	text-align: center;

}	

.projections-history .td1 {		
    text-align: center;
    width: 48px;

}

.projections-history .td2 {		
    text-align: left;
    padding-left: 12px;
}

/* projections */

.projections {	
	width: 100%;	
	text-align: left;
    background-color: #fff;
    padding: 18px;
    padding-bottom: 30px;
    border-radius: 18px;
        
}	


.projections table {
	text-align: center;
    margin: 0px auto;
	border-collapse: separate;
	cellspacing: 2px;
}

.projections td {		
	padding: 4px 3px 6px 3px;			
	text-align: center;
	background-color: #f8f8f8;	
	/*width: 48px;*/
	font-size: 1.0em;
}

.projections th {		
	background-color: #E6E6E6;	
	border-top: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;					
	padding: 3px 6px 3px 6px;	

	text-align: center;
}			

.projections .td1 {		
	background-color: #f8f8f8;	
	width: 96px;
}

.projections .td2 {		
	background-color: #f2f2f2;	
	width: 96px;
}	

.projection-time {
    text-align: center;
    margin-top: 12px;
    color: #a4a4a4;
}


/* matchup */



#D-switch-odds-projection {
    margin-bottom: 18px;
}
#D-switch-odds-projection th {
    font-size: 0.9em;
    font-weight: normal;
    border: 0px solid #fff;
    border-bottom: 1px solid #ccc;
    padding: 3px;
    background-color: #fff;
    color: #355464;
}
#D-switch-odds-projection td {
    padding: 3px 9px 6px 3px;
    background-color: #f2f2f2;
    width: 90px;
    font-size: 0.9em;
}

#M-switch-odds-projection {
    margin-bottom: 18px;
}
#M-switch-odds-projection th {
    font-size: 0.9em;
    font-weight: normal;
    border: 0px solid #fff;
    border-bottom: 1px solid #ccc;
    padding: 3px;
    background-color: #fff;
    color: #355464;    
}
#M-switch-odds-projection td {
    padding: 3px 9px 6px 3px;
    background-color: #f2f2f2;
    width: 90px;
    font-size: 0.8em;
}


#D-final-score {
    display: none;
    margin-top: 24px;
    color: green;
    font-size: 15px;
}

#D-final-score-away {
    padding-left: 12px;
    font-size: 19px;
    
}

#D-final-score-home {
    padding-right: 12px;
    font-size: 19px;
}

#M-final-score {
    display: none;
    margin-top: 24px;
    color: green;
    font-size: 15px;
}

#M-final-score-away {
    text-align: right;
    font-size: 19px;
}

#M-final-score-home {
    text-align: left;
    font-size: 19px;
}

.finished {
    padding: 5px 12px;
    background-color: green;
    border-radius: 9px;
    font-size: 0.9em;
    color: #fff;
}

.away-team {
    display: none;
    text-align: right;
}

.home-team {
    display: none;
    text-align: left;
}

.matchup-header table {	
    margin: 0px auto;
	border-collapse: separate;


}	



#tbl-matchup-header td {	
    padding: 0px;
	
}	

.team-name {
    font-size: 0.9em;
}

.wdl {
    font-size: 0.6em;

}

.date-time {
    font-size: 0.7em;
}

.matchup {	
	width: 100%;	
	text-align: left;
    background-color: #fff;
    padding: 18px;
    border-radius: 18px;
}	

.matchup table {	
    margin: 0px auto;
	border-collapse: separate;
	cellspacing: 2px;
}	


.matchup td {		
	padding: 4px 3px 6px 3px;			
	text-align: center;
	background-color: #f8f8f8;	
	/*width: 48px;*/
	font-size: 1.0em;
}

.matchup th {		
	background-color: #E6E6E6;	
	border-top: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;					
	padding: 3px 6px 3px 6px;		

	text-align: center;
}			

.matchup .td1 {		
	background-color: #f8f8f8;	
	width: 96px;
}

.matchup .td2 {		
	background-color: #f2f2f2;	
	width: 96px;
}


/* starting-pitchers */
.starting-pitchers {
	width: 100%;	
	text-align: left;
	font-size: 1.1em;
    background-color: #fff;
    padding: 18px;
    margin: 18px auto;
    border-radius: 18px;
}



.player {
    color: #CC0A0A;
}

/* schedule-teams */
.schedule-teams {
    text-align: center;
    width: 100%;
    background-color: #fff;
    padding: 18px;
    margin: 18px auto;
    border-radius: 18px;
    font-size: 1.1em;
    
}	


.team-select {
    margin: 0px auto;
}

.tbl-schedule-teams {
    text-align: center;
    margin: 0px auto;
    border-spacing: 0;
    border-collapse: collapse;
}	    


.tbl-schedule-teams th {
    border-bottom: 1px solid #ccc;
    background-color: #f2f2f2;

}

.tbl-schedule-teams td {
    padding: 3px 0px;
    width: 72px;
    
}

.tbl-schedule-teams .game-week {
    width: 60px;
    
}

.tbl-schedule-teams .game-date {
    width: 120px;
    
}

.tbl-schedule-teams .even {
    background: #fafafa;
}

.tbl-schedule-teams .odd {
    background: #fff;
}

.tbl-schedule-teams .win {
    color: #088A29;
}

.tbl-schedule-teams .loss {
    color: #CC0A0A;
}

.team-select {	
    border-radius: 25px;
    background-color: #f8f8f8;
  
}	

.team-select td {	
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 12px 3px 12px;
    cursor: pointer;
  

    
}

.team-select span {	
    padding-left: 6px;
}

.team-select .selected {	
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 1px 1px 1px 1px #A4A4A4;
}



/* team-rankings */

.team-rankings {	
	border-collapse: separate;
	width: 100%;	
	text-align: center;
	cellspacing: 2px;
    background-color: #fff;
    padding: 18px;
    border-radius: 18px;
    font-size: 1.1em;
}	


.team-rankings table {
    margin: 0px auto;
    border-spacing: 0;
    border-collapse: collapse;
}



.team-rankings th {		
    border-bottom: 1px solid #ccc;
    background-color: #f2f2f2;

    text-align: center;
    
}	

.team-rankings td {		
	background-color: #fff;	
	width: 214px;
	padding: 6px 0px;
	text-align: center;
}

.team-rankings .td1 {		
	background-color: #fff;	
	width: 108px;
	text-align: right;
}

.team-rankings .td1 span {		
	background-color: #262626;	
	color: #fff;
	display: block;
	text-align: right;
	padding: 3px 6px;
    border-radius: 18px 0px 0px 18px;
    font-size: 0.9em;
}

.team-rankings .td2 {		
	background-color: #fff;	
	width: 108px;
	text-align: left;
}

.team-rankings .td2 span {		
	background-color: #262626;	
	color: #fff;
	display: block;
	text-align: left;
	padding: 3px 6px;
    border-radius: 0px 18px 18px 0px;
    font-size: 0.9em;
    
}

.team-rankings .against span {		
	background-color: #CC0A0A;	

}

.team-rankings .no-data span {		
	background-color: #fff;
	color: #000;

}

/* preview */
.preview {	
    text-align: left;
    font-size: 1.1em;
    width: 100%;
    background-color: #fff;
    padding: 18px;
    margin: 18px auto;
    border-radius: 18px;
}	



/* DESKTOP */
.D-container {
    display: block;
    margin-bottom: 0px;
    
}

.D-container .header {
    width: 100%;
}



/* Sticky Header */
.D-container .sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}

.D-container .sticky + #D-div-content {
	padding-top: 6px;
}	


/* MENU */	
.D-container .menu {
    font-family: 'Teko';
    background: #fff;
    color: #000;
    text-align: left;
    width: 100%;
    white-space: nowrap;
    min-width: 720px;
    border-bottom: 1px solid #ccc;

}

.D-container .menu-2 {
    display: inline-block; 
}

.D-container .menu ul {
    display: table;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;

}

.D-container .menu li {
    float: left;
    color: #000;
    font-size: 19px;
    /*font-weight: bold;*/
}

.D-container .menu li:hover {
    /*background: #CC0A0A;*/

}        


.D-container .menu li a {
    display: block;
    color: #000;
    text-align: center;
    padding: 4px 15px 2px 15px;

    text-decoration: none;
}

.D-container .menu li a:hover {
    color: #CC0A0A;


}


.D-container #D-div-menu-other-btn {
  display: inline-block; 
  vertical-align: middle; 
  margin-right: 6px;
  margin-top: 3px;
  border: none;
  cursor: pointer;
  padding: 0px;
}

.D-container #D-div-menu-other-btn:hover, .D-container .menu-other-btn:focus {
  color: #ECECEC;
}         

.D-container .menu-other {
    background: #fff;
	display: none;
	position: fixed;
	left: 78px;
	min-width: 210px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 2;
}

.D-container .menu-other a {
	font-size: 12px;
	color: #151515;
	padding: 12px 16px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	display: block;
}

.D-container .menu-other a:hover {
	color: #0183DA;
	text-decoration: underline;
}





/* CONTENT */	
.D-container #D-div-content {
    margin: 30px auto;
    min-height: 90vh;
    max-width: 900px;
    text-align: center;
    /*padding: 12px;*/

}

.D-container .matchup-header .mobile {		
    display: none;
}





/* FOOTER */	
.D-container .footer {
	padding-bottom: 60px;
    background-color: #ccc;
    color: #000;
    text-align: left;
    border-top: 1px solid #ccc;

}

.D-container .footer table {
    font-size: 13px;
}

.D-container .footer a {
    text-decoration: none;
	color: #000;
    font-size: 13px;
}

.D-container .footer a:hover {
	text-decoration: underline;
}



/* MOBILE */
.M-container {
    display: none;   
    margin-bottom: 0px;
}

/* content-header */
.M-container .content-header {
    border-radius: 0px;	
	
}

/* text-content */
.M-container .text-content {
    border-radius: 0px;	
	
}

/* MENU */	
.M-container .menu {
    background: #fff;

    padding: 3px 0px;
    text-align: left;
    width: 100%;
    white-space: nowrap;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    
}



.M-container .menu-2 {
    display: inline-block; 
}

.M-container .menu ul {
    display: table;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;

}

.M-container .menu li {
    float: left;
    border-right: 0px solid #ccc;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
    color: #fff;
    font-size: 14px;
    /*font-weight: bold;*/
}

.M-container .menu li:hover {
    border-bottom: 0px solid #0169B7;
    background: #0169B7;
}        

.M-container .menu li:hover .material-icons.blue {
    color: #fff;
}  

.M-container .menu li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 15px 15px;
    text-decoration: none;
}


.M-container #M-div-menu-other-btn {
  display: inline-block; 
  vertical-align: middle; 
  border: none;
  cursor: pointer;
  padding: 0px;
}

.M-container #M-div-menu-other-btn:hover, .M-container .menu-other-btn:focus {
  color: #ECECEC;
}         


.M-container #M-menu-icon {
  display: inline-block; 
  vertical-align: middle; 
  border: none;
  cursor: pointer;
  padding: 0px;
  color: #000;
  font-size: 36px; 
  display: block;

    
}

.M-container #M-close-menu-icon {

  color: #000; 
  font-size: 36px; 
  display: none;

    
}

.M-container .menu-other {
    background: #fff;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	padding-bottom: 180px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 2;
	margin-top: 4px;
}

.M-container .menu-other a {
	font-size: 18px;
	color: #151515;
	padding: 12px 16px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	display: block;
}

.M-container .menu-other a:hover {
	color: #0183DA;
	text-decoration: underline;
}	    



/* Sticky Header */
.M-container .sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}

.M-container .sticky + #M-div-content {
	padding-top: 36px;
}	        

     


 /* CONTENT */	
.M-container #M-div-content {
    margin: 0 auto;
    width: 100%;
    margin-top: 30px;
    min-height: 90vh;
    text-align: center;
    position: relative;
    top: 30;
}


.M-container .all-projections-link li {
    float: left;
    font-size: 17px;
    padding: 8px 6px 6px 6px;
    /*font-weight: bold;*/
}

.M-container #all-projections-link-first {
    float: left;
    font-size: 0.9em;
    padding: 9px 3px 6px 15px;
    /*font-weight: bold;*/
}

/* projection */

.M-container .projections {
    border-radius: 0px;
    
}

.M-container .projections table {
    width: 100%;
    margin: 0 auto;
    
}
	
.M-container .league {
    width: 48px;
    
}	

.M-container .projections .desktop {		
    display: none;
}	

.M-container .matchup-header .desktop {		
    display: none;
}

.projections-history {
	width: 100%;	
	text-align: left;
    background-color: #fff;
    padding: 18px;
    border-radius: 0px;

}


.M-container .matchup {
    border-radius: 0px;
    
}

/* starting-pitchers */
.M-container .starting-pitchers {
    border-radius: 0px;
}

/* schedule-teams */
.M-container .schedule-teams {
    border-radius: 0px;
    
}

.schedule-teams td {
    /*width: 120px;*/
    
}



/* team-rankings */
.M-container .team-rankings {
    border-radius: 0px;
    text-align: left;
    
}

/* preview */
.M-container .preview {
    border-radius: 0px;
    
}


/* FOOTER */	
.M-container .footer {
    /*margin-top: 72px;*/
    font-size: 0.9em;
	padding-bottom: 60px;
    background: #ccc;
    color: #000;
    text-align: left;
    border-top: 1px solid #ccc;
}

.M-container .footer table {
    font-size: 13px;
}

.M-container .footer a {
    text-decoration: none;
	color: #000;
    font-size: 13px;
}

.M-container .footer a:hover {
	text-decoration: underline;
}


/* LAYOUT width < 1390px */						
@media only screen and (max-width: 1390px) {	


}	    


/* LAYOUT width < 940px */						
@media only screen and (max-width: 940px) {	
    /* content-header */
    .content-header {
        width: 100%;
        border-radius: 0px;	
    	
    }  



}

/* MOBILE LAYOUT */						
@media only screen and (max-width: 768px) {	
    
    .D-container {
        display: none !important;
    }
    

    .M-container {
        display: block !important;
        max-width: 100% !important;
        overflow-x: hidden !important;                
    }            
    
    /* content-header */
    .content-header {
        border-radius: 0px;	
    	
    }    

	div {
	  -webkit-tap-highlight-color: rgba(0,0,0,0);
	}	  


    
}
