/* Sem patri CSS ktere neni zavisle na grafickem tematu */
.beforeTerm {
    /*background-color: #ddffdd;*/
}
.afterTerm {
    /*background-color: red !important;*/
}
.nearTerm
{
    /*background-color: #ffdddd;*/
}
.date 
{
    text-align: center;
}
.center 
{
    text-align: center !important;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.number 
{
    text-align: right;
    white-space:nowrap; 
}
.ownNumber {
    text-align: left;
    width: 50px;
}
.adminName {
    width: 150px;
}
.PublicationDate {
    font-size: 10px;
    font-style: italic;
}
/* schema stavu */
    .state-scheme 
{
    position: relative;
}
    .state-scheme .state-scheme-item {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        border: 1px solid silver;
        padding: 2px;
        margin: 2px;
        text-align: center;
        background-color: #f8f8f8;
        overflow: hidden;
        font-size: 11px !important;
    }
.state-scheme .state-scheme-item p {
        margin: auto;
        overflow: hidden;
}
.state-scheme .state-scheme-item-actual 
{
    background-color: #ddffdd;
}
.state-scheme .state-scheme-arrow 
{
    position: absolute;
    background: url(../images/pathArrow.png) 100% 100% no-repeat;
}
.state-scheme .state-scheme-item-End 
{
    /* border: 4px solid silver; */
    font-weight: bold;
}
.state-scheme .state-item-scheme-Link 
{
    border-style: dashed;
    font-style: italic;
    /*background-image: url(../images/schema-back.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;*/
}
/* -- */
.td-pictogram 
{
    text-align: center;
}
th 
{
    font-weight: bold;
}
.no-wrap 
{
    white-space: nowrap;
}
.DialogBox, .UserMessage
{
    border: 1px solid silver;
    padding: 10px;
    margin: 10px;
    background: #f8f8f8;
    -webkit-box-shadow: 4px 4px 10px 3px rgba(33, 33, 33, 0.1);
    -moz-box-shadow: 4px 4px 10px 3px rgba(33, 33, 33, 0.1);
    box-shadow: 4px 4px 10px 3px rgba(33, 33, 33, 0.1); 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;     
} 
.deleted {
    text-decoration: line-through;
}
.cell-delete 
{
    width: 120px;
    text-align: center;
}
table.form th 
{
    font-weight: bold;
}
table.form 
{
    width: 100%;
}
.DateTimeBox-readonly input 
{
    background: #eeeeee;
    color: Gray;
}
.PublicationInfo 
{
    border: 1px solid black;
    background: white;
}
.tick {
    padding-left: 20px;
    background: url('../images/tick.png') no-repeat 0% 0%;
    color: limegreen;
    font-weight: bold;
    list-style: none;
}
.UserMessage .valid 
{
    padding-left: 20px;
    background: url('../images/tick.png') no-repeat 0% 0%;
}
.UserMessage .lock
{
    padding-left: 20px;
    background: url('../images/locked.png') no-repeat 0% 0%;
}
.UserMessage .email
{
    padding-left: 20px;
    background: url('../images/email.png') no-repeat 0% 0%;
}

.UserMessage .document
{
    padding-left: 20px;
    background: url('../images/document-yes.png') no-repeat 0% 0%;
}

.UserMessage .cancel
{
    padding-left: 20px;
    background: url('../images/exclamation.png') no-repeat 0% 0%;
}

.cpvTextBox 
{
    border: 1px solid silver;
    background: #fff;
    padding: 5px;
}
/* tabulky pro zobrazeni dat */
table.DataTable, table.edit-table, table.data-table, table.data-list, table.financial-table, .light-table {
    width: 100%;
    border: 1px solid black;
    border-collapse: collapse;
}
table.DataTable th,  table.edit-table th,  table.data-table th
{
    text-align: center;
    font-weight: bold;
    background: #CCCCCC;
}
table.financial-table thead th
{
    text-align: center;
    font-weight: bold;
    background: #CCCCCC;
}
table.financial-table tbody td
{
    text-align: right;
}
table.financial-table tbody td.head
{
    text-align: left;
}
table.financial-table tfoot th
{
    text-align: right;
    font-weight: bold;
    background: #CCCCCC;
}
table.financial-table tfoot th.celkem
{
    text-align: left;
    font-weight: bold;
    background: #CCCCCC;
}
table.data-list th
{
    text-align: left;
    font-weight: bold;
    background: #CCCCCC;
}
table.DataTable td, table.data-table td, table.edit-table td, table.DataTable th,  table.edit-table th,  table.data-table th, table.data-list th, table.financial-table th
{
    margin: 0px;
    padding: 4px;
}

.ajax__calendar_container table td, .ajax__calendar_container table th, 
.ajax__calendar_days table td, .ajax__calendar_days table th,
.ajax__calendar_months table td, .ajax__calendar_months table th,
.ajax__calendar_years table td, .ajax__calendar_years table th
{   
    padding: 0 !important;
}

.ajax__calendar_container table,
.ajax__calendar_days table,
.ajax__calendar_months table,
.ajax__calendar_years table
{
    border: 0 !important;
}

.colrow-title 
{
    background: url("/images/colrow-title-bg.png") no-repeat 50% 50%;
}
.colrow-title-col 
{
    text-align: right;
}
.colrow-title-row 
{
    text-align: left;
}


/* obecne styly */
.edit-table-textbox 
{
    width: 100%;
}
.edit-table-cell-Bool, .edit-table-cell-DateTime 
{
    text-align: center;
}
div.errorBlock 
{
    color: red;   
    background-color: white;
}
a img 
{
    border: none;
}
/*.filterItemTitle 
{
    width: 45px;
    display: inline-block;
}*/
.backward-tender-icon 
{
    border: 1px #000000;
    padding: 2px;
    background: #557233;
    color: White;
    font-weight: bold;
    font-size: 70%;
    margin-right: 2px;
}
.original-tender-icon 
{
    border: 1px #a0c43a;
    padding: 2px;
    background: #707070;
    color: White;
    font-weight: bold;
    font-size: 70%;
    margin-right: 2px;
}
.popupBigContent 
{
    max-width: 800px;
    max-height: 520px;
    overflow: auto;
}
.m5 
{
    margin: 5px;
}
.order-button img 
{
    vertical-align: middle;
}
.Semaphore 
{
    /* height: 50px; */
    background-position: bottom left;
    background-repeat: no-repeat;
    /* padding-left: 35px; */
}
.Semaphore div
{
    padding: 20px 0px 0px 35px;
}
.SemaphoreLocked 
{
    background-image: url(images/semafor_g.png) ;
	padding: 0px 0px 0px 10px;
}

.SemaphoreNew
{
    background-image: url(images/semafor_r.png);
}
.SemaphoreSaved
{
    background-image: url(images/semafor_o.png);
}
.SemaphoreDown
{
    background-image: url(images/add.png);
}
.btn-create-pdf 
{
    width: 200px;
}
.p6 
{
    padding: 6px;
}
ul.no-bull 
{
    list-style-type: none;
}
.num-order 
{
    text-align: right;
    width: 35px;
}
.amount 
{
    text-align: right;
    width: 45px;
}
.tree-item-0 
{
    font-weight: bold;
}
.investment-selector .used 
{
    color: #bbbbbb;
}
.investment-selector .list 
{
    position: absolute;
}
.investment-selector .values table
{
    width: 100%;    
}
.tender-type-info th 
{
    font-weight: bold;
}
.control-panel, .control-panel-popup 
{
    border: 1px solid silver;
    background: #fff;
    padding: 5px;
}
.control-panel-popup 
{
    position: absolute;
}
.control-panel-popup .lb-close {
    float: right;
    color: Red;
}
.region-selector .list div a 
{
    display: block;
    padding: 0.1ex 1ex;
}
.region-selector .list div.selected a, .numbering-item-selected a
{
    color: white;
    background: #739834;
}
.region-selector .list div a:hover, .numbering-item a:hover
{
    color: black;
    background: #BFD953;
}
.region-selector .list 
{
    position: absolute;
}
.numbering-item a 
{
    display: block;
    padding: 3px;
}
.numbering-item-no-selectable 
{
    font-weight: bold;
}
table.numbering-selector 
{
    border-collapse: collapse;
    width: 100%;
}
table.numbering-selector td 
{
    padding: 0px;
    margin: 0px;
}
table.numbering-selector th 
{
    padding: 3px 5px;
    margin: 0px;
}
.Error {
    color: Red;
}
.char-icon-on, .char-icon-off
{
    font-size: 80%;
    padding: 1px 3px;
    font-weight: bold;
}
.char-icon-on 
{
    color: Black;
    border: 1px solid black;
    background: #88FF88;
}
.char-icon-off 
{
    color: #999;
    border: 1px solid #999;
    background: #ddd;
}
.tab-buttons a, .ajax__tab_outer a 
{
    padding: 10px 12px;
    margin-right: 2px;
    background: #EEEEEE;
    color: #5a5a5a;
    font-weight: bold;
    text-decoration: none;
}
.tab-buttons.small a
{
    padding: 5px 6px;
    margin-right: 2px;
    background: #EEEEEE;
    color: #5a5a5a;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}
.tab-buttons a.active, .ajax__tab_active a
{
    background: #BFD953;
}
.ajax__tab_outer {padding: 10px 0 0 0;}
.tab-buttons
{
    padding: 10px 0px;
}

.tab-contents, .ajax__tab_panel
{
    background: #BFD953;
    padding-top: 8px;
    padding-bottom: 8px;
}

#page {
    /*min-width: 1200px;*/
}
.value-empty 
{
    font-style: italic;
}
.value-set 
{
    font-weight: bold;
}
dt 
{
    font-weight: bold;
}
dd 
{
    margin-left: 30px;
}
/* Bu+nka v gridview kde jsou tlačítka (detail, smazat, ...) */
.grid-cmd 
{
    text-align: center;
}
.discussion-message 
{
    border: 1px solid silver;
    margin-bottom: 1ex;
}
.discussion-message .info, .discussion-message .text
{
    padding: 0.6ex;
}
.discussion-message .info
{
    border-bottom: 1px solid silver;
    background: #eeeeee;
}
.discarted 
{
    text-decoration: line-through;
}
.dpc-source, .dpc-Source
{ 
    font-family: Monospace ;
    font-size: 130%;
    font-weight: bold;
    margin-top: 1ex;
}
.dpc-source-exp
{ 
    font-family: Monospace ;
    font-size: 130%;
    font-weight: bold;
    margin-top: 1.5ex;
    color: #0088FF;
    background: #eef;
}
.dpc-source-exp-diff
{ 
    font-family: Monospace ;
    font-size: 130%;
    font-weight: bold;
    margin-top: 1.5ex;
    color: #ff7500;
    background: #eef;
}
 .dpc-source-exp-noexists
{ 
    font-family: Monospace ;
    font-size: 130%;
    font-weight: bold;
    margin-top: 1.5ex;
    color: #6000ff;
    background: #eef;
}
.dpc-error-syntax, .dpc-error-create, .dpc-error-params,.dpc-error-invoke,.dpc-error, .dpc-Error
{ 
    color: Red; 
}
.dpc-final, dpc-Final
{
    font-weight: bold;
    color: Green;
}
.dpc-default, .dpc-Default
{
    margin-left: 1em;
}
.dpc-input textarea
{
    color: White;
    background: #3a733a;
    font-family: Monospace;
    font-size: 130%;
    padding: 0.5ex;
    width: 100%;
}
.subform-icons 
{
    float: right;
}
table.tender-form 
{
    border-collapse: collapse;
    /* width: 750px; */
}
table.tender-form th, table.tender-form td
{
    padding: 4px 7px;
}
.obsahBlok table.tender-form, .obsahBlok table.tender-form
{
    border: none;
}
table.tender-form th 
{
    width: 270px;
}

table.tender-form .utrContents th { padding: 0px; width: auto; }
table.tender-form .utrContents td { padding: 0px;  }
table.tender-form .obsahBlok {
    background: #eeeeee;
    color: #4b4b4b;
    padding: 5px;
    border: 1px solid #e5e5e5;
}

table.tender-form .title
{
    font-weight: bold;
    padding: 5px;
}
.obsahNadpis img 
{
    vertical-align: middle;
}
td.center, th.center 
{
    text-align: center;
    vertical-align: middle;
}
.leftMenuName 
{
    clear: both;
}
.cbx-col 
{
    text-align: center;
    width: 2em;
}
div.numbering-item-selectable label 
{
    width: 100%;
    /*display: block;*/
}
/* .admin-panel .tender-form th 
{
    background: #ccc;
    font-weight: bold;
    border: 1px solid black;
}
.admin-panel .tender-form 
{
    border: 1px solid black;
    border-collapse: collapse;
}*/
.big-tooltip 
{
    position: relative;
}

.big-tooltip .big-tooltip-content 
{
    display: none;
    position: absolute;
    top: 0px;
    left: 20px;
    background: white;
    border: 1px solid black;
    padding: 1ex;
    width: 500px;
}

.big-tooltip:hover .big-tooltip-content 
{
    display: block;
}
.tender-type-list .tender-type-item 
{
    
}
.tender-type-list .tender-type-item a h3
{
    color: #006600;
    padding: 0ex;
    margin: 0.2ex 0ex;
}
.tender-type-list .tender-type-item a p
{
    color: black;
    text-decoration: none;
    padding: 0ex;
    margin: 0;
}
.tender-type-list .tender-type-item a
{
    text-decoration: none;
    display: block;
    border: 1px solid #009900;
    padding: 0.5ex;
    margin: 0.5ex 0ex;
}
.tender-type-list .tender-type-item a:hover
{
    display: block;
    background-color: #ddFFcc;
    border: 1px solid black;
}
.dmsd-active 
{ 
    text-decoration: underline; 
    font-weight: bold;
}
.dmsd-non-active 
{
    
}
.dmsd-discarted 
{
    text-decoration: line-through;
}
.dmsd-publication-state 
{
    padding-bottom: 1ex;
    border-bottom: 1px solid #e0e0e0;
}
.sub-tender-title-close a, .sub-tender-title-open a
{
    padding-left: 20px;
    color: Black;
    text-decoration: none;
    font-size: 120%;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    display: block;
}
.sub-tender-title-close a:hover, .sub-tender-title-open a:hover
{
    color: #006600;
}

.sub-tender-title-close a
{
    background-image: url(../images/plus.gif);
}
.sub-tender-title-open a
{
    background-image: url(../images/minus.gif);
}
.sub-tender-list 
{
    margin-top: 1ex;
}
.fright 
{
    float: right;
}
.clear 
{
    clear: both;
}
.subcontractor .name 
{
    padding-left: 2ex;   
}
.winner .name 
{
    font-weight: bold;   
}
.control-panel-rbuttons 
{
    float: right;
    padding: 3px;
}
.realty-action-selector .realty-association
{
    font-weight: bold;    
}
.realty-action-selector .realty-action 
{
    padding-left: 1em;
}
.values-group-title 
{
    font-weight: bold;
}

.datapager
{
    
}

.datapager span.dpSpan
{
    display: inline-block; 
    width: 100%;
}

.datapagerNumber
{
    display: inline-block; 
}

.web-notify {
    background: yellow;
    padding: 5px;
    border: 1px solid gold;
    margin-top: 5px;
}
.web-notifies {
    left: 100%;
    margin-left: -320px;
    position: fixed;
    top: 20px;
    width: 300px;
    z-index: 20000;
}
.web-notifies .countdown {
    float: right;
    font-weight: bold;
}
.monospace {
    font-family: monospace;
    font-size: 115%;
}
.is-valid 
{
    font-weight: bold;
}
.p10 { padding: 10px }
.letter-icon {
    width: 16px;
    height: 16px;
    font-weight: bold;
    background: #739834;
    color: white;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    cursor: default;
}

    .letter-icon[title] {
        cursor: help;
    }

a.letter-icon {
    text-decoration: none;
}

    a.letter-icon:hover {
        background: #BFD953;
    }

.loader-c1, .loader-c2 {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    border-bottom: 16px solid #3498db;
}

.loader-c1 {
    width: 128px;
    height: 128px;
    -webkit-animation: spin 3s linear infinite; /* Safari */
    animation: spin 3s linear infinite;
    margin: 1ex auto 0 auto;
}

.loader-c2 {
    -webkit-animation: spin 0.9s linear infinite; /* Safari */
    animation: spin 0.9s linear infinite;
    width: 96px;
    height: 96px;
}

.loader-message {
    font-size: 200%;
    color: white;
}


/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader {
    text-align: center;
    position: fixed;
    width: 500px;
    height: 220px;
    top: 50%;
    left: 50%;
    margin-top: -110px; 
    margin-left: -250px;
    background: #33333388;
    backdrop-filter: blur(3px);
    border-radius: 2ex;
}

.w40 { width: 40%; }
.w60 { width: 60%; }
.OK { background-color: greenyellow; font-weight: bold; text-align: center; }
.Failed { background-color: red;  font-weight: bold; text-align: center; }
