html,
body {
    height: 100%;
}

.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: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\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 th {
    white-space: nowrap;
}

.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 > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

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

.nav > li > form > button.logout:focus {
    outline: none;
}

.btn {
	margin-right: 5px;
	margin-bottom: 5px;
}
.btn-group .btn {
	margin-right: 0px;
	margin-bottom: 0px;
}

.btn-pies {
	font-size: 22px;
	min-width: 100px;
}

.btn-ring {
	min-width: 100px;
}

.btn-rasa {
	min-width: 300px;
	display: block;
	text-align: left;
}

.btn-plec {
	min-width: 100px;
	display: block;
	text-align: left;
}

.btn-tytulP1 {
	min-width: 400px;
	max-width: 100% !important;
	display: block;
	text-align: left;
}

.btn-wystawa {
	min-width: 100%;
}

.btn.ocena {
	min-width: 100px;
}

.btn.lokata {
	min-width: 100px;
}
/*
@media(min-width:1150px)
{
	.btn-pies {
		min-width: 49%;
	}
}*/

.pies-info {
	margin-left: 30px;
	display: inline-block;
	vertical-align:middle;
	margin-bottom: 5px;
}

.pies-info {
	white-space: normal;
}

.maska {
	position: fixed;
	width: 100%;
	height: 100%; 
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9999;
}
.maska-content {
	position: absolute;
	top: 50%;
	left: 50%;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	max-width: 100%;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: white;
}

.nieobecny {
	margin-bottom: 0px;
}

.poza_konkurencja {
	margin-bottom: 0px;
}

.blad {
	background: rgba(0, 0, 0, 0.3);
	font-weight: bold;
	color: red;
	cursor: pointer;
}

button small {
	font-size: 0.6em;
}

#wybor .linia2 .btn {
	font-weight: bold;
	color: red;
}

#wybor .btn {
	margin-bottom: 5px;
	max-width: 100%;
	white-space: normal;
	text-align: left;
}

.stat_row SPAN {
	float: right;
}

.pies_tytul {
	display: inline-block;
	margin-top:10px;
	margin-right: 20px;
/*	min-width: 130px;
	max-width: 130px;*/
}

.pies_tytul .btn {
	font-size: 22px;
	width: 100%;
	min-width: 100px;
}

.pies_tytul DIV {
	text-align: center;
}

.pies_tytul {
	min-width: 17%;
	max-width: 17%;
}

.nav_btn {
	float: right;
	margin-top: 10px;
	margin-left: 15px;
	display: none;
}

@media (min-width: 768px){
	.nav_btn {
		display: block;
	}
}

.nav_s_btn {
	float: right;
	margin-top: 10px;
	display: block;
}

@media (min-width: 768px){
	.nav_s_btn {
		display: none;
	}
}

html {
	width: 100%;
	background-color: #ffffff;
}
:-webkit-full-screen, :fullscreen, :-ms-fullscreen, :-moz-full-screen {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0; 
	background: none;
}
.lista_alt {
	margin-top: 40px;
}
.lista_alt .btn-tytulP1
{
	min-width: auto;
	width: auto;
	display: inline-block;
}

IMG.logo {
	max-width: 100%;
}
NAV.container {
	width: 100%;
	max-height: 55px;
}

.navbar-header {
	/*width: 100%;*/
}

.nav_s_btn {
	width: 90px; 
}

.navbar-brand {
	overflow:hidden; 
	white-space:nowrap;
	text-overflow: ellipsis;
	width: auto;
}

@media (max-width: 767px) {
	.navbar-brand {
		width: 100%;
		padding-right: 170px;
		margin-right: -170px;
	}
}

.gbig {
	font-size: 25px;
}
.gbig SPAN {
	padding-right: 5px;
	padding-bottom: 5px;
}

H1, .h1 {
	font-size: 30px;
}

H2, .h2 {
	font-size: 26px;
}
.filters .form-control {
	padding-left: 2px;
	padding-right: 2px;
}
.opcje .btn {
	max-width: 100%;
	white-space: normal;
}

#modal-tresc embed {
	width: 100%;
	height: calc(80vh - 70px);
}

#modal-tresc .ladowanie {
	position: absolute;
	z-index: 1500; 
}

#modal-tresc .pdf {
	z-index: 1550;
}
.rasa_nazwa {
	font-weight: bold;
	font-size: 16px;
}

.btn-pies-lokata {
	font-size: 22px;
	min-width: 50px;
}

.pies {
	white-space: nowrap;
}

.site-ring-glowny .linia1 button:last-child {
	color: red;
	font-weight: bold;
}
