html 
{
    overflow: hidden;
    overflow-y: auto;
}

body 
{
    overflow-y: auto;
    padding-top: 0px;
}

#page-content
{
    padding: 15px;
}

.fancy-content 
{
    overflow-y: auto;
    margin-top: 10px;
    padding-right: 15px; /* misto vynulovaneho padding-right u containeru */
    margin-top: 52px;    /* aby header neprekryval content */
    margin-bottom: 56px; /* aby footer neprekryval content */
}

.fancy-header, .fancy-footer 
{
    background: #fff;  /*#097fbc*/
    background: -moz-linear-gradient(180deg, #ffffff 2%, #eeeeee 100%);
    background: -webkit-linear-gradient(180deg, #ffffff 2%, #eeeeee 100%);
    background: -o-linear-gradient(180deg, #ffffff 2%, #eeeeee 100%);
    background: -ms-linear-gradient(180deg, #ffffff 2%, #eeeeee 100%);
    background: linear-gradient(180deg, #ffffff 2%, #eeeeee 100%);    
    
    position: fixed;
    width: 100%;
    z-index: 1;
}

.fancy-header 
{
    height: 40px;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    text-align: left;
    font-weight: bold;
}

.close-button
{
    float: right;
    cursor: pointer;
    color: #B4B4B4;
    margin-top: 2px;
    text-decoration: none;
}

.fancy-footer 
{
    height: 56px;
    border-top: 1px solid #ddd;
    padding: 10px 20px 0px 20px;
    bottom: 0px;
    width: 100%;
    margin-left: -30px;
    text-align: right;
}

.fancy-footer button
{
    margin-left: 10px;
}

.form-group .control-label
{
    float: left;
    width: 30% !important;
    
    white-space: nowrap;
}

.form-group .control-label label
{
    line-height: 20px;
}

.form-group .control-label + div
{
    width: 65% !important;
    float: left;
}