body{
  margin-top: 100px;
  background-image: url('../images/background.jpg');
  margin-bottom: 50px;
}

/* FONTS HEADINGS */
h1{
  font-size: 24px;
}

h2{
  font-size: 20px;
}

/* Flash */
.flash-container {
  width:100%;
  padding: 15px 0;
  margin-top:-15px;
  margin-bottom: 10px;
}

.alert-flash{
  margin:0;
}

.alert-flash.alert-success {
  box-shadow: 0 0 10px #008900;
  background: #fff;
  font-size: 20px;
  color: #008900;
}

.alert-flash.alert-danger {
  box-shadow: 0 0 10px #FF0000;
  color: #EA0000;
  background: #fff;
  font-size: 20px;
}

/* Kolorystyka */
.btn.btn-primary, .btn.btn-success{
  background-color:#334485;
  border: 1px solid #ccc;
}

.btn.btn-primary:hover {
    background: #34659C;
}

/* NAVBAR */
.navbar a{
  color: #fff;
}

.navbar a.btn{
  color: #000;
}

.navbar {
  height: 80px;
  border-top: 2px solid #2b2d36;
  border-bottom: 3px solid #bbb;
  box-shadow: 0 4px 0 #fff;
}
.nav .navbar-nav {height: 80px;}

.navbar-brand{
  font-size: 22px;
  line-height: 42px;
}

.navbar form{
  margin-top:15px;
  /* margin-right: 50px; */
}

.navbar a.btn{
  margin-top:15px;
  margin-left: 10px;
}


.navbar .nav  li a {
    margin: 0 2px;
    padding: 28px 20px 27px 20px;
}

.navbar .nav  li:hover {
    background: #34659C;
}

/* Pwoiadomienia */
.alert.alert-message{
  border-color: #bbb;
  background-color: #F5F5F5;
}
.alert.alert-message h2{
  margin:0 0 10px 0;
  padding:0;
  text-decoration:underline;
  color:#334485;
  font-size:16px;
}
.alert.alert-message p{
  line-height:90%
}
.alert.alert-message p:last-child{
  text-align:right;
}


.alert.alert-message p:nth-child(odd){
  max-height:25px;
  overflow: hidden;
}

.alert.alert-message.full p{
  max-height:300px;
}

.alert.alert-message p{
  -webkit-transition:all ease-in-out 0.3s;
  -moz-transition:all ease-in-out 0.3s;
  -o-transition:all ease-in-out 0.3s;
  transition:all ease-in-out 0.3s;
}
.alert.alert-message p:nth-child(odd){
  max-height:25px;
  overflow: hidden;
}
.alert.alert-message.full p{
  max-height:300px;
}
/*Extra large button extensions. Extends `.btn`.*/
.btn-xl {
    padding: 18px 28px;
    font-size: 18px;
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

/* Left navbar  */
.left-navbar{
  margin: 0px 0;
  box-shadow: 0 0 20px #ccc;
}

/* PANELS */
.panel{
  margin: 0px 0;
  box-shadow: 0 0 20px #ccc;
}
/* TABELE ACCORDION */
table.bdb-accordion img, table.last_bdp img{
    margin-right: 10px;
    width: 150px;
}

table.bdb-accordion th, table.last_bdp th{
    text-align:center;
}


table.bdb-accordion td p, table.last_bdp td p{
  margin:0px;
}

table.bdb-accordion td a, table.last_bdp td a{
    cursor: pointer;
}

table.bdb-accordion thead a, table.last_bdp thead a{
  color: #333333;
  text-decoration:none;
}

table.bdb-accordion td a.active, table.last_bdp td a.active{
    font-weight: bold;
    font-size: 14px !important;
}
table.last_bdp td a{
    font-weight: bold;
    font-size: 14px !important;
}


/* Klasy pomocnicze */
.justify {
  text-align: justify;
}

.center {
  text-align:center;
}

.right{
  text-align:right;
}

.well-white {
  background-color: #fff;
}


hr {
  box-shadow: 0 2px 0 #fff;
}

legend{
  padding-top: 30px;
}

/* Chosen js Select Deselect all */

.overflow-scroll{
  overflow:scroll !important;
  height:150px !important;
}

.chosen-toggle, .chosen-toggle-zwijacz {
  margin-top: 5px;
}

/* Footer */
.container.second{
  background-color: #fff;
}

textarea {
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
}


.affix{
    padding-left: 20px;
}

.affix-button-container{
  margin-top: 100px;
}

.editor {
  overflow:scroll;
  max-height:500px;
  height: 3000px;
  background-color: white;
  border-collapse: separate;
  border: 1px solid rgb(204, 204, 204);
  padding: 4px;
  box-sizing: content-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  border-top-right-radius: 3px; border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; border-top-left-radius: 3px;
  overflow: scroll;
  outline: none;
  margin-top:3px;
}

/* AVATAR */
li.avatar {

}

li.avatar a {
  background: #334485!important;
  height:75px;
}
li.avatar ul{
  border:1px solid #ccc;
  background-color:white;
}
li.avatar ul li a{
  text-align:center;
  display: block;
  background-color:white !important;
  color: #000;
  height: 50px;
}

li.avatar ul li a:hover{
  color: #000 !important;
  background-color:#fff !important;
  font-weight:bold;
}

/* Komentarze zatwierdzanie */
table.komentarze-moje tr td:nth-child(2) {
    width:30%;
}

table.komentarze-do-zatwierdzenia tr td div, table.komentarze-moje tr td div{
    cursor:pointer;
    overflow:hidden;
    transition:         all 0.5s  linear;
    -moz-transition:    all 0.5s  linear;
    -webkit-transition: all 0.5s  linear;
    max-height:20px;
}

table.komentarze-do-zatwierdzenia tr td div.full, table.komentarze-moje tr td div.full{
    max-height:200px;
}

/* fotki */
.img-thumbnail
{
      cursor: pointer;
}

.large-photo{

-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;

    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    display: inline-block;
    float: right;
    max-width: 815px;
    width: auto;
    height: auto;
    line-height: 1.42857;
    padding: 4px;
    position: fixed;
    top: 110px;
z-index: 3;


}

.practice_view_fotos{
  margin-left: 0px !important;
}


.xxx{
    cursor: pointer;
    float: right;
    font-family: sans-serif;
    font-size: 32px;
    font-weight: bold;
    height: 38px;
    margin-left: 0;
    margin-top: 0;
    position: fixed;
    top: 95px;
    width: 28px;
}

/* Navbar color */
.navbar{
  background-image: url(data:image/png;base64,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);
  background-color: #334485;
}

.valid-error-msg{
    float: left;
    padding-left: 32px;
    padding-top: 50px;
    position: absolute;
}

.navbar-form{
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 780px) and (max-width: 1025px){

  .navbar-form .form-group{
    width: 150px;
  }
  .navbar .nav li a{
    padding: 28px 5px 27px;
  }
  .navbar-brand {
    font-size: 18px;
    padding-right: 0;
  }
  .navbar-fixed-top > div{
    padding-right: 0px;
  }
}

@media (min-width: 991px) and (max-width: 1199px){
#pFirst .container .row .col-md-6 .row .col-md-7 img{
  max-width: 270px;
}
  .navbar-brand {
    padding-right: 0;
  }
}
  .navbar-form{
    margin-right: 4px;
  }


/* button info */
button span{
   background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #DFDFDF;
    color: #717171;
    display: none;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-top: -80px;
    padding: 5px 20px;
    position: absolute;
    right: 30px;
    margin-left: 30px;
    text-align: left;

    white-space: normal;
    border-radius: 3px;
}


button:hover span{
    display:block;
}

body table.last_bdp td,
body table.bdb-accordion td,
table.last_bdp td p,
body table.bdb-accordion td p,
table td.word_break-normal{
word-break: normal !important;
}

.ckeditorsmall .cke_top .cke_toolbar:nth-child(-n+6){
  display: none;
  visibility: hidden;
}

.transparentbg{
position: absolute;
height: 100%;
width: 100%;
}

@media (min-width: 1100px) and (max-width: 1350px){
.chosen-container{
  max-width: 604px;
}
}

#practice_form_link{
  margin-left: 10px;
     border: medium none;
    padding-bottom: 4px;
    padding-top: 4px;
}
.clear{
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

.laureat-head{
  border-top: 10px #fff solid;
  padding-top: 10px;
  margin-top: 10px;
  text-shadow: 1px 1px 4px #fff;
  float: left;
  background: #FFF23F;
  margin-bottom: -8px;
  padding-bottom: 10px;
}

.badgeblue{
  background-color: #334485;
}
.date_pr{
  display: block;
  float: left;
  height: 28px;
  line-height: 22px;
}

.width-showprivatesector label{
  width: auto !important;
}

.width-showprivatesector label:last-child{
  width: 140px !important;
}

.width-showprivatesector label input{
  margin-right: 6px !important;
}

.novisible{
  font-size: 0px;
}

.col-lg-12 .jqEasyCounterMsg:nth-child(2),
.col-md-9 .jqEasyCounterMsg:nth-child(2){
display: none;
visibility: hidden;

}

.cookiepolicy {
    background: #fff;
    bottom: 0;
    font: 14px Arial, Helvetica, sans-serif;
    left: 0;
    padding: 15px 50px;
    position: fixed;
    right: 0;
    text-align: center;
    display: none;
    line-height: 26px;
}

.cookiepolicy .button {
    background: #444;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    margin-left: 5px;
    padding: 5px 10px;
}

.form-group p.instruction{
    padding: 2px 15px 2px 15px;
    font-size:12px;
}