/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Open Sans', sans serif;
}

#desktop_menu_wrapper {
  display: flex;
  justify-content: space-between;
}

#desktop_menu_wrapper ul {
  margin-top: 8px;
}

.navbar-nav>li>a
{
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff !important;
  font-size: 10pt;
  margin: 0px 13px;
}

.navbar-header a {
  color: #fff !important;
}


/* Used for the mobile header at the top WEEK # */
.ios-title {
  color: #555;
  font-size: 14pt;
  line-height: 20pt;
}

.ios-title .fa {
  font-size: 10pt !important;
}

.minitopbar {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  min-height: 50px;
  padding: 0px !important;
  color: #fff;
  background-image: linear-gradient(to bottom,#2a6285,#255877 100%);
}

.minitopbar .fal {
  font-size: 2em !important;
}

.minitopbar.winner {
  background-image: linear-gradient(to bottom,#42ca81, #67d49a 100%)
}

.user_icon {
  font-size: 30px;
  --fa-secondary-opacity: .85;
  margin-right: 10px;
}
/* END */

.mytopbar {
  background-image: linear-gradient(to bottom,#2a6285,#255877 100%);
}

.navbar.fixed-bottom {
  background-color: #fff;
  border-top: 1px solid #ccc;
}

.bottomNavBar {
  padding: 15px 0px 15px 0px;
}

.bottomNavBar i,
.bottomNavBar svg {
  font-size: 30px;
  --fa-secondary-opacity: .85;
  --fa-primary-color: #777;
  --fa-secondary-color: #ccc;
}

.bottomNavBar i.active,
.bottomNavBar svg.active {
  --fa-primary-color: #428bca !important;
}


#footerRightBadge {
  color: #fff;
  background-color: #428bca;
  position: relative;
  top: 7px;
  left: 20px;
  z-index: 1000;
  font-size: 10px;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.leaderBadge {
  color: #fff;
  margin-top: -4px;
  font-size: 12px;
  padding: 0px 0px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 2px solid;
}

/*Login form */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  margin-top: 50px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 25px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


@media (min-width: 200px) {
  #content {
    margin-top: 60px;
    margin-bottom: 85px;
  }

  .makePicksContainer {
    padding: 0px;
    margin-top: 50px !important;
  }
}

@media (min-width: 768px) {
  #content {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .makePicksContainer {
    padding: 0px;
    margin-top: 15px !important;
  }
}



.makePicks {
  max-width: 550px;
}

.makePicks tr {
  border-bottom: 1px solid #eee;
}

.makePicks tr:last-of-type {
  border-bottom: 0px;
}

.makePicks th {
  background-color: #eee;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14pt;
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

.makePicks td {
  font-family: "Open Sans";
  font-size: 10pt;
  font-weight: 300;
  color: #000;
  text-align: center;
  padding: 10px 0px;
}

.save_marker .fal {
  opacity: 0;
  height: 0;
  overflow: hidden;
  color: #3F9D7B;
  font-size: 20pt;
  transition: .25s linear all;
}

.save_marker.saved .fal {
  opacity: 1;
  height: auto;
  transition: .25s linear all;
}

.save_marker.clear .fal {
  opacity: 0;
  height: auto;
  transition: .5s linear all;
}

.makePicks i {
  font-size: 16pt;
  color: goldenrod;
  margin-top: 10px;
  --fa-secondary-opacity: .85;
  --fa-primary-color: goldenrod;
  --fa-secondary-color: #ccc;
}

#mnf_is_saved {
  display: none;
}

#mnf_is_saved.saved {
  float: right;
  margin-top: -28px;
  margin-right: 5px;
  display: block;
  color: rgba(63, 157, 123, 1);
}

.mobile_matchup {
	margin-bottom: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom:  1px solid #ccc;
	font-size: 9pt;
}

.boldRow {
	font-weight: bold;
}

.userPickCaps {
	text-transform:  uppercase;
}

.whoPickedGroup {
	display: none;
	border: 1px solid #aaa;
  margin: 10px 0px;
}

.whoPickHeader {
	background-color: #eee;
	color: #000;
	border-bottom: 1px solid #aaa;
	margin: 0px !important;
	font-weight: bold;
	font-size: 10pt;
}

.whoPickedGroup .row:last-of-type {
	font-size: 8pt;
	margin: 0px;
}

.whoPickedGroup .logo_home {
  position: absolute;
  top: 30px;
  left: 25%
}

.whoPickedGroup .logo_away {
  position: absolute;
  top: 30px;
  left: 25%;
}

.dataRow {
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
  margin: 0px -15px;
}

.highlightUser {
	background-color: #eee;
}

.rulesList li {
  line-height: 22pt;
}


.printer_icons .fas,
.printer_icons .far,
.printer_icons .fal {
  float: left;
  font-size: 50pt;
  margin: 20px;
}

.mobile_leaderboard p {
  border-bottom: 1px solid #eee;
  padding: 8px 20px;
  margin: 5px -15px;
}

.mobile_leaderboard p .leaderBadge {
  margin-top: -7px !important;
}

/* index, big button nav */

#index_big_button_navigation {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.big_button_row {
  display: table-row;
}

.big_button_row a {
  border-right: 1px solid #ebedf2;
  border-bottom: 1px solid #ebedf2;

  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 1.75rem 1.50rem;
  transition: all .3s;

  color: #555 !important;
}

.big_button_row a:focus {
  text-decoration: none !important;
}

.big_button_row a i,
.big_button_row a svg {
  display: block;
  font-size: 30pt;
  margin-bottom: 10px;
  --fa-secondary-opacity: .85;
  --fa-primary-color: #428bca;
  --fa-secondary-color: #ccc;
}

#weekly_progress_bar {
  background-color: #eee;
  border-radius: .25rem;
  height: 2rem;
  margin: 0px 15px;
  font-size: 1.5rem;
  display: flex;
}

#weekly_progress_top_color {
  background-color: #428bca;
  display: flex;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
  padding-left: 10px;
}

.resultsBadge {
  background-color: #428bca;
  color: #fff;
  border-color: #2e618d;
}

.moneybags {
  font-size: 20pt;
  margin-right: 10px;
  margin-top: -3px;
  float: right;
  --fa-secondary-opacity: .85;
  --fa-primary-color: #42ca81;
  --fa-secondary-color: #67d49a;
}




/* WEEK SELECTION SLIDEOUT */
.modal-dialog-slideout {min-height: 100%; margin: 0 0 0 auto;background: #fff;}
.modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(100%,0)scale(1);transform: translate(100%,0)scale(1);}
.modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);display: flex;align-items: stretch;-webkit-box-align: stretch;height: 100%;}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{overflow-y: auto;overflow-x: hidden;}
.modal-dialog-slideout .modal-content{border: 0;}
.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {height: 69px; display: block;}
.modal-dialog-slideout .modal-header h5 {float:left;}

#phone_weekSelection .modal-dialog-slideout {width: 250px;}

#phone_weekSelection .modal-body {
  padding: 0px !important;
}

#phone_weekSelection .modal-header {
  height: 50px;
  padding-top: 11px;
}

.mobile_week_selection {
  border-bottom: 1px solid #eee;
  padding: 8px 20px;
  margin: 0px -10px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.mobile_week_selection.selected {
  background-color: #eee;
}
/* END SLIDEOUT SELECTION CODE */

.blueButtons {
    background-color: #2a6285;
    border-color: #255877;
    color: #fff;
}

.form-control {
  margin-bottom: 10px;
}

.settingsAlert {
  background-color: #eee;
  font-size: 11pt;
  display: flex;
}

.settingsAlert i {
  font-size: 16pt;
  margin-right: 10px;
}




.gauge {
    position: relative;
    border-radius: 50%/100% 100% 0 0;
    background-color: var(--color, #a22);
    overflow: hidden;
}
.gauge:before{
    content: "";
    display: block;
    padding-top: 50%;   /* ratio of 2:1*/
}
.gauge .chart {
  overflow: hidden;
}
.gauge .mask {
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 0;
  top: 40%;
  background-color: #fff;
  border-radius: 50%/100% 100% 0 0;
}

.gauge .percentage {
    position:  absolute;
    top: -1px;
    left: -1px;
    bottom: 0;
    right: -1px;
    background-color: var(--background, #aaa);
    transform:rotate(var(--rotation));
    transform-origin: bottom center;
    transition-duration: 600;
}
.gauge:hover {
  --rotation: 100deg;
}
.gauge .value {
  position:absolute; bottom:0%; left:0;
  width:100%;
  text-align: center;
}

.gauge .min {
  position:absolute;
  bottom:0; left:5%;
}
.gauge .max {
  position:absolute;
  bottom:0; right:5%;
 }

 .leaderboardStar {
   --fa-primary-color: #333;
   --fa-secondary-color: #f4d03f;
   font-size: 16pt;
   margin-left: 10px;
 }
