/*
 * Dedykowane style dla strony przed logowaniem do platformy
 */
body,
html
{
    background: #FFF;
    margin: 0;
    padding: 0;
    height: 100%;
}

@font-face
{
    font-family: LatoLight;
    src: url(../../font/latoLight.ttf);
}

#mainPage
{
    position: relative;
    min-height: 100%;
}

/**
  * Style dla nagłówka strony
  */
#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderTopbar
{
    width: 100%;
    height: 80px;
    border: none;
    box-shadow: 0 5px 15px 0 #CBCBCB;
    position: relative;
}

#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderTopbar #pageHeaderLogo
{
    display: block;
    margin: 0 0 0 30px;
    width: 393px;
    height: 80px;
}

#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderTopbar #pageHeaderButtons
{
    float: right;
    height: 80px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 74px;
}

#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderTopbar #pageHeaderButtons > a,
#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderTopbar #pageHeaderButtons > span
{
    padding: 0 30px;
    display: block;
    height: 80px;
    float: left;
    margin: 0 0 0 2px;
    transition: .5s;
    text-decoration: none;
}

#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderTopbar #pageHeaderButtons > a.open,
#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderTopbar #pageHeaderButtons > a:hover,
#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderTopbar #pageHeaderButtons > span.open,
#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderTopbar #pageHeaderButtons > span:hover
{
    background: #FFF !important;
    color: #646464 !important;
}

#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderTopbar #pageHeaderButtons #pageHeaderLangButton
{
    background: #F2F8FA;
    border: 3px solid #F2F8FA;
    text-transform: uppercase;
}

#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderTopbar #pageHeaderButtons #pageHeaderLangButton #pageHeaderIcon
{
    display: inline-block;
    height: 7px;
    width: 13px;
    margin: 0 0 0 5px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderTopbar #pageHeaderButtons #pageHeaderLangButton.open #pageHeaderIcon
{
    background-position: 0 -7px;
}

#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderTopbar #pageHeaderButtons #pageHeaderLogInButton,
#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderTopbar #pageHeaderButtons #pageHeaderRegisterButton
{
    color: #FFF;
}

#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderTopbar #pageHeaderButtons #pageHeaderRegisterButton
{
    background: #0776B9;
    border: 3px solid #0776B9;
}

#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderTopbar #pageHeaderButtons #pageHeaderLogInButton
{
    background: #3AB44A;
    border: 3px solid #3AB44A;
}

#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderMenu
{
    background: #F5F5F5;
    height: 60px;
}

#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderMenu ul
{
    margin: 0 0 0 30px;
    padding: 0;
}

#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderMenu ul li
{
    display: inline-block;
    margin: 0 60px 0 0;
    line-height: 60px;
}

#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderMenu ul li span
{
    display: inline-block;
    line-height: 16px;
    transition: .5s;
    padding: 0 10px 5px;
    border-width: 0 0 5px;
    border-style: solid;
    border-color: #F5F5F5;
}

#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderMenu ul li span.active,
#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderMenu ul li span:hover
{
    opacity: .8;
    border-width: 0 0 5px;
    border-style: solid;
    border-color: #0776B9;
}

#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderMenu ul li a
{
    font-size: 16px;
    font-weight: 700;
    color: #646464;
    text-decoration: none;
}

/**
  * Style dla stopki strony
  */
#mainPage #portalPageFooter
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
}

#mainPage #portalPageFooter #pageFooterMenu
{
    height: 40px;
    font-size: 13px;
    background: #F5F5F5;
}

#mainPage #portalPageFooter #pageFooterMenu ul
{
    padding: 0;
    margin: 0;
}

#mainPage #portalPageFooter #pageFooterMenu ul li
{
    display: inline-block;
    margin: 0 0 0 30px;
    line-height: 40px;
}

#mainPage #portalPageFooter #pageFooterMenu ul li a
{
    font-weight: 700;
    text-decoration: none;
    color: #646464;
}

#mainPage #portalPageFooter #pageFooterBottomBar
{
    border-style: solid;
    border-color: #D1D1D1;
    border-width: 2px 0 0;
    height: 80px;
    font-size: 16px;
    background: #F5F5F5;
    line-height: 78px;
}

#mainPage #portalPageFooter #pageFooterBottomBar #pageFooterCopyright
{
    margin: 0 0 0 30px;
    text-align: left;
    display: block;
    float: left;
}

#mainPage #portalPageFooter #pageFooterBottomBar #pageFooterCotact
{
    text-align: center;
    display: block;
    margin: 0 auto;
}

#mainPage #portalPageFooter #pageFooterBottomBar #pageFooterVersion
{
    margin: 0 30px 0 0;
    text-align: right;
    display: block;
    float: right;
}

/**
  * Style dla tresci strony
  */
#mainPage #mainPageContentBG
{
    background: #FFF;
    padding: 0 0 140px;
}

#mainPage #mainPageContentBG #mainPageContent
{
    padding: 0 20px;
}

#mainPage #mainPageContentBG #mainPageContent #pageTitle
{
    display: block;
    margin: 60px 0 0;
    text-align: center;
    width: 100%;
}

#mainPage #mainPageContentBG #mainPageContent #pageTitle .title
{
    display: block;
    font-family: LatoLight, Lato;
    font-size: 36px;
    color: #5B97C8;
}

#mainPage #mainPageContentBG #mainPageContent #pageTitle .description
{
    margin: 20px 0 40px;
    display: block;
    font-size: 16px;
    line-height: 22px;
}

#mainPage #mainPageContentBG #mainPageContent #pageTitle .description .number
{
    color: #3AB44A;
}

/**
  * Style dla pluginu tooltipĂłw
  */
.tooltipster-fall,
.tooltipster-grow.tooltipster-show
{
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-base
{
    display: flex;
    pointer-events: none;
    position: absolute;
}

.tooltipster-box
{
    flex: 1 1 auto;
}

.tooltipster-content
{
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.tooltipster-ruler
{
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}

.tooltipster-fade
{
    opacity: 0;
    transition-property: opacity;
}

.tooltipster-fade.tooltipster-show
{
    opacity: 1;
}

.tooltipster-grow
{
    transform: scale(0);
    transition-property: transform;
}

.tooltipster-grow.tooltipster-show
{
    transform: scale(1);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-swing
{
    opacity: 0;
    transform: rotate(4deg);
    transition-property: transform;
}

.tooltipster-swing.tooltipster-show
{
    opacity: 1;
    transform: rotate(0);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
}

.tooltipster-fall
{
    transition-property: top;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-fall.tooltipster-initial
{
    top: 0 !important;
}

.tooltipster-fall.tooltipster-dying
{
    opacity: 0;
    top: 0 !important;
    transition-property: all;
}

.tooltipster-slide
{
    transition-property: left;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-slide.tooltipster-initial
{
    left: -40px !important;
}

.tooltipster-slide.tooltipster-dying
{
    left: 0 !important;
    opacity: 0;
    transition-property: all;
}

@keyframes a
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}

.tooltipster-update-fade
{
    animation: .4s ease 0s normal none 1 running a;
}

@keyframes b
{
    25%
    {
        transform: rotate(-2deg);
    }
    75%
    {
        transform: rotate(2deg);
    }
    to
    {
        transform: rotate(0);
    }
}

.tooltipster-update-rotate
{
    animation: .6s ease 0s normal none 1 running b;
}

@keyframes c
{
    50%
    {
        transform: scale(1.1);
    }
    to
    {
        transform: scale(1);
    }
}

.tooltipster-update-scale
{
    animation: .6s ease 0s normal none 1 running c;
}

.tooltipster-sidetip .tooltipster-box
{
    background: #565656 none repeat scroll 0 0;
    border: 2px solid #000;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box
{
    margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box
{
    margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box
{
    margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box
{
    margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content
{
    color: #FFF;
    line-height: 18px;
    padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow
{
    overflow: visible;
    position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow
{
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow
{
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow
{
    height: 20px;
    left: 0;
    margin-top: -10px;
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow
{
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border
{
    height: 0;
    position: absolute;
    width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background
{
    border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background
{
    border-bottom-color: #565656;
    left: 0;
    top: 4px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background
{
    border-left-color: #565656;
    left: -3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background
{
    border-right-color: #565656;
    left: 3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background
{
    border-top-color: #565656;
    left: 0;
    top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border
{
    border: 10px solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border
{
    border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border
{
    border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border
{
    border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border
{
    border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped
{
    position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped
{
    top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped
{
    left: -10px;
}

/**
  * Szablony dla tooltipow na stronie portalu
  */
.tooltipster-sidetip.tooltipster-lang .tooltipster-box
{
    background: #FFF;
    border: 3px solid #F2F8FA;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .4);
}

.tooltipster-sidetip.tooltipster-lang .tooltipster-content
{
    color: #646464;
    padding: 0;
}

.tooltipster-sidetip.tooltipster-bottom.tooltipster-lang .tooltipster-arrow-border
{
    border-bottom-color: #F2F8FA;
}

.tooltipster-sidetip.tooltipster-bottom.tooltipster-lang .tooltipster-arrow-background
{
    border-bottom-color: #FFF;
}

.tooltipster-sidetip.tooltipster-login .tooltipster-box
{
    background: #FFF;
    border: 3px solid #3AB44A;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .4);
}

.tooltipster-sidetip.tooltipster-login .tooltipster-content
{
    color: #646464;
    padding: 0;
}

.tooltipster-sidetip.tooltipster-bottom.tooltipster-login .tooltipster-arrow-border
{
    border-bottom-color: #3AB44A;
}

.tooltipster-sidetip.tooltipster-bottom.tooltipster-login .tooltipster-arrow-background
{
    border-bottom-color: #FFF;
}

.tooltipster-sidetip.tooltipster-login-error .tooltipster-box
{
    background: #FFF;
    border: 3px solid #E63603;
}

.tooltipster-sidetip.tooltipster-login-error .tooltipster-content
{
    color: #E63603;
    padding: 0;
}

.tooltipster-sidetip.tooltipster-left.tooltipster-login-error .tooltipster-arrow-border
{
    border-right-color: transparent;
}

.tooltipster-sidetip.tooltipster-left.tooltipster-login-error .tooltipster-arrow-background
{
    border-left-color: #FFF;
}

.tooltipster-sidetip.tooltipster-left.tooltipster-login-error .tooltipster-arrow-border
{
    border-left-color: #E63603;
}

/**
  * Style treści tooltipów na portalu
  */
#langTooltipContainer
{
    width: 220px;
    padding: 30px;
    position: relative;
    font-size: 13px;
}

#langTooltipContainer .title
{
    font-size: 16px;
    font-weight: 700;
}

#langTooltipContainer ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

#langTooltipContainer ul li
{
    display: block;
    margin: 30px 0 0;
    font-weight: 700;
}

#langTooltipContainer ul li a
{
    display: inline-block;
    line-height: 16px;
    transition: .5s;
    padding: 0 10px 5px;
    border-width: 0 0 5px;
    border-style: solid;
    border-color: #FFF;
    color: #646464;
    text-decoration: none;
}

#langTooltipContainer ul li a:hover,
#langTooltipContainer ul li.active a
{
    opacity: .8;
    border-width: 0 0 5px;
    border-style: solid;
    border-color: #0776B9;
    font-weight: 700;
}

#loginTooltipContainer,
#sectionLogin
{
    width: 360px;
    padding: 30px;
    position: relative;
}

#sectionLogin.noTopPadding
{
    padding: 0 30px 30px;
}

#loginTooltipContainer .title
{
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px;
}

#loginTooltipContainer .field,
#sectionLogin .field
{
    display: block;
    margin: 15px 0 0;
    height: 50px;
    width: 300px;
    border: 2px solid #DDD;
}

#loginTooltipContainer .field.error,
#sectionLogin .field.error
{
    border: 2px solid #E73600;
}

#loginTooltipContainer .field input,
#sectionLogin .field input
{
    border: none;
    height: 46px;
    width: 239px;
    margin: 0 0 0 57px;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

#loginTooltipContainer .field.error input,
#sectionLogin .field.error input
{
    color: #E73600;
}

#loginTooltipContainer .field .icon,
#sectionLogin .field .icon
{
    display: block;
    margin: 12px 0 12px 10px;
    height: 22px;
    width: 22px;
    float: left;
}

#loginTooltipContainer #loginField .icon,
#sectionLogin #loginFormField .icon
{
    background: url(../../gfx/layout/portal/icons_login.png) no-repeat -22px -22px;
}

#loginTooltipContainer #loginField.error .icon,
#sectionLogin #loginFormField.error .icon
{
    background-position: 0 -22px;
}

#loginTooltipContainer #passwordField .icon,
#sectionLogin #passwordConfirmFormField .icon,
#sectionLogin #passwordFormField .icon
{
    background: url(../../gfx/layout/portal/icons_login.png) no-repeat -22px -44px;
}

#loginTooltipContainer #passwordField.error .icon,
#sectionLogin #passwordConfirmFormField.error .icon,
#sectionLogin #passwordFormField.error .icon
{
    background-position: 0 -44px;
}

#loginTooltipContainer #mailField,
#sectionLogin #mailFormField
{
    margin: 0 0 5px;
}

#loginTooltipContainer #mailField .icon,
#sectionLogin #mailFormField .icon
{
    background: url(../../gfx/layout/portal/icons_login.png) no-repeat -22px 0;
}

#loginTooltipContainer #mailField.error .icon,
#sectionLogin #mailFormField.error .icon
{
    background-position: 0 0;
}

#loginTooltipContainer .checkbox-field,
#sectionLogin .checkbox-field
{
    display: block;
    margin: 0;
    height: 50px;
    width: 300px;
    line-height: 50px;
    font-size: 13px;
}

#loginTooltipContainer .checkbox-field > span,
#sectionLogin .checkbox-field > span
{
    display: inline-block;
    vertical-align: middle;
    height: 50px;
}

#loginTooltipContainer .checkbox-field #rememberMeLink,
#sectionLogin .checkbox-field #rememberMeFormLink
{
    padding: 2px 0 0 5px;
    cursor: pointer;
}

#loginTooltipContainer .checkbox-field .btn,
#sectionLogin .checkbox-field .btn
{
    margin: 0 0 0 5px;
    padding: 0;
}

#loginTooltipContainer .info,
#sectionLogin .info
{
    display: block;
    margin: 0;
    width: 300px;
}

#loginTooltipContainer .info .text,
#sectionLogin .info .text
{
    margin: 20px 0 30px;
    font-size: 13px;
    line-height: 22px;
}

#loginTooltipContainer .info .text.clearBottom,
#sectionLogin .info .text.clearBottom
{
    margin: 20px 0 0;
}

#loginTooltipContainer .info button,
#sectionLogin .info button,
#sectionRemind .info .actionButton
{
    margin: 15px 0 0;
    width: 300px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
}

#loginTooltipContainer .info ul,
#sectionRemind .info ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#loginTooltipContainer .info ul li,
#sectionRemind .info ul li
{
    margin: 15px 0 0;
}

#loginTooltipContainer .info ul li:before,
#sectionRemind .info ul li:before
{
    content: "■";
    color: #3AB44A;
    font-size: 20px;
    margin: 0 7px 0 0;
}

#loginTooltipContainer .info a,
#sectionLogin .info a
{
    display: block;
    margin: 20px 0 0;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    color: #61BF6C;
}

#loginTooltipContainer .info a.inline,
#sectionRemind .info a.inline
{
    color: #61BF6C;
    text-decoration: none;
    display: inline;
    margin: 0;
    text-align: match-parent;
}

#loginTooltipContainer .loadingOverlay
{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #FFF;
    top: 0;
    left: 0;
    z-index: 2;
}

#loginTooltipContainer .loadingOverlay .loadingOverlayContainer,
#registration section #categoryList .selectFieldContainer .loadingOverlay .loadingOverlayContainer
{
    bottom: 0;
    display: block;
    height: 200px;
    left: 0;
    margin: auto;
    padding: 20px;
    right: 0;
    top: 0;
    width: 200px;
    position: absolute;
}

#loginTooltipContainer .loadingOverlay .loadingOverlayAnimationBG
{
    position: relative;
    animation: loadingOverlayRotate 1s infinite linear;
    border: 4px solid rgba(0, 0, 0, .25);
    width: 150px;
    height: 150px;
    border-radius: 999px;
    margin: auto;
}

#loginTooltipContainer .loadingOverlay .loadingOverlayAnimationBG .loadingOverlayAnimation
{
    position: absolute;
    width: 150px;
    height: 150px;
    border: 4px solid transparent;
    border-top: 4px solid #61BF6C;
    top: -4px;
    left: -4px;
    border-radius: 999px;
}

/**
  * Style dla Tooltipa z bledem
  */
#loginErrorContainer
{
    width: 400px;
    font-size: 13px;
    line-height: 22px;
    padding: 20px;
}

#loginErrorContainer div:not(:first-child)
{
    margin: 20px 0 0;
}

#loginErrorContainer div a
{
    color: #E63603;
    text-decoration: underline;
}

/**
  * Style przeciążone z głównego layoutu
  */
#mainPageBarMenuBG #mainPageBarMenu #mainPageBarMenuHeader
{
    height: auto;
    padding: 25px 155px 10px 10px;
    background-color: #D9F0F8;
}

#mainPageBarMenuBG #mainPageBarMenu #mainPageBarMenuHeader #title
{
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 25px;
}

#mainPageBarMenuBG #mainPageBarMenu #mainPageBarMenuHeader #title .number
{
    font-weight: 400;
}

#mainPageBarMenuBG #mainPageBarMenu #mainPageBarMenuHeader #status
{
    height: auto;
    clear: both;
}

#mainPageBarMenuBG #mainPageBarMenu #mainPageBarMenuHeader #status span
{
    display: block;
    float: none;
}

#mainPageBarMenuBG #mainPageBarMenu #mainPageBarMenuHeader #export
{
    width: 140px;
    height: 60px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

#mainPageBarMenuBG #mainPageBarMenu #mainPageBarMenuHeader #export a
{
    display: inline-block;
    width: 61px;
    height: 60px;
    border: 2px solid transparent;
    background: 0 0;
    transition: .5s;
}

#mainPageBarMenuBG #mainPageBarMenu #mainPageBarMenuHeader #export a:hover
{
    border: 2px solid #3AB44A;
    background: #FFF;
}

#mainPageBarMenuBG #mainPageBarMenu #mainPageBarMenuHeader #export a:not(:first-child)
{
    margin: 0 0 0 10px;
}

#mainPageBarMenuBG #mainPageBarMenu #mainPageBarMenuHeader #export a span
{
    margin: 6px 11px 6px 10px;
    display: inline-block;
    height: 42px;
    width: 37px;
}

#mainPageBarMenuBG #mainPageBarMenu #mainPageBarMenuHeader #export a #exportPDF
{
    background: url(../../gfx/layout/portal/icons_docs.png) no-repeat 0 0;
}

#mainPageBarMenuBG #mainPageBarMenu #mainPageBarMenuHeader #export a #exportXLS
{
    background: url(../../gfx/layout/portal/icons_docs.png) no-repeat -36px 0;
}

.dataTable .dataTableContent table tr td.title
{
    width: 40%;
}

#sectionDetails #sectionBuyer div
{
    display: block;
}

#sectionDetails #sectionBuyer #buyerData > div,
#sectionDetails #sectionBuyer .infoHeader
{
    margin: 0;
}

#sectionDetails #sectionBuyer #buyerAvatar
{
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 200px;
    float: left;
}

#sectionDetails #sectionBuyer #buyerAvatar ~ div
{
    margin: 0 0 0 150px;
}

#sectionDetails #sectionBuyer #buyerInfo .label
{
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
}

#sectionDetails #sectionBuyer .field a
{
    color: #646464;
    text-decoration: none;
}

#sectionDetails #sectionContentAtatachments #contentAtatachmentsList tr th
{
    padding: 0 5px 10px 0;
}

#sectionDetails #sectionContent .switchField
{
    margin-bottom: -10px;
}

#sectionDetails #sectionProducts table tr td.product
{
    text-align: left;
    width: 40%;
}

#sectionDetails #sectionProducts table tr td.localisation
{
    width: 25%;
}

#sectionDetails #sectionProducts table tr td.product div.info
{
    line-height: 18px;
    padding: 15px 0 0;
}

#sectionDetails #sectionProducts table tr td.product div.info span
{
    display: block;
}

#sectionDetails #sectionProducts table tr td.product a
{
    color: #0776B9;
    display: block;
    line-height: 0;
    margin: 0 10px 0 0;
    padding: 15px 0 0;
    text-decoration: none;
    transition-duration: .5s;
}

#sectionDetails #sectionProducts table tr td.product div.info div.files .file a.fileIcon
{
    color: #646464;
    display: inline-block;
    line-height: 25px;
    margin: 2px 0;
    padding: 0 0 0 25px;
    text-decoration: none;
    width: auto;
}

#sectionDetails #sectionQuestions .infoField .field
{
    padding: 20px 0;
}

#sectionQuestions hr
{
    border-color: #66BFE3;
    border-style: solid;
    border-width: 0 0 1px;
}

#sectionDetails #sectionInfo
{
    line-height: 25px;
    text-align: left;
}

#sectionDetails #sectionProducts table tr td.info
{
    text-align: left;
}

#sectionDetails #sectionProducts table tr td.info a
{
    margin: 0 10px;
    text-align: left;
    display: block;
    color: #52B7E0;
    text-decoration: none;
}

#sectionDetails #sectionProducts table tr td.info div
{
    margin: 10px 10px 0;
    line-height: 18px;
}

#sectionDetails #sectionProducts table tr td.info div.files .file
{
    margin: 0;
}

#sectionDetails #sectionProducts table tr td.info div.files .file:first-child
{
    margin: 15px 0 0;
}

#sectionDetails #sectionProducts table tr td div.files .file a.fileIcon
{
    color: #646464;
    display: block;
    line-height: 25px;
    margin: 2px 0;
    padding: 0 0 0 25px;
    text-decoration: none;
    width: auto;
}

#sectionDetails #sectionProducts table tr td.info .infoLine:not(.hidden) + .moreDetails
{
    margin: 15px 10px 0;
}

/**
  * Style dedykowane dla strony o platformie
  */
#platform
{
    background: url(../../gfx/layout/portal/background.png) no-repeat fixed 50%;
    background-size: cover;
    position: absolute;
    height: calc(100% - 260px);
    width: 100%;
    left: 0;
    top: 140px;
}

#platform #platformMessage
{
    background: rgba(0, 0, 0, .4);
    height: 140px;
    width: 100%;
    bottom: 30px;
    position: absolute;
    text-align: center;
    color: #FFF;
}

#platform #platformMessage #platformTitle
{
    margin: 20px 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

#platform #platformMessage #platformSubTitle
{
    font-size: 24px;
}

@media (min-height: 888px)
{
    #platform #platformMessage
    {
        background: rgba(0, 0, 0, .4);
        height: 200px;
        width: 100%;
        bottom: 0;
        position: absolute;
        text-align: center;
        color: #FFF;
    }

    #platform #platformMessage #platformTitle
    {
        margin: 30px 0 20px;
        font-size: 48px;
        font-weight: 700;
        text-transform: uppercase;
    }

    #platform #platformMessage #platformSubTitle
    {
        font-size: 36px;
    }
}

/**
  * Style dedykowane dla wymagań
  */
#requirements
{
    text-align: center;
    line-height: 30px;
}

/**
  * Style dedykowane dla regulaminu
  */
#termsOfUse
{
    font-size: 15px;
    line-height: 24px;
}

#termsOfUse .header
{
    color: #5B97C8;
    display: block;
    font-family: LatoLight, Lato;
    font-size: 30px;
    text-align: center;
    margin: 30px 0;
}

#termsOfUse ul
{
    margin-top: 5px;
}

/**
  * Style dedykowane dla cookies
  */
#mainPage #mainPageContentBG #mainPageContent .cookiesSection
{
    display: block;
    margin: 60px 0 0;
    text-align: center;
    width: 100%;
}

#mainPage #mainPageContentBG #mainPageContent .cookiesSection .title
{
    display: block;
    font-family: LatoLight, Lato;
    font-size: 36px;
    color: #5B97C8;
}

#mainPage #mainPageContentBG #mainPageContent .cookiesSection .description
{
    margin: 20px 0 40px;
    display: block;
    font-size: 16px;
    line-height: 22px;
}

hr.cookies
{
    margin: 40px 0;
    border: 2px solid #F5F5F5;
}

/**
  * Style dedykowane dla kontaktu
  */
#contact
{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    margin: 0;

    padding: 64px 0 24px;
}


#contact .section-content
{
    flex-grow: 1;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px)
{
    #contact .section-content
    {
        max-width: 1400px;
    }
}

#contact h2
{
    text-align: center;
    font-family: LatoLight;
    font-size: 36px;
    font-weight: 300;
    line-height: 33px;
    font-style: normal;
    margin: 0;
    padding: 0;
    color: #0776B9;
    text-transform: none;
}

#contact h3
{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin: 0;
    padding: 0;
    color: #282828;
}

#contact .section-content
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#contact .section-content .email-href {
    color: #282828;
    text-decoration: underline;
}

#contact .support-box
{
    display: block;
    width: 360px;
    height: 290px;
    background: rgba(7, 118, 185, 0.05);
    margin: 60px 12px 0;

}

#contact .support-box .content
{
    margin-top: 16px;
}

#contact .support-box .content.content-email
{
    margin-top: 26px;
}

#contact .support-box .content a:not(.email-href)
{
    text-decoration: none;
}

#contact .support-box .content div
{
    color: #282828;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

#contact .support-box .content div .support-link
{
    color: #0776B9;
}

#contact .icon
{
    background-color: #0776B9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -36px;
    margin-bottom: 24px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

#contact .call-icon
{
    background-image: url("./../../gfx/layout/portal/call-icon.png");
    background-size: 36px 36px;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    display: inline-block;
}

#contact .mail-icon
{
    background-image: url("./../../gfx/layout/portal/mail-icon.png");
    background-size: 40px 32px;
    background-repeat: no-repeat;
    width: 40px;
    height: 32px;
    display: inline-block;
}

#contact .help-icon
{
    background-image: url("./../../gfx/layout/portal/help-icon.png");
    background-size: 48px 46px;
    background-repeat: no-repeat;
    width: 48px;
    height: 46px;
    display: inline-block;
}

#contact #owner
{
    text-align: center;
    font-size: 16px;
    margin: 0 0 15px;
}

#contact #address
{
    text-align: center;
    line-height: 20px;
    font-size: 13px;
}

/**
  * Style dedykowane dla rejestacji
  */
#registration #mainTitle
{
    font-size: 24px;
    display: block;
    font-family: LatoLight, Lato;
    color: #0776B9;
    margin: 35px 0;
}

#questionMessageContainer #containerContent #questionMessageContent #questionMessageTerms,
#registration section
{
    border: 10px solid #F2F2F2;
    padding: 20px;
    margin: 0 0 30px;
    position: relative;
}

#registration section .info
{
    width: auto;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    color: #646464;
}

#registration section .info span
{
    float: left;
    display: block;
    height: 20px;
    line-height: 20px;
}

#registration section .info span.formStatusIcon
{
    margin: 0 10px;
}

#registration section .title
{
    font-size: 24px;
}

#registration section .subtitle,
#registration section .title
{
    display: block;
    margin: 0 0 20px;
    font-family: LatoLight, Lato;
    color: #646464;
}

#registration section .subtitle
{
    font-size: 16px;
}

#questionMessageContainer #containerContent #questionMessageContent #questionMessageTerms .field,
#registration section .field
{
    width: 100%;
    margin: 0 0 15px;
    clear: both;
}

#registration .field ul.error_list
{
    display: none;
}

#registration section .error .tooltip .tooltip-inner,
#registration section .error + .tooltip .tooltip-inner
{
    border: 1px solid #E73600;
    background: #E73600;
}

#registration section .error .tooltip.bottom .tooltip-arrow,
#registration section .error .tooltip.top .tooltip-arrow,
#registration section .error + .tooltip.top .tooltip-arrow,
#registration section .error + .tooltip.top-left .tooltip-arrow,
#registration section .error + .tooltip.top-right .tooltip-arrow
{
    border-top-color: #E73600;
}

#registration section .error .tooltip.bottom .tooltip-arrow,
#registration section .error + .tooltip.right .tooltip-arrow
{
    border-right-color: #E73600;
}

#registration section .error .tooltip.bottom .tooltip-arrow,
#registration section .error + .tooltip.left .tooltip-arrow
{
    border-left-color: #E73600;
}

#registration section .error .tooltip.bottom .tooltip-arrow,
#registration section .error .tooltip.bottom-left .tooltip-arrow,
#registration section .error .tooltip.bottom-right .tooltip-arrow,
#registration section .error + .tooltip.bottom .tooltip-arrow,
#registration section .error + .tooltip.bottom-left .tooltip-arrow,
#registration section .error + .tooltip.bottom-right .tooltip-arrow
{
    border-bottom-color: #E73600;
}

#registration section .error .tooltip ul.error_list,
#registration section .error + .tooltip ul.error_list
{
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

#registration section .error .tooltip ul.error_list li:not(:first-child),
#registration section .error + .tooltip ul.error_list li:not(:first-child)
{
    margin: 10px 0 0;
}

#registration section .field-checkbox,
#registration section .field-select,
#registration section .field-text
{
    display: block;
    width: 50%;
    float: left;
}

#registration section .rejestracja_firma_email_osoby_prowadzacej_dzialalnosc-container
{
    display: none;
}

#registration section .field-text
{
    border: 2px solid #D1D1D1;
    padding: 0 20px;
    height: 50px;
    position: relative;
}

#registration section .field-text.focused,
#registration section .field-text:hover
{
    border: 2px solid #7FCAE8;
}

#registration section .field-text.error
{
    border: 2px solid #E63603 !important;
    color: #E63603 !important;
}

#registration section .field-text.small
{
    width: 170px;
}

#registration section .field-text label
{
    cursor: text;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    z-index: 1;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 700;
    color: #888;
    transition: .5s;
}

#registration section .field-text.error label
{
    color: #E63603 !important;
}

#registration section .field-text label.small
{
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    font-weight: 400;
    padding: 2px 0 0;
}

#registration section .field-text input
{
    border: none;
    padding: 0;
    margin: 18px 0 5px;
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-size: 16px;
    font-weight: 700;
    color: #646464;
}

#registration section .field-text.error input
{
    color: #E63603 !important;
}

#registration section .field-select .bootstrap-select
{
    width: 100%;
}

#registration section .field-select .bootstrap-select > .btn
{
    height: 50px;
    width: 100%;
    border: 2px solid #D1D1D1;
    color: #646464;
    font-size: 16px;
    font-weight: 700;
}

#registration section .field-select .bootstrap-select > .btn:hover
{
    border: 2px solid #7FCAE8;
    background: #FFF;
}

#registration section .field-select.error .bootstrap-select > .btn
{
    border: 2px solid #E63603 !important;
    color: #E63603 !important;
}

#registration section .field-select .bootstrap-select > .btn .caret
{
    right: 20px;
    top: 14px;
    border-top: none;
    border-left: none;
    border-right: 3px solid #646464;
    border-bottom: 3px solid #646464;
    width: 14px;
    height: 14px;
    transform: rotate(-315deg);
}

#registration section .field-select .bootstrap-select.dropdown .btn .filter-option
{
    height: 34px;
    line-height: 31px;
    padding-left: 12px;
}

#questionMessageContainer #containerContent #questionMessageContent #questionMessageTerms .field-checkbox,
#registration section .field-checkbox
{
    width: 100%;
    margin: 0 0 20px;
    font-size: 16px;
    color: #646464;
    line-height: 24px;
}

#questionMessageContainer #containerContent #questionMessageContent #questionMessageTerms .field-checkbox .checkboxpicker,
#registration section .field-checkbox .checkboxpicker
{
    display: block;
    float: left;
}

#questionMessageContainer #containerContent #questionMessageContent #questionMessageTerms .field-checkbox label,
#registration section .field-checkbox label
{
    width: auto;
    display: block;
    margin: 0 0 0 40px;
    padding: 2px 0 0;
    cursor: pointer;
}

#registration section .field-checkbox label .formStatusIcon
{
    margin: 0 0 0 10px;
}

#registration section .formStatusIcon
{
    margin: 15px 0 15px 10px;
}

#registration section#category .formStatusIcon
{
    margin: 0 0 3px 0;
}

#registration section #categoryList
{
    margin: 0 0 40px;
}

#registration section #categoryList .list
{
    float: left;
    display: block;
    margin: 0 20px 0 0;
    overflow: auto;
    overflow-x: hidden;
    width: 400px;
    height: 280px;
    border: 2px solid #D1D1D1;
}

#registration section #categoryList .list.error
{
    border: 2px solid #E63603 !important;
    color: #E63603 !important;
}

#registration section #categoryList .list ul.error_list,
#registration section #categoryList .list.hidden
{
    display: none;
}

#registration section #categoryList .list .item
{
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
    background: #FFF;
    cursor: pointer;
}

#registration section #categoryList .list .item.active,
#registration section #categoryList .list .item:hover
{
    background: #0776B9;
    color: #FFF;
}

#registration section #categoryList .selectFieldContainer
{
    position: relative;
    margin: 0 0 0 420px;
    display: block;
    width: auto;
    height: 280px;
    border: 2px solid #D1D1D1;
    overflow: auto;
    overflow-x: hidden;
}

#registration section #categoryList .selectFieldContainer.active
{
    margin: 0 0 0 840px;
}

#registration section #categoryList .selectFieldContainer .loadingOverlay
{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #FFF;
    top: 0;
    left: 0;
    z-index: 1;
}

#registration section #categoryList .selectFieldContainer .loadingOverlay .loadingOverlayAnimationBG
{
    position: relative;
    animation: loadingOverlayRotate 1s infinite linear;
    border: 4px solid rgba(0, 0, 0, .25);
    width: 150px;
    height: 150px;
    border-radius: 999px;
    margin: auto;
}

#registration section #categoryList .selectFieldContainer .loadingOverlay .loadingOverlayAnimationBG .loadingOverlayAnimation
{
    position: absolute;
    width: 150px;
    height: 150px;
    border: 4px solid transparent;
    border-top: 4px solid #0776B9;
    top: -4px;
    left: -4px;
    border-radius: 999px;
}

#registration section #categoryList .selectFieldContainer .selectField
{
    display: table;
    padding: 10px;
    width: 100%;
}

#registration section #categoryList .selectFieldContainer .selectField .row
{
    display: table-row;
    width: 100%;
}

#registration section #categoryList .selectFieldContainer .selectField .cell
{
    width: 33.33%;
    display: table-cell;
    font-size: 16px;
    padding: 0 0 10px;
}

#registration section #categoryList .selectFieldContainer .selectField .cell span.checkboxpicker
{
    display: block;
    float: left;
}

#registration section #categoryList .selectFieldContainer .selectField .cell label
{
    display: block;
    margin: 0 0 0 40px;
    padding: 2px 0 0;
    line-height: 24px;
    cursor: pointer;
}

#registration section #categoryList .buttons
{
    margin: 10px 0 0;
    text-align: right;
}

#registration section #categoryList .buttons span
{
    cursor: pointer;
    font-size: 16px;
    color: #0776B9;
    text-decoration: underline;
    margin: 0 0 0 20px;
}

#registration section #selectedCategories
{
    margin: 20px 0 0;
}

#registration section #selectedCategories .box
{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #ECECEC;
    margin: 0 10px 10px 0;
}

#registration section #selectedCategories .box > span
{
    display: block;
}

#registration section #selectedCategories .box .name
{
    margin: 0 35px 0 10px;
    font-size: 13px;
    height: 30px;
}

#registration section #selectedCategories .box .close
{
    float: right;
    background: url(../../gfx/layout/portal/icon_close.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#registration .obligatoryInfoContainer
{
    margin-bottom: 20px;
}

#registration .obligatoryInfo,
#questionMessageContainer .obligatoryInfo
{
    display: none;
    line-height: 24px;
}

#registration .obligatoryInfoButton,
#questionMessageContainer .obligatoryInfoButton
{
    font-weight: 600;
    cursor: pointer;
}

#registration #submitField
{
    width: 100%;
}

#registration #submitField #submitButton,
.actionButton.blue
{
    border: 2px solid #0776B9;
    background: #0776B9;
    display: block;
    margin: 70px auto 80px;
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    width: auto;
    height: auto;
}

#registration #submitField #submitButton:hover,
.actionButton.blue:hover
{
    background: #FFF;
}

#registration .formStatusIcon
{
    width: 22px;
    height: 20px;
    display: inline-block;
}

#pageTitle.infoPage .description
{
    margin: 20px 0 !important;
}

#registration #message
{
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: #646464;
    line-height: 36px;
}

#registration #message .title
{
    margin: 0 0 20px;
    color: #3AB44A;
    font-size: 24px;
    font-weight: 700;
}

#registration #message .info
{
    border-width: 2px 0 0;
    border-style: solid;
    border-color: #F5F5F5;
    padding: 20px 0;
    margin: 0 20px;
}

#registration #message .info span
{
    display: inline-block;
    line-height: 58px;
    height: 58px;
    vertical-align: middle;
}

#registration #message .info .icon
{
    height: 58px;
    width: 58px;
    background: url(../../gfx/layout/icons_message.png) no-repeat -174px 0;
}

#registration #message .info .icon + span
{
    padding: 0 0 0 10px;
}

#registration #message .info .link
{
    cursor: pointer;
    color: #71C47B;
    text-decoration: underline;
}

#registration #message .actionButton
{
    display: block;
    margin: 30px auto;
    width: 300px;
    height: 50px;
    line-height: 46px;
    font-weight: 700;
    font-size: 16px;
}

#registration .formStatusIcon.valid
{
    background-position: 0 0;
    background-repeat: no-repeat;
}

#registration .formStatusIcon.error
{
    background-position: 0 -40px;
    background-repeat: no-repeat;
}

/**
  * Style dedykowane dla logowania
  */
#sectionLogin
{
    text-align: center;
    margin: auto;
}

#sectionLogin .checkbox-field
{
    text-align: left;
}

#sectionRemind
{
    width: 600px;
    text-align: center;
    margin: auto;
    font-size: 18px;
}

#sectionRemind .info
{
    text-align: left;
}

#sectionRemind .info ul li:before
{
    font-size: 20px;
}

#sectionRemind #remindButton
{
    display: block;
    margin: 15px 0 0;
    padding: 0 150px;
}

/**
  * Style dedykowane dla Stron informacyjnych
  */
#sectionInfo
{
    text-align: center;
    margin: 50px auto 0;
}

#sectionInfo .info .actionButton
{
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    line-height: 46px;
    margin: 15px auto 0;
    width: 300px;
}

/**
  * Style dedykowane dla składania ofert RFX
  */
#rfxOffer .messageBox
{
    display: block;
}

#rfxOffer .switchField
{
    margin-bottom: 30px;
}

#rfxOffer .dataTable table tr th
{
    padding: 0 5px 10px 0;
}

#rfxOffer .dataTable table tr td
{
    vertical-align: text-bottom;
}

#rfxOffer .dataTable table tr td.name
{
    width: 30%;
    padding: 23px 10px 0;
}

#rfxOffer .dataTable table tr .info
{
    margin: 5px auto 0;
    text-align: left;
}

#rfxOffer .dataTable table tr .descriptionLink
{
    margin: 0 10px 0 0;
    padding: 15px 0;
    display: block;
    font-size: 11px;
    color: #0776B9;
    text-decoration: none;
    line-height: 0;
    transition-duration: .5s;
}

#rfxOffer .dataTable table tr .descriptionLink:hover
{
    color: #58ADDB;
}

#rfxOffer .dataTable .dataListBottomSection
{
    color: #646464;
    font-size: 20px;
    padding: 20px 20px 30px 0;
    text-align: right;
    width: 100%;
}

#rfxOffer .dataTable .dataListBottomSection button
{
    float: left !important;
}

#rfxOffer #offerFormalCriteria .dataField,
#participationRejection #participationRejectionOptions .dataField
{
    margin: 0;
}

#rfxOffer #offerFormalCriteria .dataField .label,
#participationRejection #participationRejectionOptions .label
{
    font-weight: 400;
    cursor: pointer;
}

#rfxOffer #offersQuestions hr
{
    margin-bottom: 20px;
}

#rfxOffer #offersQuestions .dataField.header
{
    margin: 0 0 20px;
}

#rfxOffer #offersQuestions .dataField.header .label div
{
    display: inline-block;
}

#rfxOffer #offersQuestions .dataField.header .label .number
{
    width: 30px;
}

#rfxOffer #offersQuestions .dataField.indent
{
    padding: 0 0 0 30px;
}

#rfxOffer #offersQuestions textarea
{
    width: 100%;
    height: 120px;
}

#rfxOffer #offersQuestions ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#rfxOffer #offersQuestions ul li
{
    display: block;
}

#rfxOffer #offersQuestions .radioLine .label
{
    font-weight: 400;
    cursor: pointer;
}

#rfxOffer .dataTable.attachmentsList
{
    width: 50%;
}

#rfxOffer #supplierEmail
{
    padding: 20px 10px;
    background: #E3F3FA;
    width: 100%;
}

#rfxOffer #supplierEmail #supplierEmailField
{
    width: 50%;
}

#rfxOffer #supplierEmail #supplierEmailField input
{
    width: 100%;
}

#rfxOffer #offerFormButtons
{
    text-align: center;
}

#rfxOffer #offerFormButtons .actionButton,
#participationRejection #participationRejectionFormButtons .actionButton
{
    display: inline-block;
    margin: 30px 20px 0 0;
}

#rfxOffer .error input
{
    border: 2px solid #E63603 !important;
    color: #E63603 !important;
}

#rfxOffer .field ul.error_list
{
    display: none;
}

#rfxOffer .error + .tooltip .tooltip-inner
{
    border: 1px solid #E73600;
    background: #E73600;
}

#rfxOffer .error + .tooltip.bottom .tooltip-arrow,
#rfxOffer .error + .tooltip.top .tooltip-arrow,
#rfxOffern .error .tooltip.bottom .tooltip-arrow
{
    border-top-color: #E73600;
}

#rfxOffer .error + .tooltip.bottom .tooltip-arrow
{
    border-right-color: #E73600;
    border-left-color: #E73600;
    border-bottom-color: #E73600;
}

#rfxOffer .error + .tooltip.bottom-left .tooltip-arrow,
#rfxOffer .error + .tooltip.bottom-right .tooltip-arrow
{
    border-bottom-color: #E73600;
}

#rfxOffer .error + .tooltip ul.error_list
{
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

#rfxOffer .error + .tooltip ul.error_list li:not(:first-child)
{
    margin: 10px 0 0;
}

#participationRejection  #participationRejectionOptions .btn
{
    padding: 5px 6px;
}

#participationRejection  #participationRejectionOptions .btn:focus
{
    box-shadow: none;
}

#participationRejection #reasonTextField #rejectionReasonText
{
    width: 30%;
    margin: 0 0 0 40px;
}

#participationRejection  #sendRejection.disabled
{
    pointer-events: none;
}

.statusIcon + .tooltip,
.auctionStatusIcon + .tooltip
{
    opacity: .9 !important;
}

/**
 * Wiadomości od użytkownika niezalogowanego
 */
#questionMessageContainer
{
    position: fixed;
    bottom: 0;
    right: 280px;
    z-index: 99991;
}

#questionMessageContainer #messageHeader
{
    width: 250px;
    height: 40px;
    padding: 0 6px 0 15px;
    background: #0777B9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

#questionMessageContainer #messageHeader .content
{
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    float: left;
    line-height: 40px;
}

#questionMessageContainer #messageHeader .icon
{
    float: right;
    display: block;
    margin: 12px 0 0;
    width: 25px;
    height: 18px;
    background: url(../../gfx/layout/portal/icon_message.png) no-repeat 50%;
}

#questionMessageContainer #containerContent
{
    width: 528px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 1px 19px 1px #B0A7B0;
    background: #FFF;
}

#questionMessageContainer #containerContent #questionMessageHeader
{
    background: #0777B9;
    display: block;
    overflow: hidden;
    padding: 0 3px 0 10px;
    height: 32px;
}

#questionMessageContainer #containerContent #questionMessageHeader .content
{
    font-size: 16px;
    color: #FFF;
    float: left;
    line-height: 32px;
}

#questionMessageContainer #containerContent #questionMessageHeader .closeIcon
{
    cursor: pointer;
    float: right;
    display: block;
    margin: 9px 0 0;
    width: 25px;
    height: 18px;
    background: url(../../gfx/layout/portal/icon_message_close.png) no-repeat 50%;
}

#questionMessageContainer #containerContent textarea
{
    height: 100px;
}

#questionMessageContainer #containerContent #questionMessageContent
{
    position: relative;
    height: auto;
    min-height: 300px;
    overflow: hidden;
    padding: 25px 30px;
}

@media (max-height: 441px)
{
    #questionMessageContainer #containerContent #questionMessageContent.detailsWindowHeight
    {
        height: 300px;
    }
}

@media (min-height: 440px) and (max-height: 540px)
{
    #questionMessageContainer #containerContent #questionMessageContent.detailsWindowHeight
    {
        height: 400px;
    }
}

@media (min-height: 541px) and (max-height: 640px)
{
    #questionMessageContainer #containerContent #questionMessageContent.detailsWindowHeight
    {
        height: 500px;
    }
}

@media (min-height: 641px) and (max-height: 740px)
{
    #questionMessageContainer #containerContent #questionMessageContent.detailsWindowHeight
    {
        height: 600px;
    }
}

@media (min-height: 741px)
{
    #questionMessageContainer #containerContent #questionMessageContent.detailsWindowHeight
    {
        height: 675px;
    }
}

@media (max-height: 441px)
{
    #questionMessageContainer #containerContent #questionMessageContent.messageWindowHeight
    {
        height: 300px;
    }
}

@media (min-height: 440px) and (max-height: 540px)
{
    #questionMessageContainer #containerContent #questionMessageContent.messageWindowHeight
    {
        height: 400px;
    }
}

@media (min-height: 541px) and (max-height: 640px)
{
    #questionMessageContainer #containerContent #questionMessageContent.messageWindowHeight
    {
        height: 500px;
    }
}

@media (min-height: 641px) and (max-height: 740px)
{
    #questionMessageContainer #containerContent #questionMessageContent.messageWindowHeight
    {
        height: 600px;
    }
}

@media (min-height: 741px)
{
    #questionMessageContainer #containerContent #questionMessageContent.messageWindowHeight
    {
        height: 698px;
    }
}

#questionMessageContainer #containerContent #questionMessageContent .dataFields .dataFieldsForm
{
    margin: 0;
}

#questionMessageContainer #containerContent #questionMessageContent .dataFields .dataFieldsForm .dataField
{
    margin: 0 0 23px;
}

#questionMessageContainer #containerContent #questionMessageContent .dataFields .dataFieldsForm .dataField .field,
#questionMessageContainer #containerContent #questionMessageContent .dataFields .dataFieldsForm .dataField .field input,
#questionMessageContainer #containerContent #questionMessageContent .dataFields .dataFieldsForm .dataField .field select
{
    width: 100%;
}

#questionMessageContainer #containerContent #questionMessageContent .dataFields .dataFieldsForm .dataField .field50
{
    width: 50%;
}

#questionMessageContainer #containerContent #questionMessageContent .dataFields .dataFieldsForm .dataField .field20
{
    width: 20%;
}

#questionMessageContainer #containerContent #questionMessageContent .dataFields .dataFieldsForm .dataField .field75
{
    width: 75%;
}

#questionMessageContainer #containerContent #questionMessageFooter
{
    text-align: center;
}

#questionMessageContainer #containerContent #questionMessageFooter button
{
    margin: 10px 0 0;
}

#questionMessageContainer #containerContent .warning
{
    background: #E73600;
    display: block;
    overflow: hidden;
    height: 40px;
    margin: 0 0 25px;
    padding: 0 9px;
}

#questionMessageContainer #containerContent .warning .content
{
    float: left;
    line-height: 38px;
    color: #FFF;
    font-size: 16px;
}

#questionMessageContainer #containerContent .warning .icon
{
    float: right;
    display: block;
    width: 26px;
    height: 23px;
    margin: 9px 0 0;
    background: url(../../gfx/layout/portal/icon_message_warning.png) no-repeat 50%;
}

#questionMessageContainer #containerContent #questionMessageContent .dataFields .dataFieldsForm .dataField .bootstrap-select
{
    width: 100%;
}

#questionMessageContainer #containerContent #questionMessageContent .dataFields .dataFieldsForm .dataField .bootstrap-select > .btn
{
    width: 100%;
    border: 2px solid #D1D1D1;
}

#questionMessageContainer #containerContent #questionMessageContent .dataFields .dataFieldsForm .dataField.soleProprietorshipEmail
{
    display: none;
}

#questionMessageContainer #containerContent #questionMessageContent .dataFields .dataFieldsForm .dataField .bootstrap-select > .btn:hover
{
    border-color: #7FCAE8;
}

#questionMessageContainer #containerContent #questionMessageContent .dataFields .dataFieldsForm .dataField .bootstrap-select > .btn:focus
{
    border-color: #0776B9;
}

#registration .formStatusIcon.required
{
    background-position: 0 -20px;
    background-repeat: no-repeat;
}

#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderTopbar #pageHeaderLogo
{
    background-repeat: no-repeat;
    background-position: 0 50%;
}

#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderTopbar #pageHeaderButtons #pageHeaderRegisterButton
{
    background: #CC0915;
    border: 3px solid #CC0915;
}

#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderTopbar #pageHeaderButtons #pageHeaderLogInButton
{
    background: #20A134;
    border: 3px solid #20A134;
}

#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderMenu ul li span.active,
#mainPage #portalPageHeaderBG #portalPageHeader #pageHeaderMenu ul li span:hover
{
    border-color: #CC0915;
}

#registration #submitField #submitButton,
.actionButton.blue
{
    border: 2px solid #20A134;
    background: #20A134;
}

#registration section #categoryList .buttons span,
span.obligatoryInfoButton
{
    color: #CC0915;
}

.dataFields .dataFieldsForm .dataField .field.short
{
    width: 0;
}

#offerForm .switchField
{
    width: 180px;
}

#sectionProducts #productsList tr .descriptionLink
{
    margin: 0 10px;
    padding: 15px 0;
    text-align: left;
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 0;
    transition-duration: .5s;
}

#sectionProducts #productsList tr .info
{
    text-align: left;
}

#sectionProducts #productsList tr .info .infoLine
{
    margin: 5px 10px 0;
}

#signupAttachments.dataTable.attachmentsList
{
    width: 50%;
}
