@-webkit-keyframes fly {
  0% {
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -300px;
    -ms-transform-origin: 50% 50% -300px;
    transform-origin: 50% 50% -300px;
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -300px;
    -ms-transform-origin: 50% 50% -300px;
    transform-origin: 50% 50% -300px;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@keyframes fly {
  0% {
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -300px;
    -ms-transform-origin: 50% 50% -300px;
    transform-origin: 50% 50% -300px;
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -300px;
    -ms-transform-origin: 50% 50% -300px;
    transform-origin: 50% 50% -300px;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@-webkit-keyframes play {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}

@keyframes play {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes btn-hover-forward {
  0% {
    bottom: 0;
    color: #8edeff;
  }
  30% {
    bottom: 50px;
    opacity: 1;
  }
  31% {
    opacity: 0;
    color: #8edeff;
  }
  32% {
    bottom: -50px;
    color: #000;
  }
  33% {
    opacity: 1;
  }
  80% {
    bottom: 0;
    color: #000;
  }
  100% {
    color: #000;
  }
}

@keyframes btn-hover-forward {
  0% {
    bottom: 0;
    color: #8edeff;
  }
  30% {
    bottom: 50px;
    opacity: 1;
  }
  31% {
    opacity: 0;
    color: #8edeff;
  }
  32% {
    bottom: -50px;
    color: #000;
  }
  33% {
    opacity: 1;
  }
  80% {
    bottom: 0;
    color: #000;
  }
  100% {
    color: #000;
  }
}

@-webkit-keyframes btn-hover-backward {
  0% {
    bottom: 0;
    color: #000;
  }
  30% {
    bottom: -50px;
    opacity: 1;
  }
  31% {
    opacity: 0;
    color: #000;
  }
  32% {
    bottom: 50px;
    color: #8edeff;
  }
  33% {
    opacity: 1;
  }
  80% {
    bottom: 0;
    color: #8edeff;
  }
  100% {
    color: #8edeff;
  }
}

@keyframes btn-hover-backward {
  0% {
    bottom: 0;
    color: #000;
  }
  30% {
    bottom: -50px;
    opacity: 1;
  }
  31% {
    opacity: 0;
    color: #000;
  }
  32% {
    bottom: 50px;
    color: #8edeff;
  }
  33% {
    opacity: 1;
  }
  80% {
    bottom: 0;
    color: #8edeff;
  }
  100% {
    color: #8edeff;
  }
}

@-webkit-keyframes play-btn {
  0% {
    width: 0;
  }
  10%, 50% {
    width: 100%;
  }
  60% {
    width: 0;
  }
}

@keyframes play-btn {
  0% {
    width: 0;
  }
  10%, 50% {
    width: 100%;
  }
  60% {
    width: 0;
  }
}

@-webkit-keyframes text-bounce {
  0%, 5% {
    top: 0;
  }
  6% {
    top: -10px;
  }
  7%, 58% {
    top: 0;
  }
  59% {
    top: -10px;
  }
  60% {
    top: 0;
  }
}

@keyframes text-bounce {
  0%, 5% {
    top: 0;
  }
  6% {
    top: -10px;
  }
  7%, 58% {
    top: 0;
  }
  59% {
    top: -10px;
  }
  60% {
    top: 0;
  }
}

@-webkit-keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

@-webkit-keyframes menu {
  0% {
  }
  50% {
    height: 50px;
  }
  100% {
    height: 50px;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes menu {
  0% {
  }
  50% {
    height: 50px;
  }
  100% {
    height: 50px;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes text-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes text-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

/* spinner start */
@-webkit-keyframes left-size {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  25% {
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    z-index: 5;
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@keyframes left-size {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  25% {
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    z-index: 5;
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@-webkit-keyframes right-size {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  75% {
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
    z-index: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes right-size {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  75% {
    -webkit-transform: scale(0.35);
    transform: scale(0.35);
    z-index: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes left-position {
  50% {
    left: 150%;
  }
}

@keyframes left-position {
  50% {
    left: 150%;
  }
}

@-webkit-keyframes right-position {
  50% {
    right: 150%;
  }
}

@keyframes right-position {
  50% {
    right: 150%;
  }
}

/* spinner end */
/* fadein animate */
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  70% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  70% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px) scale(0.8);
    -ms-transform: translateY(-200px) scale(0.8);
    transform: translateY(-200px) scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px) scale(0.8);
    -ms-transform: translateY(-200px) scale(0.8);
    transform: translateY(-200px) scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px) scale(0.8);
    -ms-transform: translateY(200px) scale(0.8);
    transform: translateY(200px) scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px) scale(0.8);
    -ms-transform: translateY(200px) scale(0.8);
    transform: translateY(200px) scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@-webkit-keyframes coin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px) rotate(27deg);
    -ms-transform: translateY(-200px) rotate(27deg);
    transform: translateY(-200px) rotate(27deg);
  }
  20% {
    opacity: 0.6;
    -webkit-transform: translateY(0) rotate(27deg);
    -ms-transform: translateY(0) rotate(27deg);
    transform: translateY(0) rotate(27deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  60% {
    -webkit-transform: translateY(0) rotate(-24deg);
    -ms-transform: translateY(0) rotate(-24deg);
    transform: translateY(0) rotate(-24deg);
  }
  90% {
    -webkit-transform: translateY(0) rotate(10deg);
    -ms-transform: translateY(0) rotate(10deg);
    transform: translateY(0) rotate(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes coin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px) rotate(27deg);
    -ms-transform: translateY(-200px) rotate(27deg);
    transform: translateY(-200px) rotate(27deg);
  }
  20% {
    opacity: 0.6;
    -webkit-transform: translateY(0) rotate(27deg);
    -ms-transform: translateY(0) rotate(27deg);
    transform: translateY(0) rotate(27deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  60% {
    -webkit-transform: translateY(0) rotate(-24deg);
    -ms-transform: translateY(0) rotate(-24deg);
    transform: translateY(0) rotate(-24deg);
  }
  90% {
    -webkit-transform: translateY(0) rotate(10deg);
    -ms-transform: translateY(0) rotate(10deg);
    transform: translateY(0) rotate(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes giraffeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes giraffeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes giraffeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  80% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes giraffeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  80% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.white-box:after,
.tabs-chk-holder:after,
.range-wrap:after,
#header:after,
.table-filter-wrap:after,
.row:after,
.results-wrap:after,
.advanced-top:after,
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

html, body {
  height: 100%;
}

body {
  min-width: 320px;
  font: 13px/15px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #707070;
  background: #dee2ee;
  margin: 0;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center !important;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.display-block {
  display: block !important;
}

button.display-block {
  width: 100%;
}

.pointer {
  cursor: pointer;
}

.m0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.hidden {
  display: none !important;
}

.display-inline {
  display: inline;
}

.dib {
  display: inline-block;
}

.form-inline-block {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}

/* text styles */
.text-muted {
  color: #999;
}

.text-gray {
  color: #666;
}

.text-green {
  color: #00cf70;
}

.text-red {
  color: #f55656;
}

.text-orange {
  color: #ff7441;
}

.text-black {
  color: #000;
}

.text-dark {
  color: #333;
}

.text-blue {
  color: #057df7;
}

.text-md {
  font-size: 16px;
  line-height: 20px;
}

.text-sm {
  font-size: 12px;
  line-height: 15px;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.fw-normal {
  font-weight: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

p {
  margin: 0 0 20px;
}

p:last-child {
  margin: 0;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
  counter-reset: section;
}

ol > li {
  counter-increment: section;
  position: relative;
}

ol > li:before {
  float: left;
  vertical-align: top;
  content: "" counter(section) " -";
  padding: 0 3px 0 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
  border-style: none;
  max-width: 100%;
  height: auto;
}

a {
  color: #279d25;
  text-decoration: none;
  transition: all 0.2s ease;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.layout-fix {
  display: table;
}

.layout-fix:after {
  content: ". .";
  display: block;
  font-size: 0;
  height: 0;
  word-spacing: 99in;
  overflow: hidden;
}

.float-box {
  float: left;
  width: 100%;
}

/* forms */
.row {
  margin: 0 -15px;
}

.form-group {
  margin: 0 0 20px;
}

input[type=text], input[type=submit], input[type=button],
input[type=password], input[type=file], textarea {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

button,
input,
textarea,
select {
  font: 100% Roboto, Arial, Helvetica, sans-serif;
  color: #343f52;
  outline: none;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.form-sub-text,
.form-text {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin: 10px 10px 0 0;
}

.form-sub-text {
  font-size: 13px;
  font-weight: normal;
}

.form-control + .form-sub-text {
  margin-left: -5px;
}

.form-divider {
  margin: 10px 10px 0 0;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
}

label {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 5px;
  font-weight: bold;
}

label.required:after {
  content: ' *';
  color: #f00;
}

.form-control {
  box-shadow: none;
  background: #fff;
  font-size: 13px;
  line-height: 18px;
  width: 100%;
  margin: 0;
  color: #888;
  height: 40px;
  padding: 10px;
  border: 1px solid #ddd;
  transition: all 0.2s ease;
}

.form-control:focus {
  border-color: #ddd;
}

.form-control[disabled] {
  opacity: 0.5;
}

.form-control.highlighted {
  border-color: #057df7;
  color: #057df7;
}

.form-control.highlighted + .percent {
  color: #057df7;
}

.form-control.disabled {
  background: #e9e8e8;
}

/* custom select */
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: '';
  background: #fff url("../images/arrow-down.svg") no-repeat right 7px top 50%;
  padding: 10px 20px 10px 8px;
}

select.form-control::-ms-expand {
  display: none;
}

textarea.form-control {
  height: auto;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

.form-inline {
  margin: 0 -10px 0 0;
}

.form-inline .form-control {
  vertical-align: top;
  max-width: 150px;
  margin: 0 10px 10px 0;
}

.form-control.input-tn {
  max-width: 46px;
}

.form-control.input-sm {
  max-width: 64px;
}

.form-control.input-md {
  width: 110px;
}

.form-inline .percent-in .form-control {
  margin: 0;
}

.form-inline-flex {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 0 0;
}

.form-inline-flex .wide-block {
  -ms-flex: 1;
  flex: 1;
}

.form-inline-flex > * {
  margin: 2px 10px 2px 0;
}

.form-inline-flex .form-sub-text {
  margin-left: 0;
  line-height: 15px;
}

body .react-selectize.root-node {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
}

#wrapper .react-selectize.default.root-node .react-selectize-control {
  border-color: #ddd;
  background: #fff;
  border-radius: 0;
  padding: 4px 2px;
  min-height: 40px;
}

body .react-selectize.dropdown-menu.default:not(.flipped) {
  border-radius: 0;
  border-color: #ddd;
}

body .react-selectize.default.root-node.open:not(.flipped) .react-selectize-control {
  border-radius: 0;
}

body .multi-select.react-selectize.default.root-node .simple-value {
  border-color: #dedede;
  background: #f7f7f7;
  border-radius: 0;
  color: #888;
  margin: 1px 4px 1px 0;
}

body .multi-select.react-selectize.root-node .simple-value span {
  padding: 5px;
}

body .react-selectize.root-node .react-selectize-control .react-selectize-toggle-button-container {
  width: 22px;
}

body .react-selectize.dropdown-menu.default .option-wrapper.highlight {
  background: #eee;
}

/* form errors */
.has-error .form-control {
  border-color: #ef320c;
}

.has-error label {
  color: #ef320c;
}

.checkbox .help-block:empty,
.help-block:empty {
  height: 0;
  opacity: 0;
}

.help-block {
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0 0;
  margin: 0;
  text-align: left;
  color: #3c763d;
}

.help-block-error {
  color: #ef320c;
}

.alert,
.error-message {
  font-size: 14px;
  line-height: 18px;
  color: #3c763d;
  border: 1px solid #d6e9c6;
  background: #dff0d8;
  margin: 0 0 20px;
  padding: 9px 15px;
}

.alert ul,
.error-message ul {
  list-style: disc inside;
  margin: 0 0 0 15px;
}

.alert-danger,
.alert-error {
  color: #a94442;
  border-color: #ebccd1;
  background: #f2dede;
}

.alert-message {
  text-align: left;
  padding-right: 30px;
  position: relative;
}

.close-alert {
  position: absolute;
  top: 8px;
  right: 10px;
}

/* checkbox / radio button */
input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0;
  width: 14px;
  height: 14px;
}

.checkbox, .radio {
  display: block;
  margin: 5px 0;
  padding: 0 0 0 18px;
  font-weight: normal;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.checkbox label,
.radio label {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  text-transform: none;
  font-size: 13px;
  min-height: 15px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin: 0 0 0 -18px;
}

.radio-inline,
.checkbox-inline {
  padding: 0 0 0 18px;
  margin: 11px 8px 0 0;
  display: inline-block;
  font-weight: normal;
}

.md-label {
  font-weight: 700;
  font-size: 15px;
}

.inline-holder {
  margin: 0 -8px 0 0;
}

/* input file */
.btn-file {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.btn-file input[type="file"] {
  cursor: pointer;
  font-size: 160px;
  right: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}

.file-name {
  display: inline-block;
  vertical-align: top;
  padding: 15px 0 0 5px;
}

/* yes/no checkbox and slide radio */
.custom-check {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

.custom-select,
.custom-check span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100px;
  height: 46px;
  border-radius: 3px;
  transition: all 0.5s ease 0s;
  background: #aaa;
  border: 3px solid #aaa;
  white-space: nowrap;
  font-size: 0;
}

.custom-select .pointer,
.custom-check span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #0f67f4;
  border-radius: 3px;
  transition: all 0.5s ease 0s;
  margin: 0 0 0 50%;
}

.custom-check input[type='checkbox']:checked + span:before {
  margin: 0;
}

.custom-select label input,
.custom-check input[type='checkbox'] {
  opacity: 0;
  position: absolute;
}

.custom-check span i {
  font-style: normal;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 11px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 5;
  width: 50%;
  text-align: center;
}

.custom-select {
  width: auto;
}

.custom-select.has-error {
  border-color: #ef320c;
}

.custom-select label {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 5;
  margin: 0;
}

.custom-select label span {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 11px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}

.custom-select label input[type='radio']:checked + span {
  color: #fff;
}

.custom-select .pointer {
  margin: 0;
  width: auto;
  transition: none;
}

.custom-select.trans .pointer {
  transition: all 0.5s ease 0s;
}

/* buttons */
.label,
.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  padding: 10px;
  background: #057df7;
  margin: 0;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
}

.btn:hover {
  background: #0e59a5;
  text-decoration: none;
}

.label-gray,
.btn-gray {
  background: #ccc;
  color: #333;
}

.btn-gray:hover {
  background: #bbb;
}

.btn-green {
  background: #4cb969;
  color: #fff;
}

.btn-green:hover {
  background: #208559;
}

.btn-red {
  background: #f04124;
  color: #fff;
}

.btn-red:hover {
  background: #d01e00;
}

.btn:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  left: 100%;
  background: url("../images/ajax_loader.gif") no-repeat 50% 50%;
  transition: all 0.4s ease;
}

.btn.active:before {
  left: 0;
}

.btn.active {
  color: transparent;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn + .btn:not(.display-block) {
  margin-left: 6px;
}

.label-md,
.btn-md {
  padding: 14px 10px;
}

.label {
  font-weight: normal;
  cursor: default;
}

.label-blue {
  background: #4cb969;
}

/*  */
.button-box {
  display: table;
  width: 100%;
}

.button-box > div {
  display: table-cell;
  vertical-align: middle;
}

.button-box > div + div {
  padding: 0 0 0 15px;
}

.button-box .narrow {
  width: 1px;
}

.button-box .btn {
  white-space: nowrap;
}

.tooltip-holder {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.tooltip-custom {
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 20;
  width: 200px;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  margin: 0 0 10px -100px;
  transition: none;
}

.tooltip-custom.bottom {
  bottom: auto;
  top: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}

.tooltip-custom.bottom .tooltip-frame:before {
  top: auto;
  bottom: 100%;
  border-bottom: 5px solid;
  border-top: 0;
}

.tooltip-holder:hover .tooltip-custom {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease;
}

.tooltip-holder > .fa {
  font-size: 16px;
  vertical-align: top;
}

.tooltip-holder .fa-question-circle {
  color: #e5c701;
}

.tooltip-holder .fa-check {
  color: #11d11f;
}

.tooltip-frame {
  border-radius: 4px;
  background: #000;
  padding: 3px 8px;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  text-align: center;
  min-height: 21px;
}

.tooltip-frame:before {
  content: '';
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
  color: #000;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -5px;
}

.filters-table .tooltip-custom {
  left: -10px;
  margin: 0 0 10px;
}

.filters-table .tooltip-frame:before {
  left: 16px;
}

.name-row td:nth-child(2) .tooltip-custom,
.td-icon .tooltip-custom,
.td-chk .tooltip-custom {
  left: 0;
  margin: 0 0 5px;
  text-align: left;
}

.name-row td:nth-child(2) .tooltip-custom,
.td-icon .tooltip-custom {
  left: -6px;
}

.name-row td:nth-child(2) .tooltip-frame,
.td-icon .tooltip-frame,
.td-chk .tooltip-frame {
  text-align: left;
}

.name-row td:nth-child(2) .tooltip-frame:before,
.td-icon .tooltip-frame:before,
.td-chk .tooltip-frame:before {
  left: 8px;
  margin: 0;
}

.name-row td:last-child .tooltip-custom,
.percent-in .tooltip-custom {
  left: auto;
  right: 0;
  margin: 0 0 10px;
  text-align: right;
}

.name-row td:last-child .tooltip-frame:before,
.percent-in .tooltip-frame:before {
  left: auto;
  right: 20px;
  margin: 0;
}

.name-row td:last-child .tooltip-custom {
  right: -5px;
}

.name-row td:last-child .tooltip-frame:before {
  right: 6px;
}

.players-list li:first-child .tooltip-custom {
  bottom: auto;
  top: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}

.players-list li:first-child .tooltip-frame:before {
  border-top: none;
  border-bottom: 5px solid;
  top: auto;
  bottom: 100%;
}

.players-list li:first-child:last-child .tooltip-custom {
  bottom: auto;
  top: 50%;
  left: auto;
  right: 100%;
  margin: -10px 5px 0 0;
  text-align: right;
}

.players-list li:first-child:last-child .tooltip-frame:before {
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000;
  top: auto;
  bottom: 50%;
  left: 100%;
  margin: 0 0 -5px;
}

/* tooltips */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* table */
.table {
  width: 100%;
  margin: 0 0 20px;
  background: #fff;
}

.table .empty td {
  padding: 10px 4px;
}

.table th {
  padding: 8px 4px;
  background: #2c3235;
  text-align: left;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
  height: 55px;
}

.table th a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.table td {
  padding: 4px;
  vertical-align: middle;
  height: 44px;
}

.table th:first-child,
.table td:first-child {
  /*padding: 8px;*/
}

.lineup-table th,
.lineup-table td {
  padding: 4px 4px 4px 0;
}

.lineup-table th:first-child,
.lineup-table td:first-child {
  padding-left: 4px;
}

.lineup-table tbody.even td {
  background: #fff;
}

.lineup-table tbody td,
.table tr.even td {
  background: #f5f5f5;
}

.lineup-table tr:first-child td {
  border-top: 2px solid #b9bcc5;
}

.lineup-table tbody:first-child tr:first-child td {
  border: none;
}

.table .salary-row td {
  height: 1px;
}

.table .td-name {
  text-align: left;
}

.td-actions {
  white-space: nowrap;
  font-size: 18px;
  width: 1px;
}

.table-heading {
  background: #2C3235;
  padding: 0 17px 0 0;
}

.table-heading .table {
  background: none;
}

.add-editable-player {
  cursor: pointer;
  color: #84a83c;
  font-size: 26px;
  transition: all 0.2s ease;
}

.add-editable-player:hover {
  text-decoration: none;
  color: #648d11;
}

.td-actions a + a {
  margin: 0 0 0 5px;
}

.td-actions a.fa-times-circle {
  color: #b31a1a;
  font-size: 26px;
}

.td-actions a.fa-times-circle:hover {
  color: #941313;
  text-decoration: none;
}

table.table .td-icon,
table.table .td-lock,
table.table .td-chk {
  width: 1px;
  padding-right: 6px;
}

table.table .td-chk {
  z-index: 4;
}

.table .narrow-th {
  width: 1px;
}

.table th.td-chain {
  padding-right: 4px;
  white-space: nowrap;
}

.table th.td-chain .tooltip-holder {
  margin: 0 0 0 4px;
}

.table th.td-chain .tooltip-custom {
  left: -10px;
  margin: 10px 0 0;
}

.table th.td-chain .tooltip-custom .tooltip-frame:before {
  left: 16px;
}

.table a.sort-players,
.table a.asc,
.table a.desc {
  position: relative;
  /*padding-right: 10px;*/
}

.table a.desc:after,
.table a.asc:after {
  position: absolute;
  font-family: fontawesome;
  content: " \f0d8";
  top: 50%;
  margin: -7px 0 0;
  font-size: 10px;
  right: -7px;
}

.table a.desc:after {
  content: " \f0d7";
}

.tier span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 13px;
}

.tier span:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 0;
}

.tier-1 span:before {
  background: #d52c25;
}

.tier-2 span:before {
  background: #019add;
}

.tier-3 span:before {
  background: #e36d27;
}

.tier-4 span:before {
  background: #199d4a;
}

.tier-5 span:before {
  background: #904caf;
}

.tier-6 span:before {
  background: #f1dd00;
}

.tier-7 span:before {
  background: #FF96EA;
}

.tier-8 span:before {
  background: #000;
}

.main-table {
  color: #888;
}

.main-table th {
  padding-right: 10px;
}

.message-alert,
#lineups-notfound {
  background: #fff;
  text-align: center;
  padding: 15px 10px;
  font-size: 15px;
  line-height: 20px;
}

.message-alert {
  border-radius: 4px;
}

.table-fixed {
  table-layout: fixed;
}

.xs-table-input,
.small-table-input {
  width: 60px;
  padding: 6px 5px;
  height: 32px;
  text-align: center;
}

.xs-table-input {
  width: 45px;
}

.percent-in {
  display: inline-block;
  position: relative;
}

.tooltip-holder.percent-in {
  vertical-align: middle;
}

.percent-in .form-control {
  padding-right: 14px;
}

.percent-in .percent {
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-table .percent-in.empty {
  width: 50px;
  min-height: 32px;
}

.main-table th .percent-in {
  display: block;
  color: #888;
  width: 50px;
  margin: 3px 0 0;
}

.main-table .percent-in .form-control {
  width: 50px;
}

.main-table td:last-child {
  /*text-align: right;*/
}

.main-table th:last-child {
  padding-right: 8px;
}

.nba-players-table .percent-in,
.players-list .percent-in {
  margin: 0 4px 0 0;
}

.main-table .table {
  font-size: 13px;
}

.main-table .lock-btn {
  vertical-align: middle;
  /*margin: 0 4px 0 0;*/
}

.fly-table-heading {
  margin: 0;
  position: relative;
  z-index: 3;
  width: auto;
}

.fly-table-heading th {
  /*text-align: center;*/
}

.table-content {
  max-height: 663px;
  overflow-y: scroll;
}

.table-scroll th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.table-scroll th:hover {
  z-index: 3;
}

.table-scroll th .tooltip-custom {
  bottom: auto;
  top: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}

.table-scroll th .tooltip-custom .tooltip-frame:before {
  top: auto;
  bottom: 100%;
  border-bottom: 5px solid;
  border-top: 0;
}

.table-scroll-static,
.table-scroll {
  max-height: 804px;
  overflow-y: auto;
}

.table-scroll-static .table,
.table-scroll .table {
  margin: 0;
}

.table .fa-caret-up {
  color: #008000;
}

.table .fa-caret-down {
  color: #f00;
}

.hidden-heading {
  /*visibility: hidden;*/
}

.table-holder {
  margin: 0 0 20px;
}

.lock-ico,
.lock-btn,
.chain-btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: #fff;
  color: #cbcbcb;
  cursor: pointer;
  padding: 2px 0 0;
  font-size: 14px;
  border: 1px solid #dedede;
}

.lock-ico {
  cursor: default;
}

.lock-ico:before,
.lock-btn:before {
  font-family: FontAwesome;
  content: "\f09c";
}

.chain-btn.active,
.chain-btn:hover,
.lock-ico,
.lock-btn.active,
.lock-btn:hover {
  background: #707070;
  border-color: #707070;
  color: #fff;
}

.lock-ico:before,
.lock-btn.active:before {
  content: "\f023";
}

.chain-btn:before {
  font-family: FontAwesome;
  content: "\f127";
}

.chain-btn.active:before {
  content: "\f0c1";
}

.checkbox-btn {
  font: 14px/1 FontAwesome;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #bbb;
  width: 20px;
  height: 20px;
  color: #888;
  cursor: pointer;
  padding: 2px 0 0;
  background: #fff;
  transition: all 0.2s ease;
}

.checkbox-btn:hover {
  border-color: #999;
}

.checkbox-btn:before {
  content: "\f00c";
  opacity: 0;
  transition: all 0.2s ease;
}

.checkbox-btn.active:before {
  opacity: 1;
}

.badge-exc {
  background: #707070;
  border-radius: 50%;
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  padding: 4px 3px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  min-width: 26px;
}

.player-name {
  display: inline-block;
  vertical-align: middle;
}

.badge {
  display: inline-block;
  background: #b2ffb2;
  border-radius: 2px;
  font-size: 12px;
  line-height: 15px;
  padding: 2px 3px;
  white-space: nowrap;
  min-width: 36px;
}

.badge-red {
  background: #ff7f7f;
}

.table-filter-wrap {
  /*overflow: hidden;*/
  margin: 0 0 10px;
}

.search-player {
  float: right;
  width: 263px;
  position: relative;
}

.search-player .form-control {
  border: none;
  border-radius: 2px;
  padding: 11px 10px 11px 30px;
}

.search-player .fa-search {
  position: absolute;
  font-size: 16px;
  color: #888;
  left: 11px;
  top: 12px;
}

.table-tab {
  float: left;
}

.table-tab li {
  float: left;
}

.table-tab a {
  display: block;
  color: #057df7;
  text-decoration: none;
  padding: 9px 25px;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 18px;
  font-weight: bold;
}

.table-tab-sm a {
  padding: 9px 12px;
}

.table-tab-sm + .search-player {
  width: 244px;
}

.table-tab .counter {
  color: #000;
  margin: 0 0 0 4px;
}

.table-tab a:hover {
  opacity: 0.8;
}

.table-tab .active a {
  border-color: #057df7;
  opacity: 1;
}

.table-tab a .tooltip-holder {
  text-transform: none;
}

.tabs-chk-holder {
  font-size: 0;
  white-space: nowrap;
}

.tabs-chk {
  display: inline-block;
  vertical-align: top;
  margin: 0 -1px 0 0;
  min-width: 30px;
}

.alt-tabs a,
.tabs-chk span {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  background: #ebe9e9;
  display: block;
  color: #c0bebe;
  padding: 15px 5px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  border: 1px solid #ddd;
}

.tabs-chk span {
  font-size: 14px;
  padding: 15px 1px;
}

.tabs-chk span i {
  font-style: normal;
}

.alt-tabs .active a,
.tabs-chk input:checked + span,
.tabs-chk span:hover {
  background: #fff;
  color: #707070;
}

.tabs-chk input {
  display: none;
}

.tabs-chk-fixed {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.tabs-chk-fixed .tabs-chk {
  display: table-cell;
  float: none;
  vertical-align: top;
  margin: 0;
  min-width: 0;
}

.tabs-chk-fixed .tabs-chk span {
  padding: 8px 5px;
  border-width: 1px 1px 1px 0;
}

.alt-tabs {
  float: left;
}

.alt-tabs li {
  float: left;
  margin: 0 -1px 0 0;
}

.table-filter-wrap .tabs-chk-holder {
  float: left;
}

.tabs-chk-holder.alt .tabs-chk span,
.alt-tabs a {
  min-width: 46px;
  padding: 9px 5px;
}

.alt-tabs a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.modal-content .search-player .form-control {
  border: 1px solid #ddd;
  padding: 10px 9px 10px 29px;
}

.stack-box {
  display: inline-block;
  vertical-align: top;
  width: 84px;
  margin: 15px 15px 0 0;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 4px;
  padding: 5px 10px 10px;
  text-align: center;
}

.stack-box label {
  text-transform: uppercase;
  display: block;
  margin: 0 0 4px;
  color: #333;
  font-size: 17px;
  line-height: 20px;
}

.stack-box label input[type="checkbox"] {
  display: inline-block;
  vertical-align: top;
  margin: 3px 4px 0 0;
}

.mlb-stack .stack-container {
  margin: 0 -7px 15px;
}

.mlb-stack .stack-box {
  width: 125px;
  padding: 5px 5px 10px;
  margin: 14px 7px 0;
}

.mlb-stack.mw-half .stack-box {
  width: 122px;
}

.chk-all-stack {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 10px;
  margin: 10px 0 0;
  text-align: center;
}

.chk-all-stack label {
  font-weight: 700;
  color: #000;
}

.mlb-stack-combinations .stack-box .percent-in + .percent-in,
.mlb-stack .stack-box .percent-in + .percent-in {
  margin-left: 5px;
}

.mlb-stack-combinations .stack-box .percent-in .form-control,
.mlb-stack .stack-box .percent-in .form-control {
  width: 50px;
  height: 32px;
  padding: 6px 15px 6px 5px;
  text-align: center;
}

.mlb-stack-combinations .stack-box {
  background: #f9f9fc;
}

.mlb-stack-combinations .stack-box .percent-in .form-control {
  width: 100%;
}

/* modal */
.modal-box,
.litebox-modal {
  background: rgba(51, 50, 50, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  position: fixed;
  left: 0;
  z-index: 200;
}

.modal-box {
  text-align: center;
  background: rgba(255, 255, 255, 0.5) url("../images/ajax_loader2.gif") no-repeat 50% 50%;
}

.close {
  float: right;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 2px 0 2px 10px;
  background: url("../images/times.svg") no-repeat;
  width: 20px;
  height: 20px;
}

.close:hover {
  color: #f04124;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.close + .schedule-head {
  padding: 2px 0 0;
}

.modal-header {
  background: #2c3235;
  margin: -15px -15px 15px;
  padding: 15px;
  overflow: hidden;
}

.modal-header h2,
.modal-header .modal-title {
  margin: 0;
  color: #fff;
  text-transform: none;
}

.modal-header .schedule-period {
  color: #666;
}

.modal-dialog {
  bottom: 0;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
}

.modal-open {
  height: auto;
  overflow: hidden;
  padding: 0 17px 0 0 !important;
}

.modal-open .modal-dialog {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-content {
  background: #fff;
  padding: 15px;
  position: relative;
  margin: 30px auto;
  width: 580px;
}

.modal-sm {
  max-width: 420px;
}

.modal-details .modal-content,
.modal-md .modal-dialog {
  max-width: 810px;
  width: 100%;
}

.modal-lg {
  /*min-width: 1330px;*/
}

.modal-lg .modal-content {
  width: 1140px;
}

/* container */
.container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  #alt-lineups-list {
    display: none;
  }
}

/* grid system */
[class^='col-lg'],
[class*=' col-lg'],
[class^='col-md'],
[class*=' col-md'],
[class^='col-sm'],
[class*=' col-sm'],
[class^='col-xs'],
[class*=' col-xs'] {
  padding: 0 15px;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

[class^='col-xs'],
[class*=' col-xs'] {
  float: left;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}

.noUi-origin {
  position: absolute;
  right: 1px;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
     creates a new context for the origins. */
  *z-index: -1;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 6px;
  border: 1px solid #ddd;
}

.noUi-horizontal .noUi-handle {
  width: 26px;
  height: 26px;
  left: -13px;
  top: -11px;
}

.noUi-horizontal .noUi-handle .circle {
  width: 26px;
  height: 26px;
}

.noUi-handle-0 .circle.shifted {
  left: -6px;
}

.noUi-handle-1 .circle.shifted {
  left: 6px;
}

.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}

.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-vertical.noUi-extended {
  padding: 15px 0;
}

.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px;
}

/* Styling;
 */
.range-slider {
  margin: 16px 13px;
}

.slider-wrap {
  margin: 16px 0px;
}

.range-wrap .form-control {
  height: 26px;
  padding: 4px 5px;
  width: 55px;
}

.range-wrap .form-control + .form-control {
  float: right;
  text-align: right;
}

.noUi-background {
  background: #fff;
}

.noUi-base:before,
.noUi-base:after {
  content: '';
  position: absolute;
  background: #fff;
  border: solid #ddd;
  border-width: 1px 0 1px 1px;
  height: 6px;
  left: -13px;
  top: -1px;
  width: 13px;
}

.advanced-table .noUi-background,
.advanced-table .noUi-base:before,
.advanced-table .noUi-base:after {
  background: #fff;
}

.noUi-base:after {
  left: auto;
  right: -13px;
  border-width: 1px 1px 1px 0;
}

.noUi-connect {
  background: #ebebeb;
  -webkit-transition: background 450ms;
  transition: background 450ms;
  /*border-radius: 4px;*/
}

.noUi-origin {
  /*border-radius: 4px;*/
}

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle .circle {
  background: #fff;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.noUi-active,
.noUi-handle .circle:hover {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.31);
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Blocked state;
 */
.noUi-state-blocked.noUi-connect,
.noUi-state-blocked .noUi-connect {
  background: #4FDACF;
}

#wrapper {
  padding: 32px 0;
  overflow: hidden;
}

.results-wrap {
  margin: 0 -15px;
}

.results-aside {
  float: left;
  padding: 0 15px;
  width: 50%;
  position: relative;
}

.results-aside .table-tab {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  float: none;
  margin: 0 0 20px;
}

.results-aside .table-tab li {
  -ms-flex: 1;
  flex: 1;
  float: none;
  text-align: center;
  overflow: hidden;
}

.results-aside .table-tab a {
  padding: 9px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.results-aside .tab-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  padding: 0 15px;
}

.results-aside .tab-content.show {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  padding: 0;
}

.players-heading {
  background: #2c3235;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 110px 20px 10px;
  position: relative;
}

.players-heading .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  padding: 18px 10px 17px;
}

.players-used-table {
  color: #888;
  margin: 0;
  border-top: 1px solid #ddd;
  height: 700px;
}

.players-used-table .table-scroll-static,
.players-used-table .table-scroll {
  height: 100%;
  max-height: none;
  background: #fff;
}

.tabs-chk-fixed + .players-used-table {
  height: 662px;
}

.table-tab ~ .tab-content .players-used-table,
.table-tab-holder ~ .tab-content .players-used-table {
  height: 640px;
}

.table-tab ~ .tab-content .tabs-chk-fixed + .players-used-table,
.table-tab-holder ~ .tab-content .tabs-chk-fixed + .players-used-table {
  height: 602px;
}

.players-used-table .table th {
  height: 40px;
  padding: 5px 4px;
}

.players-used-table .check {
  width: 28px;
}

.players-used-table .name {
  /*width: 45%;*/
  font-weight: bold;
  color: #707070;
}

.players-used-table .tier {
  width: 26px;
}

.players-used-table .tier + .name {
  /*max-width: 76px;*/
}

.players-used-table .small-table-input {
  width: 45px;
}

.stack-summary-content .players-used-table .table-scroll {
  margin-top: 0 !important;
}

.players-list-wrap {
  max-height: 542px;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
}

.nba-players-heading {
  background: #ddd;
  padding: 0 17px 0 0;
}

.players-list {
  color: #888;
  display: table;
  width: 100%;
}

.players-list li {
  display: table-row;
}

.players-list li.even {
  background: #f5f5f5;
}

.players-list li > div {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 5px 5px 0;
  width: 1px;
  white-space: nowrap;
  height: 42px;
}

.players-list li > div:first-child {
  padding-left: 5px;
}

.players-list .name {
  width: auto;
  max-width: 113px;
  white-space: normal;
  font-weight: bold;
  color: #707070;
}

.players-list .tier + .name {
  max-width: 76px;
}

.players-list input[type='checkbox'] {
  vertical-align: middle;
}

.has-injury {
  font-weight: bold;
  color: red;
  font-size: 14px;
}

/* NBA View*/
.nba-players-table {
  width: 100%;
}

.nba-players-table td {
  padding: 2px 5px 2px 0;
  height: 30px;
  vertical-align: middle;
}

.nba-players-table td:first-child {
  padding-left: 5px;
}

.nba-players-table .name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 18px;
  color: #707070;
}

.nba-players-table .top-line {
  border-bottom: 1px solid #ddd;
}

.nba-players-table input[type='checkbox'] {
  float: left;
  margin: 2px 5px 0 0;
}

.nba-players-table .even td {
  background: #f5f5f5;
}

.nba-players-table .form-control {
  height: 26px;
  font-size: 13px;
  line-height: 18px;
  padding: 3px 2px;
  text-align: center;
}

.nba-players-table th {
  color: #707070;
  background: #ddd;
  height: 34px;
  vertical-align: middle;
  text-align: left;
  padding: 5px 5px 5px 0;
}

.nba-players-table th:first-child {
  padding-left: 5px;
}

.table .top-line {
  /*border-top: 1px solid #ddd;*/
}

.top-line td {
  height: auto;
  padding: 0 4px 4px 32px;
}

.players-used-table td {
  height: auto;
}

.inline-text {
  margin: 0 5px 0 0;
}

.td-narrow {
  width: 1px;
}

.td-pos {
  width: 40px;
}

.td-team {
  width: 40px;
}

.td-confirm {
  width: 1px;
  text-align: center;
}

.td-min {
  width: 50px;
}

.td-ppm {
  width: 55px;
}

.td-pts {
  /*width: 61px;*/
}

.td-stack-per {
  width: 80px;
  white-space: nowrap;
}

.td-stack-exp {
  width: 60px;
}

.td-exp {
  width: 80px;
  white-space: nowrap;
}

.td-exp .percent-in {
  width: 45px;
}

.td-exp .percent-in .form-control {
  padding-right: 14px;
  text-align: center;
}

.td-per {
  white-space: nowrap;
  text-align: right;
}

.td-line {
  width: 50px;
}

.checkbox-table {
  background: #fff;
  border: 1px solid #ddd;
  display: table-cell;
  padding: 5px 2px;
  vertical-align: middle;
  width: 28px;
  text-align: center;
}

.checkbox-table input {
  vertical-align: middle;
}

.results-content {
  float: left;
  width: 50%;
  padding: 0 15px;
}

.results-content > div {
  overflow-y: auto;
  height: 755px;
  position: relative;
  background: #fff;
}

.results-content.loading > div {
  overflow: hidden;
}

.table-holder .table,
.results-content .table-holder {
  margin: 0;
}

.table-content-holder {
  position: relative;
}

.team-card {
  width: 475px;
  margin: 0 0 10px 6px;
  background: #434c51;
  padding: 5px;
}

.team-card .button-box {
  color: #fff;
}

.team-card .button-box > div:first-child {
  padding: 0 0 0 8px;
}

.team-card-salary {
  display: inline-block;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding: 11px 8px;
}

.team-card .table {
  margin: 0;
}

.team-card-footer {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 8px 8px 3px;
}

.controls-table {
  display: table;
  width: 100%;
}

.controls-table > label {
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px 0 0;
  white-space: nowrap;
  width: 1px;
}

.controls-table-holder {
  display: table-cell;
  vertical-align: middle;
}

.input-group {
  display: table;
}

.input-group .form-control {
  display: table-cell;
}

.input-group-btn {
  font-size: 0;
  white-space: nowrap;
  width: 1px;
  display: table-cell;
  vertical-align: middle;
}

.input-group-btn:last-child .btn {
  border-radius: 0 4px 4px 0;
}

.filter-btn-group {
  font-size: 0;
  white-space: nowrap;
  border: 1px solid #ddd;
  border-radius: 18px;
  background: #fff;
}

.filter-btn-group span,
.filter-btn-group a {
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #1f2023;
  font-weight: bold;
  padding: 8px 15px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-btn-group span:hover,
.filter-btn-group a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.filter-btn-group input:checked + span,
.filter-btn-group .active {
  color: #057df7;
  box-shadow: 0 0 0 2px #057df7;
  border-radius: 19px;
  margin: -1px 0;
  padding: 9px 15px;
  background: #fff;
}

.filter-btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.filter-btn-remove {
  position: absolute;
  right: 5px;
  top: 4px;
  z-index: 2;
  border: 0;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  background: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.filter-btn-remove:hover {
  opacity: 0.8;
}

.filter-btn-remove + label span {
  padding-right: 30px !important;
}

.filter-btn-group label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
}

.filter-btn-group label input {
  position: absolute;
  opacity: 0;
}

.filter-btn-group label span {
  display: block;
}

.build-tabs {
  overflow-x: auto;
  margin: -2px -1px 15px;
  padding: 2px 1px 5px;
}

.build-tabs .filter-btn-group {
  display: inline-block;
  vertical-align: top;
}

.mode-filter {
  margin: 0 0 20px;
}

.mode-filter .filter-btn-group {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.mode-filter .filter-btn-group a {
  min-width: 100px;
  text-align: center;
}

.lineup-filter {
  float: left;
  margin: 0 25px 10px 0;
}

.lineup-sort {
  max-width: 325px;
}

.lineup-actions {
  float: right;
}

.lineup-actions .btn {
  font-size: 16px;
  line-height: 16px;
  padding: 4px 15px;
  min-height: 40px;
  transition: background 0.2s ease;
}

.lineup-actions .btn .small-text {
  display: block;
  text-transform: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}

.lineup-actions .btn .fa {
  vertical-align: top;
}

.btn-delete {
  background: #952929;
}

.btn-delete .small-text {
  color: #c69a9a;
}

.btn-delete:hover {
  background: #730202;
}

.btn-download {
  background: #84a83c;
}

.btn-download .small-text {
  color: #d7eab1;
}

.btn-download:hover {
  background: #648d11;
}

.empty {
  text-align: center !important;
}

.modal-content .team-card {
  margin: 0 0 15px;
}

.lineup-popup-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.lineup-popup-wrap > div {
  display: table-cell;
  vertical-align: top;
}

.lineup-popup-aside {
  width: 495px;
  padding: 0 20px 0 0;
}

.lineup-popup-wrap .table-scroll {
  max-height: 583px;
  margin-bottom: 0;
}

.lineup-popup-wrap .main-table {
  margin: 0;
}

.lineup-popup-wrap .td-opponent {
  width: 56px;
}

.cover-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  /*background: rgba(255, 255, 255, 0.5) url('../images/ajax_loader.gif') no-repeat 50% 50%;*/
}

.filters-wrap {
  background: #fff;
  margin: 20px 0 25px;
  border-radius: 4px;
  position: relative;
  padding: 0 110px 0 0;
  /*padding: 15px 120px 15px 10px;*/
}

.filters-wrap .filters-table {
  margin: 0;
}

.alt-filters-table {
  width: 100%;
  display: table;
}

.alt-filters-cell {
  display: inline-block;
  vertical-align: top;
}

.filters-table {
  width: 100%;
  background: #fff;
  margin: 20px 0 25px;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 110px 0 0;
  position: relative;
}

.filters-cell {
  margin: -1px 0 0 -1px;
  border: solid #ddd;
  border-width: 1px 0 0;
  -ms-flex: 1 1 140px;
  flex: 1 1 140px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 25px 10px;
  min-height: 133px;
  position: relative;
}

.filters-cell:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  background: #ddd;
  width: 1px;
}

.filters-cell > div {
  -ms-flex: 1;
  flex: 1;
}

.filters-cell .filters-cell {
  display: block;
  width: 100%;
  padding: 0;
  min-height: 0;
  border: none;
  margin: 0;
}

.alt-type .filters-cell {
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
}

.filters-bottom {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filters-bottom .form-control {
  height: 32px;
  padding: 6px 5px;
}

.filters-bottom .form-control.input-btn {
  max-width: 50px;
}

.filters-bottom select.form-control {
  padding-right: 20px;
}

.filters-bottom .range-wrap .form-control {
  height: 26px;
  padding: 4px 5px;
}

.filters-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}

.filters-top-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1;
  flex: 1;
}

.filters-top-holder .filters-cell {
  min-width: 25%;
  -ms-flex: 1;
  flex: 1;
}

.filters-top-holder .filters-cell.position-cell {
  min-width: 26%;
}

.filters-top-holder .filters-cell:nth-last-child(4):first-child,
.filters-top-holder .filters-cell:nth-last-child(4):first-child ~ .filters-cell {
  min-width: 50%;
}

.filters-top-holder .filters-cell:nth-last-child(5):first-child,
.filters-top-holder .filters-cell:nth-last-child(5):first-child ~ .filters-cell {
  min-width: 33%;
}

.filters-top-holder .tabs-chk {
  -ms-flex: 1;
  flex: 1;
  min-width: auto;
}

.filters-top-holder .tabs-chk span {
  min-width: 30px;
}

.filters-top-holder .tabs-chk-holder {
  display: -ms-flexbox;
  display: flex;
}

.filters-bottom .filters-cell {
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  min-height: 0;
  min-width: 25%;
}

.filters-bottom .filters-cell:nth-last-child(5):first-child,
.filters-bottom .filters-cell:nth-last-child(5):first-child ~ .filters-cell, .filters-bottom .filters-cell:nth-last-child(6):first-child,
.filters-bottom .filters-cell:nth-last-child(6):first-child ~ .filters-cell {
  min-width: 33%;
}

.filters-bottom .filters-cell:before {
  top: 5px;
  bottom: 5px;
}

.filters-bottom .filters-cell:last-child:before {
  display: block;
}

.filters-bottom .force-punt-cell {
  -ms-flex: 2;
  flex: 2;
}

.filters-bottom .percent-in .form-control {
  text-align: center;
  width: 46px;
  padding: 4px 15px 4px 5px;
}

.filters-bottom .inline-holder .percent-in {
  margin: 2px 8px 2px 0;
}

.filters-bottom .inline-holder .percent-in .text {
  margin: 0 5px 0 0;
}

.filters-bottom .filter-title {
  font-size: 13px;
}

.filters-bottom .checkbox-inline,
.filters-bottom .radio-inline {
  margin: 5px 10px 0 0;
}

.filters-bottom .checkbox {
  margin: 0;
}

.filters-bottom .form-inline-flex .checkbox-inline,
.filters-bottom .form-inline-flex .radio-inline {
  margin: 2px 8px 2px 0;
}

div.force-punt-cell {
  -ms-flex: 1 1 400px;
  flex: 1 1 400px;
}

.flex-pos-block {
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #ddd;
}

.filter-title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 15px;
}

.md-label .fa-info-circle,
.filter-sub-title .fa-info-circle,
.filter-title .fa-info-circle {
  color: #057df7;
}

.filter-sub-title .tooltip-holder,
.filter-title .tooltip-holder {
  margin: 0 4px 0 0;
}

.filter-sub-title .tooltip-holder .fa-info-circle,
.filter-title .tooltip-holder .fa-info-circle {
  margin-top: 1px;
}

.input-info {
  position: relative;
  padding-left: 20px;
}

.input-info .tooltip-holder {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -7px 0 0;
}

.input-info .fa-info-circle {
  color: #057df7;
  font-size: 15px;
  line-height: 1;
}

.input-info.top-info .tooltip-holder {
  top: 0;
  margin: 0;
}

.filter-sub-title {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
}

.force-punt .form-inline {
  margin-bottom: 10px;
}

.force-punt .form-inline .checkbox-inline {
  margin: 6px 4px 0 0;
}

.force-punt .form-inline .form-control {
  margin: 0 5px;
  height: 26px;
  padding: 4px 5px;
}

.force-punt .form-inline select.form-control {
  padding-right: 20px;
}

.force-punt .form-inline .form-control.input-sm {
  max-width: 55px;
}

.force-punt .form-inline .form-control.input-md {
  width: 90px;
}

div.select-cell {
  -ms-flex: 1 1 193px;
  flex: 1 1 193px;
  -ms-flex: 1;
  flex: 1;
  max-width: 193px;
  margin-left: 15px;
}

.select-cell > div {
  margin: -5px 0 0;
}

.select-cell .filter-group {
  margin: 5px 0 0;
}

.calculate-lineups {
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
  width: 111px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.position-cell {
  /*width: 1px;*/
}

.lineups-cell {
  /*width: 185px;*/
}

.white-box {
  background: #fff;
  border-radius: 4px;
  padding: 25px 30px 15px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  margin: 0 0 20px;
}

.custom-switch-holder {
  margin: 0 -10px 0 0;
  font-size: 0;
}

.custom-switch {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  width: 166px;
  position: relative;
  text-transform: uppercase;
}

.switch-holder {
  display: table;
  table-layout: fixed;
  background: #ededed;
  cursor: pointer;
  width: 100%;
  transition: all 0.2s ease;
  border-radius: 3px;
  border: 1px solid #ededed;
}

.switch-frame {
  display: table-cell;
  vertical-align: middle;
  height: 48px;
  padding: 4px 10px 4px 33px;
}

.switch-frame img {
  max-height: 40px;
  vertical-align: middle;
}

.switch-frame img[src*='fanduel'] {
  max-width: 120px;
}

input:checked + .switch-holder {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.custom-switch input[type='checkbox'],
.custom-switch input[type='radio'] {
  position: absolute;
  left: 10px;
  top: 18px;
}

.custom-switch.image {
  text-align: center;
}

.custom-switch.image .switch-frame {
  padding-right: 20px;
}

.custom-switch .text {
  display: inline-block;
  vertical-align: middle;
}

.slot-filter-block {
  padding: 0 10px 0 0;
}

.slot-filter-block select.form-control {
  height: 50px;
  border-radius: 3px;
}

.game-filter-block .switch-holder {
  font-size: 17px;
  line-height: 20px;
}

.game-filter-block .switch-frame {
  padding: 14px 10px 12px 33px;
}

.game-time {
  display: block;
  color: #b7b7b7;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  padding: 2px 0 0;
}

h2,
h3 {
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 0 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #057df7;
}

h3 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0;
}

.game-filter-block {
  margin: 20px -30px 0;
  padding: 20px 30px 0;
  background: linear-gradient(to bottom, #f5f6fa 0%, #fff 100%);
}

.game-filter-wrap {
  margin: 0 -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.game-filter-all {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 20px;
}

.game-filter-all span {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 100%;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  color: #333;
  border-radius: 3px;
  transition: all 0.2s ease;
}

.game-filter-all span:hover {
  opacity: 0.7;
}

.game-filter-all input {
  position: absolute;
  opacity: 0;
}

.game-filter-all input:checked + span {
  background: #9ba2b5;
  color: #fff;
}

.filter-box {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin: 0 10px 20px;
  border-radius: 3px;
  border: 1px solid #ddd;
  cursor: pointer;
  /*overflow: hidden;*/
}

.filter-box-top {
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  position: relative;
}

.filter-box-top > div {
  float: left;
  width: 50%;
  padding: 5px;
  transition: all 0.2s ease;
}

.filter-box-top > div:hover {
  opacity: 0.7;
}

.filter-box-top > div + div {
  border-left: 1px solid #ddd;
}

.filter-box-top .vs-text {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  width: 22px;
  padding: 1px 0 3px;
  font-weight: 700;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  margin: -11px 0 0 -11px;
}

.spread-text {
  display: block;
  padding: 3px 0 0;
  font-size: 12px;
  line-height: 15px;
  color: #707070;
}

.spread-text strong {
  display: block;
}

.moneyline-text {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  padding: 3px 5px;
  color: #333;
  margin: 0 -5px -5px -5px;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  background: #eee;
}

.filter-box-bottom {
  padding: 5px;
  text-align: center;
  transition: all 0.2s ease;
}

.filter-box-bottom:hover {
  opacity: 0.7;
}

.total-text {
  margin: 5px -5px -5px;
  padding: 5px;
  background: #eee;
  color: #333;
}

.total-text:empty {
  display: none;
}

.table .td-vs {
  width: 1px;
  padding: 0;
}

.table .td-team {
  padding-left: 4px;
  padding-right: 4px;
  width: 50px;
  text-align: center;
}

.team-prefix {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
  line-height: 18px;
}

.team-name {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}

.team-logo {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
  height: 26px;
  max-width: 36px;
  position: relative;
}

.team-logo img {
  max-height: 100%;
  width: auto;
  vertical-align: middle;
}

.team-logo:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.team-logo .tooltip-custom {
  width: 140px;
  margin-left: -70px;
}

.team-logo:hover .tooltip-custom {
  opacity: 1;
  visibility: visible;
}

.filter-players-games .team-logo {
  height: 40px;
  max-width: 100%;
}

.filter-players-games .team {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}

.sport-mlb .filter-players-games .team {
  padding: 0 21px;
  position: relative;
}

.filter-players-games .team .title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 20px;
  padding: 10px 0;
}

.filter-players-games .tooltip-holder {
  position: absolute;
  top: 0;
  right: 0;
}

.filter-players-games .tooltip-holder:first-child {
  right: auto;
  left: 0;
}

.filter-players-games .tooltip-holder > .fa {
  font-size: 14px;
  color: #fff;
  position: relative;
  width: 18px;
  height: 18px;
  padding-top: 2px;
}

.filter-players-games .tooltip-holder > .fa:before {
  position: relative;
  z-index: 2;
}

.filter-players-games .tooltip-holder > .fa:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e5c701;
}

.filter-players-games .tooltip-holder > .fa-check:after {
  background: #11d11f;
}

.filter-players-games.active {
  background: #9ba2b5;
  color: #fff;
}

.filter-players-games.active .spread-text {
  color: #fff;
}

.info-list {
  float: left;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  overflow: hidden;
  padding: 0 0 10px;
}

.info-list li {
  float: left;
  position: relative;
  padding: 0 20px;
  margin: 0 20px 0 -20px;
}

.info-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  height: 14px;
  width: 2px;
  background: #707070;
}

.btn-refresh,
.advanced-opener,
.btn-close-filter,
.btn-reset {
  text-transform: uppercase;
  color: #2c3235;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 20px;
  transition: all 0.2s ease;
}

.btn-close-filter {
  float: right;
}

.btn-refresh:hover,
.advanced-opener:hover,
.btn-close-filter:hover,
.btn-reset:hover {
  color: #666;
  text-decoration: none;
}

.btn-refresh .fa,
.btn-close-filter .fa,
.btn-reset .fa,
.advanced-opener .fa {
  font-size: 18px;
  margin: 1px 5px 0 0;
  vertical-align: top;
}

.advanced-filter {
  margin: 0 0 20px;
}

.advanced-filter .radio-inline,
.advanced-filter .checkbox-inline {
  margin: 13px 14px 0 0;
}

.advanced-top {
  /*overflow: hidden;*/
  margin: 0 0 8px;
}

.advanced-opener {
  margin: 0;
}

.advanced-opener .tooltip-holder {
  margin: 0 0 0 5px;
  text-transform: none;
}

.advanced-filter .white-box {
  padding: 25px 15px 15px;
  margin: 0 0 10px;
  display: none;
}

.advanced-filter .white-box > h3:first-child {
  margin-top: -10px;
}

.advanced-filter .stacks-box {
  display: none;
}

.advanced-filter .gray-holder {
  margin: 0 -15px -15px;
  padding: 12px 15px;
  background: #f5f6fa;
  border-radius: 0 0 4px 4px;
}

.advanced-filter .gray-holder > .form-inline:last-child {
  margin-bottom: -10px;
}

.advanced-filter h3 {
  margin: 0 0 15px;
}

.advanced-tags {
  font-size: 0;
  margin: 0 -15px;
}

.advanced-tag {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #fff;
  border-radius: 4px;
  background: #9ba2b5;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 34px 10px 10px;
  margin: 0 15px 15px;
  min-width: 359px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.advanced-tag strong {
  font-size: 17px;
}

.tag-remove {
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  font-size: 18px;
  line-height: 1;
  right: 10px;
  top: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tag-remove:before {
  content: "\f057";
  vertical-align: top;
}

.tag-remove:hover {
  color: #ddd;
}

.advanced-filter .btn-close-filter,
.advanced-filter.advanced-open .advanced-opener {
  display: none;
}

.advanced-filter.advanced-open .white-box,
.advanced-filter.advanced-open .stacks-box,
.advanced-filter.advanced-open .btn-close-filter {
  display: block;
}

.advanced-filter .input-dis-holder {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.advanced-filter .input-dis-holder .form-control {
  margin: 0;
  float: left;
  width: auto;
}

.advanced-filter .input-dis-holder .form-control + .form-control {
  margin-left: -1px;
}

.stack-type {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 40px;
}

.correlation-rule {
  position: relative;
  margin: 0 -15px;
  padding: 15px 15px 5px;
}

.correlation-rule + .correlation-rule {
  border-top: 1px solid #ddd;
}

.correlation-rule > .percent-in {
  margin: 0 10px 10px 0;
}

.correlation-rule > .percent-in .percent {
  right: 6px;
}

.correlation-rule > .percent-in .form-control.input-sm {
  max-width: 56px;
}

.close-rule {
  display: inline-block;
  vertical-align: middle;
  color: #a4a4a4;
  cursor: pointer;
  transition: all 0.2s ease;
}

.close-rule .fa {
  font-size: 20px;
  vertical-align: top;
}

.close-rule:hover {
  color: #e20000;
}

.correlation-rule.alt .close-rule {
  position: absolute;
  right: 15px;
  top: 15px;
}

.add-rule {
  text-align: right;
  margin: -55px 0 0;
}

.correlation-rule.alt + .add-rule {
  margin: 0;
}

.mobile-break,
.mobile-s-break {
  display: none;
}

.correlation-players {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.correlation-players .player {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 5px;
}

.correlation-players .holder {
  background: #e9e8e8;
  padding: 2px 5px 5px;
}

.correlation-players .name-holder {
  padding: 23px 0 0;
}

.correlation-players .name-holder .name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.correlation-players .name-holder .tooltip-holder {
  float: left;
  margin: -2px 5px 0 0;
}

.correlation-players .name-holder .badge-exc {
  padding: 3px;
  font-size: 12px;
  line-height: 14px;
  min-width: 20px;
  cursor: default;
}

.correlation-players .pos {
  float: right;
  margin: 23px 5px 0 0;
}

.correlation-players .info {
  float: right;
}

.correlation-players .info > div {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  width: 45px;
}

.correlation-players .title {
  font-size: 12px;
  line-height: 15px;
}

.correlation-players .info .form-control {
  padding: 5px;
  height: 30px;
}

.correlation-checkboxes {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
  padding: 0 0 10px;
  margin: 0 -5px;
}

.correlation-checkboxes > div {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 5px 10px;
}

.correlation-checkboxes .checkbox {
  margin: 0;
}

.mood-holder {
  position: relative;
}

.mood-icon {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.mood-drop {
  position: absolute;
  top: 100%;
  margin: 9px 0 0;
  left: -8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 5px;
  display: table;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: none;
  z-index: 10;
}

.active > .mood-drop {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.mood-drop li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 5px 6px;
  height: 68px;
  cursor: pointer;
  opacity: 0.5;
  min-width: 40px;
  transition: all 0.3s ease;
}

.mood-drop li:hover {
  opacity: 0.8;
}

.mood-drop li.selected {
  opacity: 1;
}

.mood-drop span {
  display: block;
  color: #2e3235;
  font-size: 10px;
  line-height: 14px;
  text-transform: capitalize;
}

.mood-drop .icon-img {
  margin: 2px auto;
  width: 24px;
}

.mood-drop .none span:first-child {
  font-size: 0;
}

.players-used-table tr:nth-last-of-type(1) .checkbox-btn-drop,
.players-used-table tr:nth-last-of-type(2) .checkbox-btn-drop,
.players-pool tr:nth-last-of-type(1) td .checkbox-btn-drop,
.players-pool tr:nth-last-of-type(2) td .checkbox-btn-drop,
.players-pool tr:nth-last-of-type(1) .lock-drop,
.players-pool tr:nth-last-of-type(2) .lock-drop,
.players-pool tr:nth-last-of-type(1) .mood-drop,
.players-pool tr:nth-last-of-type(2) .mood-drop {
  margin: 0 0 9px;
  top: auto;
  bottom: 100%;
}

.checkbox-btn-holder,
.lock-holder {
  position: relative;
}

.checkbox-btn-drop,
.lock-drop {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  margin: 11px 0 0;
  border-radius: 5px;
  color: #888;
}

.checkbox-btn-holder.active .checkbox-btn-drop,
.lock-holder.active .lock-drop {
  opacity: 1;
  visibility: visible;
}

.checkbox-btn-drop li,
.lock-drop li {
  display: inline-block;
  vertical-align: top;
  min-width: 70px;
  text-align: center;
  padding: 9px 5px;
}

.lock-drop .lock-btn {
  width: 30px;
  height: 30px;
  display: block;
  float: none;
  font-size: 20px;
  margin: 0 auto 5px;
  padding: 6px 0 0;
}

.checkbox-btn-drop .checkbox-btn {
  width: 24px;
  height: 24px;
  display: block;
  padding: 3px 0 0;
  font-size: 16px;
  float: none;
  margin: 0 auto 5px;
}

.checkbox-btn-drop .badge-exc {
  min-width: 24px;
  font-size: 18px;
  padding: 3px;
  margin: 0 0 5px;
}

.checkbox-btn-drop .tooltip-holder.pull-left {
  float: none;
}

.lineups-notfound {
  text-align: center;
  font-size: 15px;
  padding: 20px 15px;
  background: #fff;
}

.lineup-scroll {
  overflow-y: auto;
  max-height: 500px;
}

.lineup-table {
  table-layout: fixed;
  overflow: hidden;
}

.lineup-table th:first-child,
.lineup-table td:first-child {
  width: 32px;
}

.table input[type='checkbox'] {
  vertical-align: middle;
}

.name-row td {
  border-top: 1px solid #ddd;
  height: auto;
  /*vertical-align: top;*/
}

.name-row .name {
  display: block;
  max-height: 30px;
  overflow: hidden;
}

.name-row .name:not(.divided) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.name-row .name > div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.name-row .tooltip-holder {
  margin: -1px 0 0;
}

.lineup-table tbody:first-child .tooltip-custom {
  top: 100%;
  bottom: auto;
  margin-top: 10px;
  margin-bottom: 0;
}

.lineup-table tbody:first-child .tooltip-frame:before {
  border-top: none;
  border-bottom: 5px solid;
  top: auto;
  bottom: 100%;
}

.total-row td {
  border-top: 1px solid #ddd;
  height: 26px;
}

.total-row .cell-flex {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.total-row .cell-flex > div {
  padding-left: 5px;
}

.lineup-table .name-row td {
  vertical-align: top;
}

.lineup-table tbody:first-child .tooltip-custom {
  top: 100%;
  bottom: auto;
  margin-top: 10px;
  margin-bottom: 0;
}

.lineup-table tbody:first-child .tooltip-frame:before {
  border-top: none;
  border-bottom: 5px solid;
  top: auto;
  bottom: 100%;
}

.cell-actions {
  text-align: right;
}

.cell-actions a {
  color: #707070;
  font-size: 18px;
}

.cell-actions a:hover {
  text-decoration: none;
  color: #333;
}

.cell-actions a + a {
  margin: 0 0 0 6px;
}

.not-found-text {
  font-size: 13px;
  text-align: center;
  padding: 0 5px;
}

.slot-filter-block .not-found-text {
  text-align: left;
  padding: 0;
}

.half-wrap {
  margin: 0 -15px;
  font-size: 0;
}

.half-block {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 30px;
  width: 50%;
  font-size: 13px;
}

.gray-box {
  overflow: hidden;
  color: #fff;
  line-height: 20px;
  background: #9b9999;
  padding: 6px 10px;
}

.gray-box:first-child {
  border-bottom: 1px solid #ddd;
}

.gray-box:last-child {
  border-top: 1px solid #ddd;
}

.gray-box input[type='checkbox'] {
  float: left;
  margin: 2px 5px 0 0;
}

.gray-box .actions-holder {
  overflow: hidden;
  text-align: right;
}

.gray-box .actions-holder a {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  vertical-align: top;
  display: inline-block;
}

.gray-box .actions-holder a + a {
  margin: 0 0 0 10px;
}

.lineup-box {
  margin: 0 0 30px;
}

.lineup-box:last-child {
  margin: 0;
}

.lineup-header {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #2c3235;
  padding: 5px 10px 6px;
  border-bottom: 1px solid #3e4747;
}

.lineup-header .title {
  text-transform: uppercase;
  color: #057df7;
  font-weight: bold;
  margin: 0 5px 0 0;
}

.data-list {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}

.data-list li {
  color: #fff;
}

.data-list li strong {
  /*color: #c9c8c8;*/
  color: #dce694;
  font-size: 12px;
  font-weight: 400;
}

.lineup-header .actions-holder {
  margin-left: 5px;
}

.lineup-header .actions-holder a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  vertical-align: top;
  display: inline-block;
}

.lineup-header .actions-holder a + a {
  margin: 0 0 0 10px;
}

.lineup-box .table {
  margin: 0;
}

.lineup-box .table th {
  height: 28px;
  padding: 4px;
  line-height: 1;
  position: sticky;
  z-index: 2;
  top: 0;
}

.lineup-box .player-name {
  vertical-align: top;
}

.lineup-box .td-pos {
  width: 30px;
}

.lineup-box .td-salary {
  width: 60px;
}

.lineup-box .td-fpts {
  width: 65px;
}

.lineup-box .td-pown {
  width: 60px;
}

.loading-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 100;
}

.loading-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.loading-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  text-align: center;
}

.player-details-box {
  background: #2c3235;
  padding: 20px 30px 10px;
  color: #80898d;
  margin: -15px -15px 20px;
}

.player-details {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
}

.player-details .visual-holder {
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px;
}

.player-details .visual {
  width: 100px;
  height: 125px;
  font-size: 0;
}

.player-details .visual:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  height: 100%;
}

.player-details .visual img {
  vertical-align: bottom;
}

.player-details-form {
  font-size: 0;
  white-space: nowrap;
}

.player-details-form .form-group {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
  font-size: 13px;
}

.player-details-form .form-group:first-child {
  margin: 0;
}

.player-details-form label {
  display: block;
  margin: 0 0 3px;
  color: #fff;
  font-weight: normal;
}

.player-details .text-holder {
  -ms-flex: 1;
  flex: 1;
  padding: 0 20px;
}

.player-details-list {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.player-details-list li {
  margin: 2px 0 0;
}

.player-details .title {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin: 0 4px;
}

.player-details-heading {
  margin: 0 0 5px;
}

.player-details-heading > input {
  margin: 1px 4px 0 0;
}

.player-details-heading > * {
  vertical-align: middle;
}

.player-details-heading .mood-holder {
  display: inline-block;
}

.site-block {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  position: relative;
}

.site-block span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

.site-block img {
  max-height: 24px;
  width: auto;
  margin: 0 4px 0 0;
  vertical-align: middle;
}

.site-block img[src*='logo-fanduel'] {
  max-height: 16px;
}

.player-details-list .site-block {
  margin: 0 0 0 12px;
}

.site-block.disabled:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(44, 50, 53, 0.6);
}

.info-table {
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  color: #80898d;
  margin: 0 -5px;
}

.info-table > div {
  min-height: 60px;
  padding: 5px;
  text-align: center;
  background: #3d4348;
  margin: 5px 5px 0;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.info-table strong {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 1;
}

.stats-table .table-scroll {
  max-height: 231px;
}

.news-box {
  overflow-y: auto;
  max-height: 265px;
  font-size: 12px;
  line-height: 14px;
  color: #888;
  padding: 0 5px 0 0;
}

.news-box h3 {
  color: #888;
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

.news-box a {
  color: #057df7;
}

.news-item + .news-item {
  margin: 15px 0 0;
}

/* hitter-stack-filter */
.hitter-stack-filter .white-box {
  padding: 15px 20px;
}

.team-filter {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px -15px;
  padding: 10px 0 20px;
  background: linear-gradient(to bottom, #f5f6fa 0%, #fff 100%);
  border-radius: 0 0 4px 4px;
}

.advanced-filter .team-filter {
  margin: 0 -15px -15px;
}

.team-stack {
  -ms-flex: 1;
  flex: 1;
  padding: 0 20px;
  max-width: 50%;
  position: relative;
}

.team-stack:before {
  content: '';
  width: 1px;
  top: 0;
  left: 100%;
  bottom: 5px;
  position: absolute;
  background: #ddd;
}

.team-stack:nth-child(2):before {
  content: none;
}

.team-stack .form-row {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 -10px 20px;
}

.team-stack .form-row:last-child {
  margin-bottom: 0;
}

.team-stack .form-row.flex-start {
  justify-content: flex-start;
}

.team-stack .form-row > div {
  padding: 0 10px;
}

.team-stack .team {
  width: 110px;
}

.team-stack .stack {
  width: 85px;
}

.team-stack .players {
  -ms-flex: 1;
  flex: 1;
}

.team-stack .delete {
  width: 35px;
}

.team-stack .form-row .delete {
  padding-top: 10px;
}

.team-stack .form-row:first-child .delete {
  padding-top: 37px;
}

.team-stack .form-row .form-text {
  margin: 0 0 5px;
}

.team-stack .percent-in .percent {
  font-size: 13px;
  line-height: 15px;
}

.team-stack .delete a {
  font-size: 20px;
  color: #a4a4a4;
}

.team-stack .delete a:hover {
  color: #e20000;
}

.exposure-percent-in .form-control {
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.stack-filter {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px -15px;
  padding: 10px 0 20px;
  background: linear-gradient(to bottom, #f5f6fa 0%, #fff 100%);
  border-radius: 0 0 4px 4px;
}

.stack-filter .team-stack {
  max-width: 33.33%;
}

.stack-filter .team-stack.mw-half {
  max-width: 50%;
}

.stack-filter .team-stack.mw-none {
  max-width: none;
}

.stack-filter .team-stack:nth-child(2):before {
  content: '';
}

.stack-filter .team-stack:nth-child(3):before {
  content: none;
}

.stack-filter .team-stack .form-row:first-child .delete {
  padding-top: 12px;
}

.stack-filter .form-sub-text {
  margin: 0 -5px 0 0;
}

.stack-filter .form-sub-text:first-child {
  flex-grow: 1;
}

.stack-filter .form-sub-text > * {
  margin-right: 5px;
}

.line-through {
  text-decoration: line-through;
}

.primary-stack-color {
  color: #019add;
}

.secondary-stack-color {
  color: #e36d27;
}

.third-stack-color {
  color: #199d4a;
}

.fourth-stack-color {
  color: #904caf;
}

.mlb-stack-combinations {
  margin: 0 -15px;
  border-top: 1px solid #ddd;
  padding: 10px 20px;
}

.mlb-stack-combinations h3 {
  margin: 0;
}

.unused-combinations {
  border-top: 1px solid #ddd;
}

.chk-all-games {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 10px;
  margin: 20px 0;
  text-align: center;
}

@media (max-width: 1199px) {
  .filters-cell {
    padding: 10px;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    min-height: 0;
  }
  .filters-cell:before {
    top: 5px;
    bottom: 5px;
  }
  .alt-type .select-cell,
  div.select-cell {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .position-cell .filter-title {
    margin: 0 0 5px;
  }
  .flex-pos-block {
    margin: 10px 0 0;
    padding: 10px 0 0;
  }
  .input-info {
    width: 50%;
    padding-right: 15px;
    float: left;
  }
  .select-cell > div {
    margin: -5px -15px 0 0;
  }
  /*
  .filters-table{
      display: block;
      font-size: 0;
      padding: 10px 0 70px;
      position: relative;
  }
  .filters-cell{
      display: inline-block;
      vertical-align: top;
      font-size: 13px;
      width: 25%;
      padding: 10px 15px 0;
      height: auto;
  }
  .filters-cell:before{
      display: none;
  }
  .filters-cell.select-cell{
      width: 100%;
  }
  .lineups-cell{
      width: 21%;
  }
  .position-cell{
      width: 29%;
  }
  .select-cell .filter-group{
      float: left;
      width: 33.33%;
      margin: 0;
  }
  .select-cell .filter-group + .filter-group{
      margin: 0;
      padding: 0 0 0 15px;
  }
  .select-cell .filter-group.input-info{
      padding: 0 15px 0 20px;
  }
  .select-cell .filter-group.input-info:last-child{
      padding-right: 0;
  }
  .calculate-lineups{
      display: inline-block;
      position: absolute;
      border-radius: 4px;
      right: 15px;
      bottom: 15px;
  }
  */
  .table-tab a {
    padding: 9px 15px;
  }
  .lineup-filter {
    margin: 0 10px 10px 0;
  }
  .lineup-filter .controls-table > label {
    display: block;
    font-size: 15px;
    line-height: 18px;
    padding: 0 0 4px;
    margin: 0;
    width: 100%;
  }
  .lineup-filter .controls-table-holder {
    display: block;
  }
  .lineup-actions {
    padding: 22px 0 0;
  }
  .lineup-sort {
    width: 220px;
  }
  .lineup-filter .filter-btn-group {
    margin: 4px 0 0;
  }
  #lineups-list {
    /*display: none;*/
  }
  .filters-wrap {
    /*padding: 10px 0 60px;*/
  }
  .filters-wrap .filters-table {
    padding: 0;
    position: static;
  }
  .custom-switch-holder {
    margin: 0 -1%;
  }
  .custom-switch-holder .custom-switch {
    width: 48%;
    margin: 0 1% 10px;
  }
  .stack-filter .form-sub-text > * {
    display: block;
    margin-right: 0;
  }
  /**/
  .correlation-players .player {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .filters-cell {
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
  }
  div.select-cell {
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
  }
  .search-player {
    float: none;
    width: auto;
    overflow: hidden;
  }
  .table-tab li:not(.active) a {
    padding: 9px 10px;
  }
  .table-tab {
    padding: 0 10px 0 0;
  }
  .game-filter-block .custom-switch {
    width: 154px;
  }
  .lineup-actions .btn .small-text,
  .lineup-actions .btn {
    font-size: 0;
  }
  .lineup-actions .btn .fa {
    font-size: 18px;
  }
  .lineups-selected-counter,
  .lineups-selected-counter {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 4px;
  }
  .lineup-actions .btn .small-text {
    display: inline-block;
  }
  .lineup-actions .btn {
    min-width: 50px;
    padding: 10px 8px;
  }
  .half-block {
    width: 100%;
  }
}

/*# sourceMappingURL=all.css.map */