﻿html {
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-size: 12px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

header, footer, nav, section {
    display: block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.block {
    clear: both;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.forms li {
    clear: both;
    padding: 3px 0 2px 0;
}

/* Klasę clear-fix wrzucamy na kontener (div), który na końcu posiada pływający element (np. <div style=float:left />), który nie łapie się na wysokość tego kontenera */
.clear-fix {
    display: inline-block;
}

    .clear-fix:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
    }

/* Basic Form Styles */
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    font-family: inherit;
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
    font-weight: bold;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

/* Validation Helper Styles */
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* Header Styles */
#header {
    clear: both;
    height: 60px;
    padding: 6px;
}

#main-logo {
    height: 45px;
    /*background-image: url('images/Santander.jpg');*/
    background-image: url('/Content/images/Santander.jpg');
    background-size: 117px;
    background-repeat: no-repeat;
    padding: 0px;
    width: 117px;
}




/* User Box Styles */
#user-box {
    width: 350px;
}

    #user-box .column1 {
        width: 130px;
        float: left;
    }

        #user-box .column1 .row {
            height: 20px;
            text-align: right;
            padding: 0 10px 0 0;
        }

    #user-box .column2 {
        width: 140px;
        float: left;
    }

        #user-box .column2 .row {
            height: 20px;
            font-weight: bold;
            overflow: hidden;
            white-space: nowrap;
        }

    #user-box .column3 {
        width: 80px;
        float: right;
    }

        #user-box .column3 .row {
            height: 20px;
        }

        #user-box .column3 .bottom-row {
            padding-top: 20px;
        }

/* Messaging */
#message-box {
    width: 500px;
    height: 200px;
    font-family: "Courier New", "Arial";
    font-size: 0.9em;
    border: 1px solid grey;
}

/* Menu Styles */

#main-menu {
    float: left;
}

#area-menu ul {
    display: inline;
}

    #area-menu ul li {
        float: left;
        list-style: none;
        padding: 5px 10px;
        background-color: #d9dada;
    }

        #area-menu ul li.active {
            font-weight: bold;
        }

#area-menu a, #area-menu a:visited {
    text-decoration: none;
    color: black;
}

#action-menu {
    clear: both;
    padding-top: 1px;
}

    #action-menu ul {
        display: inline;
    }


        #action-menu ul li {
            float: left;
            list-style: none;
            padding: 5px 10px;
            background-color: #eee;
        }

            #action-menu ul li.active {
                font-weight: bold;
            }

    #action-menu a, #action-menu a:visited {
        text-decoration: none;
        color: black;
    }

/* Login Form Styles */
#login-form {
    width: 400px;
    margin: 0 auto;
    border: 1px solid #CCC;
    background: #eee;
    padding: 0px 25px 15px 25px;
    *position: relative; /* IE7 and below fieldset problem solution */
}

    #login-form legend {
        font-size: 1.2em;
        font-weight: bold;
        /* IE7 and below fieldset problem solution */
        *position: absolute;
        *top: -0.5em;
        *left: 0.5em;
        *font-size: 14px;
        *font-style: normal;
    }

    #login-form .k-button,
    #logout-form .k-button {
        width: 100px;
        margin: 0;
    }

fieldset ol {
    padding: 0;
    list-style: none;
}

    fieldset ol li {
        padding-bottom: 5px;
        margin: 7px 0 0;
    }

        fieldset ol li span.p-form {
            padding-top: 5px;
        }

fieldset ul {
    padding: 0;
    list-style: none;
}

    fieldset ul li {
        padding-bottom: 5px;
        margin: 7px 0 0;
    }

        fieldset ul li span.p-form {
            padding-top: 5px;
        }

/* Sticky Footer Styles */
#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -46px;
    /*padding: 0;*/
    background-color: #fff;
    display: block;
    overflow: hidden;
    position: relative;
}

#content {
    clear: both;
    margin-top: 30px;
}

#footer, #push {
    height: 45px;
    font-size: .8em;
    padding: 0;
    clear: both;
}

#footer {
    font-family: 'Segoe UI Light_', Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    background-color: #004a82;
    border-top: 1px solid #CCC;
    font-weight: bold;
    position: relative;
    padding-top: 10px;
    color: white;
    width: 100%;
}

.marginLeft5px {
    margin-left: 5px;
}

.marginLeft10px {
    margin-left: 10px;
}

.marginLeft20px {
    margin-left: 20px;
}

.marginLeft30px {
    margin-left: 30px;
}

.marginLeft40px {
    margin-left: 40px !important;
}

.marginLeft50px {
    margin-left: 50px;
}

.marginRight5px {
    margin-right: 5px;
}

.marginRight10px {
    margin-right: 10px;
}

.marginRight20px {
    margin-right: 20px;
}

.marginRight30px {
    margin-right: 30px;
}

.marginRight40px {
    margin-right: 40px;
}

.marginRight50px {
    margin-right: 50px;
}


.marginTop5px {
    margin-top: 5px;
}

.marginTop10px {
    margin-top: 10px;
}

.marginTop20px {
    margin-top: 20px;
}

.marginTop30px {
    margin-top: 30px;
}

.marginTop40px {
    margin-top: 40px;
}

.marginTop50px {
    margin-top: 50px;
}

.marginTop50px {
    margin-top: 50px;
}



#jGrowl > .message-error {
    color: #ffffff;
    background-color: #EF3E33;
}

#jGrowl > .message-success {
    color: #ffffff;
    background-color: #a1bb36;
}

#jGrowl-close-all {
    color: #ffffff;
    background-color: #444444;
}

#filterPanel {
    background: #eee;
    width: 350px;
    display: block;
    position: absolute;
    padding: 10px 20px 20px 20px;
    height: auto;
    bottom: 45px;
    top: 45px;
    left: 0;
    right: 0;
    overflow-y: scroll;
}

a.filterArrow {
    font-family: Calibri;
    color: black;
    font-weight: bold;
    width: 200px;
    padding: 8px 10px 10px 30px;
    background-repeat: no-repeat;
    text-decoration: none;
}

#container #filter {
    width: 210px;
    padding: 0px 20px;
    position: absolute;
    top: 55px;
}

.font10px {
    font-size: 10px !important;
}

.font12px {
    font-size: 12px !important;
}

.font14px {
    font-size: 14px !important;
}

.font16px {
    font-size: 16px;
}

.font18px {
    font-size: 18px;
}

.font20px {
    font-size: 20px;
}

.font22px {
    font-size: 22px;
}




.wrapper {
    overflow: hidden;
}


.iviewer_common {
    position: absolute;
    bottom: 10px;
    height: 28px;
    z-index: 5000;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    color: white;
    background-color: #a1bb36;
    border-radius: 5px;
}

.iviewer_cursor {
}

.iviewer_drag_cursor {
}

.iviewer_button {
    width: 30px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

    .iviewer_button > a, .iviewer_button > a:hover {
        color: white;
    }

.iviewer_pageChange {
    position: absolute;
    bottom: 10px;
    height: 28px;
    font-size: 18px;
    z-index: 5000;
    text-align: center;
    vertical-align: middle;
    color: black;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

    .iviewer_pageChange > input {
        width: 25px;
        text-align: center;
        font-size: 12px;
    }


.iviewer_zoom_in {
    top: 40px;
}

.iviewer_zoom_out {
    top: 75px;
}

.iviewer_zoom_zero {
    top: 110px;
}

.iviewer_zoom_fit {
    top: 145px;
}

.iviewer_zoom_status {
    top: 180px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle !important;
    width: 30px;
}

.iviewer_rotate_left {
    top: 215px;
}

.iviewer_rotate_right {
    top: 250px;
}

.iviewer_save {
    top: 285px;
}

.iviewer_print {
    top: 320px;
}

.iviewer_send {
    top: 355px;
}

.iviewer_pdf {
    top: 390px;
}

.iviewer_index {
    top: 425px;
}

.iviewer_notes {
    top: 460px;
}

a.k-button, a.k-button:hover {
    color: white;
}

a.WhiteForeground, a.WhiteForeground:hover {
    color: white;
}

div.editor-label-left {
    padding: 2px 0;
    float: left;
    clear: right;
}

div.editor-field {
    text-align: left;
    padding: 3px 0 10px 0;
}

div.editor-field-right {
    text-align: left;
    padding: 2px 0;
    float: right;
}

.backetbagge {
    background-size: auto;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-collapse: collapse;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 6px;
}

.fg-grid-color {
    background-color: #a1bb36;
}

.fg-alternate-grid-color {
    background-color: #004a82;
}

.basketheader {
    padding-bottom: 0px;
    padding-left: 5px;
}

.bold {
    font-weight: bold;
}


.cursorPointer {
    cursor: pointer;
}



.filedset_box {
    margin: 0 auto;
    border: 1px solid #CCC;
    /*background: #eee;*/
    padding: 25px;
    *position: relative; /* IE7 and below fieldset problem solution */
    min-height: 300px;
}

    .filedset_box legend {
        font-size: 1.3em;
        /*font-weight: bold;*/
        *position: absolute;
        *font-size: 12px !important;
        *font-style: normal;
        padding-left: 20px;
    }

    .filedset_box > div {
        margin: 10px 10px;
    }

.filedset_box_filter {
    margin: 0 auto;
    border: 1px solid #CCC !important;
    padding: 10px !important;
    *position: relative; /* IE7 and below fieldset problem solution */
}

    .filedset_box_filter legend {
        font-size: 1.3em;
        padding: 0px 15px !important;
        text-decoration: none !important;
        *font-size: 12px !important;
        *font-style: normal;
        text-align: left !important;
        width: auto !important;
        border-bottom-width: 0px !important;
        margin-left: 7px !important;
    }

.MinWidth40px {
    min-width: 40px !important;
}

.MinWidth200px {
    min-width: 200px !important;
}

.Width200px {
    width: 300px !important;
}


.rowOrderButton {
    height: 100px;
}

.orderButton {
    background-color: green !important;
    color: white;
}

.loader {
    width: 51px;
    height: 51px;
}

a.whiteHover:hover {
    color: white !important;
}

span.required {
    color: red !important;
}
