body
{
    overflow-y: auto !important;
    background: #466DE0;
	height: 100vh;
    /* background: #3C3C3C;*/
}


ul {
	list-style-type: square;
	list-style-position: outside;
    	color: white;
	margin: 5;
	padding: 5;
}

table{
    -moz-border-radius:5px !important;
    -webkit-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    border-radius: 5px !important;
    border-collapse: separate;
}

table.dane{
	border-bottom: 1px double #ffffff;
	border-top: 1px double #ffffff;
	border-left:1px double #ffffff;
	border-right:1px double #ffffff;
	background:#58344c;
  	border-collapse: collapse;
	padding:2px 2px;
	margin: 2px 2px 2px 2px;
			
}

table.login{
  	margin-left: auto;
  	margin-right: auto;
	/* background: #ffffff;*/
        /* background: #d5e6fb;*/
  	border-collapse: collapse;
		
}

td.login_td {
	text-align: center;
	font-weight: bold;
  	font-size: 16px;
	color: #ffffff;
  	padding: 10px; 
}


td.nag {
	background-color:#2d0029;
	border-bottom: 1px double #ffffff;
	border-top: 1px double #ffffff;
	border-left:1px double #ffffff;
	border-right:1px double #ffffff;
	text-align: center;
	font-weight: bold;
  	font-size: 14px;
	color: #ffffff;
  	padding: 5px; 
}

td.nag_dane {
	background-color:#2d0029;
	text-align: center;
	font-weight: bold;
	color: #F0F0F0;
	font-size: 14px;
  	padding: 5px; 
}

td.nag_dane2 {
	font-weight: bold;
	color: #F0F0F0;
	text-align: center;
  	padding: 3px;
}

tr.typ {
	background-color:#663366;
	font-size: 12px;
	cursor: pointer ;
}

tr.typ:hover {
 	background-color: #51004f;
}

td.typ {
	border-bottom: 1px double #000000;
	border-top: 1px double #000000;
	border-left:1px double #000000;
	border-right:1px double #000000;
	text-align: center;
	color: #F0F0F0;
}

tr.typ2 {
	background-color:#58344c;
	font-size: 12px;
	cursor: pointer ;
}

tr.typ2:hover {
 	background-color: #51004f;
}

td.typ2 {
	border-bottom: 1px double #000000;
	border-top: 1px double #000000;
	border-left:1px double #000000;
	border-right:1px double #000000;
	text-align: center;
	color: #F0F0F0;
}

input[type="text"], input[type="password"]
{
    border: none !important;
    background-color: #d5e6fb !important;
    height: 20px !important;
    outline: none;
    color: white;
    font-size:14px;
    width: 140px;
}

input[type="button"], input[type="submit"], input[type="select"]
{
    outline: none;
    cursor: pointer;
    width: 140px;
}

input.big
{
    font-size:13px;
}

.footer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    color: #ffffff;;

.link
{
    font-family: "open_sans","Lucida Sans","Lucida Grande",Lucida,sans-serif,Verdana;
    font-size: 11px;
}

.table_embed
{
    width: 390px;
    height: 200px;
    padding:1px;
    border:none;
    margin: auto;
}

.table_embed2
{
    width: 380px;
    margin: auto;
}

.td_user, .td_pass
{
    font-size: 12px;
    text-align: right;
    font-family: "open_sans","Lucida Sans","Lucida Grande",Lucida,sans-serif,Verdana;
    color: white;
}


#user, #passu
{
    height: 17px !important;
}

#c_login
{
    margin: 120px auto 50px auto;
}


#system_info
{
    color: white;
    text-align: center;
    font-size: 12px;
    padding: 10px 0 ;
}

#nav {
    width: 200px;
    float: left;
    overflow: hidden;
    background-color: #ccc;
}
#content {
    width: 1445px;
    float: left;
    overflow: hidden;
    background-color: #fff;
}

input.b {
	background-color: #2d0029;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
  	padding: 5px;
}
input.b2 {
    	background-color: rgba(150,150,150,0.1) !important;
	width: 170;
	color: white;
	border: none;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}

select.b2 {
    	background-color: rgba(150,150,150,0.1) !important;
	width: 170;
	color: white;
	border: none;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}
option{
	color: black;
}

.menu_left {
  width: 95%
}

.menu_left a {
  background-color: #58344c; 
  font-size: 12px;
  color: #F0F0F0;
  display: block; 
  padding: 5px; 
  text-decoration: none;
}

.menu_left a:hover {
  background-color: #51004f;
  font-size: 12px;
}

.menu_left a.active {
  background-color: #2d0029; 
  font-size: 12px;
  color: white;
  text-align: center;
  font-weight: bold;
}

p.red {
	color: red;
	font-size: 12px;
}

p.green {
	color: green;
	font-size: 12px;
}

p.white {
	color: white;
	font-size: 12px;
}
p.naglowek {
	color: white;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}



