@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);

html
{
    height: 100%;
}

body {

    background: url("/images/358132.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 16px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    height: 100%;
}

.content
{
    text-align: center;
    height: 100%;

}

.wylogowany
{
    background: rgba(0, 0, 0, 0.76);
}

div.table-title {
    display: block;
    margin: auto;
    max-width: 600px;
    padding:5px;
    width: 100%;
}

.table-title h3 {
    color: #fafafa;
    font-size: 30px;
    font-weight: 400;
    font-style:normal;
    font-family: "Roboto", helvetica, arial, sans-serif;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
    background: white;
    border-radius:3px;
    border-collapse: collapse;
    height: 320px;
    margin: auto;
    max-width: 600px;
    padding:5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}

th {
    color:#D5DDE5;;
    background:#1b1e24;
    border-bottom:4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size:15px;
    font-weight: 100;
    padding:24px;
    text-align:left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align:middle;
}

th:first-child {
    border-top-left-radius:3px;
}

th:last-child {
    border-top-right-radius:3px;
    border-right:none;
}

tr {
    border-top: 1px solid #C1C3D1;
    border-bottom-: 1px solid #C1C3D1;
    color:#666B85;
    font-size:16px;
    font-weight:normal;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}


tr:first-child {
    border-top:none;
}

tr:last-child {
    border-bottom:none;
}

tr:nth-child(odd) td {
    background:#EBEBEB;
}



tr:last-child td:first-child {
    border-bottom-left-radius:3px;
}

tr:last-child td:last-child {
    border-bottom-right-radius:3px;
}

td {
    background:#FFFFFF;
    padding:10px;
    text-align:left;
    vertical-align:middle;
    font-weight:300;
    font-size:18px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #C1C3D1;
}

td:last-child {
    border-right: 0px;
}

th.text-left {
    text-align: left;
}

th.text-center {
    text-align: center;
}

th.text-right {
    text-align: right;
}

td.text-left {
    text-align: left;
}

td.text-center {
    text-align: center;
}

td.text-right {
    text-align: right;
}

.page
{
    width: 100%;
    text-align: center;
}

.color
{
    color: #666B85;
}



input[type="text"] {


    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
}
input[type="text"]:focus
 {


    border: solid 2px #707070;
    box-shadow: 0 0 5px 4px #969696;
}

input[type="password"] {


    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
}
input[type="password"]:focus
{


    border: solid 2px #707070;
    box-shadow: 0 0 5px 4px #969696;
}



textarea {
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
}

textarea:focus {
    border: solid 2px #707070;
    box-shadow: 0 0 5px 4px #969696;

}

.login
{
    border-radius: 15px;

    background-image:linear-gradient(rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.93));
    box-shadow:0 0 10px 7px #006a8d ;
    width: 300px;
    height: 300px;
    text-align: center;
    margin-left: 40%;
    margin-top: 15%;
}

input[type="text"].log
{
    background-image:linear-gradient(rgba(255, 255, 255, 0.93), rgba(70, 145, 153, 0.52));
    border: solid 1px #006a8d;
    border-radius: 10px;
    transition:   box-shadow 0.3s;
}


input[type="text"]:focus.log
{

    outline-width: 0px;

    box-shadow: 0 0 6px 2px #006a8d;
}

input[type="password"].log {


    background-image:linear-gradient(rgba(255, 255, 255, 0.93), rgba(62, 153, 71, 0.46));
    border: solid 1px #006a8d;
    border-radius: 10px;
    transition:   box-shadow 0.3s;
}
input[type="password"]:focus.log
{


    outline-width: 0px;

    box-shadow: 0 0 6px 2px #006a8d;
}


input[type="submit"].log
 {
     width: 100px;
     border-radius: 10px;
     background-image:linear-gradient(rgba(255, 255, 255, 0.93), rgba(0, 106, 141, 0.46));
     color: #006a8d;
     font-size: 17px;
     text-transform: uppercase;
     font-weight: bold;
     box-shadow:0 0 10px 2px #006a8d ;
    transition:   box-shadow 0.3s, color 0.3s;
 }

input[type="submit"]:hover.log
{
    width: 100px;
    border-radius: 10px;
    background-image:linear-gradient(rgba(255, 255, 255, 0.93), rgba(0, 106, 141, 0.46));
    color: #008d46;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow:0 0 10px 5px #006a8d ;

}


.tresc
{
    padding-top: 60px;
    color: #006a8d;
    font-size: 20px;
    text-shadow: 5px -2px 10px #006a8d;
    font-weight: bold;

}

.tresc-rej
{
    padding-top: 40px;
    color: #006a8d;
    font-size: 20px;
    text-shadow: 5px -2px 10px #006a8d;
    font-weight: bold;

}

#currentPage {
    font-weight: bold;
    color: #3e56ff;
}

.menu_boczne
{
    margin-top: 70px;
    font-size: 20px;
    background-image:linear-gradient(rgba(0, 0, 0, 0.93), rgba(0, 106, 141, 0.46));
    list-style-type:none;
    color: rgb(0, 169, 220);

    border-radius:0 6px 6px 0;
    width:200px;}

.menu_boczne li
{
    margin-left:-1px;
}

.menu_boczne li a
{
    text-decoration:none;
    display:block;
    padding:5px 5px;
    border-left:3px solid transparent;
    border-left-color: #AAA;
    color:#AAA;
    background-image:linear-gradient(rgba(0, 0, 0, 0.93), rgba(0, 106, 141, 0.46));
    border-radius:0 6px 6px 0;

}

.menu_boczne li a:hover
{
    color: rgb(0, 169, 220);

    border-left-color: rgb(0, 169, 220);
    border-radius:0 6px 6px 0;
    box-shadow:0 0 10px 5px #006a8d ;
}

.menu
{
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    width: auto;
    position: relative;
    display: block;
    height: 36px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-image:linear-gradient(rgba(0, 0, 0, 1), rgba(0, 106, 141, 1));
    font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    text-align: center;
}


.menu li {
    display: block;
    float: left;

}

.menu li:first-child {
    display: block;
    float: left;
    margin-left: 32%;

}

.menu li a {
    display: block;
    float: left;
    color: #AAA;
    text-decoration: none;
    font-weight: bold;
    padding: 12px 20px 0 20px;
    height: 34px;
    background-image:linear-gradient(rgb(0, 0,0),rgb(18, 92, 93), rgb(0,0, 0));
    border-left: ridge 1px black;
    transition:   box-shadow 0.3s, color 0.3s;



}
.menu li a:hover {
    color: rgb(0, 169, 220);
    background-image:linear-gradient(rgb(0,0, 0),rgb(0,0, 0),rgb(18, 92, 93) );


}


#powitanie
{
    background-color: rgba(241, 236, 222, 0.86);
    color: #007b80;
    border: ridge #007b80;
    margin-top: 10%;

}