﻿form, body {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.sytuacjaLogin {
    background: url(/Themes/MasterImages/Sytuacja/bg.jpg) no-repeat bottom center white;
    height: 100%;
    min-height: 650px;
    background-size: cover;
}

    .sytuacjaLogin .wrapper {
        width: 660px;
    }

.sytuacjaLogin_container {
    background: url(/Themes/MasterImages/Sytuacja/cBg.png) repeat 0 0 transparent;
    margin-top: 85px;
}

    .sytuacjaLogin_container .popupHeader {
        background-color: white;
        border-bottom: 1px solid #e5e5e5;
        float: left;
        padding: 9px 3%;
        width: 94%;
    }

        .sytuacjaLogin_container .popupHeader h1 {
            float: left;
            font-size: 20px;
            line-height: 22px;
            font-weight: 600;
        }

        .sytuacjaLogin_container .popupHeader a {
            color: #5e5e5e;
            float: right;
            font-size: 12px;
            margin-top: 16px;
            text-decoration: underline;
            font-weight: 600;
        }

            .sytuacjaLogin_container .popupHeader a :hover {
                color: black;
            }

.sytuacjaLogin_helpLink {
    float: right;
}

.sytuacjaLogin_container .popupContent {
    float: left;
    padding: 20px 0;
    width: 100%;
}

    .sytuacjaLogin_container .popupContent.afterMessage {
        padding: 9px 3%;
    }

.sytuacjaLogin_title {
    float: left;
}

.logoutBtn {
    background-color: #ffc61f;
    background-image: url("/Themes/MasterImages/Sytuacja/arr_btn.png");
    background-position-x: 90%;
    background-position-y: 50%;
    background-position: right 22px center;
    background-repeat: no-repeat;
    border: 2px solid #ffc61f;
    border-radius: 1000px;
    color: #444444;
    float: right;
    font-weight: 600;
    margin: 39px 29px 0 0;
    padding: 10px 50px 10px 20px;
    text-decoration: none;
    transition: background-color 300ms ease-out 0s;
}

    .logoutBtn:hover {
        background-color: rgba(255, 255, 255, 0.82);
        color: #444444;
        text-decoration: none;
        cursor: pointer;
    }

.contactBtn {
    background-color: rgba(255, 255, 255, 0.82);
    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;
    border: 2px solid #ffc61f;
    border-radius: 1000px;
    color: #444444;
    float: left;
    font-weight: 600;
    margin: 39px 0 0 29px;
    padding: 10px 50px 10px 20px;
    text-decoration: none;
    transition: background-color 300ms ease-out 0s;
}

    .contactBtn:hover {
        background-color: #ffc61f;
        color: white;
        text-decoration: none;
        cursor: pointer;
    }

.contactForm .raily {
    background: url(/Themes/MasterImages/Sytuacja/raily_ico.png) no-repeat left 30px top 41px transparent;
}

.contactForm .notification {
    background: url(/Themes/MasterImages/Sytuacja/info_ico.png) no-repeat left 30px top 42px transparent;
}

html body .contactForm .RadInput_Default .riRead {
    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;
    background-color: #f4f4f4;
}

.contactForm .upload {
    float: left;
}

html body .contactForm .RadUpload_Bootstrap .ruSelectWrap .ruButton {
    background-color: rgba(255, 255, 255, 0.82);
    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;
    border: 2px solid #ffc61f;
    border-radius: 1000px;
    color: #444444;
    float: left;
    font-weight: 600;
    margin: 10px 0 0 0;
    padding: 10px 50px 10px 20px;
    text-decoration: none;
    transition: background-color 300ms ease-out 0s;
}

    html body .contactForm .RadUpload_Bootstrap .ruSelectWrap .ruButton.ruButtonHover {
        background-color: #ffc61f;
        color: white;
        text-decoration: none;
        cursor: pointer;
        background-image: url('/Themes/MasterImages/efaktura_arrowW.png');
        background-repeat: no-repeat;
        background-size: 12px;
    }

html body .contactForm .RadUpload_Bootstrap .ruSelectWrap .ruFakeInput {
    display: none;
}

html body .contactForm .RadUpload .ruStyled .ruFileInput {
    width: 157px;
    height: 44px;
    margin-top: 10px;
    cursor: pointer;
}

.contactValidator {
    color: red;
}

.loginLeft, .loginRight {
    float: left;
    width: 46%;
    margin-left: 2%;
}

.sytuacjaLogin_container.contactForm .btn {
    width: 100%;
    padding: 0;
}

    .sytuacjaLogin_container.contactForm .btn .btnSend {
        float: right;
        margin-right: 5%;
    }

html body .contactForm .RadInput_Default .riError, html body .contactForm .RadInput_Error_Default {
    background-color: white;
}

.loginLeft .validator {
    color: red;
    position: absolute;
    right: 0;
    top: 0;
}

body .RadGrid_Default .rgHeader,
body .RadGrid_Default th.rgResizeCol,
body .RadGrid_Default .rgHeaderWrapper {
    background: none no-repeat 0 0 #e3e3e3;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
}

body .RadGrid .rgMasterTable,
body .RadGrid .rgDetailTable,
body .RadGrid .rgEditForm table {
    border-spacing: 2px;
}

body .RadGrid_Default th.rgSorted {
    background-color: #ffc61f;
}

body .RadGrid_Default .rgRow .rgSorted,
body .RadGrid_Default .rgAltRow .rgSorted {
    background-color: #fff7df;
}

body .RadGrid_Default .rgFilterBox,
html body .rgFilterRow .rcTable .riTextBox,
body .RadAutoCompleteBox.RadAutoCompleteBox_Default .racTokenList {
    border: 1px solid #e5e5e5;
    border-right: 0 none transparent;
    border-radius: 1000px 0 0 1000px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.25);
    font-family: "Exo 2";
    font-size: 16px;
    height: 40px;
    line-height: 21px;
    padding: 0px 10px;
    box-sizing: border-box;
}

    body .RadAutoCompleteBox.RadAutoCompleteBox_Default .racTokenList input {
        margin-top: 10px;
    }

body .RadButton.RadButton_Default.rbSkinnedButton {
    background: none;
}

    body .RadGrid .rgFilterRow .rgFilter,
    body .RadButton.RadButton_Default.rbSkinnedButton .rbDecorated {
        border: 1px solid #e5e5e5;
        border-right: 0 none transparent;
        border-radius: 0 1000px 1000px 0;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
        font-family: "Exo 2";
        font-size: 16px;
        height: 40px;
        line-height: 21px;
        padding: 0px 20px;
        border-left: none;
        margin-left: -2px;
        background: url("/Themes/MasterImages/Sytuacja/filter_ico1.png") no-repeat left center transparent;
        position: relative;
        z-index: 10;
        box-sizing: border-box;
    }

.contactForm .RadComboBox .rcbActionButton .rcbIcon {
    padding-left: 10px;
    height: 65%;
}

.contactForm .RadComboBox_Default .rcbActionButton, .contactForm .RadComboBox_Default .rcbHovered .rcbActionButton, .contactForm .RadComboBox_Default .RadComboBoxDropDown_Default .rcbLoading .rcbActionButton, .contactForm .RadComboBoxDropDown_Default .RadComboBox_Default .rcbLoading .rcbActionButton, .contactForm .RadComboBox_Default .RadComboBoxDropDown_Default .rcbItem em .rcbActionButton, .contactForm .RadComboBoxDropDown_Default .rcbItem .RadComboBox_Default em .rcbActionButton, .contactForm .RadComboBox_Default .rcbFocused .rcbActionButton {
    margin-right: 15px;
}

.contactForm .loginLeft .riLabel,
.contactForm .loginRight .riLabel {
    font-weight: 700;
    padding-bottom: 8px;
}

.sytuacjaLogin .name {
    background: transparent url("/Themes/MasterImages/Sytuacja/l_ico.png") no-repeat scroll left 15px top 35px;
}

.sytuacjaLogin .contactForm .row {
    width: 100%;
    box-sizing: border-box;
    padding-left: 53px;
}

.sytuacjaLogin .contactForm .btn {
    margin-top: 45px;
    padding-bottom: 25px;
}

body .RadPicker_Default .rcCalPopup {
    background: white url("/Themes/MasterImages/Sytuacja/calendar_ico.png") no-repeat scroll left center;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.25);
    height: 40px;
    margin-left: -2px;
    margin-right: 0;
    padding: 0px 10px;
    box-sizing: border-box;
    width: 42px;
}

body .RadPicker_Default a.rcCalPopup:hover {
    background-position: 0 center;
}


.rightColumn {
    padding-bottom: 50px;
}

body .rgFilterRow .RadInput_Default {
    background-color: white;
}

html body .RadGrid_Default .rgPager table {
    display: table;
    margin-top: 40px;
}

html body .rgPager {
    background: #fff !important;
    border: none !important;
}

    html body .rgPager td {
        border: none;
    }

html body .RadGrid_Default td.rgPagerCell {
    border-color: #e5e5e5 transparent transparent transparent;
    background: #fff;
}

html body .RadGrid_Default .rgPageFirst, html body .RadGrid_Default .rgArrPart1 a:first-child {
    border: 2px solid #ffc61f;
    border-radius: 50%;
    height: 47px;
    width: 47px;
    background: url(/Themes/MasterImages/Sytuacja/first.png) no-repeat center center transparent;
    transition: background-color 300ms ease-out 0s;
}

    html body .RadGrid_Default .rgPageFirst .rgFilterIcon {
        background: transparent url("/Themes/MasterImages/Sytuacja/filter_ico1.png") no-repeat scroll right center;
    }
/*body .RadGrid .rgFilterIcon::before {
content:"";
}*/
html body .RadGrid_Default .rgPagePrev, html body .RadGrid_Default .rgArrPart1 a:last-child {
    border: 2px solid #ffc61f;
    border-radius: 50%;
    height: 47px;
    width: 47px;
    background: url(/Themes/MasterImages/Sytuacja/prev.png) no-repeat center center transparent;
    transition: background-color 300ms ease-out 0s;
    margin-left: 5px;
}

html body .RadGrid_Default .rgPageNext, html body .RadGrid_Default .rgArrPart2 a:first-child {
    border: 2px solid #ffc61f;
    border-radius: 50%;
    height: 47px;
    width: 47px;
    background: url(/Themes/MasterImages/Sytuacja/next.png) no-repeat center center transparent;
    transition: background-color 300ms ease-out 0s;
    margin-right: 5px;
}

html body .RadGrid_Default .rgPageLast, html body .RadGrid_Default .rgArrPart2 a:last-child {
    border: 2px solid #ffc61f;
    border-radius: 50%;
    height: 47px;
    width: 47px;
    background: url(/Themes/MasterImages/Sytuacja/last.png) no-repeat center center transparent;
    transition: background-color 300ms ease-out 0s;
}

html body .RadGrid_Default .rgPager .rgArrPart1 a:first-child,
html body .RadGrid_Default .rgPager .rgArrPart1 a:last-child,
html body .RadGrid_Default .rgPager .rgArrPart2 a:first-child,
html body .RadGrid_Default .rgPager .rgArrPart2 a:last-child {
    height: 43px;
    width: 43px;
    display: inline-block;
}

html body .RadGrid_Default .rgPager .rgArrPart1 a:first-child img,
html body .RadGrid_Default .rgPager .rgArrPart1 a:last-child img,
html body .RadGrid_Default .rgPager .rgArrPart2 a:first-child img,
html body .RadGrid_Default .rgPager .rgArrPart2 a:last-child img {
    display: none;
}

    html body .RadGrid_Default .rgPageFirst:hover,
    html body .RadGrid_Default .rgPagePrev:hover,
    html body .RadGrid_Default .rgPageNext:hover,
    html body .RadGrid_Default .rgPageLast:hover,
    html body .RadGrid_Default .rgArrPart1 a:first-child:hover,
    html body .RadGrid_Default .rgArrPart1 a:last-child:hover,
    html body .RadGrid_Default .rgArrPart2 a:first-child:hover,
    html body .RadGrid_Default .rgArrPart2 a:last-child:hover {
        background: #ffc61f;
        background-position: center center;
        cursor: pointer;
    }

html body .RadGrid_Default .rgPageFirst:hover, html body .RadGrid_Default .rgArrPart1 a:first-child:hover {
    background: url(/Themes/MasterImages/Sytuacja/b_first.png) no-repeat center center #ffc61f;
}

html body .RadGrid_Default .rgPagePrev:hover, html body .RadGrid_Default .rgArrPart1 a:last-child:hover {
    background: url(/Themes/MasterImages/Sytuacja/b_prev.png) no-repeat center center #ffc61f;
}

html body .RadGrid_Default .rgPageNext:hover, html body .RadGrid_Default .rgArrPart2 a:first-child:hover {
    background: url(/Themes/MasterImages/Sytuacja/b_next.png) no-repeat center center #ffc61f;
}

html body .RadGrid_Default .rgPageLast:hover, html body .RadGrid_Default .rgArrPart2 a:last-child:hover {
    background: url(/Themes/MasterImages/Sytuacja/b_last.png) no-repeat center center #ffc61f;
}

html body .RadGrid_Default .rgNumPart a:hover,
html body .RadGrid_Default .rgNumPart a.rgCurrentPage,
html body .RadGrid_Default .rgNumPart a:hover span,
html body .RadGrid_Default .rgNumPart a.rgCurrentPage span {
    background: none;
    font-weight: bold;
}

html body .RadGrid .rgNumPart {
    padding: 12px 0;
    margin: 0 5px;
}

html body .RadGrid .rgPager .RadInput {
    width: 60px !important;
    margin: 0 5px !important;
}

html body .rgPager .riSingle .riTextBox {
    border-color: #e5e5e5;
    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;
    padding: 11px 20px;
}

html body .RadGrid .rgPagerLabel {
    padding: 13px 0 0 0;
    vertical-align: middle;
    display: inline-block;
}

html body .RadGrid_Default .rgPager .rgPagerButton {
    background-color: #fff;
    background-image: url("/Themes/MasterImages/efaktura_arrow.png");
    background-position: right 22px center;
    background-repeat: no-repeat;
    border: 2px solid #ffc61f;
    border-radius: 1000px;
    color: #444444;
    cursor: pointer;
    font-weight: 600;
    margin: 0 10px;
    padding: 12px 50px 12px 20px;
    text-decoration: none;
    transition: background-color 300ms ease-out 0s;
    height: auto;
}

    html body .RadGrid_Default .rgPager .rgPagerButton:hover {
        background-color: #ffc61f;
        color: white;
        background-image: url('/Themes/MasterImages/efaktura_arrowW.png');
        background-repeat: no-repeat;
        background-size: 12px;
    }

html body .RadGrid_Default .rgInfoPart {
    padding: 12px 10px;
}

.createXlsx {
    background: transparent url("/Themes/MasterImages/Sytuacja/xlsx.png") no-repeat scroll 0 0;
    color: #444444;
    float: right;
    height: 32px;
    margin-right: 10px;
    padding-left: 24px;
    text-decoration: none;
}

.createDoc {
    background: transparent url("/Themes/MasterImages/Sytuacja/doc.png") no-repeat scroll 0 0;
    color: #444444;
    float: right;
    height: 32px;
    margin-right: 10px;
    padding-left: 24px;
    text-decoration: none;
}

.createCsv {
    background: transparent url("/Themes/MasterImages/Sytuacja/csv.png") no-repeat scroll 0 0;
    color: #444444;
    float: right;
    height: 32px;
    margin-right: 10px;
    padding-left: 24px;
    text-decoration: none;
}

.rgMasterTable .new {
    color: #0590fb;
    font-weight: 700;
}

.rgMasterTable .accepted {
    color: #d09d07;
    font-weight: 700;
}

.rgMasterTable .rejected {
    color: #e81212;
    font-weight: 700;
}

.rgMasterTable .processing {
    color: #ff8a00;
    font-weight: 700;
}
.rgMasterTable .closed{
    color:#7d7d7d;
    font-weight:700;
}
.rgMasterTable .pre-rejected {
    color: #f493ea;
    font-weight: 700;
}

.rgMasterTable .deleted {
    color: #23ad11;
    font-weight: 700;
}

html body .RadGrid.RadGrid_Default.comboTelerik {
    border: none;
}

.RadGrid.RadGrid_Default.comboTelerik table {
    margin-top: 0;
}

body .RadComboBox .rcbInput {
    width: calc(100% - 24px);
}

.loginRight,
.loginLeft {
    position: relative;
}

    .loginRight .validator,
    .loginLeft .validator {
        color: red;
        position: absolute;
        font-size: 15px;
        right: 10px;
        top: 2px;
    }

.TA_Right {
    text-align: right;
}

.auctionList table.syt_innerTable {
    width: 100%;
    font-size: 14px;
    display: table;
}

.syt_innerTable td {
    font-weight: 600;
}

.syt_innerTable .TA_Right {
    font-weight: 400;
    width: 210px;
}

.RadEditor table {
    margin-top: auto;
}

.zalGrid img {
    margin-right: 8px;
    float: left;
    clear: both;
}

.zalGrid span {
    float: left;
    margin-top: 5px;
    clear: both;
}

.gridActions {
    float: right;
    margin-top: 10px;
}

    .gridActions a {
        float: right;
        margin-left: 10px;
    }

        .gridActions a:hover,
        .auctionList table a:hover {
            text-decoration: underline;
            color: black;
        }

.mLeft {
    margin-left: 10px;
}

.banner {
    height: 100px;
}

    .banner img {
        width: 100%;
    }


body .RadGrid_Default .rgMasterTable,
body .RadGrid_Default .rgDetailTable,
body .RadGrid_Default .rgGroupPanel table,
body .RadGrid_Default .rgCommandRow table,
body .RadGrid_Default .rgEditForm table,
body .RadGrid_Default .rgPager table {
    font-size: 14px;
    line-height: 20px;
}

.btnTopList {
    float: right;
}

.addBtn {
    float: right;
    margin-right: 10px;
    margin-top: 21px;
}

.title-small h1 {
    width: calc(100% - 400px);
}

body .gridActions a {
    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: 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;
    font-family: "Exo 2";
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
}

    body .gridActions a:hover {
        background-color: #ffc61f;
        color: white;
        text-decoration: none !important;
        background-image: url('/Themes/MasterImages/efaktura_arrowW.png');
        background-repeat: no-repeat;
        background-size: 12px;
    }

.RLC_edtLinks a {
    padding: 0 5px;
}

.RLC_ramka {
    padding: 10px 0px;
    border-color: #e5e5e5;
    border-radius: 30px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    font-family: "Exo 2";
    font-size: 16px;
    height: auto !important;
    line-height: 21px;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.SLabelETop.RLC_ramka span {
    float: left;
    padding: 0 18px;
    text-indent: 0;
}

.dateTimePicker.RadPicker table.rcTable {
    border: 1px solid #e5e5e5;
    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;
}

html body .contactForm .dateTimePicker table .RadInput_Default .riTextBox,
body .dateTimePicker table .rcInputCell .riSingle.RadInput.RadInput_Default {
    border: none;
    background: transparent;
    box-shadow: none;
}

body .dateTimePicker.RadPicker_Default .rcCalPopup {
    box-shadow: none;
    border: none;
}

body .dateTimePicker.RadPicker_Default .rcTimePopup,
body .dateTimePicker.RadPicker_Default .rcTimePopup:active,
body .dateTimePicker.RadPicker_Default .rcTimePopup:focus,
body .dateTimePicker.RadPicker_Default .rcTimePopup:hover {
    background: white url("/Themes/MasterImages/Sytuacja/time_ico.png") no-repeat scroll left center;
    box-sizing: border-box;
    height: 40px;
    margin-left: -2px;
    margin-right: 0;
    padding: 0 10px;
    width: 42px;
    border-radius: 0 1000px 1000px 0;
}

.editor {
    float: left;
}

.RHerader {
    float: left;
    clear: both;
    line-height: 24px;
    border-bottom: 2px solid #e5e5e5;
    width: 100%;
    margin: 0;
    padding: 0;
}

.reclamationPage .contactValidator {
    color: red;
    font-size: 30px;
    margin-top: 10px;
    right: 0;
}

    .reclamationPage .contactValidator.under {
        position: relative;
        display: block;
        text-align: right;
        font-size: 12px;
    }

.loadingPanel {
    position: fixed !important;
    width: 100%;
    top: 40% !important;
    min-width: 200px;
    height: 300px !important;
    height: 100%;
    text-align: center;
    z-index: 9999;
    background-color: rgba(255,255,255,0.6);
    background-image: url('/Themes/MasterImages/Ico/ico_loading.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.rodzaj {
    min-width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.rodzajImg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.delayedRow {
    color: #b30000;
}
