body{
    font-family: 'Open Sans', Helvetica;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Helvetica, sans-serif;
}

h1{
    font-size:30px;
}

.navbar-brand {
    padding: 5px 15px;
}

.navbar-nav > li > a
{
    color: #444;
    font-weight: 700;
    font-family: 'Segoe UI';
    text-shadow: 0 1px 1px #fff;
    text-transform: uppercase;
}

.navbar-inverse {
    background-image: url(../images/textures/dark-stripes.png) !important;
    background-repeat: repeat;
    background-color: #2c2c2c;
    border-color: #404040;
    border-bottom-width: 2px;
}

.navbar-inverse .navbar-text {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

@media (min-width: 768px) {

    .navbar-nav > li > a {
        padding: 15px 15px;
    }
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #00004c;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #006;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #00004c;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #006;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #999999;
    border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #001;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #006;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #59d;
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}

.jumbotron {
    padding: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
}

.jumbotron h1 {
    font-weight: 700;
    line-height: 1;
    color: #003;
}

.jumbotron p {
    line-height: 1.4;
    color: #555;
}

.jumbotron-inverse {
    background-color: #333;
    background-image: linear-gradient(to left, #444, #222);
}

.jumbotron-inverse h1 {
    color: #ececec;
}

.jumbotron-inverse p {
    color: #aaa;
}

.container .jumbotron {
    border-radius: 2px;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .container .jumbotron {
        padding-right: 50px;
        padding-left: 50px;
    }
    .jumbotron h1 {
        font-size: 40px;
    }
}
.footer-distributed{
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;

    padding: 35px 0;
    margin-top: 10px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
    width: 40%;
}

/* The company logo */

.footer-distributed h3{
    color:  #ffffff;
    margin: 0;
}

.footer-distributed h3 span{
    color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
    text-decoration: none;
    color:  inherit;
}

.footer-distributed .footer-links-small{
    color:  #eeeeee;
    margin: 10px 0 6px;
    padding: 0;
    font: bold 12px sans-serif;
}
.footer-distributed .footer-links-small a{
    display:inline-block;
    line-height: 1.2;
    text-decoration: none;
    color:  inherit;
}

.footer-distributed .footer-company-name{
    color:  #8f9296;
    font-size: 12px;
    font-weight: normal;
    margin-top: 20px;
}

/* Footer Center */

.footer-distributed .footer-center{
    width: 35%;
    color: #ffffff;
}
.footer-distributed h3{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-distributed .footer-center p{
    display:block;
    font-weight: normal;
    font-size:13px;
    line-height:2;
    margin:0;
}

.footer-distributed .footer-center p a{
    color:  #5599dd;
    text-decoration: none;;
}

.footer-distributed .footer-center p a:hover{
    color:#eee;
}


/* Footer Right */

.footer-distributed .footer-right{
    width: 20%;
}

.footer-distributed .footer-company-about{
    line-height: 20px;
    color:  #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span, .footer-distributed h4{
    display: block;
    color:  #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-distributed .footer-icons{
    margin-top: 15px;
}

.footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

    .footer-distributed{
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i{
        margin-left: 0;
    }

}



.dropdown-menu {
    z-index: 1500;
}

.form .alert{
    padding: 5px;
    margin: 5px;
    border-radius:2px;
}

.panel-footer{
    margin-top:0;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 2px;
    vertical-align: middle;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 4px 8px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #dddddd;
}
#tblSurvivor td img{
    margin:0;
    padding:0;
}
.account a, .account button{
    margin:10px 0 0 0;
}
#ad300x250{
    text-align:center;
}
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle, .navbar-inverse .nav
li.dropdown.active>.dropdown-toggle, .navbar-inverse .nav    
li.dropdown.open.active>.dropdown-toggle,
.navbar, .navbar-inverse .navbar-inner {
    filter:none;
    background-image: none;
}
.game{
    display:block;
    padding:0px;
    margin:0px;
    text-align:center;
}
.game-team{
    display:inline-block;
    border:2px solid #aaa;
    margin:0px;
    width:50%;
}
#pick-games img{
    height:25px;
    width:25px;
}
.game a{
    color:#000;
    font-weight:bold;
}
.game-details{
    display:block;
    text-align:center;
    background-color:#666;
    color:#fff;
    font-weight:bold;
}
.game-picked{
    background-color:#aaa;
}
.game-picked .team-picked{
    border: 2px solid #ff0;
    background-color: #ff9;
}
.strike{
    text-decoration:line-through;
}
.btn{
    font-weight:bold;
}
ul.league-list{
    padding:0;
    display:inline-block;
    width:100%;
    font-family: 'Segoe UI';
}
ul.league-list > li{
    background-color:#484848;
    color:#fff;
    list-style: none; 
    margin:0;
    padding:8px 5px;

}
ul.league-list > li > a{
    color:#fff;
    font-weight:bold;
}
ul.team-list{
    padding:0;
    width:100%
}
ul.team-list li{
    display:inline-block;
    list-style: none; 
    margin:0;
    padding:8px 10px;
    width:100%;
}
ul.team-list li:not(:last-child){
    border-bottom:1px solid #666;
}
.number{
    text-align: right;
}
.pick-correct{
    color:#373;
    font-weight:bold;
}
.points-total{
    text-align:right;
    font-weight:bold;
}
.note-editor.panel{
    margin-bottom:0;
}
.table-extra-condensed{
    font-size:11px;
    margin-bottom:0;
}
.table-extra-condensed > tbody > tr > td, .table-extra-condensed > tbody > tr > th, .table-extra-condensed > thead > tr > th{
    padding:3px;
}

/*Dashboard Stuff*/
.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}
.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}
.circle-tile-heading .svg-inline--fa{
    line-height: 80px;
    margin-top: 15px;
}

.circle-tile-content {
    padding-top: 50px;
}
.circle-tile-number {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 10px;
}
.circle-tile-description {
    text-transform: uppercase;
}
.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}
.circle-tile-heading.green:hover {
    background-color: #138F77;
}
.circle-tile-heading.orange:hover {
    background-color: #DA8C10;
}
.circle-tile-heading.blue:hover {
    background-color: #2473A6;
}
.circle-tile-heading.red:hover {
    background-color: #CF4435;
}
.circle-tile-heading.purple:hover {
    background-color: #7F3D9B;
}
.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue {
    background-color: #34495E;
}
.green {
    background-color: #16A085;
}
.blue {
    background-color: #2980B9;
}
.orange {
    background-color: #F39C12;
}
.red {
    background-color: #E74C3C;
}
.purple {
    background-color: #8E44AD;
}
.dark-gray {
    background-color: #7F8C8D;
}
.gray {
    background-color: #95A5A6;
}
.light-gray {
    background-color: #BDC3C7;
}
.yellow {
    background-color: #F1C40F;
}
.text-dark-blue {
    color: #34495E;
}
.text-green {
    color: #16A085;
}
.text-blue {
    color: #2980B9;
}
.text-orange {
    color: #F39C12;
}
.text-red {
    color: #E74C3C;
}
.text-purple {
    color: #8E44AD;
}
.text-faded {
    color: rgba(255, 255, 255, 0.7);
}
.smallhr{
    margin:4px;
}
.help{
    font-size:14px;
}
.help .panel-title a{
    font-size:14px;
    font-weight:bold;
}