@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: Lato;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  letter-spacing: 0.5px;
  height: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: inherit;
  line-height: 20px;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 21px;
}

h2, .h2 {
  font-size: 16px;
}

h3, .h3 {
  font-size: 15px;
  font-weight: 500;
}

h4, .h4 {
  font-size: 13px;
}

h5, .h5 {
  font-size: 12px;
}

h6, .h6 {
  font-size: 10px;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.h0 {
  font-size: 32px;
  color: #1e2886;
  font-weight: 400;
}

.huge {
  font-size: 22.05px;
  margin: 0 auto;
  padding: 0;
  width: 95%;
  text-align: center !important;
  font-weight: 600;
}

body {
  font-family: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

p {
  margin: 0 0 10px;
  /*font-weight: 100;  Custom font weight */
  font-family: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 20px;
}

.lead {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}

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

html.default body #page-info .page-info-topic .title h2 {
  color: #1e2886;
}

a .material-icons, a:focus .material-icons, a:hover .material-icons {
  vertical-align: bottom;
}

.panel-heading {
  font-size: 16px;
  font-weight: 300;
}

h4.modal-title {
  font-size: 21px;
  font-weight: 400;
}

/*** warnings ***/
body {
  color: #262626;
}

.label-default {
  background-color: #afafaf;
}

.alert {
  background: #fff;
  border: 1px solid #e8edf2;
  border-left: 4px solid;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 13px;
}

.alert.alert-success {
  border-left-color: #006848;
  color: #006848;
}

.alert.alert-info {
  border-left-color: #1e2886;
  color: #1e2886;
}

.alert.alert-warning {
  border-left-color: #b5901f;
  color: #b5901f;
}

.alert.alert-danger {
  border-left-color: #cc0a2e;
  color: #cc0a2e;
}

/* .panel .dashboard-notifications{
    button:first-child{
      border-left: 4px solid $success-light;
      >.timestamp{
        color: $success-light;
      }
    }
    button:nth-child(2){
      border-left: 4px solid $brand-info;
      >.timestamp{
        color: $brand-info;
      }
    }
    button:last-child{
      border-left: 4px solid #E0E0E0;
      >.timestamp{
        color: #c3c3c3;
      }
    }
} */
a, a:hover, a:focus, a.footer-nav.button.btn-link, .btn-link {
  color: #1e2886;
}

a:focus:not(:focus-visible) {
  outline: none;
}

.black {
  color: #555;
}

.blue, .text-blue {
  color: #1e2886;
}

.orange {
  color: #FFCB2B;
}

.lightblue {
  color: #5bc0de;
}

.red {
  color: #cc0a2e;
}

.green {
  color: #006848;
}

.grey {
  color: #afafaf;
}

.no-bg {
  background: transparent;
}

.btn, .input-group-btn .btn {
  text-transform: none;
}

.btn {
  height: 36px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: none !important;
  padding: 2px 16px;
  letter-spacing: 0.2px;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  border-radius: 8px;
}
.btn:hover {
  text-decoration: none;
}

.btn-group-raised .btn:not(.btn-link),
.btn-group-raised .input-group-btn .btn:not(.btn-link),
.btn.btn-raised:not(.btn-link),
.input-group-btn .btn.btn-raised:not(.btn-link) {
  box-shadow: none !important;
}

.btn-group,
.btn-group-vertical {
  margin: 0;
}

.btn > .rubix-icon {
  line-height: 1;
  font-size: 18px;
}

.btn-primary {
  background: #1e2886;
  border-color: #1e2886;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background: #1b247a;
  border-color: #1b247a;
  color: #fff;
}
.btn-primary:active {
  background: #151c5f;
  border-color: #151c5f;
  color: #fff;
}

.btn-default {
  background: transparent;
  border: 1.5px solid #cbd2d9;
  color: #444;
}
.btn-default:hover, .btn-default:focus {
  background: #f4f5f7;
  border-color: #adb5bd;
  color: #333;
}

.btn-danger {
  background: #cc0a2e;
  border-color: #cc0a2e;
  color: #fff;
}
.btn-danger:hover, .btn-danger:focus {
  background: #a80826;
  border-color: #a80826;
  color: #fff;
}

.btn-success {
  background: #006848;
  border-color: #006848;
  color: #fff;
}
.btn-success:hover, .btn-success:focus {
  background: #005239;
  border-color: #005239;
  color: #fff;
}

.btn-warning {
  background: #FFCB2B;
  border-color: #FFCB2B;
  color: #333;
}
.btn-warning:hover, .btn-warning:focus {
  background: #e6b500;
  border-color: #e6b500;
  color: #333;
}

.btn-info {
  background: #1e2886;
  border-color: #1e2886;
  color: #fff;
}
.btn-info:hover, .btn-info:focus {
  background: #1b247a;
  border-color: #1b247a;
  color: #fff;
}

.btn-link {
  color: #1e2886;
  box-shadow: none !important;
}
.btn-link:hover {
  color: #151c5f;
}

.table button.btn {
  box-shadow: none !important;
  height: 30px;
  padding: 0 12px;
  font-size: 12px;
}

.panel-header-button {
  position: absolute !important;
  top: 9px;
  right: 14px;
}

.panel-header-btn {
  position: absolute !important;
  top: 5px;
  right: 15px;
  z-index: 1000;
}

.panel .dashboard-notifications .item {
  display: inline-block;
  width: 100%;
  white-space: normal;
  margin-bottom: 10px;
  border: 1px solid #E8E6E6;
  height: auto;
  text-transform: none;
  border-radius: 8px;
  text-align: left;
  font-weight: 300;
}
.panel .dashboard-notifications .item .message {
  display: block;
  color: #757575;
  font-size: 12px;
  margin-bottom: 0;
}
.panel .dashboard-notifications .item .timestamp {
  display: block;
  color: #A2A0A0;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.panel .stats-button {
  position: relative;
  top: -29px;
  display: inline-block;
  min-width: 33%;
  height: 100%;
  text-align: center;
  font-size: 32px;
  padding: 0;
  font-weight: 100;
}
.panel .stats-button h2 {
  margin-bottom: 5px;
}

.bs-example > .dropdown > .dropdown-toggle {
  float: left;
}

.bs-example > .dropdown > .dropdown-menu {
  clear: left;
  display: block;
  position: static;
  margin-bottom: 5px;
}

.select2-container-multi .select2-choices {
  border-radius: 0;
}

.select2-container .select2-choice, .select2-container-multi .select2-choices {
  border-width: 2px;
  border-color: #1e2886;
}

.select2-container .select2-choice .select2-arrow {
  color: white;
  border-radius: 0;
  background: #1e2886;
  border-color: #1e2886;
}

.select2-drop-active, .select2-drop.select2-drop-above.select2-drop-active, .select2-container-active .select2-choice, .select2-container-active .select2-choices, .select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-container-multi.select2-container-active .select2-choices, .form-control.select2-container.select2-dropdown-open {
  border-width: 2px;
  border-color: #1e2886;
}

.select2-results .select2-highlighted {
  background: #1e2886;
}

.tt-suggestion.tt-is-under-cursor {
  color: #ffffff;
  background: #1e2886;
}

.dropdown-header {
  font-family: Lato, sans-serif;
  color: #98A0A3;
  background: #F9FAFB;
  border-bottom: 1px solid #F2F2F2;
}

.dropdown-menu, .tt-dropdown-menu {
  border: none;
  outline: none;
  margin-top: 5px;
  min-width: 200px;
  overflow: hidden;
  border-radius: 5px;
}

.dropdown-menu.double-width, .tt-dropdown-menu.double-width {
  min-width: 325px;
}

.dropdown-menu > li > a {
  outline: none;
  color: #555;
}

.dropdown-menu > li > a:hover {
  color: #555;
  background: rgba(0, 155, 223, 0.6);
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #ffffff;
  background: #1e2886;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  background: none;
  color: rgba(85, 85, 85, 0.5);
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  border: none;
  margin-top: 0px;
  min-width: 200px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.dropup .dropdown-menu.double-width, .navbar-fixed-bottom .dropdown .dropdown-menu.double-width {
  min-width: 325px;
}

ul.dropdown-menu-organisations {
  padding: 12px;
}

.dropzone {
  border: 1px dashed #89949b;
  min-height: 40px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.03);
  padding: 0 30px;
  font-size: 1.2em;
  font-style: italic;
}

.dropzone, .dropzone *, .dropzone-previews, .dropzone-previews * {
  box-sizing: border-box;
  margin-top: 25px;
  margin-bottom: 25px;
}

form.form-bordered {
  margin-top: 10px;
}
form.form-bordered .btn, form.form-bordered .input-group-btn .btn {
  margin: 0;
}

.form-control {
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  background: #fff;
  line-height: 30px;
  box-shadow: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.form-control:focus {
  box-shadow: 0 0 0 3px rgba(30, 40, 134, 0.12) !important;
  border-color: #1e2886;
  outline: none;
}

.form-group {
  margin: 5px 0;
}
.form-group .col-md-4 {
  text-align: right;
}
.form-group label.control-label {
  font-weight: 300;
  margin-top: 15px;
  text-align: right;
}
.form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label {
  padding-left: 0;
}

.form-group .checkbox label, .form-group .radio label, .form-group label {
  color: #888;
  font-weight: 300;
  font-size: 14px;
}

.spcheck .checkbox-material {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .spcheck .checkbox-material {
    margin-left: 10px;
  }
}
pre {
  padding: 12px;
  margin: 0 0 12.5px;
  line-height: 1.78571;
  border: 1px solid #ccc;
}

.label {
  padding: 3px 10px;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 600;
}

.label-primary {
  background: #edeef5;
  color: #1e2886;
}

.label-success {
  background: #e6f4ee;
  color: #006848;
}

.label-danger {
  background: #fce8ec;
  color: #cc0a2e;
}

.label-warning {
  background: #fffaea;
  color: #b5901f;
}

.label-default {
  background: #f4f5f7;
  color: #5c5c5c;
}

.label-info {
  background: #edeef5;
  color: #1e2886;
}

.label-right {
  margin-right: 10px;
}

.label-match-status {
  width: 25px;
}

.legend .label {
  margin: 0 5px 0 15px;
}

.theme-label-right, .theme-label-left {
  display: inline-block;
  vertical-align: middle;
}

.theme-label-left {
  width: 40%;
  text-align: center;
  color: #fff;
  padding: 7px 0;
  height: 95px;
}

.theme-label-right {
  width: 60%;
  padding: 0 10px;
  font-size: 12px;
}

.theme-label-icon {
  font-size: 49px;
  margin: 0;
}

.theme-label p.theme-label-title {
  font-size: 12px;
  font-weight: 400;
}

ol.right-property-group li a, .left-property-group li a {
  display: block;
  margin: 5px 0;
  padding: 13px 10px;
  text-decoration: none;
  color: #005479;
  width: 100%;
  box-sizing: border-box;
  font-weight: 300;
  background: #E1F5FE;
}

.left-property-group li a {
  color: #0994d2;
  background: #f2fbff;
}

.leagueslist {
  margin-left: 20px;
  margin-bottom: 10px;
}

ul li {
  line-height: 20px;
}

.modal-large .modal-dialog {
  width: 800px;
  margin: 2em auto 0 auto;
}

@media (min-width: 990px) {
  .modal-large .modal-dialog {
    width: 960px;
    margin: 2em auto 0 auto;
  }
}
.modal-content .modal-header {
  padding-top: 16px;
  padding-bottom: 15px;
}
.modal-content .modal-header h4.modal-title {
  color: #1e2886;
}

.modal-body {
  font-size: 13px;
}
.modal-body .form-group label.control-label {
  font-size: 14px;
}
.modal-body .list-group {
  width: 85%;
  margin-left: 10px;
}
.modal-body ol.right-property-group li a > .glyphicon, .modal-body .left-property-group li a > .glyphicon {
  background: #005479;
  border-radius: 11px;
  padding: 4px;
  color: white;
  margin-right: 10px;
}
.modal-body .left-property-group {
  text-align: right;
}
.modal-body .left-property-group li a > .glyphicon {
  background: #0994d2;
  margin-left: 10px;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Roboto", "Helvetica", sans-serif;
  line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/*** Panel Styles ***/
.overview-panel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  height: 50px;
}
.overview-panel.border {
  border-right: 1px solid #EEE;
}
.overview-panel .icon {
  background-color: #F2F0F2;
  color: #9B9B9B;
  padding: 5px;
  border-radius: 100%;
  margin-right: 10px;
  margin-left: 10px;
}
.overview-panel p {
  margin: 0;
  color: #262626;
  line-height: 20px;
  font-size: 1.2rem;
}
.overview-panel .huge {
  font-size: 1.6rem;
  width: 100%;
  font-weight: 500;
  text-align: left !important;
}
.overview-panel #team-overview-gauge {
  max-height: 125px !important;
}

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none;
}

/*Add 8 column functionality*/
.col-xs-one-eight,
.col-sm-one-eight,
.col-md-one-eight,
.col-lg-one-eight {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.col-xs-one-eight {
  width: 12.5%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-one-eight {
    width: 12.5%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-one-eight {
    width: 12.5%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-one-eight {
    width: 20%;
    float: left;
  }
}
/*Add 8 column functionality*/
.col-xs-two-eight,
.col-sm-two-eight,
.col-md-two-eight,
.col-lg-two-eight {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.col-xs-two-eight {
  width: 25%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-two-eight {
    width: 25%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-two-eight {
    width: 25%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-two-eight {
    width: 25%;
    float: left;
  }
}
.panel {
  box-shadow: 0 4px 6px -2px rgba(26, 26, 26, 0.1);
  background-color: #fff;
  border: 1px solid #e8edf2;
  border-top: 6px solid #1e2886;
  border-radius: 8px;
  position: relative;
}
.panel .panelh4 {
  font-size: 21px;
}
.panel.panel-default > .panel-heading, .panel > .panel-heading {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #e8edf2;
  border-radius: 8px 8px 0 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #444;
  padding: 14px 20px;
  margin-bottom: 0;
}
.panel.panel-default > .panel-heading .panel-title a, .panel > .panel-heading .panel-title a {
  font-size: 20px;
  text-decoration: none;
  border-bottom: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.panel.panel-default > .panel-heading .panel-title a:before, .panel > .panel-heading .panel-title a:before {
  font-family: "Fontello";
  float: right;
}
.panel.panel-default > .panel-heading .panel-title a:hover, .panel > .panel-heading .panel-title a:hover {
  text-decoration: none;
}
.panel.panel-default > .panel-heading .panel-title a.collapsed, .panel > .panel-heading .panel-title a.collapsed {
  margin-bottom: 20px;
}
.panel.panel-default > .panel-heading .panel-title .btn, .panel > .panel-heading .panel-title .btn {
  position: absolute;
  top: -5px;
  right: 5px;
}
.panel .panel-body {
  padding: 5px 20px 20px 20px;
}
.panel .panel-body h3, .panel .panel-body h4 {
  color: #1e2886;
  font-weight: 600;
  margin-top: 0;
}
.panel .panel-footer {
  border-top: none;
  border-top: 1px solid #F5F5F5;
  overflow: hidden;
  background-color: white;
  color: #576674;
}
.panel button:hover, .panel button:focus {
  border-color: #fff;
}
.panel .legend {
  margin-bottom: 20px;
}
.panel {
  /*** Panel/Panel ***/
}
.panel .panel {
  border: none;
}
.panel .panel .panel-heading, .panel .panel.panel-default > .panel-heading, .panel .panel > .panel-heading {
  padding-left: 1em;
  font-size: 1.2em;
  color: #0288d1;
  margin: 0;
  padding-bottom: 15px;
  border-bottom: none;
}
.panel .panel .panel-body {
  margin-top: 0;
  padding: 0 20px;
}
.panel .panel .panel-body h4, .panel .panel .panel-body .panel-heading, .panel .panel .panel-body .panel-heading .panel-title a {
  font-weight: 400;
  margin-top: 0.4em;
  margin-bottom: 0.6em;
  font-size: 18px;
  text-transform: uppercase;
}
.panel .panel .panel-body h3 {
  color: #555555;
  text-transform: uppercase;
  font-size: 1.05em;
}
.panel .panel .panel-footer {
  border-top: 1px solid #f1f1f1;
  color: #576674;
}
.panel {
  /*** Panel/Panel/Panel ***/
}
.panel .panel .panel {
  margin-top: 0;
  margin-bottom: 0.6em;
  border: 0;
  box-shadow: none !important;
  background-color: white;
}
.panel .panel .panel .panel-heading {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300 !important;
  border-bottom: 1px solid #ddd;
  font-size: 0.9em;
}
.panel .panel .panel .panel-heading h4, .panel .panel .panel .panel-heading .panel-title a {
  font-weight: 300;
}
.panel .panel .panel .panel-heading h4 a:before {
  content: "\ed4a";
  transform: rotate(90deg);
}
.panel .panel .panel .panel-body {
  border: none !important;
}

.child-row .panel {
  border: none;
}

.panel.noOverflow {
  overflow: visible;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

/*** Special Panels ***/
.organisation-logo {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-bottom: 20px;
}

.organisation-right {
  padding-top: 10px;
  text-align: right;
}

.stats-panel .panel-body {
  padding: 0;
  border-top: 0;
  height: 74px;
}
.stats-panel .panel-body > button p {
  font-size: 14px;
  text-transform: capitalize;
  color: #A2A0A0;
  font-size: 11px;
}
.stats-panel .panel-body .stats-label {
  display: inline-block;
  text-align: center;
  width: 34%;
}

.updatePanelContent {
  overflow: scroll;
  padding: 0 20px 0 5px;
  font-size: 12px;
  height: 110px;
  line-height: 20px;
}

.icon-panel .icon, .icon-panel .glyphicon {
  color: #d1d1d1;
  display: block;
  text-align: center;
  font-size: 75px;
  line-height: 66px;
}

.custom-panel {
  border: 0;
}
.custom-panel .panel-heading {
  border-bottom: 1px solid #ddd;
}

/**** Modals *****/
.dialog .panel-default {
  border: none;
}
.dialog .panel-default .panel-body {
  padding: 20px;
}

.dialog .panel.panel-default > .panel-heading, .dialog .panel > .panel-heading {
  font-size: 17px;
  font-weight: 400;
  border-bottom: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.dialog .panel.panel-default > .panel-heading h4.panel-title, .dialog .panel > .panel-heading h4.panel-title {
  line-height: 0.7em;
}
.dialog .panel.panel-default > .panel-heading .panel-title a, .dialog .panel > .panel-heading .panel-title a {
  font-size: 16px;
  color: #1e2886;
}

.dialog .error.panel .panel-title a {
  color: #cc0a2e !important;
}

.dialog .panel .panel .panel-heading {
  border: none;
  font-size: 14px;
  background: none;
  font-weight: 400;
  margin: 0 20px;
}

.dialog .panel.panel-default h4.panel-title a.collapsed:before {
  content: "\ed4a";
  transform: rotate(90deg);
  margin-right: 4px;
}

.dialog .panel.panel-default h4.panel-title a:before {
  content: "\ed4a";
  transform: rotate(-90deg);
  margin-right: 4px;
}

.dialog .bordered-panel, .dialog .panel .panel.panel-default {
  margin: 10px 30px;
  border: 1px solid #ddd;
  border-radius: 0;
}

#page-title {
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8edf2;
}

.header-logo {
  width: 95px;
  height: 75px;
  display: inline-block;
  vertical-align: top;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 10px;
}

.header-info {
  width: calc(100% - 95px);
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-top: 10px;
}

.header-settings {
  width: calc(40% - 95px);
  display: inline-block;
  text-align: right;
}

.header-right {
  width: calc(100% - 95px);
  display: inline-block;
}

.RichEditor-root {
  background: #fff;
  border: 1px solid #eee;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 20px;
}

.RichEditor-editor {
  border-top: 1px solid #eee;
  cursor: text;
  font-size: 16px;
  margin-top: 10px;
}

.RichEditor-editor .public-DraftEditorPlaceholder-root,
.RichEditor-editor .public-DraftEditor-content {
  margin: 0 -15px -15px;
  padding: 15px;
}

.RichEditor-editor .public-DraftEditor-content {
  min-height: 100px;
}

.RichEditor-hidePlaceholder .public-DraftEditorPlaceholder-root {
  display: none;
}

.RichEditor-editor .RichEditor-blockquote {
  border-left: 5px solid #eee;
  color: #666;
  font-family: "Hoefler Text", "Georgia", serif;
  font-style: italic;
  margin: 16px 0;
  padding: 10px 20px;
}

.RichEditor-editor .public-DraftStyleDefault-pre {
  background-color: rgba(0, 0, 0, 0.05);
  font-family: "Inconsolata", "Menlo", "Consolas", monospace;
  font-size: 16px;
  padding: 20px;
}

.RichEditor-editor .public-DraftStyleDefault-ul {
  list-style: disc;
  padding-left: 15px;
}

.RichEditor-editor .public-DraftStyleDefault-block {
  line-height: 24px;
}

.RichEditor-controls {
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
  user-select: none;
  display: inline-block;
}

.RichEditor-styleButton {
  color: #757575;
  cursor: pointer;
  margin-right: 16px;
  padding: 2px 0;
  display: inline-block;
}

.RichEditor-activeButton {
  color: #1e2886;
}

.table-bordered {
  border: 0;
}

table td .btn, .input-group-btn .btn {
  margin: 0;
}

.table td,
.table tbody th {
  vertical-align: middle;
  font-size: 1.17em;
  padding: 10px 8px 10px 12px !important;
  line-height: 22px !important;
  margin: 0;
  border: none !important;
  border-bottom: 1px solid #f0f2f5 !important;
}

.table thead tr th {
  border: none !important;
  border-bottom: 2px solid #e8edf2 !important;
  padding: 10px 8px 10px 12px !important;
  background: #f4f5f7;
  color: #5c5c5c;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.table tr {
  border: none !important;
}
.table tr td {
  border: none !important;
}
.table tr td .btn-group {
  vertical-align: top;
}
.table tr td .label {
  line-height: 12px;
}

.table > tbody + tbody {
  border-top: none;
}

.downloadable-table {
  background-color: white;
}
.downloadable-table thead tr td {
  color: #356275;
}
.downloadable-table tbody tr td {
  font-weight: 300;
}

.table button.btn {
  height: 30px;
}

table .toggle {
  border: 0 !important;
  text-decoration: none !important;
}

table .toggle:before {
  content: "▲";
  color: #97aebc;
  text-align: right;
  margin-left: 5px;
  padding: 1px 0 0 0;
  font-size: 1em;
}

table .expanded {
  border-top: 2px solid #ddd !important;
}
table .expanded .toggle:before {
  content: "▼";
}
table .expanded + tr td {
  padding: 0 0.5em !important;
}
table .expanded + tr td table.child-table {
  background-color: transparent !important;
  margin: 1.8em 0;
}
table .expanded + tr td .table-hover > tbody > tr:hover {
  background-color: #f5f5f5 !important;
}

table .table-row-divider:hover,
table .table-row-divider {
  background-color: #ddd !important;
  border-width: 0 !important;
}

table .table-row-divider:hover td,
table .table-row-divider td {
  height: 1px !important;
  line-height: 1px !important;
  padding: 0 !important;
  border-width: 0 !important;
  margin: 0 !important;
}

.fixture-preview-table thead th:nth-child(1) {
  width: 16%;
}
.fixture-preview-table thead th:nth-child(2) {
  width: 26%;
}
.fixture-preview-table thead th:nth-child(4) {
  width: 24%;
}
.fixture-preview-table thead th:nth-child(5) {
  width: 20%;
}

.leaguebuilder-leagues .child-table .child-row > td:nth-child(1) {
  width: 25%;
}
.leaguebuilder-leagues .child-table .child-row > td:nth-child(2) {
  width: 8%;
}
.leaguebuilder-leagues .child-table .child-row > td:nth-child(3) {
  width: 25.4%;
}
.leaguebuilder-leagues .child-table .child-row > td:nth-child(4) {
  width: 6%;
}
.leaguebuilder-leagues .child-table .child-row > td:nth-child(5) {
  width: 11%;
}
.leaguebuilder-leagues .child-table .child-row > td:nth-child(6) {
  width: 11.7%;
}
.leaguebuilder-leagues .child-table .child-row > td:nth-child(7) {
  width: 14%;
}

tr.fixture-exception {
  border-top: 1px solid #BBC1C4 !important;
  border-bottom: 1px solid #BBC1C4 !important;
}
tr.fixture-exception td {
  font-size: 1em;
  background-color: white;
}
tr.fixture-exception td:nth-child(1) {
  padding: 0 0 0 0.8em !important;
}
tr.fixture-exception td:nth-child(1):before {
  display: inline;
  font-weight: 300;
  font-family: "Fontello";
  color: #BBC1C4;
  font-size: 20px;
  display: block;
}
tr.fixture-exception td:nth-child(2) {
  padding: 0.5em;
}

.table-striped > tbody > .expanded + tr {
  background-color: #fff !important;
}
.table-striped > tbody > .table-row-child {
  background: #fff !important;
}
.table-striped > tbody > tr.expanded:nth-of-type(odd) + tr {
  background-color: #f9f9f9 !important;
}

tr.child-row {
  background: transparent !important;
}

td span.block {
  display: block;
  padding: 1em 0;
  text-align: center;
  text-transform: uppercase;
}

tr.strong {
  font-weight: 700;
}

table.table, table.material-table {
  margin-bottom: 0;
  font-size: 1.2rem;
}
table.table td, table.table th, table.material-table td, table.material-table th {
  padding: 3px 5px;
  /*       line-height: 1.8em; */
  line-height: 18px;
  vertical-align: middle;
}
table.table th, table.material-table th {
  font-weight: 500;
  color: #9b9b9b;
}
table.table.stripped tbody > tr:nth-of-type(odd), table.material-table.stripped tbody > tr:nth-of-type(odd) {
  background-color: #FAFAFA;
}
table.table tr.strip, table.material-table tr.strip {
  background-color: #FAFAFA;
}

.material-table th > button.heading-button {
  border-radius: 0;
  min-width: 0;
  width: 100%;
  height: 48px;
  color: #9b9b9b !important;
  padding: 0;
  text-transform: none !important;
  font-size: 1.2rem;
  text-align: left;
  font-weight: 500;
  line-height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

span.material-icons.sorting-arrow {
  font-size: 15px;
}
span.material-icons.rotate-arrow {
  transform: rotate(90deg);
}
span.material-icons.active {
  color: #1e2886 !important;
}

.theme__menu___2bOZL {
  position: absolute !important;
  top: 0;
  right: 0;
}

/***** Login ******/
.login-form .ta-logo {
  position: absolute;
  right: 18px;
  top: 10px;
}

.login-form .panel {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  margin-top: 5%;
}

.login-form .panel .panel-heading {
  background: transparent;
}

.login-form .row {
  z-index: 30;
  position: relative;
}

.login-form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.login-form .login-slider {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: url("../../../img/ta/login_slide5.jpg") no-repeat center center;
  background-size: cover;
}

.login-form .mt-20 {
  color: #777;
  margin-top: 20px;
  line-height: 16px;
}

.centered-block {
  text-align: center;
  display: block !important;
  margin: 0 auto;
}

.container-fluid {
  padding-left: 28px;
  padding-right: 28px;
}

[data-dws-component=progress] svg circle {
  stroke: #1e2886;
}

html.static.boxed body #footer-container, html.static.boxed body #footer {
  display: block !important;
}

html.static.boxed body #footer-container {
  margin-top: 25px;
}

html.default body #footer-container {
  width: 100%;
  margin-top: 48px;
}

html.boxed body #container.container-open > #body, html.boxed body #container.container-open > #footer-container {
  margin-left: 200px;
  margin-right: -250px;
}

html.boxed body > #app-container #footer-container, html.boxed body > #app-container #footer {
  display: none;
}

html.default body #footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 12px 32px;
  position: relative;
  font-weight: 400;
  background: transparent;
  border-top: 1px solid #e0e0e0;
  color: #aaa;
  font-size: 11px;
  white-space: nowrap;
}
html.default body #footer a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.15s;
}
html.default body #footer a:hover {
  color: #555;
  text-decoration: none;
}

@media (min-width: 990px) {
  html.default body #container.container-open > #body, html.default body #container.container-open > #footer-container {
    margin-right: 0;
    margin-left: 50px;
    width: calc(100% - 50px);
  }
  html.boxed body > #app-container #sidebar ~ #body, html.boxed body > #app-container #sidebar ~ #body ~ #footer-container {
    right: 0;
    margin-left: 250px;
  }
  html.boxed body #container.container-open > #body, html.boxed body #container.container-open > #footer-container {
    margin-right: 0;
    margin-left: 250px;
  }
  html.default body #sidebar ~ #footer-container {
    margin-left: 250px;
  }
}
@media (max-width: 989px) {
  html.default body #footer-container {
    margin-left: 50px;
  }
}
.league-builder-board {
  width: 100%;
  margin: 10px auto;
  height: 500px;
}
.league-builder-board span .glyphicon {
  position: absolute;
  top: 1%;
  right: 6%;
  color: #89949B;
}
.league-builder-board span .glyphicon.text-success {
  color: #3c763d;
}
.league-builder-board h1 {
  text-transform: uppercase;
  font-weight: 400;
}
.league-builder-board .icon:before {
  font-size: 88px;
  background: #1e2886;
  color: #fff;
  border-radius: 100px;
  border: 4px solid #fff;
}
.league-builder-board .steps-title {
  background: #B8DF2A;
  margin: 0 25px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.league-builder-board .panel-heading {
  font-size: 36px !important;
  margin-top: 30px;
}
.league-builder-board .panel-body {
  height: 480px;
  overflow: hidden;
}
.league-builder-board .panel-footer .glyphicon {
  margin-right: 10px;
}
.league-builder-board p.narrow {
  width: 60%;
  margin: 10px auto;
}
.league-builder-board .liner {
  height: 2px;
  background: #ddd;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}
.league-builder-board span.round-tabs {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: white;
  z-index: 2;
  text-align: center;
  font-size: 25px;
  margin: 0 auto;
}
.league-builder-board span.round-tabs.one {
  color: #1e2886;
  border: 2px solid #0089c6;
}
.league-builder-board span.round-tabs.two {
  color: #1e2886;
  border: 2px solid #0089c6;
}
.league-builder-board span.round-tabs.three {
  color: #1e2886;
  border: 2px solid #0089c6;
}
.league-builder-board span.round-tabs.four {
  color: #1e2886;
  border: 2px solid #0089c6;
}
.league-builder-board span.round-tabs.five {
  color: #1e2886;
  border: 2px solid #0089c6;
}
.league-builder-board li.active span.round-tabs .two {
  background: #dff5ff !important;
  border: 2px solid #1e2886;
  color: #003146;
}
.league-builder-board li.active span.round-tabs .three {
  background: #dff5ff !important;
  border: 2px solid #1e2886;
  color: #003146;
}
.league-builder-board li.active span.round-tabs .four {
  background: #dff5ff !important;
  border: 2px solid #1e2886;
  color: #003146;
}
.league-builder-board li.active span.round-tabs .five {
  background: #dff5ff !important;
  border: 2px solid #1e2886;
  color: #003146;
}

.league-builder-board .nav-tabs > li.active > a, .league-builder-board .nav-tabs > li.active > a:hover, .league-builder-board .nav-tabs > li.active > a:focus {
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
  background-color: transparent !important;
}

.league-builder-board .nav-tabs > li.active > a .icon-title, .league-builder-board .nav-tabs > li.active > a:hover .icon-title, .league-builder-board .nav-tabs > li.active > a:focus .icon-title {
  font-weight: 500;
}

.league-builder-board li.text-default span:before {
  color: #89949B;
}

.league-builder-board li.text-default span.text-default:before {
  content: "✏";
}

.league-builder-board li.active i.icon:before,
.league-builder-board li.text-success i.icon:before {
  border: 4px solid #B8DF2A;
  background: #B8DF2A;
}

.league-builder-board li.active .icon-title,
.league-builder-board li.text-success .icon-title {
  color: #B8DF2A !important;
}

.league-builder-board li.active div span,
.league-builder-board li.active div span a,
.league-builder-board li.text-success div span,
.league-builder-board li.text-success div span a {
  color: #fff !important;
}

.league-builder-board li.active div span span:before,
.league-builder-board li.active div span i.glyphicon,
.league-builder-board li.active div span a span:before,
.league-builder-board li.active div span a i.glyphicon,
.league-builder-board li.text-success div span span:before,
.league-builder-board li.text-success div span i.glyphicon,
.league-builder-board li.text-success div span a span:before,
.league-builder-board li.text-success div span a i.glyphicon {
  color: #B8DF2A;
}

.league-builder-board li.active span.round-tabs.one {
  background: #dff5ff !important;
  border: 2px solid #60ceff;
  color: #003146;
}

.league-builder-board nav {
  padding: 25px 25px 0 25px;
}

.league-builder-board .nav-tabs > li.active > a span.round-tabs {
  background: #fafafa;
}

.league-builder-board .nav-tabs > li {
  width: 15.83%;
  margin-left: 1%;
  float: left;
}
.league-builder-board .nav-tabs > li:first-child {
  margin-left: 0;
}

.league-builder-board li:after {
  content: " ";
  position: absolute;
  left: 45%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #1e2886;
  transition: 0.1s ease-in-out;
}

.league-builder-board li.active:after {
  content: " ";
  position: absolute;
  left: 45%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #B8DF2A;
}

.league-builder-board .nav-tabs {
  position: relative;
  border-bottom: none;
  /* width: 80%; */
  margin: 0;
  box-sizing: border-box;
  text-align: center;
}
.league-builder-board .nav-tabs > li a {
  margin: 10px auto;
  padding: 0;
  text-align: center;
}
.league-builder-board .nav-tabs > li a .icon-title {
  clear: both;
  display: block;
  color: #1e2886;
  line-height: 42px;
  font-weight: 100;
  font-size: 18px;
}
.league-builder-board .nav-tabs > li a:hover {
  background: transparent;
}
.league-builder-board .nav-tabs > li a:hover .icon-title {
  color: #89949B;
}

.league-builder-board span .glyphicon:first-child {
  font-size: 18px;
  margin-top: 5px;
}

.league-builder-board i.glyphicon {
  color: #89949B;
}

.league-builder-board .tab-pane {
  position: absolute;
  left: 0;
  padding: 50px 25% 20px 25%;
  width: 100%;
  font-size: 14px;
}

.league-builder-board .tab-content .head {
  text-transform: uppercase;
  color: #1e2886;
  font-weight: 300;
  padding-bottom: 10px;
  text-align: center;
}

.league-builder-board .btn-outline-rounded {
  padding: 10px 40px;
  margin: 20px 0;
  border: 2px solid transparent;
  border-radius: 25px;
}

.league-builder-board .btn.green {
  background-color: #B8DF2A;
  /*border: 2px solid $accent;*/
  color: #FFF;
}

.league-builder-board .btn-success span {
  font-size: 14px;
}

@media (max-width: 1275px) {
  .league-builder-board .tab-pane {
    padding: 82px 25% 20px 25%;
  }
  .league-builder-board .steps-title {
    font-size: 14px;
  }
  .league-builder-board .nav-tabs > li a .icon-title {
    font-size: 14px;
  }
}
@media (max-width: 585px) {
  .league-builder-board {
    height: auto !important;
  }
  .league-builder-board span.round-tabs {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .league-builder-board .tab-content .head {
    font-size: 20px;
  }
  .league-builder-board .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .league-builder-board .nav-tabs > li a .icon-title {
    display: none;
  }
  .league-builder-board li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
  .league-builder-board .btn-outline-rounded {
    padding: 12px 20px;
  }
}
.subtitle {
  margin-top: 9px;
  font-size: 16px;
}

.status-back {
  position: absolute !important;
  top: 3px;
  right: 50px;
}

.ls-actions.dashboard-notifications.panel.panel-default {
  border: none;
  margin-bottom: 0;
}
.ls-actions.dashboard-notifications.panel.panel-default .panel-body {
  padding-top: 8px;
  padding-bottom: 0;
}

.dashboard-notifications .league-status-proceed .item {
  padding-top: 0;
}

.panel .dashboard-notifications button:last-child.first-item {
  border-left-color: #8ddece;
}

.panel .dashboard-notifications button:last-child.last-item {
  border-left-color: #5bc0de;
}

button.first-item.item.btn.btn-default {
  line-height: 10px;
  font-weight: 500;
  letter-spacing: normal;
  padding-top: 10px;
}

/**** Flip Card ******/
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  margin-bottom: 20px;
}

.flip-container:hover .flipper, .flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-container, .front, .back {
  width: 100%;
  height: 96px;
}

.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.front, .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.front {
  z-index: 2;
  /* border: 1px solid #eff7fe; */
  border: 1px solid #E8E6E6;
  background: #fff;
}

.back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: #f8f8f8;
  font-size: 12px;
  border: 1px solid #eee;
}

.front-logo {
  margin-top: 18px;
  font-size: 65px;
  text-align: center;
}

.front .name {
  font-size: 17px;
  bottom: 30px;
  left: 30px;
  text-align: center;
}

.back-title {
  color: #00304a;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 0;
  font-weight: bold;
}

.back p {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  padding: 0 10px;
}

/*** warnings ***/
body {
  color: #262626;
}

.label-default {
  background-color: #afafaf;
}

.alert {
  background: #fff;
  border: 1px solid #e8edf2;
  border-left: 4px solid;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 13px;
}

.alert.alert-success {
  border-left-color: #006848;
  color: #006848;
}

.alert.alert-info {
  border-left-color: #1e2886;
  color: #1e2886;
}

.alert.alert-warning {
  border-left-color: #b5901f;
  color: #b5901f;
}

.alert.alert-danger {
  border-left-color: #cc0a2e;
  color: #cc0a2e;
}

/* .panel .dashboard-notifications{
    button:first-child{
      border-left: 4px solid $success-light;
      >.timestamp{
        color: $success-light;
      }
    }
    button:nth-child(2){
      border-left: 4px solid $brand-info;
      >.timestamp{
        color: $brand-info;
      }
    }
    button:last-child{
      border-left: 4px solid #E0E0E0;
      >.timestamp{
        color: #c3c3c3;
      }
    }
} */
a, a:hover, a:focus, a.footer-nav.button.btn-link, .btn-link {
  color: #1e2886;
}

a:focus:not(:focus-visible) {
  outline: none;
}

.black {
  color: #555;
}

.blue, .text-blue {
  color: #1e2886;
}

.orange {
  color: #FFCB2B;
}

.lightblue {
  color: #5bc0de;
}

.red {
  color: #cc0a2e;
}

.green {
  color: #006848;
}

.grey {
  color: #afafaf;
}

.no-bg {
  background: transparent;
}

.match-result-entry .sticky {
  z-index: 100;
}
.match-result-entry .sticky .scorecard {
  margin-top: 50px;
}
.match-result-entry .sticky .scorecard .top {
  top: 50px;
}
.match-result-entry .sticky .extra-details {
  display: none;
}
.match-result-entry .index1 {
  position: relative;
  z-index: 1;
}
.match-result-entry .label {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 11px;
}
.match-result-entry p {
  line-height: 16px;
  margin-bottom: 10px;
}
.match-result-entry p .material-icons {
  font-size: 16px;
  vertical-align: top;
}
.match-result-entry .score-block {
  display: inline-block;
  text-align: left;
  margin-bottom: 15px;
  padding-left: 20px;
  border-right: 1px solid #EEE;
  padding-right: 20px;
}
.match-result-entry .score-block:last-child {
  border-right: none;
  padding-right: 0;
}
.match-result-entry .score-block .score {
  font-weight: 400;
  font-size: 30px;
  display: block;
}
.match-result-entry .points-home {
  text-align: center;
  font-size: 12px;
  padding-right: 20px;
}
.match-result-entry .points-away {
  text-align: center;
  font-size: 12px;
  padding-left: 20px;
}

.text-muted {
  color: #8e8e8e;
  font-weight: 100;
  display: flex;
  align-items: center;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #eeeeee;
  left: 25px;
  margin-left: 0.5px;
}

.timeline.noborder:before {
  background: none !important;
}

.timeline > li {
  margin-bottom: 15px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: calc(100% - 81px);
  float: left;
  margin-left: 81px;
  padding: 14px 0 29px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.timeline > li > .timeline-panel-challenges {
  width: calc(100% - 81px);
  float: left;
  margin-left: 81px;
  padding: 10px 0 5px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 9px;
  left: 25px;
  margin-left: -25px;
  background-color: #999999;
  z-index: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li > .timeline-badge .material-icons {
  line-height: 2.3;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #1e2886 !important;
}

.timeline-badge.success {
  background-color: #006848 !important;
}

.timeline-badge.warning {
  background-color: #FFCB2B !important;
}

.timeline-badge.danger {
  background-color: #cc0a2e !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: #1e2886;
}

.timeline-body {
  display: inline-block;
  width: 100%;
}

.timeline-metadata {
  display: flex;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 10px;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
.nav-tabs {
  background: none;
}

.season-label-right {
  padding: 0;
}

.season-label-right p {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
}
/*# sourceMappingURL=main-theme.css.map */
