@font-face {
  font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: 400;
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("../fonts/proxima-nova/ProximaNova-reg.ttf") format("truetype"); }
@font-face {
  font-family: 'Proxima Nova Bold';
  font-style: normal;
  font-weight: 700;
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("../fonts/proxima-nova/ProximaNova-Bold.otf") format("opentype"); }
@font-face {
  font-family: 'Proxima Nova Black';
  font-style: normal;
  font-weight: 900;
  src: local("Proxima Nova Black"), local("ProximaNova-Black"), url("../fonts/proxima-nova/ProximaNova-Black.otf") format("opentype"); }
@font-face {
  font-family: 'betconnect';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/betconnect/betconnect.eot?fo1c8u");
  src: url("../fonts/betconnect/betconnect.eot?fo1c8u#iefix") format("embedded-opentype"), url("../fonts/betconnect/betconnect.ttf") format("truetype"), url("../fonts/betconnect/betconnect.woff") format("woff"), url("../fonts/betconnect/betconnect.svg") format("svg"); }
/* General  ---------------------------- */
body {
  background: #F9F9F9;
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Proxima Nova Regular', 'Montserrat', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-smoothing: antialiased;
  line-height: 1.4;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5 {
  color: #233259;
  font-family: 'Proxima Nova Bold', 'Montserrat', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  line-height: 1.2;
  padding: 0; }

h3 {
  font-size: 130%; }

h4 {
  font-size: 120%;
  font-weight: bold;
  text-transform: uppercase; }

h5 {
  font-size: 110%;
  font-weight: bold; }

/*-------------------
        Links
--------------------*/
a {
  color: #4183C4;
  text-decoration: none; }

a:hover {
  color: #1e70bf;
  text-decoration: none; }

ul.list-inline li .btn {
  margin-bottom: 0.75em; }

/* layout helper classes --------------------------- */
.absolute {
  position: absolute; }

.relative {
  position: relative; }

.justify-center {
  justify-content: center; }

.break-long-words {
  overflow-wrap: break-word;
  word-break: break-all; }

.br-b-4 {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.br-t-4 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.m-1 {
  margin: 1em; }

.mb-0 {
  margin-bottom: 0; }

.mb-1 {
  margin-bottom: 1em; }

.mb-2 {
  margin-bottom: 2em; }

.mb-3 {
  margin-bottom: 3em; }

.mb-4 {
  margin-bottom: 4em; }

.ml-0 {
  margin-left: 0; }

.ml-1 {
  margin-left: 1em; }

.ml-2 {
  margin-left: 2em; }

.ml-3 {
  margin-left: 3em; }

.ml-4 {
  margin-left: 4em; }

.mr-0 {
  margin-right: 0; }

.mr-1 {
  margin-right: 1em; }

.mr-2 {
  margin-right: 2em; }

.mr-3 {
  margin-right: 3em; }

.mr-4 {
  margin-right: 4em; }

.mt-0 {
  margin-top: 0; }

.mt-1 {
  margin-top: 1em; }

.mt-2 {
  margin-top: 2em; }

.mt-3 {
  margin-top: 3em; }

.mt-4 {
  margin-top: 4em; }

.p-1 {
  padding: 1em; }

.br-100 {
  border-radius: 100%; }

/* Other helper classes -------------------- */
.green {
  color: #26D357; }

.green-bg {
  background-color: #26D357; }

.dark-blue {
  color: #17213A; }

.dark-blue-bg {
  background-color: #17213A; }

.light-blue {
  color: #0098FF; }

.light-blue-bg {
  background-color: #0098FF; }

.pink {
  color: #E64B72; }

.pink-bg {
  background-color: #E64B72; }

.red {
  color: #D9534F; }

.red-bg {
  background-color: #D9534F; }

.violet {
  color: #9645d3; }

.violet-bg {
  background-color: #9645d3; }

.white {
  color: #fff; }

.white-bg {
  background-color: #fff; }

.yellow {
  color: #FDC969; }

.yellow-bg {
  background-color: #FDC969;
  color: #000; }

.strike {
  text-decoration: line-through; }

.pipe {
  margin: 0 1em; }

.text-normal {
  font-weight: normal; }

/* animations ------------------------- */
.grow {
  transition: all .2s ease-in-out; }
  .grow:hover {
    transform: scale(1.1); }

.bcpulse {
  animation: bcpulse 2s infinite; }

@-webkit-keyframes bcpulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(38, 211, 87, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(38, 211, 87, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(38, 211, 87, 0); } }
@keyframes bcpulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(38, 211, 87, 0.4);
    box-shadow: 0 0 0 0 rgba(38, 211, 87, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(38, 211, 87, 0);
    box-shadow: 0 0 0 10px rgba(38, 211, 87, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(38, 211, 87, 0);
    box-shadow: 0 0 0 0 rgba(38, 211, 87, 0); } }
.swing {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px); }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px); }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
/* Button overrides --------------------------------- */
.btn-primary {
  background-image: -webkit-linear-gradient(top, #0098FF 0, #337ab7 100%);
  background-image: -o-linear-gradient(top, #0098FF 0, #337ab7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0098FF), to(#337ab7));
  background-image: linear-gradient(to bottom, #0098FF 0, #337ab7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #337ab7; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #0098FF;
  border-color: #337ab7; }

.btn-primary:focus, .btn-primary:hover {
  background-color: #0098FF;
  background-position: 0 -33px; }

.btn-stop-bet {
  background-color: #fff;
  background-image: none;
  border: 1px solid #E64B72;
  color: #E64B72;
  font-weight: 700;
  padding-left: 2em;
  padding-right: 2em;
  text-transform: uppercase; }

.btn-stop-bet.active.focus, .btn-stop-bet.active:focus, .btn-stop-bet.active:hover, .btn-stop-bet:active.focus,
.btn-stop-bet:active:focus, .btn-stop-bet:active:hover, .open > .dropdown-toggle.btn-stop-bet.focus,
.open > .dropdown-toggle.btn-stop-bet:focus, .open > .dropdown-toggle.btn-stop-bet:hover {
  background-color: #fff;
  background-image: none;
  border-color: #E64B72;
  color: #E64B72; }

.btn-stop-bet:focus, .btn-stop-bet:hover {
  background-color: #fff;
  background-image: none;
  border-color: #E64B72;
  color: #E64B72; }

/* BC Sport Icons ------------------------------------ */
.bcicon {
  font-family: 'betconnect';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bcicon-american-football:before {
  content: '\e90c'; }

.bcicon-australian-rules:before {
  content: '\e900'; }

.bcicon-baseball:before {
  content: '\e9001'; }

.bcicon-basketball:before {
  content: '\e909'; }

.bcicon-boxing:before {
  content: '\e90a'; }

.bcicon-chess:before {
  content: '\e904'; }

.bcicon-cricket:before {
  content: '\e901'; }

.bcicon-current-affairs:before {
  content: '\e91a'; }

.bcicon-cycling:before {
  content: '\e911'; }

.bcicon-darts:before {
  content: '\e902'; }

.bcicon-e-sports:before {
  content: '\e910'; }

.bcicon-financial-bets:before {
  content: '\e91f'; }

.bcicon-gaelic-games:before {
  content: '\e909'; }

.bcicon-golf:before {
  content: '\e904'; }

.bcicon-greyhound-racing:before {
  content: '\e90b'; }

.bcicon-handball:before {
  content: '\e90c'; }

.bcicon-horse-racing:before {
  content: '\e905'; }

.bcicon-ice-hockey:before {
  content: '\e900'; }

.bcicon-mixed-martial-arts:before {
  content: '\e90f'; }

.bcicon-motor-sport:before {
  content: '\e90b'; }

.bcicon-netball:before {
  content: '\e91b'; }

.bcicon-poker:before {
  content: '\e911'; }

.bcicon-politics:before {
  content: '\e912'; }

.bcicon-pool:before {
  content: '\e913'; }

.bcicon-rugby-league:before {
  content: '\e90d'; }

.bcicon-rugby-union:before {
  content: '\e90e'; }

.bcicon-snooker:before {
  content: '\e907'; }

.bcicon-football:before {
  content: '\e903'; }

.bcicon-special-bets:before {
  content: '\e916'; }

.bcicon-tennis:before {
  content: '\e908'; }

.bcicon-volleyball:before {
  content: '\e90f'; }

.bcicon-winter-sports:before {
  content: '\e919'; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* Login ---------------------------------------------------- */
.body-pub {
  background-color: #faf9f9;
  padding: 6em 2em 0 2em; }

.login-logo {
  margin: 20px auto;
  text-align: center; }

.form-signin {
  max-width: 660px;
  padding: 2em 3em;
  margin: 2em auto;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 1em; }

.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px; }

.login-col-1 {
  border-right: 4px solid #faf9f9;
  padding-right: 3em; }

.login-col-2 {
  padding-left: 3em; }

.public-footer {
  border: none;
  padding: 0;
  text-align: center; }

/* Main  ---------------------------- */
#main-content {
  min-height: 100vh;
  padding: 0 0 255px 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
  width: calc(100% - 276px); }

#main-content.active {
  width: 100%; }

.page-content {
  min-height: 600px;
  padding: 84px 2em 1em 2em; }

.lonely-para {
  margin: 8em 0; }

.page-header {
  font-size: 180%;
  margin: 0 0 1em 0;
  text-transform: uppercase; }

.page-header.no-border {
  border-bottom: none;
  margin-bottom: 0; }

.header-info {
  font-size: 60%;
  margin-top: 2em;
  text-transform: capitalize; }

/* Incoming Bet Requests --------------------- */
.bet-request-container .panel-heading {
  background-color: #17213A;
  color: #fff;
  padding: 0.2em 0;
  text-align: center; }

.bet-request-container .panel-heading h4 {
  font-size: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0; }

.br-details-panel h4 {
  font-family: 'Proxima Nova Regular';
  font-size: 110%;
  font-weight: normal !important; }

.bet-request-container div.panel-body {
  min-height: 39.4em;
  text-align: center; }

.bet-request-container li.pro-card {
  min-width: auto;
  max-width: 100%; }

.bet_action_butt > button {
  margin-bottom: 0.5em;
  margin-right: 0.2em;
  min-width: 6em; }

/* Create_new -------------------------- */
.progress .progress-bar {
  background-color: #0098FF;
  color: #000;
  font-weight: bold;
  min-width: 2em; }

input.error {
  border-color: red; }

.validationMessage {
  background-color: pink;
  color: red;
  font-weight: 700;
  padding: 0.2em; }

button#submit-bet-request {
  background-color: #0098FF;
  background-image: none;
  border: transparent;
  font-family: 'Proxima Nova Bold', 'Montserrat', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 1em;
  max-width: 290px;
  padding: 0.6em 0; }

button[disabled]#submit-bet-request {
  background-color: #E5E3E4;
  color: #999; }

/* Pros --------------------------------- */
#pros div.tab-pane {
  padding-top: 0; }

li.pro-card {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  height: 450px;
  margin: 0 1em 1em 0;
  max-width: 326px;
  min-width: 326px;
  padding: 0; }

div.br-pro-panel {
  min-height: 33.7em !important;
  padding: 0; }

.br-pro-panel ul.list-inline {
  margin-left: 0; }

.br-pro-panel li.pro-card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  width: 100%; }

.br-pro-panel li.pro-card .card-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.br-pro-panel li.pro-card hr {
  width: 92%; }

.pro-card .card-header {
  background-color: #17213A;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  float: left;
  height: 118px;
  padding: 0;
  width: 100%; }

.pro-card hr {
  border-top: 1px solid #E5E3E4;
  margin: 0.5em auto;
  width: 95%; }

.pro-card-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 442px;
  position: relative;
  right: 0;
  top: -430px;
  width: 100%;
  z-index: 2; }

.br-pro-panel .pro-card-overlay {
  height: 472px; }

.pro-card-modal {
  border-radius: 4px;
  left: 19px;
  position: absolute;
  top: 100px;
  width: 284px; }

.br-pro-panel .pro-card-modal {
  left: 64px; }

.pro-card-modal .pull-right button {
  margin-top: -1em; }

.avatar-col {
  float: left;
  height: auto;
  text-align: center;
  width: 110px; }

.avatar-col img {
  left: -7px;
  position: relative;
  top: 0; }

.avatar {
  border-radius: 50%;
  font-family: monospace !important;
  font-size: 270%;
  font-weight: lighter;
  top: 9px;
  padding: 0.3em 0.33em;
  position: relative; }

.details-col {
  font-size: 85%;
  float: left;
  padding: 0 5px 0 0;
  width: 179px; }

.br-pro-panel .details-col {
  text-align: left; }

.details-col h4 {
  color: #fff;
  font-size: 155%;
  margin-bottom: 0.25em; }

.last-active {
  font-size: 90%; }

.sports-col {
  float: left;
  font-size: 22px;
  height: 100%;
  padding-top: 0.6em;
  text-align: center;
  width: 30px; }

.pro-card .card-body {
  clear: both;
  padding: 1em 0;
  text-align: center;
  text-transform: uppercase; }

.card-body .sr-percentage h4, .card-body .roi-percentage h4, .card-body .br-count h4 {
  font-size: 150%;
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.sr-percentage p, .roi-percentage p, .recent-performance p, .br-count p {
  font-size: 85%; }

.recent-performance ul {
  margin: 0.7em 0 0.5em 0; }

.recent-performance li {
  background-color: #eee;
  display: inline-block;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 0.2em;
  margin-left: 0.2em;
  padding: 0.3em 0.5em; }

.recent-performance li:first-child {
  margin-left: 0; }

.recent-performance .text-success {
  color: #19a974; }

.recent-performance .text-warning {
  color: #ffb700; }

.recent-performance .text-danger {
  color: #ff4136; }

/* Account - Settings ------------------- */
.well-white {
  background-color: #fff;
  border: 1px solid #E5E3E4;
  border-radius: 4px;
  padding: 1em; }

/* SysAdmin/Backoffice ---------------- */
.navbar-inverse {
  background-color: #17213A; }

.navbar-inverse .navbar-brand {
  color: #fff; }

.body-bo {
  padding: 4em 2em 2em 2em; }

.dashboard-list ul {
  padding-left: 1em; }

.settings-tab td label {
  font-weight: normal; }

#sportsTable i {
  font-size: 30px; }

.tab-pane {
  padding-top: 1em; }

.overview_tab {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-bottom: 1em; }

.overview_tab th {
  background-color: #efefef;
  font-weight: bold;
  text-align: left; }

.overview_tab th, .overview_tab td {
  border: 1px solid #ccc;
  padding: 0.4em; }

.pagination-info {
  user-select: none; }

.pagination-info:hover {
  background-color: #fff !important; }

.user_safety_score {
  border: 2px dotted #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 140%;
  font-weight: bold;
  letter-spacing: 0.050em;
  line-height: 1;
  min-width: 3em;
  padding: 0.9em 0;
  text-align: center; }

.user_safety_score:hover {
  cursor: help; }

.user_safety_score.success {
  background-color: #26D357;
  text-shadow: darkgreen 1px 1px 0; }

.user_safety_score.normal {
  background-color: #b1cd32;
  text-shadow: green 1px 1px 0; }

.user_safety_score.warning {
  background-color: orange;
  text-shadow: brown 1px 1px 0; }

.user_safety_score.danger {
  background-color: #D9534F;
  text-shadow: darkred 1px 1px 0; }

/* Footer  ---------------------------- */
footer {
  border-top: 1px solid #ccc;
  bottom: 0;
  font-size: 80%;
  padding: 3em 2em 2em 2em;
  position: absolute; }

footer.public-footer {
  position: relative; }

.footer-logos {
  margin-bottom: 2em;
  margin-top: 3em;
  padding-inline-start: 0; }

.ibas a img {
  margin-top: -10px; }

.eighteen-plus a img {
  margin-top: -20px; }

.footer-logos li {
  display: inline-block;
  min-height: 30px;
  max-height: 40px; }

footer a {
  color: #0098FF; }

/*
 * Break long words
 * Only break words that are too long to fit on one line
 * Uses @supports
 */
h1, h2, h3, h4, article, .active-user-list li {
  /* doesn't recognise underscored_words on all browsers */
  word-wrap: break-word; }

@supports (overflow-wrap: break-word) and (not (word-break: break-word)) {
  /* doesn't recognise underscored_words on all browsers, use if word-break: break-word isn't supported */
  h1, h2, h3, h4, article, .active-user-list li {
    overflow-wrap: break-word; } }
@supports (word-break: break-word) {
  /* use if supported */
  h1, h2, h3, h4, article, .active-user-list li {
    word-break: break-word; } }
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  .body-pub {
    padding-top: 2em; }

  .login-logo {
    margin: 0 auto; }

  .login-col-1 {
    border-right: none;
    padding-right: 15px; }

  .login-col-2 {
    padding-left: 15px; }

  .joinin-option-box {
    min-height: auto; }

  .joinin-option-box label {
    margin: 0 auto; }

  #sidebar {
    margin-left: -276px; }

  #sidebar.active {
    margin-left: 0; }

  .sidebar-bottom-nav {
    margin-top: 3em; }

  #top-nav .navbar-default {
    background-color: #17213A;
    max-height: 70px; }

  #top-nav .navbar-default button.btn-link, #top-nav .navbar-text {
    color: #fff; }

  #top-nav .pull-left {
    min-width: 110px; }

  #top-nav .pull-right li:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 175px; }

  button.add-funds-butt-xs {
    padding-bottom: 0;
    padding-left: 0.2em; }

  #top-nav nav {
    width: 100%; }

  .page-content {
    min-height: auto; }

  #main-content {
    width: 100%; }

  #main-content.active {
    width: calc(100% - 276px); }

  #sidebarCollapse span {
    display: none; }

  .body-bo .navbar-fixed-top .navbar-collapse {
    padding-right: 15px; }

  .list-inline > li.pro-card {
    display: block;
    margin-right: 0; }

  footer {
    bottom: auto; } }
@media (min-width: 768px) {
  .body-bo .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px; } }
@media (max-height: 600px) {
  .page-content {
    min-height: auto; }

  .bottom-align-content {
    position: relative; } }
/* Dark mode ---------------- */

/*# sourceMappingURL=default.css.map */
