@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800);
@media screen and (max-width: 600px) {
  .login {
    background-color: white;
  }
}

.dx-datagrid-rowsview .dx-scrollable-content {  
  padding-bottom: 15px;  
}

.site-icon { 
  background: url('mlb/includes/draftkings.png') no-repeat; 
  /* width: 20px; 
  height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px; */
} 


.drop-down {
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
}
.drop-down select {
  display: none;
}
.drop-down .select-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-top: 40px;
  padding: 0;
  background-color: #595959;
}
.drop-down .select-list li {
  display: none;
}
.drop-down .select-list li span {
  display: inline-block;
  min-height: 40px;
  min-width: 280px;
  width: 100%;
  padding: 5px 15px 5px 35px;
  background-color: #595959;
  background-position: left 10px center;
  background-repeat: no-repeat;
  font-size: 16px;
  text-align: left;
  color: #fff;
  opacity: 0.7;
  box-sizing: border-box;
}
.drop-down .select-list li span:hover,
.drop-down .select-list li span:focus {
  opacity: 1;
}









/*  #### custom mods here instead of ag-grid.css #### */
.ag-input-field-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 21px;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #002147 !important;
  /* background-color: #f8f8f8; */
  background-color: #002147;
  border-bottom: 1px solid #ded1ba !important;
  border-radius: 3px;
}

.ag-root ::-webkit-scrollbar {
  width: 1.2em;
  height: 1.2em;
}
.ag-root ::-webkit-scrollbar-button {
    background: #ccc;
    width: 0;
    height: 0;
}
.ag-root ::-webkit-scrollbar-track-piece {
    background: #ccc;
}
.ag-root ::-webkit-scrollbar-thumb {
    background: #888;
}​

/* ^^^^ custom mods here instead of ag-grid.css ^^^^ */

html {
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  scroll-behavior: smooth;
}

body {
  -ms-flex-align: center;
  font-family: Nunito Sans , sans-serif;
  margin: 0;
  font-size: 100%;
  padding: 3px 0;
}

.navbar {
  background-color: #002147;
  font-family: 'Michroma', sans-serif;
  text-transform: uppercase;
  text-align: left;
  /* border-bottom: solid 4px #EA80B0;  pink */
}

a {
    position: relative;
}

input {
    position: relative;
}

label {
    position: relative;
}

button {
  position: relative;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(222,209,186, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: #ded1ba;
}

.ag-theme-balham .ag-row-even {
  background-color: #FFF3CD;
}  /* darker yellow */

nav {
  color: #D31145; /* #a40a24 dark red - #D31145 Twins Scarlet Red */
}

.nav-link {
  font-family: 'Montserrat', sans-serif;
  /* color: #002B5C; */
  color: #ded1ba;
  font-size: 12px;
  text-transform: uppercase;
}

li {
  padding-left: 8px;
}

.dropdown-menu {
  /* background: #ebebeb; */
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.24);
}

.dropdown-item {
  font-size: 13px;
  /* color: #002B5C; */
  text-transform: none;
  /* background-color: #ebebeb; */
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24); */

  background-color: #203D5E;
  color: white;
  opacity: .9;
  height: 35px;
  line-height: 20px;
  padding-left: 10px;
  /* text-align: center; */
}

.dropdown-item:hover {
    /* opacity: 0.8; */
    font-size: 13px;
    background-color: #002147;
    /* background-color: #203D5E; */
    color: #007bff !important;
}

.navbar-nav {
    font-family: 'Montserrat', sans-serif;
    color: #002B5C;
    margin: 0 15px 0 0;
}

.nav-link:hover {
    color: #007bff !important;
}

.playerSelector-nav {
  background-color: #002147;
}

#playerSelector-nav-container {
  background-color: #002147;
}

#playerSelector-nav-container-playerpage {
  display: none;
}

.select2-container--default .select2-selection--multiple {
  background-color: #002147;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ded1ba;
  color: #ded1ba;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px; 
}

.select2-container--default .select2-search--inline .select2-search__field {
  color: #ded1ba;
  font-size: 12px;
  text-transform: uppercase;
}

.login {
  font-family: 'Montserrat', sans-serif;
  text-align: justify;
  /* background-color: #fff; */
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  /* border: solid 1px #ded1ba; */
  border-radius: 8px;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.24);
}

.form-signin .form-control {
  font-family: 'Montserrat', sans-serif;
  align-items: center;
}

#login-create:hover {
  cursor: pointer;
}

#planDescription_free {
  margin-left: 15px;
  margin-bottom: 8px;
  font-size: 12px;
  border: 1px solid #ded1ba;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 2px 3px rgba(0, 0, 0, 0.24);
}

#planDescription_free th {
  font-family: 'Montserrat', sans-serif;
  background: #203D5E;
  color: white;
  text-transform: uppercase;
}

#planDescription_premium th {
  font-family: 'Montserrat', sans-serif;
  background: #203D5E;
  color: white;
  text-transform: uppercase;
}

#planDescription_free td {
  text-align: left;
  font-size: 11px;
  padding: 0 4px 2px 4px;
}

#planDescription_premium {
  margin-left: 15px;
  margin-bottom: 8px;
  font-size: 12px;
  border: 1px solid #ded1ba;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 2px 3px rgba(0, 0, 0, 0.24);
}

#planDescription_premium td {
  text-align: left;
  font-size: 11px;
  padding: 0 4px 2px 4px;
}

.plans {
  font-family: 'Montserrat', sans-serif;
}

.plantype-container input[type="radio"] {
  opacity: 0;
  position: fixed;
}

.radio {
  cursor: pointer;
}


/* .oddsboard-button input[type="radio"]:not(:checked) + label {
  border: solid 1px #ded1ba;
  opacity: 0;
}


.oddsboard-button input[type="radio"]:checked  {
  font-weight: bold;
  opacity: 0;
}

.oddsboard-button input[type="radio"]:label  {
  color: turquoise;
  font-weight: bold;
} */

.plantype-container label {
  font-family: 'Montserrat', sans-serif;
  background: #f0f0f0;
  opacity: .8;
  border: 1px solid #002147;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  width: 90%;
  padding: 8px 0;
}

.plantype-container input[type="radio"]:checked + label {
    border: solid 3px #63BE7B;
    font-weight: bold;
    opacity: 1;
}

.login-error {
    word-wrap: break-word;
    font-size: 14px;
}

.wordwrap {
   white-space: pre-wrap;      /* CSS3 */
   white-space: -moz-pre-wrap; /* Firefox */
   white-space: -pre-wrap;     /* Opera <7 */
   white-space: -o-pre-wrap;   /* Opera 7 */
   word-wrap: break-word;      /* IE */
}

/* .ag-header-group-cell {
    padding-left: 50px;
} */

/* .ag-header-cell-text {
    text-align: center;
} */

.ag-header-cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  text-align: center;
  display: inline-block;
}

.ag-row-hover {
    /* putting in !important so it overrides the theme's styling as it hovers the row also */
    /* background-color: #C5DFFF !important; */
    /* background-color: #ded1ba !important; */
    /* background-color: #ded1ba !important; */
    /* opacity: 0.7; */
}

.header-group-cell-label {
  /* text-align: center; */
  padding-left: 65px;
}

/* .ag-header-group-cell-label {
  text-align: center;
  padding-left: 25px;
} */

.ag-header-cell-label .ag-header-cell-text{
    align-items: center;
    /* padding-left: 10px; */
    /* width: 30px; */
    /* margin-top: 50px; */
    /* display: flex; */
}

#brand-moonshot {
  color: #D31145;
  font-size: 26px;
}

#brand-dfs {
  color: #ded1ba;
  font-size: 26px;
}

#brand-tagline {
  /* color: #002B5C; */
  color: #ded1ba;
  /* font-family: 'Montserrat', sans-serif; */
	display:block;
	/* font-size: 63%; */
  font-size: 45%;
	line-height:.1;
  padding-left: 2px;
  padding-bottom: 12px;
}

#tm {
  font-size: 6px;
  margin: 25px 0 0 0;
}

#font-twins-maroon {
  /* color: #D31145; */
}

/* #font-twins-navy {
  color: #002B5C;
  font-size: 22px;
  text-transform: uppercase;
} */

#hitter-image {
    margin: -23px 0 0 20px;
    width: 40px;
}

#pitcher-image {
    margin: -23px 0 0 22px;
    width: 33px;
}

#calendar-image {
    margin: -12px 0 15px 25px;
    width: 40px;
}

#gameGrid {
    margin: 0 0 0 15px;
    width: 95%;
}

#teamGrid {
  margin: 15px 0 0 15px;
}

.pitchtypegrid {
  margin: 0 0 0 15px;
}

.main-data-grid {
  margin: 0 0 0 15px;
  height: 650px;
  width:98%;
}

.main-data-grid-schedule {
  margin: 0 0 0 15px;
  height: 600px;
  width:98%;
}

.main-data-grid-lineuphistory {
  margin: 0 0 0 15px;
  height: 700px;
  width:98%;
}

.main-data-grid-fielding-gamesbyposition {
  margin: 0 0 0 15px;
  height: 700px;
  width:98%;
}

.main-data-grid-projections-weekly {
  margin: 0 0 0 15px;
  height: 650px;
  width:98%;
}

.main-data-grid-oddsboard {
  margin: 0 0 0 15px;
  height: 590px;
  width: 98%;
}

.main-data-grid-projections-ud {
  margin: 0 0 0 15px;
  height: 700px;
  width: 50%;
}

#des-hover {
  background-color:#ebebeb;
  font-size:11px;
}

#bullpen-grid {
  margin: 0 0 0 15px;
}

#fielders {
  margin: 0 0 0 15px;
}

#teamname {
    text-transform: uppercase;
}

#tile-hitters-pitchers {
  width: 150px;
  margin: 25px 0 0 15px;
  background-color: #002B5C;
  font-size: 13px;
  font-weight: lighter;
  color: white;
  text-align: center;
  border: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 3px;
}

#pitcher-link {
    margin: 0 0 0 0;
    font-size: 16px;
}

.tile-addl-elements {
    font-size: 12px;
}


.pitchTypes {
    margin: 0 0 0 250px;
}

#hyperlink-color {
  color: white;
  text-decoration: none;
  text-transform: none;
  /* display: inline-block; */
}

#swap-icon {
  /* margin: 0 0 0 200px; */
}

#swap-text {
  font-size: 11px;
  font-weight: bold;
  color: #007bff;
}

#tile-pitchtype-summary {
  width: 180px;
  margin: 25px 0 0 15px;
  background-color: #002B5C;
  font-size: 13px;
  font-weight: lighter;
  color: white;
  text-align: center;
  border: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 3px 3px 3px 3px;
}

#tile-pitchtype-detail {
  width: 230px;
  margin: 25px 0 0 15px;
  background-color: #002B5C;
  font-size: 13px;
  font-weight: lighter;
  color: white;
  text-align: center;
  border: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 3px 3px 3px 3px;
}

.bullpen-list {
  font-size: 9px;
}

.bullpen-list tr:hover{
  background: #ded1ba;
  font-weight: bold;
}

th {
  border-bottom: 2px solid #ded1ba;
}

#th-row:hover {
  background: none;
}

.catcher-table {
  font-size: 9px;
  /* display: none; */
}

.catcher-table tr th {
  text-align: center;
}
.catcher-table tr td {
  text-align: center;
}

.catcher-table tr:hover{
  background: #ded1ba;
  font-weight: bold;
}

.weather {
  margin: 3px 0 -15px 0;
}

.weather-forecast {
  font-size: 75%;
}

.weather-forecast th{
  text-align: center;
}

.weather-forecast tr:hover{
  background: #ded1ba;
  font-weight: bold;
}

.weather-forecast tr td{
    text-align: right;
    padding-left: 5px;
}

#weather-time {
  border-right: 2px solid #ded1ba;
}

.umpire-table {
  font-size: 75%;
}

.umpire-table tr:hover{
  background: #ded1ba;
  font-weight: bold;
}

.no-umpire {
  display: none;
}

#tile-fielding {
  width: 100px;
  margin: 25px 0 -28px 15px;
  background-color: #002B5C;
  font-size: 13px;
  font-weight: lighter;
  color: white;
  text-align: center;
  border: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 3px 3px 3px 3px;
}

.icon-group {
    margin: 30px 0 0 0;
}

.gameDate {
  color: #002B5C;
  margin: 12px 0 15px 20px;
  text-transform: uppercase;
}

.login-body {
  /* background-color: #203d5e; */
  background-color: #002147;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container {
  /* color: #002B5C; */
  color: #ded1ba;
  /* background-color: #002147; */
  background-color: #032449;
  opacity: .9;
  width: 370px;
  text-align: center;
  border-radius: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* #signUpForm {
  display: none;
} */

#logInForm {
  display: none;
    font-family: 'Montserrat', sans-serif;
}

.btn {
  font-family: 'Montserrat', sans-serif;
}

.btn-font {
  font-size: 12px;
}

#login-header-moonshot {
  font-family: 'Michroma', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #D31145;
}

#login-header-dfs {
  font-family: 'Michroma', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  /* color: #002B5C; */
  color: #ded1ba;
}

#login-header-tagline {
  /* color: #002B5C; */
  color: #ded1ba;
  font-family: 'Michroma', sans-serif;
	display:block;
  font-size: 52%;
  line-height:.1;
  text-transform: uppercase;
}


#login-joined-moonshot {
  font-family: 'Michroma', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #D31145;
}

#login-joined-dfs {
  font-family: 'Michroma', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #ded1ba;
}

#footer-dfs {
  font-family: 'Michroma', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  /* color: #002B5C; */
  color: #ded1ba;
}

#footer-moonshot {
  font-family: 'Michroma', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #D31145;
}

#theme-label {
  /* color: #ebebeb; */
  color: turquoise;
  font-size:9px;
  text-transform: uppercase;
}

#theme-label:hover {
  color: #007bff;
  /* font-weight: bold; */
  cursor: pointer;
}

/* .footer:hover{
  -webkit-transition: 1s;
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
  transition: 1s;
  height: 110px;
  z-index: 1;
} */

.footer:hover ~ #savant-logo {
  display: inline;
  -webkit-transition: 1s;
  transition: 1s;
  height: 150px;
  z-index: 1;
}

/* .footer:hover:after {
  content: url('../../assets/savant-mlb.svg');
  display: block;
  width: 5%;
  margin-left: 50px;
} */

.footer {
  position: fixed;
  bottom: 0;
  background-color: #002147;
  opacity: .9;
  width: 100%;
  height: 25px;
  text-align: right;
  padding-right: 8px;
  padding-bottom: 3px;
  -webkit-transition: .6s ease-out;
  transition: .6s ease-out;
  z-index: 1;
}

#savant-logo {
  display: none;
}

.container-account {
    color: #002B5C;
    opacity: .9;
    width: 360px;
    text-align: left;
    border-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px;

}

.account-styles {
  padding-top: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #ded1ba;
}

#button-cancel {
  background: #D31145;
  color: white;
  align-items: center;
  border-radius: 3px;
}

#cancel-text {
  font-size: 12px;
  text-align: justify;
  color: #D31145;
}

#copywrite {
    font-size: 9px;
}

#promolist {
    font-size: 14px;
}

.toggleForms {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #002B5C;
  text-transform: uppercase;
}

.fgLink {
    font-size: 12px;
    text-transform: none;
}

.name-team-link {
  font-size: 12px;
  text-transform: none;
  color:#007bff;
  /* color: #ded1ba; */
}

.button-group {
  margin: 0 0 20px 30px;
}

#atSign {
  color: gray;
}

#notes {
  margin: 0 0 5px 20px;
  font-family: 'Montserrat', sans-serif;
  color: #002B5C;
  font-size: 11px;
}

.th_alignleft {
  text-align: left;
}

.th_aligncenter {
  text-align: center;
}

.th_alignright {
  text-align: right;
}

.form-control {
  background: #002147;
  color: #ded1ba;
  position: relative;
  display: block;
  margin: 0 auto;
}

.btn-submit {
  border: none;
}

.fa-search {
  color: #1d4d7a;
}

.btn-submit:focus {
  outline: none;
}


* {
  box-sizing: border-box;
}


a {
  font-size: 1rem;
  text-decoration: none;
}

.container-toggle { /* container */
    margin: 0 0 -23px 0;
}

#offense-toggle { /* checkbox */
	display: none;
}

#toggle-label { /* label */
    margin: 15px 0 -39px 65px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #002B5C;
}

#showHideTeamOffenseData { /* toggle slider */
    width: 200px;
    height: 30px;
    margin: 20px 0 18px 0;
    /* border: 1px solid; */
}

.container-toggle-fielding { /* div container */
    width: 300px;
    height: 25px;
    grid-row-start: 3;
    grid-column-start: 2;
    display: flex;
}

#showHideCatchers { /* toggle slider */
    margin: 7px 0 0 12px;
}

#toggle-label-fielding { /* label */
    margin: 5px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #002B5C;
}

#fielding-toggle {  /* checkbox */
	display: none;
}


.container-toggle-pitchervsteam {
    width: 300px;
    height: 25px;
}

#toggle-label-pitchervsteam {
    margin: 0 0 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #002B5C;
}

#pitchervsteam-toggle {
  display: none;
}

#showHidePitcherVsTeam {
    margin: -18px 0 0 -30px;
}

.container-toggle-hitters {
    margin: -24px 0 0 100px;
    width: 300px;
    height: 25px;
}

#toggle-label-hitters {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #002B5C;
}

#showHideHitters {
    /* margin: -18px 0 0 -35px; */
}

#hitters-toggle {
}

.container-toggle-confirmed {
    margin: -26px 0 0 425px;
    width: 300px;
    height: 25px;
}

#toggle-label-confirmed {
    margin: 0 0 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #002B5C;
}

#showHideConfirmed {
    margin: -16px 0 0 -38px;
}

#confirmed-toggle {
  /* display: none; */
}

#pitchervsteam {
  margin: 0 0 0 15px;
}

/* The switch - the box around the slider */
.switch {
  margin: 0 0 5px 140px;
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 1;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #ADDDBA;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ADDDBA;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.selector-css {
	display: block;
	font-size: 12px;
  font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #002B5C;
	line-height: 1.2;
	padding: .6em 1.7em .5em .8em;
	width: auto;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
  cursor: pointer;
}
.selector-css::-ms-expand {
	display: none;
}

.selector-css:hover {
	border-color: #888;
}

.selector-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #002B5C;
	outline: none;
}

.selector-css option {
	font-weight:normal;
}

.article-editor-container {
  width: 800px;
  height: 80%;
  position: absolute;
  left: 28%;
  margin: 10px 0 0 0;
}

#editor-canvas {
  margin: 25px 0 0 0;
  width: 100%;
  height: 95%;
}

#article-title-input {
  width: 250px;
  border: #002147 solid 1px;
  border-radius: 3px;
}

#article-banner-input {
  width: 270px;
  border: #002147 solid 1px;
  border-radius: 3px;
}

#article-date-input {
  width: 170px;
  border: #002147 solid 1px;
  border-radius: 3px;
}

.article-container {
    /* display: flex;
    flex-direction: column; */
    font-family: 'Montserrat', sans-serif;
    width: 1000px;
    margin: auto;
    background-color: #fff;
    justify-content: center;

    border: solid 2px #ded1ba;
    border-radius: 8px;
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.24);
}

.article-page {
  font-size: 14px;
  color: #002B5C;
  text-align: left;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

#article-banner-container {
  /* align-self: center; */
  margin-bottom: 10px;
}

#article-banner {
  border-radius: 5px;
  /* box-shadow: 0 8px 10px rgba(0, 0, 0, 0.18), 0 12px 18px rgba(0, 0, 0, 0.26);   */
  box-shadow: 6px 6px 7px 2px rgba(0, 0, 0, 0.26), 0 12px 18px rgba(0, 0, 0, 0.26);
}

#article-title {
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
}

#article-date {
  font-size: 18px;
}

#article-author {
  font-size: 14px;
}

#article-html {
  font-size: 16px;
}

#bets-team-mobile {
  display: none;
}

#bets-player-mobile {
  display: none;
}

/* Mobile-friendly slate - Hide game cards until small resolution */
#gameCard-mobile {
    display: none;
}

.container-main {
    display: grid;
    width: 98%;
    margin: 12px 0 8px 0;
    grid-template-columns: 475px 475px 205px 205px;
    grid-template-rows: 40px 1fr;
    grid-template-areas: "pill-game-group pill-game-group pill-game-group pill-game-group"
                        "pill-gameinfo-container pitcher-container twitter-card-away twitter-card-home";

    font-family: 'Montserrat', sans-serif;
    grid-gap: 8px;
}

.pill-container {
    margin: -35px 0 10px 25px;
    left: 55%;
    height: auto;
    border: solid 2px #ded1ba;
    border-radius: 5px;
    background-color: #e6dccb;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pill-gameinfo-container {
    display: grid;
    grid-area: pill-gameinfo-container;
    height: 125px;
    width: 450px;
    margin-left: 15px;
    padding: 6px 12px 0 8px;
    opacity: .9;
    border-radius: 5px;
    background-color: #e6dccb;
    font-size: 13px;
    color: #002B5C;

    grid-template-areas: "team team team team team swap"
                         "weather weather weather weather ump ump";

    grid-template-rows: 20px 20px;
    grid-template-columns: repeat(6, 1fr);
}

.pitcher-container {
  display: grid;
  grid-area: pitcher-container;
  /* height: auto; */
  height: 200px;
  width: 475px;
  margin-left: -5px;
  padding: 6px 8px 0 8px;
  border: solid 2px #ded1ba;
  border-radius: 5px;
  background-color: #e6dccb;
  opacity: .9;
  color: #002B5C;

  grid-template-areas: "pitcher pitcher pitcher bullpen bullpen bullpen"
                       "catcher catcher catcher bullpen bullpen bullpen";

  grid-template-rows: 20px 1fr;
  grid-template-columns: repeat(6, 1fr);
}

#pageHeader {
  margin: 5px 0 -5px 30px;
  font-size:20px;
  color: #002147;
  text-transform: uppercase;
}

#pageHeader-bets {
  margin: 5px 0 -5px 30px;
  font-size:16px;
  color: #002147;
  text-transform: uppercase;
}

.teams {
    grid-area: team;
}

#swap {
    grid-area: swap;
}

.weather {
    grid-area: weather;
}

.umpire {
    grid-area: ump;
    padding-top: 23px;
    padding-left: 15px;
}

#hline {
  grid-area: line;
}

.pitcher {
    grid-area: pitcher;
}

.catcher {
    grid-area: catcher;
    padding-top: 35px;
}

.bullpen {
    grid-area: bullpen;
    padding: 3px 10px 3px 0;
    /* height: auto; */
}

#twitter-card-away {
    grid-area: twitter-card-away;
    width: 200px;
    height: auto;
    background-color: #e6dccb;
    opacity: .9;
    border: solid 2px #ded1ba;
    border-radius: 5px;
    padding: 2px;
}

#twitter-card-home {
    grid-area: twitter-card-home;
    width: 200px;
    height: auto;
    background-color: #e6dccb;
    opacity: .9;
    border: solid 2px #ded1ba;
    border-radius: 5px;
    padding: 2px;
}

.panel-heading {
  background-color: #ded1ba !important;
  color: #002147 !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 195px !important;
  margin: -3px 0 1px 0;
}
 
.panel-title {
 font-size: 12px;
 color: #002147;
 font-weight: bold;
 font-family: 'Montserrat', sans-serif;
 padding-left: 3px;
}

#slate-calendar-icon {
  color: #203d5e;
}

#clearTeamsFilter-projectons {
  color: #002147;
}


/* .teamLogo-projections {
  position: relative;
} */
 
/* blockquote.twitter {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
} */

#container-main-slate {
    display: grid;
    width: 98%;
    margin: 12px 0 5px 25px;
    grid-template-columns: 700px 700px;
    font-family: 'Montserrat', sans-serif;
}

#gameDate-slate {
  width: 450px;
  margin: 0;
  /* margin: -5px 0 5px 5px; */
  grid-column-start: 1;
  grid-row-start: 1;
  color: #002B5C;
  font-size: 22px;
  text-transform: uppercase;
}

.pill-game-group-slate {
    width: 1480px;
    font-size: 11px;
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    display: flex;
    padding-bottom: 15px;
}

.slate-selector-slate {
    grid-column-start: 1;
    grid-row-start: 3;
    display: flex;
    }

.pill-game-group {
    width: 1500px;
    font-size: 11px;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 3;
    display: flex;
    padding-left: 15px;
}

.pill-game-button {
    width: auto;
    border-radius: 5px;
    /* border: solid 1px #203d5e; */
    border: solid 2px #ded1ba;
    background-color: #e6dccb;
    opacity: .9;
    margin: 0 2px 5px 1px;
    padding: 0 3px;
    text-align: center;
    color: #002B5C;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10), 0 6px 10px rgba(0, 0, 0, 0.16);
}

.pill-game-button-disabled {
  width: auto;
  border-radius: 5px;
  border: solid 2px lightgray;
  background-color: #ebebeb;
  opacity: .6;
  margin: 0 2px 5px 1px;
  padding: 0 3px;
  text-align: center;
  color: #002B5C;
}

.pill-game-button-selected {
  width: auto;
  border-radius: 5px;
  border: solid 1px #D31145;
  background-color: #e6dccb;
  opacity: 1;
  margin: 0 2px 5px 1px;
  padding: 0 3px;
  text-align: center;
  color: #002B5C;
  /* text-transform: uppercase; */
}

.pill-game-button:hover {
  border-top: solid 1px #CAB691;
  font-weight: bold;
  opacity: 1;
}

.pill-game-date-button {
    width: 50px;
    height: 37px;
    margin: 0 2px 0 0;
    border-radius: 5px;
    background-color: #CAB691;
    opacity: .9;
    padding: 0 5px 5px 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.pill-game-date-button:hover {
    border-top: solid 2px #D31145;  /* D31145 red */
    font-weight: bold;
}

.pill-game-group-slate-odds {
  width: 98%;
  margin: 0 0 8px 20px;
  font-size: 11px;
  grid-row-start: 2;
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  padding: 5px 0 5px 5px;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 1;

  background: #e6dccb;
  opacity: .9;
  border-radius: 5px;
  font-size: 13px;
  color: #002B5C;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.24);

}

.container-stats {
    display: grid;
    width: 98%;
    margin: 12px 0 5px 25px;
    grid-template-columns: 300px 700px;
    font-family: 'Montserrat', sans-serif;
}

.pill-menu-group {
    width: 1320px;
    font-size: 12px;
    grid-row-start: 1;
    grid-column-start: 1;
    display: flex;
    margin-bottom: 3px;
}

.pill-stat-button {
    width: auto;
    border-radius: 5px;
    border: solid 1px #bdc3c7;
    background-color: #e6dccb;
    opacity: .9;
    margin: 0 2px 5px 1px;
    padding: 3px;
    text-align: center;
    color: #002B5C;
}

.pill-stat-button:hover {
    /* border-top: solid 2px #CAB691; */
    font-weight: bold;
    opacity: 1;
}

.pill-stat-button-selected {
    width: auto;
    border-radius: 5px;
    border: solid 2px #ded1ba;
    border-top: solid 2px #D31145;
    background-color: #e6dccb;
    opacity: 1;
    margin: 0 2px 5px 1px;
    padding: 3px;
    text-align: center;
    color: #002B5C;
    /* text-transform: uppercase; */
    font-weight: bold;
    height: 24px;
  }

.pill-stats-date-button {
      width: auto;
      height: 24px;
      margin: 0 2px 0 0;
      border-radius: 5px;
      background-color: #CAB691;
      opacity: .9;
      padding: 3px 6px;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
  }

  .pill-stats-date-button:hover {
      border-top: solid 2px #D31145;
      font-weight: bold;
  }

.pill-game-button-odds {
    width: 72px;
    border-radius: 5px;
    /* border: solid 1px #203d5e; */
    border: solid 2px #ded1ba;
    background-color: #e6dccb;
    opacity: .9;
    margin: 0 2px 5px 1px;
    padding: 0 3px;
    text-align: left;
    color: #002B5C;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10), 0 6px 10px rgba(0, 0, 0, 0.16);
}


#toggle-text {
  cursor: pointer;
}

/* Lineup History Modal Popup */
.mpopup {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.3);
}
.modal-content {
  position: relative;
  background-color: #ebebeb;
  margin: auto;
  padding: 0;
  width: 320px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 0.3rem;
}
.modal-header {
  padding: 2px 12px;
  background-color: #e6dccb;
  color: #002147;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header h2{
  font-size: 1.25rem;
  margin-top: 14px;
  margin-bottom: 14px;
}
.modal-body {
  padding: 2px 12px;
}
.modal-footer {
  padding: 1rem;
  background-color: #ebebeb;
  color: #002147;
  /* border-top: 1px solid #e9ecef; */
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  text-align: right;
}

.close {
  float: right;
  font-size: 16px;
  opacity: 1.0 !important;
}

.btn-close {
  line-height: .5rem !important;
  color: #002147 !important;
  opacity: 1.0 !important;
  transition: none !important;
  font-size: 11px !important;
}

/* .close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
} */

/* add animation effects */
/* @-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
} */
/* Lineup History Modal Popup */



  /* ************************** ARTICLES PAGE *********************** */
  .wrapper-articles {
    width: 95%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;

  }

  .container-articles-leftnav {
      width: auto;
      margin: 12px 10px 0 20px;
      font-family: 'Montserrat', sans-serif;
      position: -webkit-sticky;
      position: sticky;
      top: 100px;
      align-items: center;
      border-radius: 5px;
      padding: 0 6px 3px 6px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  }

  .articles-twitter-feed {
      width: 350px;
      margin: 12px 0 0 10px;
      font-family: 'Montserrat', sans-serif;
      position: -webkit-sticky;
      position: sticky;
      top: 100px;
      align-items: center;
      border-radius: 5px;
      padding: 0 3px 3px 3px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
      background: white;
      color: #002147;
  }

  .pill-game-group-articles-leftnav {
      font-size: 12px;
      align-items: center;
  }

  .gameDate-articles {
      width: auto;
      padding-left: 2px;
  }

  .pill-articles-button {
      width: 230px;
      border-radius: 5px;
      border: solid 2px #ded1ba;
      background-color: #e6dccb;
      opacity: .9;
      margin-bottom: 5px;
      padding: 0 3px;
      text-align: left;
      color: #002B5C;
  }

  .pill-articles-button:hover {
    border-top: solid 2px #D31145;  /* D31145 red */
    font-weight: bold;
    opacity: 1;
  }

  .pill-articles-button-disabled {
    width: 230px;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 0 3px;
    text-align: left;
    border: solid 2px lightgray;
    background-color: #ebebeb;
    opacity: .6;
    color: #002B5C;
  }


  .themeIcon {
    margin-left: -1090px;
  }

#zones {
  display: grid;
  width: 100%;
  justify-content: center;
  grid-template-columns: 500px 500px;
  grid-template-rows:  605px 605px;
  grid-template-areas: "pitcher-zone hitter-zone";
}

#zone-grid-pitcher {
  display: grid;
  grid-area: pitcher-zone;
  width: 100%;
  justify-content: center;
  margin-top: 12px;
  grid-template-columns: 150px 100px 150px;
  grid-template-rows: 35px 180px 120px 180px;
  grid-template-areas: "zone-pitcher-name zone-pitcher-name zone-pitcher-name"
                       "zone1 zone2 zone3"
                       "zone4 zone5 zone6"
                       "zone7 zone8 zone9";
  font-family: 'Montserrat', sans-serif;
  font-size: 7px;
}

#zone-grid-hitter {
  display: none;
  /* display: grid; */
  grid-area: hitter-zone;
  width: 100%;
  justify-content: center;
  margin-top: 12px;
  grid-template-columns: 150px 100px 150px;
  grid-template-rows: 180px 120px 180px;
  grid-template-areas: "zone1 zone2 zone3"
                       "zone4 zone5 zone6"
                       "zone7 zone8 zone9";
  font-family: 'Montserrat', sans-serif;
  font-size: 7px;
}

#zone-pitcher-name {
  grid-area: zone-pitcher-name;
  font-size: 18px;
}

.zone-heart {
  /* background-color: #63BE7B; */
  background-color: #ddd;
}

.zone-shadow {
  background-color: #FFF3CD;
}

.zone-chase {
  background-color: #FCC8C9;
}

.zone-waste {
  background-color: #ebebeb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
}

.zone-num {
  font-size: 10px;
  font-weight: bold;
}

#zone11 {
  display: grid;
  grid-area: zone1;
  height: 33.4%;
  width: 33.333%;
  z-index: 2;
  margin: 120px 0 0 100px;
  padding-left: 4px;
  border-top: 1px solid #203D5E;
  border-left: 1px solid #203D5E;
}

#zone21 {
  display: grid;
  grid-area: zone1;
  height: 66.7%;
  width: 66.7%;
  z-index: 1;
  margin: 60px 0 0 50px;
  padding-left: 4px;
  border-top: 1px solid #203D5E;
  border-left: 1px solid #203D5E;
}

#zone31 {
  display: grid;
  grid-area: zone1;
  padding-left: 4px;
  border-top-left-radius: 5px;
}

#zone32 {
  display: grid;
  grid-area: zone2;
  padding-left: 4px;
  text-align: center;
  border-left: 1px solid #203D5E;
  border-right: 1px solid #203D5E;
}

#zone22 {
  display: grid;
  grid-area: zone2;
  height: 33.4%;
  width: 100%;
  z-index: 1;
  margin: 60px 0 0 0;
  padding-left: 4px;
  text-align: center;
  border-top: 1px solid #203D5E;
  border-left: 1px solid #203D5E;
  border-right: 1px solid #203D5E;
}

#zone12 {
  display: grid;
  grid-area: zone2;
  height: 33.4%;
  width: 100%;
  z-index: 2;
  margin: 120px 0 0 0;
  padding-left: 4px;
  text-align: center;
  border-left: 1px solid #203D5E;
  border-top: 1px solid #203D5E;
  border-right: 1px solid #203D5E;
}

#zone33 {
  display: grid;
  grid-area: zone3;
  padding-right: 4px;
  justify-content: end;
  text-align: right;
  border-top-right-radius: 5px;
}

#zone23 {
  display: grid;
  grid-area: zone3;
  height: 67%;
  width: 66.6%;
  z-index: 1;
  margin: 60px 50px 0 0;
  padding-right: 4px;
  justify-content: end;
  text-align: right;
  border-top: 1px solid #203D5E;
  border-right: 1px solid #203D5E;
}

#zone13 {
  display: grid;
  grid-area: zone3;
  height: 33.4%;
  width: 34%;
  z-index: 2;
  margin: 120px 100px 0 0;
  padding-right: 4px;
  justify-content: end;
  text-align: right;
  border-right: 1px solid #203D5E;
  border-top: 1px solid #203D5E;
}

#zone34 {
  display: grid;
  grid-area: zone4;
  padding-left: 4px;
  align-content: center;
  border-top: 1px solid #203D5E;
  border-bottom: 1px solid #203D5E;
}

#zone24 {
  display: grid;
  grid-area: zone4;
  height: 100%;
  width: 34%;
  z-index: 1;
  margin: 0 0 0 50px;
  padding-left: 4px;
  align-content: center;
  border-top: 1px solid #203D5E;
  border-left: 1px solid #203D5E;
  border-bottom: 1px solid #203D5E;
}

#zone14 {
  display: grid;
  grid-area: zone4;
  height: 100%;
  width: 33.4%;
  z-index: 2;
  margin: 0 0 0 100px;
  padding-left: 4px;
  align-content: center;
  border-top: 1px solid #203D5E;
  border-left: 1px solid #203D5E;
  border-bottom: 1px solid #203D5E;
}

#zone36 {
  display: grid;
  grid-area: zone6;
  padding-right: 4px;
  align-content: center;
  text-align: right;
  border-top: 1px solid #203D5E;
  border-bottom: 1px solid #203D5E;
}

#zone26 {
  display: grid;
  grid-area: zone6;
  height: 100%;
  width: 33.33%;
  z-index: 1;
  margin: 0 0 0 50px;
  padding-right: 4px;
  align-content: center;
  text-align: right;
  border-top: 1px solid #203D5E;
  border-right: 1px solid #203D5E;
  border-bottom: 1px solid #203D5E;
}

#zone16 {
  display: grid;
  grid-area: zone6;
  height: 100%;
  width: 34%;
  z-index: 2;
  padding-right: 4px;
  align-content: center;
  text-align: right;
  border-right: 1px solid #203D5E;
  border-bottom: 1px solid #203D5E;
  border-top: 1px solid #203D5E;
}

#zone37 {
  display: grid;
  grid-area: zone7;
  padding-left: 4px;
  align-content: end;
  border-bottom-left-radius: 5px;
}

#zone27 {
  display: grid;
  grid-area: zone7;
  height: 66.6%;
  width: 67%;
  z-index: 1;
  margin: 0 0 0 50px;
  padding-left: 4px;
  align-content: end;
  border-left: 1px solid #203D5E;
  border-bottom: 1px solid #203D5E;
}

#zone17 {
  display: grid;
  grid-area: zone7;
  height: 33.3%;
  width: 33.4%;
  z-index: 2;
  margin: 0 0 0 100px;
  padding-left: 4px;
  align-content: end;
  border-left: 1px solid #203D5E;
  border-bottom: 1px solid #203D5E;
}

#zone38 {
  display: grid;
  grid-area: zone8;
  padding-left: 4px;
  align-content: end;
  text-align: center;
  border-left: 1px solid #203D5E;
  border-right: 1px solid #203D5E;
}

#zone28 {
  display: grid;
  grid-area: zone8;
  height: 33.33%;
  width: 100%;
  z-index: 1;
  margin: 60px 0 0 0;
  padding-left: 4px;
  align-content: end;
  text-align: center;
  border-left: 1px solid #203D5E;
  border-right: 1px solid #203D5E;
  border-bottom: 1px solid #203D5E;
}

#zone18 {
  display: grid;
  grid-area: zone8;
  height: 33.3%;
  width: 100%;
  z-index: 2;
  padding-left: 4px;
  align-content: end;
  text-align: center;
  border-left: 1px solid #203D5E;
  border-right: 1px solid #203D5E;
  border-bottom: 1px solid #203D5E;
}

#zone39 {
  display: grid;
  grid-area: zone9;
  padding-right: 4px;
  align-content: end;
  text-align: right;
  border-bottom-right-radius: 5px;
}

#zone29 {
  display: grid;
  grid-area: zone9;
  height: 66.6%;
  width: 66.6%;
  z-index: 1;
  padding-right: 4px;
  align-content: end;
  text-align: right;
  border-right: 1px solid #203D5E;
  border-bottom: 1px solid #203D5E;
}

#zone19 {
  display: grid;
  grid-area: zone9;
  height: 33.3%;
  width: 34%;
  z-index: 2;
  padding-right: 4px;
  align-content: end;
  text-align: right;
  border-right: 1px solid #203D5E;
  border-bottom: 1px solid #203D5E;
}

#zone1 {
  display: grid;
  grid-area: zone5;
  height: 25%;
  width: 25%;
  z-index: 2;
  padding-left: 4px;
  border: 1px solid #203D5E;
}

#zone2 {
  display: grid;
  grid-area: zone5;
  height: 25%;
  width: 50%;
  z-index: 2;
  margin: 0 0 0 25px;
  padding-left: 4px;
  text-align: center;
  border-top: 1px solid #203D5E;
  border-right: 1px solid #203D5E;
  border-bottom: 1px solid #203D5E;
}

#zone3 {
  display: grid;
  grid-area: zone5;
  height: 25%;
  width: 25%;
  z-index: 2;
  margin: 0 0 0 75px;
  padding-right: 4px;
  justify-content: end;
  text-align: right;
  border-top: 1px solid #203D5E;
  border-right: 1px solid #203D5E;
  border-bottom: 1px solid #203D5E;
}

#zone4 {
  display: grid;
  grid-area: zone5;
  height: 50%;
  width: 25%;
  z-index: 2;
  margin: 30px 0 0 0;
  padding-left: 4px;
  align-content: center;
  border-left: 1px solid #203D5E;
  border-right: 1px solid #203D5E;
  border-bottom: 1px solid #203D5E;
}

#zone5 {
  display: grid;
  grid-area: zone5;
  height: 50%;
  width: 50%;
  z-index: 2;
  margin: 30px 0 0 25px;
  padding-left: 4px;
  padding-right: 4px;
  align-content: center;
  text-align: center;
  border-right: 1px solid #203D5E;
  border-bottom: 1px solid #203D5E;
}

#zone6 {
  display: grid;
  grid-area: zone5;
  height: 50%;
  width: 25%;
  z-index: 2;
  margin: 30px 0 0 75px;
  padding-right: 4px;
  align-content: center;
  text-align: right;
  border-right: 1px solid #203D5E;
  border-bottom: 1px solid #203D5E;
}

#zone7 {
  display: grid;
  grid-area: zone5;
  height: 25%;
  width: 25%;
  z-index: 2;
  margin: 90px 0 0 0;
  padding-left: 4px;
  align-content: end;
  border-left: 1px solid #203D5E;
  border-right: 1px solid #203D5E;
  border-bottom: 1px solid #203D5E;
}

#zone8 {
  display: grid;
  grid-area: zone5;
  height: 25%;
  width: 50%;
  z-index: 2;
  margin: 90px 0 0 25px;
  padding-left: 4px;
  align-content: end;
  text-align: center;
  border-right: 1px solid #203D5E;
  border-bottom: 1px solid #203D5E;
}

#zone9 {
  display: grid;
  grid-area: zone5;
  height: 25%;
  width: 25%;
  z-index: 2;
  margin: 90px 0 0 75px;
  align-content: end;
  text-align: right;
  padding-right: 4px;
  border-right: 1px solid #203D5E;
  border-bottom: 1px solid #203D5E;
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 58px;
  z-index: 1;
}

/* PlayerPage */
.playerpage-container {
  display: grid;
  width: 85%;
  margin-left: 125px;
  grid-template-columns: 310px 1fr;
  grid-template-rows:  65px 1fr;
  grid-template-areas: "playerselector playertile playertile playertile playertile"
                       "standardstats standardstats standardstats standardstats standardstats"
                       "splits splits splits splits splits"
                       "trends trends trends trends trends"
                       "gamelog gamelog gamelog gamelog gamelog"
                       "battingorder battingorder battingorder battingorder battingorder"
                       "pitchtypessummary pitchtypessummary pitchtypessummary pitchtypessummary pitchtypessummary"
                       "pitchlog pitchlog pitchlog pitchlog pitchlog"
                       "graphs graphs graphs graphs graphs";
}

.graphs-hitters-grid {
  display: grid;
  width: 100%;
  margin-top: 5px;
  margin-left: 20px;
  grid-template-columns: 50% 1fr;
  grid-template-rows:  auto 1fr;
  grid-template-areas: "graph1-hitter graph2-hitter"
                       "graph3-hitter graph4-hitter"
                       "graph5-hitter graph6-hitter"
                       "graph8-hitter graph7-hitter"
                       "graph9-hitter . ";
}

.graphs-pitchers-grid {
  display: grid;
  width: 100%;
  margin-top: 5px;
  margin-left: 20px;
  grid-template-columns: 50% 1fr;
  grid-template-rows:  auto 1fr;
  grid-template-areas: "graph1-pitcher graph2-pitcher"
                       "graph3-pitcher graph4-pitcher"
                       "graph5-pitcher graph6-pitcher"
                       "graph7-pitcher graph8-pitcher"
                       "graph9-pitcher . ";
}

.playerGraphGridItem {
  margin-bottom: 15px;
  opacity: .6;
  border-radius: 5px;
  height: 400px;
  cursor: pointer;
}

#graph1-hitter {
  grid-area: graph1-hitter;
  width: 95%;
}

#graph2-hitter {
  grid-area: graph2-hitter;
  width: 95%;
}

#graph3-hitter {
  grid-area: graph3-hitter;
  width: 95%;
}

#graph4-hitter {
  grid-area: graph4-hitter;
  width: 95%;
}

#graph5-hitter {
  grid-area: graph5-hitter;
  width: 95%;
}

#graph6-hitter {
  grid-area: graph6-hitter;
  width: 95%;
}

#graph7-hitter {
  grid-area: graph7-hitter;
  width: 95%;
}

#graph8-hitter {
  grid-area: graph8-hitter;
  width: 95%;
}

#graph9-hitter {
  grid-area: graph9-hitter;
  width: 95%;
}

#graph1-pitcher {
  grid-area: graph1-pitcher;
  width: 95%;
}

#graph2-pitcher {
  grid-area: graph2-pitcher;
  width: 95%;
}

#graph3-pitcher {
  grid-area: graph3-pitcher;
  width: 95%;
}

#graph4-pitcher {
  grid-area: graph4-pitcher;
  width: 95%;
}

#graph5-pitcher {
  grid-area: graph5-pitcher;
  width: 95%;
}

#graph6-pitcher {
  grid-area: graph6-pitcher;
  width: 95%;
}

#graph7-pitcher {
  grid-area: graph7-pitcher;
  width: 95%;
}

#graph8-pitcher {
  grid-area: graph8-pitcher;
  width: 95%;
}

#graph9-pitcher {
  grid-area: graph9-pitcher;
  width: 95%;
}

/* .graph-tooltip {
  border: 4px solid black;
  background-color: gold;
} */

.player-selector {
  grid-area: playerselector;
  background: #e6dccb;
  opacity: .9;
  height: auto;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 12px 12px 0 20px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.24);
}

#playerTile {
  grid-area: playertile;
  height: auto;
  width: 100%;
  padding: 6px 12px 0 12px;
  background: #e6dccb;
  opacity: .9;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 13px;
  color: #002B5C;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.24);
}

#playerNameLink {
  font-size: 14px;
}

#standardstats-pitchers-container {
  grid-area: standardstats;
  margin: 25px 0 20px 0 !important;
}

#standardstats-hitters-container {
  grid-area: standardstats;
  margin: 25px 0 20px 0 !important;
}

#splits-pitchers-container {
  grid-area: splits;
  margin-bottom: 20px;
}

#splits-hitters-container {
  grid-area: splits;
  margin-bottom: 20px;
}

#trends-hitters-container {
  grid-area: trends;
  margin-bottom: 20px;
}

#battingorder-hitters-container {
  grid-area: battingorder;
  margin-bottom: 20px;
}

#pitchtypessummary-pitchers-container {
  grid-area: pitchtypessummary;
  margin-bottom: 20px;
}

#pitchtypessummary-hitters-container {
  grid-area: pitchtypessummary;
  margin-bottom: 20px;
}

#gamelog-pitchers-container {
  grid-area: gamelog;
  margin-bottom: 20px;
}

#gamelogPitchersChartsToggle {
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
}

#gamelogPitchersChartsContainer {
  display: flex;
  margin: 15px 0 0 25px;
}

#gamelogPitchersChart1 {
  flex-direction: row;
  width: 350px;
  height: 280px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 12%), 0 6px 10px rgba(0, 0, 0, 24%);
  opacity: 0.9;
}

#gamelogPitchersChart2 {
  flex-direction: row;
  width: 75%;
  height: 340px;
  margin-left: 20px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 12%), 0 6px 10px rgba(0, 0, 0, 24%);
  opacity: 0.9;
}

#gamelogHittersChartsToggle {
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
}

#gamelogHittersChartsContainer {
  display: flex;
  margin: 15px 0 0 25px;
}

#gamelogHittersChart1 {
  flex-direction: row;
  width: 350px;
  height: 280px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 12%), 0 6px 10px rgba(0, 0, 0, 24%);
  opacity: 0.9;
}

#gamelogHittersChart2 {
  flex-direction: row;
  width: 75%;
  height: 340px;
  margin-left: 20px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 12%), 0 6px 10px rgba(0, 0, 0, 24%);
  opacity: 0.9;
}

#gamelog-hitters-container {
  grid-area: gamelog;
  margin-bottom: 20px;
}

#pitchlog-pitchers-container {
  grid-area: pitchlog;
  margin-bottom: 20px;
}

#pitchlog-hitters-container {
  grid-area: pitchlog;
  margin-bottom: 20px;
}

#graphs-pitchers-container {
  grid-area: graphs;
  margin-bottom: 40px;
}

#graphs-hitters-container {
  grid-area: graphs;
  margin-bottom: 40px;
}

#clearFilters-label {
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
}

#clearFilters-label-pitcherVsTeam {
  margin: 0 0 0 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  color: #002B5C;
  cursor: pointer;
}

.showHideLogGrid {
  -webkit-transition: 1s;
  transition: 1s;
}

#log-labels {
  width: 98%;
  font-size: 13px;
  font-weight: bold;
  /* background: #ded1ba; */
  background: #e6dccb;
  color: #002147;
  opacity: .8;
  margin-left: 17px;
  margin-bottom: 2px;
  border-radius: 3px;
  padding-left: 3px;
}

#matchups-time {
  color: #002147;
}

#matchups-time-ppd {
  color: red;
}

.o-card_paragraph {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.privacy-container {
    display: flex;
    flex-direction: column;
    width: 800px;
    margin: auto;
    justify-content: center;
}

.privacy-page {
  margin: 25px 0 10px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #002B5C;
  text-align: left;
  background-color: #fff;
  padding-top: 15px;
  padding-left: 50px;
  padding-right: 25px;
  border: solid 2px #ded1ba;
  border-radius: 8px;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.24);

  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.bg-logo {
    position: fixed;
    /* display:inline-block; */
    /* padding:80px; */
  }
.bg-logo:before {
  content:"";
  position:fixed;
  width:60%;
  height:60%;
  left:20%;
  top:25%;
  z-index:-1;
  opacity:.05;
  /* background-image: url("../../assets/moonball.png"); */
  /* background-image: url("../../assets/moonball_wrappedtext_lightbg.png"); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.alertMessage {
  font-family: 'Montserrat', sans-serif;
  width: 95%;
  margin: 5px 0 10px 25px;
  padding: 2px 0 2px 5px;
  color: #ded1ba;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid turquoise;
}

.alertImg {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0 6px 0 0;
}

#mobile-scroll-message {
  display: none;
}


#bets-graph-container {
  /* display: block; */
  margin: 20px 0 40px 15px;
}

#bets-graph {
  border: solid 1px #BDC3C7;
  border-radius: 3px;
  opacity: .6;
}

#about {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  /* margin-left: 48px; */
}

#navbar-moonshot-img {
  height: 32px;
  margin-left: -8px;
}


#injuries {
  padding-right: 10px;
  color: #002147;
}

.wind-arrow {
  font-size: 15px;
  padding-left: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  display: inline-block;
}

.ag-tool-panel-wrapper {
  width: 200px !important;
  padding-right: 15px;
}



.team-logo {
  margin-bottom: 3px;
  width: 28px;
  height: 28px;
  /* background: #f5f1ea no-repeat; */
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}


.team-logo-non-lineups {
  margin-bottom: 1px;
  width: 22px;
  height: 22px;
  /* background: #f5f1ea no-repeat; */
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.team-logo-marlins {
  margin-bottom: 3px;
  width: 22px;
  height: 22px;
  /* background: #f5f1ea no-repeat; */
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.team-logo-non-lineups-marlins {
  margin-bottom: 1px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.team-logo-odds {
  /* margin-bottom: 2px; */
  width: 18px;
  height: 18px;
  /* background: #f5f1ea no-repeat; */
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.team-logo-odds-marlins {
  margin-bottom: 3px;
  width: 20px;
  height: 20px;
  /* background: #f5f1ea no-repeat; */
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.windArrow {
  background-image: url("../../assets/diamond.png");
  background-repeat: no-repeat;
  background-size: 18px;
}

#trends-quickfilter {
  color: #002147;
  font-size: 12px;
  cursor: pointer;
}

#trends-quickfilter-icon {
    color: #002147;
    cursor: pointer;
}

.schedule-quickfilter {
  color: #002147;
  font-size: 12px;
  cursor: pointer;
}

.schedule-quickfilter-icon {
  color: #002147;
  cursor: pointer;
}

.container-quickfilters {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    margin: -25px 0 0 370px;
    width: 900px;
    height: 40px;
}

.container-quickfilters-schedule {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  margin: -35px 0 0 170px;
  width: 900px;
  height: 40px;
}

.container-quickfilters-lineuphistory {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  margin: -35px 0 0 220px;
  width: 900px;
  height: 40px;
}

.container-quickfilters-schedule-teams {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  margin: -10px 0 0 20px;
  width: 900px;
  height: 40px;
}

.container-quickfilters-projections-teams {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  margin: -5px 0 0 25px;
  width: 1300px;
  height: 80px;
}

.container-quickfilters-schedule-weekly {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  font-size: 12px;
  margin: -40px 0 0 250px;
  width: auto;
  height: 40px;
}

.container-quickfilters-oddsboard {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  font-size: 12px;
  margin: 0 0 0 20px;
  width: auto;
  height: 75px;
}

.container-quickfilters-fielding-gamesbyposition {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  margin: -35px 0 0 240px;
  width: 900px;
  height: 40px;
}

.container-quickfilters-projections-weekly {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  /* margin: -35px 0 0 270px; */
  margin: -25px 0 0 25px;
  width: 98%;
  height: 40px;
}

.container-quickfilters-rangeofoutcomes-hitters {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  font-size: 12px;
  margin: -25px 0 30px 100px;
  width: auto;
  height: 40px;
}

.container-quickfilters-rangeofoutcomes-pitchers {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  font-size: 12px;
  margin: -25px 0 0 110px;
  width: auto;
  height: 40px;
}

.playerGraph {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 12%), 0 6px 10px rgba(0, 0, 0, 24%);
  opacity: 0.6;
}

#myprofilecheckboxlabels {
  font-size: 13px;
  color: #ded1ba;
}


.toastContainer {
  position: fixed;
  margin: 30px 20px 30px 0;
  z-index: 999999;
  border-radius: .5em;
}

.toastContainer[data-position="bottom-right"] {
  bottom: 0;
  right: 0;
}

#toastCloseAll {
  display: none;
  width: 60px;
  bottom: 0;
  right: 0;
  margin-top: 3px;
  padding: .2rem;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  background-color: #ded1ba;
  cursor: pointer;
  border: 1px solid #203D5E;
  border-radius: .5em;
  transition-timing-function: ease-out;
  transition: 0.55s;  
  transform: translateY(0);
  text-align: center;
}

.toastCard {
  box-sizing: border-box;
  padding: .5rem;
  background-color: #ded1ba;
  border: 1px solid #203D5E;
  border-radius: .5em;
  width: 230px;
  position: relative;
  margin-top: 6px;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  color: #002147;
  transition-timing-function: ease-out;
  transition: 0.55s;  
  transform: translateY(0);
}

.toastTitle {
  font-weight: bold;
  margin-bottom: 4px;
}

.toastBody {
}

.teamLogo {
  margin-right: 4px;
}

.toastClose {
  position: absolute;
  font-size: 13px;
  /* color: #ded1ba; */
  color: #002147;
  top: 2px;
  right: 8px;
  cursor: pointer;
}

#fieldset-interval {
  margin: -40px 0 0 150px;
  width: 320px;
  height: 38px;
  /* border: 1px solid #ded1ba;
  border-radius: 5px;   */
}

legend {
  margin-bottom: -1px;
  font-size: 12px;
  color: #002147;
  width: auto;
}

#fieldset-position {
  margin: -64px 0 0 450px;
  width: 315px;
  height: 65px;
  /* border: 1px solid #ded1ba;
  border-radius: 5px;   */

  /* margin: -38px 0 0 425px;
  width: 550px;
  height: 38px;
  border: 1px solid #ded1ba;
  border-radius: 5px;   */
}

#fieldset-site {
  margin: -65px 0 0 800px;
  width: 210px;
  height: 65px;
  /* border: 1px solid #ded1ba;
  border-radius: 5px;   */

  /* margin: -38px 0 0 425px;
  width: 550px;
  height: 38px;
  border: 1px solid #ded1ba;
  border-radius: 5px;   */
}

#exportoptions {
  /* margin: -165px 0 0 1000px; */
  margin: 3px 0 0 925px;
}

#exportbutton {
  /* cursor:pointer; */
  font-size:12px;
  color: white;
  background-color: #ccc;
  /* color:#002147;
  background-color:#63BE7B; */
  border:1px solid #ded1ba;
  border-radius:5px;
  margin:4px 3px 3px 2px;
  padding:2px 5px 3px 3px;
}

.rating-value {
  height: 12px;
  width: 12px;
  /* margin: 0 3px 3px 3px; */
  padding: 2px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  /* border-radius: 50%; */
  color: #002147;
  /* padding-left: 2px; */
}

#upgrade-label {
  font-size: 10px;
  color: #002147;
}

.docs-charts-component-canvas {
  font-family: 'Montserrat', sans-serif;
}

#fieldset-overunder {
  margin: 16px 60px 0 5px;
  width: 40px;
  height: 40px;
  /* border: 1px solid #ded1ba; */
  /* border-radius: 5px; */
}

#fieldset-game {
  margin: 0 30px 0 0;
  width: 200px;
  height: 40px;
  /* border: 1px solid #ded1ba;
  border-radius: 5px; */
}

#fieldset-hitters {
  margin: 0;
  width: 440px;
  height: 70px;
  /* border: 1px solid #ded1ba; */
  /* border-radius: 5px; */
}

#fieldset-pitchers {
  margin: 0;
  width: 280px;
  height: 40px;
  /* border: 1px solid #ded1ba; */
  /* border-radius: 5px; */
}

#overUnderOptions {
  margin: 50px 0 0 -200px;
}

#fieldset-hitters-rangeofoutcomes {
  margin: 0 0 0 10px;
  padding-top: 7px;
  width: 465px;
  height: 60px;
  /* border: 1px solid #ded1ba; */
  /* border-radius: 5px; */
}

#fieldset-pitchers-rangeofoutcomes {
  margin: 0 0 0 10px;
  padding-top: 7px;
  width: 222px;
  height: 30px;
  /* border: 1px solid #ded1ba; */
  /* border-radius: 5px; */
}

.radio-blue {
  float: left;
  position: relative;
  color: turquoise;
  margin-left: 8px;
  cursor: pointer;
  width: auto;
}

.radio-blue input[type="radio"] {
  display: none;
}

.radio-blue input[type="radio"]:not(:checked) + label {
  /* background: #002147; */
  background: #ded1ba;
  border: 1px solid #203d5e;
  border-radius: 10px;
  padding: 0 6px;
  color: #002147;
  opacity: 0.8;
}

.radio-blue input[type="radio"]:checked + label {
  /* background-color: #203d5e; */
  background: #ded1ba;
  border: 1px solid #203d5e;
  border-radius: 10px;
  padding: 0 6px;
  color: #002147;
  font-weight: bold;
  opacity: 0.8;
}

.radio-blue label {
  cursor: pointer;
}

.odds-price-points-grid {
  color:#007bff;
  font-size:11px;
}

.odds-gamepill-teamname {
  font-size: 11px;
  text-transform: uppercase;
  padding-right: 3px; 
}

.odds-gamepill-teamname:hover {
  font-weight: bold;
}

.odds-gamepill-gametime {
  font-size: 11px;
  padding-right: 3px; 
}

.odds-gamepill-gametime:hover {
  font-weight: bold;
}

#rangeofoutcomes-hitters-header {
  scroll-margin: 75px;
}

#rangeofoutcomes-pitchers-header {
  scroll-margin: 75px;
}

#rangeofoutcomes-pitchers-outs-header {
  scroll-margin: 75px;
}

#ows-rankings {
    margin-left:15px;
    height:470px;
    width:40%;
}

.game-pill-time {
  font-size:10px;
}

.batting_order_circle_projected {
  margin-left: 40%;
  width: 12px;
  height: 12px;
  background-color: #F8696B;
  border-radius: 50%; /* Makes it perfectly round */
  display: flex;
  justify-content: center;
  align-items: center;
  /* color: #1A3C5A; */
  color: #FFF5F0;
  font-size: 10px; /* Adjust based on circle size */
  font-weight: bold;
}

.batting_order_circle_confirmed {
  margin-left: 40%;
  width: 12px;
  height: 12px;
  background-color: #63BE7B;
  border-radius: 50%; /* Makes it perfectly round */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1A3C5A;
  font-size: 10px; /* Adjust based on circle size */
  font-weight: bold;
}

/* table td {
  position: relative;
}

.injTooltip {
  width: 150px;
  height: 90px;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  position: absolute;
  top: 5px;
  left: 50px;
  display: none;
}

.injTooltip {
  z-index: 100;
}

.link {
  display: block;
  width: 9%;
}

.link:hover+.injTooltip {
  display: block;
}

.injTooltip:hover {
  display: block;
} */



/* ****************** */
/* MEDIA */
/* ****************** */

@media screen and (min-width: 768px) and (max-width: 1800px) {

  .main-data-grid-lineuphistory {
    height: 475px;
  }

  .main-data-grid-fielding-gamesbyposition {
    height: 675px;
  }

  .main-data-grid-projections-weekly {
    height: 650px;
  }

  .main-data-grid-oddsboard {
    height: 375px;
  }

  .main-data-grid-projections-ud {
    height: 440px;
  }

}


@media only screen and ( max-width:768px ){
  .article-container {
    display: flex;
    flex-direction: column;
    width: auto;
    margin: auto;
    justify-content: center;
  }

  #gamelog-pitchers-container {
    height: 100px;
  }

	.article-page{
		max-width:98%;
    margin-left: 4px;
	}

  #article-title {
    font-size: 18px;
  }

  #article-date {
    font-size: 10px;
  }

  #article-author {
    font-size: 12px;
  }

  .container-articles-leftnav {
    display: none;
  }

  .articles-twitter-feed {
    display: none;
  }

  .privacy-container {
    display: flex;
    flex-direction: column;
    width: auto;
    margin: auto;
    justify-content: center;
  }

  .privacy-page{
		max-width:55%;
    margin-left: 25px;
	}

  .a-container {
    max-width:100%;
    display: flex;
    flex-direction: column;
    /* width: auto; */
    margin: auto;
    justify-content: center;
  }

  #bets-team {
      display: none;
  }

  #bets-player {
      display: none;
  }

  #bets-team-archive {
      display: none;
  }

  #bets-player-archive {
      display: none;
  }

  #bets-team-mobile {
      /* display: initial; */
      display: block;
      max-width:96%;

      margin: 5px 0 10px 8px;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      color: #002B5C;
      text-align: left;
      background-color: #fff;
      padding-top: 5px;
      padding-left: 10px;
      padding-right: 10px;
      border: solid 2px #ded1ba;
      border-radius: 3px;
      box-shadow: 0 6px 9px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.24);

      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;

  }

  .table-bets {
      font-size: 13px;
  }

  /* .table-bets tbody{
    display:block;
    overflow:auto;
    height:400px;
    width:100%;
  }

  .table-bets thead tr{
    display: block;
  } */

  #bets-player-mobile {
      /* display: initial; */
      display: block;
      max-width:96%;

      margin: 5px 0 10px 8px;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      color: #002B5C;
      text-align: left;
      background-color: #fff;
      padding-top: 5px;
      padding-left: 10px;
      padding-right: 10px;
      border: solid 2px #ded1ba;
      border-radius: 3px;
      box-shadow: 0 6px 9px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.24);

      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;

  }

  #bets-graph {
      /* display: initial; */
      display: block;
      max-width:96%;
      opacity: 1;
      margin: 5px 0 10px 8px;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      color: #002B5C;
      text-align: left;
      background-color: #fff;
      border: solid 2px #ded1ba;
      box-shadow: 0 6px 9px rgba(0, 0, 0, 0.12), 0 6px 8px rgba(0, 0, 0, 0.24);

      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;

  }

  .table-bets tr:nth-child(even) {
    background-color: #F2F2F2;
  }

  #pageHeader {
      margin-left: 5px;
  }

  #pageHeader-bets {
      margin-left: 7px;
  }

  #bets-graph-container {
    margin: 5px 0 0 0;
  }

  #mobile-scroll-message {
      display: block;
      margin-left: 7px;
      font-size: 9px;
      color: #aaa;
  }

  .alertMessage {
    width: 98%;
    margin: 5px 0 10px 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  #navbar-moonshot-img {
    height: 22px;
    margin-left: -8px;
  }

  .main-data-grid {
    height: 400px;
    width: 98%;
  }

  .main-data-grid-schedule {
    height: 400px;
    width:98%;
  }

  .main-data-grid-lineuphistory {
    height: 400px;
    width:98%;
  }

  .main-data-grid-fielding-gamesbyposition {
    height: 475px;
    width: 98%;
  }

  .main-data-grid-projections-weekly {
    height: 440px;
    width: 98%;
  }

  .main-data-grid-oddsboard {
    height: 375px;
    width: 98%;
  }

  .main-data-grid-projections-ud {
    height: 440px;
    width: 60%;
  }

  .pill-articles-button {
    width: 230px;
    border-radius: 5px;
    border: solid 2px #ded1ba;
    background-color: #e6dccb;
    opacity: .9;
    margin-bottom: 5px;
    padding: 0 3px;
    text-align: left;
    color: #002B5C;
  }

  .pill-articles-button:hover {
    border-top: solid 2px #D31145;  /* D31145 red */
    font-weight: bold;
    opacity: 1;
  }

  .pill-articles-button-disabled {
    width: 230px;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 0 3px;
    text-align: left;
    border: solid 2px lightgray;
    background-color: #ebebeb;
    opacity: .6;
    color: #002B5C;
  }

}

@media screen and (min-width: 360px) and (max-width: 768px) {
  #navbar-moonshot-img {
    height: 28px;
    margin-left: -12px;
  }

  #playerSelector-nav-container {
    display: none;
  }  

  #ows-rankings {
    height:400px;
    width:auto;
  }

  .main-data-grid-projections-ud {
    margin: 0 0 0 15px;
    height: 450px;
    width: 90%;
  }


}
