/* ============================================================================
 * modules.css — sloučené per-service / cross-service globální styly.
 *
 * Vzniklo sloučením beta.css + pripad.css (Č4/Č5, feasibility-cssts.md). NENÍ to
 * CSS Module (.module.css) — je to globální stylopis pro pravidla, která nelze
 * scopovat: jQuery/DataTables #id selektory, dynamicky skládané třídy
 * (tag-color-N, navbar-brand-*, schranka_zprava_*, female/male, background-*),
 * vendor (dt-, gsc-) a descendant pravidla. Pořadí beta-pripad zachováno dle
 * původního _layout.tsx (kaskáda). Mrtvé (0 referencí) třídy odstraněny.
 * ==========================================================================*/


/* ############################################################################
 * ## BETA — cross-service skin + fragmenty stránek
 * ##########################################################################*/

/* ========== beta.css ----------- */

td .editable {
  cursor: pointer;
  transition: border 0.2s ease-in-out;
}

td:hover .editable {
  border: 1px solid #007bff;
  /* Modrý okraj při najetí */
  cursor: pointer;
}

.page-link {
  font-size: 13px;
}

/* ------------------------------------------- */
.btn-disabled {
  border-color: #ccc;
}

/* cleanzone dava .btn { margin-left: 4px } - ve split buttonu nechceme */
.btn-group>.btn,
.btn-group>.btn-group>.btn {
  margin-left: 0;
}

.btn-default:hover {
  border-color: #bbb;
  /* vymyslene, jinak to ma default BS5 barvu */
}

.markdown-body {
  box-sizing: border-box;
  min-width: 200px;
  max-width: 980px;
  margin: 0 auto;
  padding: 15px;
  /*padding: 45px;*/
}

@media (max-width: 767px) {
  .markdown-body {
    padding: 15px;
  }
}

.chat-wi .msg-received .c-avatar {
  left: 0;
}

.chat-wi .msg-received .c-bubble span {
  background: url(../images/bubble-tail-l-white.png) no-repeat;
  left: -12px;
}

.chat-wi .msg-received {
  text-align: left;
}

.chat-wi .msg-received .c-bubble {
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #e3e3e3;
  box-shadow: 0 1px 0 #ffffff inset, 0 1px 2px rgba(0, 0, 0, 0.25);
  text-shadow: none;
  color: #666;
  background-image: -moz-linear-gradient(center top, #ffffff 45%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3));
  /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
  /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -o-linear-gradient(top, #ffffff, #f3f3f3);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #ffffff 45%, #f3f3f3 100%);
}

/* ------------------------------------------ */

.dataTables_info {
  float: left
}

/* totalCount a paginace na jednom radku */
.dataTableGrayRow {
  font-style: italic;
  color: gray;
}

.dataTableBoldRow {
  font-weight: bold;
}

/* datatables.css */
@font-face {
  font-family: 'Glyphicons Halflings';
  /* msarfy: jen kvuli datatables sorting v ::after content 0e150 */
  src: url('/fonts/glyphicons-halflings-regular.woff');
}

/*<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>*/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(/fonts/OpenSans-Light.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(/fonts/OpenSans-Normal.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(/fonts/OpenSans-Italic.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/fonts/OpenSans-Bold.woff) format('woff');

}

/* -------------------------------------*/

.inbox-item.list-group-item:hover {
  border-left: 5px solid #4D90FD;
  border-color: #4D90FD;
  padding-left: 11px;
}

.inbox-item.list-group-item:hover+.list-group-item {
  border-top-color: #4D90FD;
}

.btn-secondary:hover {
  color: inherit !important;
}

ul.timeline li .field {
  padding: 0px !important;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  color: #999999;
}

/* ===== <style> fragments from page+template/ ---- */

/* advokat/index */
.advokatExtraSpaced {
  padding: 2em
}

.advokatGrayIcon {
  color: gray
}

/* _inkaso_index */
.inkasoExtraSpaced {
  padding: 2em
}

.inkasoGrayIcon {
  color: gray
}

/* datovka/popis */
.datovkaExtraSpaced {
  padding: 2em
}

.datovkaSmallIcon {
  color: gray
}

.datovkaFunctionLI {
  margin: 1em 0;
}

/* _inkaso_reference a _onas_reference */
#jCarouselLiteDemo .carousel {
  padding: 10px 0 0 0;
  margin: 0 0 20px 10px;
  position: relative;
}

#jCarouselLiteDemo .carousel .jCarouselLite {
  float: left;
  background-color: #fff;
  /* Needed for rendering without flicker */
  position: relative;
  visibility: hidden;
  left: -5000px;
}

#jCarouselLiteDemo .carousel ul {
  margin: 0;
}

#jCarouselLiteDemo .carousel li p,
#jCarouselLiteDemo .carousel li img {
  background-color: #fff;
  width: 300px;
  height: 60px;
  margin: 10px;
  vertical-align: top;
  text-align: center;
}

/* _onas_coumi_items */
.coumi h3 {
  margin-top: 0px;
}

.coumi .text {
  margin-top: 40px;
}

.coumi .right .title {
  text-align: right;
}

.coumi .title {
  color: gray;
}

.coumi .left .text {
  text-align: right;
}

.coumi .color-zelena {
  color: #60C060
}

.coumi .color-modra {
  color: #33B5E5
}

.coumi .color-oranzova {
  color: #FF9900
}

.coumi .color-cervena {
  color: #DF4B33
}

.coumi .color-azul {
  color: #5BC0DE
}

.coumi .color-purple {
  color: #A66BBE
}

.coumi .color-darkgreen {
  color: #19B698
}

/* _onas_coumi */
.coumi .row {
  margin-top: 4em;
}

/* _onas_tri */
block-functions .function-icon {
  width: 1em;
  text-align: center;
  /*	color: #3380ff !important;*/
  color: #666 !important;
}

block-functions .fa-none {
  /* umyslne prazdne */
  color: inherit;
}

.block-functions {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-radius: 0;
}

.block-functions ul {
  margin: 0;
  padding: 0;
}

.block-functions li {
  background-color: #eee !important;
  border-bottom: 1px solid #d2d2d2;
}

.block-functions li:last-child {
  border-bottom: none;
}

.block-functions a {
  display: block;
  color: black;
}

.block-functions small {
  color: #666;
}

.block-functions a:hover {
  color: #3380ff;
}

.block-functions li:hover {
  background-color: #e8e8e8 !important;
}

.block-functions .fa-angle-right:hover {
  background-color: #e8e8e8;
}

/* _shell_pagefoot */
.page-foot {
  background: none repeat scroll 0 0 #1a1c20;
  /* 26 28 32 */
  color: #555;
  border-top: 1px solid #E9E9E9;
  box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.05);
  padding: 20px 25px;
  /*  position: relative;*/
}

.page-foot a {
  text-decoration: underline;
  color: #aaa;
}

.page-foot a:hover {
  text-decoration: none;
}

/* faq */
.popis-faq dt {
  margin: 1.7em 0em 0.3em 0em;
  font-weight: normal;
  font-size: 18px
}

.popis-faq dd {
  margin-left: 3em;
}

/* dokumentace/index */
#docs-sections {
  margin-top: 100px;
  z-index: 0;
  position: absolute;
}

/* settings */
/* -- bylo i: label { padding-left: 4em } */
.settingsDisabled {
  font-style: italic;
  color: gray;
}

/* settings/states */
.settingsStatusDiv {
  background-color: white;
  padding-left: 4px;
  padding-right: 4px;
  width: 5em;
  text-align: center;
  border-radius: 2px;
}

/* pripad */
#advanced_filter {
  border-style: solid;
  border-color: #ddd;
  border-width: 1px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* onas/howto */
.summary>ol>li {
  margin-bottom: 1em
}

.summary li {
  margin-top: 5px
}

.helpNo {
  text-decoration: line-through
}

.helpSoon {
  color: #ccc
}

.helpWish {
  color: #ccc
}

.helpNo,
.helpWish {
  display: none
}

/* inbox */
.inboxConsoleSparkline {
  display: inline-block;
  width: 74px;
  height: 16px;
  vertical-align: top;
}

#inboxSnoozeDialog {
  position: absolute;
  top: 10px;
  right: 100px;
  bottom: 0;
  left: 0;
  z-index: 10040;
  overflow: auto;
  overflow-y: auto;
}

/* judikatura/index */
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
  box-sizing: content-box;
  /* height: 20px !important; */
}

.gsc-input-box input[type="text"] {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#gsc-iw-id1 {
  height: 30px;
  border-color: #898989;
}

input.gsc-search-button-v2 {
  width: 71px;
  height: 29px;
}

.gsc-control-cse table td {
  border: 0px !important;
  border-right: 0px !important;
}

/* judikatura/judikat */
/*.merit-under { color: black; text-decoration: none; }
.merit-wrapper { color: #4d90fd; text-decoration: underline; }*/
.merit-para span:hover {
  background-color: #DBF6D3;
  /*  text-decoration: underline;
  background-color: #FCF8E3;
  text-decoration-style: double;
  text-decoration-color: #4d90fd; */
}

.merit-under {
  background-color: #DBF6D3;
  /*  text-decoration: underline; 
  background-color: #FCF8E3;
  text-decoration-style: double;
  text-decoration-color: #4d90fd; */
}

/* epr/template */
.eprForm {
  background-color: #FFFFBB
}

.eprTemplateForm i {
  color: gray
}

.eprFieldHint {
  color: gray
}

/* datovka/aktivace */
.datovka-steps li {
  margin-bottom: 1em
}

/* datovka */
table#view-datovka {
  width: 100%;
  table-layout: fixed;
  white-space: nowrap;
}

table#view-datovka td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

table#view-datovka col.party {
  width: 13%
}

table#view-datovka col.subject {
  width: 52%;
}

table#view-datovka col.refno {
  width: 10%
}

table#view-datovka col.spisovka {
  width: 13%
}

table#view-datovka col.accepted {
  width: 9%
}

table#view-datovka col.offline {
  width: 3%
}

table#view-datovka td.party {
  /* intentionally empty */
}

table#view-datovka td.subject {
  /* intentionally empty */
}

table#view-datovka td.refno {
  text-align: right
}

table#view-datovka td.spisovka {
  text-align: right
}

table#view-datovka td.accepted {
  text-align: right
}

table#view-datovka td.offline {
  text-align: left
}

/* datovka/funkce */
.datovkaBrowserLogo {
  width: 64px;
  height: 64px;
  margin: 6px 2em
}

/* schranka/index */
.schranka_zprava_sent {
  font-style: italic;
  color: gray;
  /* soucasne je jakoby archivovana */
}

.schranka_zprava_seen {
  font-weight: bold;
  /* naopak... */
  /*  background-color: yellow !important; */
}

.schranka_zprava_archived {
  color: gray;
}

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

/*.schranka_zprava_fiction {
  color: red;
}*/
/* nemovitost */
/* #dialog-property {} */

#dialog-property h4 {
  margin-top: 0em;
  margin-bottom: 2px;
}

#dialog-property .mode {
  border-radius: 8px;
  padding: 1em;
}

#dialog-property .mode div {
  padding-left: 2em;
}

#dialog-property .focused {
  background-color: #CCC;
}

#dialog-property .mode label {
  display: inline-block;
  width: 8em;
}

.select2-selection {
  min-width: 20em
}

/* manage/index */
.manageLabel {
  min-width: 10em;
  display: inline-block;
  text-align: right
}

/* email/faq */
.emailFAQ dt {
  margin: 1.7em 0em 0.3em 0em;
  font-weight: normal;
  font-size: 18px
}

.emailFAQ dd {
  margin-left: 3em;
}

/* insolvence/monitor */
.insolvenceSettings span {
  text-transform: uppercase;
  /*font-weight: 400;*/
}

/* insolvence/prihlasky */
.insPrihlasky dd {
  padding-left: 2em
}

/* lustrace/index */
#lustrace tbody th,
#lustrace tbody td {
  white-space: nowrap
}

/* dopis/dokumentace */
.dopisHelpTextual {
  padding-left: 2em
}

/* dopis/sablona */
.senderFormat {
  float: right;
  margin-right: 1em;
  color: gray;
  font-size: 10px;
  display: none
}

.editableText:hover {
  outline: 1px solid #ccc
}

.note-editable {
  background-color: white
}

.note-codable {
  display: none
}

/* inkaso/bulkImport */
.inkasoDoc dd {
  padding-left: 2em
}

.inkasoDoc strong {
  font-weight: 500
}

.inkasoDoc dt {
  font-weight: 500
}

/*.inkasoDoc ul { list-style-type: circle }*/
.inkasoDoc ul>li {
  margin: 1em
}

/* inkaso/funkce */
dl.inkasoDesc dd {
  padding-left: 4em
}

/* pro mne: .notimplemented { text-decoration:line-through } */
.notimplemented {
  display: none
}

/* == cleanzone-v4 add-ons ----- */

table.table-alternate tbody>tr:nth-child(2n) {
  background: #f8f8f8;
}

.navbar-brand-beta {
  background: url(../images/white-64.png) no-repeat 0 8px;
  background-size: 32px 32px;
  width: 206px;
}

.navbar-brand-pz {
  /* background: url(../images/pz/logo-64.png) no-repeat 0 8px; */
  background-size: 32px 32px;
  width: 206px;
}

.navbar-brand-coop {
  width: 406px;
}

.navbar-brand-custom {
  width: 406px;
}

/* bootstrap 1.x backward compatibility hacks: img-responsive a control-label
   smazany (etapa 2c css.md) — JSX migrovan na img-fluid / col-form-label */

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

table {
  border-spacing: 0
}

/* bylo v BS3 */

/* skaredy hack pro DT, jinak rozbite tabulky pripadu, osob,... */
.dt-info {
  float: left;
  margin-top: 8px;
}

.dt-paging {
  text-align: right;
  font-weight: 200;
  margin-top: 8px !important;
}

.dt-cell-min-width {
  font-size: 0.001px;
  padding-right: 0px;
}

.dt-type-numeric {
  text-align: left !important;
}

/* zrus ramecek - ALE FURT TO TAM JE... */
.btn-focus,
.btn:focus {
  box-shadow: 0 0 0 0 0 white !important;
}

/* === lqd ---- */
/* lustrace form a vubec vsude, kde je form resen tabulkou */
/* pak jeste v prazdne tabulce je bug */
table.table-alternate tbody>tr:hover {
  background-color: #eee;
}

table.table-alternate tbody>tr:nth-child(2n):hover {
  background-color: #eeeeee;
}

/*summary, summary > p, summary >> p, .summary, .summary > p, .summary >> p {*/
summary,
summary>p,
summary p,
.summary,
.summary>p,
.summary p {
  font-size: 14px !important;
}

/*article, article > p, article >> p, .article, .article > p, .article >> p {*/
article,
article>p,
article p,
.article,
.article>p,
.article p {
  line-height: 1.7em;
  font-size: 15px !important;
}

/* -- judikatura ----------------- */

.judikatura .block .header h3 {
  font-size: 24px !important
}

.merit-text p {
  font-size: 14pt;
  font-family: Georgia;
  line-height: 1.4em
}

.merit-lex {
  display: inline;
  width: 7em;
  margin-left: 2px
}

.ispis-features dt {
  font-size: 12pt;
  font-weight: 100;
  margin-top: 1em
}

.ispis-features .label {
  margin-right: 1em
}

/* .pull-right smazan (etapa 2c) — JSX migrovan na float-end; .pull-left
   ZUSTAVA: je to CleanZone hook (.dropdown-submenu.pull-left smeruje submenu) */

/* je i v fontawesome... */
.pull-left {
  float: left !important
}

/* je i v fontawesome... */

.well {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.accordion .panel {
  background-color: white
}

/* */

/* ------------------------------- */

/* nacita se jen u noveho stylu    */

.breadcrumb {
  font-size: 10pt !important;
}

.breadcrumb>li+li:before {
  content: "|\00a0" !important;
}

.loginPopupMenu .loginSidePin {
  /* srolovane popup menu */
  display: none !important;
  /* nezobrazuj vubec */
}

.sb-collapsed .loginSidePin {
  /* u Prehledu taky ne*/
  display: none !important;
  /* nezobrazuj vubec */
}

.sb-collapsed .loginPinned {
  /* u Prehledu ani kdyz je pripichnuty */
  display: none !important;
  /* nezobrazuj vubec */
}

.loginSidePin {
  color: #1a1c20;
  /* vynorene to ma barvu zanorenenho */
}

.sub-menu .loginSidePin {
  color: #272930;
  /* zanorene to ma barvu vynoreneho */
}

.loginSidePin:hover {
  color: #c9d3f7;
  /* onhover to ma barvu pisma */
}

.loginPinned:hover {
  color: #c9d3f7;
  /* prispendlene maji taky barvu pisma */
}

.view-table tbody {
  cursor: pointer;
}

.payment dt {
  font-size: 18px;
}

.payment dd {
  padding-bottom: 20px;
  padding-left: 4em;
  padding-top: 1em
}

#sms-info .alert>p+p {
  margin-top: 0
}

#sms-info {
  display: table
}

#PinForm .form-group {
  margin: 0;
}

#PinForm .form-group,
#PinForm .form-group label,
#PinForm .form-group input {
  float: left;
  width: 75%
}

#PinForm .form-group label {
  width: 43%;
  padding-top: 6px
}

#PinForm .form-group input {
  width: 57%
}

/* ----------------------------------------------------------------------*/
/* bootstrap 5 rules */

.card-flat {
  /* jako block-flat */
  margin-bottom: 40px;
  background: #fff;
  padding: 20px 20px;
  /* vodorovný padding karty zveřejněn jako var → .content.no-padding ho ruší
     zápornými okraji (full-bleed tabulka k okraji karty), shodně s MUI block. */
  --ui-card-pad: 20px;
  border-radius: 3px;
  border-top: 0px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}

/* full-bleed obsah karty (contentWithoutPadding → .content.no-padding): vedle
   vynulování vlastního paddingu zruší i vodorovný padding karty (var
   --ui-card-pad: flat 20px / jinak 0px), takže tabulka/obsah sahá k levému i
   pravému okraji karty — shodně s MUI block. */
.content.no-padding {
  margin-left: calc(-1 * var(--ui-card-pad, 0px));
  margin-right: calc(-1 * var(--ui-card-pad, 0px));
}

#PinForm button {
  float: right;
}

#gpwebpay-info img {
  padding: 5px;
  width: 75px;
  height: 47px
}

.ui-dialog {
  background-color: white
}

.paper_box {
  /* jako puvodni? */

  -moz-box-shadow: 0 0 5px 5px #888;
  -webkit-box-shadow: 0 0 5px 5px#888;
  box-shadow: 0 0 5px 5px #888;
  padding: 20px;
  margin: 10px;
  background: white;
}

/* .neutral — neutrální „dokumentový" vzhled nezávislý na app/Bootstrap stylech:
   vlastní font/barva/řádkování + mini reset elementů obsahu. Sdílí ho papírová
   schránka (smlouvy, dodatky, podmínky, náhledy zpráv) i živý náhled markdownu
   (rich-tiptap.module.css → composes: neutral from global). Ať náhled/dokument
   ukazuje obsah, ne chrome stránky. */
.neutral {
  color: #1f2937;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.neutral > :first-child { margin-top: 0; }
.neutral > :last-child { margin-bottom: 0; }
.neutral p { margin: 0 0 .75em; }
.neutral h1,
.neutral h2,
.neutral h3,
.neutral h4 {
  margin: 1.2em 0 .5em;
  font-weight: 600;
  line-height: 1.25;
  color: #111827;
}
.neutral h1 { font-size: 1.5em; }
.neutral h2 { font-size: 1.3em; }
.neutral h3 { font-size: 1.15em; }
.neutral h4 { font-size: 1em; }
.neutral ul,
.neutral ol { margin: 0 0 .75em; padding-left: 1.5em; }
.neutral li { margin: .2em 0; }
.neutral a { color: #2563eb; text-decoration: underline; }
.neutral blockquote {
  margin: 0 0 .75em;
  padding-left: 1em;
  border-left: 3px solid #e5e7eb;
  color: #6b7280;
}
.neutral code {
  font-family: Menlo, Monaco, monospace;
  font-size: .9em;
  background: #f3f4f6;
  border-radius: 3px;
  padding: .1em .3em;
}
.neutral pre {
  margin: 0 0 .75em;
  padding: 10px 12px;
  background: #f3f4f6;
  border-radius: 6px;
  overflow: auto;
}
.neutral pre code { background: none; padding: 0; }
.neutral hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 1em 0;
}

p.readmore {
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: right;
  line-height: normal;
  margin-top: 0;
}

.emphatized {
  margin: 0;
  padding: 6px 16px;
  border: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  /*    background: #008800 url('/img/form-button.png') repeat-x ;*/
  background: #008800 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAACgCAIAAAC612piAAAACXBIWXMAAAsTAAALEwEAmpwYAAACUUlEQVRYw+1XXcrcMAycAT30+btPj1J6hNIL9mC78UwfZDl2kl0oLS2FZGERkX+kGdmaxNcfXwACBlAGhxkfnz5skwSQhp1DASCaGlCTZ2O4DzPyyZchC0fXvkw82pO4GJAvQ9Y6pQ8maDj3Rm6dBomRRe5duabhwsBaZq+Rw0bIbQ9sXl0AEbIm1EDUSjbIaPPeS94GWHvrGpk18invNKJpmzCfCE1Knm27pLu7BVkVuUzS+lt8NzVcEV6zoYT3mHbC0tSIae/hG5TgFWh6k5gJOJ7teayBqiZkMf0xvtfY7LXWTgfhgPnMaC5u0a/oRtjSqF2DRNFdoRmgK+8a2w9Rc9ujVcdyDA3Z9Rq2Bz2JTzy2xwu++xmbq+UES3O7vB1+l28ACLx9bvftvt23+1+4v3/+tsigvQvlpQn3O8wEDHPvNKtm8vpPwCGIeVvDKaPm0bGpcd1v7oZheLQhV7+TTFJyqJQES29VaAYQzeqL9/6wSM4w3OcfxFw1SWHOdJcBxkkrLrqCZKhwWmSFBBLS9ex9ce+y5IqxZmeuK6gcDbq94/t674ozW6znZJJ6AuaBbxffRd/E99SdF9TOyn9HbeIbw5BMIvm24bPs6KXY3PricyFOfMPSWdLkLzZtvQKEXTxx7v449naahmnGXtie9YsICkq9dppNyM46v+B7lN0132kQDA+FBXpXRwJpa1I9B5lZdW6cDpEJwge+uXzeFN9V5zYn0jrfm7Zf59smoFz84oOpAAyp9WQOsGVoJnxd6nnG7Lsb3O7bfbv/K/dPKTyiy5mxJRQAAAAASUVORK5CYII=) repeat-x;
  -moz-box-shadow: #ccc 0 1px 2px;
  -webkit-box-shadow: #ccc 0 1px 2px;
  box-shadow: #ccc 0 1px 2px;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  font-weight: bold;
  text-shadow: #444 1px 1px 2px;
  /*cursor: pointer;*/
}

.emphatized a {
  color: #fff;
  text-decoration: none;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem
}

@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}

.form-select.form-select-sm {
  font-size: 12px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
}

/* kvuli stitkum, ale asi i dialogum? */
button.close,
button.close:hover,
button.close:focus {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: none;
}

/* vyhodit po zruseni niftymodals (Registrace a Prihlaseni) */
.md-content>.modal-body,
.md-content>.modal-header,
.md-content>.modal-footer {
  padding: 1rem;
}

label {
  margin-bottom: 0.5rem;
}

/* ############################################################################
 * ## PŘÍPAD — per-service (case/spis, disk, project, DataTables tabulky)
 * ##########################################################################*/


/*
dvj: .created_days { font-weight: bold; color: #ee5037; font-size: 16px; }
ne-dvj: #msgBtnNewMessageAux { display: none }
*/

/* == spis do disk.css =====================------------------------------ */

.fa-holder { display: inline-block; min-width: 2em; text-align: center }

/* toto jinam... */
#diskPreviewContent {
/*  background-color: white;*/
}
#diskPreviewTable {
    z-index: 5; /* vys, nez suplik */
    position: relative;
}
#diskTree { margin-top: 1em }
#diskComponent { position: relative }
#diskPreviewDrawer {
    z-index: 3; /* vys nez + udalost? */
    position: absolute;
    left: 10px;
    top: 10px;
    border: 1px solid #CCC;
    background-color: #f6f6f6;
    transition: left .35s ease; /* drive jQuery .animate(), ted CSS */
    overflow: hidden;
}


/* ============================ modern ------------------------------ */

.caseArchived {
	opacity:0.7;
}

.case .reply {
	color: #A66BBE; /* cleanzone timeline purple */
}
.case .input {
	color: #333333;
}

.case .input, .case .reply, .case .input-inline input {
	background-color: #f5f5f5;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-weight: 200;
}

.case .input, .case .reply {  /* jako pre v cleanzone */
	padding: 9.5px;
	margin-top: 10px;
	border: 1px solid #cccccc;
	line-height: 1.428571429;
	font-size: 11px; 
	border-radius: 4px;
}

.btn-fake { border: 1px solid transparent }
.btn-fake:hover { border: 1px solid #ccc }
.btn-fake { 
	color: #888;
	background-color: inherit;
	box-shadow: 'none';
	font-size: '13px';
}
.btn-fake:hover {
  color: #444;
  background-image: linear-gradient(to bottom, #ffffff 60%, #f9f9f9 100%);
}

.case .timeline .date { width: 54px !important } /* "NN days" */

.case .user-icon { width: 24px; height: 24px }

.case .response { color: #16822A; /*#c7254e*/ } /* jako v <code> */

.case .section-body { margin-top: 1em; margin-bottom: 1em }

.case .document span { color: white }
.case .document { margin-left: 4em }

.case .documents {
	margin-left: -20px;
	margin-right: -20px;
	padding: 20px;
	/*background-color: #ccc;*/
    background-image: -webkit-linear-gradient(top, #444, #333);
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
	min-height: 200px;
}

.case .add {
	margin: 2em;
	float: left;
}

.case .photos {
	margin-left: 1em;
	margin-right: 1em
}
.case .social {
	margin-left: 0.5em;
	color: #ccc;
}

.case .case-section { margin-top: 2em }

.case .case-section-title  { 
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
}

@media (min-width: 767px) {
    .case .detail { margin-left: 225px; }
    .case .case-section { margin-left: 205px }
}

.case .detail {
	color: white;
	margin-bottom: 3px;
	min-height: 175px;
}

.case .case-title {
	font-weight: bold;
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.4);
}

.case .hr {
	border-bottom: 1px solid #dadada;
	margin-bottom: 1em;
}

.case .created-days {
	font-weight: bold;
	font-size: 14px;
	margin-left: 1em;
}

.case .detail td { padding: 5px; }

.case .case-body { padding-top: 3px !important }

.case .case-basics { max-width: 360px }
.case .case-summary { max-width: 360px }

.case .text { text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.4); }

.case #case-photo {
	width: 200px;
	height: 200px;
	background-color: #ebeff0;
	background-size: 333% 333%;
}

.case .female-1 { background-position:  -18px  -18px }
.case .female-2 { background-position: -233px  -18px }
.case .female-3 { background-position: -448px  -18px }
.case .female-4 { background-position:  -18px -233px }
.case .female-5 { background-position: -233px -233px }
.case .female-6 { background-position: -448px -233px }
.case .female-7 { background-position:  -18px -448px }
.case .female-8 { background-position: -233px -448px }
.case .female-9 { background-position: -448px -448px }
.case   .male-1 { background-position:  -18px  -23px }
.case   .male-2 { background-position: -233px  -18px }
.case   .male-3 { background-position: -448px  -18px }
.case   .male-4 { background-position:  -18px -230px }
.case   .male-5 { background-position: -233px -230px }
.case   .male-6 { background-position: -448px -238px }
.case   .male-7 { background-position:  -18px -453px }
.case   .male-8 { background-position: -233px -448px }
.case   .male-9 { background-position: -448px -448px }
.case .female-1 { background-image: url(/images/shutterstock-females.png) }
.case .female-2 { background-image: url(/images/shutterstock-females.png) }
.case .female-3 { background-image: url(/images/shutterstock-females.png) }
.case .female-4 { background-image: url(/images/shutterstock-females.png) }
.case .female-5 { background-image: url(/images/shutterstock-females.png) }
.case .female-6 { background-image: url(/images/shutterstock-females.png) }
.case .female-7 { background-image: url(/images/shutterstock-females.png) }
.case .female-8 { background-image: url(/images/shutterstock-females.png) }
.case .female-9 { background-image: url(/images/shutterstock-females.png) }
.case   .male-1 { background-image: url(/images/shutterstock-males.png) }
.case   .male-2 { background-image: url(/images/shutterstock-males.png) }
.case   .male-3 { background-image: url(/images/shutterstock-males.png) }
.case   .male-4 { background-image: url(/images/shutterstock-males.png) }
.case   .male-5 { background-image: url(/images/shutterstock-males.png) }
.case   .male-6 { background-image: url(/images/shutterstock-males.png) }
.case   .male-7 { background-image: url(/images/shutterstock-males.png) }
.case   .male-8 { background-image: url(/images/shutterstock-males.png) }
.case   .male-9 { background-image: url(/images/shutterstock-males.png) }

.case .company-1 { background-image: url(/images/shutterstock-other.png) }
.case .company-1 { background-position:  -18px  -18px }
.case .flat-default { background-image: url(/images/shutterstock-other.png) }
.case .flat-default { background-position:  -233px  -18px }


/* ============================ classic ------------------------------ */

.project { }

.project .entry {
	background: #edf2f2;
	border-top: 1px solid #ccc;
	width: 100%;
	margin: 0 0 4px 0;
	padding: 0;
}
.project .entry tr {
	vertical-align: top;
}
.project .entry:hover {
	background: #e0e9e9;
}
.project .entry .kind {
	width: 10em;
}
.project .entry .author {
	text-align: right; 
	padding-left: 1em;
}
.project .entry .created {
	text-align: right; 
	width: 4em;
}
.project .entry .close {
	text-align: right; 
	width: 20px;
}
.project .entry .ui-icon {
	display: inline-block;
}
.project .entry .entry-label {
	display: inline-block;
	width: 6em;
	padding-left: 1em;
}



#projectFilterDiv {
	padding-top: 6px;
	padding-left: 1em;
}

table.project-head { 
	width: 100%;
}

td.project-head {
/*	width: 50%; *//* oba sloupce */
	vertical-align: top;
}

.project-fields td {
}

.project-fields th {
	font-weight: normal;
	text-align: right;
	width: 40px; /* alespon */
}

.project-head textarea {
}

#pripad-tab-isds-table {
	width: 100%;
	
}

/* --- z pripad.html ---- */

table#view-pripady td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
table#view-pripady td.refno    { text-align: right }
table#view-pripady td.state    { text-align: center }
table#view-pripady td.people   { }
table#view-pripady td.batch    { text-align: center }
table#view-pripady td.change   { }
table#view-pripady td.author   { }
table#view-pripady td.note     { }

.tag-color-0 { background-color: #33B5E5 !important; }
.tag-color-1 { background-color: #33B5E5 !important; }
.tag-color-2 { background-color: #FFBB33 !important; }
.tag-color-3 { background-color: #FF4444 !important; }

.tag-color-10 { background-color: #ffe617 !important }
.tag-color-11 { background-color: #fad31c !important }
.tag-color-12 { background-color: #fdb717 !important }
.tag-color-13 { background-color: #faaa21 !important }
.tag-color-14 { background-color: #f1753f !important }
.tag-color-15 { background-color: #ed5724 !important }
.tag-color-16 { background-color: #f04639 !important }
.tag-color-17 { background-color: #ea2830 !important }
.tag-color-18 { background-color: #bc2326 !important }
.tag-color-19 { background-color: #8c0c03 !important }
.tag-color-20 { background-color: #e5185d !important }
.tag-color-21 { background-color: #f384ae !important }
.tag-color-22 { background-color: #fac6d2 !important }
.tag-color-23 { background-color: #b296c7 !important }
.tag-color-24 { background-color: #7b67ae !important }
.tag-color-25 { background-color: #5f3577 !important }
.tag-color-26 { background-color: #c3def1 !important }
.tag-color-27 { background-color: #55beed !important }
.tag-color-28 { background-color: #31a8e0 !important }
.tag-color-29 { background-color: #238acc !important }
.tag-color-30 { background-color: #0d60ae !important }
.tag-color-31 { background-color: #143b86 !important }
.tag-color-32 { background-color: #001b4a !important }
.tag-color-33 { background-color: #7dcdc2 !important }
.tag-color-34 { background-color: #00a8a8 !important }
.tag-color-35 { background-color: #12959f !important }
.tag-color-36 { background-color: #c1d18a !important }
.tag-color-37 { background-color: #799155 !important }
.tag-color-38 { background-color: #80bc42 !important }
.tag-color-39 { background-color: #4aa03f !important }
.tag-color-40 { background-color: #16884a !important }
.tag-color-41 { background-color: #003f2e !important }
.tag-color-42 { background-color: #381e11 !important }
.tag-color-43 { background-color: #c05c20 !important }
.tag-color-44 { background-color: #bf9b6b !important }
.tag-color-45 { background-color: #e9d4a7 !important }
.tag-color-46 { background-color: #778590 !important }
.tag-color-47 { background-color: #474d4d !important }
.tag-color-48 { background-color: #9f8759 !important }

.background-primary {
  background-color: #4C94FF !important;
}
.background-success {
  background-color: #5FBF5F !important;
}
.background-warning {
  background-color: #FC9700 !important;
}
.background-danger {
  background-color: #ee5037 !important;
}

/* Nativní <dialog> modal (UIModal, výchozí implementace — viz src/ui/modal.tsx).
   .modal-content čte --bs-modal-* proměnné, které jinak dodává .modal wrapper
   (u <dialog> neexistuje). Cílíme přes [data-ui-modal], ne přes class (mimo s() gate). */
dialog[data-ui-modal] {
  padding: 0;
  border: 0;
  background: transparent;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-padding: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
}
dialog[data-ui-modal]::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

