.uvodni-logo {
    margin: 25px 0 20px 0;
    width: 170px;
}

h2 {
    padding-top: 52px;
}

h2.titulka {
    padding-top: 0px;
}

.block_text {
    color: #555555;
    font-size: small;
}

.block_text td {
    padding: 0 30px 0 0;
}

.fix-top-bar {
    padding-top: 75px;
}

.btn-navbar .popis-right {
    float: right;
    margin-left: 23px;
    margin-top: -3px;
}

.note {
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
}

.bam {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #888888;
    background-image: -moz-linear-gradient(top, #d988ff, #cc60ff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d988ff), to(#cc60ff));
    background-image: -webkit-linear-gradient(top, #d988ff, #cc60ff);
    background-image: -o-linear-gradient(top, #d988ff, #cc60ff);
    background-image: linear-gradient(to bottom, #d988ff, #cc60ff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd988ff', endColorstr='#ffcc60ff', GradientType=0);
    border-color: #cc60ff #cc60ff #7100b3;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #cc60ff;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.dcbam {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #888888;
    background-image: -moz-linear-gradient(top, #a200ff, #8700d5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a200ff), to(#8700d5));
    background-image: -webkit-linear-gradient(top, #a200ff, #8700d5);
    background-image: -o-linear-gradient(top, #a200ff, #8700d5);
    background-image: linear-gradient(to bottom, #a200ff, #8700d5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa200ff', endColorstr='#ff8700d5', GradientType=0);
    border-color: #8700d5 #8700d5 #7100b3;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #8700d5;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

#paticka address a, #paticka a {
    color: #efefef;
}
#paticka address a:hover, #paticka address a:hover {
    color: #ffffff;
}

h2 .label,
h2 .badge,
h2.trenink {
    font-size: 23px;
    line-height: 30px;
}

h1 small .label,
h1 small .badge,
h1 small .trenink {
    font-size: 23px;
    line-height: 30px;
}

.narozeniny {
    padding: 16px;
}

.table tbody tr.warning-admin > td {
    background-color: #fceda1;
}
.table-hover tbody tr.warning-admin:hover > td {
    background-color: #f3e59b;
}

h2.titulka a {
    color: #333333;
    text-decoration: none;
}

.container-bg {
    width: 100%;
    background: #00abbc;
    margin: -20px auto 20px auto;
}

/* klubovy žebříček
-------------------------------------------------- */
.table.zebricek td, .table.zebricek th{
    text-align:center;
}

.table.zebricek td.left, .table.zebricek th.left{
    text-align:left;
}

.table-nonfluid {
    width: auto;
}

.table tbody td.success{
    background-color: #dff0d8 !important;
}
.table tbody td.error {
    background-color: #f2dede !important;
}
.table tbody td.warning {
    background-color: #fcf8e3 !important;
}
.table tbody td.info {
    background-color: #d9edf7 !important;
}
.table-hover tbody tr:hover > td.success {
    background-color: #d0e9c6 !important;
}
.table-hover tbody tr:hover > td.error {
    background-color: #ebcccc !important;
}
.table-hover tbody tr:hover > td.warning {
    background-color: #faf2cc !important;
}
.table-hover tbody tr:hover > td.info {
    background-color: #c4e3f3 !important;
}


/* schovat políčka, která nechceme, aby byla při načtení viditelná
-------------------------------------------------- */
.control-group.skupiny {
    display: none;
}


/* galerie tanecnich paru
-------------------------------------------------- */
.couple .caption {
    color: #555555;
}

.fotoramagall {
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fotoramagall:hover,
.fotoramagall:focus{
    border-color: #0088cc;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* Navod
-------------------------------------------------- */
.navod {
    margin-top: 20px;
}

/* Oprava Dropdownu
-------------------------------------------------- */
.dropdown-backdrop {
    position: static;
}
/* Oprava Dropdownu
-------------------------------------------------- */

/* Zmeny bootstrap.css
-------------------------------------------------- */
.popover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.popover-title {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.label {
    white-space: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.well-small.oddeleni {
    margin-bottom: 4px;
    margin-left: 0px;
    margin-right: -8px;
    padding: 9px;
}

.table .text-right {text-align: right}
.table .text-left {text-align: left}
.table .text-center {text-align: center}

/* Zmeny bootstrap.css
-------------------------------------------------- */

#partneri {
    margin-top: 40px;
    background: #f6f6f6;
    border-top: 1px solid #e6e6e6;
    padding: 20px 0;
}

#paticka {
    background-color: #3c3c3c;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    text-shadow: 0px 1px 2px rgba(0,0,0,.4);
    -moz-box-shadow:inset 0 1px 5px rgba(0,58,108,.4);
    -webkit-box-shadow:inset 0 1px 5px rgba(0,58,108,.4);
    box-shadow:inset 0 1px 5px rgba(0,58,108,.4);
}

#paticka .nadpis {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    font-size: 31.5px;
    text-rendering: optimizelegibility;
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
    line-height: 40px;
}

#copyright {
    background: #282828;
    color: #fff;
    padding: 15px 0;
}


/* Sidenav for Docs
-------------------------------------------------- */
.bs-docs-sidenav {
    width: 220px;
    margin: 10px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
    display: block;
    width: 190px \9;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
}

.bs-docs-sidenav > .active > a {
    position: relative;
    z-index: 2;
    padding: 9px 15px;
    border: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right, .bs-docs-sidenav .icon-chevron-left {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
    background-color: #f5f5f5;
}

.bs-docs-sidenav > li.active > a:hover {
    opacity: .8;
}

.bs-docs-sidenav a:hover .icon-chevron-right, .bs-docs-sidenav a:hover .icon-chevron-left {
    opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right, .bs-docs-sidenav .active .icon-chevron-left {
    background-image: url(../images/glyphicons-halflings-white.png);
    opacity: 1;
}

.bs-docs-sidenav .active a:hover .icon-chevron-right, .bs-docs-sidenav .active a:hover .icon-chevron-left {
    background-image: url(../images/glyphicons-halflings-white.png);
    opacity: .5;
}

.bs-docs-sidenav > li > ul > li {
    list-style-type: none;
}

.bs-docs-sidenav > li > ul > li > a {
    display: block;
    width: 165px \9;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
    text-decoration: none;
    background: #f9f9f9;
}

.bs-docs-sidenav > li > ul > li > a:hover {
    background-color: #f0f0f0;
}

.bs-docs-sidenav.affix {
    top: 40px;
}
.bs-docs-sidenav.affix-bottom {
    position: absolute;
    top: auto;
    bottom: 270px;
}

@media (max-width:979px) and (min-width:768px)
{
    .bs-docs-sidenav {
        width: 166px;
    }
    .bs-docs-sidenav > li > a {
        width: 136px \9;
    }
    .bs-docs-sidenav > li > ul > li > a {
        width: 111px \9;
    }

}


@media (max-width:979px)
{
    h2 {
        padding-top: 20px;
    }

    .fix-top-bar {
        padding-top: 0px;
    }

    .caslekce {
        display: none !important;
    }
}


@media (max-width:767px)
{
    .bs-docs-sidenav {
        width: auto;
    }
    .bs-docs-sidenav > li > a {
        width: auto;
    }
    .bs-docs-sidenav > li > ul > li > a {
        width: auto;
    }

    .navbar-fixed-top .container {
        width: auto;
    }

    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
        padding: 0px 20px;
    }

    .navbar-fixed-top {
        width: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

    #partneri, #paticka, #copyright {
        margin-right: -20px;
        margin-left: -20px;
        padding-right: 20px;
        padding-left: 20px;
    }

}