﻿html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}
/*szerokosc*/
@media (min-width: 992px) {
    .container {
        max-width: 970px;
        width:100%;

    }

    .header {
        width: 102%;
    }
}

.header {
    /*border-bottom: 1px solid #e5e5e5;*/
}
pre {
    white-space: pre-wrap;
}
.form-control {
    width: 300px;
    height: inherit;
    padding: 2px 5px 2px 5px;
    display: inline-block;
    margin: 0px;
}

.fileinput .form-control {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text;
}

#footer {
    min-height: 158px;
    background-color: #f5f5f5;
    text-align: center;
}

    #footer:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    #footer div.container {
        font-size: 75%;
        vertical-align: middle;
        display: inline-block;
        width: 100%;
        padding: 10px 30px;
    }

        #footer div.container.visible-md.visible-lg {
            text-align: left;
        }

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -158px;
    /* Pad bottom by footer height */
    padding: 0 0 100px;
}

#cookie {
    height: 100px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #f5f5f5;
    z-index: 1000;
}

.jumbotron label {
    font-size: 14px;
    font-weight: normal;
}

.jumbotron .form-group {
    margin-bottom: 0;
}

.panel h4 {
    border-bottom: 1px solid #eeeeee;
}
/* Set the fixed height of the footer here */

/*custom a in navbar*/
/*to centruje menu*/
/*.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}*/

.navbar-default .navbar-text {
    color: #777777;
}

.navbar-default .navbar-nav > form {
    float: left;
}

.navbar-default .navbar-nav > li > form > a {
    color: #777777;
}

    .navbar-default .navbar-nav > li > form > a:hover,
    .navbar-default .navbar-nav > li > form > a:focus {
        color: #333333;
        background-color: transparent;
        text-decoration: none;
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}

.navbar-nav > li > form > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.nav > li {
    position: relative;
    display: block;
}

    .nav > li > form > a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }

        .nav > li > form > a:hover,
        .nav > li > form > a:focus {
            text-decoration: none;
            background-color: #eeeeee;
        }

/*Collapse custom*/
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
    padding-left: 10px;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

@media (min-width: 768px) {
    .navbar-nav > li > form > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.modal-dialog {
    min-width: 650px;
}

.dropdown-menu > li > form > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

    .dropdown-menu > li > form > a:hover,
    .dropdown-menu > li > form > a:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #428bca;
    }

.dropdown-menu > .active > form > a,
.dropdown-menu > .active > form > a:hover,
.dropdown-menu > .active > form > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.dropdown-menu > .disabled > form > a,
.dropdown-menu > .disabled > form > a:hover,
.dropdown-menu > .disabled > form > a:focus {
    color: #999999;
}

    .dropdown-menu > .disabled > form > a:hover,
    .dropdown-menu > .disabled > form > a:focus {
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }
