/*
                                                                        .         .
     ,o888888o.    8 8888888888   8 888888888o  `8.`888b           ,8' ,8.       ,8.
    8888     `88.  8 8888         8 8888    `88. `8.`888b         ,8' ,888.     ,888.
 ,8 8888       `8. 8 8888         8 8888     `88  `8.`888b       ,8' .`8888.   .`8888.
 88 8888           8 8888         8 8888     ,88   `8.`888b     ,8' ,8.`8888. ,8.`8888.
 88 8888           8 88888888     8 8888.   ,88'    `8.`888b   ,8' ,8'8.`8888,8^8.`8888.
 88 8888           8 8888         8 888888888P'      `8.`888b ,8' ,8' `8.`8888' `8.`8888.
 88 8888   8888888 8 8888         8 8888              `8.`888b8' ,8'   `8.`88'   `8.`8888.
 `8 8888       .8' 8 8888         8 8888               `8.`888' ,8'     `8.`'     `8.`8888.
    8888     ,88'  8 8888         8 8888                `8.`8' ,8'       `8        `8.`8888.
     `8888888P'    8 8888         8 8888                 `8.` ,8'         `         `8.`8888.
=============================================================================================
=============================================================================================
CSS verze ADM 1.02                      24.12.2015                       (c) Newexer Software
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/




/*
BODY
-------------------------------------------*/
body {
    font-family: 'Roboto', sans-serif;
    background-color: #efefef;
    padding-top: 61px;
}
p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 17px;
}
.tooltip {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
}
@media (min-width: 1200px) {
    .container,.container-fluid {
        max-width: 1150px;
    }
}
/*
MENU, HLAVICKA
-------------------------------------------
*/
.mainnavbar {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    background-image: none;
    background-repeat: no-repeat;
    box-shadow: none;
    /*background-color: #49392d;*/
    min-height: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 0px;
    z-index: 100;
}
.mainnavbar .navbar-nav li a {
    padding-top: 2px;
}
.mainnavbar .navbar-nav > li > a {
    color: #ffffff;
    /*border-top: 5px solid #49392d;*/
    text-shadow: none;
    -o-transition:.35s;
    -ms-transition:.35s;
    -moz-transition:.35s;
    -webkit-transition:.35s;
    transition:.35s;
}
.mainnavbar .navbar-nav > li > a:hover,
.mainnavbar .navbar-nav > li > a:focus {
    color: #ffffff;
    /*border-top: 5px solid #c43320;
    background-color: #e23a23;*/
    -o-transition:.35s;
    -ms-transition:.35s;
    -moz-transition:.35s;
    -webkit-transition:.35s;
    transition:.35s;
}
.mainnavbar .navbar-nav > .active > a,
.mainnavbar .navbar-nav > .active > a:hover,
.mainnavbar .navbar-nav > .active > a:focus,
.mainnavbar .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a,
.mainnavbar .navbar-nav > .open > a,
.mainnavbar .navbar-nav > .open > a:focus,
.mainnavbar .navbar-nav > .open > a:hover{
    color: #ffffff;
    /*border-top: 5px solid #c43320;
    background-color: #e23a23;*/
    background-image: none;
    background-repeat: no-repeat;
    border-radius: 0px;
    box-shadow: none;
}
.mainnavbar .dropdown-menu {
    -webkit-box-shadow: 10px 10px 0px -6px rgba(0,0,0,0.1);
    -moz-box-shadow: 10px 10px 0px -6px rgba(0,0,0,0.1);
    box-shadow: 10px 10px 0px -6px rgba(0,0,0,0.1);
}
.mainnavbar .navbar-brand, .mainnavbar .navbar-brand:focus{
    color: #ffffff;
    text-shadow: none;
}
.mainnavbar .navbar-brand:hover{
    color: #ffffff;
/*    background-color: #e23a23;*/
    text-shadow: none;
}
.mainnavbar .navbar-toggle {
    border-color: #ffffff;
}
/*.mainnavbar .navbar-toggle:hover,
.mainnavbar .navbar-toggle:focus:hover{
    background-color: #e23a23;
}*/
/*.mainnavbar .navbar-toggle:focus {
    background-color: #49392d !important;
}*/

.mainnavbar .navbar-toggle:hover .icon-bar, .navbar-custom .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}
.mainnavbar .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
/*.mainnavbar .navbar-collapse,
.mainnavbar .navbar-form {
    border-color: #49392d;
}*/
.navbar {
    margin-bottom: 0px;
}
.navbar-brand,
.navbar-nav li a {
    line-height: 61px;
    height: 61px;
    padding-top: 0;
}

/*dropdown menu + responzivní drobnosti*/
@media (max-width: 768px) {
    .mainnavbar .navbar-nav .open .dropdown-menu > li > a, .mainnavbar .navbar-nav .open .dropdown-menu > li > a:focus, .mainnavbar .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: #EFEFEF;
        line-height: 61px;
        height: 61px;
        padding-top: 0;
        font-weight: 700;
        -o-transition:.35s;
        -ms-transition:.35s;
        -moz-transition:.35s;
        -webkit-transition:.35s;
        transition:.35s;
    }
    .navbar-fixed-top {
        /*border-top: 5px solid #49392d;*/
        position: relative;
        top: auto;
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }
    body {
        padding-top: 0;
    }

    /* barva rozdělovače sekcí */
    .dropdown-menu .divider {
        height: 3px;
        background-color: #959595 !important;
        margin: 0;
        padding: 10px 0;
    }

    /* odebere focus změnu barvy na mobilních zařízeních */
    /*.mainnavbar .navbar-nav > li > a:focus {
        border-top: 5px solid #49392d;
        background-color: #49392d;
    }*/
    /*.mainnavbar .navbar-nav > li > a:focus:hover {
        border-top: 5px solid #c43320;
        background-color: #e23a23;
    }*/

    /* změní barvu nadpisu sekce v dropdown menu */
    .dropdown-header {
        color: #777;
    }

    /* aktivní položka - pozadí */
    .mainnavbar .navbar-nav .open .dropdown-menu > .active > a,
    .mainnavbar .navbar-nav .open .dropdown-menu > .active > a:hover,
    .mainnavbar .navbar-nav .open .dropdown-menu > .active > a:focus,
    .mainnavbar .navbar-nav .open .dropdown-menu > .active > a:focus:hover{
        color: #EFEFEF;
        /*background-color: #e23a23;*/
        background-image: none;
        background-repeat: no-repeat;
    }

    /* hover efekt */
    .mainnavbar .navbar-nav .open .dropdown-menu > li > a:hover,
    .mainnavbar .navbar-nav .open .dropdown-menu > li > a:focus:hover{
       /* color: #e23a23;*/
        background-image: none;
        background-repeat: no-repeat;
    }
    /*.mainnavbar .navbar-nav .open .dropdown-menu > li > a:focus:hover {
        color: #e23a23;
    }*/
    /*pozadí u divideru*/
    .mainnavbar .navbar-nav .open .dropdown-menu > li{
        background-color: #EFEFEF;
    }
}

@media (min-width: 768px)  {
    .mainnavbar {
        -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow:    0px 5px 0px 0px rgba(0, 0, 0, 0.1);
        box-shadow:         0px 5px 0px 0px rgba(0, 0, 0, 0.1);
    }
    .mainnavbar .dropdown:hover .dropdown-menu {
        display: block;
    }
    .mainnavbar .dropdown-menu a {
        line-height: 31px;
        height: 31px;
        -o-transition:.25s;
        -ms-transition:.25s;
        -moz-transition:.25s;
        -webkit-transition:.25s;
        transition:.25s;
    }

    /*ohraničení dropdown menu*/
    .mainnavbar .dropdown-menu {
        border: 1px solid rgba(115, 115, 115, 1);
    }

    /* aktivní položka - pozadí + barva písma */
    .mainnavbar .navbar-nav .dropdown-menu > .active > a,
    .mainnavbar .navbar-nav .dropdown-menu > .active > a:hover,
    .mainnavbar .navbar-nav .dropdown-menu > .active > a:focus{
        /*background-color: #e23a23;*/
        color: #ffffff;
        background-image: none;
        background-repeat: no-repeat;
        cursor: default;
    }

    /* barva rozdělovače sekcí */
    .dropdown-menu .divider {
        height: 1px;
        background-color: #959595;
        margin-bottom: 0px;
    }
    /* hover efekt */
    .mainnavbar .navbar-nav .dropdown-menu > li > a:hover,
    .mainnavbar .navbar-nav .dropdown-menu > li > a:focus{
        /*color: #e23a23;*/
        background-color: #ffffff;
        background-image: none;
        background-repeat: no-repeat;
    }
    .navbar-right {
        margin-right: 0;
    }
}

/*
TYPOGRAFIE
-------------------------------------------*/
h1, h2, h3, h4, h5, h6, .navbar-brand, .label{
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
.gray {
     color: #959595;
 }
.darkgray {
     color: #6f6f6f;
}

h1 {font-size: 50px !important;}
h2 {font-size: 45px;}
h3 {font-size: 40px;}
h4 {font-size: 30px;}
h5 {font-size: 25px;}
h6 {font-size: 18px;}

.panel-title, .popover-title {
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
}

/*velikosti písma*/
.font-8x {font-size: 50px !important;}
.font-7x {font-size: 40px !important;}
.font-6x {font-size: 33px !important;}
.font-5x {font-size: 25px !important;}
.font-4x {font-size: 22px !important;}
.font-3x {font-size: 20px !important;}
.font-2x {font-size: 17px !important;}
.font-1x {font-size: 14px !important;}
/*odkazy u nadpisů*/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: #353535;
    transition: all 400ms ease-out 0s;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
    /*color: #e23a23;*/
    transition: all 400ms ease-out 0s;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    text-decoration: none;
    color: #353535;
    transition: all 400ms ease-out 0s;
}
h1 a:visited:hover, h2 a:visited:hover, h3 a:visited:hover, h4 a:visited:hover, h5 a:visited:hover, h6 a:visited:hover {
    text-decoration: none;
    /*color: #e23a23;*/
    transition: all 400ms ease-out 0s;
}

a.nostyle, a.nostyle:hover, a.nostyle:visited, a.nostyle:visited:hover {
    text-decoration: none;
    color: #353535;
}
a.hoverblack, a.hoverblack:visited {
    /*color: #e23a23;*/
    transition: all 400ms ease-out 0s;
}

a.hoverblack:hover, a.hoverblack:visited:hover {
    color: #353535;
    transition: all 400ms ease-out 0s;
}
blockquote {
    border-left: 5px solid #c2c2c2;
}
blockquote footer {
    padding-top: 0px;
    background-color: transparent;
}
.gray a, .gray a:visited {
    color: #959595;
    text-decoration: underline;
}
/*.gray a:hover, .gray a:focus {
    color: #e23a23;
}*/
dl {
    font-size: 16px;
}
dd {
    margin-bottom: 5px;
}
/* chybová stránka */
@media (max-width: 768px) {
    .errortitle {
        font-size: 10em !important;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .errortitle {
        font-size: 13em !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .errortitle {
        font-size: 18em !important;
    }
}
@media (min-width: 1200px) {
    .errortitle {
        font-size: 22em !important;
    }
}
.help-block {
    font-size: 14px;
}
blockquote {
    font-size: 17px;
}
/*
PATICKA
-------------------------------------------*/
footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #242424;
    color: #cdcdcd;
}

.footer-copyright {
    background-color: #202020;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #A4A4A4;
    font-size: 13px !important;
    font-weight: 300;
}
.footer-copyright .container {
    padding-bottom: 0px;
}
.footer-copyright p {
    margin: 0;
    font-size: 14px;
}
footer .container {
    padding-bottom: 30px;
}
footer strong {
    font-weight: 300;
    font-size: 20px;
}
footer strong + .list-unstyled {
    margin-top: 10px;
}
footer ::selection {
    background: #353535; /* WebKit/Blink Browsers */
}
footer ::-moz-selection {
    background: #353535; /* Gecko Browsers */
}
footer .list-unstyled .fa {
    width: 20px;
}
/* logo */
footer .logo {
    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
    transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
}
footer .logo:hover {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
/* sticky footer */
body {
    /**
    * 1. Making the <body> element behave like a flexbox container.
    * 2. Making flex children line up vertically (horizontal is default)
    * 3. Setting the min-height to 100% of the viewport height.
    */

    /* [1] */
    /* Ye Olde Flexbox for Webkit */
    display: -webkit-box;
    /* Tweener flexbox for IE10 */
    display: -ms-flexbox;
    /* Prefixed "new flexbox" */
    display: -webkit-flex;
    /* unprefixed standard "new flexbox" version for the rest */
    display: flex;

    /* [2] */
    /* Your grandparents flexbox for old Webkit */
    -webkit-box-orient: vertical;
    /* Prefixed new syntax: */
    -webkit-flex-direction: column;
    /* (Same syntax for weird IE tweener) */
    -ms-flex-direction: column;
    /* unprefixed new syntax */
    flex-direction: column;

    /* [3] */
    min-height: 100vh;
}
.content {
    /* Pepperidge Farm remembers. */
    -webkit-box-flex: 1 0 auto;
    /* IE10, ugh */
    -ms-flex: 1 0 auto;
    /* Unprefixed */
    flex: 1 0 auto;
    /* prefixed webkit syntax */
    -webkit-flex: 1 0 auto;
}





/*
KOMPONENTY
-------------------------------------------*/
.nopadding {
    padding: 0 !important;
}
.nomargin {
    margin: 0 !important;
}
a:focus {
    outline: 0;
}
.fullheight {
    height: 100% !important;
}
.fullwidth {
    width: 100% !important;
}
.rightnopadding {
    padding-right: 0px;
}
.leftnopadding {
    padding-left: 0px;
}
.topnopadding {
    padding-top: 0px;
}
.bottomnopadding {
    padding-bottom: 0px;
}
.space-bottom {
    padding-bottom: 45px;
}
.space-bottom-sm {
    padding-bottom: 20px;
 }
.space-top {
    padding-top: 45px;
}
.space-top-sm {
    padding-top: 20px;
}
.space-bottom-xs {
    padding-bottom: 10px;
}
.space-top-xs {
    padding-top: 10px;
}
/*
OSTATNI STYLY
-------------------------------------------*/

.media {
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    padding: 40px;
    min-height: 235px;
}
.media .media-object {
    max-width: 150px;
    max-height: 150px;
    margin-right: 30px;
}
@media (max-width:400px) {
    .media .media-object {
        max-width: 50px;
        max-height: 50px;
        margin-right: 10px;
    }
}
.panel-white {
    background-color: #ffffff;
    border-bottom: 1px solid #E0E0E0;
    padding-top: 40px;
    padding-bottom: 40px;
}
.panel-white img {
    margin: 0 auto;
}
@media (max-width: 768px) {
    .panel-white img {
        margin: 0 auto;
        max-height: 200px;
        margin-bottom: 10px;
    }
}
.panel-warning {
    background-color: #FAD9A4;
    color: #976008;
    border-bottom: 1px solid #f8c882;
    padding-top: 10px;
}
.panel-warning a, .panel-warning a:hover, .panel-warning a:focus, .panel-warning a:visited, .panel-warning a:visited:hover {
    color: #976008;
    font-weight: bold;
}
.panel-danger {
    background-color: #FAC9C4;
    color: #B11E0E;
    border-bottom: 1px solid #fabd9e;
    padding-top: 10px;
}
.panel-danger a, .panel-danger a:hover, .panel-danger a:focus, .panel-danger a:visited, .panel-danger a:visited:hover {
    color: #B11E0E;
    font-weight: bold;
}
.panel-hover {
	padding-top: 10px;
	background-color: #eeeeee;
    border-bottom: 1px solid #E0E0E0;
	cursor: pointer;
}
.panel-hover:hover, .panel-hover:focus {
	background-color: #ffffff;
}
.alert-warning {
    background: #FAD9A4 none repeat scroll 0% 0%;
    color: #976008;
    border: 0px none;
}
.alert-danger {
     background: #FAC9C4 none repeat scroll 0% 0%;
     color: #B11E0E;
     border: 0px none;
 }
.alert-info {
    background: #D2E8FF none repeat scroll 0% 0%;
    color: #00356C;
    border: 0px none;
}
.alert-success {
    background: #83E3AA none repeat scroll 0% 0%;
    color: #13532E;
    border: 0px none;
}


.breadcrumb {
    padding-top: 0px;
    background-color: #ffffff;
    color: #000000;
    margin-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
}
.aktuality div.row {
    border-top: 1px solid #E0E0E0;
    padding-top: 10px;
}
.aktuality img {
    margin-bottom: 10px;
    border-radius: 3px;
}
article img {
    max-width: 100%;
    border-radius: 5px;
}
.pagination > li > a, .pagination > li > span {
    float: none;
    border: 0px none;
}
.pagination {
    margin: 0px;
}
.jidelnicek {
    background-color: #ffffff;
}
.jidelnicek td {
    height: 120px;
    vertical-align: middle !important;
}
.jidelnicek td:first-child {
    text-align: center;
}
.panel-title {
    font-size: 20px;
}
.panel-title h2 {
    margin-bottom: 0px !important;
}
.whitepanel {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 16px;
    padding-left: 16px;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    2px 2px 2px 0px rgba(50, 50, 50, 0.15);
    box-shadow:         2px 2px 2px 0px rgba(50, 50, 50, 0.15);
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    cursor: pointer;
    margin-bottom: 10px;
}
.whitepanel:hover {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 0.5);
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}
.line-top {
	border-top: 1px solid #E0E0E0;
}
.line-bottom {
	border-bottom: 1px solid #E0E0E0;
}

/*
HOVER OBRAZKY
-------------------------------------------*/


figure.hover-effect figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.hover-effect figcaption::before,
figure.hover-effect figcaption::after {
    pointer-events: none;
}

figure.hover-effect figcaption,
figure.hover-effect figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.hover-effect figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure.hover-effect h2 {
    word-spacing: 0em;
    font-weight: 300;
    font-size: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}


figure.hover-effect {
    /*background: #e23a23;*/
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 300px;
    max-width: 545px;
    max-height: 361px;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25em;
}

figure.hover-effect img,
figure.hover-effect h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.hover-effect img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

figure.hover-effect h2,
figure.hover-effect p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    margin: 0;
}

figure.hover-effect p {
    letter-spacing: 1px;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}

figure.hover-effect:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-80px,0);
}

figure.hover-effect:hover h2 {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}

figure.hover-effect:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

textarea {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    max-width: 100%;
}
.btn {
    margin-top: 5px;
    margin-bottom: 5px;
}
/*
STYL GALERIE
-------------------------------------------*/
.gallery figure {
    margin: 0;
}
.gallery figure img {
    width: 100%;
}
.gallery figcaption {
    visibility: hidden;
}

/*
KROKY - WIZARD
-------------------------------------------*/
.bs-wizard {margin-top: 40px;}
.bs-wizard .progress {background: #FFFFFF none repeat scroll 0% 0%;}
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #fff;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.wizard-bold-active > .active > .bs-wizard-stepnum { font-weight: bold !important; }

@media (min-width: 768px) {
    .dl-horizontal dt {
        width:280px;
        white-space: normal;
        margin-bottom: 5px;
    }
    .dl-horizontal dd {
        margin-left:300px;
    }
}


.colorselect i {
    top: 50%;
    left: 50%;
    color: #FFFFFF;
    position: absolute;
    margin-left: -25px;
    margin-top: -40px;
}
.vertmiddle > tbody > tr > td {
    vertical-align: middle;
}
.tab-pane>div {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contentbox {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: move;
}

.ghostdrop {
    opacity: 0.3;
}

/*
STRANKA SE SOUBORY KE STAZENI
-------------------------------------------*/
.file-panel-active, .file-panel-warning, .file-panel-danger, .file-panel-info, .file-panel-success {
    padding: 15px;
    min-height: 176px;
    margin-bottom: 25px;
    border: 1px solid;
    cursor: default;
    height: 220px;
}
.file-panel-active .imgcontainer, .file-panel-warning .imgcontainer, .file-panel-danger .imgcontainer, .file-panel-info .imgcontainer, .file-panel-success .imgcontainer {
    height: 64px;
    margin-bottom: 20px;
}
.file-panel-active {
    background-color: #F5F5F5;
    border-color: #C4C4C4;
}
.file-panel-danger {
    background-color: #F2DEDE;
    border-color: #F3BFBD;
}
.file-panel-warning {
    background-color: #FCF8E3;
    border-color: #FDD7BD;
}
.file-panel-info {
    background-color: #D9EDF7;
    border-color: #AFE0F7;
}
.file-panel-success {
    background-color: #DFF0D8;
    border-color: #C1E3BD;
}

