@font-face {
    font-family: ProximaNovaLight;
    src: url(../fonts/ProximaNovaLight.otf) format("opentype");
}

* {
    margin: 0;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: sans-serif !important;
}

body {
    background-image: url(../img/bg.jpg);
    background-attachment: fixed;
    font-family: sans-serif !important;
}

a {
    cursor: pointer
}

button:focus,
*:focus {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

.wrapper {
    min-height: 100%;
    position: relative
}

.main-content {
    padding-bottom: 110px;
}

.footer {
    background: #0caa2f;
    width: 100%;
    min-height: 40px;
    padding: 1rem;
    color: #fdfdfd;
    position: absolute;
    bottom: 0;
    left: 0
}

.md-scroll-mask {
    position: initial;
}

.backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important
}

/*.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	height: auto;
	width: 100%;
	background: #0caa2f;
	padding: 1rem;
	color: #fdfdfd;
	z-index: 998;
	min-height: 40px;
}*/

/* Loader */
.loading {
    background: url(../img/ajax-loader.gif) center center no-repeat !important;
    min-height: 24px !important;
    min-width: 24px !important
}

/* Text alignment */
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-justify-xs {
        text-align: justify;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }

    .text-left-sm {
        text-align: left;
    }

    .text-center-sm {
        text-align: center;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-justify-sm {
        text-align: justify;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }

    .text-left-md {
        text-align: left;
    }

    .text-center-md {
        text-align: center;
    }

    .text-right-md {
        text-align: right;
    }

    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }

    .text-left-lg {
        text-align: left;
    }

    .text-center-lg {
        text-align: center;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-justify-lg {
        text-align: justify;
    }
}

.cursor-pointer {
    cursor: pointer !important
}

/* Padding */
.padding-5 {
    padding: .5rem !important
}

.padding-top-5 {
    padding-top: .5rem !important
}

.padding-bottom-5 {
    padding-bottom: .5rem !important
}

.padding-left-10 {
    padding-left: 1rem !important
}

.padding-right-10 {
    padding-right: 1rem !important
}

.padding-10 {
    padding: 1rem !important
}

.padding-15 {
    padding: 1.5rem !important
}

.padding-20 {
    padding: 2rem !important
}

.padding-top-10 {
    padding-top: 1rem !important
}

.padding-bottom-10 {
    padding-bottom: 1rem !important
}

.padding-top-15 {
    padding-top: 1rem !important
}

.padding-bottom-15 {
    padding-top: 1.5rem !important
}

.padding-left-15 {
    padding-left: 1.5rem !important
}

.padding-right-15 {
    padding-right: 1.5rem !important
}

.padding-top-20 {
    padding-top: 2rem !important
}

.padding-bottom-20 {
    padding-bottom: 2rem !important
}

.no-margin {
    margin: 0px !important
}

.no-padding {
    padding: 0px !important
}

.no-margin-top {
    margin-top: 0px !important
}

.no-margin-bottom {
    margin-bottom: 0px !important
}

.no-vertical-margin {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.no-horizontal-margin {
    margin-left: 0px !important;
    margin-right: 0px !important
}

.margin-left-5 {
    margin-left: .5rem !important
}

.margin-left-10 {
    margin-left: 1rem !important
}

.margin-left-15 {
    margin-left: 1.5rem !important
}

.margin-right-10 {
    margin-right: 1rem !important
}

.margin-top-5 {
    margin-top: .5rem !important
}

.margin-top-10 {
    margin-top: 1rem !important
}

.margin-top-15 {
    margin-top: 1.5rem !important
}

.margin-top-20 {
    margin-top: 2rem !important
}

.margin-top-30 {
    margin-top: 3rem !important
}

.margin-top-50 {
    margin-top: 5rem !important
}

.margin-bottom-neg-20 {
    margin-bottom: -20px !important
}

.margin-bottom-5 {
    margin-bottom: .5rem !important
}

.margin-bottom-10 {
    margin-bottom: 1rem !important
}

.margin-bottom-15 {
    margin-bottom: 1.5rem !important
}

.margin-bottom-20 {
    margin-bottom: 2rem !important
}

.margin-bottom-50 {
    margin-bottom: 5rem !important
}

.valign-middle {
    vertical-align: middle !important
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .text-center-sm {
        text-align: center;
    }

    .text-left-sm {
        text-align: left;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-justify-sm {
        text-align: justify;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .text-center-md {
        text-align: center;
    }

    .text-left-md {
        text-align: left;
    }

    .text-right-md {
        text-align: right;
    }

    .text-justify-md {
        text-align: justify;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .text-center-lg {
        text-align: center;
    }

    .text-left-lg {
        text-align: left;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-justify-lg {
        text-align: justify;
    }
}

/* Logo */
.logo {
    margin-top: 2rem
}

.logo:hover {
    text-decoration: none
}

/* Idle Page Title */
.idle-title {
    overflow: hidden
}

.idle-title > span {
    position: relative;
    display: inline-block;
}

.idle-title > span:before, .idle-title > span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 592px; /* half of limiter */
    margin: 0 20px;
}

.idle-title > span:before {
    right: 100%;
}

.idle-title > span:after {
    left: 100%;
}

.alias-wrapper:hover {
    text-decoration: none;
}

.alias-wrapper:hover .edit-alias {
    opacity: 1;
}

.alias {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 3rem;
    display: inline-block
}

.edit-alias {
    opacity: 0;
    margin-left: 5px;
    font-size: 1.6rem;
    color: #888;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.page-header {
    margin-top: 20px !important
}

/* Title */
.panel-title {
    font-family: 'Roboto', sans-serif;
    /* font-weight: bold; */
    font-size: 1.3em;
}

.title {
    font-family: 'Roboto', sans-serif;
    color: #2286a8 !important;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.teal {
    color: #2286a8
}

.text {
    color: #272f82
}

.profile-pic-wrapper-mobile {
    width: 128px;
    height: 128px;
    background: #fff;
    border-radius: 3px;
}

.profile-pic-wrapper {
    position: relative;
    border: 1px solid #293291;
    margin: auto;
    width: 100%;
    min-height: 64px;
    max-width: 128px;
    max-height: 128px;
}

.profile-pic-wrapper:hover .edit-profile-wrapper {
    opacity: 1
}

.profile-pic-wrapper .profile-pic {
    width: 100%;
}

.profile-pic-wrapper .profile-pic-rank {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    max-width: 24px !important;
    max-height: 24px !important;
}

.profile-pic-wrapper .edit-profile-wrapper {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 128px;
    max-height: 128px;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.profile-pic-wrapper .edit-profile-wrapper:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
}

.profile-pic-wrapper .edit-profile-wrapper .edit-profile {
    color: #DDD;
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    font-size: 3rem;
    line-height: 0;
    cursor: pointer;

}

.player-profile-stat-header {
    color: #0caa2f
}

.player-profile-stat {
    display: block;
    position: relative;
    height: auto;
    margin-top: 2rem;
    font-weight: bold;
    color: #00759b
}

.player-profile-header {
    font-size: 1.5rem;
    color: #00759b
}

.player-profile-rank {
    font-size: 2rem;
    color: #0caa2f;
    margin-bottom: 0px;
    line-height: 2.1rem;
}

.player-profile-rank-class {
    font-size: 1.7rem;
    color: #293291;
    margin-bottom: 0px;
    line-height: 1.8rem;
}

/* Pages */
.panel-header-blur {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
    background-color: rgba(25,25,25,0.55);
    height: 100px;
    backdrop-filter: blur(1px);

}

.panel-heading .panel-title {
    color: #fff !important;
    font-size: 1.3em;
}

/* Take Photo */
.ng-camera {
    width: 100%
}

.ng-camera-countdown {
    opacity: .5;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 10px;
    left: 50%;
    margin-left: -60px;
    z-index: 2
}

.ng-camera-countdown {
    font-size: 30rem;
    color: #fff
}

.ng-camera-stack {
    position: relative;
    /* margin-bottom: 10px; */
}

.ng-camera-feed {
    margin: 0 auto
}

.ng-camera-overlay {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}

.camera-wrapper {
    width: 100%
}

.crop-wrapper {
    width: 100%;
    height: auto;
}

/* BADGE */
.badge.badge-danger {
    color: #fff;
    background: #bf3e3a;
    font-weight: normal;
}

/* Buttons and fields */
.req {
    color: #ff0000 !important
}

.btn,
.form-control,
.cdp-date,
.cdp-month,
.cdp-year {
    border-radius: 3px;
}

.btn-primary,
.btn-success,
.btn-special,
.btn-danger {
    font-weight: 500;
}

.btn-default {
    border: 2px solid #ccc;
    border-radius: 3px;
}

.btn-primary {
    color: #fff;
    border: 1px solid #293291;
    background: #293291;
}

.btn-success {
    color: #fff;
    /* border: 2px solid #2aa943; */
    background: #2aa943;
}

.btn-special {
    color: #272f82;
    border: 2px solid #272f82;
    background: rgba(255, 255, 255, 1);
}

.btn-danger {
    color: #fff;
    border: 2px solid #bf3e3a;
    background: #bf3e3a
}

.btn-group .btn-primary:first-child:not(:last-child),
.btn-group .btn-success:first-child:not(:last-child),
.btn-group .btn-special:first-child:not(:last-child),
.btn-group .btn-danger:first-child:not(:last-child) {
    border-right: 1px
}

.btn-success:hover:not(.active),
.btn-success:active,
.btn-success:focus {
    color: #fff !important;
    font-weight: 500 !important;
    border-color: #1f8934 !important;
    background: #1f8934 !important
}

.btn-primary:hover:not(.active),
.btn-primary:active,
.btn-primary:focus {
    color: #fff !important;
    font-weight: 500 !important;
    border-color: #1f2569 !important;
    background: #1f2569 !important
}

.btn-special:hover:not(.active),
.btn-special:active,
.btn-special:focus {
    color: #1c236b !important;
    font-weight: 500 !important;
    border-color: #1c236b !important;
    background: rgba(39, 47, 130, 0.1) !important
}

.btn-danger:hover:not(.active),
.btn-danger:active,
.btn-danger:focus {
    color: #fff !important;
    font-weight: 500 !important;
    border-color: #a12723 !important;
    background: #a12723 !important
}

.form-control:focus {
    border-color: #293291
}

.has-success {
    border-color: #2aa943 !important;
}

.btn-padding {
    padding-left: 40px;
    padding-right: 40px;
}

.form-control-padding {
    /* padding-left: 20px; */
    /* padding-right: 20px */
}

.form-radius-left {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important
}

.form-radius-right {
    /* border-top-right-radius: 20px !important; */
    /* border-bottom-right-radius: 20px !important */
}

.form-group .help-block {
    /* margin-left: 20px */
}

.btn-default.active {
    color: #ffffff;
    background-color: #2aa943;
    border-color: #138129
}

.btn-default.active:hover {
    color: #f9f9f9;
    background-color: #138129;
    border-color: #196d29
}

/* Spinner */
.spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Kiosk Navbar */
.navbar.navbar-kiosk {
    background-color: #2aa943;
    margin-bottom: 1rem
}

.input-group-addon {
    border-radius: 3px
}

.input-group-addon a {
    color: #fff;
}

.input-group-add on:hover {
    text-decoration: none
}

/* Kiosk Tabs and Player Profile Panels */
.kiosk-panel, .tab-pane {
    background: #fdfdfd;
    border: 1px solid #293291;
    min-height: 84px;
}

.well.well-special {
    border: 1px solid #293291;
    border-radius: 0px;
    background: #fff
}

.white {
    color: #fff
}

.blue-violet {
    color: #293291 !important
}

.green-bg {
    background-color: #2aa943 !important
}

.blue-violet-bg {
    background: #293291 !important;
}

.red-bg {
    background: #d9534f !important
}

.green {
    color: #2aa943 !important
}

.gray {
    color: #464646
}

.light-blue {
    color: #2286a8
}

#feeds .tab-pane {
    padding: 1px
}

#feeds .nav-tabs > li > a {
    background: #000;
    border-radius: 0;
    border-color: transparent;
    color: #fff;
    margin-right: 0
}

#feeds .nav-tabs li:not(.active) a:hover,
#feeds .nav-tabs > li.active > a {
    background: #2aa943
}

#feeds .nav-tabs li:not(.active):nth-child(1) a {
    background: #555fc4;
}

#feeds .nav-tabs li:not(.active):nth-child(2) a {
    background: #3e49b8;
}

#feeds .nav-tabs li:not(.active):nth-child(3) a {
    background: #293291;
}

#feeds .nav-tabs li:not(.active):nth-child(4) a {
    background: #1f2569
}

#feeds .nav-tabs li:not(.active):nth-child(5) a {
    background: #161a4b
}

#feeds .fix-height-pane {
    height: 875px !important;
    max-height: 875px !important
}

/* Friend Table */
.friend-table {
    border-collapse: collapse;
}

.friend-table.table > tbody > tr > td {
    vertical-align: middle;
    border-top: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* My Feeds Table */
.my-feeds-table > tbody > tr > td {
    padding: 15px;
    border-top: none;
    border-bottom: 1px solid #293291
}

/* Custom Progress bar */
.kiosk-progress-bar-wrapper .progress {
    position: relative;
    height: 30px;
    margin-top: .5rem;
    background-color: #293291;
    border-radius: 0px;
}

.kiosk-progress-bar-wrapper .progress .progress-bar {
    background-color: #2aa943;
    line-height: 30px
}

.kiosk-progress-bar-wrapper .progress b,
.kiosk-progress-bar-wrapper .progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: #fff;
}

/* Games Tab */
.game-wrapper .panel-group {
    height: 100% !important

}

.game-wrapper .panel-group .panel {
    margin: 0;
}

.game-wrapper .panel-group .panel {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: .7rem .6rem .5rem
}

.panel-team-bg {
    background-image: url('/img/panels/team.png');
    background-size: cover;
    height: 100px;
    display: block;
    padding: 10px 15px;
    border-radius: 10px;
}

.panel-solo-bg {
    background-image: url('/img/panels/solo.png');
    background-size: cover;
    height: 100px;
    display: block;
    padding: 10px 15px;
    border-radius: 10px;
}

.game-wrapper .panel-group .panel.panel-open {
    border: 1px solid #1d2367
}


.game-wrapper .panel-group .panel .panel-heading .panel-title {
    color: #fff;
    font-size: 1.4rem !important;
    font-weight: normal;
    width: 100%;
}

.game-wrapper .panel-group .panel .panel-heading .panel-title a:hover,
.game-wrapper .panel-group .panel .panel-heading .panel-title a:focus {
    text-decoration: none
}

/* Game Team Chart */
.game-wrapper .team-wrapper {
    position: relative;
    width: 100%;
    height: 5rem;
    max-height: 5rem;
}

.game-wrapper .team-wrapper .team-score {
    display: flex;
    align-items: center;
    height: 100%;
}

.team-score
{
    min-width: 125px;
}

.team-wrapper{
    margin-left: 10px;
}

.game-wrapper .team-name {
    text-transform: uppercase
}

.stats-row{
    margin-left: 10px;
    width: 97%;
    padding-bottom: 15px;
    padding-right: 10px;
}

.tagratio-table{
    border-collapse: collapse;
    width: 100%;
    height: 3em;
}

.tagsfor{
    background-color: green;
    height: 3em;
    padding: 0px;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
}

.tagsaga{
    background-color: red;
    height: 3em;
    padding: 0px;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
}

/* Navbar */
.navbar-primary,
.navbar-primary .dropdown-menu {
    background-color: #018fbd !important;
}

.navbar-primary .navbar-brand,
.navbar-primary .navbar-nav > li > a {
    color: #eeeeee
}

.navbar-primary .navbar-brand:hover {
    color: #ffffff
}

.navbar-primary .navbar-toggle {
    border-color: #ffffff;
}

.navbar-primary .navbar-toggle .icon-bar {
    background-color: #eeeeee;
}

.navbar-primary .navbar-toggle:focus,
.navbar-primary .navbar-toggle:hover,
.navbar-primary .navbar-nav > li > a:hover,
.navbar-primary .navbar-nav > li.open > a,
.navbar-primary .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #006383;
    color: #fff
}

.navbar-primary .navbar-nav .open .dropdown-menu > li > a {
    color: #eeeeee
}

div.navbar-collapse.collapse {
    display: block;
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: max-height .3s ease;
    -moz-transition: max-height .3s ease;
    -o-transition: max-height .3s ease;
    transition: max-height .3s ease;
}

div.navbar-collapse.collapse.in {
    max-height: 2000px;
}

/* 5 Columns Layout */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* Form Wizard */
@media (max-width: 639px) {
    .stepwizard-step:not(.stepwizard-active) {
        display: none
    }
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepwizard-step .btn-primary {
    background-color: #2aa943 !important;
    border-color: #138129 !important
}

.stepwizard-step .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/* Rank */
.rank-icon-wrapper {
    padding: 10px;
    width: 94px;
    height: 94px;
}

.rank-icon {
    min-height: 48px;
    max-height: 48px;
    height: 48px;
    min-width: 48px;
    max-width: 48px;
    width: 48px;
}

/* Achievements unlocked */
.media-achievement .media-left {
    min-width: 74px !important;
    min-height: 74px !important;
    width: 74px !important;
    height: 74px !important;
    max-width: 74px !important;
    max-height: 74px !important
}

.media-achievement .media-image-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    min-width: 74px !important;
    min-height: 74px !important;
    width: 74px !important;
    height: 74px !important;
    max-width: 74px !important;
    max-height: 74px !important
}

.media-achievement .media-image-container img {
    max-width: 64px;
    max-height: 64px
}

.media-achievement .media-body {
    padding-left: 10px;

}

.media-achievement .media-body h4.media-heading {
    font-size: 16px;
    line-height: 16px
}

.media-achievement .media-body .media-context {
    font-size: 12px;
    line-height: 14px
}

.locked {
    background: #e1e1e1 !important
}

.bs-callout {
    background: #fff;
    padding: 15px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    /* margin-bottom: 5px; */
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary-top {
    border-top-width: 5px;
    border-top-color: #293291;
    border-left: 1px solid #eee;
}

.bs-callout-primary-bottom {
    border-bottom-width: 5px;
    border-bottom-color: #293291;
    border-left: 1px solid #eee;;
}

.bs-callout-primary {
    border-left-color: #293291;
}

.bs-callout-primary h4 {
    color: #293291;
}

.bs-callout-success-top {
    border-top-width: 5px;
    border-top-color: #2aa943;
    border-left: 1px solid #eee;
}

.bs-callout-success-bottom {
    border-bottom-width: 5px;
    border-bottom-color: #2aa943;
    border-left: 1px solid #eee;
}

.bs-callout-success {
    border-left-color: #2aa943;
}

.bs-callout-success h4 {
    color: #2aa943;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-danger-top {
    border-top-width: 5px;
    border-top-color: #d9534f;
    border-left: 1px solid #eee;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info-top {
    border-top-width: 5px;
    border-top-color: #2286a8;
    border-left: 1px solid #eee;
}

.bs-callout-info-bottom {
    border-bottom-width: 5px;
    border-bottom-color: #2286a8;
    border-left: 1px solid #eee;
}

.bs-callout-info {
    border-left-color: #2286a8;
}

.bs-callout-info h4 {
    color: #2286a8;
}

@media (min-width: 979px) {
    body {
        /* margin-top:40px; */
    }
}

@media (max-width: 978px) {
    /*.container {
     padding:0;
     margin:0;
    }*/
    body {
        padding: 0;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.left-inner-addon {
    position: relative;
}

.left-inner-addon select {
    padding-left: 22px;
}

.left-inner-addon i {
    position: absolute;
    padding: 9px 10px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}

.right-inner-addon select {
    padding-right: 0px;
}

.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 9px 10px;
    pointer-events: none;
}

/* Leaderboard Accordion Menu */
.leaderboard-accordion-menu .panel-heading,
.update-profile-menu .panel-heading {
    padding: 0px;
    border-radius: 0;
}

.leaderboard-accordion-menu .panel-heading .panel-title,
.update-profile-menu .panel-heading .panel-title {
    font-size: 14px;
}

.leaderboard-accordion-menu .panel-body,
.update-profile-menu .panel-heading .panel-title {
    border-top: 0px !important;
    padding: 0px;
}

.leaderboard-accordion-menu .panel-body .list-group,
.update-profile-menu .list-group {
    margin-bottom: 0px
}

.leaderboard-accordion-menu .panel-body .list-group-item,
.update-profile-menu .list-group-item {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px
}

.leaderboard-accordion-menu .panel-body .list-group-item,
.update-profile-menu .list-group-item {
    border: 0px;
    border-top: 1px solid #ddd;
    padding: 7px 20px;
}

.leaderboard-accordion-menu .panel-body .list-group-item.active:focus,
.leaderboard-accordion-menu .panel-body .list-group-item.active:hover,
.update-profile-menu .list-group-item.active:focus,
.update-profile-menu .list-group-item.active:hover {
    border-color: #ddd
}

.leaderboard-accordion-menu .leaderboard-accordion-menu-title .panel-heading {
    background: #2aa943 !important;
}

.leaderboard-accordion-menu .panel-heading a,
.update-profile-menu .panel-heading h4 {
    font-weight: normal
}

.leaderboard-accordion-menu .leaderboard-accordion-menu-title .panel-heading a {
    cursor: default
}

.leaderboard-accordion-menu .leaderboard-accordion-menu-title .panel-heading a:hover {
    text-decoration: none
}

/* Leaderboard Table
.table-leaderboard thead tr {
	background: #2aa943;
	border-left: 5px solid #188d2f
}
.table-leaderboard thead tr th {
	color: #fff;
	font-weight: normal
}
.table-leaderboard thead tr:first-child th {
	border-bottom:0px
}
.table-leaderboard thead tr:last-child th {
	border-top: 1px solid #188d2f
}*/

.bg-primary {
    background: rgba(41, 50, 145, 1)
}

.bg-info {
    background: rgba(34, 134, 168, 1)
}

.bg-success {
    background: rgba(42, 169, 67, 1)
}

.bg-danger {
    background: rgba(217, 83, 79, 1)
}

.bg-primary-alpha-20 {
    background: rgba(41, 50, 145, 0.2)
}

.bg-info-alpha-20 {
    background: rgba(34, 134, 168, 0.2)
}

.bg-success-alpha-20 {
    background: rgba(42, 169, 67, 0.2)
}

.bg-danger-alpha-20 {
    background: rgba(217, 83, 79, 0.2)
}

/* Vertical divider between columns (CSS only) */
.row.vdivide > [class*='col-']:not(:last-child):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 70px
}

/* Portfolio using panels */
.panel-image img.panel-image-preview {
    width: 100%;
    border-radius: 4px 4px 0px 0px;
}

.panel-heading ~ .panel-image img.panel-image-preview {
    border-radius: 0px;
}

.panel-image ~ .panel-body, .panel-image.hide-panel-body ~ .panel-body {
    overflow: hidden;
}

.panel-image ~ .panel-footer a {
    padding: 0px 10px;
    font-size: 1.3em;
    color: rgb(100, 100, 100);
}

.panel-image.hide-panel-body ~ .panel-body {
    height: 0px;
    padding: 0px;
}

/* Activity Menu */
a.activity-menu img {
    width: 100%;
    max-width: 300px;
    height: auto
}

/* Activity Sub Menu */
a.activity-sub-menu {
    margin: 0px 10px
}

a.activity-sub-menu:hover {
    text-decoration: none
}

a.activity-sub-menu img {
    width: 200px
}

/* Flexbox Thumbnail Cards  */
@media only screen and (min-width: 768px) {
    .flex-row.row {
        display: flex;
        flex-wrap: wrap;
    }

    .flex-row.row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }
}

.flex-row .thumbnail,
.flex-row .caption {
    flex: 1 0 auto;
    flex-direction: column;
}

.flex-text {
    flex-grow: 1
}

.flex-row img {
    height: auto;
    width: 100%
}

/* Table Equal Height Cards */
@media only screen and (min-width: 480px) {
    .table-row-equal {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-spacing: 30px 0px;
        word-wrap: break-word;
        border-spacing: 30px 0px;
    }

    .table-row-equal .thumbnail {
        float: none;
        display: table-cell;
        vertical-align: top;
        width: 1%;
    }
}

/* Masonary Thumbnail Cards  */
.masonary-row.row {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding-left: 15px;
    padding-right: 15px;
    word-wrap: break-word;
}

.masonary-row [class*="col-"] {
    display: inline-block;
    width: 100%;
    height: 100%;
    float: none;
    padding: 0px;
}

@media (min-width: 480px) {
    .masonary-row.row {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .masonary-row.row {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.table.no-border > thead > tr > th, .table.no-border > tbody > tr > th, .table.no-border > tfoot > tr > th, .table.no-border > thead > tr > td, .table.no-border > tbody > tr > td, .table.no-border > tfoot > tr > td {
    border: none
}

/* Kiosk Description */
.float-kiosk-description {
    opacity: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fefefe;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 10px 10px 8px;
    margin-left: 10px;
    margin-bottom: 10px;
    max-width: 300px;
    z-index: 1000;
}

.float-kiosk-description:hover {
    opacity: 1;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

/* Kiosk Allocation Table */
.kiosk-allocation-table.table > thead > tr > th,
.kiosk-allocation-table.table > tbody > tr > th,
.kiosk-allocation-table.table > tfoot > tr > th,
.kiosk-allocation-table.table > thead > tr > td,
.kiosk-allocation-table.table > tbody > tr > td,
.kiosk-allocation-table.table > tfoot > tr > td {
    padding: 4px
}

/* Combo date Picker */
.cdp-date,
.cdp-month,
.cdp-year {
    max-width: 100% !important
}

.form-control-feedback {
    margin-right: 6px
}

.progress-bar {
    background-color: #293291 !important
}

.progress-bar-success {
    background-color: #2aa943 !important
}

.progress-bar-info {
    background-color: #2286a8 !important
}

.lazy-load {
    /*opacity: 0;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;*/
}

.logo-container {
    height: 170px !important;
    overflow: hidden
}

.table-game-details tbody tr td {
    vertical-align: middle
}

.table-game-details tbody tr td.team-color {
    text-transform: uppercase;
    text-shadow: 0px 1px 0px #232323
}

/* Advertisement */
#ads-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 999999;
}

#ads-wrapper #ads-body {
    position: relative;
    width: 100%;
    height: calc(100% - 80px);
    overflow: hidden
}

#ads-wrapper #ads-body .ads-img {
    position: fixed;
    width: 100%;
    height: calc(100% - 80px);
    opacity: 0;

    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

#ads-wrapper #ads-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0caa2f;
    width: 100%;
    height: 80px;
}

#ads-wrapper #ads-footer marquee {
    color: #fff;
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px #232323;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: rgba(12, 170, 47, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(12, 170, 47, 0.4);
}

.kiosk-version {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    padding: 2px 4px;
}

.affix.affix-top {
    top: 0px;
}

@media (min-width: 992px) {
    .affix {
        position: fixed;
    }
}

@media (max-width: 991px) {
    .affix {
        position: static;
    }
}


/*izza 07-19-2017 photo upload */

.btn-area {
    margin-bottom: 2%;
}
.croparea canvas {
    width: auto;
}

.croppedArea {
    height: auto;
}

.croppedArea img {
    /*width: 100%;
    height: 100%;*/
    display: block;
    margin: auto;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload {
    width: 100%;
}

#cropMsg {
    color: #293291 !important
}

/*end izza 07-19-2017 photo upload */

.footer-content small a {
    color: white;
}

.policy_content {
    margin-top: 5px;
}

.bs-callout {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    text-align: left;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.underline {
    border: none;
    border-bottom: solid #000 0.2px
}

.pp-li-margin li {
    margin-bottom: 15px;
}

.playerselfHighlight {
    font-weight: bold;
}

.float-kiosk-backHome {
    top: 50%;
    opacity: 1;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 10px;
    max-width: 300px;
    z-index: 1000;
}

.team-bg-red
{
    background-color: #FF6961;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.team-bg-blue
{
    background-color: #779ECB;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.team-bg-green
{
    background-color: #5FB15F;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.team-bg-yellow
{
    background-color: #FDFD96;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.team-bg-purple
{
    background-color: #B19CD8;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.team-bg-pink
{
    background-color: #FB6F92;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.team-bg-cyan
{
    background-color: #C1E7E3;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.team-bg-orange
{
    background-color: #FFA161;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.panel-body
{
    background-color: white !important;
}

.blurred-glass
{

    background-color: rgba(255, 255, 255, .01);
}

.panel-blue
{
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border-color: #ddd;
}

.panel-blue-heading
{
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background: #293291 !important;

}

.panel-blue-title
{
    font-family: 'Roboto', sans-serif;
    color: #fff !important;
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 0;
}
.scoresheet-section
{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}
.scoresheet-heading
{
    display: inline-block;
    background-color: #2aa943;
    width: 250px;
    height: 40px;
    color: white;
    padding-left: 10px;
    position: absolute;
    z-index: 1;
}
.scoresheet-triangle
{
    display: inline-block;
    background-color: #2aa943;
    width: 90px;
    height: 40px;
    color: white;
    position: absolute;
    left: 225px;
    transform: skew(-50deg);
    z-index: 0;
}
.panel-body
{
    padding: 10px;
}
.scoresheet-separator
{
    height: 50px;
}

.statshelp {
    position: relative;
    display: inline-block;
    z-index: 10;
    bottom: -1px;
}
.statshelp i
{
    height: 18px;
    width: 18px;
}
.statshelp .statshelptext {
    visibility: hidden;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    width: 200px;
    bottom: 100%;
    left: 50%;
    margin-left: -100px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.statshelp:hover .statshelptext {
    visibility: visible;
}

.stat-progress-bar {
    width: 100%;
    position: relative;
    background-color: red;
    display: inline-block;
    top: 5px;
}

.stat-bar {
    position: relative;
    height: 20px;
    background-color: green;
    text-align: center;
    line-height: 20px;
    color: black;

}

.bar-diamond-wrapper {
    position: absolute;
    top: 0;
    right: -10px;
}

.bar-diamond {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: lightblue;
    position: relative;
    top: -10px;
    z-index: 5;
}

.bar-diamond:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: lightblue;
}

.stat-bar-step {
    position: absolute;
    margin-top: 0px;
    z-index: 1;
    font-size: 12px;
}

.stat-bar-step-label {
    width: 50px;
    margin-top: 20px;
    margin-left: -20px;
    text-align: center;
}

.stats-bar-container
{
    margin-left: 60px;
    margin-right: 60px;
    padding-bottom: 30px;
    padding-top: 30px;

}

@media screen and (max-width: 400px){
    .stats-bar-container
    {
        margin-left: 10px;
        margin-right: 10px;
        padding-bottom: 30px;
        padding-top: 30px;

    }
}

.stat-bar-flag {
    position: absolute;
    margin-top: -25px;
    z-index: 1;
    height: 60px;
    font-size: 12px;
}

.stat-bar-flag-label {
    width: 60px;
    background-image: linear-gradient(to right, #2aa943,white);
    text-align: left;
    padding-left: 5px;
    height: 15px;
    margin-top: 60px;
}

.stat-bar-flag-line {
    float: left;
    background: #000;
    margin-top: 25px;
    height:50px;
    width:2px;
    margin-left: -1px;
    background-color: blue;
}

.stat-bar-start
{
    position: relative;
    left: 0;
    margin-top: -20px;
}

.stat-bar-end
{
    position: relative;
    right: 0;
    margin-top: -20px;
    text-align: right;
}

.games-icon
{
    margin-top: -5px;
    margin-right: 5px;
}