@charset "utf-8";
/* CSS Document */


html, body {
    height: 100%;
    font-family: 'Ubuntu', sans-serif;
}
* html #container {
    height: 100%;
}
body {
    text-align: center;
    margin:0;
    padding:0;
}

td {font-family: 'Ubuntu', sans-serif;}

#head {
    height: 180px;
    max-width: 1024px;
    margin: auto;
    background-image: url(../../img/head.jpg);
    margin-bottom: 0px;
    padding: 17px 62px;
}

#container {
    width: 100%;
    text-align: center;
    /*overflow: auto;*/
}

.lang {
  float: right;
  margin-top: -50px;
}

.container {
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 25px;}

#list {
    height: 28px;
    width: 950px;
    margin: auto;
    margin-bottom: 10px;
    text-align: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    color: #717073;
}

#list a {
    color: #717073;
    text-decoration:none;
}

#list a:hover {
    color: #999;
    text-decoration:none;
}

#footer {
    height: 50px;
    width: 1024px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #717073;
    font-weight:bold;

}

#license a {
    color: #23527c;
}

.paginacjar {
    width: 300px;
    float: right;
    text-align:right;
}

.paginacjal {
    width: 200px;
    float: left;
}

.nr {
    font-size: 20px;
    font-weight: bold;
    color: #2968a8;
    font-family: 'Ubuntu', sans-serif;
    text-align:right;
    width: 30px;
    float: left;
    padding-right:8px;
}

.url {
    padding-top: 3px;
}

a {
    font-weight: bold;
    color: #23527c;
    text-decoration:none;
}

.naglowek-tabela {width:10%;}

.dzien {font-size: 22px;}
.miesiac {font-size: 10px; position: absolute; margin: 4px 0 0 5px;}
.rok {font-size: 10px; margin-left: 2px;}

.cor {
    border-radius: 100% !important;
    width: 35px;
    height: 35px;
    padding: 1px 2px 2px 2px !important;
}

.wiecej {}

/* testy */
.naglowek {
    font-size: 30px;
    font-family: "Ubuntu";
    color: #fff;
    font-weight: bold;
    line-height: 0.636;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.61);
    text-align: right;
}
.podtytul {
    font-size: 13px;
    font-family: "Ubuntu";
    color: #fff;
    text-transform: uppercase;
    line-height: 1.469;
    text-align: right;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.61);
    margin-top:-14px;
}

/* RWD */

.logo {
    float: left;
    margin-top: 30px;
}


.table-hover>tbody>tr, .cor  {
    transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
}


a, body, .miesiac, .dzien, .rok, #head, .btn , .wiecej, .naglowek, .podtytul, .logo, .rozdzielczosc , .przegladarka {
    transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
}

.alert-danger {
    position: fixed !important;
    width: 100%;
    z-index:9999;
    top:0px;
    left:0px;
}

.przegladarka {display: none}

@media only screen and (min-width:1024px) {
    .rozdzielczosc {display: none}
}

@media only screen and (max-width:1024px) {
    body {padding-top: 0}
}

@media only screen and (max-width: 768px) {
    .wiecej {display:none;}

    #head {
        padding: 4px 25px;
    }

    .naglowek {
        font-size: 30px;
        font-family: "Ubuntu";
        color: #fff;
        font-weight: bold;
        line-height: 0.636;
        text-align: right;
        margin-top:30px;
    }
    .podtytul {
        font-size: 13px;
        font-family: "Ubuntu";
        color: #fff;
        text-transform: uppercase;
        line-height: 1.469;
        text-align: right;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.61);
        margin-top:-18px;
        width:230px;
        float:right;
    }

    .logo {
        float: left;
        margin-top: 25px;
    }
}

@media only screen and (max-width:680px) {
    .miesiac {display: block; position: relative; margin: -4px 0 -3px 0;}
}

@media only screen and (max-width: 450px) {
    .wiecej {
        display:none;
    }


    #head {
        height: 100px;
        max-width: 1024px;
        margin: auto;
        background-image: url(../../img/top-rwd.jpg);
        height:200px;
        margin-bottom: 0px;
        padding: 17px 62px;
    }

    .logo {
        margin:0 auto;
        padding: 0;
        text-align: center;
        float: none;
    }

    .naglowek {
        font-size: 30px;
        font-family: "Ubuntu";
        color: #fff;
        font-weight: bold;
        line-height: 0.82;
        text-align: center;
        margin-top: 35px;
    }
    .podtytul {
        font-size: 13px;
        font-family: "Ubuntu";
        color: #fff;
        text-transform: uppercase;
        line-height: 1.469;
        text-align: center;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.61);
        margin-top:-5px;
        width: 100%;
        margin:0 auto;
        float: none;
    }
}

@media only screen and (max-width: 320px) {
    .naglowek {font-size: 22px;}
}

/* STAM-2 */
html {
    margin-top:20px;
}
body {
    background: url(../../img/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
legend {
    color: rgb(52, 73, 94);
    border-bottom: 1px solid #b8bfc7;
    padding: 0 0 3px 7px;
}
.checkbox, .radio {
    position: inherit;
}
.boxer {
    display: table;
    border-collapse: collapse;
    width:70%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.boxer .box-row {
    display: table-row;
}
.boxer .box {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}
.form-group {
    margin-bottom: 12px;
}
.logo {
    text-align:left;
    width: 100%;
    max-width: 322px;
    margin-left: -10px;
}
.flagi {
    text-align: right;
    margin-top: -10px;
    margin-bottom: -25px;
    padding-top: 15px;
}
.flaga {
    opacity: 0.5;
    transition: all .2s ease,box-shadow .28s cubic-bezier(.4,0,.2,1);
}
.flaga:hover {
    opacity:1;
}
.rejestracja {
    font-weight:400;
}
@media all and (max-width:1200px) {
    .boxer {width:90%}
}
@media all and (max-width:800px) {
    .boxer {width:100%}
}
@media all and (max-width:580px) {
    .flagi {margin-bottom: 0}
}
.modal-backdrop {
    background: rgba(0, 0, 0, 1);
    width: 100%;
    height: 100%;
}
