@font-face {
    font-family: 'robotolight';
    src: url('font/roboto_light_polish/Roboto-Light-webfont.eot');
    src: url('font/roboto_light_polish/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto_light_polish/Roboto-Light-webfont.woff') format('woff'),
         url('font/roboto_light_polish/Roboto-Light-webfont.ttf') format('truetype'),
         url('font/roboto_light_polish/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoblack';
    src: url('font/roboto_black_polish/Roboto-Black-webfont.eot');
    src: url('font/roboto_black_polish/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto_black_polish/Roboto-Black-webfont.woff') format('woff'),
         url('font/roboto_black_polish/Roboto-Black-webfont.ttf') format('truetype'),
         url('font/roboto_black_polish/Roboto-Black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('font/roboto_bold_polish/Roboto-Bold-webfont.eot');
    src: url('font/roboto_bold_polish/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto_bold_polish/Roboto-Bold-webfont.woff') format('woff'),
         url('font/roboto_bold_polish/Roboto-Bold-webfont.ttf') format('truetype'),
         url('font/roboto_bold_polish/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('font/roboto_condensed_polish/RobotoCondensed-Regular-webfont.eot');
    src: url('font/roboto_condensed_polish/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto_condensed_polish/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('font/roboto_condensed_polish/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('font/roboto_condensed_polish/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('font/roboto_lightcondensed_polish/RobotoCondensed-Light-webfont.eot');
    src: url('font/roboto_lightcondensed_polish/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/roboto_lightcondensed_polish/RobotoCondensed-Light-webfont.woff') format('woff'),
         url('font/roboto_lightcondensed_polish/RobotoCondensed-Light-webfont.ttf') format('truetype'),
         url('font/roboto_lightcondensed_polish/RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;

}


html,
body {
    height: 100%;
	font-family: Calibri, Tahoma, 'roboto_condensedlight', 'roboto_condensedregular', 'robotolight', Verdana;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

.nav > li > form > button:hover {
    text-decoration: none;
}

.borderless td {
		vertical-align: top;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
}

.t4r_form_header
{
	color: #00CFFF;
  font-size: 18px;
  font-family: Tahoma;
}

.t4r_form_btn
{
	color: #FFFFFF;
	background-color: #00CFFF;
  font-size: 16px;
  font-family: Tahoma;
}

.field_red
{
	color: #FF0000;
}


.t4r-navbar
{
	font-size: 18px;
	font-family: robotoblack;
	height: 65px;
    text-transform: uppercase;
	vertical-align: middle;
	/*border-color: #CCCCCC;*/
}

.t4r-blue
{
	color: #00CCFF;
}

.t4r-back-blue
{
	background-color: #00CCFF;
	border-color: #00CCFF;
	border-width: 1px;
}

.navbar .dropdown form {
    display: none;
}
.navbar .dropdown.open form {
    display: block;
    background-color: #FFFFFF;
}


.navbar-default .navbar-brand {
    color: rgba(0, 0, 0, 1);
}
.navbar-default {
    font-size: 18px;
    background-color: #FFFFFF;
    border-width: 1px;
    border-radius: 0px;
}
.navbar-default .navbar-nav>li>a {
    color: rgba(0, 0, 0, 1);
    background-color: #FFFFFF;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: rgba(0, 204, 255, 1);
    background-color: #FFFFFF;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(0, 204, 255, 1);
    background-color: #FFFFFF;
}
 .navbar-default .navbar-toggle {
    padding: 15px;
    border: 0;
}
/*
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #888;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #888;
} */

.tt-menu .tt-dataset .tt-suggestion {
    padding: 6px 20px;
    line-height: 16px;
}

.tt-menu .tt-dataset .tt-suggestion p {
    font-size: 16px;
}

.tt-menu .tt-dataset .tt-suggestion span.glyphicon {
    color: #ccc;
    margin-right: 10px;
    vertical-align: top;
}


.site-index .body-content .stat-box {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.site-index .body-content .stat-box .stat-line {
    width: 100%;
}

.site-index .body-content .stat-box .stat-section.stat-header .stat-caption,
.site-index .body-content .stat-box .stat-section.stat-header .stat-counter,
.site-index .body-content .stat-box .stat-line.stat-header .stat-caption,
.site-index .body-content .stat-box .stat-line.stat-header .stat-counter {
    font-weight: 700;
    font-size: 150%;
}

.site-index .body-content .stat-box .stat-line .stat-counter {
    font-weight: 700;
    float: right;
}

.site-index .body-content .stat-box .stat-line .stat-caption-right {
    float: right;
}

.site-index .body-content .stat-box .stat-line .stat-progress {
    height: 5px;
}

.site-index .body-content .stat-box .stat-section .panel-heading {
    text-align: right;
}

.site-index .body-content .stat-box .stat-section .stat-counter {
    font-weight: 700;
    font-size: 200%;
}

@media (max-width: 992px) and (min-width: 768px)  {
    .site-index .body-content .stat-box .stat-section .stat-caption,
    .site-index .body-content .stat-box .stat-line .stat-caption {
        font-size: 70%;
    }

    .site-index .body-content .stat-box .stat-section .panel-heading {
        padding: 5px 10px;
    }

    .site-index .body-content .stat-box .stat-section.stat-header .stat-caption,
    .site-index .body-content .stat-box .stat-section.stat-header .stat-counter,
    .site-index .body-content .stat-box .stat-line.stat-header .stat-caption,
    .site-index .body-content .stat-box .stat-line.stat-header .stat-counter {
        font-size: 110%;
    }
}

@media (max-width: 440px) {
    .site-index .body-content .stat-box .stat-section .stat-counter {
        font-weight: 700;
        font-size: 170%;
    }

    .site-index .body-content .stat-box .stat-section .stat-caption,
    .site-index .body-content .stat-box .stat-line .stat-caption {
        font-size: 60%;
    }

    .site-index .body-content .stat-box .stat-section .panel-heading {
        padding: 2px 5px;
    }

    .site-index .body-content .stat-box .stat-section.stat-header .stat-caption,
    .site-index .body-content .stat-box .stat-section.stat-header .stat-counter,
    .site-index .body-content .stat-box .stat-line.stat-header .stat-caption,
    .site-index .body-content .stat-box .stat-line.stat-header .stat-counter {
        font-size: 100%;
    }

    .site-index .jumbotron a.btn {
        font-size: 1.7rem;
    }
}

.tt-menu .tt-dataset .tt-suggestion {
    padding: 6px 20px;
    line-height: 16px;
}

.tt-menu .tt-dataset .tt-suggestion p {
    font-size: 16px;
}

.tt-menu .tt-dataset .tt-suggestion span.glyphicon {
    color: #ccc;
    margin-right: 10px;
    vertical-align: top;
}

.site-index .body-content.body-content-statystyki .statystyki-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.site-index .body-content.body-content-statystyki .stat-box {
    box-shadow: none;
    border: 0px;
}

.site-index .body-content.body-content-statystyki .stat-box .stat-section {
    margin-bottom: 10px;
}

.site-index .body-content.body-content-statystyki .panel-body .stat-list-right {
    float: right;
}

@media (max-width: 768px) {
    .site-index .body-content.body-content-statystyki .statystyki-row {
        display: block;
    }
}

#highchart-tbl-zebrane-srodki {
    margin-top: 60px;
}

.konkurencja-index .miniature img {
    max-width: 85%;
}

@media (max-width: 1200px) {
    .konkurencja-index .panel {
        height: 300px !important;
    }
}

@media (max-width: 440px) {

    /* responsywna lista konkurencji */
    .konkurencja-index h1 {
        font-size: 28px;
    }

    .konkurencja-index .panel {
        height: auto !important;
    }

    .konkurencja-index .miniature {
        height: auto !important;
        text-align: center;
        width: 100%;
    }

    .konkurencja-index .miniature img {
        max-width: 50%;
        display: inline;
    }

    .konkurencja-index .content {
        width: 100%;
    }

    .konkurencja-index .content .name {
        margin-top: 25px !important;
    }

    /* responsywna rejestracja zawodnika */
    .konkurencja-update .nav > li > a {
        padding: 7px 10px;
    }

    .konkurencja-update h1 {
        font-size: 28px;
    }

    .konkurencja-update .panel {
        height: auto !important;
    }

    .konkurencja-update .panel-container{
        padding: 5px;
    }

    .konkurencja-update .miniature {
        height: auto !important;
        text-align: center;
        width: 100%;
    }

    .konkurencja-update .miniature img {
        max-width: 50%;
        display: inline;
    }

    .konkurencja-update .content {
        width: 100%;
    }

    .konkurencja-update .content .name {
        margin-top: 25px !important;
    }

    .breadcrumb > li + li::before {
        padding: 0 2px;
    }
}
