﻿/* Navbar Brand */
.navbar-brand img {
    max-height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}

.neg-m-t-2 {
    margin-top: -2px;
}

.option_tag {
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 6px;
    font-size: 14px;
    font-weight: bold;
}

.totalBytes {
    font-weight: bold;
    font-size: 9px;
    vertical-align: text-bottom;
}

.golden_medal {
    font-size: 30px;
    left: -7px;
    top: -7px;
    position: absolute;
    color: #daa520;
}

.silver_medal {
    font-size: 30px;
    left: -7px;
    top: -7px;
    position: absolute;
    color: #C0C0C0;
}

.bronze_medal {
    font-size: 30px;
    left: -7px;
    top: -7px;
    position: absolute;
    color: #cd7f32;
}

.centerImage {
    margin-left: 38%;
}

.t-a-c {
    text-align: center !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-17 {
    font-size: 17px !important;
}

.w-20 {
    width: 20% !important;
}

.w-260 {
    width:260px;
}

.p-l-100 {
    padding-left: 100px;
}

.display {
    display: block !important;
    visibility: visible !important;
}

.hidden-visibility {
    display: inline-block !important;
    visibility: hidden !important;
}

.center-container {
    display: flex;
    justify-content: center;
}

.dark-background {
    background-color: rgba(48, 49, 54, 1);
}

.black-background {
    background-color: black !important;
}

/* Form Styles*/
.form-group .text-help {
    display: none;
}

.form-group.has-error .text-help {
    display: block;
}

.md-form-group .text-help {
    display: none;
}

.md-form-group.has-error .text-help {
    display: block;
}

.md-form-group .form-control {
    font-size: inherit;
}

.md-form-group .form-control-label {
    padding: 0px;
}

.input-group-lg > .input-group-btn > .btn {
    line-height: normal;
}

/*Modal Styles*/
.modal-header {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
}

.modal-content {
    border-width: 0px;
}

.modal-footer {
    padding-bottom: 10px;
    padding-top: 10px;
}

/*Main Body Styles*/

.body-content {
    padding-bottom: 100px;
}

.footer-container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.angular-google-map-container {
    margin-top: 15px;
    height: 300px;
    width: 100%;
}


/*Player styles*/

.team-list {
    overflow-y: auto !important;
    max-height: 214px !important;
}

/*Table Styles*/

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 16px;
    padding-right: 10px;
    vertical-align: middle;
}

/*Carousel Styles*/
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: flex;
}

/*Box Syltes*/
.box-shadow-z0 .box {
    box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
}

.box-shadow-z0 .box-big-shadow {
    box-shadow: 0px 0px 30px 5px white;
    -webkit-box-shadow: 0px 0px 30px 5px white;
    -moz-box-shadow: 0px 0px 30px 5px white;
    border-radius: 10px;
}

.box-shadow-z0 .box-small-shadow {
    box-shadow: 0px 0px 10px 5px white;
    -webkit-box-shadow: 0px 0px 10px 5px white;
    -moz-box-shadow: 0px 0px 10px 5px white;
}

.box-shadow-z0 .box-small-shadow-gold {
    box-shadow: 0px 0px 10px 5px gold;
    -webkit-box-shadow: 0px 0px 10px 5px gold;
    -moz-box-shadow: 0px 0px 10px 5px gold;
}

/*For Iphone tables*/
.table-responsive .table {
    max-width: none;
}

.b-l-aa {
    border-left-color: #5cb85c;
}

.b-l-ab {
    border-left-color: #0275d8;
}

.b-l-ac {
    border-left-color: #d9534f;
}

.b-l-ad {
    border-left-color: #F0AD4E;
}

.countdown-timer-red {
    border-style: solid;
    border-color: #ff0000;
    color: #ff0000;
    min-width: 100px;
    min-height: 90px;
    border-radius: 18px;
    padding: 10px;
    float: right;
}

.countdown-timer-white {
    border-style: solid;
    border-color: white;
    color: white;
    min-width: 100px;
    min-height: 90px;
    border-radius: 18px;
    padding: 10px;
    float: right;
}

.padding-10p {
    padding-top: 10%;
}

.min-width-110 {
    min-width: 110px;
}

.min-width-132 {
    min-width: 132px;
}

.rounded-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* Animated fading */

.animate-show {
    position: relative;
    left: 0px;
    opacity: 1;
}

    .animate-show.ng-hide-add, .animate-show.ng-hide-remove {
        transition: 0.2s linear all;
        -webkit-transition: 0.2s linear all;
        -moz-transition: 0.2s linear all;
    }

    .animate-show.ng-hide-remove-active {
        transition: 0.2s linear all;
        -webkit-transition: 0.2s linear all;
        -moz-transition: 0.2s linear all;
    }

    .animate-show.ng-hide {
        left: -100%;
        position: absolute;
        opacity: 0;
    }

/* Node Styles */

.question-image {
    max-width: 500px;
    max-height: 400px;
    min-width: 350px;
}

.bg-gold {
    background-color: goldenrod !important;
    background: linear-gradient(gold, darkGoldenrod);
    background: -webkit-linear-gradient(gold, darkGoldenrod); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(gold, darkGoldenrod); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(gold, darkGoldenrod); /* For Firefox 3.6 to 15 */
}

.bg-silver {
    background-color: silver !important;
    background: linear-gradient(silver, gray);
    background: -webkit-linear-gradient(silver, gray); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(silver, gray); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(silver, gray); /* For Firefox 3.6 to 15 */
}

.bg-bronze {
    background-color: #b06c29 !important;
    background: linear-gradient(rgb(165, 137, 111), saddleBrown);
    background: -webkit-linear-gradient(rgb(165, 137, 111), saddleBrown); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(165, 137, 111), saddleBrown); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(165, 137, 111), saddleBrown); /* For Firefox 3.6 to 15 */
}

.score-card-row {
    box-shadow: 0px 5px 10px 0px black;
    -webkit-box-shadow: 0px 5px 10px 0px black;
    -moz-box-shadow: 0px 5px 10px 0px black;
    font-size: 1.5em;
}

.score-card-cell {
    padding: 7px 15px;
}

.host-image {
    max-width: 97%;
    max-height: 280px;
}

.modal-header-primary {
    background-color: rgba(10, 119, 158, 1);
    color: white;
}


.b-hcc-primary {
    border-color: #1F2D48 !important;
    color: #fff !important;
}

.hcc-primary {
    background-color: #1F2D48 !important;
    color: white;
}


.b-primary2 {
    border-color: #1F2D48 !important;
    background-color: white !important;
    color: #1F2D48 !important;
}

/*.b-primary2:hover {
    border-color: #1F2D48 !important;
    background-color: #1F2D48 !important;
    color: white !important;
}*/

.b-primary {
    border-color: #075493 !important;
    color: #00aeef !important;
}

.b-primary-cancel {
    border-color: #075493 !important;
    color: #075493 !important;
}

.primary {
    background-color: #075493 !important;
    color: white;
}


.fc-content {
    margin-top:-2px !important;
}

.pager .page-item.active, .pager > .active > a, .pager > .active > span, .pagination .page-item.active, .pagination > .active > a, .pagination > .active > span {
    background-color: #075493 !important;
    color: white;
}

.blue-primary {
    background-color: #00aeef !important;
    color: white;
}

.text-blue-primary {
    color: #00aeef !important;
    font-weight: bold;
}

.text-primary {
    color: #075493 !important;
    font-weight: bold;
}

.text-primary, .text-primary-hover a:hover .border-light-grey {
    border-color: #075493 !important;
}

#map {
    height: 300px;
    margin-bottom: 10px;
}
/* Media Queries*/

@media screen and (min-width: 1820px) {

    h1 {
        font-size: 6rem;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 3.5rem;
    }

    h4 {
        font-size: 3rem;
    }

    h5 {
        font-size: 2rem;
    }

    h6 {
        font-size: 1.7rem;
    }

    .question-image {
        max-width: 700px;
        max-height: 600px;
        min-width: 550px;
    }

    .countdown-timer-white {
        padding: 20px;
        min-width: 150px;
    }

    .countdown-timer-red {
        padding: 20px;
        min-width: 150px;
    }

    .score-card-row {
        font-size: 2.7rem;
    }

    .score-card-cell {
        padding: 10px 15px;
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .p-l-100 {
        padding-left: 150px;
    }
}

@media screen and (min-width: 3820px) {

    h1 {
        font-size: 7rem;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 4.5rem;
    }

    h4 {
        font-size: 4rem;
    }

    h5 {
        font-size: 3rem;
    }

    h6 {
        font-size: 2.7rem;
    }

    .question-image {
        max-width: 1000px;
        max-height: 900px;
        min-width: 850px;
    }

    .countdown-timer-white {
        padding: 40px;
    }

    .countdown-timer-red {
        padding: 40px;
    }

    .score-card-row {
        font-size: 5em;
    }

    .score-card-cell {
        padding: 20px 30px;
    }
}


.m-t-4 {
    margin-top: 4rem !important;
}

.m-t-5 {
    margin-top: 5rem !important;
}

.m-t-6 {
    margin-top: 6rem !important;
}

.m-t-7 {
    margin-top: 7rem !important;
}

.m-t-8 {
    margin-top: 8rem !important;
}

.material-icons.md-64 {
    font-size: 64px;
    vertical-align: -21px;
}

.material-icons.md-128 {
    font-size: 128px;
    vertical-align: -43px;
}

.material-icons.md-256 {
    font-size: 256px;
    vertical-align: -85px;
}

.md-256 {
    font-size: 256px;
}

.btn-today {
    background-color: blanchedalmond !important;
}

@media (min-width: 1400px) {
    .modal-lg {
        width: 1308px;
    }
}

.p-y-xlg {
  padding-top: 5rem !important;
  padding-bottom: 3rem !important; }

.m-t-xlg {
  margin-top: 4rem !important;
  margin-bottom: 1rem !important; }

.app-body {
    padding-top: 1.5rem !important;
    margin-left: -0.7rem !important;
}