* {
    margin: 0px;
    padding: 0px;
}

.error
{
    background-color:#CEE7FF;
}

.missing
{
    background-color:#F9CACB;
}

.warningMsg {
    background-color: #FFEEEE;
    border:1px solid #884444;
    color:#440000;
    margin-bottom:1em;
    padding:10px;
    text-align: center;
}

.hint {
    color: #999;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a.info, span.info {
    color: #3577c1;
    font-weight: bold;
}

p {
    text-align: justify;
    margin: 0px 0px 10px 0px;
}

p.main {
    line-height: 1.6em;
}

span.number {
    font-weight: bold;
    font-size: 1.6em;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.pink {
    color: #a90b41;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #414141;
    background: #f8f8f8 url('/images/wsfiz/belt_bg.png') 0 0 repeat-x;
}

div#container {
    width: 760px;
    margin: 0px auto;
}

div#header {
    height: 86px;
	background: transparent url('/images/wsfiz/header.png') 0 0 no-repeat;
}

div#header a {
    position: relative;
    top: 10px;
    display: block;
    width: 327px;    
    height: 73px;
    margin: 0px 0px 0px 0px;
}

div#header a span {
    display: none;
}

div#nav {
    overflow: hidden;
    height: 1%;
    padding: 12px 0px;
}

div#nav ul {
    overflow: hidden;
    list-style-type: none;  
}

div#nav ul li {
    float: left;
}

div#nav ul li.state1 { background: transparent url('/images/nowe/state1.png') 0 0 repeat-x; }
div#nav ul li.state2 { background: transparent url('/images/nowe/state2.png') 0 0 repeat-x; }
div#nav ul li.state3 { background: transparent url('/images/nowe/state3.png') 0 0 repeat-x; }

div#nav ul li a {
    float: left;
    display: block;
    height: 41px;
    color: #fff;
    padding: 10px 30px 0px 5px;
}


div#nav ul li.krok1 a { width: 90px; }
div#nav ul li.krok2 a { width: 90px;}
div#nav ul li.krok3 a { width: 100px;}
div#nav ul li.krok4 a { width: 80px;}
div#nav ul li.krok5 a { width: 90px;}
div#nav ul li.krok6 a { width: 100px;}

div#nav ul li a.nextState0 { background: transparent url('/images/nowe/nextState0.png') right 0 no-repeat; }
div#nav ul li.state3 a.nextState0 { background: transparent url('/images/nowe/nextState0active.png') right 0 no-repeat; }
div#nav ul li a.nextState1 { background: transparent url('/images/nowe/nextState1.png') right 0 no-repeat; }
div#nav ul li.state3 a.nextState1 { background: transparent url('/images/nowe/nextState1active.png') right 0 no-repeat; }
div#nav ul li a.nextState2 { background: transparent url('/images/nowe/nextState2.png') right 0 no-repeat; }
div#nav ul li a.nextState3 { background: transparent url('/images/nowe/nextState3.png') right 0 no-repeat; }

div#nav ul li a:hover {
    text-decoration: none;
}

div#nav ul li a span {
    float: left;
    position: relative;
    top: -5px;
    font-size: 2.8em;
    font-weight: bold;
    padding: 0px 8px 0px 0px;
}

div#content {
    background: #fff;
    padding: 22px 50px 30px 50px;
}

div#content ol {
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 15px 0px;
}

div#content ol li {
    margin: 0px 0px 10px 0px;
}

div#ankieta {
    overflow: hidden;
    background: #fbffb7;
    padding: 8px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

div#ankieta div.nextBottom a {
    width: 101px;
    height: 27px;
    background: transparent url('/images/nowe/ankieta_btn.png') 0 0 no-repeat;
}

div#ankieta h1 {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 0px 6px 0px;
}

div#ankietaL,
div#ankietaR {
    margin: 10px 0px 0px 0px;
}

div#ankietaL {
    float: left;
    width: 50%;
}

div#ankietaR {
    float: right;
    width: 50%;
}

div#extranet {
    overflow: hidden;
}

div#extranet a {
    float: right;
    display: block;
    width: 143px;
    height: 27px;
    background: transparent url('/images/nowe/extranet_btn.png') 0 0 no-repeat;
}

div#extranet a span {
    display: none;
}

div#ankieta label {
    display: block;
    margin: 0px 0px 6px 0px;
}

table.noborder tr td {
    border: none!important;
}

table.mainTable {
    width: 100%;
    border-collapse: collapse;
    margin: 0px 0px 15px 0px;
    border: 1px solid #d2d2d2;
}

table.mainTable tr th {
    background: #d2d2d2;
    border: 1px solid #d2d2d2;
    font-weight: normal;
    padding: 2px 10px;
}

table.mainTable tr th.first {
    font-weight: bold;
    text-align: left;
    width: 180px;
}

table.mainTable tr th.border {
    border-right: 1px solid #fff;
}

table.mainTable tr td {
    border-left: 1px solid #d2d2d2;
    border-bottom: 1px dotted #d2d2d2;
    padding: 10px;
    vertical-align: top;
}

table.mainTable tr td label {
    margin: 0px 20px 0px 0px;
}

table.mainTable tr td label input {
    margin: 0px 5px 0px 0px;
}

div.nextTop,
div.nextBottom {
    overflow: hidden;
    clear: both;
    margin: 0px 0px 10px 0px;
}

div.nextTop a,
div.nextBottom a {
    float: right;
    display: block;
    width: 111px;
    height: 27px;
    background: transparent url('/images/nowe/next.png') 0 0 no-repeat;
}

div.nextTop.en a,
div.nextBottom.en a {
    background: transparent url('/images/nowe/next_en.png') 0 0 no-repeat !important;
}

div.nextTop a span,
div.nextBottom a span {
    display: none;
}

div.input {
    overflow: hidden;
    width: 100%;
    height: 33px;
    float: left;
    margin: 0px 0px 4px 0px;
}

div.input select#kierunek{
    position:relative;
    float:left;
    width:210px;
    margin:0px 50px 0px 0px;
}

div.input select#semestr{
    position:relative;
    float:left;
    width:75px;
}

div.input select#tryb_studiow{
    position:relative;
    float:left;
    width:100px;
    margin: 0px 0px 0px -23px;
}

div.input2 {
    overflow: hidden;
    width: 100%;
    height: 33px;
    float: left;
    margin: 0px 0px 4px 0px;
}

div.input2 label {
    display: block;
    float: left;
    width: 365px;
    margin: -7px 0px 0px 0px!important;

    padding: 6px 0px;
}

div.input50 {
    width: 50%;
}

div.input50 label {
    width: 44%!important;
}

div.input50 input {
    width: 48%!important;
}

div.input label {
    display: block;
    float: left;
    width: 22%;
    margin: 0px!important;

    padding: 6px 0px;
}

div.input label.radio,
div.input label.radio input {
    width: auto;
}

div.input label.radio {
    margin: 0px 10px 0px 0px!important;
}

div.input label.radio input {
    border: none;
}

div.input select,
div.input input {
    float: left;
    width: 74%;
    border: 1px solid #e4e4e4;
    padding: 6px 3px;
    font-size: 1em;
}

div.input select {
    padding: 5px 0px;
}

div#footerCnt {
    background: #b4134d;
}

div#footer {
    position: relative;
    width: 760px;
    margin: 0px auto;
}

div#footer a {
    position: absolute;
    top: -24px;
    left: 50px;
    display: block;
    width: 77px;
    height: 34px;
    background: transparent url('/images/nowe/pomoc.png') 0 0 no-repeat;
}

div#footer a span {
    display: none;
}

div#footer p {
    text-align: right;
    color: #fff;
    padding: 5px 0px;
    margin: 0px;
}

div .addr_kor{
    display: none;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #a84765;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}