﻿/*PŮVODNÍ IISC.css*/
body {
}

.footer {
    margin-top: 20px;
}

.dialog-small {
    min-width: 150px;
    max-width: 330px;
    /*padding: 5px;*/
    margin: auto;
}

.dialog-hlavicka {
    color: #808080;
    font-size: 2em;
    font-weight: bold;
    /*font-family: sans-serif;*/
    display: block;
    text-align: left;
    padding-left: 10px;
    margin: 0 0 20px 0;
}

.dialog-text {
    display: block;
    padding: 5px 10px;
    color: #808080;
}

.dialog-paticka {
    text-align: right;
    padding-right: 10px;
    margin-top: 15px;
    position: relative;
}

.sslLogo {
    position: absolute;
    left: 0;
    float: right;
}

.sslLogoPage {
    margin-right: 10px;
}

.dialog-small-seznam {
    width: 100%;
    font-family: "Lucida Console", Monaco, monospace;
}

.modul {
    padding: 10px;
}

.ulohy {
    display: block;
}

    /*.ulohy .uloha {
        margin: 8px;
        margin-right:0px;
        float: left;
        list-style: outside none none;
    }


        .ulohy .uloha a, .ulohy .uloha .uloha-nepovolena {
            display: table-cell;
            vertical-align: middle;
            border: 1px solid #DEDEDE;
            box-shadow: 0px 0px 3px #C6C6C6;
            padding: 10px;
            font-size: 22px;
            text-align: center;
            height: 95px;
            width: 170px;
            margin: auto;
            position: relative;
        }*/

    .ulohy .uloha {
        margin: 12px;
        float: left;
        list-style: outside none none;
    }


        .ulohy .uloha a, .ulohy .uloha .uloha-nepovolena {
            display: table-cell;
            vertical-align: middle;
            border: 1px solid #DEDEDE;
            box-shadow: 0px 0px 3px #C6C6C6;
            padding: 12px;
            font-size: 22px;
            text-align: center;
            height: 95px;
            width: 200px;
            margin: auto;
            position: relative;
        }

        .ulohy .uloha .uloha-nepovolena {
            color: #AAA;
        }

            .ulohy .uloha .uloha-nepovolena + .tooltip > .tooltip-inner {
                background-color: #b94a48;
            }

            .ulohy .uloha .uloha-nepovolena + .tooltip > .tooltip-arrow {
                border-top-color: #b94a48;
            }

        .ulohy .uloha a:hover {
            background-color: #fbfbfb;
            box-shadow: 0px 0px 4px #b6b6b6;
            text-decoration: none;
        }

@media screen and (max-width: 768px) {
    .ulohy .uloha {
        margin: 8px;
        margin-right: 0px;
        float: left;
        list-style: outside none none;
    }


        .ulohy .uloha a, .ulohy .uloha .uloha-nepovolena {
            display: table-cell;
            vertical-align: middle;
            border: 1px solid #DEDEDE;
            box-shadow: 0px 0px 3px #C6C6C6;
            padding: 10px;
            font-size: 22px;
            text-align: center;
            height: 95px;
            width: 170px;
            margin: auto;
            position: relative;
        }
}
/*
.alert-info {
    background-color: #3A87AD;
    border-color: #3A87AD;
    color: white;
}

.alert-success {
    color: white;
    background-color: #468847;
    border-color: #468847;
}

.alert-warning {
    color: white;
    background-color: #F09D0E;
    border-color: #F09D0E;
}

.alert-danger {
    color: white;
    background-color: #b94a48;
    border-color: #b94a48;
}
*/

/*PŮVODNÍ Site.css*/
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}
    */

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.navbar-inverse {
    background-color: #F8F8F8;
    border-color: #DADADA;
}

.navbar-brand {
    padding: 2px;
}

.navbar img {
    height: 44px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #4B4B4B;
    font-size: 18px;
    padding: 15px 20px;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        color: #4B4B4B;
        background-color: #dedede;
    }

.navigate-panel {
    background-color: #808080;
    margin-bottom: 10px;
}

    .navigate-panel .volby {
        float: left;
    }

    .navigate-panel .logout {
        padding: 10px 10px;
        float: right;
        background-color: white;
    }

        .navigate-panel .logout a {
            color: #333;
            text-decoration: underline;
            font-weight: bold;
        }

.margin-top-small {
    margin-top: 5px;
}

.margin-top-medium {
    margin-top: 10px;
}

.margin-top-large {
    margin-top: 20px;
}

.margin-top-none {
    margin-top: 0;
}

.margin-bottom-small {
    margin-bottom: 5px;
}

.margin-bottom-medium {
    margin-bottom: 10px;
}

.margin-bottom-large {
    margin-bottom: 20px;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.margin-left-small {
    margin-left: 5px;
}

.margin-left-medium {
    margin-left: 10px;
}

.margin-left-large {
    margin-left: 20px;
}

.margin-left-none {
    margin-left: 0;
}

.margin-right-small {
    margin-right: 5px;
}

.margin-right-medium {
    margin-right: 10px;
}

.margin-right-large {
    margin-right: 20px;
}

.margin-right-none {
    margin-right: 0;
}

.margin-small {
    margin: 5px;
}

.margin-medium {
    margin: 10px;
}

.margin-large {
    margin: 20px;
}

.margin-none {
    margin: 0;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

/**/

.padding-top-small {
    padding-top: 5px;
}

.padding-top-medium {
    padding-top: 10px;
}

.padding-top-large {
    padding-top: 20px;
}

.padding-top-none {
    padding-top: 0;
}

.padding-bottom-small {
    padding-bottom: 5px;
}

.padding-bottom-medium {
    padding-bottom: 10px;
}

.padding-bottom-large {
    padding-bottom: 20px;
}

.padding-bottom-none {
    padding-bottom: 0;
}

.padding-left-small {
    padding-left: 5px;
}

.padding-left-medium {
    padding-left: 10px;
}

.padding-left-large {
    padding-left: 20px;
}

.padding-left-none {
    padding-left: 0;
}

.padding-right-small {
    padding-right: 5px;
}

.padding-right-medium {
    padding-right: 10px;
}

.padding-right-large {
    padding-right: 20px;
}

.padding-right-none {
    padding-right: 0;
}

.padding-small {
    padding: 5px;
}

.padding-medium {
    padding: 10px;
}

.padding-large {
    padding: 20px;
}

.padding-none {
    padding: 0 !important;
}

/**/

.scroll-bottom {
    overflow-x: scroll;
}

.scroll-right {
    overflow-y: scroll;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
}

.white {
    color: white;
}

.red {
    color: #B94A48;
}

.lightGrey {
    color: #fafafa;
}

.backgroud-color-lightGrey {
    background-color: #fafafa;
}

.darktGrey {
    color: #808080;
}

.backgroud-color-darkGrey {
    background-color: #808080;
}

.bold {
    font-weight: bold;
}

.inline {
    display: inline;
}

.noWrap {
    white-space: nowrap;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-justify {
    text-align: justify;
}

.border-none {
    border: 0 none !important;
    box-shadow: none;
}

/*MAPA*/

.cesta-moznosti {
    margin-bottom: 10px;
}

.cesta-moznosti-sekce {
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
}

.cesta-moznosti > cesta-moznosti-sekce > :first-child {
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cesta-moznosti > cesta-moznosti-sekce > :last-child span {
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cesta-moznosti .cesta-moznosti-hlavni {
    display: inline-block;
    color: white;
    padding: 0 5px;
}

    .cesta-moznosti .cesta-moznosti-hlavni .cesta-moznosti-uloha {
        color: white;
        background-color: #808080;
        padding: 5px 10px 3px 15px;
    }

    .cesta-moznosti .cesta-moznosti-hlavni .cesta-moznosti-domu {
        background-color: #808080;
        display: inline-block;
        border: 2px solid #FFF;
        border-radius: 21px;
        margin: -3px -10px -3px 0px;
        padding: 5px 13px;
        color: white;
    }

    .cesta-moznosti .cesta-moznosti-hlavni a:hover {
        background-color: #428BCA;
        text-decoration: none;
        /*border-color: #428BCA;*/
    }

.cesta-moznosti .cesta-moznosti-sekce > span, .cesta-moznosti .cesta-moznosti-sekce > a, .cesta-moznosti .cesta-moznosti-sekce > div, .cesta-moznosti > span {
    padding: 4px;
    padding-right: 8px;
    white-space: nowrap;
    display: inline-block;
    margin-top: 4px;
}

.cesta-moznosti .cesta-moznosti-sekce a {
    color: #428BCA;
}

    .cesta-moznosti .cesta-moznosti-sekce a:hover {
        background-color: #428BCA;
        color: white;
        text-decoration: none;
    }

.cesta-moznosti div > .cesta-moznosti-sekce {
    min-width: 0;
    display: inline;
}

/*HLÁŠKY*/

.hlaska {
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 15px;
}

.hlaska-chyba {
    color: #b94a48;
    border-color: #b94a48;
    font-weight: bold;
}

.width-100-procent {
    width: 100% !important;
    display: block;
}

.max-width-100-procent {
    max-width: 100% !important;
    display: block;
}

.min-width-100-procent {
    min-width: 100% !important;
    display: block;
}

.titulek-ulohy {
    font-size: 24px;
    display: block;
}

.list-prefix {
    margin-left: 40px;
    position: relative;
}

    .list-prefix::before {
        content: attr(text);
        margin-left: -40px;
        position: absolute;
        color: black;
    }

.tool-bar-container {
    background-color: #808080;
    margin-bottom: 7px;
}

    .tool-bar-container .logout {
        padding: 10px 10px;
        float: right;
        background-color: white;
        margin-top: 10px;
    }

        .tool-bar-container .logout a {
            color: #333;
            text-decoration: underline;
            font-weight: bold;
        }


/*
    Změna maximální výšky u
    JQuery UI Autocomplete
        */
.ui-autocomplete {
    max-height: 255px !important;
}


.form-inline {
    margin-left: -15px;
    margin-right: -15px;
}

.height-auto {
    height: auto !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.preserve-line-break {
    white-space: pre-line !important;
}
