
a {
	color: #960202;
}
a:hover, a:focus{
	color: #ca0404;
}
.page-header{
	margin-top: 0px;
}

.panel-body{
	/*padding-top: 0px;*/
}
.featuredImg{
	width: 100%;
	margin-bottom: 15px;
}
.jumbotron h1, .jumbotron .h1, h1 {
	color:#3e0101;
}
h2 {
	color: #ca0404;
}
h3 {
	color: #960202;
}
h4 {
	color: #626262;
}
.jumbotron {
	background-color: #fff;
}
.btn.outline {
    background: none;
    padding: 12px 22px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    /*font-size:34px;*/
    font-size: 2em;
    /*text-transform: uppercase;*/
}
.btn-success.outline {
    border: 3px solid #4bb015;
    color: #4bb015;
}

.btn-success.outline:hover, .btn-success.outline:focus, .btn-success.outline:active, .btn-success.outline.active, .open > .dropdown-toggle.btn-success {
    color: #59ce1a;
    border-color: #59ce1a;
}
.btn-success.outline:active, .btn-success.outline.active {
    border-color: #59ce1a;
    color: #59ce1a;
    box-shadow: none;
}

.border-braz.outline:hover, .border-braz.outline:focus, .border-braz.outline:active, .border-braz.outline.active, .open > .dropdown-toggle.border-braz {
    color: #ea5b1e;
    border-color: #ea5b1e;
}

.border-braz.outline:active, .border-braz.outline.active {
    border-color: #ea5b1e;
    color: #ea5b1e;
    box-shadow: none;
}
.border-roz.outline:hover, .border-roz.outline:focus, .border-roz.outline:active, .border-roz.outline.active, .open > .dropdown-toggle.border-roz {
    color: #ff7777;
    border-color: #ff7777;
}

.border-roz.outline:active, .border-roz.outline.active {
    border-color: #ff7777;
    color: #ff7777;
    box-shadow: none;
}

.border-czerw.outline:hover, .border-czerw.outline:focus, .border-czerw.outline:active, .border-czerw.outline.active, .open > .dropdown-toggle.border-czerw {
    color: #e30101;
    border-color: #e30101;
}

.border-czerw.outline:active, .border-czerw.outline.active {
    border-color: #e30101;
    color: #e30101;
    box-shadow: none;
}
.navbar-brand {
  padding: 7px;
  padding-top: 13px;
	
}
/*.navbar-default .navbar-brand{
  color: #534E52;
  font-weight: 700;  
}
*/
.navbar-default  a.navbar-brand:link {
  color: #534E52;
  font-weight: 700; 

}
.navbar-default a.navbar-brand:visited {
 color: #534E52;
}

.navbar-default a.navbar-brand:hover {
   color: #F68121;
}

.footer {
    /*background-color: #f5f5f5;*/
    bottom: 0px;
    /*height: 60px;*/
    position: absolute;
    width: 100%;
}
.foot-gora{
	bottom: 60px;

}
.foot-dol {
    background-color: #f5f5f5;
/*height: 60px;*/
	/*position: absolute;*/
	bottom: 0px;
}
.container-fluid .text-muted {
    margin: 20px 0;
}
.dlugi-guz{
	white-space: normal;
    /*width: 100px;*/
}

.marg-dol {
	margin-bottom: 20px;
}
.ekri {
	color: #ffddce;
}
.braz {
	color: #b04315;
}
.border-braz {
    border: 3px solid #b04315;
	color: #b04315;

}
.border-roz {
	border: 3px solid #fd5050;
	color: #fd5050;
}
.border-czerw{
	border: 3px solid #bd0303;
	color: #bd0303;
}

.alert{
	background-color: #ffddce;
}
.alert h3{
	font-size:18px;
	margin-top: 10px;
}
.grube{
	font-weight: 600;
}
.btn.sharp {
  border-radius:0;
}
.sto {
	width: 100%;
}

/*--- lime*/
.navbar.poz-abs {
    position: fixed;
    background-color: #EFEFEF;
    margin-bottom: 0;
}

.index .index-body .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
/*  background-image:none;
  margin: 0;
  text-shadow: none;
  font-size: 1rem;*/
}
.index .tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
  background-color: #606060;
  background-image:none;
}
.index .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.index .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.index .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.index .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.index .index-body .tooltip .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #606060;
  border-radius: 4px;
  margin: 0;
  font-size: 1rem;
  background-image:none;
  line-height: 1.5rem;
  text-shadow:none;
  border: none;


}
.index .index-body .tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  display: none;
}
.index .index-body .tooltip .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.index .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.index .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.index .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.index .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.index .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.index .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.index .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.boilerplate .panel-body{
    display: none;
}
.panel.question .panel-heading h3 {
    color: #2d2d2d;
  /*  text-shadow: 0 1px 0 white;*/
}
.surveyname h1{
    text-align: center;
    font-size: 27px;
    font-weight: 700;
}
table thead th {
  text-transform: uppercase;
}

table th.answertext {
  font-weight: 700;
  font-size: 1.6rem;
}

/*.survey-question-help {
  background-color: #FEECA7;
}*/

/* do schowania */
#group-5 #question675 .dontread,
#group-5 #question678 .dontread,
#group-5 #question681 .dontread,
#group-5 #question682 .dontread,
#group-5 #question687 .dontread,
#group-5 #question688 .dontread,
#group-5 #question689 .dontread,
#group-5 #question782 .dontread,
#group-5 #question787 .dontread,
#group-5 #question790 .dontread,
#group-5 #question791 .dontread,
#group-5 #question792 .dontread,
#group-5 #question810 .dontread,
#group-5 #question811 .dontread,
#group-5 #question812 .dontread,
#group-5 #question813 .dontread,
#group-5 #question816 .dontread,
#group-5 #question817 .dontread,
#group-5 #question848 .dontread,
#group-5 #question674 .dontread{
  display: none;
}

#group-5 table tr {
    border-bottom: medium none;
}
