html,body, .dialog-off-canvas-main-canvas {
  height: 99.9%;
}
#container-nav{
    background-image: url(/sites/atcnato.ncbj.gov.pl/themes/custom/atcnato/menu-background.jpg);
    border-right: 5px solid #c7c7c7;
}

#container-nav nav a{
  font-weight:bold;
  font-size: 15px;
}
#container-nav nav a:link, #container-nav nav a:visited{color:#00FFFF;transition-duration:0.4s;}
#container-nav nav a:hover, #container-nav nav a:active{color:#FF99FF;}

#block-system-main-menu a.active{text-decoration: underline;}

#container-nav nav ul{
  margin-left: 0;
  padding-left: 0;
  margin-top: 25px;
}


#container-nav nav li{
  list-style: none;
}

#container-main-content{
    border-left: 1px solid black;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

#front-page{
    padding-top: 50px;
    padding-bottom: 50px;
}
#no-front-page{
    padding-top: 25px;
    padding-bottom: 50px;
}
#no-front-page h1{
    margin-bottom: 25px;
}

#block-atcnato-content {
    max-width: 960px;
    /*text-align: justify;*/
    margin-bottom: 150px;
}

.table-participants{
    max-width: 960px;
}


#webform-client-form-31{
    border: 1px solid #ccc;
    padding: 25px;
    max-width: 960px;
}
#webform-client-form-31 input.form-text{
    width: 100%;
    max-width: 500px;
}

.my-images img {
    border: 1px solid #CCCCCC;
    padding: 3px;
    margin-right: 15px;
    float: left;
    height: auto;

}
.my-images:after {
    display: block;
    clear: both;
}
.my-files {
    position: relative;
    top: 50px;
}

.cursor-pointer {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
  #front-page{
      padding-top: 0;
      padding-bottom: 50px;
  }
}

#protected-pages-enter-password {
    border: 1px solid #ccc;
    padding: 25px;
}
#protected-pages-enter-password .captcha {
    margin-top: 25px;
    margin-bottom: 25px;
}



