/* ---GENERAL--- */
body {
    font-family: 'Open Sans', 'Noto Sans', sans-serif !important;
    font-size: 13px;
    font-weight: normal;
    background-attachment: scroll;
    background-image: url("../img/bg.png");
    background-position: center top;
    background-repeat: repeat;
    background-size: auto auto;
    color: #333333;
    line-height: 1.25em;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #000000;
    background-color:#FFFFFF;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    font-family: "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    border:1px solid #000000;
    text-align:center;
    font-size:1.4em;
    z-index:999;
}

.nav-page-links {
    top: 2px;
    margin-top: 0;
    margin-left: 2px;
    list-style: none;
}

*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*
*:focus{border:2px solid #0066CC !important; color: #000 !important; font-weight: bold; background: #eee !important;outline:none;}
*:focus *{color: #000!important;}
*/

.clearfix:after, .form-row:after, .form-row-no-margin:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix, .form-row, .form-row-no-margin {
    display: inline-block;
}

html[xmlns] .clearfix, html[xmlns] .form-row, .form-row-no-margin {
    display: block;
}

* html .clearfix, * html .form-row, .form-row-no-margin {
    height: 1%;
}

body a, body a:active, body a:visited, body a:hover, body a:focus {
    color: #00408D;
    text-decoration: underline;
}

.ie a:not(.btn):hover, .ie a:not(.btn):focus, .ie span:not(.btn):not(.hoverDisable):hover, .ie span:not(.btn):focus, .ie input:hover, .ie input:focus {
    outline:2px solid black;
}

.ie .btn:focus, .ie button:focus, .ie .btn:hover, .ie button:hover {
    outline: none;
}

.ff a:not(.btn):hover, .ff a:not(.btn):focus, .ff span:not(.btn):not(.hoverDisable):hover, .ff span:not(.btn):focus, .ff input:hover, .ff input:focus {
    outline:2px solid black;
}

.ff .btn:focus, .ff button:focus, .ff .btn:hover, .ff button:hover {
    outline: none;
}

body a:hover, body a:focus {
    text-decoration: underline;
}

p {
    margin: 0;
    line-height: 1.25em;
}

p + p {
    margin-top: 20px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, h7, .h7 {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    line-height: 1em;
}

h1, .h1 {
    font-size: 2em; /* 24px */
    font-weight: bold;
}

h2, .h2 {
    font-size: 1.667em; /* 20px */
}

h3, .h3 {
    font-size: 1.5em; /* 18px */
    font-weight: bold;
}

h4, .h4 {
    font-size: 1.333em; /* 16px */
    font-weight: bold;
}

h5, .h5 {
    font-size: 1.25em; /* 15px */
    font-weight: bold;
}

h6, .h6 {
    font-size: 1.083em; /* 13px */
    font-weight: bold;
}

h7, .h7{
    font-size: 1.000em; /* 12px */
    color: #BF0000;
}

.header-description {
    display: block;
    font-weight: normal;
}

/* wszystkie maja 12px */
h1 .header-description, .h1 .header-description {
    font-size: 0.542em;
}

h2 .header-description, .h2 .header-description {
    font-size: 0.650em;
}

h3 .header-description, .h3 .header-description {
    font-size: 0.722em;
}

h4 .header-description, .h4 .header-description {
    font-size: 0.813em;
}

h5 .header-description, .h5 .header-description {
    font-size: 0.867em;
}

.strong {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.center {
    text-align: center;
}

.center button,
a.btn {
    margin: 0 10px 0 10px;
    vertical-align: middle;
}

.btn span {
    /*    display: inline-block;
        vertical-align: middle;
        color: #fff;*/
}

.left {
    float: left;
}

.right {
    float: right;
}

.textToLeft {
    text-align: left;
    word-break: normal;
}

.left33 {
    float: left;
    width: 33.3%
}

.right33 {
    float: right;
    width: 33.3%;
    text-align: right;
}

.center33 {
    float: left;
    width: 33.3%;
    text-align: center;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.light-text {
    color: #ffffff;
}

.xs-font {
    font-size: 0.833em;
}

.xxs-font {
    font-size: 0.5em;
}

.xl-font {
    font-size: 1.333em;
}

.popup-font-mt {
    font-size: 1.333em;
    line-height: normal;
    font-family: Verdana, sans-serif;
}

.color1F497D {
    color: #1F497D;
}

.height-limitless {
    height: 100%;
}

.width-70 {
    width: 70%;
}

.width-90px {
    width: 90px;
}

.hidden-element {
    width: 0px;
    height: 0px;
    position: absolute;
    top: -99999px;
    left: -99999px;
}

/* ---ALERTS--- */
.success, .info, .warn, .error, .alert {
    margin: 20px 0 0 0;
}

.success {
    background: #006600;
    border: 1px solid #727772;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 10px;
    display: block;
}

.info {
    background: url(../img/info.png) no-repeat left center;
    font-size: 1.333em;
    padding: 20px 10px 20px 60px;
    display: block;
}

.infoNoIcon {
    font-size: 1.333em;
    padding: 20px 10px 20px 0px;
    display: block;
}

.infoNoIconRed {
    font-size: 1em;
    color: #BF0000;
    padding: 10px 0px 0px 0px;
    display: block;
}

.warn {
    background: #dcdcdc; /*font-weight: bold;*/
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 10px 5px;
}

.error, .alert {
    background: #FFEBE8;
    border: 1px solid #FF1717;
    padding: 13px 10px;
    color: #BF0000;
    display: block;
}

.success {
    background: #c2f7bf;
    border: 1px solid #92d050;
    padding: 13px 10px;
    color: #4f6228;
    display: block;
}

.error-field, input[class*="error-"] {
    border: 1px solid #FF1717 !important;
}

.session {
    width: 100%;
    margin: -22px 0 22px;
}

.session > .error {
    margin: 0;
}

/* ---BUTTON--- */
.btn, button, input[type="submit"] {
    background: rgb(0, 65, 142);
    background: -moz-linear-gradient(top, rgba(0, 65, 142, 1) 0%, rgba(0, 25, 73, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 65, 142, 1)), color-stop(100%, rgba(0, 25, 73, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 65, 142, 1) 0%, rgba(0, 25, 73, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 65, 142, 1) 0%, rgba(0, 25, 73, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 65, 142, 1) 0%, rgba(0, 25, 73, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 65, 142, 1) 0%, rgba(0, 25, 73, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00418e', endColorstr='#001949', GradientType=0);

    cursor: pointer;
    border: none;
    border-radius: 6px;
    box-shadow: 1px 0px 1px #00418E;
    color: #FFFFFF;
    display: inline-block;
    height: 38px;
    text-align: center;
    text-decoration: none;
    text-indent: 1.464px;
    min-width: 146px;
    text-transform: uppercase;
    line-height: 28px;
    padding: 5px 10px;
}


.btn.btn-small:hover,.btn.btn-small:focus{
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 1px;
    border-radius: 6px;
    box-shadow: 0px 0px 1px 1px #000000;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-indent: 1.464px;
    text-transform: uppercase;
    padding: 0px 0px;
    min-width: 1px;
    height: 100%;
}

.btn:hover,.btn:focus, .btn:hover * ,.btn:focus *, button:hover, button:focus, button:hover{
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 1px;
    border-radius: 6px;
    box-shadow: 0px 0px 1px 1px #000000;
    color: #FFFFFF;
    display: inline-block;
    min-height: 38px;
    text-align: center;
    text-decoration: none;
    text-indent: 1.464px;
    min-width: 146px;
    text-transform: uppercase;
    line-height:28px;
    padding:4px 10px;
}

.btn:focus:not(:focus-visible) {
}

.chrome .btn:focus-visible, .chrome button:focus-visible{
    outline: none;
}

.btn:visited, button:visited {
    color: #fff;
}

.btn:disabled, button[disabled] {
    text-decoration: none;
}

.btn.btn-small {
    min-width: 1px;
}

#odswiez {
    margin-left: 15px;
}

/* ---GRADIENTS--- */
.light-grey-gradient, #kodWydzialuList span:hover {
    background: #e8e8e8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2JjYmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e8e8e8 0%, #bcbcbc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #bcbcbc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #bcbcbc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e8e8e8 0%, #bcbcbc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e8e8e8 0%, #bcbcbc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e8e8e8 0%, #bcbcbc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#bcbcbc', GradientType=0); /* IE6-8 */
}

.light-blue-gradient, .btn.light-blue-gradient, .tip {
    background: rgb(83, 140, 185);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzUzOGNiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYzZlYTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(83, 140, 185, 1) 1%, rgba(60, 110, 168, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(83, 140, 185, 1)), color-stop(100%, rgba(60, 110, 168, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(83, 140, 185, 1) 1%, rgba(60, 110, 168, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(83, 140, 185, 1) 1%, rgba(60, 110, 168, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(83, 140, 185, 1) 1%, rgba(60, 110, 168, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(83, 140, 185, 1) 1%, rgba(60, 110, 168, 1) 100%); /* W3C */
    /*     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#538cb9', endColorstr='#3c6ea8',GradientType=0 ); IE6-8 */
}

.ie7 .light-blue-gradient, .ie7 .btn.light-blue-gradient, .ie7 .tip,
.ie8 .light-blue-gradient, .ie8 .btn.light-blue-gradient, .ie8 .tip {
    background: url(../img/light-blue-gr.png) repeat-x;
}

.blue-gradient, .btn.blue-gradient, #nav .tabs li.selected a, #nav .tabs li:hover a, #kodWydzialuList span.selected {
    background: rgb(0, 65, 142);
    background: -moz-linear-gradient(top, rgba(0, 65, 142, 1) 0%, rgba(0, 25, 73, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 65, 142, 1)), color-stop(100%, rgba(0, 25, 73, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 65, 142, 1) 0%, rgba(0, 25, 73, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 65, 142, 1) 0%, rgba(0, 25, 73, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 65, 142, 1) 0%, rgba(0, 25, 73, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 65, 142, 1) 0%, rgba(0, 25, 73, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00418e', endColorstr='#001949', GradientType=0);
    color: #fff;
}

.dark-blue-gradient {
}

.red-gradient, .btn.red-gradient {
    background: rgb(190, 14, 30);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2JlMGUxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTAxMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(190, 14, 30, 1) 1%, rgba(10, 1, 2, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(190, 14, 30, 1)), color-stop(100%, rgba(10, 1, 2, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(190, 14, 30, 1) 1%, rgba(10, 1, 2, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(190, 14, 30, 1) 1%, rgba(10, 1, 2, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(190, 14, 30, 1) 1%, rgba(10, 1, 2, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(190, 14, 30, 1) 1%, rgba(10, 1, 2, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be0e1e', endColorstr='#0a0102', GradientType=0); /* IE6-8 */
}

.btn.red-gradient {
    border-color: #BA767C;
    box-shadow: 1px 0 1px #874E53;
}

/* ---LINES--- */
.longline {
    /* background-image: url("eukw/eukw/img/long_line_2.png");
    margin: 10px auto 10px;
    clear: both;
    height: 5px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-top: 0px;
    padding-bottom: 0px; */
    width: 100%;
    border-bottom: 1px solid #949494;
    margin: 15px 0;
}

.shortline {
    width: 30%;
    border-bottom: 1px solid #949494;
    margin: 5px 0;
}

.line-bottom {
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
}

.col .line-bottom {
    min-height: 38px;
}

/* ---FILES--- */
.pdf {
    display: inline-block;
    background: url(../img/pdf.png) no-repeat left center;
    padding-left: 35px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
}

.pdf.waiting {
    background: none;
    position: relative;
}

.pdf.waiting img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    display: inline-block;
}

/* ---WRAPPER--- */
#wrapper {
    margin: 22px auto;
}

.l-row {
    width: 980px;
    margin: 0 auto;
    display: block;
}

/* ---HEADER--- */
#header {
    margin-bottom: 30px;
}

#header #top-panel {
    background: url("../img/header_bg.jpg") no-repeat left top;
    overflow: visible;
    height: 118px;
    padding: 0px 15px;
}

#header #top-panel #logo {
    text-align: left;
    float: left;
}

#header #top-panel > div {
    display: inline-block;
    float: left;
}

#header #top-panel #login-buttons {
    float: right;
}

#header #msLogo {
    height: 110px;
}

#header #logo {
    padding-top: 8px;
}

#header #font {
    padding-top: 20px;
}

#header #user .btn {
    min-width: 350px;
    border-radius: 0;
    line-height: 25px;
    font-size: 0.833em;
    max-width: 200px;
    text-transform: none;
    text-decoration: none;
    cursor: default;
}

#header #wyloguj .btn {
    /*max-height: 30px;*/
    vertical-align: baseline;
    margin: 0;
}

#header #wyloguj {
    padding-left: 5px;
    float: right;
    border-radius: 6px;
    height: 38px;
    line-height: 25px;
    font-size: 0.833em;
    max-width: 140px;
    text-transform: none;
}

#header #login-buttons a {
    height: 54px;
    border-radius: 0 0 12px 12px;
    line-height: 47px;
}

#header #sign-out {
    display: none;
}

#small-font {
    font-size: 13px;
    font-weight: bold;
}

#normal-font {
    font-size: 16px;
    font-weight: bold;
}

#big-font {
    font-size: 18px;
    font-weight: bold;
}

#font a.checked {
    text-decoration: underline;
}

#userAccountDetails {
    position: absolute;
    min-width: 350px;
    z-index: 300;
    display: none;
    right: 0px;
    background: #fff;
    min-height: 60px;
    border: 1px solid;
    border-color: #00408D;
}

/* ---NAV--- */
#nav {
    height: 58px;
    width: 100%;
    background: #fff;
}

#nav .inner-nav {
    background: url(../img/main_nav.jpg) no-repeat center top;
    width: 100%;
    height: 100%;
}

#nav .tabs {
    list-style: none;
    margin: 0;
    padding: 0 40px;
    width: 100%;
}

#nav .tabs li {
    display: inline-block;
    line-height: 21px;
}

#nav .tabs li a {
    line-height: 24px;
    height: 50px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 0 0 12px 12px;
    vertical-align: middle;
    text-transform: uppercase;
}

#nav .tabs li:hover a {
    text-decoration: underline;
}

#nav .tabs li:hover a, #nav .tabs li.selected a {
    color: #fff;
}

/* ---BREADCRUMBS--- */
#breadcrumbs {
    list-style: none;
    margin: 10px 0 -20px;
    padding: 0;
}

#breadcrumbs li {
    display: inline-block;
    margin-left: 0px;
    background: url(../img/arrow.png) no-repeat left center;
    padding-left: 22px;
}

/* #breadcrumbs li:before{display: inline-block; margin-left: 10px; background:url(../img/arrow.png) no-repeat left center; padding-left: 10px;   content: ">"; text-indent: -14px; } */
#breadcrumbs li:first-child {
    padding-left: 0px;
    margin-left: 0px;
    background: none;
}

/* #breadcrumbs li:first-child:before{content: "";} */

/* ---CONTENT--- */
.content-header {
    border-radius: 12px 12px 0 0;
    padding: 20px 30px;
    color: #fff;
    font-size: 1.5em;
    font-weight: normal;
    background: #00408D;
    /*     background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwNDA4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDE5NDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */
    background: -moz-linear-gradient(top, rgba(0, 64, 141, 1) 1%, rgba(0, 25, 72, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 64, 141, 1)), color-stop(100%, rgba(0, 25, 72, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 64, 141, 1) 1%, rgba(0, 25, 72, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 64, 141, 1) 1%, rgba(0, 25, 72, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 64, 141, 1) 1%, rgba(0, 25, 72, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 64, 141, 1) 1%, rgba(0, 25, 72, 1) 100%); /* W3C */
}

.ie7 .content-header, .ie8 .content-header {
    background: url(../img/header-ie8.png) repeat-x;
    height: 55px;
}

.content-header h1, .content-header .h1 {
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
}

.content {
    background: #fff;
    padding: 30px;
}

.content-frame {
    padding: 15px;
    background: #FFEBE8;
    border: 1px solid #FF1717;
    box-sizing: border-box;
}

/* ---FOOTER--- */
#footer {
    margin: 30px auto 10px auto;
    padding: 10px 30px;
    background-color: #FFF;
    font: 1.083em/1em "Open Sans", "Noto Sans", sans-serif;
}

#footer-unia {
    height: 50px;
    width: auto;
}

#footer-ms {
    height: 50px;
    width: auto;
}

#footer-kapital {
    height: 50px;
    width: auto;
}

#footer .summary {
    display: block;
    font-size: 11px;
    height: 18px;
}

#footer img {
    margin: 0 40px;
}

/* ---FORM--- */
.form-row-no-margin {
    margin: 0px 0;
    width: 100%;
}

.form-row {
    margin: 15px 0;
    width: 100%;
}

.form-row.double-margin {
    margin: 30px 0;
}

.form-row.double-margin-bottom {
    margin-bottom: 30px;
}

.form-row-no-margin .row {
    margin-bottom: 10px;
}

.form-row .row {
    margin-bottom: 10px;
}

.form-row .label-column {
    width: 30%;
    display: inline-block;
    float: left;
}

.form-row .label-column-50 {
    width: 50%;
    display: inline-block;
    float: left;
}

.form-row .label-column-50-right {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: left;
}

.form-row .label-column-30 {
    width: 30%;
    display: inline-block;
    float: left;
}

.form-row .content-column {
    width: 70%;
    display: inline-block;
    float: left;
    padding-left: 30px;
}

.form-row .label-column-40 {
    width: 40%;
    display: inline-block;
    float: left;
}

.form-row .content-column-60 {
    width: 60%;
    display: inline-block;
    float: left;
    padding-left: 30px;
}

.form-row .content-column-success {
    padding-left: 165px;
    display: inline-block;
    float: right;
}


.form-row .content-column .info-content {
    overflow: hidden;
    width: 100%;
}

.form-row .content-column-50 {
    width: 50%;
    display: inline-block;
    float: left;
    padding-left: 30px;
}

.form-row .content-column-50 .info-content {
    overflow: hidden;
    width: 100%;
}

input[type="text"], input[type="password"], .ui-autocomplete-input {
    background: #fff;
    border: 1px solid #949494;
    box-shadow: inset 0 1px 1px #C6C6C6;
    width: 300px;
    height: 26px;
}

.ie7 input[type="text"], .ie7 input[type="password"], .ie8 input[type="text"], .ie8 input[type="password"] {
    line-height: 20px;
}

input[readonly], input[disabled] {
    background-color: #DDDDDD;
    color: #505050;
}

input.date {
    width: 150px;
    background-image: url("../img/calendar.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    margin-right: 80px;
}

select {
    min-height: 26px;
    width: 300px;
    vertical-align: bottom;
}

#nkw > span {
    float: left;
}

.nkw > span {
    float: left;
}

.bigSlash {
    margin: 3px 5px;
}

.clear-book {
    margin-left: 15px;
}

#numerWydzialuDzKW {
    width: 150px;
}

#numerKolejny {
    width: 100px;
}

#rok {
    width: 40px;
}

#numerKsiegiWieczystej {
    width: 100px;
}

#cyfraKontrolna {
    width: 50px;
}

#duzaKsiegaTrInfo {
    display: none;
}

#duzaKsiegaTrInfo .success {
    margin: 0 0 20px;
}

#kwotaZlecenia {
    margin-right: 2px;
    margin-left: 15px;
}

#kodWydzialu {
    width: 70px;
}

#kodWydzialu_chosen .chosen-drop {
    width: 256px;
}

#nkwSelect {
    position: relative;
}

.nkwSelect {
    position: relative;
}
#powrotWeryfikuj, #wydrukWeryfikacji {
    width: 269px;
}

#weryfikujKolejny, #raportWeryfikacji {
    width: 256px;
}

#kodWydzialuInput {
    width: 120px;
}

#kodWydzialuImg {
    position: absolute;
    top: 1px;
    right: 1px;
    background: url(../img/arrow-down.png) no-repeat center center;
    width: 24px;
    height: 24px;
    display: block;
    border-left: 1px solid #949494;
    box-shadow: inset 0 1px 1px #c3c3c3;
}

#kodWydzialuImg.active {
    background-image: url(../img/arrow-up.png);
}

#kodWydzialuList {
    position: absolute;
    top: 25px;
    left: 0;
    background: #fff;
    border: 1px solid #949494;
    padding: 5px 0;
    overflow: auto;
    height: 250px;
    width: 252px;
    outline: 0;
    z-index: 999;
}

#kodWydzialuList span {
    display: block;
    padding: 5px;
}

#kodWydzialuList span:hover {
    cursor: pointer;
}

#ksiegaWieczysta #odpowiedzZGui {
    width: 252px;
}

/* --- formatka Numer DzKW --- */
#dzKwKodWKW {
    width: 90px;
}

#dzKwNumerKolejnyWniosku {
    width: 100px;
}

#dzKwRok {
    width: 50px;
}


input.mojeDaneInput {
    width: 200px;
}

/* ---TABLE--- */
table {
    margin: 0 auto;
    width: 100%;
}

table td, table th {
    padding: 7px 10px;
    border: 1px solid #797979;
}

table.infoTable td:first-child {
    background: #F2F2F2;
}

table.infoTable {
    border: 2px solid #797979;
}

.dataTable {
    text-align: center;
}

.dataTable thead th {
    background-color: #003366;
    color: #ffffff;
}

.dataTable thead th.sorting {
    background-image: url(../img/dataTables/sort_both.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}

.dataTable thead th.sorting_asc {
    background-image: url(../img/dataTables/sort_asc.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}

.dataTable thead th.sorting_desc {
    background-image: url(../img/dataTables/sort_desc.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}

.dataTable tfoot th {
    padding: 0;
}

.dataTable th input {
    width: 100%;
    color: #000000;
}

/* ---PAGE MENU--- */
#menu-frame {
    clear: both;
}

#menu-frame .col-70 {
    width: 70%;
    float: left;
    padding: 0 20px;
}

.scalenie-komunikat-wiazania {
    color: #BF0000;
}

#menu-frame .col-30 {
    width: 30%;
    float: left;
    padding: 0 20px;
}

#menu {
    clear: both;
}

#menu .col {
    width: 50%;
    float: left;
    padding: 0 20px;
}

#menu ul {
    padding-left: 0;
    list-style: none;
}

#menu ul li {
    margin-top: 20px;
    position: relative;
    padding-left: 13px;
}

#menu ul li:before {
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 2px;
    background: #333;
    content: "";
}

/* ---COOKIES--- */
#cookies {
    display: none;
    background: #04253D;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    z-index: 200;
}

#cookies .inner-cookies {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    line-height: 1.5em;
}

#cookies .button {
    background: #008000;
    border-radius: 15px;
    padding: 5px;
    cursor: pointer;
}

#cookies a {
    color: #fff;
    text-decoration: underline;
}

/* ---HELP--- */
#help {
    width: 100%;
    height: 500px;
    border: none;
}

/* ---TIP--- */
.tip-wrapper {
    position: relative;
    min-height: 33px;
    padding-right: 40px;
}

.tip {
    cursor: pointer;
    float: right;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 10px;
    margin: 0 0 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    z-index: 20;
}

.tip .tip-popup {
    display: none;
    position: absolute;
    left: 40px;
    top: 0;
    padding: 20px;
    border: 1px solid #3C6EA8;
    background: #D3DFED;
    color: #333;
    text-align: left;
    font-size: 13px;
    line-height: 1em;
}

.tip:hover .tip-popup {
    display: block;
}

.tip .tip-popup:hover {
    display: none;
}


/* ---TOOLTIP - podpowiadaczka do buttonow--- */
.tooltip {
    position: relative;
}

.tooltip .tooltip-popup {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 15px;
    padding: 20px;
    border: 1px solid #3C6EA8;
    background: #D3DFED;
    color: #333;
    text-align: left;
    font-size: 13px;
    line-height: 1em;
    text-decoration: none;
    text-transform: none;
    min-width: 250px;
    font-weight: bold;
}

.tooltip:hover .tooltip-popup {
    display: block;
}

/* ---W3C TOOLTIP - podpowiadaczka do buttonow zgodna z W3C--- */
.W3Ctooltip {
    position: relative;
    display: inline;
    vertical-align: middle;
}

.W3Ctooltip .W3Ctooltip-popup {
    display: table;
    position: absolute;
    opacity: 1;
    padding: 20px;
    border: 1px solid #3C6EA8;
    background: none repeat scroll 0% 0% #D3DFED;
    color: #333;
    text-align: left;
    font-size: 13px;
    line-height: 1em;
    visibility: hidden;
    min-width: 300px;
    left: 0;
    top: 0;
    margin-left: 40px;
    z-index: 20;
}

.W3Ctooltip:hover .W3Ctooltip-popup {
    opacity: 1;
    transition-delay:1s;
    background: #EEE;
    margin-top: -70px;
    text-transform : none;
    visibility: visible;
}

.section {
    margin: 20px 0;
}

.inline-block {
    display: inline-block;
}

.button-row {
    display: inline-block;
    width: 100%;
    margin: 30px 0 0 0;
    /*overflow: hidden;*/
}

.button-row.clearfix {
    overflow: visible;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.button-row .inline-block {
    line-height: 38px;
    vertical-align: middle;
}

.button-row .summary {
    margin-right: 20px;
    width: auto;
}

.button-row .left + .left {
    margin-left: 10px;
}

.button-row .right + .right {
    margin-right: 10px;
}

/* ---STEPS--- */
.steps.block {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 0 30px 0;
}

.steps.block .step {
    font-weight: bold;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    padding: 20px;
    width: 33%;
    margin-left: -4px;
    text-align: center;
    background: url("../img/krok-light.png") no-repeat right center;
    height: 70px;
    float: right;
    margin-left: -26px;
}

.ie7 .steps.block .step, .ie8 .steps.block .step, .ie9 .steps.block .step {
    filter: none;
}

.steps.block .step span {
    vertical-align: middle;
    line-height: 30px;
}

.steps.block .step.step-start {
    border-left: 1px solid #a3a3a3;
    width: 36.5%;
    margin-left: 0;
}

.steps.block .step.step-start.half {
    border-left: 1px solid #a3a3a3;
    width: 51.25%;
    margin-left: 0;
}

.steps.block .step.step-end {
    border-right: 1px solid #a3a3a3;
    background-position: -3px center;
    width: 36%;
}

.steps.block .step.step-end.half {
    border-right: 1px solid #a3a3a3;
    background-position: -3px center;
    width: 51.5%;
}

.steps.block .step.blue-gradient {
    background-image: url("../img/krok-dark.png");
    color: #fff;
}

/* ---WHITE SPACES--- */
.gap-top-0 {
    margin-top: 0;
}

.gap-top-20 {
    margin-top: 20px;
}

.gap-top-40 {
    margin-top: 40px;
}

.gap-top-60 {
    margin-top: 60px;
}

.gap-top-80 {
    margin-top: 80px;
}

.gap-top-100 {
    margin-top: 100px;
}

.gap-top-120 {
    margin-top: 120px;
}

/* ---POPUP--- */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
}

.popup .popup-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.popup .popup-inner .korespondencja {
    margin: 40px auto;
    width: auto;
    z-index: 200;
    border: solid 2px #00418e;
    background: #F0F0F0
}

.ie7 .popup .popup-bg, .ie8 .popup .popup-bg {
    background-image: url(../img/popup-bg.png);
}

.ie7 .popup .content, .ie8 .popup .content {
    background: none;
    padding: 0;
}

.ie7 .popup .content .content-inner, .ie8 .popup .content .content-inner {
    background: #fff;
    padding: 30px;
}

.ie7 .popup .content-header, .ie8 .popup .content-header {
    background: url(../img/header-ie8.png) repeat-x;
    filter: none;
    z-index: 300;
    zoom: 1;
}

.popup .popup-inner {
    margin: 10% auto;
    width: 980px;
    z-index: 200;
}

.addElement {
    display: inline-block;
    background: url(../img/plus.png) no-repeat left center;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.removeElement {
    display: inline-block;
    background: url(../img/minus.png) no-repeat left center;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

/* --- MESSEGEBOX --- */
.message-box {
    width: 70%;
    margin: 0px auto;
}

.msgbox-header {
    border-radius: 12px 12px 0px 0px;
    padding: 20px 30px;
    color: #FFF;
    font-size: 1.5em;
    font-weight: normal;
    background: linear-gradient(to bottom, #00408D 1%, #001948 100%) repeat scroll 0% 0% transparent;
}

.msgbox-content {
    margin: 40px 50px;
    text-align: center;
}

.msgbox-content-left {
    margin: 40px 50px;
    text-align: left;
}

.msgbox-content-border {
    border: 2px solid #CCCCCC;
}

/* ---EPUAP---*/
.dzkw-label {
    float: left;
    min-width: 65px;
    margin-top: 4px;
    font-size: 14px;
}

.dataNadania {
    width: 10;
}

.disabled {
    background: grey;
    text-decoration: none !important;
}

.ui-tabs .ui-tabs-nav li ,
.ui-tabs .ui-tabs-anchor {
    min-width: 9em;
    /*     height: 55px !important;
        white-space: pre-line !important;
        word-break: keep-all;
        word-wrap: break-word; */
}

h4.section-title {
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 45px;
}

h2.section-title {
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 45px;
}

[tooltip]:before {
    content: attr(tooltip);
    position: absolute;
    opacity: 1;


    position: absolute;
    padding: 20px;
    border: 1px solid #3C6EA8;
    background: none repeat scroll 0% 0% #D3DFED;
    color: #333;
    text-align: left;
    font-size: 13px;
    line-height: 1em;
    visibility:hidden;
}

[tooltip]:hover:before {
    opacity: 1;
    content: attr(tooltip);

    transition-delay:1s;
    background: #EEE;
    margin-top: -70px;
    margin-left: 40px;
    text-transform : none;
    visibility: visible;
}

[tooltip]:not([tooltip-persistent]):before {
    pointer-events: none;
}

#informacjeOSprawie .paging_full_numbers a.next{
    margin-left: 42%;
}

legend {padding: 0;
}

fieldset {
    padding: 0;
    border: none;
}

.data-msg-container {
    display: inline;
}

.bigLoaderIcon {

    background-repeat: no-repeat !important;
    padding-top: 40px;
    background-color: transparent;
    background-image: url("../img/ajax-wait.gif");
    background-attachment: scroll;
    background-position: 50% 50%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;

}
.processing{
    min-height: 75px;
    min-width: 380px;
    color: #FFF;

    background: rgb(0,65,142);
    background: -moz-linear-gradient(top, rgba(0,65,142,1) 0%, rgba(0,25,73,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,65,142,1)), color-stop(100%,rgba(0,25,73,1)));
    background: -webkit-linear-gradient(top, rgba(0,65,142,1) 0%,rgba(0,25,73,1) 100%);
    background: -o-linear-gradient(top, rgba(0,65,142,1) 0%,rgba(0,25,73,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,65,142,1) 0%,rgba(0,25,73,1) 100%);
    background: linear-gradient(to bottom, rgba(0,65,142,1) 0%,rgba(0,25,73,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00418e', endColorstr='#001949',GradientType=0 );

}

#rejestrZdarzenWyszukanKWTable_processing,
#rejestrZdarzenTable_processing {
    min-height: 75px;
    min-width: 380px;
    color: #FFF;
    background: transparent linear-gradient(to bottom, #00418E 0%, #001949 100%) repeat scroll 0% 0%;
    position: absolute;
    top: 50%;
    left: 50%;
}
.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0px 2px;
    border: 1px solid #DDD;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: #FFF;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; /* added line */
    border: 0;
}
