@import "tourpool-fonts-dba45a64afcb0c4f637f5593f738d807.css";

html {
    overflow-y: scroll;
    position: relative;
    min-height: 100%;
}

body {
    font-family: Benton;
    background-color: #fffbe2;
    margin-bottom: 60px;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

.badge-sm {
    padding: 1px 7px 2px 7px;
    font-size: 11px;
}

.badge-red {
    background-color: #d9534f;
}

.container-main {
    background: #fcfcfc no-repeat scroll center top;
    width: 1150px;
    max-width: 100%;
    /*min-width: 700px;*/
}

.centered-tabs {
    text-align: center;
}

.nav-stacked {
    height: 100%;
}

.navbar-default {
    background-color: transparent;
    border: 0;
}

.navbar {
    margin-bottom: 0px;
    min-height: 42px;
}

@media (min-width: 768px) {
    .navbar {
        min-height: 42px;
        margin-bottom: -6px;
        border: 0;
    }
}

.navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
}

.navbar-collapse.in, .navbar-collapse.collapsing {
    background: #fff;
}

.centered-tabs ul.nav.nav-pills, .centered-tabs ul.nav.nav-tabs {
    display: inline-block;
}

.centered-tabs ul.nav.nav-pills li, .centered-tabs ul.nav.nav-tabs li {
    display: inline;
}

.navbar-default .navbar-toggle {
    background: #fff;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: rgba(255, 255, 255, 1);
    border-color: #DDDDDD #DDDDDD transparent;
}

#results_menu.active > a, #results_menu.active > a:hover, #results_menu.active > a:focus {
    background-color: #fbfcff !important;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border: 1px solid transparent;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
}

.nav-tabs > li > a {
    border: 1px solid transparent;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
}

.collapse.in .nav-tabs > li > a, .collapsing .nav-tabs > li > a {
    border: 0;
    color: #000;
    background-color: #fff;
    font-size: 15px;
}

.position-change {
    font-weight: 900;
}

.table {
    font-family: Roboto, serif;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 2px;
}

.content {
    padding-top: 17px;
    background-color: rgba(255, 255, 255, 1);
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    min-height: 800px;
}

.content-main {
    padding-left: 17px;
    padding-right: 17px;
}

.content-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
}

@media (min-width: 600px) {
    .results-title {
        display: flex;
    }
}

.team-checkbox {
    margin: 0 !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    width: 40px
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #5bc0de;
}

input:focus + .slider {
    box-shadow: 0 0 1px #5bc0de;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 10px;
}

.slider.round:before {
    border-radius: 50%;
}

.footer {
    border-top: 1px solid #ddd;
    padding-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

.logo {
    height: 340px;
    width: 300px;
    margin-top: 25px;
}

.home-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
}

.message {
    padding-left: 5px;
    padding-right: 5px;
}

.news-item {
    margin: 0px 0px;
}

.news-title {
    font-family: CapitoliumHead, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, "serif";
    font-weight: 900;
    font-size: 28px;
    line-height: 44px;
    letter-spacing: -.3px;
    margin-bottom: 15px;
}

.news-content {
    font-family: CapitoliumNews;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
}

.news-image-footer {
    margin-top: 3px;
    font-weight: 700;
}

.comment {
    margin: 20px;
}

.comment-name {
    font-weight: 900;
}

.comment-form {
    margin: 20px;
}

.comment-date {
    padding-left: 8px;
    font-size: 12px;
}

.course-chart {
    margin-top: 10px;
    margin-left: -23px;
}

.course-chart-badge {
    font-weight: 900;
    color: rgb(243, 212, 35);
    font-size: 13px;
}

.course-chart-title {
    font-size: 15px;
}

.course-chart-alias-label {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    fill: #000000;
}

.results-menu {
    background: #fbfcff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px 10px 15px 40px;
    border-bottom: 1px solid #eaeaea;
}

.results-menu-item {
    margin-right: 30px;
    padding: 10px;
    color: #000;
    border-bottom: 4px solid #e8e8e8;
    display: inline-block;
}

.results-menu > a, .results-menu > a:focus, .results-menu > a:hover {
    color: #000;
    text-decoration: none;
}

.results-menu-item:hover {
    border-bottom: 4px solid #000;
}

.results-menu-item-active {
    border-bottom: 4px solid #ffd700;;
}

.stage-about-panel {
    font-family: CapitoliumNews;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    margin: 10px 10px;
}

.panel-comment {
    background: #fff !important;
    margin-bottom: 6px;
}

.panel {
    background: #fbfcff;
}

.panel-column > a {
    color: #111;
    text-decoration: none;
}

.panel-column:hover .panel-column-title {
    text-decoration: underline;
}

.panel-column-badge {
    font-weight: 900;
    color: rgb(243, 212, 35);
    font-size: 13px;
}

.panel-column-name {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.panel-column-title {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.8px;
    font-weight: 300;
    font-family: CapitoliumHead;
}

.column-title {
    font-family: CapitoliumHead;
    font-size: 34px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: -.2px;
    margin-bottom: 30px;
    text-align: center;
}

.column-author-panel {
    margin-top: 55px;
    border-bottom: 1px solid #D8E2E8;
    padding-bottom: 55px;
}

.column-author-panel-name {
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 11px;
}

.column-author-panel-title {
    font-family: CapitoliumHead;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 19px;
    text-align: center;
}

.column-image-footer {
    margin-top: 3px;
    font-weight: 700;
}

.column-author-date {
    font-weight: 800;
    margin: 10px;
    font-size: 16px;
}

.column-date {
    font-weight: 300;
}

.column-text {
    font-family: CapitoliumNews;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    margin: 10px 20px;
    display: block;
}

.column-text:first-letter {
    font-family: CapitoliumHead, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, "serif";
    font-size: 97px;
    font-weight: 300;
    line-height: 73px;
    padding-top: 11px;
    padding-right: 10px;
    float: left;
    color: #111;
    text-decoration: none;
}


.affix-top {
    position: static;
    margin-top: 0;
}

.affix {
    position: fixed;
    top: 10px;
}

table.dataTable thead > tr > th {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-primary {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #46b8da !important;
    border-color: #5bc0de !important;
}


@media (min-width: 1200px) {
    .shadow {
        -webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.2);
        -moz-box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.2);
        box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.2);
    }
}

.panel-femmes .panel-body {
    overflow: hidden;
}

.panel-femmes-logo {
    float: right;
    height: 72px;
    margin-left: 12px;
}
