body{
	background:#FFFFFF;	
	font-family: Trebuchet MS;
}

.title {
	font-size: 24px;
	color: rgb(229, 228, 229);
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;
}


.content_div{
	padding-left:5px;
	padding-right:5px;
}

.head_div{
	border: 1px solid black;
	border-bottom-style: none;
}

td.content
{
	text-align: center;	
}
td.content_number
{
	text-align: right;	
}


tr.highlight
{
	background: #000;
	color: #fff;
}



p, pre, blockquote, h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	margin-top: 0px;	
	margin-bottom: 0px;
}

blockquote {
	margin-bottom: 21.28px;
	margin-left: 40px;
	margin-right: 40px;
}

address {
	line-height: 1.2;
	margin: 0px;
	font-style: italic;
}



h1 {
	font-size: 31px;
	color: black;
}
h2 {
	font-size: 24px;
	color: black;
	
	padding-bottom: 0px;
}
h3 {
	font-size: 18px;
	color: black;
	
}

h4 {
	font-size: 16px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 10px;
}

html, body, form {
	margin: 0px;
	padding: 0px;
}

 span {
 font-size: 16px;
 }

 span.kartyTable {
	font-size: 16px;
	color: rgb(1, 1, 1);
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;
}

th {
	text-align:center;
}

tr.tabelaNaglowek {
	background-color: rgb(211,188,157);
}




span.menu_nawigacyjne{
	font-size: 24px;
	color: rgb(229, 228, 229);
	font-weight:bold
}

table.kartyTable  {
    border-collapse: collapse;
    border: 1px solid black;
    
}

td.kartyTable {
    border: 1px solid black;    
}

th.kartyTable {
    border: 1px solid black; 
}


table.platnoscTable  {
    border-collapse: collapse;
    border: 1px solid black;
    width:100%;
    text-align: center;
}

td{
	padding-right:5px;
	padding-left:5px;
}

 td.podsumowania{
 	text-align: right;
 }
 
td.platnoscTable {
    border: 1px solid black;
    
}

td.Numer{
	text-align: right;
}

a.menu_link{
	font-size: 20px; 
	color: rgb(229, 228, 229); 	
	text-decoration: underline;
}

a.menu_logowanie{	
	text-decoration: none;
	font-weight: bold;
}

a.menu_logowanie:hover{
	text-decoration: underline;
}

span.menu_ostatni{
	font-size: 20px; 
	color: rgb(229, 228, 229); 
	font-weight: bold;
}

span.menu_separator{
	font-size: 20px; 
	color: #FFFFFF; 	
}

span.info_kir{
	font-size: 14px; 
}

#main{
	width: 913px; 
	margin: 0 auto; 
	background-color:rgb(255, 253, 251);
}

#ue{
	width: 913px; 
	margin: 0 auto; 
	text-align: center; 
	background-color:rgb(255, 253, 251);
}

#mobilne{
	width: 913px; 
	margin: 0 auto; 
	text-align: center; 
	background-color:rgb(255, 253, 251);
}


#stopka{
	height:40px; 
	width:913px;  
	text-align: center; 
	background-color:rgb(211,188,157);
	
	background-repeat: repeat;
	margin:0 auto;
}

.rok {
	background: #dddddd;
}

.login_div {
	border: 1px solid black;
}

.pasek{
	background-color:rgb(114, 108, 96);
	width: 913px; 
	text-align: left;
}

.tytul_logowanie{
	color:rgb(255, 253, 251);
}

.konto_button {
	width:230px;
	margin-top:5px;
}


.form-label {
	padding-top:15px;
}

#blad_pasek{
	display:none;
	padding: 0 .7em;
	background:#cd0a0a;
}

#pasek_blad_paragraf{
	margin-top: .3em;
	margin-bottom:.3em;
	
}

.blad_tresc {
	color:#ffffff;
	font-size:small;
}

#blad_tresc_ikona{
	float: left; 
	margin-right: .3em;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}



/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.x_panel {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 17px;
	display: inline-block;
	background: #fff;
	border: 1px solid #E6E9ED;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	opacity: 1;
	transition: all .2s ease
}

/*----ajax load animation ----*/
.loading-overlay-div {
        position: fixed;
        top: 350px;
        left: 0;
        right: 0;
        z-index: 9999;
        background-color: #ddd;
        width: 150px;
        text-align: center;
        padding: 20px 0;
        margin: 0 auto;
        display: none;
}
.spinner {
        width: 80px;
        height: 80px;
        border: 2px solid #fff;
        border-top: 3px solid #263238;
        border-radius: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
        animation: spin 2s infinite linear;
    }
   
    @keyframes spin {
        from {
            transform: rotate(0deg);
        } to {
            transform: rotate(360deg);
        }
    }
/*----/ajax load animation ----*/
