﻿body {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    background: #c3c0c0;
}

* {
    border-radius: 0 !important;
}

/*.header-wrapper {
  
}*/

.mapfooter {
    display: none !important;
}

.homeBackground {
    background-image: url(../../Content/Images/home-min.jpg);
    background-repeat: no-repeat;
    height: 410px;
}

.submitBackground {
    background-image: url(../../Content/Images/submit-min.jpg);
    background-repeat: no-repeat;
    height: 390px;
}

.reportBackground {
    background-image: url(../../Content/Images/submit-min.jpg);
    background-repeat: no-repeat;
    height: 390px;
    background-size: cover;
}

.howToBackground {
    background-image: url(../../Content/Images/howto-min.jpg);
    background-repeat: no-repeat;
    height: 410px;
}


.nav-tabs.nav-justified > .active-gray > a, .nav-tabs.nav-justified > .active-gray > a:focus, .nav-tabs.nav-justified > .active-gray > a:hover {
    background-color: #eeeeee;
}

.whereToBackground {
    background-image: url(../../Content/Images/whereto-min.jpg);
    background-repeat: no-repeat;
    height: 380px;
}

.header-wrapper h2 {
    color: #ffffff;
    font-size: 55px;
    font-weight: 800;
}

.wolf-header-graphic {
    height: 233px;
    background-image: url(../../Content/Images/wolf-background.png);
    background-repeat: no-repeat;
}

.inputHasError {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .inputHasError:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.inputHasSuccess {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .inputHasSuccess:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    }

.nav {
    color: #1c61a0;
    font-weight: 800;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    background-color: #1c61a0;
    color: #ffffff;
}

.removeLink {
    text-decoration: none !important;
    color: #333333 !important;
}

.nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li.active > a {
    border-right: 1px solid #c5c5c5 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-bottom: 1px solid #6e6f6d !important;
}

.nav-tabs.nav-justified > li:last-child > a, .nav-tabs.nav-justified > li.active:last-child > a {
    border-right: 0px !important;
}

.nav-tabs.nav-justified {
    border-top: 2px solid #c5c5c5 !important;
}

.side-blur {
    box-shadow: 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 8px -4px rgba(31, 73, 125, 0.8);
}

.pt40 {
    padding-top: 20px;
}

legend {
    font-weight: 700;
}

.triangle-divider {
    position: relative;
    height: 0px;
    margin-top: 20px;
    margin-bottom: 70px;
    width: 100%;
    background: #6d6f6d;
}

    .triangle-divider:before {
        content: "";
        position: absolute;
        top: -100%;
        left: 1vw;
        border-bottom: 50px solid #1c61a0;
        border-left: 22vw solid transparent;
        border-right: 22vw solid transparent;
    }

div.jumbotron.matrix {
    margin-bottom: 0px;
    background-color: #6d6f6d;
    color: #ffffff;
    padding-top: 10px;
}

div.well.footer-area {
    background: #303331;
    border: none;
    color: #ffffff;
    margin-bottom: 0px;
}

div.leaderboard-text {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #4d4a49;
    letter-spacing: 4px;
    padding-bottom: 10px;
}

div.well.graph-section {
    background-color: #545454;
    border: none;
}

div.submit-text-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #8b8c8a;
}

div.center-line:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #8b8c8a;
    margin-left: 2px;
}

div.center-line {
    min-height: 154px;
    /*margin-top:20px;*/
}

h2.two-header {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 2px;
}

.icon-g-s {
    text-align: right;
}

.p-0 {
    padding: 0px;
    /*padding-top:15px;*/
    /*padding-bottom:15px;*/
}

p.two-text {
    font-size: 12px;
    margin: 0px;
    height: 100px;
}

div.row.two-text-margin {
    padding-top: 25px;
    /*padding-bottom:20px;*/
}

h1.top-header-text {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 2px;
}

img.logo {
    padding: 20px 0px 10px 20px;
}

div.col-md-12.question-text {
    padding-top: 40px;
    padding-right: 20px;
    color: #1c61a0;
    padding-bottom: 25px;
    font-weight: 400;
}

    div.col-md-12.question-text strong {
        font-weight: 800;
        text-transform: uppercase;
    }

    div.col-md-12.question-text a {
        text-decoration: underline;
    }

h1.footer-header {
    font-size: 19px;
    font-weight: 700;
    margin-top: 0px;
}

ul.quick-links {
    list-style: none;
    margin-bottom: 0px;
}

    ul.quick-links li {
        padding-bottom: 10px;
        border-bottom: 1px solid #626463;
        padding-top: 10px;
    }

        ul.quick-links li:last-child {
            border-bottom: 0px;
            padding-bottom: 0px;
        }

    ul.quick-links > li > a {
        margin-bottom: 30px !important;
        color: #ffffff;
    }

    ul.quick-links li:before {
        font-family: 'FontAwesome';
        content: '\f054';
        color: #7ac6eb;
        margin: 0 10px 0 0px;
    }

.container {
    background: #ffffff;
    padding-left: 0px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.48);
    padding-right: 0px;
}

span.appt-set {
    color: #7ac6ea;
    font-weight: 700;
    font-size: 55px;
    font-family: 'Open Sans', sans-serif;
}

h1.graph-header-text {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: 800;
    text-align: center;
}

span.talk-time {
    font-size: 55px;
    color: #7ac6ea;
    font-family: 'Open Sans', sans-serif;
}

div.countdown-black-block {
    background: #000000;
    /*padding:5px;*/
    text-align: center;
}

    div.countdown-black-block span {
        color: #ffffff;
        line-height: 60px;
        font-size: 24px;
        text-align: center !important;
        font-family: 'Open Sans', sans-serif;
    }

ul.leaderboard {
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}

    ul.leaderboard li {
        padding-bottom: 5px;
        line-height: 20px;
        font-size: 13px;
    }

        ul.leaderboard li:last-child {
            padding-bottom: 0px;
        }

.leader-icon {
    display: inline-block;
    color: #cdcdcd;
}

.leader-rank {
    display: inline-block;
    margin-left: 3px;
}

    .leader-rank:after {
        content: '-';
        margin-left: 5px;
        margin-right: 3px;
    }

.leader-fullname {
    display: inline-block;
}

.leader-value {
    display: inline-block;
    /*float: right;*/
}

ul.faq-lists {
    list-style: none;
    padding-left: 0px;
}

    ul.faq-lists > li {
        text-indent: 5px;
    }

        ul.faq-lists > li:before {
            content: "-";
            margin-right: 5px;
        }

.question-text {
    padding-top: 30px;
    padding-right: 20px;
    color: #1c61a0;
    padding-bottom: 25px;
    font-weight: 400;
}

    .question-text strong {
        font-weight: 800;
        text-transform: uppercase;
    }

.leaderboard-overlay {
    background-color: rgba(28,97,160,0.9);
    position: absolute;
    height: 535px;
    width: 1170px;
    text-align: center;
    line-height: 535px;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    bottom: 0px;
    z-index: 1;
}

.image-container {
    position: relative;
    display: inline-block;
    padding: 25px 115px 50px 115px;
}

    .image-container .after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #FFF;
        display: block;
        font-size: 26px;
        padding-top: 125px;
        font-weight: 800;
        text-shadow: 2px 2px 9px rgba(0, 0, 0, .5);
        background: rgba(0, 0, 0, .3);
    }

.border-between > [class*='col-']:before {
    background: #c4c4c3;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
}

.border-between > [class*='col-']:first-child:before {
    display: none;
}


.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.logoutLink {
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #6e6f6d !important;
}

    .logoutLink:hover {
        text-decoration: none;
        background-color: #eee;
    }

.marketRankerName {
    padding: 15px !important;
    vertical-align: middle !important;
}

.table-striped-custom > tbody > tr:nth-of-type(odd) {
    background-color: #5e5e5e;
}
