body {
    line-height: 1.6;
    color: #292b2c;
    background-color: #ffffff;
    font-size: 16px;
    /*background-image: url("/images/background.png") !important;*/
    /*background-repeat: no-repeat;*/
    /*background-position: 50%;*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
}
body#login_b {
    line-height: 1.6;
    color: #292b2c;
    background-color: #EEE;
    /*background-image: url("../images/background_blue-3c6f9f362468368f16f61aaf325c0fef.png") !important;*/
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
}
.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}
.container {
    width: 1600px;
    max-width: 100%;
    min-width: 1000px;
}

.panel-default > .panel-heading {
    background: #F5F5F5;
}
.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% { opacity: 0; }
}
.panel-default > .panel-heading a {
    text-decoration: underline;
}
.panel-default > .panel-heading a.logo{
    text-decoration: none;
}

.navbar {
    border-radius: 0;
    margin-bottom: 20px;
}

.navbar .logo {
    padding: 10px 0;
    display: inline-block;
}

.navbar .logo img {
    float: left;
}

.navbar .logo .title {
    color: #ffffff;
    font-weight: 700;
    font-size: 26px;
    margin-top: 0px;
    display: block;
    float: left;
    margin-left: 10px;
}
.title{
    /*color: #ffffff;*/
    font-weight: 700;
    font-size: 26px;
    top: 5px;
    position: relative;
    /*margin-left: 10%;*/
}
a.logo>.title{ color: #436396;}
.blu{ color: #436396 !important;}
.blu-bg{ background-color: #436396 !important;}
.navbar-inverse {
    background-color: #242d4b;
}

.navbar-inverse .navbar-brand {
    color: #9ed1f7;
    font-weight: 700;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #9ed1f7;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #9ed1f7;
    background-color: transparent;
}

.panel-default .close {
    position: relative;
    top: -20px;
    right: 0px;
    color: inherit;
}

.list-group-item .close {
    position: relative;
    top: 0;
    right: 0px;
    color: inherit;
}

.panel-body .read-more {
    display: inline-block;
    float: right;
    margin-bottom: -15px;
    margin-right: -15px;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-top-left-radius: 4px;
    padding: 6px 12px;
}

.panel-body .read-more:hover {
    background-color: #1f9cd2;
    color: #FFF;
    border-color: #1f9cd2;
}

.thumbnail {
    margin-right: 20px;
}

article h3 {
    margin-top: 2px;
}

.entry-content {
    color: #666;
}

.date {
    color: #333;
}

span.date {
    color: #999;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: #FFF;
    border-radius: 4px;
}

.attachments-list {
    margin: 0 0 1em;
    padding: 0;
    border: 1px solid #DDD;
    border-radius: 2px;
    clear: both;
    list-style: none;
}

.attachments-list li {
    display: block;
    border-bottom: 1px solid #EEE;
    padding: 5px 20px;
}

.attachments-list li:last-child {
    border-bottom: 0;
}

.filemeta {
    color: #777;
    font-size: 12px;
}

li.download-all {
    padding: 0 0;
}

.download-all a {
    border-left: 1px solid #EEE;
    display: inline-block;
    float: right;
    padding: 10px 20px;
}

.download-all a:hover {
    text-decoration: none;
}

#myInput {
    /* Add a search icon to input */
    /* Position the search icon */
    /* Do not repeat the icon image */
    background: url('/css/searchicon.png') no-repeat 10px 12px;
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

/*ukrycie search-a*/
#myTable_filter {
    display: none;
}
/*#myTable{*/
    /*border-collapse:collapse; table-layout:fixed;*/
/*}*/
#myTable{

    word-wrap: break-word;
}
#myTable ol{padding-left: 10px;}

/*pole ID*/
th#s0, input.ide {
    width: 60px !important;
}

.form-inline .form-group {
    margin-right: 10px;
}

.th-text-top > tr > th {
    vertical-align: top !important;
}

.status-info {
    position: absolute;
    bottom: 0;
    border: 1px dotted lightgray;
    padding: 0px 4px;
    margin-left: -8px;
}
