/* BUNDLED : _components_comp_index_timemap_style.css */
#timeline {
    height: 350px;
    width: 100%;
}

#YMapsID {
    height: 400px;
    width: 100%;
}

div.timeline-event-label {
    font-size: 9px;
}

.row-map, row-timeline {
    margin-top: 20px;
}


/* BUNDLED : _components_landing_style.css */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 500px;
    margin-bottom: 60px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
    padding-left: 15px;
    padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    text-align: center;
    margin-bottom: 20px;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-left: 10px;
    margin-right: 10px;
}

/* Featurettes
------------------------- */

.featurette-image {
    width: 500px;
    height: 500px;
}

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

    /* Remove the edge padding needed for mobile */
    .marketing {
        padding-left: 0;
        padding-right: 0;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }

}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

.stat {
    margin-bottom: 60px;
}

.stat .stat-block {
  text-align: center;
}

.stat .stat-block .n{
    font-size: 70px;
    font-weight: bold;
}

.tkdl.marketing .logo{
    width: 100%;
    transition-property: width;
    -webkit-transition: opacity 1s,left .5s;
    transition: opacity 1s,left .5s;
}

.tkdl .logo-row {
    margin-top: 30px;
    margin-bottom: 30px;
}


/* BUNDLED : _components_comp_index_style.css */
#comp-table-container {
    min-height: 200px;
}

#comp-table {
    margin-top: 10px;
}

#comp-table tr .hover-view {
    visibility: hidden;
}

#comp-table tr:hover .hover-view {
    visibility: visible;
}

#comp-table tr td .lbl {
    width: 120px;
    display: inline-block;
}

tr.comp-hidden {
    text-decoration: line-through;
}

tr.comp-private {
    opacity: 1.0;
}

tr.comp-draft {
    opacity: 0.5;
}

/* --- */

#comp-table .comp-level-world .comp-descr {
    font-size: 150%;
}

#comp-table .comp-level-federal .comp-descr {
    font-size: 150%;
}

#comp-table .comp-level-subfederal .comp-descr {
    font-size: 100%;
}

#comp-table .comp-level-region .comp-descr {
    font-size: 100%;
}

#comp-table .comp-level-city .comp-descr {
    font-size: 80%;
}

#comp-table .comp-level-club .comp-descr {
    font-size: 70%;
    opacity: 0.5;
}

#comp-table .col-comp-logo img, #comp-table .col-flag .flag-shiny {
    margin-right: 10px;
}

#comp-table .comp-month-row {
    background-color: #F2F2F2;
}

#comp-table .comp-month {
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
}

#comp-table td.comp-quantity {
    min-width: 90px;
}

#comp-table td.comp-quantity > span {
    font-weight: bold;
}

.btn-new-comp {
    margin-top: -5px;
}

/* BUNDLED : _components_mailbox_indicator_style.css */
.mailbox-indicator.badge {
    background-color: #FF0000;
    left: 28px;
    top: 30px;
    position: absolute;
    z-index: 5;
}

/* BUNDLED : _components_login_style.css */
#login-form .form-group {
    margin-left: 20px;
    margin-right: 20px;
}

#js-login-form {
    margin: 5px 15px 0 15px;
    min-width: 200px;
}

#js-login-form i.fa-spinner, #js-login-form.process i.fa-sign-in {
    display: none;
}

#js-login-form.process i.fa-spinner {
    display: inline-block;
}

#js-login-form.process  {
    opacity: 0.5;
}

.checkbox.remember_login {
    margin-top: -15px;
    margin-bottom: 10px;
}
