.hide{
    display: none;
}
/*
.info{color:green;font-weight:bold;}
.warning{color:red;font-weight:bold;}
.error{color:red;font-weight:bold;}
.center{display:block;text-align:center;}
.center img{float:none;}
*/
/* plovoucí formuláře - martin - bude možné časem smazat */
fieldset.float{
    position: fixed;
    top: 0;
    right: 0;
    border: 1px solid black;
    z-index: 99;
    font-size: 8pt;
    padding: .5em 0 0 1em;
}
fieldset.float input{
    margin: 0.2em;
}
fieldset.float select{
    margin: 0.1em;
}
/* styl pro komponentu paginator - neplatí pro paginator z inspinie */
.pagination{
    height: 2em;
    margin: 1.5em 0;
    width: 100%;
    font-size: 10pt;
    font-family: monospace;
}
.pagination ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination li{
    display:inline;
}
.pagination a{
    float: left;
    padding: 0 .6em;
    line-height: 2em;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}
.pagination a:hover,.pagination .active a{
    background-color: #f5f5f5;
}
.pagination .active a{
    color: #999999;
    cursor: default;
}
.pagination .disabled span,.pagination .disabled a,.pagination .disabled a:hover{
    color: #999999;
    background-color: transparent;
    cursor: default;
}
.pagination li:first-child a{
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.pagination li:last-child a{
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.pagination-centered{
    text-align: center;
}
.pagination-right{
    text-align: right;
}

table tr td.todayBorder {
    border-left: 2px solid #00c0ef !important;
    border-right: 2px solid #00c0ef !important;
}
table tr td.todayBorderH {
    border-top: 2px solid #00c0ef !important;
    border-bottom: 2px solid #00c0ef !important;
}

/* colors */
.coorg-bg-secondary {
    background-color: #fafafa !important;
}

.coorg-bg-secondary-dark {
    background-color: #4f4f4f !important;
}
.coorg-bg-info {
    background-color: #d6e0f5 !important;
}

.coorg-bg-info-dark {
    background-color: #4f4f4f !important;
}
.coorg-bg-report {
    background-color: #ebf0fa !important;
}

.coorg-bg-report-dark {
    background-color: #4f4f4f !important;
}

.coorg-bg-weekend {
    background-color: #f5f5f5 !important;
}

.coorg-bg-weekend-dark {
    background-color: #1f1f1f !important;
}

.coorg-bg-holiday {
    background-color: #ffebcc !important;
}

.coorg-bg-holiday-dark {
    background-color: #002b33 !important;
}

.coorg-bg-description {
    background-color: #fffff0 !important;
}
.coorg-bg-description-dark {
    background-color: #1f1f1f !important;
}

/* info boxy */

/* jantarová #fff8e1, #ffc107, #ff8f00 (#b8860b, #9a6c00) */
.coorg-bg-box-amber {
    background-color: #fff8e1 !important;
}
.coorg-bg-box-amber-dark {
    background-color: #9a6c00 !important;
}
/* oranžová #fff3e0, #ff9800, #e65100  (#8d2f00) */
.coorg-bg-box-orange {
    background-color: #fff3e0 !important;
}
.coorg-bg-box-orange-dark {
    background-color: #8d2f00 !important;
}
/* broskvová #ffeaa7, #fdcb6e, #e17055 (#a0522d, #b8510a)*/
.coorg-bg-box-peach {
    background-color: #ffeaa7!important;
}
.coorg-bg-box-peach-dark {
    background-color: #b8510a !important;
}

/* fonts */

.fontNormal {
    font-weight: normal !important;
}

.font14pt{
    font-size: 14pt !important;
}

/* rozměry */
.border0px{
    border-width: 0px !important;
}

.fullscreenWidth {
    width: 99% !important;
}

.width1em {
    width: 1em !important;
}
.width2em {
    width: 2em !important;
}
.width3em {
    width: 3em !important;
}
.width4em {
    width: 4em !important;
}
.width5em {
    width: 5em !important;
}
.width6em {
    width: 6em !important;
}
.width7em {
    width: 7em !important;
}
.width8em {
    width: 8em !important;
}
.width9em {
    width: 9em !important;
}
.width10em {
    width: 10em !important;
}
.width11em {
    width: 11em !important;
}
.width12em {
    width: 12em !important;
}
.width14em {
    width: 14em !important;
}
.width16em {
    width: 16em !important;
}
.width18em {
    width: 18em !important;
}
.width20em {
    width: 20em !important;
}
.width22em {
    width: 22em !important;
}
.width24em {
    width: 24em !important;
}
.alignTop {
    vertical-align: top !important;
}
.ulTree {
    list-style: none !important;
    padding-top: .3em !important;
}
/* full calendar */
/*
.fc-daygrid-event {
    white-space: normal !important;
    align-items: normal !important;
    display: block !important;
}
.fc-h-event .fc-event-main-frame {
    display: block !important;
}
*/
.description-pre {
    white-space: pre-wrap;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

/* ===== Compact Tools CSS - hover nástroje v tabulkách ===== */

.tools-compact {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px;
    cursor: pointer;
}

.tools-compact-trigger {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #6c757d;
    font-size: 16px;
    line-height: 24px;
    transition: color 0.2s ease;
}

.tools-compact-trigger:hover {
    color: #495057;
}

.tools-compact-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    white-space: nowrap;
    padding: 4px;
    min-width: 120px;
}

.tools-compact:hover .tools-compact-dropdown {
    display: block;
}

.tools-compact-dropdown a,
.tools-compact-dropdown span {
    display: inline-block;
    margin: 1px;
    padding: 2px 4px;
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.2s ease;
}

/* Skryjeme text, zobrazíme jen ikony */
.tools-compact-dropdown .text-muted,
.tools-compact-dropdown .text-dark,
.tools-compact-dropdown .text-warning,
.tools-compact-dropdown .text-success,
.tools-compact-dropdown .text-info,
.tools-compact-dropdown .text-danger {
    font-size: 0;
}

.tools-compact-dropdown i {
    font-size: 14px !important;
}

.tools-compact-dropdown a:hover {
    background-color: #f8f9fa;
    text-decoration: none;
}

/* Responzivní chování pro malé obrazovky */
@media (max-width: 768px) {
    .tools-compact-dropdown {
        position: fixed;
        right: 10px;
        left: auto;
        top: auto;
        min-width: 200px;
    }
}
