/*helpers*/
.nopadding {
    padding: 0;
    margin: 0;
}

/* styles */

.background {
    background-image: url("../images/survivor-2018-background.jpg");
    background-position: center -200px;
    background-repeat: repeat-x;
    position: relative;
    text-align: center;
    background-size: auto;
    max-height: 200px;
}

.background div:last-child {
    display: block;
}

.background div:first-child {
    text-align: left;
    padding-left: 50px;
}

.background div:first-child img {
    height: 200px;
    object-fit: cover;
    object-position: 100% 0;
    padding-bottom: 20px;
}

.background div:last-child img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 100%;
    object-fit: cover;
    object-position: 100% 0;
}

.subtitle {
    height: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: -45px;
    position: relative;
    width: 100%;
    float: none;
}

.fadedBack {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
}

.small-buttons .col {
    padding: 0 2px;
}

.small-buttons .btn {
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 100%;
}

.tick {
    width: 6.6%;
    height: 10px;
}

.card .card-content {
    padding: 5px 10px;
}

.card .card-title sub {
    font-size: 50%;
}

.card-content {
    min-height: 145px;
}

.pointer {
    cursor: pointer;
}

.card .card-image .card-title {
    padding: 12px;
}

.card.results .card-image .card-title {
    font-size: 12px;
}

.card.results .card-title sub {
    font-size: 70%;
}

.draft-selection a {
    text-decoration: none;
}

.draft-selection .card.selected, .captain-selection.selected {
    border: 5px solid #198754 !important;
    border-radius: 5px !important;
}

.draft-selection .card.selected ul {
    border: 1px solid #dee2e6 !important;
}

.draft-selection .card.selected img, .captain-selection.selected img {
    opacity: 1;
}

.draft-selection .card.hoverable:hover,
.draft-selection .card.hoverable:hover ul li,
.captain-selection:hover {
    background-color: #e7e7e7;
    cursor: pointer;
}

.draft-selection .card img {
    opacity: 0.7;
}

.draft-selection .card.hoverable:hover img {
    opacity: 0.5;
}

.draft-selection .card.selected .star-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    color: #198754;
    font-size: 24px;
    visibility: visible;
}

.draft-selection .card .star-icon {
    position: absolute;
    visibility: hidden;
}

.pinned {
    width: 15.4%;
}

.small-pictures {
    object-fit: cover;
    object-position: top;
    height: 110px !important;
}

.sticky-bottom {
    position: fixed;
    bottom: 10;
    right: 10;
}

.status-icon {
    position: absolute;
    bottom: 40%;
    right: 40%;
}

.status-icon.fa-skull-crossbones {
    right: 35%;
}

.status-icon.fa-ambulance {
    right: 28%;
}

.card-panel .card-header {
    border-bottom: 1px white solid;
    margin-bottom: 5px;
}

.image-grey {
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* msie */
}

.sorting {
    margin-top: 10px;
    margin-bottom: 0px;
}

.card .card-reveal .card-title {
    border-bottom: 1px solid rgba(160, 160, 160, 0.2);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.card .card-reveal i.close {
    position: absolute;
    top: 5px;
    right: 5px;
}

.card .card-reveal {
    padding: 10px;
}

.timeline {
    padding: 20px 15px;
}

.timeline a {
    margin: 0 2px;
}

.timeline a:last-child {
    margin-right: 0;
}

.chip {
    cursor: pointer;
}

.chip.active {
    background-color: #009688;
}

.chip img {
    object-fit: cover;
    object-position: 100% 0;
}

.button-padding {
    margin: 2px;
}

h5 {
    margin: -0rem 0px 0.912rem;
}

.tiny-font {
    font-size: 0.6rem;
}

/* player colours */

.grey {
    color: #808080;
}

.red {
    color: #ff0000;
}

.yellow {
    color: #ffff00;
}

.orange {
    color: #ffa500;
}

.purple {
    color: #800080;
}

.pink {
    color: #ffc0cb;
}

.brown {
    color: #a52a2a;
}

.black {
    color: #000000;
}

.silver {
    color: #c0c0c0;
}

.gold {
    color: #ffd700;
}

.teal {
    color: #008080;
}

.navy {
    background-color: #000080;
}

.navy-text {
    color: #000080;
}

.maroon {
    background-color: #800000;
}

.maroon-text {
    color: #800000;
}


.olive {
    background-color: #808000;
}

.lime {
    color: #00ff00;
}

.turquoise {
    background-color: #40e0d0;
}

.turquoise-text {
    color: #40e0d0;
}

.magenta {
    background-color: #ff00ff;
}

.magenta-text {
    color: #ff00ff;
}

.steelblue {
    background-color: #65758D !important;
}

.mordy-orange {
    background-color: #ff8605 !important;
}

.ellingham-blue {
    background-color: #03A9F4 !important;
}

.stokes-red {
    background-color: #b40600 !important;
}

.tom-green {
    background-color: #4CBB17 !important;
}

.steelblue-text {
    color: #65758D !important;
}

.mordy-orange-text {
    color: #ff8605 !important;
}

.ellingham-blue-text {
    color: #03A9F4 !important;
}

.stokes-red-text {
    color: #b40600 !important;
}

.tom-green-text {
    color: #4CBB17 !important;
}


@media only screen and (min-width: 993px) {
    .timeline::after {
        content: '';
        height: 5px;
        background-color: #DFDFDF;
        display: block;
        position: absolute;
        top: 34px;
        width: 500px;
        right: 15px;
    }
}

/* bootstrap-like badge for multiplier */
.multiplier-badge {
    float: right;
    background-color: #6c757d; /* bootstrap secondary */
    color: #fff;
    padding: 0.35em 0.6em;
    font-size: 0.70rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    margin-top: 4px;
}