﻿body, td input, select, textarea {
    font-family: Tahoma;
    font-size: 9pt;
}

A IMG {
    border-width: 0px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

A {
    text-decoration: none;
}
    A:hover {
        text-decoration: underline;
    }

.clear {
    clear: both;
}

.page {
    width: 100%;
    position: absolute;
    top: 0px;
}

.content {
    background-image: url(Images/content-bg.jpg);
    background-repeat: repeat-x;
    padding: 5px;
    margin-top: 1px;
    margin-left: 5px;
    /*margin-right: 5px;*/
    position: relative;
    width: calc(100% - 20px);
    /*top: 178px;*/
}

.table-search-box {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    border-bottom: 2px solid #444444;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding-bottom: 5px;
}

    .table-search-box TABLE {
        width: 100%;
    }

        .table-search-box TABLE TD {
            white-space: nowrap;
        }

.table-header {
    background-image: url(Images/table-header-bg.jpg);
    background-repeat: repeat-x;
    color: #444444;
    font-weight: bold;
    font-size: 10pt;
    height: 30px;
}

    .table-header DIV {
        padding-top: 5px;
        padding-left: 5px;
    }

.table-box {
    border-left: 1px solid #97adbb;
    border-right: 1px solid #97adbb;
    border-bottom: 1px solid #97adbb;
}

    .table-box table {
        width: 100%;
        background-color: #f4f8f9;
    }

table TD, table TH {
    padding-left: 2px;
    padding-right: 3px;
    padding-top: 2px;
}

.modalBackground {
    background-color: #555;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 10;
}

.popup {
    padding: 10px;
    border: 1px solid green;
    background-color: #f1f5f3;
    text-align: center;
    z-index: 10;
}

td input[type="text"], td input[type="password"], td textarea, td select {
    color: #000000;
    background-color: #f4f9fd;
    padding: 3px;
    left: -2px;
    border: 1px solid #97adbb;
    position: relative;
    vertical-align: middle;
    width: calc(100% - 4px);
    margin: 0;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

select {
    padding: 2px !important;
}

    select.aspNetDisabled {
        color: #999;
    }

    td input[type="text"]:hover, td input[type="password"]:hover, td textarea:hover, select:hover {
        color: #272829;
        border-color: #40637f;
        background-color: #FFFFFF;
    }

td input[type="text"]:focus, td input[type="password"]:focus, td textarea:focus {
    color: #272829;
    border-color: #e68b2c;
    border-width: 1px;
    background-color: #FFFFFF;
}

.pageTitle {
    text-align: right;
    padding-right: 20px;
    font-size: 12pt;
    margin-bottom: 0px;
    color: #666666;
    font-style: italic;
    margin-bottom: 10px;
    font-weight: bold;
}

table.table-value {
    border: 1px solid #EDEDED;
}

TD.label {
    /* background-color: #EDEDED;
  border-bottom: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;*/
    padding: 2px 5px 5px 5px;
}
/*TD.value 
{
  background-color: #FCFCFC;
  border-bottom: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  padding: 2px;
  margin: 2px;
}*/
.error-panel DIV {
    margin-left: 5px;
    margin-top: 5px;
}

.info-close {
    float: right;
    width: 20px;
    position: relative;
    top: -10px;
    text-align: right;
}

.info-panel DIV {
    margin-left: 5px;
    margin-top: 5px;
}

.error-panel {
    font-weight: bold;
    margin-left: 5px;
    /*margin-right: 5px;*/
    min-height: 30px;
    border: 1px solid #ff6c00;
    background-image: url(Images/error-bg.jpg);
    background-color: #F8EADF;
    background-repeat: repeat-x;
    line-height: 1.4em;
}

.info-panel {
    margin-left: 5px;
    /*margin-right: 5px;*/
    min-height: 30px;
    border: 1px solid #8bbe00;
    background-image: url(Images/info-bg.jpg);
    background-color: #ECF3E1;
    background-repeat: repeat-x;
    line-height: 1.4em;
}

DIV.info-header {
    background-image: url(Images/table-header-bg.jpg);
    background-repeat: repeat-x;
    color: #333333;
    padding-left: 10px;
    font-style: italic;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
}

DIV.info {
    border: 1px solid #DDDDDD;
    margin-right: 5px;
}

    DIV.info TABLE {
        /*border-collapse: collapse;*/
        width: 100%;
    }

/*DIV.info TABLE TD {
            border-spacing: 2px;
        }*/

TD.value, DIV.value {
    border: 1px solid #999999;
    background-color: #F1F1F1;
    padding: 2px;
    min-height: 22px;
    margin: 2px;
}

    TD.value SPAN {
        line-height: 16px;
    }

SPAN.value {
    border: 1px solid #999999;
    background-color: #F1F1F1;
    padding: 2px;
}

.uprgForAll {
    position: absolute;
    z-index: 9000;
    top: -9px;
    left: 0px;
    width: 100%;
}

    .uprgForAll * {
        z-index: 9100;
    }

.updateProgress {
    color: #000000;
    padding: 10px 10px 10px 10px;
    /* background: #FFFFFF url('../images/loading.gif') 57px 10px no-repeat;*/
    background-color: #ffff99;
    font-weight: bold;
    width: 260px;
    margin: 0px auto 0px auto;
    text-align: center;
}

.update-progress-background {
    z-index: 99998;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    transform: translateZ(0px);
}

.update-progress {
    z-index: 99999;
    position: relative;
    top: 150px;
    margin: 0 auto;
    background-color: White;
    text-align: center;
    width: 210px;
    box-shadow: 1px 1px 8px 1px #555;
}

    .update-progress span {
        display: table-cell;
        vertical-align: middle;
        height: 75px;
        background-image: url('../../Images/ajax-loader.gif');
        background-repeat: no-repeat;
        background-position: 15px center;
        padding-left: 60px;
        font-weight: bold;
    }

    .update-progress p {
        padding-bottom: 10px;
    }

TABLE.alternate-grid-full {
    border: 0px;
    border-bottom: 2px solid #406480;
    width: 100%;
}

TABLE.alternate-grid {
    border: 0px;
    border-bottom: 2px solid #406480;
}

    TABLE.alternate-grid TH, TABLE.alternate-grid-full TH {
        border: 0px;
        border-bottom: 1px solid #406480;
        color: #666666;
        font-size: 8pt;
        font-style: italic;
        text-align: left;
        background-color: White;
    }

        TABLE.alternate-grid TH.no-underline {
            border-bottom: 0px;
            border-bottom: 1px solid #CCCCCC;
        }

        TABLE.alternate-grid TH.right-border {
            border-right: solid 1px #CCCCCC;
        }

    TABLE.alternate-grid TD, TABLE.alternate-grid-full TD {
        border: 0px;
        border-right: solid 1px #CCCCCC;
        padding: 3px !important;
        vertical-align: top;
        /*background-color: White;*/
    }

.alternate-grid tfoot td {
    border-top: 1px solid black !important;
}

.alternate-grid-row, .alternate-grid tr:nth-child(2n+1) {
    background-color: #f2f2f2;
}

    .alternate-grid-row:hover, TABLE.alternate-grid tr:hover {
        background-color: #d9d9d9;
    }

.popup-window {
    background-color: #406480;
    border: 1px solid #202020;
}

.popup-header {
    background-image: url(Images/Popup/header-bg.jpg);
    background-repeat: repeat-x;
    height: 20px;
    cursor: move;
}

.popup-header-text {
    padding-left: 8px;
    padding-top: 2px;
    margin-right: 50px;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
}

.popup-body {
    border: 1px solid #444444;
    padding: 5px 0px 5px 0px;
    margin: 3px 3px 3px 3px;
    background-color: #f0f0f0;
}

.popup-body-text {
    background-color: #ffffff;
    border: 1px solid #84888b;
    padding: 5px 8px 5px 8px;
}

.popup-header-close {
    float: right;
    width: 50px;
    text-align: right;
    margin-right: 5px;
    cursor: pointer;
}

    .popup-header-close input {
        position: relative;
        top: 0px;
    }

.popup-body-button {
    height: 30px;
    padding-top: 8px;
    padding-right: 10px;
    text-align: right;
}

div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

td input.file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 2;
}

.schvaleni-b {
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
    border-top: 1px solid #666666;
    color: #666666;
}

.schvaleni-label {
    font-size: 8pt;
    font-style: italic;
}

.prohlidka-ok {
    color: #000;
}

.prohlidka-stara {
    color: #F00;
}

.prohlidka-aktualni {
    color: Orange;
}

.pager {
    margin-top: 5px;
    font-size: 8pt;
}

.page-number-current {
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}

.pager-button {
    vertical-align: middle;
}

.pager-text {
    font-style: italic;
    font-size: 8pt;
    color: #666666;
}

.schvaleno-ok {
    color: Green;
}

.schvaleno-no {
    color: Red;
}

.slaPlace table {
    border: 0;
    width: 100%;
}

.slaPlace th {
    text-align: right;
    width: 150px;
}

.slaPlace td {
    padding: 4px;
}

.activities-table {
    width: 100%;
}

    .activities-table th {
        text-align: left;
        padding: 5px 0 5px 15px;
        background-color: Gray;
        color: White;
    }

    .activities-table tr {
        border: 0px;
        border-bottom: 2px solid #406480;
    }

        .activities-table tr:nth-child(odd) td {
            background-color: #f2f2f2;
        }

.kb-table {
    width: 100%;
    border-collapse: collapse;
}

    .kb-table th, .kb-table td {
        padding: 5px;
        text-align: left;
        vertical-align: top;
        border: 3px solid White;
    }

    .kb-table th {
        background-color: #A0A0A0;
    }

    .kb-table td {
        background-color: #E8E8E8;
    }

.table-button td {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    vertical-align: middle;
}

    .table-button td:hover {
        background-color: #A0A0A0;
    }

.table-button a {
    line-height: 100%;
    color: black;
}

.no-border td {
    border: 0px solid white;
}

.table-dochazka {
    border-collapse: collapse;
    margin-right: 30px;
    cursor: default;
}

    .table-dochazka td {
        border: 1px solid #f2f2f2;
        padding: 6px;
        text-align: center;
        vertical-align: middle;
        position: relative;
    }

.table-dochazka-ko {
    background-color: #FA5858 !important;
}

.table-dochazka-war {
    background-color: #FFCC66 !important;
}

.table-dochazka-more {
    background-color: #99FF99 !important;
}

.table-dochazka-vikend td, td.table-dochazka-vikend, .table-dochazka-caption {
    background-color: #d9d9d9;
}



.table-dochazka-svatek {
    color: #C00000 !important;
}

.table-dochazka tr:hover td {
    background-color: #f2f2f2;
    border-bottom-color: gray;
}

.table-dochazka-caption {
    font-weight: bold;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.table-dochazka-caption-light {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.table-dochazka-act, .table-dochazka-act td {
    background-color: orange;
}

    .table-dochazka-act:hover td {
        background-color: orangered !important;
    }

.dochazka-zaznam-span {
    float: left;
    margin-left: 6px;
    margin-right: 6px;
}

.dochazka-zaznam-generovan {
    border-bottom: 1px dashed #aaa;
}

.dochazka-nezapocitano {
    color: #666;
    font-style: italic;
}

.dochazka-zaznam-tool-div {
    float: right;
    width: 16px;
}

.dochazka-zaznam-tool-up {
    position: absolute;
    top: 3px;
    right: 0px;
}

    .dochazka-zaznam-tool-up.info {
        right: 4px;
        cursor: help;
    }

.dochazka-zaznam-tool-down {
    position: absolute;
    bottom: 3px;
    right: 0px;
}

.dochazka-warning-ico {
    cursor: help;
}

.table-volno-caption-month, .table-volno-caption-day, .table-volno-holiday, .table-volno-caption-user-num, .table-volno-caption-user-name {
    background-color: #d9d9d9;
    font-weight: bold;
}

.table-volno {
    border-collapse: collapse;
    float: left;
}

    .table-volno td {
        border: 1px solid #f2f2f2;
        height: 30px;
        width: 30px;
        text-align: center;
        vertical-align: middle;
        color: Black;
        font-weight: bold;
        text-decoration: none;
        white-space: nowrap;
    }

        .table-volno td:hover {
            background-color: Yellow;
        }

        .table-volno td a {
            color: Black;
            font-weight: bold;
            text-decoration: none;
        }

            .table-volno td a:hover {
                text-decoration: underline;
            }

    .table-volno img {
        margin-right: 0px;
    }

.table-volno-current {
    background-color: darkseagreen;
}

.table-volno-holiday {
    font-weight: normal;
}

.table-volno-caption-user-name {
    text-align: left !important;
}

.table-volno-holiday:hover {
    background-color: #d9d9d9;
}

.table-volno-caption-day {
    text-align: center;
}

.table-volno-blank {
    background-color: #F8F8F8;
}
/*
.table-filter-lite select
{
    width: 100%;
}
*/
span.helper {
    cursor: help;
}

.clickable table {
    width: 100%;
}

    .clickable table tr {
        cursor: pointer;
    }

.linkable {
    color: Blue;
    padding: 0;
    margin: 0;
    /*float: right;*/
}

    .linkable:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.ajax_result_box {
    border: 1px solid #97adbb;
    background-color: White;
    position: absolute;
    z-index: 5999;
}

    .ajax_result_box ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .ajax_result_box li {
        padding: 5px 8px;
    }

        .ajax_result_box li:hover {
            background-color: #97adbb;
            cursor: pointer;
        }

.wizard .action-list {
    border-right: 1px solid #eee;
}

    .wizard .action-list span {
        color: #555;
    }

.wizard .action-content .tab-content {
    min-height: 450px;
}

.wizard .panel-footer .buttons {
    float: right;
}

.p-boot .form-horizontal .control-label {
    padding-top: 10px !important;
}

.p-boot .checkbox input[type=checkbox], .p-boot .checkbox-inline input[type=checkbox],
.p-boot .radio input[type=radio], .p-boot .radio-inline input[type=radio] {
    top: -3px;
}

.evda-button {
    float: right;
    margin: 0 0 5px 5px;
    width: 125px;
}

.SBRibbon-theme {
    margin-top: 15px;
}

    .SBRibbon-theme img {
        margin-right: 0px;
        margin-bottom: 2px;
        margin-top: 0px;
    }

.RibbonMenu img {
    margin-right: 5px;
    margin-top: 0px;
}

.dochazka-smena-vyjimka {
    background-color: #FF82FF !important;
}

.fc-title, .fc-time {
    color: white;
}

.fc-axis.fc-time {
    color: black;
}

.holiday-info-table, .holiday-status-table {
    width: 100%;
    border-collapse: collapse;
}

    .holiday-info-table::after, .holiday-status-table::after {
        display: block;
        content: " ";
        clear: both;
    }

    .holiday-info-table tr:first-child {
        background: #d9d9d9;
        font-weight: bold;
    }

    .holiday-info-table td, .holiday-status-table td {
        height: 30px;
        padding: 0 15px;
        border: 1px solid #f2f2f2;
    }

        .holiday-info-table td:first-child, .holiday-status-table td:first-child {
            background: #d9d9d9;
            font-weight: bold;
        }

        .holiday-info-table td:nth-child(2), .holiday-status-table td:nth-child(2) {
            text-align: center;
            padding: 0 25px;
        }

.volno-plan-table {
    float: left;
    margin-left: 25px;
}
