/* Ustawienie obrazków na srodku */
*,
*:before,
*:after {
  box-sizing: border-box;
}
*{
    margin:0;
    padding:0;
}
html,
body {
  width: 100%;
  height: 100%;

}
html{
    font-family:sans-serif;
    font-size:10px;
}



body {
  /* Ustawienie obrazków na srodku */
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate3d(0, 0, 0);
  background: rgba(242,246,248,1);
background: -moz-linear-gradient(45deg, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 13%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(242,246,248,1)), color-stop(13%, rgba(216,225,231,1)), color-stop(51%, rgba(181,198,208,1)), color-stop(100%, rgba(224,239,249,1)));
background: -webkit-linear-gradient(45deg, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 13%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -o-linear-gradient(45deg, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 13%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -ms-linear-gradient(45deg, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 13%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: linear-gradient(45deg, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 13%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=1 );
margin: 0;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
overflow: hidden;
line-height:1.42857143;


}
/* tekst na srodku index */
.content_center{
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    width: 950px;
    padding-top: 20px;
    /* załamanie tekstu*/
    word-wrap:break-word;
    max-width:100%;
}

.clearfix {
  zoom: 1;

  &:before,
  &:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }
  &:after {
    clear: both;
  }
}
canvas {
  background-image: radial-gradient(#666, #333);
}
#instructions {
  position: absolute;
  color: #fff;
  bottom: 0;
  padding-bottom: 6px;
  font-family: sans-serif;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
ul {
  position: relative;
  
 
}
.list-item {
  background: black;
  color: red;
  text-align: center;
  height: 2.5em;
  width: 6em;
  vertical-align: middle;
  line-height: 2.5em;
  border-bottom: 1px solid #060606;
  position: relative;
  display: block;
  text-decoration: none;
  box-shadow: -1em 1em 18px 0px #333;
  transition: all .25s linear;

}
.list-item:hover {
  background: #ff6e42;
  color: #fffcfb;
  -webkit-transform: translate(0.9em, -1.9em);
          transform: translate(0.9em, -1.9em);
  transition: all .25s linear;
  box-shadow: -2em 2em 0 rgb(197, 211, 219);
}
.list-item:hover:before, .list-item:hover:after {
  transition: all .25s linear;
}
.list-item:hover:before {
  background: #b65234;
  width: 1em;
  top: .5em;
  left: -1em;
}
.list-item:hover:after {
  background: #b65234;
  width: 1em;
  bottom: -2.5em;
  left: 1em;
  height: 4em;
}
.list-item:before, .list-item:after {
  content: '';
  position: absolute;
  transition: all .25s linear;
  width: .5em;
}
.list-item:after {
  height: 4em;
  background: #181818;
  bottom: -2.25em;
  left: 1.5em;
  -webkit-transform: rotate(90deg) skew(0, 45deg);
          transform: rotate(90deg) skew(0, 45deg);
}
.list-item:before {
  height: 2.5em;
  background: #121212;
  top: .25em;
  left: -.5em;
  -webkit-transform: skewY(-45deg);
          transform: skewY(-45deg);
}


/*  Upload oraz moje div lewy prawy cale */

div.cale{
  padding-top: 150px;
  
  
}



div.lewy {
width: 35%;
height: 100%;
float: left;
margin: 50px;
font-size: 19px;
}




div.prawy {

width: 25%;
height: 100%;
float: right;
margin: 50px;
font-size: 19px;
}
#footer {
  
    position:fixed;
    bottom:0;
}

footer{
    background-color: #080808;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
    height: 40px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100000;
}

footer h2{
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top:0;
    left: 50%;
    bottom:0;
    margin-left: -420px;
    padding:13px 20px 0;
    border:1px solid #000;
    border-width:0 1px;
    background-color:rgba(0,0,0,0.6);
    box-shadow:0 0 5px #000 inset;
    line-height: 1;
    margin-top: 0;
}

footer h2 a{
    color: #EEEEEE !important;
    text-decoration:none !important;
}

footer h2 i{
    font-style:normal;
    color:#888;
}



/*----------------------------
    The file upload form
-----------------------------*/


#upload{
    font-family:'PT Sans Narrow', sans-serif;
    background-color:#373a3d;

    background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);

  
    padding:30px;
    border-radius:3px;

  
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop{
    background-color: #2E3134;
    padding: 40px 50px;
    margin-bottom: 30px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

#drop a{
    background-color:#007a96;
    padding:12px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{
    background-color:#0986a3;
}

#drop input{
    display:none;
}

div.footer{
  width: 50%;

}


#baton a{
    background-color:#007a96;
    padding:12px;
    color:#fff;
    font-size:14px;
    border-radius:20px;
    cursor:pointer;
    display:inline-block;
    margin-top:5px;
    line-height:1;
}



#upload ul{
    list-style:none;
    margin:0 -30px;
    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;
}

#upload ul li{

    background-color:#333639;

    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    height: 52px;

    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

a, a:visited {
    outline:none;

}

a:hover{
    text-decoration:none;
}

section, footer, header, aside{
    display: block;
}



#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}
.form-signin, .form-signup {
  max-width: 500px;
padding: 50px;
  margin: 0 auto;
  padding: 50px 50px
}


/* slajdy na srodku */
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
  display:block;
  max-width:100%;
  overflow: hidden;
  margin:auto;
  padding-left: 50px;
  padding-right: 50px;
}

/*buttony lewe navbar class="button-left*/
.button-left {
    background-color: white;
}
/* buttony prawe */
.navbar-right{
    background-color: #2e6da4;
  text-align:center;
    
}
.navbar-right, .logout{
    background-color: #2e6da4;
  text-align:center;
    
}



.form-signin-heading{
    text-align: center;
  
}
.form-control{
        padding: 22px;
        font-size: 20px;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 100px;
    font-size: 19px;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #ccc;
    border-radius: 4px;
}
td {
    text-align:center;
    font-size: 19px;
    width:300px;
  border:solid 1px red;
  word-wrap:break-word;
}
.navbar-inverse {
    background-color: red;
    background-repeat: repeat-x;
    padding-left: 20px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
  }
  .lead{
  margin-bottom:20px;
  font-size:16px;
  font-weight:300;
  line-height:1.4;
  margin-left:100px;
  
}