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;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.margin0 { margin: 0 !important; }
.margin10L { margin-left: 10px; }
.margin20L { margin-left: 20px; }
.margin10R { margin-right: 10px; }
.margin5R { margin-right: 5px; }
.margin5T { margin-top: 5px; }
.margin10T { margin-top: 10px; }
.margin20T { margin-top: 20px; }
.margin5B { margin-bottom: 5px; }
.margin10B { margin-bottom: 10px; }
.margin20B { margin-bottom: 20px; }
.padd5 { padding: 5px; }
.padd15 { padding: 15px; }
.table-display { text-align: center; display: table; height: 100%; width: 100%; }
.row-display { vertical-align: middle; display: table-cell; }
.bold { font-weight: 700 !important; }

.bg-default { background-color: #f5f5f5; }

.formularz-own-alerts {
    width: 290px;
    padding: 5px;
    height: 150px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -80px;
    z-index: 9999;
    border-radius: 5px;
    font-size: 14px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}

.formularz-own-alerts .close {
    position: absolute;
    top: 5px;
    right: 5px
}

.panel-box {
    margin-top: 20px;
}

.panel-label {
    position: relative;
    margin-bottom: -1px;
}

.panel-label .panel-fieldset {
    color: #333;
    font-weight: 700;
    border: 1px solid #ddd;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 4px 4px 0 0;
    background-color: #f5f5f5;
    width: 180px;
    text-align: left;
    text-transform: uppercase;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
    float: left;
}

.panel-label .panel-field-id {
    color: #333;
    font-weight: 700;
    width: 100px;
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
    float: left;
}

.panel-label .btn-sortable {
    padding: 2px 5px;
}

.flash .panel-label .panel-fieldset {
    animation: blink1 .2s step-end infinite alternate;
}

.flash .panel-default {
    animation: blink2 .2s step-end infinite alternate;
}

.definicja-highlight {
    background: rgba(0,0,0,.03);
    background-image: -webkit-gradient(linear,left top,right bottom,color-stop(.25,rgba(0,0,0,.03)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(0,0,0,.03)),color-stop(.75,rgba(0,0,0,.03)), color-stop(.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(135deg,rgba(0,0,0,.03) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.03) 50%,rgba(0,0,0,.03) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(135deg,rgba(0,0,0,.03) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.03) 50%,rgba(0,0,0,.03) 75%,transparent 75%,transparent);
    background-image: -ms-linear-gradient(135deg,rgba(0,0,0,.03) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.03) 50%,rgba(0,0,0,.03) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(135deg,rgba(0,0,0,.03) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.03) 50%,rgba(0,0,0,.03) 75%,transparent 75%,transparent);
    background-color: #FAFCFD;
    background-size: 16px 16px;
}


@keyframes blink1 { 
    50% { 
        border-top-color: #000;
        border-left-color: #000;
        border-right-color: #000; 
    } 
}
@keyframes blink2 { 
   50% { border-color: #000; } 
}


@media (min-width: 1350px) {
    .container {
        width: 98%;
    }
}