
/* FONTS */

@font-face {
    font-family: MuseoSans;
    font-weight: normal;
    src: url("/fonts/MuseoSans_500.otf") format("opentype");
}

@font-face {
    font-family: MuseoSansItalic;
    font-style: italic;
    src: url("/fonts/MuseoSans_500_italic.otf") format("opentype");
}

@font-face {
    font-family: MuseoSansBold;
    font-weight: bold;
    src: url("/fonts/MuseoSans_700.otf") format("opentype");
}

@font-face {
    font-family: MuseoSansLight;
    font-weight: lighter;
    src: url("/fonts/MuseoSans_300.otf") format("opentype");
}

@font-face {
    font-family: MuseoSansBolder;
    font-weight: bolder;
    src: url("/fonts/MuseoSans_900.otf") format("opentype");
}

@font-face {
    font-family: OpenSans;
    font-weight: normal;
    src: url("/fonts/OpenSans-Regular.ttf") format("truetype");
}


/* ELEMENTS*/

body {
    font-family: OpenSans;
}

.header {
    color: white;
    font-size: 1.5em;
    height: 60px;
}

    .header img {
        height: 60px;
        line-height: 60px;
        margin: 10px 0;
    }

.title {
    background-color: #fff;
    border-bottom: 1px solid #0b142e;
    border-radius: 5px;
    color: #0b142e;
    font-size: 1.5em;
    line-height: 60px;
    margin: 20px 0;
}

.section {
    font-style: italic;
    height: 40px;
    line-height: 40px;
    margin: 20px 0 0;
}

.eventinfo {
    margin: 20px 0 0;
    text-align: center;
}

    .eventinfo .logo-container {
        padding: 0;
    }
    .eventinfo div.logo {
        margin-right: 20px;
    }
    .eventinfo .name {
        font-size: 1.5em;
        height: 40px;
        line-height: 40px;
    }
    .eventinfo img.logo {
        height: 60px;
    }

label {
    color: #4b21eb;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #4b21eb;
    outline: 0;
}

.textbox {
    margin: 20px 0 0;
}

.button {
    margin: 20px 0 0;
}

.link {
    margin: 20px 0 0;
}

.link .btn {
    font-size: 1.5em;
    line-height: 60px;
    padding: 0;
    white-space: normal;
    word-wrap: break-word;
}

footer {
    text-align: center;
}

footer .copy {
    font-size: 12px;
}

footer .penguin {
    height: 40px;
    margin: 10px 0;
}

.footer {
    border-top: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
}

.footer a {
    color: black;
    text-decoration: none;
}

/**/

.team-admin-zone {
    background-color: #eee;
    padding: 10px;
}

.team-members-zone {
    background-color: #ffe;
    margin-top: 20px;
    padding: 10px;
}

/* image uploader */

.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%;
}

.datepicker {
    padding: 8px;
}

/* buttons */
.btn-outline-info {
    border-color: #f85838;
    color: #f85838;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #f85838;
    border-color: #f85838;
}

.link .publish, .link .unpublish {
    cursor: pointer;
    font-size: 14px;
}
.link .publish {
    border-color: #008000;
    color: #008000;
}
    .link .publish:hover {
        background-color: #008000;
        border-color: #008000;
        color: #ffffff;
    }
.published .btn-outline-info {
    border-color: #008000;
    color: #008000;
}
    .published .btn-outline-info:hover {
        background-color: #008000;
        border-color: #008000;
        color: #ffffff;
    }

.btn-info {
    background-color: #f85838;
    border-color: #f85838;
    color: #fff;
}

.btn-info:hover {
    background-color: #ffffff;
    border-color: #f85838;
    color: #f85838;
}

.btn-primary {
    color: #000;
    background-color: #ffd440;
    border-color: #ffd440;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 15px 0;
    padding: 15px 0;
    width: 100%;
}

.btn-primary:hover {
    color: #ffd440;
    background-color: #4b21eb;
    border-color: #4b21eb;
}

.btn-secondary {
    background-color: #fff;
    border-color: #0b142e;
    color: #0b142e;
}

.btn-secondary span {
    font-size: 0.8em;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.mission_answer {
    padding: 20px;
}
.mission_answer .valid {
    background-color: palegreen;
}
.mission_answer .invalid {
    background-color: palevioletred;
}
.mission_answer .actionbar {
    padding: 10px 0;
}
.mission_answer .slider.slider-horizontal {
    width: 100%;
}
.mission_answer .validate, .mission_answer .invalidate {
    cursor: pointer;
    font-size: 24px;
}

.mission-description {
    background-color: #fff;
    color: #000;
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: .6s;
    -webkit-animation-duration: .6s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        font-weight: normal;
    }

    90% {
        transform: scale(2);
        font-weight: bold;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        font-weight: normal;
    }

    90% {
        -webkit-transform: scale(1);
        font-weight: bold;
    }

    100% {
        -webkit-transform: scale(1);
        font-weight: normal;
    }
}

/*
    VOTING
*/

#voting-dashboard {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#voting-dashboard .vtitle h1 {
    margin: 40px 0;
}

#voting .vcards {
    display: flex;
    margin: 0 auto;
}

#voting-dashboard .vmission {
    border: 10px solid white;
    cursor: pointer;
    display: flex;
    text-align: center;
}
    #voting-dashboard .vmission:hover {
        border: 10px solid #f85838;
        color: #f85838;
    }
    #voting-dashboard .vmission:hover .vmission-border {
        border: 1px solid white;
    }
    #voting-dashboard .vmission .name {
        margin: 20px 0;
    }
    #voting-dashboard .vmission .description {
        font-size: 20px;
        margin: 20px 0;
    }
    #voting-dashboard .vmission .vmission-border {
        border: 1px solid black;
        padding: 10px;
        width: 100%;
    }

.vvotes
{
    width: 100%;
}
    .vvotes thead th {
        color: #f85838;
        font-size: 24px;
    }
    .vvotes tbody tr {
        font-size: 20px;
    }

#voting-results h1 {
    margin: 20px 0;
}
#voting-results .vtitle .back {
    color: #f85838;
    font-size: 48px;
    float: left;
}
.carousel-item {
    height: 80vh;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-item .text {
    color: #eee;
}
.carousel-control-next, .carousel-control-prev {
    margin: 150px 0;
}
.carousel-item .img-fluid {
    margin: auto;
    /* height: 100vh; */
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
}
.carousel-item h1 {
    line-height: 100vh;
}
.carousel-inner {
    background-color: #333;
}

/* team play */

.mission-trivia label {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 0;
}

.mission-trivia input {
    height: 1px;
    width: 1px;
    opacity: 0;
}

.mission-trivia .outside {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #373;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
}

.mission-trivia .inside {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #007622;
    left: 3px;
    top: 3px;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}
.mission-trivia .no-transforms .inside {
    left: auto;
    top: auto;
    width: 0;
    height: 0;
}

.mission-trivia input {
    /*  &:focus, &:active {
          + .outside {
            border-color: $almost-black;
          }
        }*/
}
.mission-trivia input:checked + .outside .inside {
    -webkit-animation: radio-select 0.1s linear;
    animation: radio-select 0.1s linear;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.mission-trivia .no-transforms input:checked + .outside .inside {
    width: 10px;
    height: 10px;
}
.mission-response form {
    zzzwidth: 100%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: relative;
}
#vid-upload {
    display: none;
}