﻿@import "//fonts.googleapis.com/css?family=Exo+2:400,600,700&subset=latin,latin-ext";

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Exo 2", Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #444444;
}

.wrapper {
    width: 1280px;
    margin: 0 auto;
    max-width: 1400px;
    width: 98%;
}

header,
footer {
    width: 100%;
    clear: both;
    display: block;
    float: left;
}

a {
    color: #ffc61f;
}

.row {
    width: 100%;
    clear: both;
    float: left;
    display: block;
}

.relative {
    position: relative;
}

header {
    border-top: 3px solid #ffc61f;
    height: 66px;
    box-shadow: 2px 0 7px rgba(0, 0, 0, 0.67);
    position: fixed;
    z-index: 99;
    top: 0;
    background-color: white;
}

.logo {
    display: block;
    float: left;
    margin-left: 30px;
    margin-top: 14px;
}

.logo img {
    width: 195px;
}

nav {
    float: left;
    display: block;
    margin-left: 55px;
    margin-top: 20px;
}

.mainMenu {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainMenu li {
    float: left;
    margin-right: 25px;
    position: relative;
}

.mainMenu li:last-child {
    /*margin-right: 0;*/
}

.mainMenu li a {
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    color: #444444;
    padding: 0 5px 23px 5px;
    display: block;
    float: left;
    border-bottom: 3px solid transparent;
}

.mainMenu li a:hover {
    cursor: pointer;
    border-bottom: 3px solid #e7121a;
}

.mainMenu li ul {
    display: none;
    position: absolute;
    /*top: 60px;*/
    top: 46px;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 250px;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
    z-index: 3;
}

.mainMenu li ul li {
    clear: both;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    background: url(/Themes/MasterImages/menu_bg.gif) repeat-x 0 bottom #ffffff;
}

.mainMenu li ul li:hover {
    background: url(/Themes/MasterImages/menu_bg_hover.gif) repeat-x 0 bottom #ffc61f;
}

.mainMenu li ul li:hover a {
    color: #fff;
}

.mainMenu li ul li:last-child {
    border-bottom: none;
}

.mainMenu li ul li a {
    border-bottom: none;
    color: #333333;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    padding: 17px 0 16px 15px;
    width: 235px;
}

.mainMenu li ul li a:hover {
    border-bottom: none;
    cursor: pointer;
}

.langPanel {
    float: right;
    margin-right: 30px;
    display: block;
    margin-top: 16px;
    color: #d9d9d9;
    padding: 4px 0 4px 20px;
    border-left: 1px solid #dedede;
}

.langPanel a {
    color: #d9d9d9;
    text-decoration: none;
    font-size: 17px;
    line-height: 27px;
}

.langPanel a:hover {
    cursor: pointer;
}

.langPanel span {
    color: #ffc61f;
    font-size: 17px;
    line-height: 27px;
}

.langPanel .active {
    color: #ffc61f;
}

.phone {
    color: #e7122e;
    font-weight: 600;
    float: right;
    margin-top: 16px;
    border-left: 1px solid #dedede;
    padding: 2px 0 2px 20px;
    display: block;
    margin-right: 20px;
    background: url(/Themes/MasterImages/phone_ico.png) no-repeat 20px center transparent;
}

.phone .infolinia {
    font-size: 12px;
    line-height: 12px;
    clear: both;
    float: left;
    margin-left: 30px;
    display: block;
}

.phone .number {
    font-size: 19px;
    clear: both;
    line-height: 19px;
    float: left;
    margin-left: 30px;
    display: block;
}

.phone img {
    float: left;
    display: block;
}

.search {
    background-color: white;
    display: block;
    float: right;
    height: 43px;
    width: 250px;
    border: 1px solid #e5e5e5;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    margin-right: 20px;
}

html body .search .RadInput_Default,
.RadInputMgr_Default {
    font-size: 14px;
    line-height: 19px;
    font-family: "Exo 2";
    font-weight: 600;
    width: 185px !important;
    margin-top: 8px;
    margin-left: 15px;
    float: left;
}

html body .search .RadInput_Default .riTextBox,
html body .RadInputMgr_Default {
    font-size: 14px;
    line-height: 19px;
    font-family: "Exo 2";
    font-weight: 600;
    color: #c2c2c2;
    font-style: normal;
    border: none;
}

.search .searchBtn {
    background: url(/Themes/MasterImages/search_ico.png) no-repeat 0 0 transparent;
    width: 22px;
    height: 22px;
    border: none;
    cursor: pointer;
    margin-top: 12px;
    float: left;
    margin-left: 10px;
}

.search .sep {
    width: 1px;
    height: 22px;
    display: block;
    float: left;
    background: #cdcdcd;
    margin-top: 10px;
}

.customerPanel {
    display: none;
}

/*TwoColumn*/
.leftColumn {
    display: block;
    float: left;
    width: 420px;
}

.rightColumn {
    display: block;
    float: right;
    width: 850px;
    min-height: 200px;
}

.leftColumn .title {
    margin-top: 35px;
    width: 100%;
    clear: both;
    float: left;
    border-bottom: 1px solid #e5e5e5;
}

.leftColumn h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    color: #444444;
}

.leftMenu {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

.leftMenu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 40px;
}

.leftMenu ul li {
    padding: 5px 0;
}

.leftMenu ul li a {
    color: #333333;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    font-weight: 600;
}

.leftMenu ul li a:hover {
    padding-right: 15px;
    background-image: url(/Themes/MasterImages/small_btn_arrow.png);
    background-position: right 5px;
    background-repeat: no-repeat;
}

.leftMenu ul li.selected>a {
    color: #e8122d;
    padding-right: 15px;
    background-image: url(/Themes/MasterImages/small_btn_arrow.png);
    background-position: right 5px;
    background-repeat: no-repeat;
}

.leftMenu ul li.selected ul {
    display: block;
}

.leftMenu ul li ul {
    padding: 0;
    display: none;
}

.leftMenu ul li ul li a {
    color: #c7c7c7;
}

.efaktura,
.askQuestion {
    border: 1px solid #e5e5e5;
    background: url(/Themes/MasterImages/Sytuacja/left_bg.jpg) no-repeat right 0 transparent;
    width: 100%;
    height: 203px;
    display: block;
    float: left;
    margin-top: 10px;
    color: #444444;
    background-size: cover;
}

.efaktura h5,
.askQuestion h5,
.newsletter h5,
.attachmentsLeftPanel h5 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    background: url(/Themes/MasterImages/icon.png) no-repeat -1px 2px transparent;
    margin: 18px 0 0 20px;
    padding-left: 35px;
    display: block;
    float: left;
    clear: both;
}

.efaktura p,
.askQuestion p,
.newsletter p {
    width: 240px;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    margin: 20px 0 0 40px;
}

.efaktura .more {
    background-color: rgba(255, 255, 255, 0.82);
    border: 2px solid #ffc61f;
    color: #444444;
    font-weight: 600;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    float: left;
    padding: 12px 58px 12px 28px;
    text-decoration: none;
    /*margin: 30px 0 0 40px;*/
    background-image: url(/Themes/MasterImages/efaktura_arrow.png);
    background-position: right 23px center;
    background-repeat: no-repeat;
    -moz-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    -webkit-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
}

.efaktura .more:hover {
    background-color: #ffc61f;
    color: white;
    text-decoration: none;
}

.askQuestion h5 {
    background: url(/Themes/MasterImages/icon.png) no-repeat 0 -21px transparent;
}

.newsletter {
    display: block;
    float: left;
    width: 100%;
    background: url(/Themes/MasterImages/newsletter_bg.png) no-repeat center center transparent;
    height: 130px;
    margin-top: 30px;
}

.newsletter .left {
    float: left;
    display: block;
}

.newsletter p {
    width: auto;
}

.newsletter .left2 {
    width: 430px;
    float: left;
    display: block;
    margin-top: 44px;
    margin-left: 60px;
}

.newsletter .RadInput_Default,
.RadInputMgr_Default {
    float: left;
}

.newsletter .RadInput_Default,
.RadInputMgr_Default,
html body .newsletter .RadInput_Default .riTextBox,
html body .newsletter .RadInputMgr_Default {
    font-family: "Exo 2";
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}

html body .newsletter .RadInput_Default .riTextBox,
html body .newsletter .RadInputMgr_Default {
    border: 1px solid #e5e5e5;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: #fff;
}

html body .newsletter .riSingle .riTextBox {
    padding-left: 15px;
    padding-right: 15px;
}

html body .newsletter .RadInput input.riEmpty,
html body .newsletter .RadInput textarea.riEmpty,
html body .newsletter input.RadInput_Empty {
    font-style: normal;
}

html body .newsletter .RadInput_Default .riEmpty,
html body .newsletter .RadInput_Empty_Default {
    color: #c1c1c1;
}

.newsletter .riSingle .riTextBox,
.newsletter .RadForm.rfdTextbox .riSingle input[type="text"].rfdDecorated {
    height: 43px;
}

.newsletterBtn,
.contactForm .btn .btnSend,
.btnAddReclamation {
    float: left;
    background-color: #fff;
    border: 2px solid #ffc61f;
    color: #444444;
    font-weight: 600;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    padding: 12px 50px 12px 20px;
    text-decoration: none;
    margin: 0 0 0 15px;
    background-image: url(/Themes/MasterImages/efaktura_arrow.png);
    background-position-x: 90%;
    background-position-y: 50%;
    background-position: right 22px center;
    background-repeat: no-repeat;
    -moz-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    -webkit-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    cursor: pointer;
}

.newsletterBtn {
    padding: 10px 50px 10px 20px;
    cursor: pointer;
}

.newsletterBtn:hover,
.contactForm .btn .btnSend:hover,
.btnAddReclamation:hover {
    background-color: #ffc61f;
    color: white;
    text-decoration: none;
    background-image: url("/Themes/MasterImages/efaktura_arrowW.png");
    background-repeat: no-repeat;
    background-size: 12px;
}

.newsletter h5 {
    background: url(/Themes/MasterImages/newsletter_koperta.png) no-repeat left center transparent;
}

.socialLeft {
    width: 100%;
    clear: both;
    float: left;
    display: block;
    padding-bottom: 23px;
}

.socialLeft span {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    margin-left: 40px;
    margin-top: 25px;
    display: block;
    float: left;
}

.socialLeft a {
    margin-top: 16px;
    margin-left: 20px;
    color: transparent;
}

.socialLeft .in {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    background: url(/Themes/MasterImages/in_ico.png) no-repeat center center transparent;
    margin-left: 40px;
}

.socialLeft .tweet {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    background: url(/Themes/MasterImages/tw_ico.png) no-repeat center center transparent;
}

.socialLeft .yt {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    background: url(/Themes/MasterImages/yt_ico.png) no-repeat center center transparent;
}

.socialLeft .golden {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    background: url(/Themes/MasterImages/golden_ico.png) no-repeat center center transparent;
}

.lastModify {
    width: 100%;
    clear: both;
    float: left;
    display: block;
}

.lastModify p {
    font-size: 14px;
    line-height: 19px;
    color: #a9a9a9;
    text-align: right;
}

/*NewsList*/
.title {
    width: 100%;
    clear: both;
    float: left;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.title h1 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    padding-left: 20px;
    margin: 35px 0 0;
    color: #444444;
    float: left;
    width: -moz-calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
    display: block;
    box-sizing: border-box;
}

.newsList {
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

.newsList .element {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
}

.element .date,
.news .date,
.galleryPage .date {
    background-image: url(/Themes/MasterImages/icon.png);
    background-position: -5px -45px;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: 700;
    height: 16px;
    line-height: 17px;
    padding-left: 30px;
    color: #d9d9d9;
    margin-left: 20px;
    float: left;
}

.contentNews img {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 85px;
    max-height: 58px;
}

.element h5 {
    float: right;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.element .contentNews {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.element a {
    color: #444444;
    text-decoration: none;
}

.element .itemDescription {
    margin: 10px 0 0 0;
    width: 700px;
    float: right;
    margin-right: 20px;
}

.pager.RadDataPager_Default {
    border: none;
    background: transparent;
}

/*News.aspx*/
.news {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 10px;
}

.news .contentNews {
    margin: 40px 20px 0 20px;
    text-align: justify;
}

.news .contentNews img {
    margin: 0 20px 20px 0;
}

/*SectionHomePage.aspx*/
.sectionHomePage {
    display: block;
    float: left;
    width: 100%;
}

.sectionHomePage .content {
    margin: 0 20px;
    text-align: justify;
}

.sectionHomePage .siteMap {
    display: block;
    width: 100%;
    clear: both;
    float: left;
    margin-top: 25px;
    padding-bottom: 25px;
}

.siteMap ul {
    list-style: none;
    padding: 0;
    float: left;
    display: block;
    width: 100%;
    margin: 0;
}

.siteMap li {
    border: 1px solid #e5e5e5;
    width: 100%;
    float: left;
    margin-top: 10px;
    -moz-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    -webkit-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
}

.siteMap li:hover {
    background: #f4f4f4;
}

.siteMap li:first-child {
    margin-top: 0;
}

.siteMap li img {
    float: left;
    margin-right: 35px;
    max-width: 166px;
    /*max-height: 83px;*/
}

.siteMap li .info {
    float: left;
    margin-top: 20px;
    max-width: 455px;
}

.siteMap li h3 {
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    font-weight: 600;
}

.siteMap li a {
    color: #444444;
    text-decoration: none;
}

.siteMap li a:hover {
    cursor: pointer;
}

.siteMap li p {
    margin: 0;
}

.siteMap li .check {
    float: right;
    background-color: rgba(255, 255, 255, 0.82);
    border: 2px solid #ffc61f;
    color: #444444;
    font-weight: 600;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    padding: 10px 50px 10px 20px;
    text-decoration: none;
    margin: 39px 29px 0 0;
    background-image: url(/Themes/MasterImages/efaktura_arrow.png);
    background-position: right 22px center;
    background-repeat: no-repeat;
    -moz-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    -webkit-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
}

.siteMap li .check:hover {
    background-color: #ffc61f;
    color: white;
    text-decoration: none;
}

.siteMap ul ul {
    list-style: outside none disc;
    margin-left: 15px;
}

.siteMap ul ul li {
    border: medium none;
    margin-top: 0;
    padding: 5px 0 5px 5px;
}

/*Page.aspx*/
.row .content {
    margin: 0 20px;
}

table,
table.price-table {
    margin-top: 10px;
    border: none;
    width: 100%;
}

table tr th,
table tr.price-table-header td {
    background: #ffc61f;
}

table tr.price-table-header {
    font-weight: 600;
}

table td,
table th {
    padding: 12px 15px;
}

table td,
table tr {
    border: 1px solid #e3e3e3;
}

table th {
    border: 1px solid #ffc61f;
}

/*zalaczniki wyglad*/
.attachmentsSection {}

.attachments {
    margin-top: 20px;
    list-style: none;
    padding: 0;
    float: left;
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
}

.attachments li {
    border: 1px solid #e5e5e5;
    width: 100%;
    float: left;
    margin-top: 10px;
    -moz-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    -webkit-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
}

.attachments li:hover {
    background: #f4f4f4;
}

.attachments li:first-child {
    margin-top: 0;
}

.attachments li .imageCont {
    float: left;
    width: 86px;
    height: 63px;
    background: #eeeeee;
    position: relative;
}

.attachments li .imageCont img {
    position: absolute;
    top: 25%;
    left: 30%;
}

.attachments li .info {
    float: left;
    margin-top: 5px;
    max-width: 490px;
    margin-left: 15px;
}

.attachments li a {
    color: #444444;
    text-decoration: none;
}

.attachments li a:hover {
    text-decoration: underline;
}

.attachments li h3 {
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    font-weight: 500;
}

.attachments li p {
    margin: 0;
}

.attachments li .download {
    float: right;
    background-color: rgba(255, 255, 255, 0.82);
    border: 2px solid #ffc61f;
    color: #444444;
    font-weight: 600;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    padding: 10px 50px 10px 20px;
    text-decoration: none;
    margin: 10px 29px 0 0;
    background-image: url(/Themes/MasterImages/efaktura_arrow.png);
    background-position: right 22px center;
    background-repeat: no-repeat;
    -moz-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    -webkit-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
}

.attachments li .download:hover {
    background-color: #ffc61f;
    color: white;
    text-decoration: none;
}

.banerMenu {
    display: block;
    float: right;
    list-style: outside none none;
    margin: 0 105px 0 0;
    padding: 0;
    position: relative;
    right: 0;
    top: 145px;
    width: 300px;
    z-index: 20;
}

.banerMenu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.banerMenu li a {
    border-top: 1px solid transparent;
    top: 0;
    color: #444444 !important;
    background-color: rgba(255, 255, 255, 0.82);
    background-image: url("../img/ico_nav_slide.png");
    background-repeat: no-repeat;
    border-top: 1px solid #e5e5e5;
    float: left;
    font-family: "Exo 2";
    font-size: 17px;
    font-weight: 600;
    height: 68px;
    line-height: 20px;
    max-height: 68px;
    padding: 14px 30px 14px 30px;
    box-sizing: border-box;
    text-align: left;
    width: 300px;
    text-decoration: none;
}

.banerMenu li a span {
    background: rgba(0, 0, 0, 0) url("/Themes/MasterImages/Baner/nav_arrow.png") no-repeat scroll 0 center;
    height: 16px;
    position: absolute;
    right: 16px;
    width: 9px;
}

.banerMenu li a:hover span {
    background: rgba(0, 0, 0, 0) url("/Themes/MasterImages/Baner/nav_arrowH.png") no-repeat scroll 0 center;
}

.banerMenu li a span.MenuImage {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
    background: none;
}

.banerMenu li a span img {
    float: left;
}

.banerMenu li:hover a span img {
    margin-top: -50px;
}

/*galeria*/
.galleryPage {
    padding-top: 10px;
}

.gallery {
    margin: 20px;
    width: auto;
}

.gallery a {
    display: inline-block;
    float: none;
    margin: 10px 14px;
    text-decoration: none;
    color: #444444;
    width: 130px;
}

.gallery a img {
    max-width: 130px;
    max-height: 100px;
    float: left;
}

.gallery a h6 {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    text-align: center;
}

.prevPanel {
    margin-top: 10px;
}

.prevBtn {
    float: left;
    background-color: rgba(255, 255, 255, 0.82);
    border: 2px solid #ffc61f;
    color: #444444;
    font-weight: 600;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    padding: 6px 50px 8px 20px;
    text-decoration: none;
    margin: 0 0 0 20px;
    background-image: url(/Themes/MasterImages/efaktura_arrow.png);
    background-position: right 22px center;
    background-repeat: no-repeat;
    -moz-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    -webkit-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    font-size: 12px;
    line-height: 16px;
}

.prevBtn:hover {
    background-color: #ffc61f;
    color: white;
    text-decoration: none;
}

/*GalleryList.aspx*/
.galleryList {
    margin: 0 20px 20px 20px;
    width: auto;
}

.galleryList .itemRow {
    display: block;
    float: left;
    width: 130px;
    margin: 30px 32px 0 0;
}

.galleryList a {
    text-decoration: none;
    color: #444444;
}

.galleryList img {
    max-width: 130px;
    max-height: 100px;
}

.galleryList h6 {
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    height: 30px;
    margin: 0 0 10px 0;
}

.galleryList .itemDate {
    margin-top: 10px;
}

/*auctionList.aspx*/
.auctionList {
    width: auto;
    margin: 20px;
}

.auctionList table a {
    color: #444444;
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
}

.auctionList table a:first-letter {
    text-transform: uppercase;
}

.auctionList table a:hover {
    cursor: pointer;
}

.footerHR {
    border-top: 1px solid #d0d0d0;
    padding-top: 5px;
    padding-bottom: 10px;
}

.footerHR .wrapper {
    border-top: 2px solid #ffc61f;
    margin-top: -7px;
    padding-top: 15px;
}

.footerMenu {
    float: right;
    padding-top: 9px;
}

.footerMenu a {
    float: left;
    margin: 0 11px;
    padding: 0;
    text-decoration: none;
    color: #aaaaaa;
}

.footerMenu a:hover {
    text-decoration: underline;
}

.banerContent {
    position: absolute;
    top: 100px;
}

.banerContent h2 {
    color: #e8122d;
    font-family: "Exo 2";
    font-size: 34px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 44px;
    width: 450px;
}

.footerSiteMap,
.footerSiteMap li ul {
    float: left;
    width: 100%;
    clear: both;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footerSiteMap {
    padding-bottom: 30px;
}

.footerSiteMap li {
    float: left;
    width: 20%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footerSiteMap li h5 {
    font-family: "Exo 2";
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 0;
}

.footerSiteMap li ul li {
    float: left;
    width: 100%;
    clear: both;
}

.footerSiteMap li ul li a {
    color: #333333;
    float: left;
    font-family: "Exo 2";
    font-size: 14px;
    font-weight: 400;
    padding: 3px 0;
    text-decoration: none;
}

.footerSiteMap li ul li a:hover {
    text-decoration: underline;
}

.newsList.homeNewsLists .itemRow {
    border: 1px solid #e5e5e5;
    float: left;
    margin: 15px 1% 0;
    padding: 2%;
    width: 43%;
}

.homeNewsLists .element h5 {
    clear: both;
    float: left;
    height: 45px;
    overflow: hidden;
    width: 100%;
}

.homeNewsLists .element {
    padding: 0;
    margin: 0;
}

.element .itemDescription {
    width: auto;
    float: none;
}

.homeNewsLists .contentNews {
    height: 110px;
    overflow: hidden;
}

.homeNewsLists .date {
    float: left;
    margin: 10px 0 0;
    color: #aaaaaa;
    font-weight: normal;
}

.homeNewsLists .homeLinkMore {
    float: right;
    margin-top: 10px;
    color: #595959;
}

.homeNewsLists .homeLinkMore :hover {
    text-decoration: underline;
}

.banerLink {
    background-color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
    line-height: 47px;
    padding: 0 26px 0 28px;
    border-radius: 1000px;
    border-color: #ffc61f;
    border-width: 2px;
    border-style: solid;
    color: #444444;
    font-family: "Exo 2";
    font-weight: 600;
    text-transform: lowercase;
    display: inline-block;
    text-align: left;
    text-decoration: none;
    transition: background-color 300ms ease-out 0s;
}

.banerLink:hover {
    background-color: rgb(255, 198, 31);
}

.banerLink span {
    background-image: url("/Themes/MasterImages/Baner/arrowsYellow.png");
    background-position: right top;
    display: inline-block;
    height: 49px;
    position: relative;
    right: -20px;
    transition: background-position 0.4s ease 0s;
    width: 27px;
}

.banerLink:hover span {
    background-image: url("/Themes/MasterImages/Baner/arrows.png");
}

.homeNewsLists img {
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

.home .rightColumn h2 {
    padding-left: 32px;
    margin-top: 30px;
}

.newsList .itemRow {
    border: 1px solid #e5e5e5;
    padding: 20px;
    float: left;
    margin-bottom: 20px;
}

.element .date {
    margin: 10px 0 0 0;
    float: left;
}

/*AuctionPage.aspx*/
.auction {
    display: block;
    float: left;
    width: 100%;
}

.auction .content {
    margin: 0 20px;
}

.auction h2 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    margin: 10px 0;
}

.auction table td {
    vertical-align: top;
}

.attachment {
    list-style: none;
    padding-left: 0px;
}

.attachment a {
    color: #ffc61f;
    font-weight: 600;
    text-decoration: none;
}

.attachment a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.attachment a img {
    display: none;
}

.details a {
    color: #ffc61f;
    text-decoration: none;
}

.details a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.aucPrevPanel {
    margin-top: 10px;
    display: block;
    float: left;
    width: 100%;
}

/*HomePage.aspx*/
.leftMenuHome {
    background: url(/Themes/MasterImages/bg_leftmenu_hp.jpg) no-repeat right bottom #ffffff;
    border: 1px solid #e5e5e5;
    display: block;
    float: left;
    width: 100%;
}

.leftMenuHome h5 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    background: url(/Themes/MasterImages/icon.png) no-repeat 0 -22px transparent;
    padding-left: 35px;
    margin: 17px 0 0 17px;
}

.leftMenuHome ul {
    list-style: none;
    display: block;
    float: left;
    margin: 5px 0 0 0;
    padding-left: 35px;
    padding-bottom: 45px;
}

.leftMenuHome ul li {
    display: block;
    float: left;
    clear: both;
    margin-top: 20px;
}

.leftMenuHome ul li a {
    float: left;
    background-color: rgba(255, 255, 255, 0.82);
    border: 2px solid #ffc61f;
    color: #444444;
    font-weight: 600;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    padding: 9px 30px 11px 20px;
    text-decoration: none;
    background-image: url(/Themes/MasterImages/efaktura_arrow.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    -moz-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    -webkit-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    font-size: 16px;
    line-height: 21px;
}

.leftMenuHome ul li a:hover {
    background-color: #ffc61f;
    color: white;
    text-decoration: none;
}

.home .leftColumn .title {
    border-bottom: none;
}

/*PageWithTabs.aspx*/
.tabsPanel {
    padding: 0 20px;
}

.tabsPanel h3 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    margin: 20px 0 0 0;
}

.tabsHeaders {
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

.tabsButtons {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 2;
    padding: 10px 0 0;
}

.tabsButtons a {
    padding: 16px 32px;
    float: left;
    text-decoration: none;
    color: #898989;
    font-size: 16px;
    line-height: 16px;
    border: 1px solid transparent;
}

.tabsButtons a:hover {
    cursor: pointer;
}

.tabsButtons a.active {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
    color: #444444;
}

.tabsContentPanel {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    border-top: 1px solid #e5e5e5;
    top: -1px;
    position: relative;
    z-index: 1;
    padding: 10px 0 0 0;
}

.tabsContent div {
    display: none;
}

.tabsContent div div {
    display: block;
}

.tabsContent .active {
    display: block;
}

.headerContainer {
    float: left;
    width: 100%;
    height: 66px;
}

.menuOpen nav {
    background: white;
    overflow-y: auto;
}

.menuOpen {
    overflow: hidden;
}

/*contact form, profile*/

.contactForm {
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

.contactForm .row {
    padding-left: 80px;
    width: calc(100% - 80px);
    margin-top: 25px;
}

.contactForm .subject {
    background: url(/Themes/MasterImages/contact_ico/subject_ico.png) no-repeat left 30px top 33px transparent;
    position: relative;
}

.contactForm .name {
    background: url(/Themes/MasterImages/contact_ico/name_ico.png) no-repeat left 30px top 42px transparent;
}

.contactForm .address {
    background: url(/Themes/MasterImages/contact_ico/address_ico.png) no-repeat left 30px center transparent;
}

.contactForm .message {
    background: url(/Themes/MasterImages/contact_ico/message_ico.png) no-repeat left 30px center transparent;
}

.contactForm .row.name {
    margin-top: 15px;
}

.contactForm .name .col,
.contactForm .notification .col,
.contactForm .raily .col,
.contactForm .subject .col {
    width: 48%;
    float: left;
    margin-top: 10px;
}

.contactForm .name .col:nth-child(2n),
.contactForm .notification .col:nth-child(2n),
.contactForm .raily .col:nth-child(2n),
.contactForm .subject .col:nth-child(2n) {
    margin-left: 4%;
}

.contactForm .name .col.right {
    float: right;
}

.contactForm .RadInput_Default,
.RadInputMgr_Default {
    font-size: 14px;
    line-height: 19px;
    color: #5a5a5a;
    font-weight: 600;
    width: 100% !important;
}

.contactForm .RadInput_Default .riLabel,
.contactForm .RadComboBox .rcbLabel,
.SLabelETop {
    color: #5a5a5a;
    width: 100% !important;
    display: block !important;
    float: left;
    clear: both;
    text-indent: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    font-family: "segoe ui", ​ arial, ​ sans-serif;
}

.contactForm .riSingle .riContentWrapper {
    width: 100% !important;
    display: block !important;
    float: left;
    clear: both;
}

html body .contactForm .RadInput_Default .riTextBox,
html body .contactForm .RadInputMgr_Default {
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    border-color: #e5e5e5;
    font-size: 16px;
    line-height: 21px;
    font-family: "Exo 2";
    height: auto !important;
}

html body .contactForm .message .RadInput_Default .riTextBox,
html body .contactForm .message .RadInputMgr_Default {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    border-color: #e5e5e5;
}

html body .contactForm .RadInput_Default .riHover,
html body .contactForm .RadInput_Hover_Default,
html body .contactForm .RadInput_Default .riFocused,
html body .contactForm .RadInput_Focused_Default,
html body .contactForm .message .RadInput_Default .riHover,
html body .contactForm .message .RadInput_Hover_Default,
html body .contactForm .message .RadInput_Default .riFocused,
html body .contactForm .message .RadInput_Focused_Default {
    border-color: #ffc61f;
    -moz-box-shadow: 1px 1px 1px rgba(255, 198, 31, 0.25);
    -webkit-box-shadow: 1px 1px 1px rgba(255, 198, 31, 0.25);
    box-shadow: 1px 1px 1px rgba(255, 198, 31, 0.25);
}

html body .contactForm .RadInput_Default .riError,
html body .contactForm .RadInput_Error_Default {
    background: none;
    color: #e5e5e5;
}

html body .contactForm .riSingle .riTextBox {
    padding: 8px 20px;
}

body .RadComboBox .rcbDisabled {
    opacity: 1;
}

.contactForm .address .col {
    float: left;
    display: block;
}

.contactForm .address .col1 {
    width: 48%;
    margin-right: 4%;
}

.contactForm .address .col2 {
    width: 20%;
    margin-right: 4%;
}

.contactForm .address .col4 {
    width: 24%;
}

body .RadComboBox_Default {
    font-size: 16px;
    line-height: 21px;
    font-family: "Exo 2";
    height: auto !important;
    width: 100% !important;
}

body .RadComboBox_Default .rcbDisabled {
    background: #fff;
    background-image: none;
}

body .RadComboBox_Default .rcbInput {
    font-size: 14px;
    line-height: 19px;
    font-family: "Exo 2";
    height: auto !important;
}

body .RadComboBox_Default .rcbDisabled {
    border-color: #e5e5e5;
    padding: 8px 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.contactForm .RadComboBox_Default .rcbDisabled .rcbInput {
    color: #333;
    font-style: normal;
}

body .RadComboBox_Default .rcbReadOnly,
body .RadComboBox_Default .rcbReadOnly.rcbFocused {
    background-color: #fff;
    background-image: none;
    color: black;
}

body .RadComboBox_Default .rcbDisabled.rcbHovered,
body .RadComboBox_Default .RadComboBoxDropDown_Default .rcbDisabled.rcbLoading,
body .RadComboBoxDropDown_Default .RadComboBox_Default .rcbDisabled.rcbLoading,
body .RadComboBox_Default .RadComboBoxDropDown_Default .rcbItem em.rcbDisabled,
body .RadComboBoxDropDown_Default .rcbItem .RadComboBox_Default em.rcbDisabled,
body .RadComboBox_Default .rcbDisabled.rcbFocused {
    background: #fff;
    background-image: none;
    border-color: #ffc61f;
    -moz-box-shadow: 1px 1px 1px rgba(255, 198, 31, 0.25);
    -webkit-box-shadow: 1px 1px 1px rgba(255, 198, 31, 0.25);
    box-shadow: 1px 1px 1px rgba(255, 198, 31, 0.25);
}

body .RadComboBox_Default .rcbActionButton,
body .RadComboBox_Default .rcbHovered .rcbActionButton,
body .RadComboBox_Default .RadComboBoxDropDown_Default .rcbLoading .rcbActionButton,
body .RadComboBoxDropDown_Default .RadComboBox_Default .rcbLoading .rcbActionButton,
body .RadComboBox_Default .RadComboBoxDropDown_Default .rcbItem em .rcbActionButton,
body .RadComboBoxDropDown_Default .rcbItem .RadComboBox_Default em .rcbActionButton,
body .RadComboBox_Default .rcbFocused .rcbActionButton {
    border: none !important;
    background-image: none;
    background: transparent;
    width: 52px;
    width: auto;
}

body .RadComboBox .rcbActionButton .rcbIcon {
    background-image: url(/Themes/MasterImages/contact_ico/combobox_arrow.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right center;
    color: transparent;
    height: 50%;
    width: 30px;
}

.contactForm .rules {
    width: 100%;
    padding-left: 0;
}

html body .input-helper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

html body .input-helper:before {
    content: "";
    display: block;
    position: absolute;
}

html body .input-helper--checkbox {
    font-size: 11px;
    line-height: 16px;
    padding-left: 55px;
    margin-left: 32px;
    color: #a5a5a5;
}

html body .input-helper--checkbox:before {
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #e5e5e5;
    background: #fff;
}

html body input[type="checkbox"] {
    display: none;
}

html body .ThinqDropdown-with-checkbox input[type="checkbox"] {
    display: inline-block;
}

html body input[type="checkbox"]:checked+.input-helper--checkbox:before {
    border: 2px solid #ffc61f;
    background: #ffc61f;
}

.captcha {
    position: relative;
    float: left;
}

.captchaControl {
    display: block;
    float: left;
}

.captchaControl div {
    display: block;
    float: left;
}

.inputPanel {
    display: block;
    float: left;
    margin-left: 20px;
}

.captchaLabel {
    display: block;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    text-indent: 10px;
    padding-bottom: 5px;
}

.captchaInput {
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    line-height: 19px;
    background: transparent;
    width: 182px;
}

.captchaInput:hover,
.captchaInput:focus {
    background: transparent;
    border: 1px solid #ffc61f;
    -moz-box-shadow: 1px 1px 1px rgba(255, 198, 31, 0.25);
    -webkit-box-shadow: 1px 1px 1px rgba(255, 198, 31, 0.25);
    box-shadow: 1px 1px 1px rgba(255, 198, 31, 0.25);
}

.captchaControl .rcRefreshImage {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    color: #5a5a5a;
}

.captchaImage {
    margin-top: 15px;
}

.contactForm .btn {
    float: right;
    margin-top: 20px;
}

/*ContactPage.aspx*/
.contactPage {
    padding: 0 20px;
}

article.ofers-box {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 20px;
    padding: 0 0 20px 0;
}

article.ofers-box:last-child {
    border-bottom: none;
}

article.ofers-box h3 {
    margin: 0 0 10px 0;
}

article.ofers-box address {
    font-size: 14px;
    line-height: 19px;
    font-style: normal;
}

.banner {
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.createPdf {
    background: url(/Themes/MasterImages/PDF-icon.png) no-repeat 0 center transparent;
}

.createDocx {
    background: url(/Themes/MasterImages/Sytuacja/doc.png) no-repeat 0 center transparent;
    background-size: 19px 21px;
    background-position: center;
}

.createPdf,
.createDocx {
    float: right;
    height: 32px;
    padding-left: 20px;
    color: #444444;
    text-decoration: none;
}

.createPrintPage {
    float: right;
    padding-left: 24px;
    margin-right: 10px;
    background: url(/Themes/MasterImages/ico_print.png) no-repeat 0 center transparent;
    height: 32px;
    color: #444444;
    text-decoration: none;
}

.createPdf:hover,
.createPrintPage:hover {
    text-decoration: underline;
}

.contactForm .col,
.message {
    position: relative;
}

.contactValidator {
    position: absolute;
    top: 0;
    right: 10px;
    color: #d5d5d5;
    font-size: 14px;
}

.contactValidator2 {
    color: #d5d5d5;
    font-size: 14px;
    margin-left: 85px;
}

.bannerWrapper {}

/*select ze strony Okreslenie mocy przylaczeniowej*/
.select.input.large-5 {
    width: 285px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    margin-right: 20px;
}

.select.input.large-5 .powerSelect {
    width: 340px;
    color: #a5a5a5;
    background: url(/Themes/MasterImages/contact_ico/combobox_arrow.png) no-repeat right 65px center transparent !important;
    padding: 6px 20px;
    border: none !important;
}

.power-value {
    margin-left: 15px;
}

.pager {
    text-align: center;
}

.pager a {
    display: inline-block;
}

a.pagerNext {
    float: right;
    cursor: pointer;
    color: black;
}

a.pagerNext::after {
    background-color: rgba(255, 255, 255, 0.82);
    background-image: url("/Themes/MasterImages/btn_small_arrow.png");
    background-position: center 5px;
    background-repeat: no-repeat;
    border: 2px solid #ffc61f;
    border-radius: 1000px;
    color: #444444;
    cursor: pointer;
    float: right;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin-top: -12px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    text-decoration: none;
    -moz-transition: background-color 300ms ease-out 0s, background-position 0.4s ease 0s;
    -o-transition: background-color 300ms ease-out 0s, background-position 0.4s ease 0s;
    -webkit-transition: background-color 300ms ease-out 0s, background-position 0.4s ease 0s;
    transition: background-color 300ms ease-out 0s, background-position 0.4s ease 0s;
    content: " ";
}

a.pagerPrev {
    float: left;
    cursor: pointer;
    color: black;
}

a.pagerPrev::before {
    background-color: rgba(255, 255, 255, 0.82);
    background-image: url("/Themes/MasterImages/btn_small_arrow.png");
    background-position: center 5px;
    background-repeat: no-repeat;
    border: 2px solid #ffc61f;
    border-radius: 1000px;
    color: #444444;
    cursor: pointer;
    float: left;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin-top: -12px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    text-decoration: none;
    -moz-transition: background-color 300ms ease-out 0s, background-position 0.4s ease 0s;
    -o-transition: background-color 300ms ease-out 0s, background-position 0.4s ease 0s;
    -webkit-transition: background-color 300ms ease-out 0s, background-position 0.4s ease 0s;
    transition: background-color 300ms ease-out 0s, background-position 0.4s ease 0s;
    content: " ";
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

a.pagerNext:hover::after,
a.pagerPrev:hover::before {
    background-color: #ffc61f;
    color: white;
    text-decoration: none;
    background-position: center -35px;
}

.printButtons {
    /*padding:10px 0;*/
    /*margin-top: -53px;*/
    padding: 0;
    float: right;
    margin: 28px 0 0 0;
}

.auctionList .pager {
    margin-top: 25px;
}

/* Table */
.content table tr:nth-child(2n) {
    background-color: #ffffff;
}

.content tr:nth-child(2n + 1) {
    background-color: #e3e3e3;
}

.auctionList table tr:nth-child(2n) {
    background-color: #ffffff;
}

.auctionList tr:nth-child(2n + 1) {
    background-color: #f4f4f4;
}

.searchResults ul li h5 {
    padding: 0 10px;
}

/*giodoList.aspx*/
.giodoList a {
    text-decoration: none;
}

/*ABCPage.aspx*/
.letters .button.small.autowidth {
    padding: 3px;
    text-align: center;
}

.contentletterBox {
    display: none;
}

.contentletterBox.active {
    display: block;
}

.map {
    background: url(/Themes/MasterImages/mapa.png) no-repeat 0 0 transparent;
    float: left;
}

.comboTelerik .RadComboBox_Default {
    font-size: 16px;
    line-height: 21px;
    font-family: "Exo 2";
    height: auto !important;
    width: 100% !important;
}

.comboTelerik .RadComboBox_Default .rcbReadOnly {
    background: #fff;
    background-image: none;
}

.comboTelerik .RadComboBox_Default .rcbInput {
    font-size: 14px;
    line-height: 19px;
    font-family: "Exo 2";
    height: auto !important;
}

.comboTelerik .RadComboBox_Default .rcbReadOnly,
.comboboxT.RadComboBox_Default .rcbInner {
    border-color: #e5e5e5;
    padding: 8px 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.comboTelerik .RadComboBox_Default .rcbReadOnly .rcbInput {
    color: #a5a5a5;
    font-style: normal;
}

.comboTelerik .RadComboBox_Default .rcbReadOnly.rcbHovered,
.comboTelerik .RadComboBox_Default .RadComboBoxDropDown_Default .rcbReadOnly.rcbLoading,
.comboTelerik .RadComboBoxDropDown_Default .RadComboBox_Default .rcbReadOnly.rcbLoading,
.comboTelerik .RadComboBox_Default .RadComboBoxDropDown_Default .rcbItem em.rcbReadOnly,
.comboTelerik .RadComboBoxDropDown_Default .rcbItem .RadComboBox_Default em.rcbReadOnly,
.comboTelerik .RadComboBox_Default .rcbReadOnly.rcbFocused,
.comboboxT.RadComboBox_Default .rcbInner.rcbHovered {
    background: #fff;
    background-image: none;
    border-color: #ffc61f;
    -moz-box-shadow: 1px 1px 1px rgba(255, 198, 31, 0.25);
    -webkit-box-shadow: 1px 1px 1px rgba(255, 198, 31, 0.25);
    box-shadow: 1px 1px 1px rgba(255, 198, 31, 0.25);
}

.comboTelerik .RadComboBox_Default .rcbActionButton,
.comboTelerik .RadComboBox_Default .rcbHovered .rcbActionButton,
.comboTelerik .RadComboBox_Default .RadComboBoxDropDown_Default .rcbLoading .rcbActionButton,
.comboTelerik .RadComboBoxDropDown_Default .RadComboBox_Default .rcbLoading .rcbActionButton,
.comboTelerik .RadComboBox_Default .RadComboBoxDropDown_Default .rcbItem em .rcbActionButton,
.comboTelerik .RadComboBoxDropDown_Default .rcbItem .RadComboBox_Default em .rcbActionButton,
.comboTelerik .RadComboBox_Default .rcbFocused .rcbActionButton {
    border: none !important;
    background-image: none;
    background: transparent;
}

body .RadComboBox_Default .rcbReadOnly.rcbDisabled {
    background-color: #f4f4f4;
    border-color: #cacaca;
    border-radius: 1000px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    font-family: "Exo 2";
    font-size: 16px;
    height: auto !important;
    line-height: 21px;
}

body .RadComboBox_Default .rcbReadOnly.rcbDisabled {
    color: #333;
}

.contactFormPage {
    margin-top: 10px;
    padding-bottom: 20px;
}

.map path:hover {
    background-color: red;
    cursor: pointer;
    fill: red;
}

.mapCombo {
    float: left;
    width: 200px;
}

.ctTop .RadComboBox_Default {
    margin-top: 15px;
}

.regionName {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 50px;
}

.auctionSearch {
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    border: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 21px;
    font-family: "Exo 2";
    height: auto !important;
    padding: 5px 10px;
}

/*section Dokumenty do pobrania*/
.attachmentsLeftPanel {
    border: 1px solid #e5e5e5;
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.attachmentsLeftPanel h5 {
    background-position: 2px -171px;
}

.attachmentsLeftPanel .attachments {
    margin: 20px 20px 20px 20px;
    width: auto;
}

.attachmentsLeftPanel .attachments li {
    border-bottom: 1px solid #e5e5e5;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 0;
}

.attachmentsLeftPanel .attachments li:last-child {
    border-bottom: none;
}

.attachmentsLeftPanel .attachments li .imageCont {
    background-color: transparent;
    width: 60px;
}

.attachmentsLeftPanel .attachments li .info {
    float: none;
    font-size: 13px;
}

.attachmentsLeftPanel .attachments li h3 {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
}

.attachmentsLeftPanel .attachments li .download {
    display: none;
}

/*Panel zaawansowanego wyszukiwania na przetargach*/
.advanced {
    display: block;
    margin-top: 10px;
    border: 1px solid #e5e5e5;
    float: left;
    padding: 10px;
    width: 260px;
}

.auctionList table {
    margin-top: 10px;
    display: block;
    float: left;
}

.simple .submit {
    margin-top: 10px;
}

.advanced .showAdvancedSearch {
    width: 100%;
    display: block;
    background: url(/Themes/MasterImages/accordion_arrow2.png) no-repeat right top 5px transparent;
}

.advanced .showAdvancedSearch:hover {
    cursor: pointer;
}

.advancedDateContainer {
    display: block;
    float: left;
    clear: both;
    margin-top: 10px;
    width: 100%;
}

.advancedDate tr {
    background-color: transparent !important;
}

.advancedDate .RadInput_Default,
.RadInputMgr_Default {
    font-family: "Exo 2";
    font-size: 13px;
    line-height: 18px;
    color: #444444;
}

.advancedDate .RadInput_Default .riLabel {
    color: #444444;
    width: 50px !important;
}

html body .advancedDate .RadInput_Default .riTextBox,
html body .advancedDate .RadInputMgr_Default {
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    border: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 21px;
    font-family: "Exo 2";
    height: auto !important;
    padding: 5px 10px;
    width: 100px;
}

.advancedDate.RadPicker_Default .rcCalPopup,
.advancedDate.RadPicker_Default .rcTimePopup {
    background-image: url(/Themes/MasterImages/icon.png);
}

.advancedDate.RadPicker_Default .rcCalPopup,
.advancedDate.RadPicker_Default a.rcCalPopup:hover,
.advancedDate.RadPicker_Default a.rcCalPopup:focus,
.advancedDate.RadPicker_Default a.rcCalPopup:active {
    background-position: -4px -44px;
}

.advancedDate.RadPicker .rcCalPopup,
.advancedDate.RadPicker .rcTimePopup {
    height: 20px;
}

.advanced .box {
    margin-top: 10px;
    display: block;
    float: left;
    clear: both;
}

html body .advanced .input-helper--checkbox {
    font-size: 13px;
    line-height: 20px;
    padding-left: 40px;
    margin-left: 0;
    color: #444444;
}

html body .advanced .input-helper--checkbox::before {
    top: 0;
}

.page .content,
.pagePrice .content,
.carouselPage .content,
.accordion-content {
    text-align: justify;
}

/* Fancybox changes */
#fancybox-wrap {
    padding: 0;
}

.ImageZoom {
    cursor: pointer;
}

/*Cookies*/
.__cookieInfoBox {
    background-color: #fffada;
    border-color: #f6ea9a;
    border-style: solid;
    border-width: 1px;
    bottom: 0;
    display: none;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

.__closeCookieInfo {
    cursor: pointer;
    float: right;
    margin-right: 10px;
}

/*SiteMap Page*/
.lev1 a {
    font-size: 18px;
    line-height: 23px;
    color: #ffc61f;
}

.lev2 a {
    color: #ff0000;
    font-size: 16px;
    line-height: 21px;
}

.lev3 a {
    color: #444444;
    font-size: 13px;
    line-height: 18px;
}

.pageMap a {
    text-decoration: none;
}

.pageMap ul {
    padding-left: 30px;
}

/*panel klienta*/
.flyPanel {
    display: block;
    height: 214px;
    position: fixed;
    right: 0;
    top: 230px;
    width: 80px;
    z-index: 30;
}

.newsletterThank {
    background: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    display: block;
    float: left;
}

.newsletterThank p {
    margin: 10px;
}

#tooltip {
    background-color: #f2ae1d;
    border-color: #f1d79e #dab567 #969590 #d9b875;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    font-family: "Exo 2";
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    width: 200px;
    z-index: 10000;
}

.newsletterHideLine {
    width: 100%;
    display: block;
    float: left;
    margin-top: 30px;
    height: 2px;
    border-top: 1px solid #d0d0d0;
}

.newsletterHideLine .wrapper {
    border-top: 2px solid #ffc61f;
    margin-top: -2px;
}

.pdfOnly {
    display: none;
}

.RadMediaPlayer_Default {
    float: left;
}

.changePassword .contactForm .row {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

html body .changePassword .riStrengthBar {
    border-radius: 1000px;
    float: left;
    height: auto;
    padding: 12px 0;
    position: absolute;
    right: 20px;
    top: 38%;
}

.changePassword .contactValidator {
    right: 25px;
}

body .rcInputCell .riSingle.RadInput.RadInput_Default {
    background: #fff;
}

.loggedPanel {
    float: left;
}

.loggedPanel a {
    border-bottom: 3px solid transparent;
    color: #444444;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 21px;
    padding: 0 5px 23px;
    text-decoration: none;
    margin-right: 25px;
}

.loggedPanel a:hover {
    border-bottom: 3px solid #e7121a;
    cursor: pointer;
}

html body .rgFilterRow .RadPicker.RadPicker_Default {
    width: calc(100% - 40px) !important;
}

.RadGrid_Default .rgMasterTable,
.RadGrid_Default .rgDetailTable,
.RadGrid_Default .rgGroupPanel table,
.RadGrid_Default .rgCommandRow table,
.RadGrid_Default .rgEditForm table,
.RadGrid_Default .rgPager table {
    font-family: "Exo 2", Arial, Helvetica, sans-serif;
}

.valSummary ul {
    color: red;
}

.radioButtonImage {
    float: left;
    margin-top: -3px;
}

.leftR {
    float: left;
}

.contactForm .row.rowZ {
    margin-top: 0;
}

/*Attachments - Podglad reklamacji*/
.row.attachmentsRow {
    margin-top: 10px;
    display: table;
}

.attachmentsRow .col {
    width: 50%;
    display: table-cell;
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
    float: none;
}

.attachmentsRow .col:first-child {
    border-right: 1px solid #aaa8a8;
    padding-right: 15px;
}

.attachmentsRow .col:last-child {
    border-left: 1px solid #aaa8a8;
    padding-left: 15px;
}

.paddingCustom {
    padding-top: 0;
}

@media screen and (max-width: 850px) {
    .FullRow {
        width: 100% !important;
        padding-left: 0 !important;
    }
}

.attachmentsRowHeaders .col {
    display: inline-block;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 5px;
}

.attachmentsRowHeaders .col h3 {
    margin: 0 0 5px;
}

.attachmentsRowHeaders .col:first-child {
    padding-right: 15px;
}

.attachmentsRowHeaders .col:last-child {
    padding-left: 15px;
}

.attachmentsRow .col>a {
    display: block;
    margin-bottom: 10px;
}

.attachmentsRow .col a img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
    float: none;
    margin: 0;
}

.attachmentsRow .col a span {
    display: none;
    float: none;
    margin: 5px 0;
}

.row.validateError {
    text-align: right;
    margin-top: 10px;
    color: red;
    font-weight: bold;
    font-size: 15px;
}

.paddingReclamationItem {
    padding-top: 5px;
}

.RadComboBoxDropDown_Default .rcbItem[aria-checked="true"] {
    color: #000;
    background-color: #dedede;
}

.bottomLeftSiteMap a {
    margin-left: 15px;
}

.bottomLeftSiteMap a:first-child {
    margin-left: 0;
}

.col.first {
    margin-left: 0 !important;
}

.RadMap {
    z-index: 10;
}

body .RadMap .k-marker {
    text-shadow: none;
}

body .RadMap .k-marker::before {
    content: none;
}

.trainCountBox {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: white;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

._train1 {
    background-color: #2cb729;
}

._train2 {
    background-color: #d83232;
}

._train3 {
    background-color: #ced634;
}

._train4 {
    background-color: #2da0cc;
}

._train5 {
    background-color: #000000;
}

.spanTableHeader {}

.spanTableHeader .sTHL {
    background: #ffc61f;
    border: 1px white solid;
    padding: 5px 0;
}

.sTHLRow {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 1px;
}

.sTHL {
    display: inline-block;
    float: left;
    border: 1px #e3e3e3 solid;
    padding: 3px 0;
    color: black;
    text-indent: 10px;
}

.rsTHLRowEmpty {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    float: left;
}

.sTHLRow:hover .sTHL {
    background-color: #e3e3e3;
}

.sTHLRow_selected .sTHL {
    background-color: #ffe28c;
}

.sTHL1 {
    width: 49%;
}

.sTHL1.oswietlenie {
    width: 45%;
}

.sTHL2 {
    width: 7%;
}

.sTHL3 {
    width: 16%;
}

.sTHL4 {
    width: 10%;
}

.sTHL4.oswietlenie {
    width: 15%;
}

.sTHL5 {
    width: 10%;
}

.sTHL6 {
    width: 7%;
}

.sTHL_20 {
    width: 20%;
}

.sTHL_13 {
    width: 13%;
}

/*.mapReset .row {
    padding-left: unset;
}

.mapReset .btn {
    float: none;
}*/

.mapReset.btnLeft {
    float: left;
}

div.row.btns .mapReset.btn.btnLeft input {
    margin: 0;
}

header .menu-notifications-bar {
    display: inline-flex;
}

header .menu-notifications-bar .notificationsMenu {
    /* position: absolute;
    right: 35px; */
}

header .RadMenu ul.rmHorizontal {
    border: unset;
    background-color: unset;
    background-position: unset;
    background-repeat: unset;
    cursor: pointer;
}

header .RadMenu ul.rmRootGroup.rmHorizontal {
    background-image: unset;
}

header .RadMenu ul.rmVertical.rmGroup {
    background: white;
    padding: 0;
    width: fit-content;
    border-radius: 15px;
    margin-top: 8px;
    border-color: transparent;
    -webkit-box-shadow: 0px 0px 14px -1px #8f8f8f;
    box-shadow: 0px 0px 14px -1px #8f8f8f;
}

header .RadMenu ul.rmVertical.rmGroup .rmContent {
    padding: unset;
}

header .RadMenu ul.rmVertical.rmGroup:before {
    background-color: unset;
}

header .RadMenu ul.rmVertical.rmGroup li.rmItem {
    border-width: 0px;
    border-style: unset;
    padding-left: 15px;
    border-radius: 15px;
    line-height: normal;
    width: 300px !important;
    margin-left: 5px;
}

header .RadMenu ul.rmVertical.rmGroup li.rmTemplate div.notifications-title {
    color: grey;
    font-weight: bold;
    font-size: medium;
    padding: 10px 0px;
}

header .RadMenu ul.rmVertical.rmGroup li.rmTemplate div.notifications-title span.text {
    font-weight: bold;
}

header .RadMenu ul.rmVertical.rmGroup li.rmTemplate div.rad-menu-notification-item {
    display: flex;
    flex-direction: row;
    width: 100%;
}

header .RadMenu ul.rmVertical.rmGroup li.rmTemplate div.rad-menu-notification-item .notification {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

header .RadMenu ul.rmVertical.rmGroup li.rmTemplate div.rad-menu-notification-item .notification .text {
    /* padding: 1px; */
    background-image: unset;
    font-size: 1em;
}

header .RadMenu ul.rmVertical.rmGroup li.rmTemplate div.rad-menu-notification-item .notification .description {
    /* padding: 1px; */
    background-image: unset;
    font-size: 0.8em;
    color: grey;
}

header .RadMenu ul.rmVertical.rmGroup li.rmTemplate div.rad-menu-notification-item .notification .date {
    /* padding: 1px; */
    background-image: unset;
    font-size: 0.8em;
    color: #0590fb;
}

header .RadMenu ul.rmVertical.rmGroup li.rmItem.unread {
    font-weight: bolder;
}

header .RadMenu ul.rmVertical.rmGroup li.rmItem.important {
    background-color: #ff000061;
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
    color: red;
}

header .RadMenu ul.rmVertical.rmGroup li.rmTemplate.important div.rad-menu-notification-item .notification .text {
    color: red;
}

header .RadMenu ul.rmVertical.rmGroup li.rmTemplate.important div.rad-menu-notification-item .notification .description {
    color: red;
}

header .RadMenu ul.rmVertical.rmGroup li.rmTemplate.important div.rad-menu-notification-item .notification .date {
    color: red;
}

header .RadMenu ul.rmVertical.rmGroup li.rmItem .all-notifications-button {
    background-image: unset;
    padding: 10px;
    float: right;
}

header .RadMenu ul.rmVertical.rmGroup li.rmItem .all-notifications-button a {
    background-color: unset;
    border: unset;
    color: #0590fb;
    font-weight: bold;
    text-decoration-line: unset;
}

header .RadMenu ul.rmHorizontal li.rmItem.notifications-bell {
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    /* background-position: right 22px center; */
    background-image: url(/Themes/MasterImages/Powiadomienia/bell.png);
    background-size: contain;
}

header .RadMenu ul.rmVertical.rmGroup li.rmItem .rmContent .rad-menu-notification-item .icon {
    background-repeat: no-repeat;
    /* background-position: left; */
    /* background-image: url(/Themes/MasterImages/icoZgloszenie.png); */
    /* background-size: 15%; */
    /* width: 50%; */
    /* height: 50%; */
    background-color: white;
    width: 30px;
    height: 30px;
    padding: 5px;
    margin: 5px 0px;
    background-position-y: center;
    background-position-x: center;
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 13px 0px #8f8f8f;
    box-shadow: 0px 0px 13px 0px #8f8f8f;
    margin-right: 10px;
}

header .RadMenu ul.rmVertical.rmGroup li.rmItem.siecTrakcyjna .rmContent .rad-menu-notification-item .icon {
    background-image: url(/Themes/MasterImages/Powiadomienia/SiecTrakcyjna.png);
}

header .RadMenu ul.rmVertical.rmGroup li.rmItem.oswietlenie .rmContent .rad-menu-notification-item .icon {
    background-image: url(/Themes/MasterImages/Powiadomienia/Oswietlenie.png);
}

header .RadMenu ul.rmVertical.rmGroup li.rmItem.instalacje .rmContent .rad-menu-notification-item .icon {
    background-image: url(/Themes/MasterImages/Powiadomienia/Instalacje.png);
}

header .RadMenu ul.rmVertical.rmGroup li.rmItem.eor .rmContent .rad-menu-notification-item .icon {
    background-image: url(/Themes/MasterImages/Powiadomienia/EOR.png);
}

header .RadMenu ul.rmVertical.rmGroup li.rmItem.protokol .rmContent .rad-menu-notification-item .icon {
    background-image: url(/Themes/MasterImages/Powiadomienia/Protokol.png);
}

header .RadMenu ul.rmVertical.rmGroup li.rmItem.informacja .rmContent .rad-menu-notification-item .icon {
    background-image: url(/Themes/MasterImages/Powiadomienia/Informacja.png);
}

header .RadMenu ul.rmVertical.rmGroup li.rmItem .rmContent .rad-menu-notification-item .circle {
    background-repeat: no-repeat;
    background-position: bottom;
    width: 30px;
    height: 30px;
    padding: 5px;
    margin: 5px 0px;
    background-position-y: center;
    background-position-x: center;
    position: absolute;
    right: 5px;
}

header .RadMenu ul.rmVertical.rmGroup li.rmItem .rmContent .rad-menu-notification-item .circle.read {
    background-image: url(/Themes/MasterImages/Powiadomienia/read.png);
}

header .RadMenu ul.rmVertical.rmGroup li.rmItem .rmContent .rad-menu-notification-item .circle.unread {
    background-image: url(/Themes/MasterImages/Powiadomienia/unread.png);
}

header .RadMenu ul.rmVertical.rmGroup li.rmItem span {
    /* padding: 2px; */
    background-image: unset;
}

header .notificationsMenu .RadMenu ul.rmHorizontal.rmRootGroup li.rmItem {
    border: none;
}

header .RadMenu ul.rmHorizontal li.rmItem span.rmRootLink {
    border: unset;
    color: white;
    font-weight: 600;
    line-height: 15px;
    position: relative;
    top: -10px;
    right: -10px;

    text-align: center;
    font-size: 15px;
    background-color: red;
    margin: 5px 20px 0px 20px;
    padding: 2px;

    background-image: unset;
}

header .RadMenu ul.rmHorizontal li.rmItem.clickToExpand {
    position: absolute;
    left: -10px;
    top: 50%;
    width: 0;
    height: 0;
}

header .RadMenu ul.rmHorizontal li.rmItem.clickToExpand span {
    width: 35px;
    height: 20px;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

header .RadMenu ul.rmVertical li.rmItem {
    box-sizing: content-box;
}


header .RadMenu ul.rmVertical {
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
}

header .RadMenu ul.rmVertical li.rmItem div.rmContent div.rad-menu-notification-item .notification {
    max-width: 200px;
    white-space: break-spaces;
}

header .RadMenu ul.rmVertical li.rmItem div.rmContent div.rad-menu-notification-item .notification span.text {
    word-break: break-all;
    font-weight: normal;
}

header .RadMenu ul.rmVertical li.rmItem div.rmContent div.rad-menu-notification-item .notification span.description {
    word-break: break-all;
    font-weight: normal;
}

header .RadMenu ul.rmVertical li.rmItem div.rmContent div.rad-menu-notification-item .notification span.date {
    word-break: break-all;
    font-weight: normal;
}

header .RadMenu ul.rmVertical li.rmItem div.rmContent {
    box-sizing: content-box;
}

header .RadMenu ul.rmVertical li.rmItem div.rmContent div.rad-menu-notification-item {
    box-sizing: content-box;
}

header .RadMenu ul.rmVertical li.rmItem div.rmContent div.rad-menu-notification-item .icon {

    box-sizing: content-box;
}

header .RadMenu ul.rmVertical li.rmItem div.rmContent div.rad-menu-notification-item .notification {

    box-sizing: content-box;
}

header .RadMenu ul.rmVertical li.rmItem div.rmContent div.rad-menu-notification-item .notification .text {
    box-sizing: content-box;
}

header .RadMenu ul.rmVertical li.rmItem div.rmContent div.rad-menu-notification-item .notification .description {
    box-sizing: content-box;
}

header .RadMenu ul.rmVertical li.rmItem div.rmContent div.rad-menu-notification-item .notification .date {
    box-sizing: content-box;
}

header .RadMenu ul.rmVertical li.rmItem div.rmContent div.rad-menu-notification-item .circle.read {

    box-sizing: content-box;
}

header .RadMenu ul.rmVertical li.rmItem div.rmContent div.all-notifications-button {

    box-sizing: content-box;
}

header .RadMenu ul.rmVertical li.rmItem div.rmContent div.all-notifications-button a {

    box-sizing: content-box;
}

body .wrapper .rightColumn .contactForm .notifications-table th:nth-child(2) {
    width: 20%;
}

body .wrapper .rightColumn .contactForm .notifications-table th:nth-child(3) {
    width: 20%;
}

body .wrapper .rightColumn .contactForm .notifications-table td:nth-child(2) {
    text-align: center;
}

body .wrapper .rightColumn .contactForm .notifications-table td:nth-child(3) {
    text-align: center;
}

body .wrapper .rightColumn .contactForm .notifications-header-box {
    padding-top: 30px;
}

body .wrapper .rightColumn .contactForm .notifications-header {
    font-size: large;
    font-weight: bold;
}

body .wrapper .rightColumn .contactForm .notifications-table .notifications-table-header {
    font-size: medium;
    font-weight: bold;
}



/* .notifications-page-container .kendo-grid-container .k-grid .k-grid-header .k-grid-header-wrap .k-cell-inner .k-link {
    cursor: unset;
}

.notifications-page-container .kendo-grid-container .k-grid .k-grid-container .k-grid-content {
    overflow-y: scroll;
}

.notifications-page-container
    .kendo-grid-container
    .k-grid
    .k-grid-container
    .k-grid-content
    .k-grid-table
    .k-master-row {
    cursor: pointer;
}

.notifications-page-container
    .kendo-grid-container
    .k-grid
    .k-grid-container
    .k-grid-content
    .k-grid-table
    .k-master-row
    .unread {
    font-weight: bold;
}

.notifications-page-container
    .kendo-grid-container
    .k-grid
    .k-grid-container
    .k-grid-content
    .k-grid-table
    .k-master-row
    .rodzajCell {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.notifications-page-container
    .kendo-grid-container
    .k-grid
    .k-grid-container
    .k-grid-content
    .k-grid-table
    .k-master-row
    .rodzajCell
    .img-container {
    margin-right: 12px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0px 0px 13px 0px #8f8f8f;
    box-shadow: 0px 0px 13px 0px #8f8f8f;
}

.rightColumn .import-sap-form .buttons-container .btn {
    background-color: #ffc000;
}

.popup-active .popup .modal-dialog .modal-content .modal-header .popup-close {
    background-color: #ffc000;
}

.popup-active .popup .modal-dialog .modal-content .import-popup-body {
    display: flex;
    justify-content: center;
} */

/* header .RadMenu ul.rmRootGroup li.rmItem span.rmRootLink:hover {
background-image: unset;
} */

/* header .RadMenu li.unread {

    background-color: rebeccapurple !important;

    /* margin: 0;

    width: 15px;

    height: 15px;

    position: relative; 

}

header .RadMenu ul.rmHorizontal::before {

    position: absolute;

    top: 25%;

    right: 30px;

    content: "";

    font-family: unset;

    width: 15px;

    height: 15px;

     background-image: url(/Themes/MasterImages/newsletter_koperta.png); 

    background-repeat: no-repeat;

    background-size: contain;

  } */

/*.mapReset .btn .btnSend {
    float: right;
    background-color: #fff;
    border: 2px solid #ffc61f;
    color: #444444;
    font-weight: 600;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    padding: 12px 50px 12px 20px;
    text-decoration: none;
    margin: unset;
    background-image: url(/Themes/MasterImages/efaktura_arrow.png);
    background-position-x: 90%;
    background-position-y: 50%;
    background-position: right 22px center;
    background-repeat: no-repeat;
    -moz-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    -webkit-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    cursor: pointer;
}

    .mapReset .btn .btnSend:hover {
        background-color: #ffc61f;
        color: white;
        text-decoration: none;
        background-image: url('/Themes/MasterImages/efaktura_arrowW.png');
        background-repeat: no-repeat;
        background-size: 12px;
    }*/