body
{
    background-color:  rgb(226, 235, 243);
    color: rgb(229, 235, 241);
    font-size: 20px;
    margin: 0 !important;
}

.wrapper
{
    width: 100%;
}

.header
{
    width: 100%;
    padding: 40px 0;
}
.logout
{
    width: 450px;
    font-size: 20px;
}
.nav
{
    width: 100%;
    padding: 10px 0;
    background-color: steelblue;
    text-align: center;
    border-top: 1px solid blue;
}
.content
{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	padding-top: 10px;
}

.footer
{
	text-align: center;
	background-color: #222222;
	padding: 30px;
}


ol
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 18px;
    height: 35px;
    line-height: 200%;
    display: inline-block;
}
ol a
{
    color: white;
    text-decoration: none;
    display: block;
}
ol > li
{
    float: left;
    width: 150px;
    height: 40px;
    border-right: 1px solid lightblue;
}

ol > li:first-child
{
    border-left: 1px solid lightblue;
}
ol > li:hover
{
    background-color: lightblue;
}
ol > li:hover > a
{
    color: steelblue;
}
ol > li > ul
{
    list-style: none;
    padding-top: 0;
    margin: 0;
    height: 40px;
    display: none;
}

ol > li:hover > ul
{
    display: block;
}
ol > li > ul > li
{
    background-color: steelblue;
    position: relative;
    z-index: 100;
    border-top: 1px solid lightblue;
}
ol > li > ul > li:hover
{
    background-color: lightblue;
}
ol > li > ul > li:hover > a
{
    color: steelblue;
}

.tablica
{
    float: left;
    width: 49%;
    padding-top: 50px;
}

#tabela
{
    border: 1px solid black;
    border-collapse: collapse;
    float: center;
    margin-left: auto;
    margin-right: auto;
}

#tabela td {
    color: black;
    border: 1px solid black;
    padding: 5px;
    text-align: center;
    background-color: lightyellow;
 }

#tabela tr:nth-child(2n) {
	background-color: green;
}
#tabela tr:nth-child(2n+1) {
	background-color: gray;
}

 #thead-inverse
{
    font-size: 10px;
    color: black;
}

details
 {
    border: 1px solid #E1E1E1; 
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4); 
    color: #363636; margin: 0 0 .4em; 
    padding: 1%;}
details[open] 
{
    background: lightyellow;
}
summary 
{
    background: -webkit-linear-gradient(top, #FAFAFA 50%, #E1E1E1 50%);
    border-radius: 5px; 
    cursor: pointer; 
    font-size: .8em; 
    font-weight: bold; 
    margin: -1%; 
    padding: 8px 0; 
    position: 
    relative; 
    width: 102%;
}
summary:hover, details[open] summary 
{
    background: #E1E1E1;
}
summary::-webkit-details-marker 
{
    display: none
}
summary:before
{
    border-radius: 5px; 
    content: "+"; 
    color: #363636; 
    display: block; 
    float: left; 
    font-size: 1.5em; 
    font-weight: bold; 
    margin: -2px 10px 0 10px; 
    padding: 0; text-align: 
    center; width: 20px;
}
details[open] summary:before 
{
    content: "-"; 
    margin-top: -4px;
}
p 
{
    font-size: .8em;
}
.col-md-1
{
    font-size: 24px;
    text-align: center;
    border: 1px solid black;
    border-collapse: collapse;
    background-color: yellow;
}
#wyslijplik
{
	float: left;
	width: 30%;
	margin: 20px;
	top: 80px;
	padding: 10px;
    background: #eee;
    border-right: 1px solid lightblue;
    color: black;
    text-align: center;

}
h1
{
    color: black;
    text-align: center;
}

#listaplikow {
	float: left;
    width: 95%;
    text-align: center;
    background-color: #eee;
}
#tabtytul
{
    color: black;
    text-align: center;
    font-size: 36px;
}

#tablistaplikow
{
    color: black;
    background-color: #F3F3F3;
	border-collapse: collapse;
	width: 100%;
    margin: 5px 0;
}
#tablalistaplikow
{
 width: 100%;
}

#t01 
{
	background-color: lightblue;
	color: #FFF;
	cursor: pointer;
    padding: 5px 10px;
    width: 100%;
}


.thth
{
    font-size: 25px;
    text-align: center;
    background-color: steelblue;

}

#t01 td, th 
{
	text-align: left;
}

a 
{
	text-decoration: none;
}

#t01 td a 
{
	color: #0913a5;
	display: block;
	padding: 5px 10px;
}

#t01 th a 
{
	padding-left: 0
}

#t01 td:first-of-type a 
{
	padding-left: 30px;
}

#t01 th:first-of-type 
{
	padding-left: 30px;
}

#t01 td:not(:first-of-type) a 
{
	background-image: none !important;
}

#t01 tr:nth-of-type(odd) 
{ 
	background-color: #E6E6E6;
}

#t01 tr:hover td 
{
	background-color:#CACACA;
}

#t01 tr:hover td a 
{
	color: #000;
}