html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/*
* WŁASNE
*/

.main-container {
    margin-top: 71px;
}

.raport-index {
    text-align: center;
}
.raport-head {
    height: auto;
    overflow: auto;
    
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
.panel-wrapper {
    float: left;
    width: 25%;
}
/*.raport-head:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}*/
.panel {
    font-size: 16px;
}
.raport-panel {
    /*width: 24%;*/
    /*vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;*/
    text-align: center;
    width: 99%;
}
.raport-index > h2 {
    margin-bottom: 50px;
}
.modal-header {
    text-align: center;
    font-size: 18px;
}
.raport-sprzedaz, 
.raport-doplaty, 
.raport-wydatki,
.miesieczny-raport-sprzedaz,
.miesieczny-raport-strata,
.raport-zalaczniki{
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
}
.raport-sprzedaz > h4, 
.raport-doplaty > h4, 
.raport-wydatki > h4,
.miesieczny-raport-sprzedaz > h4,
.miesieczny-raport-strata > h4,
.raport-zalaczniki > h4{
    margin: 0px;
    margin-bottom: 10px;
    font-weight: bold;
}
.raport-middle {
    margin-top: 50px;
}
.raport-doplaty {
    /*float: left;*/
    width: 70%;
}
/* .raport-wydatki {
    float: right;
    width: 45%;
}*/
.create-button{
    float: right;
}
.site-login {
    width: 500px;
    margin: 0 auto;
    //background-color: #f5f5f5;
    padding: 20px;
    margin-top: 50px;
    border: 2px solid #f5f5f5;
    border-radius: 6px;
    box-shadow: 0 0 25px 1px #7E7E7E;
}
.miesieczny-sprzedaz {
    float: left;
    width: 45%;
}
.miesieczny-sprzedawcy {
    float: right;
    width: 45%
}
.miesieczny-raport-sprzedaz {
    
}
.miesieczny-raport-strata {
    margin-top: 30px;
}
.captcha-image {
    
}
.captcha-input {
    width: 70%;
    float: right;
    margin-top: 8px;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #ccc;       
}

.zalacznik {
    width: 100%;
    height: 100%;
}

