body {
    min-height: 100%;
    background-color: #CCC;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    color: #333333;
}

p {
    padding-bottom: 0.7em;
    line-height: 1.5em;
    font-family: 'PT Sans', sans-serif;
}

a, a:visited {
    color: #428bca;
    text-decoration: none;
}
    a:active, a:hover {
        color: #2a6496;
        text-decoration: underline;
    }

hr.cleaner {
    clear: both;
    height: 1px;
    margin: -1px 0 0 0;
    padding: 0;
    border: none;
    visibility: hidden;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 45%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 45% 10px 10px;
        }

/*******************************************/
/* layout*/
/*******************************************/

.container {
    min-width: 960px;
    max-width: 960px;
    margin: 0 auto;
}

#main {
    background-color: #FFF;
    min-height: 485px;
}

#main-footer {
    background-color: #9F9;
    clear: both;
}

#content {
    float: left;
    width: 100%;
    background-color: #FFF;
    padding: 20px;
    line-height: 1.42857143;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sidebar {
    float: right;
    width: 195px;
    background-color: #FFF;
    margin: 15px 5px 5px 5px;
    padding: 2px 2px 2px 2px;
    font-size: 85%;
}

/*******************************************/
/* layout konec*/
/*******************************************/

/*******************************************/
/* hlavicka a logo*/
/*******************************************/

#header {
}


#logo {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#site-logo {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#logo h1 {
    display: none;
}

#logo h2 {
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
    line-height: 22px;
    color: #4682bb;
    width: 520px;
    padding: 25px;
}

/*******************************************/
/* hlavicka a logo konec*/
/*******************************************/

/*******************************************/
/* hlavni navigace*/
/*******************************************/

#hlavni-navigace {
    font-size: 15px;
    clear: both;
    height: 50px;
    border: 1px solid #0981b6; /* stroke */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.44); /* inner shadow */
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.44); /* inner shadow */
    box-shadow: inset 0 1px 0 rgba(255,255,255,.44); /* inner shadow */
    background-color: #19affd;  /* Fallback */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIyMi41OTM0NjY2NTAxMDU2JSIgeTE9IjEwOS4zOTI4OTgwNTI2OTIlIiB4Mj0iMjIuNTkzNDY2NjUwMTA1NiUiIHkyPSI5LjM5Mjg5ODA1MjY5MTg1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMTk5ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOWFmZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #0199e7 -18.79%, #19affd 81.21%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #0199e7 -18.79%, #19affd 81.21%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #0199e7 -18.79%, #19affd 81.21%); /* gradient overlay */
    background-image: linear-gradient(bottom, #0199e7 -18.79%, #19affd 81.21%); /* gradient overlay */
    position: relative;
    -webkit-box-shadow: 0 3px 25px 0 rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0 3px 25px 0 rgba(50, 50, 50, 0.4);
    box-shadow: 0 3px 25px 0 rgba(50, 50, 50, 0.4);
}

    #hlavni-navigace > ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        #hlavni-navigace > ul > li > a {
            width: auto;
            display: block;
            float: left;
            padding: 0 16px;
            text-transform: uppercase;
            padding-top: 18px;
            padding-bottom: 18px;
            color: #FFF;
            text-decoration: none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
            -webkit-transition: all 100ms linear;
            -moz-transition: all 100ms linear;
            -ms-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            transition: all 100ms linear;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAdCAMAAAC36E1YAAAAWlBMVEUkr/YXkdcps/smsPglr/cbldsnsvkel94qtPsalNodl90cltwnsfgYktgZk9kosvoalNsYkdgkrvUblNsYktkpsvoYk9klsPcclt0osvkZk9ocldwrtPwrtfw702SpAAAAO0lEQVR4Xi3CBQrAMAAEwY3X3eX/32wPAoOZMMgI7c/L4tl2OieXo2yyITJHwkno5V6prRyWqsjSQ3o/XsQCbyT7aMIAAAAASUVORK5CYII=) /*../images/menu-oddelovac-desktop.png*/;
            *background-image: url(../images/menu-oddelovac-desktop.png); /* For IE 6 and 7 */
            background-repeat: no-repeat;
            background-position: right center;
            text-shadow: 1px 1px 0 #707070;
        }
            #hlavni-navigace > ul > li > a.last {
                background-image: none;
            }

            #hlavni-navigace > ul > li > a:hover,
            #hlavni-navigace > ul > li.open > a,
            #hlavni-navigace > ul > li.open > a:hover {
                font-weight: 100;
                background-color: #1a94db;
                -webkit-transition: all 100ms linear;
                -moz-transition: all 100ms linear;
                -ms-transition: all 100ms linear;
                -o-transition: all 100ms linear;
                transition: all 100ms linear;
                background-image: none;
            }

.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 48px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }
        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }
    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }
        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

/*******************************************/
/* hlavni navigace konec*/
/*******************************************/

/*******************************************/
/* paticka*/
/*******************************************/

#footer-wrapper-first {
    clear: both;
    background-color: #666;
}

#footer-first {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    color: #FFF;
    font-size: 90%;
}

#footer-first a, #footer-first a:visited {
    color: #FFF;
    text-decoration: none;
}
    #footer-first a:active, #footer-first a:hover {
        color: #FFF;
        text-decoration: underline;
    }


/*******************************************/
/* paticka*/
/*******************************************/


#levypanelobal
{
    float: left;
    width: 195px;
    margin: 15px 5px 5px 5px;
    padding: Opx; 
    font-size: 90%;
    background-color:#f7ffe6;
    background-image: url("../images/green-box-top.gif");
    background-repeat: no-repeat;
    background-position: center top;
}

#levypanelvnitrek
{
    background-image: url("../images/green-box-bottom.gif");
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 10px;
}

#levypanelvnitrek h1, #levypanelvnitrek h2, #levypanelvnitrek h3, #levypanelvnitrek h4
{
    color:#054c7a;
    background-image: url("../images/navigace-trojuhelnik-zelena.gif");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 115%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 13px;
    padding-right: 10px;
    margin-bottom: 3px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eaf2da;
}

#levypanelvnitrek ul
{
    margin: 0; padding: 0;
}

#levypanelvnitrek li
{
    margin: 0; padding: 0;
    list-style-type: none;
    padding-left: 5px;
    padding-right: 5px;
}

#levypanelvnitrek li a
{
    color:#0074be;
    text-decoration:none;
    background-image: url("../images/navigace-sipka.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eaf2da;
    display:block;
}

#levypanelvnitrek li a:hover
{
    color:#6c9d00;
    text-decoration:none;
    background-image: url("../images/navigace-sipka.gif");
    background-repeat: no-repeat;
    background-position: -495px center;
    border-bottom-color: #6c9d00;
}

#sidebar a {
    text-decoration: none;
}
    #sidebar a:hover {
        text-decoration: underline;
    }

/*******************************************/
/* footer second*/
/*******************************************/

#footer-wrapper-second {
    padding: 20px 0 20px 0;
    color: #FFF;
    background-color: #232323;
    min-width: 790px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #footer-wrapper-second a {
        color: #FFF;
        text-decoration: none;
    }
        #footer-wrapper-second a:hover {
            color: #37aeeb;
            text-decoration: underline;
        }

    #footer-wrapper-second .foot-box-1 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 20px;
        float: left;
        width: 38%;
        font-size: 80%;
    }

    #footer-wrapper-second .foot-box-2 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 1em;
        float: left;
        font-size: 80%;
    }

    #footer-wrapper-second .foot-box-3 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 20px;
        padding-top: 1em;
        float: right;
        font-size: 80%;
    }

/*******************************************/
/* footer second konec*/
/*******************************************/

/* Master page */
.login-info {
    float: right;
}

    .login-info ul li {
        float: left;
        list-style: none;
        list-style-image: none;
    }
        
        .login-info ul li a, .login-info ul li span {
            border-radius: 2px;
            display: block;
            height: 23px;
            line-height: 23px;
            vertical-align: baseline;
            padding: 3px 6px 3px 6px;
            white-space: nowrap;
         
        }

            .login-info ul li a:hover,
            .login-info ul li a:focus {
                text-decoration: none;
                background-color: #eee;
            }

.breadcrumb-panel {
    background-color: #fff;
    border-radius: 1px;
    border-bottom: none;
    padding: 8px 15px;
    margin: 1px 0 3px 0;
    font-size: 14px;
    color: #aea79f;
    list-style: none;
    -webkit-box-shadow: 0 3px 25px 0 rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0 3px 25px 0 rgba(50, 50, 50, 0.4);
    box-shadow: 0 3px 25px 0 rgba(50, 50, 50, 0.4);
}

    .breadcrumb-panel a {
        color: #428bca;
        text-decoration: none;
    }
        .breadcrumb-panel a:hover, .breadcrumb-panel a:focus {
            color: #2a6496;
            text-decoration: underline;
        }
        .breadcrumb-panel a:active, .breadcrumb-panel a:hover {
            outline: 0;
        }

/* Login */
.login-panel {
    margin-top: 5px;
    padding: 2px 12px 12px 12px;
    background-color: #f8f8f8;
}
    .login-panel .form-control {
        max-width: 310px !important;
        display: inline-block;
        margin-bottom: 10px;
    }

@media (max-width: 992px) {
    .login-panel {
        padding: 1px 0 20px 0;
    }
}

/* Default page */
.jumbotron {
    padding: 25px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}
    .jumbotron h1, .jumbotron .h1 {
        padding: 15px;
        margin: 0;
        color: #333333;
        font-size: 32px;
        border-bottom: none;
    }

ul.hlavni-odkazy {
    padding-left: 0;
}
    ul.hlavni-odkazy li {
        padding-left: 0;
    }
        ul.hlavni-odkazy li:before {
            content: none;
            position: absolute;
            left: 0;
        }

.foto 
{
    margin: 14px;
    border: 1px solid #049ad9;
}
    
.fotoVedeni 
{
    margin-left: 0;
    margin-top: 10px;
    padding: 3px;
    border: 1px solid #CCCCCC;
}

#table-vedeni H2
{
   font-size:14px;
   padding-top:17px
}


.fotoVedeni:hover{
   	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-m-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
    
.vyhledatbutton 
{
    margin-top: 2px;
    margin-bottom: 5px;
    padding-left: 15px;
    color:#FFFFFF;
    height:22px;
    width:100px;
    border: 0px solid #049ad9;
    font-size:13px;
    cursor:hand;
    background-image: url("../images/butt-search.gif");
    background-repeat: no-repeat;
    background-position: center center;
} 

.commandbutton 
{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 8px;
    padding-left: 8px;
    color:#FFFFFF;
    height:22px;
    width:220px;
    border: 0px solid #049ad9;
    font-size:13px;
    cursor:hand;
    background-image: url("../images/butt-command.gif");
    background-repeat: no-repeat;
    background-position: center center;
} 	

.pravyboxobal
{
    background-image: url("../images/blue-box-top.gif");
    background-repeat: no-repeat;
    background-position: center top;
    background-color:#f1fbff;
}

.pravyboxvnitrek
{
    background-image: url("../images/blue-box-bottom.gif");
    background-repeat: no-repeat;
    background-position: center bottom;	
    padding-bottom: 4px;
    margin-bottom: 8px;	
}

.pravyboxvnitrek h1, .pravyboxvnitrek h2, .pravyboxvnitrek h3, .pravyboxvnitrek h4
{
    color:#054c7a;
    background-image: url("../images/navigace-trojuhelnik-modra.gif");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 115%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 13px;
    padding-right: 10px;
    padding-top: 8px;
    margin-bottom: 3px;
    line-height: 1em;
}

.pravyboxvnitrek p
{
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0.7em;
}

.pravyboxvnitrek a
{
    color:#0289e0;
    text-decoration:underline;
}

.pravyboxvnitrek a:hover
{
}

.pravyboxobal-member
{
    background-image: url("../images/red-box-top.gif");
    background-repeat: no-repeat;
    background-position: center top;
    background-color:#ffd9e4;
}

.pravyboxvnitrek-member
{
    background-image: url("../images/red-box-bottom.gif");
    background-repeat: no-repeat;
    background-position: center bottom;	
    padding-bottom: 4px;
    margin-bottom: 8px;	
}

.pravyboxvnitrek-member h1, .pravyboxvnitrek-member h2, .pravyboxvnitrek-member h3, .pravyboxvnitrek-member h4
{
    color:#720000;
    background-image: url("../images/navigace-trojuhelnik-cervena.gif");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 125%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 13px;
    padding-right: 10px;
    padding-top: 8px;
    margin-bottom: 3px;
    line-height: 1em;
}

.pravyboxvnitrek-member p
{
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0.7em;
}

.pravyboxvnitrek-member a
{
    color:#720000;
    text-decoration:none;
    background-image: url("../images/navigace-sipka-cervena.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 5px;
    display:block;
}

.pravyboxvnitrek-napoveda
{
    background-image: url("../images/napoveda-otaznik.gif");
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 30px;
}

#strankapatickaobal
{
    width:950px;
    margin: 0px auto 0px auto;
    clear:both;	
    font-size: 75%;
}

#strankapaticka
{
    padding:15px;
}

#strankapaticka p
{
    padding-bottom:0.5em;
}

#strankapaticka a
{
    color:#000000;
    text-decoration:underline;
}

#strankapaticka a:hover
{
    color:#6c9d00;
    text-decoration:underline;
}

.strankapatickabox
{
    float:left;
    margin-right: 15px;
}

.patickabox h1, .docbox2 h2, .docbox2 p {margin:0 20px;}
.patickabox h2 {font-size:150%;color:#0397d5; border:0;}
.patickabox p {margin:0 20px; padding-bottom:0.5em;}
.patickabox h2 {padding-top:0.5em;}
.patickabox { margin-bottom:10px; }

.patickaxtop, .patickaxbottom {display:block; background:transparent; font-size:1px;}
.patickaxb1, .patickaxb2, .patickaxb3, .patickaxb4 {display:block; overflow:hidden;}
.patickaxb1, .patickaxb2, .patickaxb3 {height:1px;}
.patickaxb2, .patickaxb3, .patickaxb4 {background:#f2f2f2; border-left:1px solid #d6d6d6; border-right:1px solid #d6d6d6;}
.patickaxb1 {margin:0 5px; background:#d6d6d6;}
.patickaxb2 {margin:0 3px; border-width:0 2px;}
.patickaxb3 {margin:0 2px;}
.patickaxb4 {height:2px; margin:0 1px;}

.patickacontent {display:block; background:#f2f2f2; border:0 solid #d6d6d6; border-width:0 1px;height:11em;padding-top:10px; }

.docbox h1, .docbox p {margin:0 20px;}
.docbox h4 {padding:0 20px;}
.docbox h2 { border:0;}
.docbox p {margin:0 20px; padding-bottom:0.5em;}
.docbox h4 
{
    padding-top:0.5em;
    padding-bottom:0.7em;
    background-image: url(../images/navigace-trojuhelnik-modra.gif);
    background-repeat: no-repeat;
    background-position: left 0.7em;
    color:#054c7a;
}

.docbox a{ color:#0289e0;}

.docbox { margin-bottom:10px;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#f2f2f2; border-left:1px solid #d6d6d6; border-right:1px solid #d6d6d6;}
.xb1 {margin:0 5px; background:#d6d6d6;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.docboxcontent {display:block; background:#f2f2f2; border:0 solid #d6d6d6; border-width:0 1px; }

#bodyvnitrek
{
    padding-bottom:15px;
}

a:link.downDOC, a:visited.downDOC 
{
    background-image: url('../images/ico.downdoc.gif'); 
    background-repeat: no-repeat; 
    padding-left: 27px; 
    padding-top: 2px;
    padding-bottom: 2px;
}

a:hover.downDOC, a:active.downDOC
{
    background-position: -962px 0px;
    color: #496eaa;
}

a:link.downDOCX, a:visited.downDOCX 
{
    background-image: url('../images/ico.downdoc.gif'); 
    background-repeat: no-repeat; 
    padding-left: 27px; 
    padding-top: 2px;
    padding-bottom: 2px;
}

a:hover.downDOCX, a:active.downDOCX
{
    background-position: -962px 0px;
    color: #496eaa;
}

a:link.downPDF, a:visited.downPDF 
{
    background-image: url('../images/ico.downpdf.gif'); 
    background-repeat: no-repeat; 
    padding-left: 27px;
    padding-top: 2px;
    padding-bottom: 2px;
}

a:hover.downPDF, a:active.downPDF{
    background-position: -962px 0px;
    color: #f14336;
}
    
a:link.downXLS, a:visited.downXLS 
{
    background-image: url('../images/ico.downxls.gif'); 
    background-repeat: no-repeat; 
    padding-left: 27px;
    padding-top: 2px;
    padding-bottom: 2px;
}

a:hover.downXLS, a:active.downXLS
{
    background-position: -962px 0px;
    color: #76a165;
}

a:link.downXLSX, a:visited.downXLSX
{
    background-image: url('../images/ico.downxls.gif'); 
    background-repeat: no-repeat; 
    padding-left: 27px;
    padding-top: 2px;
    padding-bottom: 2px;
}

a:hover.downXLSX, a:active.downXLSX
{
    background-position: -962px 0px;
    color: #76a165;
}
    
a:link.downPPT, a:visited.downPPT 
{
    background-image: url('../images/ico.downppt.gif'); 
    background-repeat: no-repeat; 
    padding-left: 27px;
    padding-top: 2px;
    padding-bottom: 2px;
}

a:hover.downPPT, a:active.downPPT
{
    background-position: -962px 0px;
    color: #d26c47;
}

a:link.downPPTX, a:visited.downPPTX 
{
    background-image: url('../images/ico.downppt.gif'); 
    background-repeat: no-repeat; 
    padding-left: 27px;
    padding-top: 2px;
    padding-bottom: 2px;
}

a:hover.downPPTX, a:active.downPPTX
{
    background-position: -962px 0px;
    color: #d26c47;
}

a:link.downFILE, a:visited.downFILE 
{
    background-image: url('../images/ico.downfile.gif'); 
    background-repeat: no-repeat; 
    padding-left: 27px;
    padding-top: 2px;
    padding-bottom: 2px;
}

a:hover.downFILE, a:active.downFILE
{
    background-position: -962px 0px;
    color: #8c8b8b;
}
    
a:link.downZIP, a:visited.downZIP 
{
    background-image: url('../images/ico.downzip.gif'); 
    background-repeat: no-repeat; 
    padding-left: 27px; 
    padding-top: 2px;
    padding-bottom: 2px;
}

a:hover.downZIP, a:active.downZIP
{
    background-position: -962px 0px;
    color: #bcc221;
}
    
.menubox h1, .menubox p {margin:0 20px;}
.menubox h4 {padding:0px 20px;}
.menubox h2 { border:0;}
.menubox p {margin:0 20px; padding-bottom:0.5em;}

.menubox h4 
{
    padding-top:0.5em;
    padding-bottom:0.7em;
    margin-bottom:0.7em;
    background-image: url(../images/navigace-trojuhelnik-bila.gif);
    background-repeat: no-repeat;
    background-position: left 0.7em;
    color:#ffffff;
    background-color:#049ad9;
}

.menubox { margin-bottom:10px;}

.xctop, .xcbottom {display:block; background:transparent; font-size:1px;}

.xc1, .xc2, .xc3, .xc4 {display:block; overflow:hidden;}
.xc1, .xc2, .xc3 {height:1px;}
.xc2, .xc3, .xc4 {background:#f1fbff; border-left:1px solid #049ad9; border-right:1px solid #049ad9;}
.xc1 {margin:0 5px; background:#049ad9;}
.xc2 {margin:0 3px; border-width:0 2px;}
.xc3 {margin:0 2px;}
.xc4 {height:2px; margin:0 1px;}

.xc11, .xc22, .xc33, .xc44 {display:block; overflow:hidden;}
.xc11, .xc22, .xc33 {height:1px;}
.xc22, .xc33, .xc44 {background:#049ad9; border-left:1px solid #049ad9; border-right:1px solid #049ad9;}
.xc11 {margin:0 5px; background:#049ad9;}
.xc22 {margin:0 3px; border-width:0 2px;}
.xc33 {margin:0 2px;}
.xc44 {height:2px; margin:0 1px;}

.menuboxcontent {padding-bottom: 2px; display:block; background:#f1fbff; border:0 solid #049ad9; border-width:0 1px; }

.menubox ul 
{
    margin-bottom: 3em;
    margin-left: 30px;
    padding: 0px;
}

.menubox li  
{
    list-style-type:none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 3px;
    margin-left: -20px;
}

.menubox li a 
{
    display: block;
    background-image:url('../images/menubox-sipka.gif'); 
    background-repeat:no-repeat;
    padding-left: 15px;
    padding-right: 20px;
    background-position: 0px 0.2em; 
    text-decoration:none;
    color:#0289e0;
}

.menubox li a:hover 
{
    color:#6c9d00;
    text-decoration:underline;
}

.aboutbox h4 {padding:0 20px;}
.aboutbox p {margin:0px 20px; padding-bottom:0.5em; margin-right:225px; font-size: 90%}
.aboutbox h4 {
    padding-top:0.5em;
    padding-bottom:0.7em;
    background-image: url(../images/navigace-trojuhelnik-modra.gif);
    background-repeat: no-repeat;
    background-position: left 0.7em;
    color:#054c7a;
}

.aboutbox a{ color:#0289e0;}

.aboutbox { margin-bottom:10px;}

.aboutboxcontent 
{
    display:block;
    border:0 solid #d6d6d6;
    border-width:0 1px;
    background-color: #f2f2f2;
    background-image: url(../images/aboutbox-foto.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align: justify;
}	
    
/* zatek definice novinek */	

.newsbox h4 {padding:0 20px;}
.newsbox p {margin:0px 10px;}
.newsbox h4 
{
    padding-top:0.5em;
    padding-bottom:0.7em;
    background-image: url(../images/navigace-trojuhelnik-modra.gif);
    background-repeat: no-repeat;
    background-position: left 0.7em;
    color:#054c7a;
}

.newsbox a{ color:#0289e0;}

.newsbox { margin-bottom:10px;}

.newsboxcontent 
{
    padding-bottom: 2px;
    display:block;
    border:0 solid #d6d6d6;
    border-width:0 1px;
    background-color: #f2f2f2;
}	

.novinka 
{
    margin:	0px;
    padding: 0px;
}

.novinka .datum 
{
    float:left;
    width: 40px;
    margin-left: 20px;
    font-weight:bold;
}

.novinka p 
{
    margin:0 0 10px 95px;
    padding: 0 10px 0 10px;
}

/* konec definice novinek */

/* temp banner */

.temp-banner 
{
    margin:	0px;
    padding: 0px;
    background-image: url(../images/test-banner.jpg);
    background-repeat: no-repeat;
    height: 172px;
    width: 520px;
    margin-bottom: 10px
}

.temp-banner p
{
    display:none
}
    
/* konec temp banner */

/* tip, info, alert boxy */

#alert2-box
{
    background-color: #e2f5fd;
    border: 1px solid #2069b1;
    padding: 10px;
    margin:10px;
    font-size:95%;
}

#alert2-box h3
{
     color:#2069b1;
     padding-bottom:10px;
     font-size:15px;
}

#alert2-box p
{
     padding-bottom:5px;
     text-align:justify
}

.link-box-zam
{
    background-color: #fff891;
    border: 2px solid #7b7301;
    padding: 10px;
    margin:10px;
    font-size:90%;
    color:#7b7301
}

.tip-box
{
    background-color: #ddecfe;
    border: 2px solid #00377a;
    padding: 10px;
    margin:10px;
    font-size:90%;
    color:#00377a
}

/* konec tip, info, alert boxy */

/* vyhledavaci-box */

.searchbox h1, .searchbox p {margin:0 20px;}
.searchbox h4 {padding:0px 20px;}
.searchbox h2 { border:0;}
.searchbox p {margin:0 20px; padding-bottom:0.5em;}

.searchbox h4 
{
    padding-top:0.5em;
    padding-bottom:0.7em;
    margin-bottom:0.7em;
    background-image: url(../images/navigace-trojuhelnik-bila.gif);
    background-repeat: no-repeat;
    background-position: left 0.7em;
    color:#ffffff;
    background-color:#049ad9;
}

.searchbox { margin-bottom:10px;}

.xdtop, .xdbottom {display:block; background:transparent; font-size:1px;}

.xd1, .xd2, .xd3, .xd4 {display:block; overflow:hidden;}
.xd1, .xd2, .xd3 {height:1px;}
.xd2, .xd3, .xd4 {background:#f1fbff; border-left:1px solid #049ad9; border-right:1px solid #049ad9;}
.xd1 {margin:0 5px; background:#049ad9;}
.xd2 {margin:0 3px; border-width:0 2px;}
.xd3 {margin:0 2px;}
.xd4 {height:2px; margin:0 1px;}

.xd11, .xd22, .xd33, .xd44 {display:block; overflow:hidden;}
.xd11, .xd22, .xd33 {height:1px;}
.xd22, .xd33, .xd44 {background:#049ad9; border-left:1px solid #049ad9; border-right:1px solid #049ad9;}
.xd11 {margin:0 5px; background:#049ad9;}
.xd22 {margin:0 3px; border-width:0 2px;}
.xd33 {margin:0 2px;}
.xd44 {height:2px; margin:0 1px;}

.searchboxcontent {padding-bottom: 2px; display:block; background:#f1fbff; border:0 solid #049ad9; border-width:0 1px; }

.searchbox ul 
{
    margin-bottom: 3em;
    margin-left: 30px;
    padding: 0px;
}

.searchbox li  
{
    list-style-type:none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 3px;
    margin-left: -20px;
}

.searchbox li a {
    display: block;
    background-image:url('../images/menubox-sipka.gif'); 
    background-repeat:no-repeat;
    padding-left:15px;
    padding-right:20px;
    background-position: 0px 0.2em; 
    text-decoration:none;
    color:#0289e0;
}

.searchbox li a:hover, 
.searchbox a:active 
{
    background-position: 0px -113px; 
    color:#6c9d00;
    text-decoration:underline;
}
    
.searchbox-line
{
    width: 93%;
    text-align:center;
    height: 1px;
    border: 0 none;
}

/* konec vyhledavaci-box */

/* definice tabulek  */	
    
.table_2 
{
    font-size:90%;
    margin-top: 5px;
    margin-bottom: 20px;
    background-color: #fffff;
    border: 1px solid #d6d6d6;
    width: 520px;
    vertical-align:top;
}

.cell_1_a 
{
    padding: 10px;
    font-weight: bold;
    background-color: #049ad9;
    vertical-align:top;
    color: #ffffff;
}

.cell_1_b 
{
    padding: 5px;
    background-color: #C0C0C0;
    vertical-align:top;
    background-color: #f1fbff;
    color:000000;
}
    
.cell_1_c 
{
    padding: 5px;
    background-color: #f2f2f2;
    vertical-align:top;
    color:000000;
}
    
.cell_1_d 
{
    padding: 5px;
    vertical-align:top;
    color: red;
}

/* konec definice tabulek  */

/* pruvodce  */

.wizard-1
{
    background-position: left 5px; 
    padding-left: 90px;
    background-image: url('../images/wizard-1.gif');
    background-repeat: no-repeat;
    margin-bottom: 20px
}
    
.wizard-2
{
    padding-left: 90px;
    background-position: left 5px; 
    background-image: url("../images/wizard-2.gif");
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.wizard-3
{
    background-position: left 5px; 
    padding-left: 90px;
    background-image: url("../images/wizard-3.gif");
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.wizard-4
{
    background-position: left 5px; 
    padding-left: 90px;
    background-image: url("../images/wizard-4.gif");
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
/* konec pruvodce  */

#DivOdpovednaOsoba
{
    color: #ffffff;
    background-color: #ffffff;
    padding: 20px;
    text-align:right;
    font-size: 80%;
}

.matrjozka
{
    font-size: 1px;
}

#banner-uvod-1
{
    height: 170px;
    width: 170px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 5px;
    background-image: url(../banners/banner-uvod-1.gif);
    background-repeat: no-repeat;
    float: left;
}

#banner-uvod-1 span
{
    display: none;
}

#banner-uvod-1 a
{
    height: 30px;
    width: 160px;
    display: block;
    padding-top: 140px;
    padding-left: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

#banner-uvod-1 a:hover
{
    height: 30px;
    width: 160px;
    background-image: url(../banners/banner-uvod-1-hover.gif);
    background-repeat: no-repeat;
    display: block;
    color: #d7ff7f;
    text-decoration: underline;
}

#banner-uvod-2
{
    height: 170px;
    width: 170px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 5px;
    background-image: url(../banners/banner-uvod-2.gif);
    background-repeat: no-repeat;
    float: left;
}

#banner-uvod-2 span
{
    display: none;
}

#banner-uvod-2 a
{
    height: 30px;
    width: 160px;
    display: block;
    padding-top: 140px;
    padding-left: 10px;
    color: #000000;
    text-decoration: none;
}

#banner-uvod-2 a:hover
{
    height: 30px;
    width: 160px;
    background-image: url(../banners/banner-uvod-2-hover.gif);
    background-repeat: no-repeat;
    display: block;
    color: #d7ff7f;
    text-decoration: underline;
}

#banner-uvod-3
{
    height: 170px;
    width: 170px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    background-image: url(../banners/banner-uvod-3.gif);
    background-repeat: no-repeat;
    float: left;
}

#banner-uvod-3 span
{
    display: none;
}

#banner-uvod-3 a
{
    height: 120px;
    width: 160px;
    display: block;
    padding-top: 50px;
    padding-left: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

#banner-uvod-3 a:hover
{
    background-image: url(../banners/banner-uvod-3-hover.gif);
    background-repeat: no-repeat;
    display: block;
    color: #766e01;
    text-decoration: underline;
}

#banner-uvod-4
{
    height: 80px;
    width: 520px;
    padding:	0px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    background-image: url(../banners/banner-uvod-4.gif);
    background-repeat: no-repeat;
    float:left;
}
    
#banner-uvod-4 span
{
    display:none
}
    
#banner-uvod-4 a
{
    height: 25px;
    width: 120px;
    display:block;
    padding-top: 55px;
    padding-left: 400px;
    color:#FFFFFF;
    text-decoration:none
}
    
#banner-uvod-4 a:hover
{
    height: 25px;
    width: 120px;
    background-image: url(../banners/banner-uvod-4-hover.gif);
    background-repeat: no-repeat;
    display:block;
    color:#00415c;
    text-decoration:underline
}
    
#pasticka
{
    display:none
}

.margin-lock {
    margin-left: 46px;
}

.text-warning {
    color: #8a6d3b;
}

.text-danger {
    color: #a94442;
}

/* Termíny od do */
.obsazenost-od-do-table {
    margin: 4px -8px 4px -8px;
    border-collapse: collapse;
    width: 617px;
}
    .obsazenost-od-do-table > tfoot > tr > td {
        padding-top: 4px;
    }

    .obsazenost-od-do-table > tbody > tr:nth-child(8n-1),
    .obsazenost-od-do-table > tbody > tr:nth-child(8n-2),
    .obsazenost-od-do-table > tbody > tr:nth-child(8n-3) {
        background: #eeeeee;
    }
    .obsazenost-od-do-table > tbody > tr:nth-child(8n) .commands {
        background: #eeeeee;
    }
        .obsazenost-od-do-table tr > td.padding-left {
            padding-left: 8px !important;
        }
        .obsazenost-od-do-table tr > td.padding-right {
            padding-right: 0 !important;
        }
        .obsazenost-od-do-table tr > td.top {
            padding-top: 6px !important;
        }

    .obsazenost-od-do-table .title {
        display: block;
        vertical-align: top;
    }
    .obsazenost-od-do-table .ucebna-field {
        width: 538px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 0 7px 8px !important;
    }
    .obsazenost-od-do-table .datum-title {
        padding: 0 0 4px 0 !important;
        min-width: 62px;
    }
    .obsazenost-od-do-table .datum {
        padding: 0 8px 4px 8px !important;
        min-width: 116px;
    }
    .obsazenost-od-do-table .cas {
        padding: 0 8px 4px 0 !important;
        min-width: 155px;
    }
    .obsazenost-od-do-table .last {
        padding: 0 8px 4px 8px !important;
        min-width: 117px;
    }

    .obsazenost-od-do-table .ucebna-edit {
        width: 546px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 0 7px 0 !important;
    }
    .obsazenost-od-do-table .datum-edit {
        padding: 0 0 4px 0 !important;
        min-width: 116px;
    }
    .obsazenost-od-do-table .datumdo-edit {
        padding: 0 0 4px 0 !important;
        min-width: 136px;
    }
    .obsazenost-od-do-table .cas-edit {
        padding: 0 0 4px 0 !important;
        min-width: 155px;
    }

    .obsazenost-od-do-table .commands {
        padding: 0 8px 8px 8px !important;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 6px;
        min-height: 20px;
    }

    .obsazenost-od-do-table .links {
        float: right;
        min-width: 231px;
    }

.ucebny-dropdown-control {
    width: 546px;
    min-width: 546px;
}

.termin-dle-dohody {
    float: left;
}

/* Tabs */
.nav::after, .navbar::after, .navbar-header::after {
    clear: both;
}

.nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after {
    content: " ";
    display: table;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
    .nav > li {
        position: relative;
        display: block;
    }
        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }
            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}
    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }
        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }
            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
            }
        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.tabs-panel ul {
    padding-left: 0;
}
.tabs-panel li {
    position: static;
    padding-left: 0;
}
    .tabs-panel li:before {
        position: static;
        content: none;
    }
