/* CSS Document */
.hidden { visibility: hidden; }
.unhidden { visibility: visible; }

.formLineHeight { margin-top:20px; }

.panel-ww>.panel-heading{
	color:#FFF;
	background-color:#3E7C3E;
	border-color:#3E7C3E;
	height:30px;
	border:medium}
.panel-ww>.panel-heading+.panel-collapse>.panel-body{border-top-color:#3E7C3E}
.panel-ww>.panel-heading .badge{color:#428bca;background-color:#fff}
.panel-ww>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#3E7C3E}
.panel-ww>.panel-body{color:#3E7C3E; border:solid}
.panel-title{font-family:'Roboto', sans-serif; font-style:normal; font-weight:bold; font-size:15px}

.default{font-family: 'Roboto', sans-serif; font-style:normal; text-align:center; color:#3E7C3E; font-weight:bold}

body {
	background: url(../images/ludzik.png) no-repeat fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center right;
}

.btn-ww {
  color: #ffffff;
  background-color: #3E7C3E;
  border-color: #FFF;
  width: 200px !important;
}

.btn-ww:hover,
.btn-ww:focus,
.btn-ww:active,
.btn-ww.active,
.open .dropdown-toggle.btn-ww {
  color: #ffffff;
  background-color: #A2C051;
  border-color: #3E7C3E;
}

.btn-ww:active,
.btn-ww.active,
.open .dropdown-toggle.btn-ww {
  background-image: none;
}

.btn-ww.disabled,
.btn-ww[disabled],
fieldset[disabled] .btn-ww,
.btn-ww.disabled:hover,
.btn-ww[disabled]:hover,
fieldset[disabled] .btn-ww:hover,
.btn-ww.disabled:focus,
.btn-ww[disabled]:focus,
fieldset[disabled] .btn-ww:focus,
.btn-ww.disabled:active,
.btn-ww[disabled]:active,
fieldset[disabled] .btn-ww:active,
.btn-ww.disabled.active,
.btn-ww[disabled].active,
fieldset[disabled] .btn-ww.active {
  background-color: #3E7C3E;
  border-color: #3E7C3E;
}

.btn-ww .badge {
  color: #3E7C3E;
  background-color: #ffffff;
}

.navbar-inner {
	background: #fff;
	background-image: none;
	background-repeat: repeat-x;
	border-color: none;
	filter: none;
	min-height: 40px;
}

.navbar-header{
  padding-left:5px;
  padding-right:5px;
  width:100%;
}

body.modal-open .supreme-container{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.wyrownaj{text-align:left; padding-top:0px!important;}
.btn-wws{width:100px !important}

.tooltip-inner {
    /* If max-width does not work, try using width instead */
    width: 300px;
    white-space:pre-wrap;
}