html {
    height: 100%;
}

body {
    min-height: 100%;
}

body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    background: #f2f4f5;
    position: absolute;
    backface-visibility: hidden;
}

select {
    height: 100%;
    width: 100%;
    padding-left: 14px;
}

.contentWrap {
    z-index: 1;
    width: 100% !important;
}

.pasek {
    display: block;
    margin: 0 auto;
}

.slider {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transform: scale(1);
    z-index: 0;
    transition: transform 1s ease, opacity 1s ease;
    width: 100%;
    height: 100%;
}

.slider .slide.active {
    transform: scale(1);
    opacity: 1;
    z-index: 1;
}

.slider .slide.prev {
    transform: scale(1.5);
    opacity: 0;
    z-index: 2;
}

.loginBg {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    background: rgba(33, 48, 76, 0.9);
    z-index: 1001;
    transition: opacity .3s ease;
    width: 100%;
    height: 100%;
    /* min-height: 1200px; */
}

.loginBg.active {
    display: block;
}

.loginBg.logowanie .register {
    display: none;
    transform: translate3d(0, 100%, 0);
    opacity: 0;
}

.loginBg.logowanie .form {
    display: block;
    padding-bottom: 20px;
}

.loginBg.rejestracja .form {
    display: none;
}

.loginBg.rejestracja .register {
    display: block;
}

.loginBg.rejestracjaSigg .form {
    display: none;
}

.loginBg.rejestracjaSigg .register {
    display: block;
}

.loginBg .form {
    width: 490px;
    background: #dfe3e6;
    position: absolute;
    left: 50%;
    margin-left: -245px;
    top: 190px;
    transition: transform .5s ease, opacity .4s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.loginBg .form.remindMe {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
}

.loginBg .form.activateMe {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
}

.loginBg .form .header {
    position: relative;
    width: 100%;
    height: 50px;
    background: #007cd2;
}

.loginBg .form .header p {
    color: #FFF;
    font-size: 20px;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding-top: 16px;
}

.loginBg .form .header .close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

.loginBg .form form {
    width: 300px;
    min-height: 200px;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
}

.loginBg .form form input {
    margin: 0;
    padding: 14px;
    border: 1px solid #c9c9c9;
    display: block;
    width: 270px;
    font-size: 15px;
    color: #000;
    font-family: "Open Sans";
    font-weight: 600;
    outline: none;
    margin-top: 20px;
}

.loginBg .form form label {
    position: absolute;
    font-family: "Open Sans";
    font-weight: 600;
    color: #1e437d;
    font-size: 14px;
    text-transform: uppercase;
    left: -87px;
    width: 80px;
    text-align: right;
}

.loginBg .form form label.loginLabel {
    top: 19px;
}

.loginBg .form form label.passLabel {
    top: 87px;
}

.loginBg .form form .button {
    display: block;
    width: 298px;
    height: 50px;
    position: relative;
    background: #007cd2;
    margin: 21px 1px;
    background-image: url("/img/key.png");
    background-position: 238px center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: background .3s ease;
}

.loginBg .form form .button:hover {
    background-color: #0162A5;
}

.loginBg .form form .button p {
    font-family: "Rajdhani";
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: #FFF;
    position: absolute;
    left: 50px;
    padding: 0;
    top: 16px;
}

.loginBg .form form div {
    cursor: pointer;
    display: block;
    color: #1e437d;
    text-decoration: none;
    font-family: "Rajdhani";
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: -0.28px;
}

.loginBg .form form div span {
    color: #e13500;
    text-transform: uppercase;
}

.loginBg .remind, .loginBg .activate, .loginBg .new-password {
    width: 490px;
    background: #dfe3e6;
    position: absolute;
    left: 50%;
    margin-left: -245px;
    top: 190px;
    transition: transform .5s ease, opacity .4s;
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    display: none;
    padding-bottom: 20px;
}

.loginBg .remind .errors {
    display: inline-block;
    width: 90%;
}

.loginBg .remind.remindMe {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.loginBg .remind .text, .loginBg .activate .text, .loginBg .new-password .text {
    width: 300px;
    display: block;
    margin: 0 auto;
    color: #1e437d;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 600;
    margin-top: 30px;
    line-height: 1.2;
}

.loginBg .remind .header, .loginBg .activate .header, .loginBg .new-password .header {
    position: relative;
    width: 100%;
    height: 50px;
    background: #007cd2;
}

.loginBg .remind .header p, .loginBg .activate .header p, .loginBg .new-password .header p {
    color: #FFF;
    font-size: 20px;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding-top: 16px;
}

.loginBg .remind .header .close, .loginBg .activate .header .close, .loginBg .new-password .header .close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

.loginBg .remind form, .loginBg .activate form, .loginBg .new-password form {
    width: 90%;
    margin: 15px 5%;
    display: inline-block;
}

.loginBg .remind form input, .loginBg .activate form input, .loginBg .new-password form input {
    margin: 0;
    padding: 9px 14px;
    border: 1px solid #c9c9c9;
    display: block;
    width: 75%;
    font-size: 15px;
    color: #000;
    font-family: "Open Sans";
    font-weight: 600;
    outline: none;
    float: right;
    margin-top: 10px;
    box-sizing: border-box;
}

.loginBg .remind form input {
    margin-top: 0;
}

.loginBg .remind .text {
    width: 90% !important;
}

.loginBg .remind form label, .loginBg .activate form label, .loginBg .new-password form label {
    width: 35%;
    font-family: "Open Sans";
    font-weight: 600;
    color: #1e437d;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
}

.loginBg .remind form label.mailLabel {
    text-align: right;
    padding: 14px 0;
    top: 19px;
    width: 20%;
}

.loginBg .remind form .button, .loginBg .activate form .button, .loginBg .new-password form .button {
    float: left;
    width: 66%;
    height: 50px;
    position: relative;
    background: #007cd2;
    margin: 21px 17% 0;
    background-image: url("/img/key.png");
    background-position: 90% center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: background .3s ease;
}

.loginBg .remind form .button:hover, .loginBg .activate form .button:hover, .loginBg .new-password form .button:hover {
    background-color: #0162A5;
}

.loginBg .remind form .button p, .loginBg .activate form .button p, .loginBg .new-password form .button p {
    font-family: "Rajdhani";
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: #FFF;
    position: absolute;
    left: 102px;
    padding: 0;
    top: 16px;
}

.loginBg .remind form div, .loginBg .activate form div, .loginBg .new-password form div {
    cursor: pointer;
    display: block;
    color: #1e437d;
    text-decoration: none;
    font-family: "Rajdhani";
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: -0.28px;
}

.loginBg .remind form div span, .loginBg .activate form div span, .loginBg .new-password form div span {
    color: #e13500;
    text-transform: uppercase;
}

.new-password-group {
    width: 35%;
    display: table !important;
    float: left;
    height: 40px;
}

.loginBg .new-password form .new-password-group label {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    float: none;
}

.remindMe .errors {
    width: 90%;
    margin: 10px 5%;
    color: red;
}

.loginBg .activate .errors {
    display: inline-block;
    width: 90%;
}

.loginBg .activate.activateMe {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.loginBg .activate form input {
    margin-top: 0;
}

.loginBg .activate .text {
    width: 90% !important;
}

.loginBg .activate form label.mailLabel {
    text-align: right;
    padding: 14px 0;
    top: 19px;
    width: 20%;
}

.activateMe .errors {
    width: 90%;
    margin: 10px 5%;
    color: red;
}

.loginBg .register {
    width: 988px;
    background: #dfe3e6;
    left: 50%;
    margin-left: -494px;
    top: 53%;
    transition: transform .5s ease, opacity .4s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    position: relative;
    float: left;
    padding-bottom: 40px;
    transform: translateY(-50%);
}

.loginBg .register.remindMe {
    transform: translate3d(0, 0, 0) translateY(-50%);
    opacity: 1;
}

.loginBg .register.eng form label.imieLabel {
    left: -95px;
}

.loginBg .register.eng form label.nazwiskoLabel {
    left: -92px;
}

.loginBg .register.eng form label.loginLabel {
    left: -61px;
}

.loginBg .register.eng form label.passwordLabel {
    left: -92px;
}

.loginBg .register.eng form label.passwordRepeatLabel {
    left: 308px;
}

.loginBg .register.eng form label.emailLabel {
    left: 416px;
}

.loginBg .register.eng form label.emailRepeatLabel {
    left: 366px;
}

.loginBg .register.eng form label.telLabel {
    left: 424px;
}

.loginBg .register .text {
    width: 779px;
    display: block;
    margin-left: 131px;
    color: #e13500;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 600;
    margin-top: 20px;
    padding-left: 5px;
    text-align: center;
}

.loginBg .register .header {
    position: relative;
    width: 100%;
    height: 50px;
    background: #e13500;
}

.loginBg .register .header p {
    color: #FFF;
    font-size: 20px;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding-top: 16px;
}

.loginBg .register .header .close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

.loginBg .register form {
    width: 779px;
    margin-left: 131px;
    margin-top: 0px;
    float: left;
}

.loginBg .register form .left, .loginBg .register form .right {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-top: 8px;
}

.loginBg .register form .right {
    margin-left: 175px;
}

.loginBg .register form .right label {
    margin-left: -175px;
    width: 170px;
}

.loginBg .register form input {
    margin: 0;
    padding: 9px 14px;
    border: 1px solid #c9c9c9;
    display: block;
    width: 270px;
    font-size: 15px;
    color: #000;
    font-family: "Open Sans";
    font-weight: 600;
    outline: none;
    margin-top: 20px;
    transition: background .2s ease;
}

.loginBg .register form input.validation {
    background: rgba(255, 0, 0, 0.2);
}

.loginBg .register form .obowiazek {
    font-family: "Open Sans";
    font-weight: 400;
    color: #1e437d;
    font-size: 12px;
    letter-spacing: -0.24px;
}

.loginBg .register form label {
    font-family: "Open Sans";
    font-weight: 600;
    color: #1e437d;
    font-size: 13px;
    text-transform: uppercase;
    float: left;
    width: 110px;
    margin-top: -20px;
    margin-left: -120px;
    text-align: right;
}

.loginBg .register form label.validation {
    color: red;
}

.loginBg .register form .checkbox {
    float: left;
    margin-top: 30px;
    margin-left: -90px;
    width: 905px;
}

.loginBg .register form .obowiazek {
    float: left;
    margin-top: 17px;
    margin-left: -50px;
    width: 830px;
    padding-bottom: 10px;
}

.loginBg .register form .checkbox label {
    text-transform: initial;
    font-size: 12px;
    line-height: 15px;
    margin-left: 40px;
    font-weight: 400;
    letter-spacing: -0.24px;
    display: block;
    cursor: pointer;
    width: 828px;
    text-align: left;
    margin-top: 0;
    margin-left: 20px;
}

.loginBg .register form .checkbox .checkWrap {
    margin: 0 0 10px;
    float: left;
}

.loginBg .register form .checkbox .check {
    margin: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    background: url("/img/checkbox.png") transparent bottom center no-repeat;
    float: left;
}

.loginBg .register form .checkbox .check.checked {
    background-position: top center;
}

.loginBg .register form .checkbox .check input {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
}

.loginBg .register form .button-wrapper {
    float: left;
    width: 96%;
}

.loginBg .register form .button {
    display: block;
    width: 298px;
    min-height: 50px;
    background: #e13500;
    margin: 0 auto;
    background-image: url("/img/open.png");
    background-position: 238px center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: background .3s ease;
}

.loginBg .register form .button button {
    width: 100%;
    background: transparent;
    border: 0;
    color: #fff;
    line-height: 50px;
    outline: none;
    cursor: pointer;
}

.loginBg .register form .button:hover {
    background-color: #A72700;
}

.loginBg .register form .button p {
    font-family: "Rajdhani";
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: #FFF;
    padding: 0;
    width: 60%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 18%;
    display: inline-block;
    text-align: center;
}

.loginBg .register form div {
    display: block;
    color: #1e437d;
    text-decoration: none;
    font-family: "Rajdhani";
    font-weight: 600;
    margin: 15px 0;
    letter-spacing: -0.28px;
}

.loginBg .register form div > span {
    color: #e13500;
    text-transform: uppercase;
    display: block;
    clear: both;
    /*margin: 15px 0;*/
}

.top {
    width: 100%;
    min-height: 100px;
    background: rgba(39, 54, 82, 0.6);
}

.top .topContent {
    text-align: center;
    width: 1250px;
    height: 100%;
    margin: 0 auto;
    display: block;
}

.top .topContent .gpwTraderLogo {
    margin-top: 30px;
    margin-left: 3px;
    float: left;
    max-height: 40px;
}

.top .topContent > img {
    margin: 30px 20px 0 0px;
    max-height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.siggContentHome {
    width: 100%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
    align-content: center;
}

.siggContentHome .image {
    width: 30%;
}

.siggContentHome .image img {
    width: 100%;
}

.siggContentHome .text {
    width: 70%;
    text-align: left;
}

.top .topContent .gpwLang {
    text-align: left;
    float: right;
    margin-top: 35px;
    min-width: 190px;
    margin-right: 0;
}

.top .topContent .language {
    white-space: nowrap;
    text-align: right;
}

.top .topContent .language .lang {
    width: auto;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    font-family: "Rajdhani";
    font-weight: 500;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
    padding-left: 26px;
    padding-right: 7px;
    text-decoration: none;
}

.top .topContent .language .lang:hover {
    text-decoration: underline;
}

.top .topContent .language .lang.active {
    color: white;
}

.top .topContent .language .lang.pl {
    background-image: url("/img/pl.png");
}

.top .topContent .language .lang.pl:after {
    content: "";
    width: 1px;
    height: 13px;
    background: #9098a6;
    display: inline-block;
    margin-left: 19px;
    margin-right: 4px;
}

.top .topContent .language .lang.en {
    background-image: url("/img/en.png");
    margin-left: 6px;
    padding-right: 0;
}

.top .topContent .timer {
    margin-left: 10px;
    font-family: "Rajdhani";
    font-weight: 500;
    width: 180px;
    white-space: nowrap;
    height: 35px;
    padding-bottom: 10px;
}

.top .topContent .timer .icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 30px;
    height: 30px;
}

.top .topContent .timer .icon .clockBorder {
    border-radius: 100%;
    border: 1px solid #FFF;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 0px;
    position: absolute;
}

.top .topContent .timer .icon .clockBorder .minute {
    display: block;
    position: absolute;
    width: 1px;
    height: 11px;
    background: #FFF;
    top: 5px;
    left: 15px;
    transform-origin: bottom center;
    z-index: 0;
}

.top .topContent .timer .icon .clockBorder .secs {
    display: block;
    position: absolute;
    width: 1px;
    height: 13px;
    background: #0097FF;
    z-index: 1;
    top: 3px;
    left: 15px;
    transform-origin: bottom center;
}

.top .topContent .timer .icon .clockBorder .hour {
    display: block;
    position: absolute;
    width: 1px;
    height: 8px;
    background: #FFF;
    top: 8px;
    left: 15px;
    transform-origin: bottom center;
    z-index: 0;
}

.top .topContent .timer .text {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-left: 5px;
}

.top .topContent .timer .text .location {
    color: #FFF;
}

.top .topContent .timer .text .dateInfo {
    color: #0097ff;
    margin-top: 3px;
}

.top .topContent .timer .text .dateInfo .spacer {
    width: 1px;
    height: 13px;
    background: #9097a5;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}

.top .topContent .timer .text .dateInfo .date {
    display: inline-block;
    vertical-align: middle;
}

.top .topContent .timer .text .dateInfo .time {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.content {
    width: 1250px;
    margin: 0 auto;
    display: block;
}

.content h2 {
    color: #FFF;
    text-shadow: 1px 1px 0px black;
    text-transform: uppercase;
    font-size: 75px;
    font-family: "Rajdhani";
    font-weight: 500;
    letter-spacing: -1.5px;
    margin-top: 81px;
}

.content .blueText {
    font-family: "Open Sans";
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.28px;
    padding: 52px 48px 52px 52px;
    background: #273652;
    width: 640px;
    /*min-height: 236px;*/
    float: left;
    margin-top: 26px;
    margin-left: 2px;
}

.content .blueText .left, .content .blueText .right {
    display: inline-block;
    vertical-align: top;
    width: 310px;
    float: left;
}

.content .blueText .right {
    float: right;
}

.content .blueText a {
    color: #fff;
    text-decoration: none;
}

.content .blueText a:hover {
    color: #fff;
    text-decoration: underline;
}

.content .blueText a:visited {
    color: #fff;
    text-decoration: none;
}

.content .film {
    background: #977854;
    width: 479px;
    min-height: 340px;
    position: relative;
    float: right;
    margin-top: 26px;
}

.content .film p {
    font-family: "Rajdhani";
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    background: url("/img/film.png") no-repeat 0px center;
    width: auto;
    padding-left: 40px;
    margin-top: 25px;
    margin-left: 49px;
}

.content .film .video {
    margin-left: 50px;
    margin-top: 15px;
    display: inline-block;
}

.content .film .video > * {
    max-width: 100%;
}

.content .index-btns {
    float: left;
    width: 99%;
    margin-top: 47px;
    margin-left: 2px;
}

.content .button {
    width: 260px;
    text-align: center;
    color: #FFF;
    min-height: 50px;
    font-size: 18px;
    font-family: "Rajdhani";
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    transition: background .3s ease;
}

.content .button.open {
    background-color: #e13500;
    background-image: url("/img/open.png");
    background-position: 230px center;
    background-repeat: no-repeat;
}

.content .button.open:hover {
    background-color: #A72700;
}

.content .button.open.buttonHomepage p, .content .button.zaloguj.buttonHomepage p {
    position: absolute;
    top: 17px;
    left: 15px;
}

.content .button.open span {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    background-color: inherit;
    transform: skew(-21deg);
    z-index: -1;
}

.content .button.open span.leftTransform {
    left: -10px;
    right: auto;
}

.content .button.buttonHomepage.zaloguj {
    width: 300px;
    background-position: 250px center;
    margin-left: 0;
}

.content .button.buttonHomepage {
    margin: 0 30px 0 0;
    display: inline-block;
    width: 300px;
    font-size: 16px;
}

.content .button.buttonHomepage.open {
    background-position: 270px center;
}

.content .button.zaloguj {
    background-color: #007cd2;
    width: 251px;
    background-image: url("/img/key.png");
    background-repeat: no-repeat;
    background-position: 208px center;
    cursor: pointer;
    margin-left: 25px;
}

.content .button.zaloguj:hover {
    background-color: #0162A5;
}

.content .button.zaloguj p {
    position: absolute;
    top: 17px;
    left: 21px;
}

.content .button.zaloguj span {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    background-color: inherit;
    transform: skew(-21deg);
    z-index: -1;
}

.content .button.open.no-icon {
    background-image: none;
}

.content .social {
    float: left;
    width: 99%;
    margin-top: 30px;
    margin-left: 2px;
}

.content .social .classification-btn {
  width: 260px;
  height: 38px;
  text-align: center;
  color: #FFF;
  min-height: 38px;
  font-size: 18px;
  font-family: "Rajdhani";
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  position: relative;
  transition: background-color .3s ease;
  border: 1px solid;
  background-color: #e13500;
  align-items: center;
  justify-content: center;
}

.content .social .classification-btn:hover {
  background-color: #A72700;
}

.content .social .social-group {
    float: left;
    width: auto;
}

.content .social .singleSocial {
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-repeat: no-repeat;
    background-position: center center;
}

.content .social .singleSocial:hover {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.content .social .singleSocial.fb {
    background-image: url("/img/social/fb.png");
}

.content .social .singleSocial.fb:hover {
    background-image: url("/img/social/fbHover.png");
}

.content .social .singleSocial.yb {
    background-image: url("/img/social/youtube.png");
}

.content .social .singleSocial.yb:hover {
    background-image: url("/img/social/youtubeHover.png");
}

.content .social .singleSocial.tw {
    background-image: url("/img/social/twitter.png");
}

.content .social .singleSocial.tw:hover {
    background-image: url("/img/social/twitterHover.png");
}

.content .social .singleSocial.rss {
    background-image: url("/img/social/rss.png");
}

.content .social .singleSocial.rss:hover {
    background-image: url("/img/social/rssHover.png");
}

.content .social .singleSocial.mail {
    background-image: url("/img/social/mail.png");
}

.content .social .singleSocial.mail:hover {
    background-image: url("/img/social/mailHover.png");
}

.content .social .singleSocial.mobile {
    background-image: url("/img/social/mobile.png");
}

.content .social .singleSocial.mobile:hover {
    background-image: url("/img/social/mobileHover.png");
}

.content .footer {
    width: 99%;
    max-width: 1250px;
    min-height: 50px;
    border-top: 1px solid #FFF;
    float: left;
    margin-top: 28px;
    margin-left: 2px;
    font-size: 0;
}

.content .footer .copyright {
    margin-top: 13px;
    margin-left: 1px;
    margin-bottom: 13px;
    float: left;
}

.content .footer .copyright img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    float: left;
}

.content .footer .copyright p {
    display: inline-block;
    vertical-align: middle;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    margin-top: 1px;
    line-height: 1.9;
}

.content .footer .linki {
    margin-top: 16px;
    float: right;
}

.content .footer .linki a {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.content .footer .linki .spacer {
    width: 1px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background: #FFF;
    margin: 0 6px;
}

.footer .version-num {
    opacity: 0.2;
}

.content-zalogowany .footer-wrapper {
    display: inline-block;
    width: 100%;
}

.content-zalogowany .footer {
    border-top-color: #bbb;
    width: 1250px;
    margin: 39px auto 0;
    float: none;
}

.content-zalogowany .footer .copyright p, .content-zalogowany .footer .linki a {
    color: #bbb;
}

.top.zalogowany {
    background: #212d45;
}

.top.zalogowany .user {
    width: 100%;
    height: 40px;
    margin-top: 15px;
    font-family: "Rajdhani";
    font-weight: 500;
    white-space: nowrap;
    float: left;
}

.top.zalogowany .user .icon1 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.top.zalogowany .user .text1 {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-left: 9px;
}

.top.zalogowany .user .text1 .player {
    color: #0097ff;
}

.top.zalogowany .user .text1 .settings {
    color: white;
    margin-top: 3px;
}

.top.zalogowany .user .text1 .setup {
    display: inline-block;
    vertical-align: middle;
}

.top.zalogowany .user .text1 .spacer {
    width: 1px;
    height: 13px;
    background: #9097a5;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 7px;
}

.top.zalogowany .user .logout {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
}

.top.zalogowany a {
    text-decoration: none;
    color: #fff;
}

.top .main-account {
    width: 190px;
    height: 40px;
    font-family: "Rajdhani";
    font-weight: 500;
    width: 100%;
    white-space: nowrap;
    float: left;
    margin-top: 20px;
}

.top .main-account .icon2 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.top .main-account .text2 {
    display: inline-block;
    font-size: 16px;
    margin-left: 4px;
}

.top .main-account .account {
    color: white;
}

.menu.zalogowany {
    width: 100%;
    min-height: 50px;
    background-color: #273652;
    display: block;
}

.menu.zalogowany .menu.content {
    width: 1250px;
    height: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.menu.zalogowany .menu.content .list {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.menu.zalogowany .menu.content .list ul {
    font-size: 0;
}

.menu.zalogowany .menu.content .list li {
    vertical-align: top;
    display: inline-block;
    font-family: "Rajdhani";
    text-align: center;
    font-size: 18px;
    margin-bottom: -2px;
}

.menu.zalogowany .menu.content .list li:first-of-type {
    margin-top: 0px;
}

.menu.zalogowany .menu.content .list li:last-of-type {
    margin-top: 0px;
}

.menu.zalogowany .menu.content .list li:hover {
    background: #007CD2;
}

.menu.zalogowany .menu.content .list li.active {
    background: #34486e;
}

.menu.zalogowany .menu.content .list li.home {
    width: 50px;
    height: 50px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("/img/home.png");
}

.menu.zalogowany .menu.content .list li.home.active {
    background-image: url("/img/home-active.png");
    background-color: #eaca31;
}

.menu.zalogowany .menu.content .list li.check {
    width: auto;
    height: 50px;
    padding-top: 0px;
    margin-bottom: 0;
    padding-left: 7px;
    padding-right: 7px;
}

.menu.zalogowany .menu.content .list li.check:hover {
    background-color: #007CD2;
}

.menu.zalogowany .menu.content .list li.check.active {
    background-color: #34486e;
}

.menu.zalogowany .menu.content .list li.check.active:hover {
    background-color: #34486e;
}

/*.menu.zalogowany .menu.content .list .rachunek {*/
/*width: 132px;*/
/*}*/

/*.menu.zalogowany .menu.content .list .zlecenia {*/
/*width: 190px;*/
/*}*/

/*.menu.zalogowany .menu.content .list .note {*/
/*width: 122px;*/
/*}*/

/*.menu.zalogowany .menu.content .list .historia {*/
/*width: 122px;*/
/*}*/

/*.menu.zalogowany .menu.content .list .rank {*/
/*width: 122px;*/
/*}*/

/*.menu.zalogowany .menu.content .list .edu {*/
/*width: 124px;*/
/*}*/

/*.menu.zalogowany .menu.content .list .depozyty {*/
/*width: 112px;*/
/*}*/

/*.menu.zalogowany .menu.content .list .instrukcja {*/
/*width: 218px;*/
/*}*/

/*.menu.zalogowany .menu.content .list .zalozrachunek {*/
/*width: 218px;*/
/*}*/
.menu.zalogowany .menu.content .list li {
    padding: 0 15px;
}

.menu.zalogowany .menu.content .list a,
.menu.zalogowany .menu.content .list li.hide span {
    text-decoration: none;
    color: #fff;
    display: block;
    /*height: 100%;*/
    padding: 16px 0;
}

.submenu.zlecenia .single-block {
    margin-top: 9px !important;
}

.submenu.zlecenia .single-block img {
    top: 3px !important;
}

.submenu.content {
    width: 1250px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    background: #eaca31;
}

.submenu.content .single-block {
    float: left;
    vertical-align: top;
    color: #1e437d;
    font-family: "Rajdhani";
    margin-top: 15px;
}

.submenu.content .single-block p {
    margin-top: 6px;
}

.submenu.content .button {
    float: left;
}

.submenu.content .single-block.stan {
    height: 80px;
    width: 175px;
    text-align: center;
    box-sizing: border-box;
    padding-right: 2px;
}

.submenu.content .single-block.stan h4 {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
}

.submenu.content .single-block.stan p {
    font-weight: normal;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: -2px;
}

.submenu.content .single-block.stan img {
    position: absolute;
    top: 8px;
    left: 134px;
}

.submenu.content .single-block.resources {
    width: 160px;
    height: 80px;
    box-sizing: border-box;
    padding-left: 29px;
}

.submenu.content .single-block.resources h4 {
    font-weight: 500;
    font-size: 18px;
}

.submenu.content .single-block.resources p {
    font-weight: bold;
    font-size: 25px;
}

.submenu.content .single-block.wallet {
    width: 140px;
    height: 80px;
    box-sizing: border-box;
    margin-left: -4px;
    text-align: center;
}

.submenu.content .single-block.wallet h4 {
    font-weight: 500;
    font-size: 18px;
}

.submenu.content .single-block.wallet p {
    font-weight: bold;
    font-size: 25px;
}

.submenu.content .single-block.rate {
    width: 130px;
    height: 80px;
    box-sizing: border-box;
    text-align: center;
    margin-left: 23px;
}

.submenu.content .single-block.rate h4 {
    font-weight: 500;
    font-size: 18px;
}

.submenu.content .single-block.rate p {
    font-weight: normal;
    font-size: 25px;
    /*color: #e13500;*/
}

.submenu.content .single-block.rate.positive p {
    color: #20a91a;
}

.submenu.content .single-block.rate.negative p {
    color: #e13500;
}

.submenu.content .single-block.rank {
    width: 170px;
    height: 80px;
    box-sizing: border-box;
    text-align: center;
    margin-left: -3px;
}

.submenu.content .single-block.rank h4 {
    font-weight: 500;
    font-size: 18px;
}

.submenu.content .single-block.rank p {
    font-weight: bold;
    font-size: 25px;
}

.submenu.content .samouczki {
    width: 159px;
    height: 50px;
    background-color: #eaca31;
    box-sizing: border-box;
    border: 1px solid #273652;
    margin-top: 15px;
    margin-left: 16px;
    margin-right: 50px;
}

.submenu.content .samouczki:hover {
    background-color: #273652;
}

.submenu.content .samouczki:hover p {
    color: #fff;
}

.submenu.content .samouczki:hover .learn {
    background-image: url("/img/learn-h.png");
}

.submenu.content .samouczki p {
    margin-top: 16px;
    color: #1e437d;
    font-family: "Rajdhani";
    font-weight: 500;
    font-size: 18px;
    margin-right: 9px;
}

.submenu.content .samouczki span {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 147px;
    top: -1px;
    background-color: inherit;
    transform: skew(-21deg);
    z-index: 1;
    box-sizing: border-box;
    border-bottom: 1px solid #273652;
    border-top: 1px solid #273652;
    border-right: 1px solid #273652;
}

.submenu.content .samouczki .learn {
    position: absolute;
    margin-left: 150px;
    bottom: 14px;
    background-repeat: no-repeat;
    z-index: 2;
    background-image: url("/img/learn.png");
    width: 26px;
    height: 18px;
}

.submenu.content .order {
    width: 205px;
    height: 50px;
    background-color: #273652;
    box-sizing: border-box;
    border: 1px solid #273652;
    margin-top: 15px;
    margin-left: 13px;
    border-left: 0;
}

.submenu.content .order:hover {
    background-color: #eaca31;
}

.submenu.content .order:hover p {
    color: #273652;
}

.submenu.content .order:hover .clock {
    background-image: url("/img/time-h.png");
}

.submenu.content .order:hover .clock.zlecenie {
    background-image: url("/img/close-dark.png");
}

.submenu.content .order p {
    margin-top: 17px;
    color: #fff;
    font-family: "Rajdhani";
    font-weight: 500;
    font-size: 18px;
    margin-right: 39px;
}

.submenu.content .order span {
    width: 22px;
    height: 50px;
    display: block;
    position: absolute;
    right: 194px;
    top: -1px;
    background-color: inherit;
    transform: skew(-22deg);
    z-index: 1;
    box-sizing: border-box;
    border-bottom: 1px solid #273652;
    border-top: 1px solid #273652;
    border-left: 1px solid #273652;
}

.submenu.content .order .clock {
    position: absolute;
    margin-left: 165px;
    bottom: 14px;
    background-repeat: no-repeat;
    z-index: 2;
    background-image: url("/img/time.png");
    width: 19px;
    height: 19px;
}

.submenu.content .order .clock.zlecenie {
    background-image: url("/img/close-big.png");
    bottom: 10px;
    margin-left: 169px;
}

.tables {
    width: 1250px;
    height: 100%;
    margin: 0 auto;
    background: #f2f4f5;
}

.tables .tables-div {
    float: left;
    width: 100%;
}

.tables .tables-div .table-responsive {
    overflow: auto;
    width: 100%;
}

.tables .tables-div .table-open {
    overflow-y: auto;
    height: 230px;
}

.tables table {
    width: 100%;
}

.tables table th {
    padding: 5px 10px;
    vertical-align: middle !important;
}

.tables .table-big-header th {
    padding: 15px 10px;
}

.tables table thead tr.no-padding th {
    padding: 0 0 5px;
}

.tables table tbody tr {
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
}

.tables table td {
    background-color: #fff;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 11px;
    color: #1e437d;
    vertical-align: top;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.tables table td:first-child {
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-left: 0;
}

.tables table td:last-child {
    padding-right: 5px;
}

.tables .blockleft {
    width: 417px;
    min-height: 996px;
    float: left;
}

.tables .blockleft table {
    box-sizing: border-box;
    font-weight: normal;
    font-size: 18px;
}

.tables .blockleft .single-block {
    position: relative;
    width: 417px;
    display: block;
    margin-top: 10px;
}

.tables .blockleft .single-block.pozycje {
    background: #eee;
    margin-top: 10px;
    height: 290px;
    padding-bottom: 10px;
    overflow: hidden;
}

.tables .blockleft .single-block.pozycje .content-to-scroll {
    overflow: hidden;
    height: 260px;
}

.tables .blockleft .single-block.pozycje .position {
    background: #007cd2;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    text-align: left;
    padding: 7px 0px 5px 19px;
    text-transform: uppercase;
    font-family: "Rajdhani";
}

.tables .blockleft .single-block.pozycje .naglowek,
.tables table th {
    background-color: #eee;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 11px;
    color: #1e437d;
    vertical-align: top;
}

.tables .blockleft .single-block.pozycje .pozycje-content {
    background-color: #fff;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 11px;
    color: #1e437d;
    vertical-align: top;
    position: relative;
}

.tables .blockleft .single-block.pozycje .pozycje-content .instr {
    font-weight: bold;
    padding: 10px 9px 9px 10px;
    text-transform: uppercase;
}

.tables .blockleft .single-block.pozycje .pozycje-content .zlec {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 20px;
    margin-left: 22px;
}

.tables .blockleft .single-block.pozycje .pozycje-content .zlec .k-wartosc {
    position: absolute;
    top: 10px;
    left: 15px;
}

.tables .blockleft .single-block.pozycje .pozycje-content .zlec .s-wartosc {
    position: absolute;
    top: 10px;
    right: 37px;
}

.tables .blockleft .single-block.pozycje .pozycje-content .naj {
    display: inline-block;
    position: relative;
    width: 93px;
    height: 20px;
}

.tables .blockleft .single-block.pozycje .pozycje-content .naj .k-wartosc {
    position: absolute;
    top: 10px;
    left: 4px;
}

.tables .blockleft .single-block.pozycje .pozycje-content .naj .s-wartosc {
    position: absolute;
    top: 10px;
    right: 20px;
}

.tables .blockleft .single-block.pozycje .pozycje-content:after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: 387px;
    height: 1px;
    background: #eee;
}

.tables .blockleft .single-block.pozycje .pozycje-content.no-bottom:after {
    display: none;
    padding-bottom: 0px;
}

.tables .blockleft .single-block.pozycje .instr {
    text-align: left;
    padding: 15px 0px 14px 19px;
    display: inline-block;
    width: 67px;
}

.tables .blockleft .single-block.pozycje .pos {
    display: inline-block;
    text-align: center;
    width: 38px;
    margin-left: 32px;
}

.tables .blockleft .single-block.pozycje .wol {
    display: inline-block;
    text-align: center;
    width: 23px;
    margin-left: 23px;
}

.tables .blockleft .single-block.pozycje .zlec {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 20px;
    margin-left: 22px;
}

.tables .blockleft .single-block.pozycje .zlec span {
    position: absolute;
}

.tables .blockleft .single-block.pozycje .naj {
    display: inline-block;
    position: relative;
    width: 93px;
    height: 20px;
}

.tables .blockleft .single-block.pozycje .naj span {
    position: absolute;
}

.tables .blockleft .single-block.pozycje .scroller {
    position: absolute;
    width: 8px;
    height: 212px;
    background-color: #eee;
    right: 2px;
    top: 72px;
    z-index: 999;
}

.tables .blockleft .single-block.pozycje .scroller .catcher {
    position: relative;
    background-color: #fff;
    width: 6px;
    height: 21px;
}

.tables .blockleft .single-block .scrollerX {
    position: absolute;
    height: 8px;
    width: 400px;
    background-color: #eee;
    left: 5px;
    bottom: 1px;
    z-index: 1;
}

.tables .blockleft .single-block .scrollerX .catcherX {
    position: relative;
    background-color: #fff;
    height: 6px;
    width: 21px;
}

.tables .blockleft .single-block.ulubione {
    background: #fff;
}

.tables .blockleft .single-block.ulubione .blueSelect {
    position: absolute;
    width: 100%;
    height: 0px;
    transition: height .2s;
    bottom: 0;
    background: #007cd2;
    display: block;
    overflow: hidden;
    z-index: 9;
}

.tables .blockleft .single-block.ulubione .blueSelect .inputs {
    width: 183px;
    margin: 10px auto;
    display: block;
}

.tables .blockleft .single-block.ulubione .blueSelect .dodaj {
    font-family: "Open Sans", Arial;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    position: absolute;
    top: 18px;
    left: 70px;
    cursor: pointer;
}

.tables .blockleft .single-block.ulubione .blueSelect .dodaj:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 2px;
    background: url("/img/dodaj.png") no-repeat center center;
    width: 10px;
    height: 10px;
    transition: transform .2s;
    transform: scale(1);
}

.tables .blockleft .single-block.ulubione .blueSelect .dodaj:hover {
    color: #273652;
}

.tables .blockleft .single-block.ulubione .blueSelect .dodaj:hover:before {
    background: url("/img/plus.png") no-repeat center center;
}

.tables .blockleft .single-block.ulubione .fav {
    background: #273652;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    text-align: left;
    padding: 7px 0px 13px 19px;
    height: 10px;
    text-transform: uppercase;
    font-family: "Rajdhani";
    position: relative;
}

.tables .blockleft .single-block.ulubione .fav img {
    right: 7px;
    vertical-align: middle;
    position: absolute;
    bottom: 7px;
    cursor: pointer;
}

.tables .blockleft .single-block.ulubione .naglowek {
    background-color: #eee;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 11px;
    color: #1e437d;
    vertical-align: top;
}

.tables .blockleft .single-block.ulubione .content-to-scroll {
    height: 330px;
}

.tables .blockleft .single-block.ulubione .ulubione-content {
    background-color: #fff;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 11px;
    color: #1e437d;
    vertical-align: top;
    position: relative;
}

.tables .blockleft .single-block.ulubione .ulubione-content .instr {
    font-weight: bold;
    padding: 10px 9px 9px 10px;
    text-transform: uppercase;
    transition: width .2s;
}

.tables .blockleft .single-block.ulubione .ulubione-content .zmiana-kursu {
    display: inline-block;
    text-align: right;
    width: 99px;
    font-weight: bold;
    transition: width .2s;
}

.tables .blockleft .single-block.ulubione .ulubione-content .zmiana-kursu.green, .zmiana-kursu.green {
    color: #20a91a;
}

.tables .blockleft .single-block.ulubione .ulubione-content .zmiana-kursu.red, .zmiana-kursu.red {
    color: #e13500;
}

.tables .blockleft .single-block.ulubione .ulubione-content .zmiana-kursu img {
    margin-left: 4px;
}

.tables .blockleft .single-block.ulubione .ulubione-content:after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: 395px;
    height: 1px;
    background: #eee;
}

.tables .blockleft .single-block.ulubione .ulubione-content.no-bottom:after {
    display: none;
    padding-bottom: 0px;
}

.tables .blockleft .single-block.ulubione .instr {
    text-align: left;
    padding: 15px 0px 14px 19px;
    display: inline-block;
    width: 123px;
    transition: width .2s;
}

.tables .blockleft .single-block.ulubione .najlepsze-k {
    display: inline-block;
    text-align: right;
    transition: width .2s;
    width: 60px;
}

.tables .blockleft .single-block.ulubione .usun {
    display: inline-block;
    text-align: right;
    width: 0;
    overflow: hidden;
    color: #1e437d;
    font-size: 11px;
    cursor: pointer;
    font-weight: 400;
    opacity: 0;
    transition: width .2s, opacity .2s;
}

.tables .blockleft .single-block.ulubione .usun:hover {
    font-weight: 700;
    color: #007cd2;
}

.tables .blockleft .single-block.ulubione .najlepsze-s {
    display: inline-block;
    text-align: right;
    width: 95px;
    transition: width .2s;
}

.tables .blockleft .single-block.ulubione .zmiana-kursu {
    min-width: 60px;
    text-align: right;
    font-weight: bold;
    transition: width .2s;
}

.tables .blockleft .single-block.ulubione .scroller {
    position: absolute;
    width: 8px;
    height: 275px;
    background-color: #eee;
    right: 2px;
    top: 78px;
    z-index: 1;
}

.tables .blockleft .single-block.ulubione .scroller .catcher {
    position: relative;
    background-color: #fff;
    width: 6px;
    height: 163px;
}

.tables .blockleft .single-block.informacje .info {
    width: 417px;
    background: #273652;
}

.tables .blockleft .single-block.informacje .info h4 {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    text-align: left;
    padding: 6px 0px 6px 20px;
    text-transform: uppercase;
    font-family: "Rajdhani";
    vertical-align: middle;
}

.tables .blockleft .single-block.informacje .newsc {
    width: 417px;
    background: white;
    padding-bottom: 46px;
}

.tables .blockleft .single-block.informacje .newsc .newscWrap {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tables .blockleft .single-block.informacje .newsc .newscWrap p {
    padding: 0;
    line-height: 1.5;
    font-size: 12px;
}

.tables .blockleft .single-block.informacje .newsc .newscWrap p strong {
    font-weight: bold;
}

.tables .blockleft .single-block.informacje .newsc .newscWrap p a {
    color: #007cd2;
    text-decoration: none;
}

.tables .blockleft .single-block.informacje .newsc p {
    padding: 17px 0px 0px 21px;
    font-family: "Open Sans";
    font-size: 11px;
    line-height: 13px;
}

.tables .blockright {
    width: 823px;
    min-height: 996px;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 10px;
    float: right;
}

.ranktable {
    position: relative;
}

.tables .fixed-table-header,
.ranktable .fixed-table-header {
    overflow: hidden;
    position: absolute;
    left: 0;
    z-index: 99;
    width: 100%;
}

.tables .fixed-table-header > div,
.ranktable .fixed-table-header > div {
    position: absolute;
    width: 100%;
    height: 100%;
}

.footer-zalogowany {
    margin: 0 auto;
    margin-top: 39px;
    width: 1250px;
}

.footer-zalogowany .copyright {
    display: inline-block;
}

.footer-zalogowany .copyright p {
    display: inline-block;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    color: #bbb;
    margin-left: 11px;
}

.footer-zalogowany .copyright img {
    vertical-align: middle;
}

.footer-zalogowany .linki {
    display: inline-block;
    margin-left: 358px;
}

.footer-zalogowany .linki a {
    color: #bbb;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.footer-zalogowany .linki .spacer {
    width: 1px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background: #bbb;
    margin: 0 12px;
}

.notowania {
    width: 1250px;
    height: 40px;
    background: #212d45;
    margin: 0 auto;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
}

.notowania h4 {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    text-align: left;
    padding: 13px 0px 9px 20px;
    text-transform: uppercase;
    font-family: "Rajdhani";
    vertical-align: middle;
    display: inline-block;
}

.notowania .glowne-indeksy {
    display: inline-block;
}

.notowania .glowne-indeksy.wig {
    font-family: "Open Sans";
    color: #fff;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.notowania .glowne-indeksy.wig .date {
    width: 90px;
    position: relative;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}

.notowania .glowne-indeksy.wig span {
    position: absolute;
}

.notowania .glowne-indeksy.wig .nazwa-indeksu {
    width: 55px;
    position: relative;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background: #212d45;
}

/*
 .notowania{
 width: 1250px;
 height: 40px;
 background: #212d45;
 margin-top: 6px;
 white-space:nowrap;
 overflow:hidden;
 h4{
 font-weight: normal;
 font-size: 18px;
 color: #fff;
 text-align: left;
 padding: 13px 0px 9px 20px;
 text-transform: uppercase;
 font-family: "Rajdhani";
 vertical-align: middle;
 display: inline-block;
 }
 .glowne-indeksy{
 display: inline-block;

 &.wig{
 font-family: "Open Sans";
 color: #fff;
 position:relative;
 vertical-align: middle;
 display: inline-block;

 .date{
 width: 90px;
 position: relative;
 height:40px;
 display:inline-block;
 vertical-align:top;
 }
 span{
 position:absolute;
 }

 .nazwa-indeksu{
 width: 55px;
 position: relative;
 height:40px;
 display:inline-block;
 vertical-align:top;
 }
 span{
 position:absolute;
 }

 .wartosc{
 width: 80px;
 position: relative;
 height:40px;
 display:inline-block;
 vertical-align:top;
 }
 span{
 position:absolute;
 }

 .stan{
 width: 90px;
 position: relative;
 height:40px;
 display:inline-block;
 vertical-align:top;
 }
 span{
 position:absolute;
 }
 img{
 margin-left: 6px;
 }
 }
 &.mwig40{
 font-family: "Open Sans";
 color: #fff;
 position:relative;
 vertical-align: middle;
 display: inline-block;

 .date{
 width: 90px;
 position: relative;
 height:40px;
 display:inline-block;
 vertical-align:top;
 }
 span{
 position:absolute;
 }

 .nazwa-indeksu{
 width: 55px;
 position: relative;
 height:40px;
 display:inline-block;
 vertical-align:top;
 }
 span{
 position:absolute;
 }

 .wartosc{
 width: 80px;
 position: relative;
 height:40px;
 display:inline-block;
 vertical-align:top;
 }
 span{
 position:absolute;
 }

 .stan{
 width: 90px;
 position: relative;
 height:40px;
 display:inline-block;
 vertical-align:top;
 }
 span{
 position:absolute;
 }
 img{
 margin-left: 4px;
 }
 }
 }
 }*/
.notowania {
    width: 1250px;
    height: 40px;
    background: #212d45;
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
}

.notowania h4 {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    text-align: left;
    padding: 13px 0px 9px 20px;
    text-transform: uppercase;
    font-family: "Rajdhani";
    vertical-align: middle;
    display: inline-block;
}

.notowania .glowne-indeksy {
    display: inline-block;
}

.notowania .glowne-indeksy.wig {
    font-family: "Open Sans";
    color: #fff;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.notowania .glowne-indeksy.wig .date {
    width: 90px;
    position: relative;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}

.notowania .glowne-indeksy.wig span {
    position: absolute;
}

.notowania .glowne-indeksy.wig .nazwa-indeksu {
    width: 55px;
    position: relative;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}

.notowania .glowne-indeksy.wig span {
    position: absolute;
}

.notowania .glowne-indeksy.wig .wartosc {
    width: 80px;
    position: relative;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}

.notowania .glowne-indeksy.wig span {
    position: absolute;
}

.notowania .glowne-indeksy.wig .stan {
    width: 90px;
    position: relative;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}

.notowania .glowne-indeksy.wig span {
    position: absolute;
}

.notowania .glowne-indeksy.wig img {
    margin-left: 2px;
}

.notowania .glowne-indeksy.wig20 {
    font-family: "Open Sans";
    color: #fff;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.notowania .glowne-indeksy.wig20 .date {
    width: 90px;
    position: relative;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}

.notowania .glowne-indeksy.wig20 span {
    position: absolute;
}

.notowania .glowne-indeksy.wig20 .nazwa-indeksu {
    width: 55px;
    position: relative;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}

.notowania .glowne-indeksy.wig20 span {
    position: absolute;
}

.notowania .glowne-indeksy.wig20 .wartosc {
    width: 80px;
    position: relative;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}

.notowania .glowne-indeksy.wig20 span {
    position: absolute;
}

.notowania .glowne-indeksy.wig20 .stan {
    width: 90px;
    position: relative;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}

.notowania .glowne-indeksy.wig20 span {
    position: absolute;
}

.notowania .glowne-indeksy.wig20 img {
    margin-left: 6px;
}

.notowania .glowne-indeksy.mwig40 {
    font-family: "Open Sans";
    color: #fff;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.notowania .glowne-indeksy.mwig40 .date {
    width: 90px;
    position: relative;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}

.notowania .glowne-indeksy.mwig40 span {
    position: absolute;
}

.notowania .glowne-indeksy.mwig40 .nazwa-indeksu {
    width: 55px;
    position: relative;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}

.notowania .glowne-indeksy.mwig40 span {
    position: absolute;
}

.notowania .glowne-indeksy.mwig40 .wartosc {
    width: 80px;
    position: relative;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}

.notowania .glowne-indeksy.mwig40 span {
    position: absolute;
}

.notowania .glowne-indeksy.mwig40 .stan {
    width: 90px;
    position: relative;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}

.notowania .glowne-indeksy.mwig40 span {
    position: absolute;
}

.notowania .glowne-indeksy.mwig40 img {
    margin-left: 4px;
}

.rachunek-content {
    width: 1250px;
    margin: 0 auto;
    position: relative;
    background: #ebedee;
}

.rachunek-content .srodki {
    width: 1250px;
    padding-bottom: 40px;
    margin: 0 auto;
    background: #34486e;
    display: inline-block;
}

.rachunek-content .srodki .finansowe {
    width: 38%;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0 6%;
}

.rachunek-content .srodki .finansowe h4 {
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 60px;
    border-bottom: 1px solid #717f9a;
    width: 100%;
    padding-bottom: 27px;
}

.rachunek-content .srodki .finansowe .wplacone {
    width: 100%;
    border-bottom: 1px solid #717f9a;
    font-family: "Open Sans";
    color: #fff;
    position: relative;
    padding-bottom: 8px;
    padding-top: 5px;
}

.rachunek-content .srodki .finansowe .wolne {
    width: 100%;
    border-bottom: 1px solid #717f9a;
    font-family: "Open Sans";
    color: #fff;
    position: relative;
    padding-bottom: 8px;
    padding-top: 5px;
}

.rachunek-content .srodki .finansowe .doplata {
    width: 100%;
    border-bottom: 1px solid #717f9a;
    font-family: "Open Sans";
    color: #fff;
    position: relative;
    padding-bottom: 8px;
    padding-top: 5px;
}

.rachunek-content .srodki .portfel {
    width: 38%;
    margin: 0 6%;
    min-height: 220px;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.rachunek-content .srodki .portfel h4 {
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 60px;
    border-bottom: 1px solid #717f9a;
    width: 100%;
    padding-bottom: 27px;
}

.rachunek-content .srodki .portfel .wartosc {
    width: 100%;
    border-bottom: 1px solid #717f9a;
    font-family: "Open Sans";
    color: #fff;
    position: relative;
    padding-bottom: 8px;
    padding-top: 5px;
}

.rachunek-content .srodki .portfel .zysk {
    width: 100%;
    border-bottom: 1px solid #717f9a;
    font-family: "Open Sans";
    color: #fff;
    position: relative;
    padding-bottom: 8px;
    padding-top: 5px;
}

.rachunek-content .srodki .portfel .procent {
    width: 100%;
    border-bottom: 1px solid #717f9a;
    font-family: "Open Sans";
    color: #fff;
    position: relative;
    padding-bottom: 8px;
    padding-top: 5px;
}

.rachunek-content .srodki .refresh {
    width: 340px;
    display: inline-block;
}

.rachunek-content .srodki .refresh .button-refresh {
    background-color: #007cd2;
    width: 250px;
    height: 50px;
    margin-left: 63px;
    margin-top: 90px;
    background-image: url("/img/refresh.png");
    background-repeat: no-repeat;
    background-position: 205px center;
    cursor: pointer;
    position: relative;
}

.rachunek-content .srodki .refresh .button-refresh p {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Rajdhani";
    vertical-align: middle;
    top: 17px;
    left: 64px;
    position: absolute;
}

.rachunek-content .srodki .refresh .button-refresh:hover {
    background-color: #FFF;
    background-image: url("/img/refresh_blue.png");
}

.rachunek-content .srodki .refresh .button-refresh:hover p {
    color: #007cd2;
}

.rachunek-content .srodki .refresh .button-reset {
    background-color: #e13500;
    width: 250px;
    height: 50px;
    margin-left: 63px;
    margin-top: 10px;
    background-image: url("/img/reset.png");
    background-repeat: no-repeat;
    background-position: 213px center;
    cursor: pointer;
    position: relative;
}

.rachunek-content .srodki .refresh .button-reset p {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Rajdhani";
    vertical-align: middle;
    top: 17px;
    left: 52px;
    position: absolute;
}

.rachunek-content .srodki .refresh .button-reset:hover {
    background-color: #FFF;
    background-image: url("/img/reset_red.png");
}

.rachunek-content .srodki .refresh .button-reset:hover p {
    color: #e13500;
}

.rachunek-content .derywaty {
    width: 1250px;
    margin: 0 auto;
    margin-top: 20px;
}

.rachunek-content .derywaty .derywaty-head {
    width: 1250px;
    background: #fff;
}

.rachunek-content .derywaty .derywaty-head h4 {
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: 600;
    color: #34486e;
    text-transform: uppercase;
    margin-left: 28px;
    padding-top: 15px;
    padding-bottom: 18px;
}

.rachunek-content .derywaty .derywaty-data {
    width: 1250px;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 11px;
    color: #fff;
    background: #fff;
    vertical-align: top;
    padding-bottom: 10px;
}

.rachunek-content .akcje {
    width: 1250px;
    height: 200px;
    margin: 0 auto;
    background: #fff;
    margin-top: 20px;
}

.notowania-content {
    width: 1250px;
    margin: 0 auto;
}

.notowania-content .notowania-list {
    width: 1250px;
    background: #34486e;
}

.notowania-content .notowania-list ul {
    margin-left: 12px;
}

.notowania-content .notowania-list ul li {
    display: inline-block;
    font-family: "Rajdhani";
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 16px 0px;
    text-align: center;
    margin-top: 2px;
}

.notowania-content .notowania-list ul li.indeksy {
    width: 86px;
}

.notowania-content .notowania-list ul li.akcje {
    width: 68px;
    padding-right: 2px;
}

.notowania-content .notowania-list ul li.indeksowe {
    width: 178px;
}

.notowania-content .notowania-list ul li.akcyjne {
    width: 153px;
}

.notowania-content .notowania-list ul li.walutowe {
    width: 181px;
}

.notowania-content .notowania-list ul li.obligacje {
    width: 178px;
}

.notowania-content .notowania-list ul li.wibor {
    width: 182px;
}

.notowania-content .notowania-list ul li.etf {
    width: 60px;
}

.notowania-content .notowania-list ul li a {
    color: #fff;
    text-decoration: none;
}

.notowania-content .notowania-list ul li.active {
    background: #dedede;
    padding-top: 15px;
    padding-bottom: 9px;
    position: relative;
    top: 7px;
}

.notowania-content .notowania-list ul li.active a {
    color: #34486e;
}

.zlecenia-aktywne {
    min-height: 100px;
    width: 1250px;
    margin: 0 auto;
    vertical-align: top;
}

.zlecenia-aktywne .aktywne-head {
    background: #eee;
    font-family: "Open Sans";
    display: inline-block;
    font-size: 11px;
    color: #1e437d;
    vertical-align: top;
    padding-top: 15px;
    padding-bottom: 14px;
    text-align: left;
}

.zlecenia-aktywne .data-aktywne .instrument {
    font-weight: bold;
}

.zlecenia-aktywne .data-aktywne .data-aktywne1 {
    font-family: "Open Sans";
    display: inline-block;
    font-size: 11px;
    color: #1e437d;
    vertical-align: top;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    position: relative;
}

.zlecenia-aktywne .data-aktywne .data-aktywne1:after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: 1230px;
    height: 1px;
    background: #eee;
}

.zlecenia-aktywne .data-zlozenia {
    display: inline-block;
    width: 150px;
    margin-left: 19px;
}

.zlecenia-aktywne .modyfikuj {
    display: inline-block;
    width: 90px;
    font-weight: bold;
    font-size: 14px;
    color: #20a91a;
    position: absolute;
    right: 0px;
}

.zlecenia-aktywne .modyfikuj.red {
    color: #e13500;
}

.zlecenia-aktywne .instrument {
    width: 164px;
    display: inline-block;
}

.zlecenia-aktywne .ks {
    width: 23px;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
}

.zlecenia-aktywne .liczba {
    display: inline-block;
    width: 32px;
    text-align: center;
    margin-left: 44px;
}

.zlecenia-aktywne .typ {
    display: inline-block;
    width: 63px;
    text-align: center;
    margin-left: 39px;
}

.zlecenia-aktywne .limit {
    display: inline-block;
    width: 26px;
    text-align: center;
    margin-left: 43px;
}

.zlecenia-aktywne .waznosc {
    display: inline-block;
    width: 113px;
    text-align: center;
    margin-left: 40px;
}

.zlecenia-aktywne .depozyt {
    display: inline-block;
    width: 42px;
    text-align: center;
    margin-left: 55px;
}

.zlecenia-aktywne .srodki {
    display: inline-block;
    width: 103px;
    margin-left: 64px;
}

.zlecenia-aktywne .operacje {
    display: inline-block;
    width: 284px;
    text-align: center;
    margin-left: -54px;
}

.zlecenia-aktywne .operacje a {
    font-weight: bold;
    font-size: 14px;
}

.zlecenia-aktywne a {
    text-decoration: none;
    color: inherit;
}

.historia-content {
    width: 1250px;
    margin: 0 auto;
}

.historia-content .historia-list {
    width: 1250px;
    background: #34486e;
}

.historia-content .historia-list ul {
    margin-left: 10px;
}

.historia-content .historia-list ul li {
    display: inline-block;
    font-family: "Rajdhani";
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 17px 0px;
    text-align: center;
    text-align: center;
}

.historia-content .historia-list ul li.zlecenia {
    width: 136px;
}

.historia-content .historia-list ul li.transakcje {
    width: 158px;
}

.historia-content .historia-list ul li.finansowanie {
    width: 186px;
}

.historia-content .historia-list ul li a {
    color: #fff;
    text-decoration: none;
}

.historia-content .historia-list ul li.active {
    background: #dedede;
    position: relative;
    padding: 17px 0px;
}

.historia-content .historia-list ul li.active a {
    color: #34486e;
}

.historia-content .historia-data {
    width: 1250px;
    min-height: 180px;
}

.historia-content .historia-data .historia-options {
    background: #dedede;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
}

.historia-content .historia-data .historia-options .options-wrapper {
    display: inline-block;
}

.historia-content .historia-data .historia-options .options-wrapper > div {
    margin-left: -3px;
}

.historia-content .historia-data .historia-options .od-data {
    display: inline-block;
}

.historia-content .historia-data .historia-options .do-data {
    vertical-align: top;
    position: relative;
    display: inline-block;
}

.historia-content .historia-data .historia-options .do-data.zrealizowane {
    padding-top: 31px;
    width: 277px;
}

.historia-content .historia-data .historia-options .do-data.zrealizowane .inputs {
    width: 160px;
    position: absolute;
    right: 0;
    top: 24px;
}

.historia-content .historia-data .historia-options .do-data.rodzaj {
    padding-top: 31px;
    width: 300px;
}

.historia-content .historia-data .historia-options .do-data.rodzaj .inputs {
    width: 160px;
    position: absolute;
    right: 0;
    top: 24px;
}

.historia-content .historia-data .historia-options .do-data.zlozenie {
    padding-top: 31px;
    width: 260px;
}

.historia-content .historia-data .historia-options .do-data.zlozenie .inputs {
    width: 120px;
    position: absolute;
    right: 0;
    top: 24px;
}

.historia-content .historia-data .historia-options .do-data.instrument {
    padding-top: 31px;
    width: 225px;
}

.historia-content .historia-data .historia-options .do-data.instrument .inputs {
    width: 120px;
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 1;
}

.historia-content .historia-data .historia-options .do-data .odLabel {
    padding-left: 18px;
}

.historia-content .historia-data .historia-options .odLabel {
    position: relative;
    font-family: "Open Sans";
    font-weight: 600;
    color: #1E437D;
    font-size: 14px;
    display: inline-block;
    padding-left: 20px;
    margin-right: 5px;
}

.historia-content .historia-data .historia-options .od {
    margin: 25px 0px 0px;
    letter-spacing: -0.24px;
    padding: 7px 0px 6px 10px;
    width: 86px;
    font-size: 12px;
    color: #273652;
    font-family: "Open Sans";
    font-weight: 600;
    outline: 0;
    display: inline-block;
    border: none;
}

.historia-content .historia-data .historia-options .mark {
    margin: 25px 0px 0px;
    padding: 7px 0px 6px 4px;
    font-size: 12px;
    color: #1E437D;
    font-family: "Open Sans";
    font-weight: 600;
    outline: 0;
    transition: #000 0.2s ease 0s;
    display: inline-block;
    border: none;
    width: 159px;
    overflow: hidden;
}

.historia-content .historia-data .historia-options .mark option {
    background: #34486e;
    color: #fff;
}

.historia-content .historia-data .historia-options .mark option:hover {
    background: #007cd2;
}

.historia-content .historia-data .historia-options .mark.zlo {
    width: 119px;
}

.historia-content .historia-data .historia-options .mark.wyb {
    width: 121px;
}

.historia-content .historia-data .historia-options .button-search {
    background-color: #007CD2;
    width: 167px;
    height: 30px;
    margin-left: 13px;
    margin-right: 17px;
    float: right;
    margin-top: 24px;
    background-image: url("/img/search.png");
    background-repeat: no-repeat;
    background-position: 143px center;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.historia-content .historia-data .historia-options .button-search p {
    font-size: 18px;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Rajdhani";
    vertical-align: middle;
    top: 7px;
    left: 52px;
    position: absolute;
}

.historia-content .historia-data .historia-options .button-search:hover {
    background-color: #FFF;
    background-image: url("/img/search_blue.png");
}

.historia-content .historia-data .historia-options .button-search:hover p {
    color: #007CD2;
}

.check-content .button-search {
    background-color: #007CD2;
    width: 167px;
    height: 30px;
    margin-left: 5px;
    float: right;
    margin-top: 5px;
    background-image: url("/img/search.png");
    background-repeat: no-repeat;
    background-position: 143px center;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.check-content .button-search p {
    font-size: 18px;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Rajdhani";
    vertical-align: middle;
    top: 7px;
    left: 52px;
    position: absolute;
}

.check-content .button-search:hover {
    background-color: #FFF;
    background-image: url("/img/search_blue.png");
}

.check-content .button-search:hover p {
    color: #007CD2;
}

.check-content .team-name-input {
    margin-top: 5px;
    letter-spacing: -0.24px;
    padding: 7px 0px 6px 10px;
    width: 126px;
    font-size: 12px;
    color: #273652;
    font-family: "Open Sans";
    font-weight: 600;
    outline: 0;
    display: inline-block;
    border: none;
    float: right;
}

.check-content .dost {
    text-align: center;
}

.edukacja-content {
    width: 1250px;
    margin: 0 auto;
    display: block;
}

.edukacja-content .edukacja-list {
    width: 1250px;
    background: #34486e;
}

.edukacja-content .edukacja-list ul {
    margin-left: 10px;
}

.edukacja-content .edukacja-list ul li {
    display: inline-block;
    font-family: "Rajdhani";
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 16px 0px;
    text-align: center;
    margin-top: 2px;
    text-align: center;
}

.edukacja-content .edukacja-list ul li.materialy {
    width: 186px;
}

.edukacja-content .edukacja-list ul li.kontrakty {
    width: 197px;
}

.edukacja-content .edukacja-list ul li.kontrakty-akcje {
    width: 146px;
}

.edukacja-content .edukacja-list ul li.kontakty-waluty {
    width: 224px;
}

.edukacja-content .edukacja-list ul li.kontakty-obligacje {
    width: 224px;
}

.edukacja-content .edukacja-list ul li.akcje1 {
    width: 98px;
}

.edukacja-content .edukacja-list ul li a {
    color: #fff;
    text-decoration: none;
}

.edukacja-content .edukacja-list ul li.active {
    background: #fff;
    padding-top: 12px;
    padding-bottom: 11px;
    position: relative;
    top: 5px;
}

.edukacja-content .edukacja-list ul li.active a {
    color: #34486e;
}

.edukacja-content .edukacja-block {
    width: 1250px;
    padding-bottom: 70px;
    background: #fff;
    margin: 0 auto;
    vertical-align: top;
    display: inline-block;
}

.edukacja-content .edukacja-block .edukacja-data {
    width: 790px;
    margin-left: 197px;
    vertical-align: top;
}

.edukacja-content .edukacja-block h4,
.mobile-header {
    font-size: 22px;
    font-family: "Open Sans";
    font-weight: 600;
    color: #1e437d;
    margin-left: 272px;
    margin-top: 60px;
    margin-bottom: -10px;
    text-transform: uppercase;
    position: relative;
    background: #fff;
}

.edukacja-content .edukacja-block .edukacja-data .lista {
    font-size: 14px;
    font-family: "Open Sans";
    color: #1e437d;
    margin-left: 112px;
}

.edukacja-content .edukacja-block .edukacja-data .lista li:first-child > *:after {
    content: "";
    position: absolute;
    left: -34px;
    top: -10px;
    width: 700px;
    height: 1px;
    background: #ccc;
}

.edukacja-content .edukacja-block .edukacja-data .lista li:after {
    content: "";
    position: absolute;
    left: -34px;
    bottom: -7px;
    width: 700px;
    height: 1px;
    background: #ccc;
}

.edukacja-content .edukacja-block .edukacja-data .lista.pdf li:before {
    background-image: url("/img/pdf.png");
}

.edukacja-content .edukacja-block .edukacja-data .lista.pdf li:hover:before {
    background-image: url("/img/pdf-hover.png");
}

.edukacja-content .edukacja-block .edukacja-data .lista {
    margin-top: 46px;
}

.edukacja-content .edukacja-block .edukacja-data .lista.spread li:before {
    background-image: url("/img/arrow.png");
    bottom: -5px;
}

.edukacja-content .edukacja-block .edukacja-data .lista.spread li:hover:before {
    background-image: url("/img/arrow-hover.png");
}

.edukacja-content .edukacja-block .edukacja-data .lista.present li:before {
    background-image: url("/img/prezentacja.png");
    bottom: -4px;
}

.edukacja-content .edukacja-block .edukacja-data .lista.present li:hover:before {
    background-image: url("/img/prezentacja-hover.png");
}

.edukacja-content .edukacja-block .edukacja-data .lista li:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -34px;
    width: 19px;
    height: 20px;
    background-repeat: no-repeat;
}

.edukacja-content .edukacja-block .edukacja-data .lista .single {
    position: relative;
    list-style-type: none;
    margin-top: 16px;
    line-height: 1.3;
}

.edukacja-content .edukacja-block .edukacja-data .lista a {
    text-decoration: none;
    color: #1e437d;
}

.edukacja-content .edukacja-block .edukacja-data .lista a:hover {
    font-weight: bold;
    color: #007cd2;
}

.aktywny {
    min-height: 310px;
    width: 1250px;
    background: #34486e;
    margin: 0 auto;
    vertical-align: top;
    font-family: "Open Sans";
    padding-bottom: 30px;
    color: #fff;
}

.aktywny .content-block {
    margin-left: 286px;
    width: 670px;
}

.aktywny .content-block .dost {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 60px;
    position: relative;
}

.aktywny .content-block .aktywny-head {
    position: relative;
    padding-top: 36px;
    font-size: 12px;
    padding-bottom: 10px;
}

.aktywny .content-block .aktywny-head:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 670px;
    height: 1px;
    background: #ccc;
}

.aktywny .content-block .aktywny-data {
    position: relative;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 6px;
}

.aktywny .content-block .aktywny-data:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 670px;
    height: 1px;
    background: #ccc;
}

.aktywny .content-block .aktywny-data:hover {
    background: #fff;
    color: #273652;
}

.aktywny .content-block .aktywny-data:hover a {
    color: #0097ff;
}

.aktywny .content-block .aktywny-data a {
    text-decoration: none;
    color: #fff;
}

.aktywny .content-block .nazwa {
    text-align: left;
    display: inline-block;
    width: 200px;
}

.aktywny .content-block .status {
    text-align: center;
    display: inline-block;
    width: 210px;
}

.aktywny .content-block .aktualnie {
    text-align: center;
    display: inline-block;
    width: 146px;
}

.aktywny .content-block .oper {
    text-align: right;
    display: inline-block;
    width: 115px;
}

.samouczki-block {
    width: 1250px;
    height: 785px;
    background: #34486e;
    margin: 0 auto;
    position: relative;
}

.samouczki-block .close {
    position: absolute;
    width: 13px;
    height: 13px;
    top: 10px;
    right: 10px;
}

.samouczki-block .samouczki-h {
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding-top: 60px;
    margin-left: 46px;
    text-transform: uppercase;
}

.samouczki-block .video-block {
    margin-left: 40px;
    margin-top: 38px;
    display: inline-block;
}

.samouczki-block .video-block.dol {
    margin-top: 30px;
}

.samouczki-block .video-block .yt {
    width: 380px;
    height: 300px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}

.samouczki-block .video-block .yt .player {
    width: 380px;
    height: 245px;
    background-image: url("/img/player.jpg");
    display: block;
}

.samouczki-block .video-block .yt .tytul {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding-top: 19px;
    display: block;
}

.zlecenie-block {
    height: auto !important;
    width: 1250px;
    margin: 0 auto;
    position: relative;
    margin-top: -16px;
    background: #273652;
    padding-top: 40px;
}

.zlecenie-block .button-kupno {
    width: 156px;
    cursor: pointer;
    height: 50px;
    background-color: #273652;
    box-sizing: border-box;
    border: 1px solid #687386;
    margin-top: 0;
    margin-left: 448px;
    position: absolute;
}

.zlecenie-block .button-kupno span {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 128px;
    margin-top: -1px;
    transform: skew(-21deg);
    z-index: 1;
    box-sizing: border-box;
    background-color: #273652;
    border-bottom: 1px solid #687386;
    border-top: 1px solid #687386;
    border-right: 1px solid #687386;
}

.zlecenie-block .button-kupno p {
    margin-top: 17px;
    text-align: center;
    color: #687386;
    font-family: "Rajdhani";
    font-weight: 500;
    font-size: 18px;
    margin-left: 6px;
    text-transform: uppercase;
}

.zlecenie-block .button-kupno a {
    text-decoration: none;
}

.zlecenie-block .button-kupno:hover {
    background-color: #20a91a;
    border: 1px solid #20a91a;
}

.zlecenie-block .button-kupno:hover span {
    background-color: inherit;
    border-bottom: 1px solid #20a91a;
    border-top: 1px solid #20a91a;
    border-right: 1px solid #20a91a;
}

.zlecenie-block .button-kupno:hover p {
    color: #fff;
}

.zlecenie-block .button-sprzedaz {
    width: 155px;
    height: 50px;
    cursor: pointer;
    background-color: #273652;
    box-sizing: border-box;
    border: 1px solid #687386;
    margin-top: 0;
    margin-left: 648px;
    position: relative;
}

.zlecenie-block .button-sprzedaz span {
    width: 20px;
    height: 50px;
    display: block;
    position: absolute;
    right: 144px;
    top: -1px;
    background-color: #273652;
    transform: skew(-21deg);
    z-index: 1;
    box-sizing: border-box;
    border-bottom: 1px solid #687386;
    border-top: 1px solid #687386;
    border-left: 1px solid #687386;
}

.zlecenie-block .button-sprzedaz p {
    margin-top: 17px;
    text-align: center;
    color: #687386;
    font-family: "Rajdhani";
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

.zlecenie-block .button-sprzedaz a {
    text-decoration: none;
}

.zlecenie-block .button-sprzedaz:hover {
    background-color: #e13500;
    border: 1px solid #e13500;
}

.zlecenie-block .button-sprzedaz:hover span {
    background-color: #e13500;
    border-bottom: 1px solid #e13500;
    border-top: 1px solid #e13500;
    border-left: 1px solid #e13500;
}

.zlecenie-block .button-sprzedaz:hover p {
    color: #fff;
}

.zlecenie-block .wyborBlock {
    width: 1250px;
    height: auto !important;
    margin-left: 0px;
    margin-top: 20px;
    position: relative;
    border-bottom: 1px solid #525e75;
    padding-bottom: 40px;
}

.zlecenie-block .wyborBlock .center {
    vertical-align: top;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}

.zlecenie-block .wyborBlock .center.hide {
    display: none;
}

.zlecenie-block .wyborBlock .center label {
    position: absolute;
    font-family: "Open Sans";
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    left: 405px;
    width: 100px;
    text-align: right;
    margin-top: 8px;
}

.zlecenie-block .wyborBlock .center input {
    margin: 0 auto;
    padding: 5px 4px 5px 14px;
    border: none;
    display: block;
    width: 182px;
    font-size: 15px;
    color: #000;
    font-family: "Open Sans";
    font-weight: 600;
    height: 20px;
}

.zlecenie-block .wyborBlock .center .info {
    background-image: url("/img/info-white.png");
    background-repeat: no-repeat;
    position: absolute;
    height: 14px;
    width: 14px;
    right: 502px;
    bottom: 8px;
    cursor: pointer;
}

.zlecenie-block .wyborBlock .center .prowizja {
    position: relative;
    font-family: "Open Sans";
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    left: 402px;
    width: 100px;
    text-align: right;
    margin-top: 28px;
}

.zlecenie-block .wyborBlock .center .prowizja-wynik {
    position: relative;
    font-family: "Open Sans";
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    left: 525px;
    width: 180px;
    text-align: left;
    margin-top: -16px;
}

.zlecenie-block .wyborBlock .center .srodki {
    position: relative;
    font-family: "Open Sans";
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    left: 371px;
    width: 131px;
    text-align: right;
    margin-top: 30px;
}

.zlecenie-block .wyborBlock .center .srodki-wynik {
    position: relative;
    font-family: "Open Sans";
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    left: 525px;
    width: 180px;
    text-align: left;
    margin-top: -16px;
}

.zlecenie-block .buttony {
    width: 1250px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0 !important;
}

.zlecenie-block .buttony .button-przelicz {
    margin-left: 358px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 261px;
}

.zlecenie-block .buttony .button-przelicz p {
    text-align: center;
    padding: 15px 0;
    font-family: "Rajdhani";
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.zlecenie-block .buttony .button-zlecenie {
    background-color: #2a3953;
    border: 1px solid #20a91a;
    margin-left: 9px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 265px;
}

.zlecenie-block .buttony .button-zlecenie p {
    text-align: center;
    padding: 15px 0px;
    font-family: "Rajdhani";
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.zlecenie-block .buttony .button-zlecenie:hover {
    background-color: #20a91a;
}

.zlecenie-block .buttony a {
    text-decoration: none;
}

.zlecenie-block3 {
    height: 480px;
    width: 1250px;
    margin: 0 auto;
    position: relative;
    margin-top: -16px;
    background: #273652;
}

.zlecenie-block3 .content-block {
    width: 540px;
    height: 100%;
    position: absolute;
    left: 358px;
}

.zlecenie-block3 .content-block .instr1 {
    width: 540px;
    height: 99px;
    border-bottom: 1px solid #fff;
}

.zlecenie-block3 .content-block .instr1 .instrument3 {
    display: inline-block;
    font-family: "Open Sans";
    font-weight: normal;
    color: #fff;
    font-size: 22px;
    text-align: right;
    margin-top: 61px;
    margin-left: 61px;
    width: 170px;
}

.zlecenie-block3 .content-block .instr1 .nazwa-instrumentu {
    display: inline-block;
    font-family: "Open Sans";
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    text-align: left;
    text-transform: uppercase;
    width: 170px;
    margin-left: 62px;
}

.zlecenie-block3 .content-block .instr-table {
    height: 249px;
    width: 540px;
    margin-top: 14px;
}

.zlecenie-block3 .content-block .instr-table:after {
    content: "";
    position: absolute;
    left: -358px;
    top: 349px;
    width: 1250px;
    height: 1px;
    background: #525e75;
}

.zlecenie-block3 .content-block .instr-table .instrument4 {
    display: inline-block;
    font-family: "Open Sans";
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    text-align: right;
    margin-bottom: 12px;
    margin-left: 63px;
    width: 170px;
}

.zlecenie-block3 .content-block .instr-table .nazwa-instrumentu1 {
    display: inline-block;
    font-family: "Open Sans";
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    text-align: left;
    width: 180px;
    margin-left: 62px;
}

.zlecenie-block3 .content-block .buttony {
    width: 1250px;
    position: absolute;
    margin-top: 27px;
}

.zlecenie-block3 .content-block .buttony .button-przelicz {
    margin-left: 0px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background-color: #2a3953;
    border: 1px solid #20a91a;
    width: 261px;
}

.zlecenie-block3 .content-block .buttony .button-przelicz p {
    text-align: center;
    padding: 16px 0 14px 0;
    font-family: "Rajdhani";
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.zlecenie-block3 .content-block .buttony .button-przelicz:hover {
    background-color: #20a91a;
}

.zlecenie-block3 .content-block .buttony .button-zlecenie {
    background-color: #2a3953;
    border: 1px solid #20a91a;
    margin-left: 9px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 265px;
}

.zlecenie-block3 .content-block .buttony .button-zlecenie p {
    text-align: center;
    padding: 16px 0 14px 0;
    font-family: "Rajdhani";
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.zlecenie-block3 .content-block .buttony .button-zlecenie:hover {
    background-color: #20a91a;
}

.zlecenie-block3 .content-block .buttony a {
    text-decoration: none;
}

.zlecenie-block4 {
    height: 360px;
    width: 1250px;
    margin: 0 auto;
    position: relative;
    margin-top: -16px;
    background: #273652;
}

.zlecenie-block4 .content-block {
    width: 540px;
    height: 100%;
    position: absolute;
    left: 358px;
}

.zlecenie-block4 .content-block .instr1 {
    width: 540px;
    height: 99px;
    border-bottom: 1px solid #fff;
}

.zlecenie-block4 .content-block .instr1 .instrument3 {
    display: inline-block;
    font-family: "Open Sans";
    font-weight: normal;
    color: #fff;
    font-size: 22px;
    text-align: right;
    margin-top: 61px;
    margin-left: 61px;
    width: 170px;
}

.zlecenie-block4 .content-block .instr1 .nazwa-instrumentu {
    display: inline-block;
    font-family: "Open Sans";
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    text-align: left;
    text-transform: uppercase;
    width: 170px;
    margin-left: 62px;
}

.zlecenie-block4 .content-block .instr-table {
    height: 249px;
    width: 540px;
    margin-top: 14px;
}

.zlecenie-block4 .content-block .instr-table .instrument4 {
    display: inline-block;
    font-family: "Open Sans";
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    text-align: right;
    margin-bottom: 12px;
    margin-left: 63px;
    width: 170px;
}

.zlecenie-block4 .content-block .instr-table .nazwa-instrumentu1 {
    display: inline-block;
    font-family: "Open Sans";
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    text-align: left;
    width: 200px;
    margin-left: 62px;
}

.rank-block {
    width: 1250px;
    margin: 0 auto;
    position: relative;
    vertical-align: top;
}

.rank-block .scroller {
    position: absolute;
    width: 8px;
    height: 264px;
    background-color: #eee;
    right: 2px;
    top: 55px;
    z-index: 1;
}

.rank-block .scroller .catcher {
    position: relative;
    background-color: #fff;
    width: 6px;
}

.depozyt-wrap {
    width: 1250px;
    position: relative;
    margin: 0 auto;
}

.depozyt-wrap .universal-table-nested tbody td {
    background: transparent;
}

.depozyt-wrap tbody td {
    background: #FFF;
}

.depozyt-head {
    width: 1250px;
    background: #dedede;
    height: 40px;
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 11px;
    color: #1e437d;
    vertical-align: top;
    white-space: nowrap;
    margin: 0 auto;
}

.depozyt-data {
    width: 1250px;
    height: 30px;
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 11px;
    color: #1e437d;
    vertical-align: top;
    white-space: nowrap;
    position: relative;
    background: #fff;
    margin: 0 auto;
}

.depozyt-data:after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: 1230px;
    height: 1px;
    background: #eee;
}

.depozyt-data:hover {
    background: #007cd2;
    color: #fff;
}

.single-line6 {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.single-line6 .text {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
}

.single-line6 .centerV {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.single-line6.instrument4 {
    width: 200px;
    text-align: left;
    padding-left: 11px;
    box-sizing: border-box;
}

.single-line6.depozyt-minimalny {
    position: relative;
    text-align: initial;
    width: 790px;
    display: inline-block;
}

.single-line6.depozyt-minimalny span {
    position: absolute;
}

.single-line6.depozyt-minimalny .proc {
    right: 136px;
    position: absolute;
    top: 11px;
}

.single-line6.depozyt-minimalny .pln {
    right: 0px;
    position: absolute;
    top: 11px;
}

.single-line6.depozyt-wstepny {
    position: relative;
    text-align: initial;
    width: 254px;
    display: inline-block;
}

.single-line6.depozyt-wstepny span {
    position: absolute;
}

.single-line6.depozyt-wstepny .proc {
    top: 10px;
    position: absolute;
    right: 120px;
}

.single-line6.depozyt-wstepny .pln {
    top: 10px;
    position: absolute;
    right: 15px;
}

.stan img {
    cursor: pointer;
}

.popup {
    position: absolute;
    width: 575px;
    height: auto;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #007cd2;
    z-index: 1000;
    left: 50%;
    margin-left: -460px;
    top: 124px;
    padding: 23px 27px;
    display: none;
    opacity: 0;
    transition: opacity .5s;
}

.popup.show {
    opacity: 1;
}

.popup:before {
    content: "";
    width: 12px;
    height: 23px;
    left: -12px;
    top: 48px;
    display: block;
    position: absolute;
    background: url("/img/after-popup.png") no-repeat center center;
}

.popup .head {
    font-family: "Open Sans", Arial;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1e437d;
    display: block;
    position: relative;
    margin-bottom: 31px;
}

.popup .head:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #bbccde;
    position: absolute;
    left: 0;
    top: 30px;
}

.popup .foot {
    font-family: "Open Sans", Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #1e437d;
    display: block;
    position: relative;
    bottom: 15px;
    width: 100%;
    padding-left: 5px;
    padding-top: 20px;
    box-sizing: border-box;
}

.popup .foot:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #bbccde;
    position: absolute;
    left: 0;
    top: 15px;
}

.popup .foot b, .popup .foot strong {
    font-weight: 600;
}

.popup .single-faza {
    margin-bottom: 26px;
}

.popup .single-faza .single-faza-head {
    font-family: "Open Sans", Arial;
    font-size: 14px;
    font-weight: 700;
    color: #1e437d;
}

.popup .single-faza .single-faza-table {
    display: block;
    width: 100%;
}

.popup .single-faza .single-faza-table .single-faza-row {
    display: block;
    width: 100%;
    margin-top: 4px;
}

.popup .single-faza .single-faza-table .single-faza-row.green .single-faza-col {
    color: #20a91a;
}

.popup .single-faza .single-faza-table .single-faza-row.green .single-faza-col.times, .popup .single-faza .single-faza-table .single-faza-row.green .single-faza-col.text {
    font-weight: 700;
}

.popup .single-faza .single-faza-table .single-faza-row .single-faza-col {
    display: inline-block;
    vertical-align: middle;
    font-family: "Open Sans", Arial;
    font-size: 14px;
    color: #1e437d;
    box-sizing: border-box;
}

.popup .single-faza .single-faza-table .single-faza-row .single-faza-col.times {
    width: 30%;
    font-weight: 600;
}

.popup .single-faza .single-faza-table .single-faza-row .single-faza-col.text {
    width: 70%;
    padding-left: 18px;
    font-weight: 400;
}

.content-to-scroll {
    position: relative;
    overflow: hidden;
    background: #FFF;
}

.content-to-scroll .content-to-scroll-wrap {
    position: absolute;
    width: 100%;
}

.scroller, .scrollerX {
    padding: 1px;
    box-sizing: border-box;
}

.scrollerX {
    position: absolute;
    height: 8px;
    width: 98%;
    background-color: #eee;
    left: 1%;
    bottom: 1px;
    z-index: 1;
}

.scroller .catcher, .scrollerX .catcherX {
    cursor: pointer;
    background-color: #FFFFFF;
    height: 6px;
}

.inputs {
    height: 30px;
    font-size: 12px;
    position: relative;
    z-index: 2;
    display: inline-block;
    font-weight: 600;
    font-family: "Open Sans", Arial;
}

.inputs div {
    box-sizing: border-box;
    padding: 9px;
}

.inputs .visible {
    display: block;
    color: #273652;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.inputs .visible:hover:after {
    background: url("/img/select-arrow-blue.png") no-repeat center center;
}

.inputs .visible.active:after {
    background: url("/img/select-arrow-rotate.png") no-repeat center center;
}

.inputs .visible.active:hover:after {
    background: url("/img/select-arrow-rotate-blue.png") no-repeat center center;
}

.inputs .visible:after {
    width: 9px;
    height: 6px;
    background: url("/img/select-arrow.png") no-repeat center center;
    position: absolute;
    content: "";
    right: 10px;
    top: 14px;
}

.inputs .invisible {
    display: none;
    color: #fff;
    cursor: pointer;
    background: #34486e;
}

.inputs .invisible:hover {
    background: #007cd2;
}

.ui-datepicker {
    background: #FFF;
    padding: 10px;
    width: 200px;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    overflow: hidden;
    display: block;
    width: 20px;
    height: 32px;
    top: 0px;
    z-index: 1;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: none;
}

.ui-datepicker .ui-datepicker-next {
    background: url("/img/dp-right.png") no-repeat center center;
    right: 0;
}

.ui-datepicker .ui-datepicker-prev {
    background: url("/img/dp-left.png") no-repeat center center;
    left: 0;
}

.ui-datepicker .ui-datepicker-title {
    text-align: center;
    background: #007cd2;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Rajdhani";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 9px 0 5px;
    z-index: 0;
}

.ui-datepicker .ui-datepicker-calendar {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.ui-datepicker .ui-datepicker-calendar th {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 14px;
    color: #1e437d;
    padding: 3px 0;
}

.ui-datepicker .ui-datepicker-calendar td a {
    padding: 5px 0;
    display: block;
}

.ui-datepicker .ui-datepicker-calendar td a:hover {
    background: #007cd2;
    color: #FFF;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-end {
    color: #e13500;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-end .ui-state-default {
    color: inherit;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-end .ui-state-default:hover {
    background: #e13500;
    color: #FFF;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    color: #1e437d;
}

.ui-datepicker-title select {
    width: 80%;
}

.ustawienia {
    width: 988px;
    background: #dfe3e6;
    position: absolute;
    left: 50%;
    text-align: center;
    margin-left: -494px;
    top: 190px;
    transition: transform .5s ease, opacity .4s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 101;
    padding-bottom: 50px;
}

.ustawienia.remindMe,
.new-password.remindMe {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.ustawienia.remindMeHide {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
}

.ustawienia .text {
    text-align: left;
    float: left;
    margin-left: 18%;
    color: #007cd2;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 600;
    margin-top: 38px;
    padding-bottom: 15px;
}

.ustawienia .text.haslo {
    margin-top: 56px;
}

.ustawienia .header {
    position: relative;
    width: 100%;
    height: 50px;
    background: #007cd2;
}

.ustawienia .header p {
    color: #FFF;
    font-size: 20px;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding-top: 16px;
}

.ustawienia .header .close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

.ustawienia .settings-group > div {
    width: 35%;
    float: left;
    display: table;
    margin: 0;
    height: 40px;
}

.ustawienia .button {
    background: #007cd2;
    display: inline-block;
    vertical-align: middle;
    width: 225px;
    height: 50px;
    cursor: pointer;
    transition: background .3s ease;
    text-align: center;
    margin: 0 5px;
}

.ustawienia .button p {
    font-family: "Rajdhani";
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: #FFF;
    padding: 0;
    margin: 18px 35px 0;
}

.ustawienia .button.usun {
    background: #e13500;
    background-image: url("/img/close.png");
    background-repeat: no-repeat;
    background-position: 195px center;
}

.ustawienia .button.usun:hover {
    background-color: #A72700;
}

.ustawienia .button.zapisz {
    background: #007cd2;
    background-image: url("/img/save.png");
    background-repeat: no-repeat;
    background-position: 195px center;
}

.ustawienia .button.zapisz:hover,
.ustawienia .button.odswiez:hover,
.ustawienia .button.haslo:hover {
    background-color: #0067AE;
}

.ustawienia .button.odswiez {
    background-image: url("/img/refresh_blue-2.png");
    background-repeat: no-repeat;
    background-position: 195px center;
}

.ustawienia .button.resetuj {
    background: #e13500;
    background-image: url("/img/reset_red-2.png");
    background-repeat: no-repeat;
    background-position: 195px center;
}

.ustawienia .button.resetuj:hover {
    background-color: #A72700;
}

.ustawienia form {
    width: 94%;
    margin: 0 auto;
    display: inline-block;
}

.ustawienia form .left, .ustawienia form .right {
    vertical-align: top;
    width: 44%;
    margin: 0 5% 0 1%;
    text-align: left;
    float: left;
}

.ustawienia form .right {
    float: right;
}

.ustawienia form input {
    margin: 0;
    padding: 9px 14px;
    border: 1px solid #c9c9c9;
    display: block;
    width: 65%;
    font-size: 15px;
    color: #000;
    font-family: "Open Sans";
    font-weight: 600;
    outline: none;
    transition: background .2s ease;
    float: right;
    box-sizing: border-box;
}

.ustawienia form input.validation {
    background: rgba(255, 0, 0, 0.2);
}

.ustawienia form .obowiazek {
    font-family: "Open Sans";
    font-weight: 400;
    color: #1e437d;
    font-size: 12px;
    letter-spacing: -0.24px;
    position: absolute;
    top: 403px;
    left: -50px;
}

.ustawienia form label {
    float: none;
    font-family: "Open Sans";
    font-weight: 600;
    color: #1e437d;
    font-size: 14px;
    text-transform: uppercase;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.ustawienia form label.validation {
    color: red;
}

.ustawienia form .checkbox label {
    position: relative;
    text-transform: initial;
    font-size: 12px;
    line-height: 15px;
    margin-left: 40px;
    font-weight: 400;
    letter-spacing: -0.24px;
    display: block;
    cursor: pointer;
}

.ustawienia form .checkbox .checkWrap {
    margin: 0;
}

.ustawienia form .checkbox .check {
    position: absolute;
    margin: 0;
    width: 20px;
    height: 20px;
    top: 2px;
    background: url("/img/checkbox.png") transparent bottom center no-repeat;
}

.ustawienia form .checkbox .check.checked {
    background-position: top center;
}

.ustawienia form .checkbox .check input {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
}

.ustawienia form div {
    cursor: pointer;
    display: inline-block;
    color: #1e437d;
    text-decoration: none;
    font-family: "Rajdhani";
    font-weight: 600;
    margin-top: 5px;
    letter-spacing: -0.28px;
    width: 100%;
}

.ustawienia form div span {
    color: #e13500;
    text-transform: uppercase;
}

.ustawienia form .error {
    float: left;
    width: 100%;
    text-align: right;
    margin: 5px 0;
}

.wyborBlock .inputs {
    display: block;
    margin: 0 auto;
    width: 200px;
}

.spinner {
    position: relative;
}

.spinner .arrows {
    position: absolute;
    z-index: 1;
    width: 9px;
    height: 6px;
    right: 536px;
    cursor: pointer;
}

.spinner .arrows.up {
    background: url("/img/select-arrow-rotate.png") no-repeat center center;
    top: 7px;
}

.spinner .arrows.down {
    background: url("/img/select-arrow.png") no-repeat center center;
    top: 18px;
}

.infoBox {
    position: absolute;
    width: 400px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #007cd2;
    z-index: 100;
    left: 493px;
    top: 124px;
    padding: 23px 27px;
    display: none;
    opacity: 0;
    transition: opacity .5s;
}

.infoBox.show {
    opacity: 1;
}

.infoBox:before {
    content: "";
    width: 12px;
    height: 23px;
    left: -12px;
    top: 48px;
    display: block;
    position: absolute;
    background: url("/img/after-popup.png") no-repeat center center;
}

.infoBox .head {
    font-family: "Open Sans", Arial;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1e437d;
    display: block;
    position: relative;
    margin-bottom: 31px;
}

.infoBox .head:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #bbccde;
    position: absolute;
    left: 0;
    top: 30px;
}

.infoBox .foot {
    font-family: "Open Sans", Arial;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #1e437d;
    display: block;
    bottom: 20px;
    box-sizing: border-box;
}

.infoBox .foot b, .infoBox .foot strong {
    font-weight: 600;
}

.universal-table {
    table-layout: auto;
    width: 100%;
    text-align: center;
    font-family: "Open Sans";
}

.universal-table td,
.universal-table th {
    white-space: nowrap;
    padding: 5px;
}

.universal-table .universal-table-nested {
    table-layout: auto;
    width: 100%;
}

.universal-table .universal-table-nested td {
    width: 50%;
    text-align: center;
    border: none;
    height: 16px;
    padding: 5px 5px 0 0;
}

.universal-table .grey {
    background: #dedede;
}

.universal-table .grey th {
    color: #1e437d;
    height: 40px;
}

.universal-table .blue {
    background: #34486e;
}

.universal-table .blue th {
    color: #FFF;
    height: 40px;
}

.universal-table th {
    vertical-align: middle;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.3;
}

.universal-table th .universal-table-nested {
    margin-top: 0px;
}

.universal-table .kupno {
    color: #20a91a;
}

.universal-table .sprzedaz {
    color: #e13500;
}

.universal-table .sum:hover td {
    background: transparent;
    color: #1e437d;
}

.universal-table .sum td {
    border-bottom: none;
    border-top: 2px solid #34486e;
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 18px;
    padding-top: 10px;
    color: #1e437d;
}

.universal-table thead tbody tr:hover td {
    background: transparent;
    color: #1e437d;
}

.universal-table thead tbody tr td {
    border: none;
}

.universal-table tbody tr {
    position: relative;
    box-sizing: border-box;
}

.universal-table tbody tr.green td {
    color: #20a91a;
}

.universal-table tbody tr:hover td {
    background: #007cd2;
    color: #fff;
}

.universal-table tbody tr.chartrow:hover td {
    background: inherit;
    color: inherit;
}

.universal-table tbody tr:hover .wykres {
    background-image: url("/img/xy-active.png");
}

.universal-table tbody tr:hover .dodaj {
    background-image: url("/img/plus-active.png");
}

.universal-table tbody tr:hover .usun {
    background-image: url("/img/minus-active.png");
}

.universal-table tbody tr td {
    border-bottom: 1px solid #eee;
}

.universal-table td {
    font-weight: normal;
    font-size: 11px;
    color: #1e437d;
    vertical-align: middle;
    height: 30px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

.universal-table .paddingLeft56px {
    padding-left: 56px;
}

.universal-table .paddingRight56px {
    padding-right: 56px;
}

.universal-table .paddingRight30px {
    padding-right: 30px;
}

.universal-table .paddingRight10px {
    padding-right: 10px;
}

.universal-table .paddingLeft20px {
    padding-left: 20px;
}

.universal-table .paddingLeft10px {
    padding-left: 10px;
}

.universal-table .width50px {
    width: 50px;
}

.universal-table .width135px {
    width: 135px;
}

.universal-table .width160px {
    width: 160px;
}

.universal-table .width300px {
    width: 300px;
}

.universal-table .width400px {
    width: 400px;
}

.universal-table .bold {
    font-weight: 600;
}

.universal-table .align-left {
    text-align: left;
}

.universal-table .align-right {
    text-align: right;
}

.universal-table .font14 {
    font-size: 14px;
    cursor: pointer;
}

.universal-table .wykres {
    width: 12px;
    height: 12px;
    background-image: url("/img/xy.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    display: block;
    cursor: pointer;
    left: 14px;
}

.universal-table .dodaj {
    width: 12px;
    height: 12px;
    background-image: url("/img/plus.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    display: block;
    cursor: pointer;
    left: 34px;
}

.universal-table .usun {
    width: 12px;
    height: 12px;
    background-image: url("/img/minus.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    display: block;
    cursor: pointer;
    left: 34px;
}

.kupno .button-kupno {
    background-color: #20a91a;
    border: 1px solid #20a91a;
}

.kupno .button-kupno span {
    background-color: inherit;
    border-bottom: 1px solid #20a91a;
    border-top: 1px solid #20a91a;
    border-right: 1px solid #20a91a;
}

.kupno .button-kupno p {
    color: #fff;
}

.kupno .button-przelicz {
    border: 1px solid #20a91a;
    background-color: #2a3953;
}

.kupno .button-przelicz:hover {
    background-color: #20a91a;
}

.kupno .button-zlecenie {
    border: 1px solid #20a91a;
    background-color: #2a3953;
}

.kupno .button-zlecenie:hover {
    background-color: #20a91a;
}

.sprzedaz .button-sprzedaz {
    background-color: #e13500;
    border: 1px solid #e13500;
}

.sprzedaz .button-sprzedaz span {
    background-color: #e13500;
    border-bottom: 1px solid #e13500;
    border-top: 1px solid #e13500;
    border-left: 1px solid #e13500;
}

.sprzedaz .button-sprzedaz p {
    color: #fff;
}

.sprzedaz .button-przelicz {
    border: 1px solid #e13500 !important;
}

.sprzedaz .button-przelicz:hover {
    background-color: #e13500 !important;
}

.sprzedaz .button-zlecenie {
    border: 1px solid #e13500 !important;
}

.sprzedaz .button-zlecenie:hover {
    background-color: #e13500 !important;
}

.user-account {
    float: right;
    text-align: left;
    margin-right: 20px;
    margin-top: 10px;
}

.top.zalogowany .topContent .gpwLogo {
    margin-left: 0px;
}

.tables .remove {
    display: none;
    opacity: 0;
    cursor: pointer;
    text-align: right;
    color: #1e437d;
    font-size: 11px;
    cursor: pointer;
    font-weight: 400;
    transition: width .2s, opacity .2s;
}

.tables .remove:hover {
    font-weight: 700;
    color: #007cd2;
}

.ustawienia .passform {
    height: 128px;
}

.responsive-table {
    display: inline-block;
    width: 100%;
    overflow: auto;
    position: relative;
    z-index: 0;
    padding-bottom: 15px;
}

.aktywny-table th {
    padding-top: 35px;
    padding-bottom: 10px;
    padding: 35px 8px 10px;
    display: table-cell !important;
}

.aktywny-table td {
    display: table-cell !important;
    padding: 10px 8px 6px;
}

.menu-list ul {
    font-size: 0;
}

.universal-table .td-actions-cancel,
.universal-table .td-actions-modify {
    font-size: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
}

.universal-table .td-actions-cancel {
    background-image: url(/img/remove.png) !important;
}

.universal-table .td-actions-modify {
    background-image: url(/img/edit.png) !important;
}

.universal-table .td-actions-modify.sprzedaz {
    background-image: url(/img/edit-red.png) !important;
}

/* hack */
.ui-datepicker {
    top: -200px;
    position: absolute;
}

.signin-form-container .errors {
    width: 100%;
    text-align: center;
    color: red;
    font-weight: bold;
    margin-top: 20px;
    font-family: "Rajdhani";
    font-weight: 600;
}

.signin-form-container .message {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    font-family: "Rajdhani";
    font-weight: 600;
}

.signup-form-container .errors {
    width: 100%;
    text-align: center;
    color: red;
    font-weight: bold;
    margin-top: 20px;
    font-family: "Rajdhani";
    font-weight: 600;
}

.exchange-order-options .error {
    border: 1px solid red;
    background-color: #FFB3CB;
}

.app-error {
    margin: 2em;
    text-align: center;
}

.no-display {
    display: none;
}

label[for="rememberme"] {
    display: inline-block;
    margin-left: 89px;
    margin-top: 20px;
    position: relative !important;
    text-align: left !important;
    width: 100% !important;
}

input#rememberme {
    float: left;
    margin: 1px 10px 0 0;
    width: auto;
}

.field-error {
    font-family: "Open Sans";
    font-size: 14px;
    color: #e13500;
    padding-top: 10px;
    left: 525px;
    width: 200px;
    line-height: 1.2em;
    position: relative;
}

.reset-div .field-error {
    left: 0 !important;
    font-family: "Open Sans" !important;
    color: #e13500 !important;
    width: auto;
    margin-top: 0 !important;
}

.validation-errors label {
    color: #e13500 !important;
}

.validation-errors select, .validation-errors input, .validation-errors textarea {
    background-color: #E5B6B8;
    border: 1px solid #c9c9c9;
}

#thankyoupage {
    width: 90%;
    text-align: center;
    margin: 40px auto;
}

.actions span:hover {
    cursor: pointer;
    text-decoration: underline;
}

.actions span.nohover:hover {
    cursor: auto;
    text-decoration: none;
}

.statics-content {
    width: 1250px;
    margin: 0 auto;
    display: block;
    padding-bottom: 70px;
    background: #fff;
    vertical-align: top;
}

.statics-content strong {
    font-weight: bold;
}

.statics-block {
    width: 1250px;
    margin: 0 auto;
    display: block;
}

.statics-content h4 {
    font-size: 22px;
    font-family: "Open Sans";
    font-weight: 600;
    color: #1e437d;
    margin-left: 272px;
    padding-top: 60px;
    text-transform: uppercase;
    position: relative;
    background: #fff;
}

.statics-content h5 {
    font-size: 20px;
    font-family: "Open Sans";
    font-weight: 600;
    color: #1e437d;
    margin-top: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    position: relative;
    background: #fff;
    text-align: center;
}

.statics-data {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: normal;
    width: 790px;
    margin-left: 197px;
    vertical-align: top;
}

.statics-data p {
    margin: 10px 0;
}

.top .main-account .account {
    width: 190px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ui-datepicker {
    z-index: 1002 !important;
}

.has-errors label {
    color: #e13500 !important;
}

.has-errors input {
    border: 1px solid #e13500 !important;
}

.exchange-order-options .form-error {
    margin: 0 auto;
    width: 350px;
    color: red;
    font-family: "Open Sans";
}

.rwd-tr-hidden {
    display: table-row;
}

.rwd-tr-show {
    display: none;
}

.changeAgreements {
    display: none;
}

.changeAgreements .active {
    display: block;
}

.cc_container {
    background: #212d45 !important;
}

.cc_btn {
    background: #eaca31 !important;
}

#new-password-form .form-group {
    display: inline-block;
    width: 100%;
}

#new-password-form label {
    margin-top: 20px;
}

.new-password-form-container .message, .new-password-form-container .message-alt {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    font-family: "Open Sans";
    text-align: center;
}

.new-password-form-container .message {
    color: green;
}

.new-password-form-container .errors {
    width: 90%;
    margin-top: 20px;
    color: red;
    text-align: center;
}

.logotypes {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    background-color: #fff;
}

.logotypes .logotypesBox {
    width: 25%;
}

.logotypes.patrons .logotypesBox:last-of-type {
    width: 50%;
}

.logotypes img {
    max-height: 60px;
    max-width: 100%;
}

.logotypes.patrons img {
    max-height: 40px;
    display: inline-block;
    margin: 0 15px;
}

.content-zalogowany .logotypes {
    color: #bbb;
}

.logotypes span {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px 10px;
}

.logotypes img {
    float: left;
    margin-right: 50px;
}

.logotypes img.msp {
    margin-top: 20px;
    width: 220px;
}

.logotypes img.ao {
    height: 65px;
    margin-top: 20px;
}

.logotypes img.pzu {
    margin-top: 15px;
    width: 190px;
}

.logotypes img.pkobp {
    height: 75px;
    margin-top: 15px;
}

.chartrow .buttons {
    margin: 10px 0;
}

.chartrow .button {
    background: #007cd2;
    display: inline-block;
    vertical-align: middle;
    width: 225px;
    height: 50px;
    cursor: pointer;
    transition: background .3s ease;
    text-align: center;
    margin: 0 5px;
}

.removeAccountClick {
    background-color: darkred;
}

.chartrow .button p {
    font-family: "Rajdhani";
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: #FFF;
    padding: 0;
    margin: 18px 35px 0;
}

.chartrow .button:hover {
    background-color: #0067AE;
}

.rankings-list {
    width: 1250px;
    margin: 0 auto;
    background: #34486e;
}

.rankings-list ul {
    margin-left: 12px;
}

.rankings-list ul li {
    display: inline-block;
    font-family: "Rajdhani";
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 16px 0px;
    text-align: center;
    margin-top: 2px;
    width: 160px;
    position: relative;
    top: 7px;
}

.rankings-list ul li.active {
    background: #dedede;
    padding-top: 15px;
    padding-bottom: 9px;
}

.rankings-list ul li.active a {
    color: #34486e;
    text-decoration: none;
}

.rankings-list ul li a {
    color: #fff;
    text-decoration: none;
}

label.agree {
    font-family: inherit !important;
}

.captcha-container {
    clear: both;
    width: 80%;
    margin: 0 auto;
}

.captcha-image {
    float: left;
    margin: 0;
    padding: 0;
}

div.captcha {
    float: left;
    margin: 0 10px;
    padding: 0;
}

div.captcha input.captcha {
    margin: 5px 0;
}

.reset-captcha-container {
    clear: both;
    padding-top: 20px;
}

.reset-captcha-image {
    float: left;
    margin: 0;
    padding: 0;
}

div.reset-captcha {
    float: left;
    margin: 0;
    padding: 0;
}

#reset-captcha {
    margin: 0 5px;
    float: left;
    width: 230px;
    height: 50px;
    font-size: 13px;
}

.activate-captcha-container {
    clear: both;
    padding-top: 20px;
}

.activate-captcha-image {
    float: left;
    margin: 0;
    padding: 0;
}

div.activate-captcha {
    float: left;
    margin: 0;
    padding: 0;
}

#activate-captcha {
    margin: 0 5px;
    float: left;
    width: 230px;
    height: 50px;
    font-size: 13px;
}

nav.pagination-container {
    width: 100%;
    text-align: center;
}

.pagination-container .sr-only {
    display: none;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.ranking-info {
    text-align: center;
    font-size: 12px;
    color: #bbb;
    font-style: italic;
    margin-top: 15px;
    font-family: "Open Sans";
}

.button-new-thread p {
    text-align: center;
    padding: 15px 0;
    font-family: "Rajdhani";
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.button-new-thread {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 261px;
    border: 1px solid #20a91a;
    background-color: #2a3953;
}

.button-new-thread:hover {
    background-color: #20a91a;
}

.singleFAQ {
    display: table;
    width: 100%;
    margin: 15px 0;
    border-bottom: 1px solid #1e437d;
}

.singleFAQ > p {
    display: none;
}

.singleFAQ a {
    width: 100%;
    display: block;
    font-size: 20px;
    font-family: "Open Sans";
    font-weight: 600;
    color: #1e437d;
    padding-bottom: 10px;
    position: relative;
    text-decoration: none;
    padding-right: 25px;
    box-sizing: border-box;
}

.singleFAQ a:after {
    right: 5px;
    content: "";
    position: absolute;
    top: 10px;
    border-width: 8px;
    border-style: solid;
    border-color: #1e437d transparent transparent transparent;
}

.usersContainer {
    display: table;
    width: 100%;
    padding: 15px;
    background: #dedede;
    text-align: center;
    font-family: Rajdhani;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.usersContainer .summaryUser {
    display: inline-block;
    margin: 0 15px;
    font-size: 16px;
}

.usersContainer .summaryUser span.odLabel {
    font-weight: bold;
}

.historia-content .historia-data .historia-options .options-wrapper .singleInput {
    display: inline-block;
    padding: 10px 15px 10px 0;
    box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
    font-family: Rajdhani;
}

.historia-content .historia-data .historia-options .options-wrapper .singleInput span.error {
    color: #f00;
}

.historia-content .historia-data .historia-options .options-wrapper .singleInput strong {
    font-weight: bold;
}

.historia-content .historia-data .historia-options.inputsContainer .options-wrapper .goBackButton {
    display: table;
    float: right;
}

.historia-content .historia-data .historia-options.inputsContainer .options-wrapper .goBackButton a {
    background-color: #212d45;
    width: 167px;
    height: 30px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border: 0;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    font-family: Rajdhani;
}

.historia-content .historia-data .historia-options.inputsContainer .options-wrapper .goBackButton a:hover {
    opacity: 0.6;
}

.singleInput.bigSingleInput {
    width: 100%;
}

.historia-content .historia-data .historia-options .singleInput .odLabel {
    padding: 0;
    color: #000;
    font-weight: normal;
    font-size: 16px;
    font-family: Rajdhani;
}

.historia-content .historia-data .historia-options .options-wrapper .singleInput input {
    border-radius: 4px;
    border: 1px solid #aaa;
    padding: 5px;
}

.historia-content .historia-data .historia-options .options-wrapper .singleInput.removeAttrElement input {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.historia-content .historia-data .historia-options .options-wrapper .singleInput select {
    border-radius: 4px;
    border: 1px solid #aaa;
    padding: 5px;
    background: #fff;
}

.historia-content .historia-data .historia-options .options-wrapper .singleInput .article-info {
  width: 50%;
  border-radius: 4px;
  border: 1px solid rgb(170, 170, 170);
  padding: 5px;
  margin: 15px 0px 0px;
  resize: none;
  display: block;
}

.historia-content .historia-data .historia-options .options-wrapper .errors {
    color: #f00;
    text-align: center;
    display: table;
    width: 100%;
    margin: 10px 0;
}

.historia-content .historia-data .historia-options .options-wrapper .success {
    color: #20a91a;
    text-align: center;
    display: block;
    margin: 10px 0;
}

.historia-content .historia-data .historia-options.inputsContainer {
    padding: 15px;
    box-sizing: border-box;
}

.historia-content .historia-data .historia-options.inputsContainer .options-wrapper {
    width: 100%;
}

.select2-container {
    max-width: 1000px;
}

.historia-content .historia-data .historia-options.inputsContainer .button-search {
    margin: 0;
}

.historia-content .historia-data .historia-options .options-wrapper .exportCSV {
    float: left;
    display: table;
    font-family: "Rajdhani";
    margin-left: 0;
}

.historia-content .historia-data .historia-options .options-wrapper .exportCSV a {
    background: #20a91a;
    width: 167px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.historia-content .historia-data .historia-options .options-wrapper .exportCSV a:hover {
    background: #fff;
    color: #20a91a;
}

.historia-content .historia-data .historia-options.inputsContainer .options-wrapper .button-wrapper {
    width: 100%;
    margin: 20px 0 0 0;
    display: table;
}

.historia-content .historia-data .historia-options.inputsContainer .options-wrapper .button-wrapper .button {
    float: right;
    display: table;
    width: auto;
}

.historia-content .historia-data .historia-options.inputsContainer .options-wrapper .button-wrapper button {
    background-color: #007CD2;
    width: 167px;
    height: 30px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border: 0;
    color: #fff;
}

.historia-content .historia-data .historia-options.inputsContainer .options-wrapper .removeTeam {
    float: left;
    display: table;
}

.historia-content .historia-data .historia-options.inputsContainer .options-wrapper .removeTeam a {
    display: table;
    text-decoration: none;
    color: #fff;
    font-family: "Rajdhani";
    background: #f00;
    width: 167px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.sigg-panel-table * td {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.singleMessage {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.singleMessage .userInfo .nameUser, .singleMessage .userInfo .surnameUser {
    color: rgb(52, 72, 110);
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: bold;;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.singleMessage .userInfo .deleteMessage {
    float: right;
    display: table;
}

.singleMessage .userInfo .deleteMessage button {
    color: #fff;
    border: 0;
    outline: none;
    background: #f00;
    padding: 3px 10px;
    cursor: pointer;
}

.singleMessage .userInfo .deleteMessage button:hover {
    opacity: 0.5;
}

.singleMessage .userInfo .timeMessage {
    color: #aaa;
    display: table;
    float: left;
    font-size: 12px;
}

.singleMessage .userMessage {
    font-size: 16px;
    color: #000;
    margin: 20px 0 0 0;
}

.singleMessage .userInfo .userTeam {
    display: inline-block;
    font-style: italic;
}

.singleMessage .userInfo .userRole {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.singleMessage .userInfo .userRole:after {
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    font-size: 10px;
    font-family: 'Open Sans';
}

.singleMessage .userInfo .userRole.role_user:after {
    content: 'UCZEŃ';
    background: #777;
}

.singleMessage .userInfo .userRole.role_supervisor:after {
    content: 'NAUCZYCIEL';
    background: #337ab7;
}

.singleMessage .userInfo .userRole.role_auditor:after {
    content: 'KOORDYNATOR';
    background: #5cb85c;
}

.singleMessage .userInfo .userRole.role_siggadmin:after {
    content: 'ADMIN';
    background: #f0ad4e;
}

.singleMessage .userInfo .userRole.role_siggadmin:after {
    content: 'ADMIN';
    background: #5bc0de;
}

.changeEmailWrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: none;
}

.changeEmailWrap.active {
    display: block;
}

.changeEmailWrap .changeEmailContent {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 35px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 400px;
    background: #fff;
    margin: 0 auto;
}

.singleInput .notification {
    display: inline-block;
    margin: 0 5px;
}

.changeEmail {
    text-decoration: none;
    color: #2a3953;
}

.changeEmailWrap .changeEmailContent .closeModal {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #007cd2;
    font-size: 30px;
    text-decoration: none;
}

.changeEmailWrap .changeEmailContent label {
    display: block;
    margin: 0 0 5px 0;
}

.changeEmailWrap .changeEmailContent input {
    border: 1px solid #ccc;
    padding: 3px 5px;
    font-size: 14px;
}

.changeEmailWrap .changeEmailContent .error {
    color: #f00;
    display: block;
    margin: 5px 0;
}

.singleRule {
    display: table;
    width: 100%;
    margin: 15px 0;
    border-bottom: 1px solid #1e437d;
}

.singleRule a {
    width: 100%;
    display: block;
    font-size: 20px;
    font-family: "Open Sans";
    font-weight: 600;
    color: #1e437d;
    padding-bottom: 10px;
    position: relative;
    text-decoration: none;
    padding-right: 25px;
    box-sizing: border-box;
}

.deleteButton {
    color: #fff;
    border: 0;
    outline: none;
    background: #f00;
    padding: 3px 10px;
    cursor: pointer;
}

.addButton {
    color: #fff;
    border: 0;
    outline: none;
    background: #20a91a;
    padding: 3px 10px;
    cursor: pointer;
}

.news-from-stock-exchange {
  margin-top: 30px;
}

.news-from-stock-exchange div {
  margin-top: 5px;
  padding: 10px 20px;
}

.news-from-stock-exchange div span {
    display: inline-block;
}

.news-from-stock-exchange div {
    border-bottom: 1px dashed;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.news-from-stock-exchange div:last-child {
    border: 0;
}

.coordinator-form input,
.coordinator-form select {
  display: block;
  margin-top: 6px;
  width: 200px;
}

.coordinator-form select {
  width: 210px;
}

/* helpers */
.d-i-b {
  display: inline-block;
}

.w-100 {
  width: 100%;
}

.news-date {
    font-weight: normal;
    clear: both;
    font-style: italic;
    margin: 0;
    font-size: 16px;
    color: #000;

}

.news-title {
    font-weight: bold;
    color: #007cd2;
    margin: 10px 0;
    font-size: 20px;
}