﻿/* tenhle soubor by mel bejt prazdny - obsahuje moje css hack, aby mi web nejak vypadal pred tim, nez na nej skoci Vlasta ... */

.db-table-cell-wide { 
    width: 100%;
    text-align: center;
    background: silver;
}

.dashboard-region .db-header .db-controls .db-budget {
    display: inline-block;
    vertical-align: middle;
}

.attachement-preview { 
    max-width: 33%;
}

.ERROR { 
    color: red;
    font-size: 1.2rem;
}


.DEBUG > span:before, .DEBUG > span:after { display: inline-block; white-space: pre; }
.DEBUG > span:first-child:before {  content: '[ '; }
.DEBUG > span:not(:first-child):before { content: ', '; }
.DEBUG > span:last-child:after { content: ' ]'; }


label>input {  display: none; }


.header .navbar-filters-wrapper .navbar-filters-list .navbar-filter-item .navbar-filter-link.active {  pointer-events: inherit; }


.formSkinDefault .formField .edit textarea {  resize: vertical; }


.saving {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff url('/templates/css/images/saving.gif') center center no-repeat;
    z-index: 1000
}




.filter-item {
    padding: 4px;
    font-size: 1rem;
    text-align: left;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-top: 1px dotted silver;
}
.filter-item:first-child {  border-top: none; }
.filter-item.selected { 
    color: red;
}

/**
 * Reset button styles.
 * It takes a bit of work to achieve a neutral look.
 */
.action-button {
    padding: 4px;
    width: 28px;
    height: 28px;
    border-color: transparent;
    cursor: pointer;
}
.action-button:active { 
    border-color: black;
}