﻿/**
 * OVERRIDEN BOOTSTRAP
 * Author: p.luchowski
 */

/*********************************** GENERAL **********************************/
body {
    background: url(images/bg.png);
    font-size: 13px;
}

.container {
    /*margin-top: 30px;*/
}

a {
    color: #F59C00;
}

.hidden {
    display: none!important;
}

#main {
    /*margin-top: 100px;*/
}

h1 {
    font-family: UbuntuBold;
    font-size: 2.4em;
    line-height: 1.4em;
    color: #555;
    /*text-shadow: 0 0 1px rgba(250,250,250,0.5);*/
    /*transition: rotate(0.00000003deg);*/
    font-smoothing: smooth;
}

h2 {
    font-family: UbuntuBold;
    font-size: 1.5em;
}

.error-msg, .error-msg-model, .field-validation-error {
    color: Red;
    font-size: 0.9em;
}

form div.validation-summary-errors {
    padding: 8px 35px 8px 14px;
    margin: 18px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853;
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.warning-msg, .warning-msg-model {
    color: yellow;
}

.nav, .navbar,.navbar-fixed-top {
    -moz-transition: width 2s linear;
    -webkit-transition:width 2s linear;
    -o-transition:width 2s linear;
    transition:width 2s linear;
}

#ajax-loader {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
}

.alignleft {
    text-align: left !important;
    float: left !important;
}

.aligncenter {
    text-align: center !important;
    margin: 0 auto !important;
}

.alignright {
    text-align: right !important;
    float: right !important;
}

/*overridden bootstrap*/

input:focus, textarea:focus {
    box-shadow: inset 0 1px 1px #faa74a !important;
    box-shadow: 0 0 3px #faa74a !important;
    border: 1px solid #faa74a !important;
}

input[type='file'] {
    box-shadow: none !important;
    border: none !important;
}

input:not[type='checkbox'], textarea, select, .uneditable-input {
    margin-bottom: 0 !important;
}

.boxWrapCool div.data-form:not(.find-form) {
    display: table;
    border-collapse: separate;
    border-spacing: 5px;
}

.table {
    width: 99.9% !important;
    margin-bottom: 0 !important;
}

.nestedGrid .table {
    max-width: 100% !important;
}

.btn-ellic, .btn-createNew {
    background-color: #faa74a !important;
    background-image: -moz-linear-gradient(top, #fac067, #faa74a);
    background-image: -ms-linear-gradient(top, #fac067, #faa74a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fac067), to(#faa74a));
    background-image: -webkit-linear-gradient(top, #fac067, #faa74a);
    background-image: -o-linear-gradient(top, #fac067, #faa74a);
    background-image: linear-gradient(top, #fac067, #faa74a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fac067', endColorstr='#faa74a', GradientType=0);
    border-color: #faa74a #faa74a #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    text-shadow: none;
}

    .btn-createNew:hover,
    .btn-createNew:active,
    .btn-createNew.active,
    .btn-createNew.disabled,
    .btn-createNew[disabled],
    .btn-createNew:hover,
    .btn-createNew:active,
    .btn-createNew.active,
    .btn-createNew.disabled,
    .btn-createNew[disabled]
     {
        background-color: #faa74a;
    }

    .btn-ellic:active,
    .btn-ellic.active,
    .btn-createNew:active,
    .btn-createNew.active
     {
        background-color: #c67605;
    }

button.big_btn {
    height: auto;
    padding: 18px;
    display: block;
    border: none;
    color: #555;
    font-family: UbuntuBold;
    font-size: 1.3em;
    box-shadow: 0 1px 8px #bbbbbb;
    border-radius: 6px;
    margin: 0 auto 20px auto;
    width: 200px;
    text-align: right;
}

    /*button.big_btn:hover {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 54%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(54%,#e1e1e1));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 54%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 54%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 54%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 54%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 );
    -webkit-transition: background 0.5s ease-out;
    -ms-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	-o-transition: background 0.5s ease-out;
	transition: all 0.5s ease-out;
}*/

    button.big_btn:active {
        box-shadow: 0 1px 4px #bbbbbb;
    }

.btn_konto {
    background: #fbfbfb url(images/icon_konto.png) no-repeat 14px center;
    background: url(images/icon_konto.png) no-repeat 14px center,-moz-linear-gradient(top, #ffffff 0%, #ededed 54%);
    background: url(images/icon_konto.png) no-repeat 14px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(54%,#ededed));
    background: url(images/icon_konto.png) no-repeat 14px center, -webkit-linear-gradient(top, #ffffff 0%,#ededed 54%);
    background: url(images/icon_konto.png) no-repeat 14px center, -o-linear-gradient(top, #ffffff 0%,#ededed 54%);
    background: url(images/icon_konto.png) no-repeat 14px center, -ms-linear-gradient(top, #ffffff 0%,#ededed 54%);
    background: url(images/icon_konto.png) no-repeat 14px center, linear-gradient(to bottom, #ffffff 0%,#ededed 54%);
}

.btn_licytacje {
    background: #fbfbfb url(images/icon_licytacje.png) no-repeat 14px center;
    background: url(images/icon_licytacje.png) no-repeat 14px center,-moz-linear-gradient(top, #ffffff 0%, #ededed 54%);
    background: url(images/icon_licytacje.png) no-repeat 14px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(54%,#ededed));
    background: url(images/icon_licytacje.png) no-repeat 14px center, -webkit-linear-gradient(top, #ffffff 0%,#ededed 54%);
    background: url(images/icon_licytacje.png) no-repeat 14px center, -o-linear-gradient(top, #ffffff 0%,#ededed 54%);
    background: url(images/icon_licytacje.png) no-repeat 14px center, -ms-linear-gradient(top, #ffffff 0%,#ededed 54%);
    background: url(images/icon_licytacje.png) no-repeat 14px center, linear-gradient(to bottom, #ffffff 0%,#ededed 54%);
}

.btn_samouczek {
    background: #fbfbfb url(images/icon_samouczek.png) no-repeat 14px center;
    background: url(images/icon_samouczek.png) no-repeat 14px center,-moz-linear-gradient(top, #ffffff 0%, #ededed 54%);
    background: url(images/icon_samouczek.png) no-repeat 14px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(54%,#ededed));
    background: url(images/icon_samouczek.png) no-repeat 14px center, -webkit-linear-gradient(top, #ffffff 0%,#ededed 54%);
    background: url(images/icon_samouczek.png) no-repeat 14px center, -o-linear-gradient(top, #ffffff 0%,#ededed 54%);
    background: url(images/icon_samouczek.png) no-repeat 14px center, -ms-linear-gradient(top, #ffffff 0%,#ededed 54%);
    background: url(images/icon_samouczek.png) no-repeat 14px center, linear-gradient(to bottom, #ffffff 0%,#ededed 54%);
}

.btn_konto:hover {
    background: #f1f1f1 url(images/icon_konto_colour.png) no-repeat 14px center;
    background: url(images/icon_konto_colour.png) no-repeat 14px center,-moz-linear-gradient(top, #ffffff 0%, #eaeaea 54%);
    background: url(images/icon_konto_colour.png) no-repeat 14px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(54%,#eaeaea));
    background: url(images/icon_konto_colour.png) no-repeat 14px center, -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 54%);
    background: url(images/icon_konto_colour.png) no-repeat 14px center, -o-linear-gradient(top, #ffffff 0%,#eaeaea 54%);
    background: url(images/icon_konto_colour.png) no-repeat 14px center, -ms-linear-gradient(top, #ffffff 0%,#eaeaea 54%);
    background: url(images/icon_konto_colour.png) no-repeat 14px center, linear-gradient(to bottom, #ffffff 0%,#eaeaea 54%);
}

.btn_licytacje:hover {
    background: #f1f1f1 url(images/icon_licytacje_colour.png) no-repeat 14px center;
    background: url(images/icon_licytacje_colour.png) no-repeat 14px center,-moz-linear-gradient(top, #ffffff 0%, #eaeaea 54%);
    background: url(images/icon_licytacje_colour.png) no-repeat 14px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(54%,#eaeaea));
    background: url(images/icon_licytacje_colour.png) no-repeat 14px center, -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 54%);
    background: url(images/icon_licytacje_colour.png) no-repeat 14px center, -o-linear-gradient(top, #ffffff 0%,#eaeaea 54%);
    background: url(images/icon_licytacje_colour.png) no-repeat 14px center, -ms-linear-gradient(top, #ffffff 0%,#eaeaea 54%);
    background: url(images/icon_licytacje_colour.png) no-repeat 14px center, linear-gradient(to bottom, #ffffff 0%,#eaeaea 54%);
}

.btn_samouczek:hover {
    background: #f1f1f1 url(images/icon_samouczek_colour.png) no-repeat 14px center;
    background: url(images/icon_samouczek_colour.png) no-repeat 14px center,-moz-linear-gradient(top, #ffffff 0%, #eaeaea 54%);
    background: url(images/icon_samouczek_colour.png) no-repeat 14px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(54%,#eaeaea));
    background: url(images/icon_samouczek_colour.png) no-repeat 14px center, -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 54%);
    background: url(images/icon_samouczek_colour.png) no-repeat 14px center, -o-linear-gradient(top, #ffffff 0%,#eaeaea 54%);
    background: url(images/icon_samouczek_colour.png) no-repeat 14px center, -ms-linear-gradient(top, #ffffff 0%,#eaeaea 54%);
    background: url(images/icon_samouczek_colour.png) no-repeat 14px center, linear-gradient(to bottom, #ffffff 0%,#eaeaea 54%);
}

.btn_konto:active {
    background: #f1f1f1 url(images/icon_konto_colour.png) no-repeat 14px center;
    background: url(images/icon_konto_colour.png) no-repeat 14px center,-moz-linear-gradient(top, #ffffff 0%, #eaeaea 54%);
    background: url(images/icon_konto_colour.png) no-repeat 14px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(54%,#eaeaea));
    background: url(images/icon_konto_colour.png) no-repeat 14px center, -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 54%);
    background: url(images/icon_konto_colour.png) no-repeat 14px center, -o-linear-gradient(top, #ffffff 0%,#eaeaea 54%);
    background: url(images/icon_konto_colour.png) no-repeat 14px center, -ms-linear-gradient(top, #ffffff 0%,#eaeaea 54%);
    background: url(images/icon_konto_colour.png) no-repeat 14px center, linear-gradient(to bottom, #ffffff 0%,#eaeaea 54%);
}

.btn_licytacje:active {
    background: #f1f1f1 url(images/icon_licytacje_colour.png) no-repeat 14px center;
    background: url(images/icon_licytacje_colour.png) no-repeat 14px center,-moz-linear-gradient(top, #ffffff 0%, #eaeaea 54%);
    background: url(images/icon_licytacje_colour.png) no-repeat 14px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(54%,#eaeaea));
    background: url(images/icon_licytacje_colour.png) no-repeat 14px center, -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 54%);
    background: url(images/icon_licytacje_colour.png) no-repeat 14px center, -o-linear-gradient(top, #ffffff 0%,#eaeaea 54%);
    background: url(images/icon_licytacje_colour.png) no-repeat 14px center, -ms-linear-gradient(top, #ffffff 0%,#eaeaea 54%);
    background: url(images/icon_licytacje_colour.png) no-repeat 14px center, linear-gradient(to bottom, #ffffff 0%,#eaeaea 54%);
}

.btn_samouczek:active {
    background: #f1f1f1 url(images/icon_samouczek_colour.png) no-repeat 14px center;
    background: url(images/icon_samouczek_colour.png) no-repeat 14px center,-moz-linear-gradient(top, #ffffff 0%, #eaeaea 54%);
    background: url(images/icon_samouczek_colour.png) no-repeat 14px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(54%,#eaeaea));
    background: url(images/icon_samouczek_colour.png) no-repeat 14px center, -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 54%);
    background: url(images/icon_samouczek_colour.png) no-repeat 14px center, -o-linear-gradient(top, #ffffff 0%,#eaeaea 54%);
    background: url(images/icon_samouczek_colour.png) no-repeat 14px center, -ms-linear-gradient(top, #ffffff 0%,#eaeaea 54%);
    background: url(images/icon_samouczek_colour.png) no-repeat 14px center, linear-gradient(to bottom, #ffffff 0%,#eaeaea 54%);
}
/************************************** HEADER ********************************/
.logo {
    margin-top: 18px;
    margin-bottom: 10px;
}

.topbar {
    background: #373737;
    height: 40px;
    border-bottom: 1px solid white;
}

span.toptime, span.topdate {
    color: #eee;
    font-size: 12pt;
    text-align: center;
    font-family: "UbuntuRegular", sans-serif;
    margin-top: 3px;
    text-align: center;
    display: block;
}

    span.toptime > .secondsGreyed {
        color: #bbb;
        font-size: 0.8em;
    }

span.topdate {
    font-size: 0.9em;
    margin-top: 0;
    padding: 0;
}

img.dc_logo {
    float: right;
    margin-top: 6px;
}

.logindisplayWrapper {
    position: relative;
    z-index:-100;
}

.logindisplay {
    right: 3px;
    bottom: 5px;
    position: absolute;
}

span.alert {
    display: block;
    font-weight: bold;
}

#modalAjaxDiv {
     font-size: .9em;

}

#modalAjaxDiv .boxWrapCool {
    margin: 5px !important;
    background: none;
    box-shadow: none;
}

.toprow.row:before, .toprow.row:after {
    display:block;
    clear:none;
}
/************************************* MENU ***********************************/
.menurow {
 
}
/************************************* MAIN ***********************************/
.searchDiv {
    text-align: center;
    width: 50%;
    padding: 0 !important;
    height: 40px;
}

    .searchDiv > span {
        float: right;
        /*display: block;*/
        /*height: inherit;*/
        padding: 7px 5px 0 5px;
    }

    .searchDiv .header {
        background: none !important;
    }

    .searchDiv .datafield:first-child .header {
        display: none !important;
    }

    .searchDiv * {
        float: left;
    }

    .searchDiv .btn {
        margin: 0 10px;
    }

input[name=Search] {
    margin: 0;
}

.find-form {
    cursor: pointer;
    position: relative;
}

a.clearBtn {
    width:20px;
    height:20px;
    background: url(images/cross.png) no-repeat;
    position: absolute;
    top: 7px;
    right: 0;
    opacity: .3;
}

#Tabs a.clearBtn {
    right: 10px;
}

a.clearBtn:hover {
    opacity:0.5;
}

.find-form.toClear:hover:after {
    opacity: .34;
}

/*.searchDiv.well {
    padding: 8px !important;
    margin-bottom: 0;
}*/

.boxWrap {
    background: #ffffff;
    margin: 0 0 10px 0;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #ddd;
}

    .boxWrap form {
        margin-bottom: 0;
    }

.boxWrapInfo * {
    padding: 10px;
    padding: 10px;
    font-family: serif;
    font-size: 2em;
    color: #555;
    font-style: italic;
    text-shadow: 3px 3px 1px #ddd;
    text-align: center;
}

.data-title {
    font-family: UbuntuRegular;
    font-size: 1.8em;
    color: #555 !important;
    /*font-style: italic;*/
    /*text-shadow: 3px 3px 1px #ddd;*/
    /*border-left: 20px solid #FAA74A;*/
    padding: 5px 5px 5px 0;
    margin-bottom: 10px;
    display: block;
    cursor: default !important;
    text-decoration:none !important;
}

.ui-widget .data-title {
    border: none;
    padding-top: 10px;
    padding-left: 0;
}

/*.ui-widget .nestedGrid {
    background: #fff;
}*/

.data-title:hover {
    color: #555;
    text-decoration: none;
}

.boxWrapCool {
    font-size: .9em;
    border-radius: 15px;
    box-shadow: 2px 2px 2px #bbb, 0 0 150px #ddd inset;
    text-align: left;
    padding: 10px 20px 10px 20px;
    background: #fafafa url(images/ellic_corner_small.png) bottom right no-repeat; /* Old browsers */
    /*margin: 20px 0;*/
}

    .boxWrapCool hr {
        height: 1px;
        border: none;
        background: rgba(0,0,0,.1);
    }

.ogloszenia {
    display: table;
    width: 100%;
}

    .ogloszenia .datafield .header {
        width: 400px;
        -webkit-transition-property: background-color;
        -webkit-transition-duration: 1s;
        transition-timing-function: ease-in-out;
    }

        .ogloszenia .datafield .header:hover {
            background: #f1f1f1;
        }

    .ogloszenia > .datafield {
        display: table-row;
        margin-bottom: 5px !important;
    }

    .ogloszenia .datafield .datafield textarea {
        width: inherit;
        width: 97%;
        min-height: 100px;
        margin-bottom: 5px;
    }

    .ogloszenia .datafield .datafield {
        width: auto;
    }

div[box='centreEdit'] {
    display: table;
    width: 100%;
    box-shadow: 1px 1px 2px #ccc;
    margin: 0 auto;
}

    div[box='centreEdit'] > .datafield {
        display: table-row;
        width: 100%;
    }

        div[box='centreEdit'] > .datafield > .header, div.boxWrapCool .header {
            vertical-align: middle;
            background: none !important;
        }

        div[box='centreEdit'] > .datafield input:not([type='radio']), div[box='centreEdit'] > .datafield textarea, div[box='centreEdit'] {
            width: 97%;
            margin: 5px 0;
        }

.datafield select {
    margin: 5px 0;
}

label[for='RememberMe'] {
    display: inline;
    margin: 10px 0 !important;
}

.zamawiajacy_email:hover {
    display: inline !important;
}

.logonLink {
    font-family: Helvetica;
    font-size: 2em;
    font-weight: bold;
    margin: 12px 0 5px -5px;
    display: block;
}

.expander-title {
    background: #ffffff!important; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 43%, #ededed 56%, #eaeaea 100%)!important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(43%,#f3f3f3), color-stop(56%,#ededed), color-stop(100%,#eaeaea))!important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 43%,#ededed 56%,#eaeaea 100%)!important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 43%,#ededed 56%,#eaeaea 100%)!important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 43%,#ededed 56%,#eaeaea 100%)!important; /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#f3f3f3 43%,#ededed 56%,#eaeaea 100%)!important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 )!important; /* IE6-9 */
    border: none !important;
    border-radius: 4px;
    padding: 5px 10px;
    color: #777 !important;
    display: block !important;
    width: inherit !important;
}

    .expander-title a.btn {
        float: right;
    }

    .expander-title .btn i:before {
        font-size: 1em;
    }

.zwyciezcaBox .expander-title {
    background: #ffb459 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #ffb459 1%, #ff9f23 99%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffb459), color-stop(99%,#ff9f23)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb459 1%,#ff9f23 99%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb459 1%,#ff9f23 99%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb459 1%,#ff9f23 99%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #ffb459 1%,#ff9f23 99%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb459', endColorstr='#ff9f23',GradientType=0 ) !important; /* IE6-9 */
    color: #fff !important;
}

.datafield, .datafield .header {
    text-align: left;
}

#Tabs div.message {
    background: #fcf4e4; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #fcf4e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fcf4e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#fcf4e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#fcf4e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#fcf4e4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#fcf4e4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcf4e4',GradientType=0 ); /* IE6-9 */
    text-align: center;
    font-style: italic;
    color: #555;
    border-top: 1px solid #edcf90;
    border-bottom: 1px solid #edcf90;
    padding: 5px 0;
    margin-top: 5px;
}

div[column=right]#szczegoly {
    border: none;
    box-shadow: 0 0 0 1px #edcf90 inset;
    -moz-box-shadow: 0 0 0 1px #edcf90 inset;
    -webkit-box-shadow: 0 0 0 1px #edcf90 inset;
}

#szczegoly div.message {
    margin: 5px 20px;
    padding: 5px;
    text-align: center;
    background:rgba(255,255,255,.6);
    font-weight: bold;
    border-radius: 4px;
    /*border: 1px solid #edcf90;*/
    /*box-shadow: 0 0 0 2px #edcf90 inset;
    -moz-box-shadow: 0 0 0 2px #edcf90 inset;
    -webkit-box-shadow: 0 0 0 2px #edcf90 inset;*/
}

div.expander-title .read-more, div.expander-title .read-less {
    float: right;
}

.nestedGrid .table {
    margin-bottom: 0;
}

div.commands {
    float: right;
    margin-right: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.boxWrapCool div.commands {
    margin-right: 20px;
}

/*
.expander-title .read-more {
    background: url(images/down_arrow.png) no-repeat right;
    min-width: 16px;
    min-height: 16px;
}

.expander-title .read-less {
    background: url(images/right_arrow.png) no-repeat right;
    min-width: 16px;
    min-height: 16px;
}

.expander-title .read-less:hover:before {
    content: "zwiń";
    text-align: left;
}

.expander-title .read-more:hover:before {
    content: "rozwiń";
    text-align: left;
}

.expander-title .read-more, .expander-title .read-less {
    float: right;
    color: #aaa !important;
} 

.expander-title .read-more a, .expander-title .read-less a  {
    color: #777 !important;
    text-decoration: none;
}
*/
/* INDEX TABLE */
th {
    vertical-align: middle !important;
}

.header-zamawiajacy {
    width: 25%;
}

.header-temat {
    width: 35%;
}

.header-sygnatura, .header-termin, .header-zakonczenie {
    width: 10%;
}

.command-panel {
    float: right;
    margin: 5px;
}

#modelaAjaxDiv + .command-panel {
    background: none !important;
    border: none !important;
}

.command-panel a {
    margin: 0 3px;
}

.progress {
    margin-top: 10px;
    background: #eee;
    width: 60%;
}

.darkstrip {
    background: url(images/dark_bg.jpg) repeat-x;
    height: 200px;
    position: absolute;
    left: 0;
    color: #fafafa;
    width: 100%;
}

.ellic3d {
    margin-top: -50px;
}

.mainBottom {
    margin-top: 220px;
    margin-bottom: 15px;
}

.mainFeatures {
    margin-left: 50px;
}

.mainInfo {
    padding-top: 25px;
}
/* SLIDER */
.slider {
    background: url(images/slider_bg.png) no-repeat center center;
    width: 548px;
    height: 275px;
}

    .slider .slides_container {
        width: 486px;
        height: 220px;
        margin: 0 auto;
        padding: 0;
        position: relative;
        top: 14px;
    }

.sliderPagination {
    text-align: center;
    list-style: none;
    display: table;
    margin: 35px auto 0 auto;
}

    .sliderPagination li {
        display: block;
        float: left;
        margin: 0 7px;
    }

        .sliderPagination li a {
            display: block;
            background: #555;
            background-position: -10px;
            width: 10px;
            height: 10px;
            overflow: hidden;
            font-size: 0;
        }

        .sliderPagination li.current a {
            background-color: #ffa134;
        }
/********************************** FOOTER ************************************/
footer {
    background: #373737 url(images/crosshatch.png) repeat-x;
    min-height: 100px;
    color: #fff;
    padding-top: 30px;
    margin-top: 30px;
    font-size: .9em;
}

    footer hr {
        background: none;
        border-top: 1px solid #2f2f2f !important;
        border-bottom: 1px solid #333 !important;
    }

.attachedToBottom {
    position: fixed;
    width: 100%;
    bottom: 0;
}

/******************************** jQueryUI overrides *************************/

.ui-widget-overlay {
    background: #333;
}

.ui-dialog {
    border-radius: 15px;
    box-shadow: 2px 2px 2px #999, 0 0 150px #ddd inset;
    text-align: left;
    padding: 10px 5px 10px 10px;
    background: #fafafa url(images/ellic_corner_small.png) bottom right no-repeat; /* Old browsers */
    
    /*max-width: 50%;*/
}

.ui-widget-header {
    background: none;
    border: none;
}

/******************************** jQueryUI overrides *************************/
#shortcutPanel {
    background: #ffffff;
    padding: 5px 10px 5px 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgba(100,100,100,0.3);
    left: -170px;
    display: none;
    width: 150px;
    position: fixed;
}

    #shortcutPanel:after {
        content: attr(shortcut-panel-title);
        -webkit-transform: rotate(-90deg);
        display: block;
        min-width: 120px;
        height: auto;
        position: absolute;
        border-radius: 5px;
        right: 0;
        background: #ffffff!important; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 43%, #ededed 56%, #eaeaea 100%)!important; /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(43%,#f3f3f3), color-stop(56%,#ededed), color-stop(100%,#eaeaea))!important; /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 43%,#ededed 56%,#eaeaea 100%)!important; /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 43%,#ededed 56%,#eaeaea 100%)!important; /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 43%,#ededed 56%,#eaeaea 100%)!important; /* IE10+ */
        background: linear-gradient(top, #ffffff 0%,#f3f3f3 43%,#ededed 56%,#eaeaea 100%)!important; /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 )!important; /* IE6-9 */
        top: 52px;
        right: -70px;
        padding: 5px;
        color: #777;
        font-size: 13px;
        font-weight: bold;
    }


div.TerminRozpoczecia input {
    width: 50px;
}

div.TerminRozpoczecia>div>div{
    display:inline;
}

div.TerminRozpoczecia div.data-form div:first-child {
    padding: 0px;
}

span.field-validation-error {
    display: block;
}


div.tab-content {
    /*min-height: 200px;*/
    border: 1px solid #ddd;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: none;
    padding-top: 15px;
}

tr td.updown {
    width: 100px;
}

    tr td.updown .datafield {
        display: inline-block;
        width: 30px;
        float: left;
    }

tr td.updown div.datafield {
    visibility: hidden;

    /*float:right;*/
    text-align:center;
}

tr:hover td.updown {
    /*position: relative;*/
}

    tr:hover td.updown div {
        display: inline-block;
        visibility: visible;
        /*position: absolute;*/
        /*left: -30px;
        top: 2px;*/
    }

        tr:hover td.updown div:first-child {
            left: -75px;
        }

ul.nav-tabs {
    margin-bottom: 0px;
}


div.historiaZmian {
    clear: left;
}

div.ogloszenieButton {
    display: inline;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
    font-style: italic;
    font-size: smaller;
}

body .ui-tooltip {
	border-width: 2px;
    background-color: whitesmoke;
    background-image: none;
}

#ui-datepicker-div .ui-widget {
    padding: 0px;
}

#ui-datepicker-div {
    padding: 2px;
    background-image: none;
}

label.checkbox {
    text-align: left;
}

label.radio {
    text-align: left;
}


div.najlepszaCena {
    font-style: italic;
}

td.najlepszaOferta div {
    display: block !important;
}

p.green {
    background: #619761;
}

p.red {
    background: #d54949;
}

p.win {
    font-weight: bold;
    font-size: large;
    color: #fff;
    padding: 5px;
}

.ui-dialog:focus {
    outline: none;
}

div.ZwyciezcaPanel div.header,
div.ZamawiajacyPanel div.header {
    display: none !important;
}

table.Udzialowcy td {
    display: table-cell !important;
}

.udzialowcy td:last-child:not(:first-child),.Zalaczniki td:last-child:not(:first-child) {
    text-align: right;
    padding-right: 30px;
}

a.newMail {
    background: #fff99c !important;
}

    a.newMail:hover {
        background: #fff879 !important;
    }

#mojeDane h5 {
    display: none;
}

.wykluczony {
    color: gray;
    font-style: italic;
}

#Tabs {
    background: #fff;
}

    #Tabs > div.header {
        display: table-cell;
        min-width: 300px !important;
    }

    /*#Tabs .datafield:not(:first-child) {
        padding-left: 5px;
        padding-right: 10px;
    }*/

    #Tabs .listField:first-child {
        margin: 0;
    }

    #Tabs .datafield:not(:first-child):not(div#oferty) {
        padding-left: 5px;
        padding-right: 10px;
    }

    #Tabs .listField {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0;
        padding-right: 0;
    }

    #Tabs td.datafield {
        padding-left: 7px;
    }

    #Tabs .boxWrap {
        border-radius: 0;
    }

.nav-tabs li a {
    color: #555;
    background-color: #f1f1f1;
    border: 1px solid #DDD;
    border-bottom-color: rgba(20, 20, 20, 0);
    cursor: pointer;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.01);
}

    .nav-tabs li a[href='#wiadomosci'],.nav-tabs li a[href='#oferty'] {
        background: #fcf4e4; /* Old browsers */
        background: -moz-linear-gradient(top,  #fcf4e4 0%, #f9e5bb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf4e4), color-stop(100%,#f9e5bb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #fcf4e4 0%,#f9e5bb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #fcf4e4 0%,#f9e5bb 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #fcf4e4 0%,#f9e5bb 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #fcf4e4 0%,#f9e5bb 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf4e4', endColorstr='#f9e5bb',GradientType=0 ); /* IE6-9 */
    }

    .nav-tabs li.active a[href='#wiadomosci'],.nav-tabs li.active a[href='#oferty'] {
        background: rgb(255, 255, 255);
    }

    .nav-tabs li a:hover {
        border: 1px solid #cccccc;
        box-shadow: 0 0 20px rgba(0,0,0,0.05) inset;
    }

.tab-pane {
    background: #ffffff;
}

    .tab-pane .datafield .header {
        background: none;
    }

.dataGrey {
    background: #f4f4f4;
    color: #999;
    padding: 5px;
    text-align:center;
    font-style:italic;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

    .dataGrey div {
        text-align:center;
    }

.temat {
    display:block;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
    padding-bottom:2px;
    background: #fff;
    border-radius: 5px;
    font-family: Arial;
}

    .temat div {
        display: inline-block;
        padding: 5px;
        font-family: UbuntuRegular !important;
    }

    .temat .header {
        font-size: 1.1em;
        background: none;
        color: #bbbbbb;
    }
    .temat .datafield {
        font-family: UbuntuBold;
        line-height: 1.2em;
        font-size: 1.1em;
        font-style: italic;
        color:#555;
    }

div[column='right'][group-name="szczegoly"] {
    background: #fcf4e4; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcf4e4 0%, #f9e5bb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf4e4), color-stop(100%,#f9e5bb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcf4e4 0%,#f9e5bb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcf4e4 0%,#f9e5bb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcf4e4 0%,#f9e5bb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcf4e4 0%,#f9e5bb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf4e4', endColorstr='#f9e5bb',GradientType=0 ); /* IE6-9 */

    margin-bottom: 10px;
    padding: 5px 0 0 0;
    border: 1px solid #edcf90;
    width: 458px;
    border-radius: 5px;
}

    div[column='right'][group-name="szczegoly"] .datafield .header, .datafield .header {
        background: none;
    }

.ui-widget .controls {
    background: none;
    /*display: block !important;*/
    float:right;
    text-align:right;
    box-shadow:none;
    padding: 5px;
}

.controls {
    background:
    radial-gradient(#ddd 15%, transparent 10%) 0 0,
    radial-gradient(#ddd 15%, transparent 10%) 6px 6px,
    radial-gradient(rgba(255,255,255,1) 15%, transparent 16%) 0 1px,
    radial-gradient(rgba(255,255,255,1) 15%, transparent 16%) 6px 7px;
    background-color:#eee;
    background-size:12px 12px;
    text-align: center;
    box-shadow: 0 0 23px #cfcfcf inset;
    padding: 10px;
}

    .controls .btnsinline {
        display: inline-block;
    }    

    .controls .btn {
        margin: 10px;
    }

div.ZwyciezcaPanel, div.ZamawiajacyPanel {
    display: table-cell;
}

div.datafield:hover {
    background: none;
}

.uniewazniona {
    background: #a34f4f;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 3px;
    box-shadow: 0 0 1px rgba(0,0,0,.5) inset;
}

.zakonczona {
    background: #c74040;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 3px;
    box-shadow: 0 0 1px rgba(0,0,0,.5) inset;
}

.przygotowanie {
    background: #e6a250;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 3px;
    box-shadow: 0 0 1px rgba(0,0,0,.5) inset;
}

.licytowanie {
    background: #4e8a4b;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 3px;
    box-shadow: 0 0 1px rgba(0,0,0,.5) inset;
}

.skladanieWnioskow {
    background: #8db195;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 3px;
    box-shadow: 0 0 1px rgba(0,0,0,.5) inset;
}

.oczekiwanie {
    background: #cecf7b;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 3px;
    box-shadow: 0 0 1px rgba(0,0,0,.5) inset;
}

.przerwa {
    background: #77d3d3;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 3px;
    box-shadow: 0 0 1px rgba(0,0,0,.5) inset;
}

.wysylanieZaproszen {
    background: #6f6b82;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 3px;
    box-shadow: 0 0 1px rgba(0,0,0,.5) inset;
}

    div.status .datafield .header {
        background: none;
        color: #fff;
    }

form input, form textarea {
    margin:3px 0;
}

.btn.btn-block {
    display: block;
    width: auto;
}

.boxWrap .span12 {
    width: 939px;
}

.table th, .table td {
    vertical-align: middle;
}

.updown .btn {
    float: left;
    margin: 0 5px;
    padding: 3px 5px;
    line-height:1em;
}

.EtapyForm h5 {
    font-size: 1.2em;
    border-bottom: 1px solid #bbb;
    margin-bottom: 5px; 
    margin-left: 0;
    padding-bottom: 2px;   
}

#ogloszenie .boxWrap {
    border: none;
    text-align:center;
    margin: 5px auto;
}

#ogloszenieAkcja span, #wniosekAkcja span {
    display:block;
    font-weight: bold;
}

.btn-warn {
    box-shadow: 0 0 0 1px #D54646;
    color: #D54646;
}

.ellicFooterLogo {
    opacity: .04;
}

.etap .nestedGrid:last-child > .datafield {
    padding-left: 0 !important;
}

/*.EtapyForm .header  {
    text-align:right;
    padding: 0;
}*/

.ui-dialog > .datafield {
    display: block;
    width: 100%;
}

.sposobZakonczeniaPanel {
    display: table-row !important;
}

#mojeDane .nestedGrid .datafield {
    display: table-row;
}

#mojeDane .nestedGrid .expander-title {
    /*width: 100% !important;*/
    margin: 0 !important;
}

/*.btncenter {
    padding: 10px;
    text-align:center;
}*/

div#oferty div.datafield {
    width: 100%;
    display: inline-block;
    /*padding: 0;*/
}

    div#oferty div.datafield:nth-child(2) {
        padding-left:0;
    }

.sumaWrapper {
    margin-right: 35px;
    margin-bottom: 10px;
}

    .sumaWrapper + .message {
        padding: 0 !important;
    }

    .sumaWrapper + .datafield {
        display: table !important;
    }
    
    .sumaWrapper .header {
        font-size: 1.3em;
        color: #777;
        border-bottom: 1px solid #dadada;
        padding-bottom: 2px;
        margin-bottom: 10px;
        width: 200px;
        float:right;
        text-align: right;
        display: block;
    }

    .sumaWrapper #sumaPostapienia {
        font-size: 2.2em;
        font-weight: bold;
        float:right;
        display: inline-block !important;
        text-align:right;
        margin-bottom: 15px;
    }

div.licytowanieInfo {
    display: table-row !important;
    width: 100%;
}

    div.licytowanieInfo p {
        /*margin: 20px;*/
        font-weight: bold;
        display: table-cell !important;
        padding: 10px 5px;
    }

        div.licytowanieInfo p span {
            font-weight: normal;
            margin-right: 5px;
        }

table.WykonawcyLicytacji td:not(:first-of-type), table.WykonawcyLicytacji th:not(:first-of-type) {
    text-align: center;
}

#OfertyPrzedmiotLicytacji_form {
    background: #FFF;
}

table.Dokumenty td:last-of-type {
    width: 15%;
}

#dokumenty {
    min-height: 25px;
}

    #dokumenty:empty {
        visibility: hidden;
    }

.akceptacja {
    text-align: left;
    margin-top: 5px;
    line-height: 1em;
    display: block;
}

.akceptacja label {
    display: block;
    /*padding: 6px;*/
    /*padding-left: 2px;*/
    text-shadow: 1px 1px 0 #fff;
}

.akceptacjabtn {
    /*float:right;*/
}

.boxWrapCool .span3.bgneeded {
    /*padding: 5px;*/
    border-radius: 5px;
    background: rgba(255,255,255,.7);
}

    .boxWrapCool .span3 label {
       margin-bottom: 0;
    }

    .boxWrapCool .span3.bgneeded > * {
        padding: 5px;
    }
    .boxWrapCool .span3.bgneeded p {
        margin: 0;
        text-align: center;
    }

.listField {
    background: #fff;
    border-radius:7px;
}

table.Wiadomosci td:first-of-type {
    width: 160px;
}

div.historiaZmian {
    padding: 0 !important;
}

tr[name=SkrzynkaNadawcza] td:nth-child(2), tr[name=SkrzynkaOdbiorcza] td:nth-child(2) {
    width: 60%;
}

table col[name=Sygnatura] {
    width: 16% !important;
}

/*table col[name=Temat] {
    width: 48% !important;
}*/

table col[name=Zamawiajacy] {
    width: 15% !important;
}

table col[name=Zamawiajacy]:visible {
    width: 14% !important;
}

table col[name=TerminSkladaniaWnioskow], table col[name=DataZakonczeniaLicytacji] {
    width: 11% !important;
}

table col[name=GridStatus] {
    width: 11% !important;
}

table[name='Licytacje'] {
    table-layout:fixed;   
}

table[name='Licytacje'] td:first-child {
    /*display: block;
    overflow: hidden;*/
    word-wrap: break-word;
    word-break: break-all;
    table-layout: fixed;
    overflow: hidden;
}

div.highlight {
    /*background: rgba(247, 214, 168, .5);*/
    /*padding: 0 5px;*/
    border-bottom: 1px solid #ccc;
}

div.highlight .header {
    font-size: inherit;
    font-size: 1em;
    vertical-align:top !important;
}

div.highlight .datafield {
    font-size: 1.1em;
    font-weight: bold;

}

form[name=Dokumenty] .pagination a {
    padding: 0 10px;
    line-height: 28px;
}

.ui-icon {
    margin: 0 auto;
    padding: 2px;
    display: inline-block;
}

.details {
    /*width: ;*/
    display: inline; 
}

span.read-more a, span.read-less a {
    padding: 1px 2px;
    color: #fff;
    background: #aaa;
    text-decoration: none;
    border-radius: 1px;
}

    span.read-more a:hover, span.read-less a:hover {
        background: #666;
        text-decoration:none;
    }


table[name=OfertyPrzedmiotLicytacji] th:empty {
    display:none;
}

#mojeDane div.ui-form-header {
    display:none;
}

div.datafield > div.datafield {
    vertical-align: middle !important;
}

form[name=Zalaczniki] {
    width: 100% !important;
}

tr.demoWrapper td {
    background: rgba(255,0,0,.05) !important;
    color: #999;
}

body.demo {
    background: url(images/demo_bg.png);
}

.cennikTable {
    background-color: rgba(255,255,255,.8);
    border-radius: 3px;
}

    .cennikTable col:first-of-type {
        width: 70%;
    }

    .cennikTable td:last-of-type, .cennikTable th:last-of-type {
        text-align: center;
        font-weight: bold;
    }

    .cennikTable td:first-of-type {
        font-weight: bold;
    }

    .cennikTable thead th {
        background: #f9e5bb;
    }

    .cennikTable .theader {
        background: #e1e1e1;
        font-weight: bold;
        text-align:center;
    }

    .cennikTable small {
        font-size: 1em;
        font-style: italic;
        color: #555;
        margin-left: 10px;
        display:block;
        font-weight: normal;
    }