﻿/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
    color: #fff;
}

/* Custom default button */

.btn-default,
.btn-default:hover,
.btn-default:focus {
    background-color: #fff;
    border: 1px solid #fff;
    color: #333;
    text-shadow: none; /* Prevent inheritence from `body` */
}

/*
 * Base structure
 */

html,
body {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background: url(images/icombattv_background.jpg) no-repeat center center fixed;
    background-color: #333;
    background-size: cover;
    height: 100%;
}

body {
    color: #fff;
    text-align: center;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */

.site-wrapper {
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
    display: table;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    width: 100%;
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}

.cover-container {
    margin-left: auto;
    margin-right: auto;
}

/* Padding for spacing */

.inner {
    padding: 30px;
}

/*
 * Header
 */

.masthead-brand {
    margin-bottom: 10px;
    margin-top: 10px;
}

.masthead-nav > li {
    display: inline-block;
}

    .masthead-nav > li + li {
        margin-left: 20px;
    }

    .masthead-nav > li > a {
        border-bottom: 2px solid transparent;
        color: #fff; /* IE8 proofing */
        color: rgba(255, 255, 255, .75);
        font-size: 16px;
        font-weight: bold;
        padding-left: 0;
        padding-right: 0;
    }

        .masthead-nav > li > a:hover,
        .masthead-nav > li > a:focus {
            background-color: transparent;
            border-bottom-color: #a9a9a9;
            border-bottom-color: rgba(255, 255, 255, .25);
        }

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    border-bottom-color: #fff;
    color: #fff;
}

@media (min-width: 768px) {
    .masthead-brand {
        float: left;
    }

    .masthead-nav {
        float: right;
    }
}

/*
 * Cover
 */

.cover {
    padding: 0 20px;
}

    .cover .btn-lg {
        font-weight: bold;
        padding: 10px 20px;
    }

/*
 * Footer
 */

.mastfoot {
    color: #999; /* IE8 proofing */
    color: rgba(255, 255, 255, .5);
}

/*
 * Affix and center
 */

@media (min-width: 768px) {
    /* Pull out the header and footer */
    .masthead {
        position: fixed;
        top: 0;
    }

    .mastfoot {
        bottom: 0;
        position: fixed;
    }

    /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: middle;
    }

    /* Handle the widths */
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%; /* Must be percentage or pixels for horizontal alignment */
    }
}

@media (min-width: 992px) {
    .masthead,
    .mastfoot,
    .cover-container {
        width: 700px;
    }
}

.img-center {
    margin: 0 auto;
}

#mainRow {
    margin-top: 10px;
}

#videoContainer {
    margin-top: 10px;
}

#loginSignupContainer .btn {
    padding: 0;
    margin-left: 5px;
    font-size: 10px;
    margin-top: 8px;
}

@media (min-width: 768px) { /* SM+ */
    #mainRow {
        margin-top: 30px;
    }

    #videoContainer {
        margin-top: 20px;
    }

    #loginSignupContainer .btn {
        font-size: 14px;
    }
}

#rules-button {
    background: rgba(255, 255, 255, 0.25);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(179, 177, 178, 0.25) 4%, rgba(51, 51, 51, 0.25) 20%, rgba(0, 0, 0, 0.25) 50%, rgba(51, 51, 51, 0.25) 80%, rgba(179, 177, 178, 0.25) 96%, rgba(255, 255, 255, 0.25) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(4%, rgba(179, 177, 178, 0.25)), color-stop(20%, rgba(51, 51, 51, 0.25)), color-stop(50%, rgba(0, 0, 0, 0.25)), color-stop(80%, rgba(51, 51, 51, 0.25)), color-stop(96%, rgba(179, 177, 178, 0.25)), color-stop(100%, rgba(255, 255, 255, 0.25)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(179, 177, 178, 0.25) 4%, rgba(51, 51, 51, 0.25) 20%, rgba(0, 0, 0, 0.25) 50%, rgba(51, 51, 51, 0.25) 80%, rgba(179, 177, 178, 0.25) 96%, rgba(255, 255, 255, 0.25) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(179, 177, 178, 0.25) 4%, rgba(51, 51, 51, 0.25) 20%, rgba(0, 0, 0, 0.25) 50%, rgba(51, 51, 51, 0.25) 80%, rgba(179, 177, 178, 0.25) 96%, rgba(255, 255, 255, 0.25) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(179, 177, 178, 0.25) 4%, rgba(51, 51, 51, 0.25) 20%, rgba(0, 0, 0, 0.25) 50%, rgba(51, 51, 51, 0.25) 80%, rgba(179, 177, 178, 0.25) 96%, rgba(255, 255, 255, 0.25) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.25) 0%, rgba(179, 177, 178, 0.25) 4%, rgba(51, 51, 51, 0.25) 20%, rgba(0, 0, 0, 0.25) 50%, rgba(51, 51, 51, 0.25) 80%, rgba(179, 177, 178, 0.25) 96%, rgba(255, 255, 255, 0.25) 100%);
    border-color: #ffffff;
    border-radius: 0;
    color: #f2f2f2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding: 4px 15px;
    margin-top: 3px;
}

    #rules-button:hover {
        background: rgba(224,224,224,0.5);
        background: -moz-linear-gradient(left, rgba(224,224,224,0.5) 0%, rgba(128,119,123,0.5) 4%, rgba(51,51,51,0.5) 20%, rgba(0,0,0,0.5) 50%, rgba(51,51,51,0.5) 80%, rgba(128,119,123,0.5) 96%, rgba(224,224,224,0.5) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(224,224,224,0.5)), color-stop(4%, rgba(128,119,123,0.5)), color-stop(20%, rgba(51,51,51,0.5)), color-stop(50%, rgba(0,0,0,0.5)), color-stop(80%, rgba(51,51,51,0.5)), color-stop(96%, rgba(128,119,123,0.5)), color-stop(100%, rgba(224,224,224,0.5)));
        background: -webkit-linear-gradient(left, rgba(224,224,224,0.5) 0%, rgba(128,119,123,0.5) 4%, rgba(51,51,51,0.5) 20%, rgba(0,0,0,0.5) 50%, rgba(51,51,51,0.5) 80%, rgba(128,119,123,0.5) 96%, rgba(224,224,224,0.5) 100%);
        background: -o-linear-gradient(left, rgba(224,224,224,0.5) 0%, rgba(128,119,123,0.5) 4%, rgba(51,51,51,0.5) 20%, rgba(0,0,0,0.5) 50%, rgba(51,51,51,0.5) 80%, rgba(128,119,123,0.5) 96%, rgba(224,224,224,0.5) 100%);
        background: -ms-linear-gradient(left, rgba(224,224,224,0.5) 0%, rgba(128,119,123,0.5) 4%, rgba(51,51,51,0.5) 20%, rgba(0,0,0,0.5) 50%, rgba(51,51,51,0.5) 80%, rgba(128,119,123,0.5) 96%, rgba(224,224,224,0.5) 100%);
        background: linear-gradient(to right, rgba(224,224,224,0.5) 0%, rgba(128,119,123,0.5) 4%, rgba(51,51,51,0.5) 20%, rgba(0,0,0,0.5) 50%, rgba(51,51,51,0.5) 80%, rgba(128,119,123,0.5) 96%, rgba(224,224,224,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#e0e0e0', GradientType=1 );
    }

@media (max-width: 400px) { /* PHONE */
    #rules-button {
        display: none;
        visibility: hidden;
    }
}

@media (min-width: 768px) { /* SM+ */
    #rules-button {
        font-size: 30px;
        height: 45px;
        padding: 2px 5px 5px 5px;
        width: 198px;
        margin-top: 0;
    }
}

#chat-window {
    background-color: rgba(230, 230, 230, .75);
    bottom: 50px;
    position: absolute;
    right: 15px;
    top: 50px;
    width: 20%;
}

    #chat-window hr {
        border-color: #808080;
        margin: 0 0 0 0;
    }

#tournamentLogo {
    width: 290px;
}

#message {
    box-sizing: border-box;
    color: #000000;
    margin: 10px 0;
    padding-left: 2px;
    padding-right: 2px;
    resize: none;
    width: 100% !important;
}

@media (min-width: 768px) { /* SM+ */
    #message {
        margin: 15px 0;
    }
}

#submit, #login-button {
    background-color: #991E29;
    border-color: #E6E6E6;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    min-width: 50%;
}

    #submit:hover, #login-button:hover {
        background-color: #AA1E29;
        border-color: #FFFFFF;
    }

@media (min-width: 768px) { /* SM+ */
    #submit, #login-button {
        font-size: 18px;
    }
}

#message-form-container {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    padding: 0 5px 5px;
    position: absolute;
    width: 100%;
}

    #message-form-container #input[type="text"] {
        position: absolute;
        left: 15px;
        right: 15px;
    }

@media (min-width: 768px) { /* SM+ */
    #message-form-container {
        padding: 0 20px 20px;
    }
}

#messages {
    color: black;
    height: 300px;
    overflow-x: hidden;
}

#chat-header-message {
    color: #000000;
    font-size: 6pt;
    margin: 10px 0;
}

#span-tournament-datetime {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 14pt;
}

@media (max-width: 400px) { /* PHONE */
    #span-tournament-datetime {
        visibility: hidden;
        display: none;
    }
}

@media (min-width: 768px) { /* SM+ */
    #span-tournament-datetime {
        font-size: 16pt;
    }

    #chat-header-message {
        font-size: 8pt;
    }
}

@media (min-width: 992px) { /* MD+ */
    #span-tournament-datetime {
        font-size: 18pt;
    }

    #chat-header-message {
        font-size: 10pt;
    }
}

@media (min-width: 1200px) { /* LG+ */
    #span-tournament-datetime {
        font-size: 20pt;
    }

    #chat-header-message {
        font-size: 12pt;
    }
}

#datetimeFooter {
    visibility: visible;
    display: block;
}

#sponsorFooter {
    visibility: hidden;
    display: none;
}

@media (min-width: 992px) { /* MD+ */
    #datetimeFooter {
        visibility: hidden;
        display: none;
    }

    #sponsorFooter {
        visibility: visible;
        display: block;
    }
}

@media (min-width: 1200px) { /* LG+ */
}
