html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

body > .container {
    padding: 60px 15px 0;
}
.container .text-muted {
    margin: 20px 0;
}

#footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a {
    color: #0A6380;
    text-decoration: none;
}

.fullSize {
    width: 100%;
}

#min-table {
    font-size: 12px;
    background: #fff;
    border-collapse: collapse;
    text-align: left;
    margin: 10px;
    /*    table-layout: fixed;*/
}

#min-table th {
    border-bottom: 2px solid #BEBEBE;
    padding: 10px 8px;
    background-color: #F4F4F4;
    font-weight: normal;
}

#min-table tr.drawBorder {
    border-bottom: 1px solid #ccc;
}

#min-table td {
    padding: 6px 8px;
}

#min-table td.drawBorder {
    padding-bottom: 10px;
    padding-top: 3px;
    border-bottom: 1px solid #ccc;
}

#min-table .hover {
    background-color: lightyellow;
}

.przekreslenie {
    text-decoration:line-through;
}

.imgForm {
    display: inline;
}

.linkIcon {
    margin-left: 5px;
    top: -4px;
    position: relative;
}

.centerContainer {
    margin: 20px auto;
    width: 500px;
}

.pagination {
    padding-bottom: 19px;
    display: block;
    margin-top: 0px;
}

.editable {
    background-color: white;
}

.label_margin {
    line-height: 20px;
}

.exclamationIcon {
    background-image: url('../img/exclamation.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    right: 20px;
    position: absolute;
    /*    float: right;*/
    top: 8px;
}

.nowrap {
    white-space: nowrap;
}