@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,400,400i,600,700,800|Roboto:100,300,400,500,700,900&subset=latin-ext');

*:hover {
    transition: background 0.3s;
}


a {
    color: #999;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    margin: 0 auto 20px auto;
    padding: 0px;
    background: #fff;
    /*background: #333;*/
}

.bg-d5api {
    background: #F2F2F2;
}

.bg-lightblue {
    background: rgba(189, 207, 255, 0.21);
}

.bottom-line {
    border-bottom: 1px dotted #aaa;
}

.smallshadow {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.75);
    box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.75);
}

.wrapblokfull {
    width: 100%;
}

.wrapblok {
    margin-left: auto;
    margin-right: auto;
}


nav.navbar li.nav-item a.nav-link {
    color:#666;
    padding:0.3em 0.5em;
    font-weight: 600;
    margin-left: 0.5em;
    margin-right: 0.5em;
}




nav.navbar li.nav-item[active] {
    background:#F20D0D;
    border-radius: 5px;
}

nav.navbar li.nav-item[active] a.nav-link {
    color:#fff;
}

.fullheight {
    height: 100vh;
}

.content {
    /*padding: 1em 4em;*/
    margin-top:3.6em;
    padding-left: 0px !important;
}

h1 {
    margin: 0.5em 0em 1.5em 0;
    font-size: 2em;
    font-weight: 300;
}



.formfilled {
    background-color: coral;
    color:#fff;
}


table.table-monitor {
}
table.table-monitor tr th {
    font-weight: 400;
    background:#f3f3f3;
    text-align: left;
}
table.table-monitor tr {
}
table.table-monitor tr td {
    text-align: left;
}

table.table-monitor tr td, table.table-monitor tr th {
    border: 1px dotted #aaa;
    border-collapse: collapse;
    padding: 0.3em 0.6em;
}




table.table-zaznamy {
}
table.table-zaznamy tr th {
    font-weight: 600;
    background:#f3f3f3;
    color:#333;
    text-align: left;
}
table.table-zaznamy tr th i {
    margin-left: 0.6em;
}
table.table-zaznamy tr {
}
table.table-zaznamy tr td {
    text-align: left;
    color:#666;
}
table.table-zaznamy tr td, table.table-zaznamy tr th {
    border-bottom: 1px dotted #aaa;
    border-collapse: collapse;
    padding: 0.6em 1.5em;
    font-size: 1.05em;
}
div.status {
    padding:0.2em 0.5em;
    border-radius: 3px;
    color:#000;
}



table.table-api {
    width: auto;
}
table.table-api tr th {
    font-weight: 400;
    background:#f3f3f3;
    text-align: center;
}
table.table-api tr {
}
table.table-api tr td {
    text-align: center;
}

table.table-api tr td, table.table-api tr th {
    border: 1px dotted #aaa;
    border-collapse: collapse;
    padding: 0.3em 0.6em;
}


table.table-transaction {
    width: auto;
}
table.table-transaction tr th {
    font-weight: 400;
    background:#f3f3f3;
    text-align: center;
}
table.table-transaction tr {
}
table.table-transaction tr td {
    text-align: center;
    font-size: 1em;
}

table.table-transaction tr td, table.table-transaction tr th {
    border: 1px dotted #aaa;
    border-collapse: collapse;
    padding: 0.1em 0.6em;
    /*    font-size: 0.8em;*/
}
table.table-transaction tr.selected, table.table-transaction tr.selected a {
    background-color: crimson;
    color:#fff;
}
.color1 {
    background-color: #fefefe;
}

.color2 {
    background-color: #f3f3f3;
}

.leftmenu {
    /*
    position:sticky;
    top:60px;
    */
    /*
    background: #fafafa;
    padding-bottom: 5em;
    border-right: 1px dotted #999;
    border-bottom: 2px dotted #999;
    */
    /*
    -webkit-box-shadow: 0px 0px 2px 1px rgba(150,150,150,0.75);
    -moz-box-shadow: 0px 0px 2px 1px rgba(150,150,150,0.75);
    box-shadow: 0px 0px 2px 1px rgba(150,150,150,0.75);
    */
}

div.leftmenubox {
    background: #f0f0f0;
    padding: 1em;
    margin: 1em 0em;
    border-radius: 5px;
    font-size: 1.2em;
}
div.leftmenubox h3 {
    font-size: 1.0em;
    margin:0 0 1em 0;
    padding:0;
    font-weight: 600;
    color:#999;
}


div.employeinfo {
    background: #ddd;
    color: #666;
    padding: 1em;
    margin: 1em 0em;
    border-radius: 5px;
    font-size: 1.2em;
}
div.employeinfo h3 {
    font-size: 1.2em;
    font-weight: 600;
    color: #000;
}
div.employeinfo a  {
    color:#666;
    font-size: 0.8em;
}


table.employes {
    width: auto;
}
table.employes tr th {
    font-weight: 400;
    background:#f3f3f3;
    text-align: center;
}
table.employes tr {
}
table.employes tr td {
    text-align: center;
    font-size: 1.0em;
}

table.employes tr td, table.employes tr th {
    border: none;
    padding: 0.0em 0.3em;
    /*    font-size: 0.8em;*/
}
table.employes tr.selected, table.employes tr.selected a {
    color:#e00;
    font-weight: 600;
}



div.leftmenusectionheader {
    font-size: 1.3em;
    font-weight: 600;
    color: #666;
    margin:0.9em 0em 0.5em 0;
}



table.table-editor {
    width: auto;
}
table.table-editor tr th {
    font-weight: 400;
    background:#f3f3f3;
    text-align: center;
}
table.table-editor tr {
}
table.table-editor tr td {
    text-align: center;
}

table.table-editor tr td, table.table-editor tr th {
    border: 1px dotted #aaa;
    border-collapse: collapse;
    padding: 0.1em 0.3em;
/*    font-size: 0.8em;*/
}
table.table-editor tr.selected, table.table-editor tr.selected a {
    background-color: crimson;
    color:#fff;
}

table.tablecontentshow {
    display: table;
}
table.tablecontenthide {
    display: none;
}
ul.nav-tabs li a {
    cursor: pointer;
}

/*zobrazeni flashek*/
div.flashlayer {
    position: fixed;
    bottom: calc(20% - 105px);
    left: calc(50% - 225px);
    z-index: 1100;
    margin: 0px auto;
}

div.flash {
    width: 450px;
    padding: 20px;;
    margin: 0px 0px 4px 0px;
    border-radius: 3px;
    text-align: center;
    font-size: 14pt;
    -webkit-box-shadow: 0px 0px 242px -29px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 242px -29px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 242px -29px rgba(0, 0, 0, 1);
}

.success {
    color: #fff;
    background: #009900;
}

.error {
    background: #cc0000;
    color: #fff;
    font-weight: bold;
}

.warning {
    background: #FFC;
}
div.flash div.closeico {
    position: absolute;
    top: 5px;
    right: 10px;
}




#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.9;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
    z-index: 100;
    border:1px dotted #ccc;
}



ul.nav-tabs li.nav-item a.active {
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

table.sticky {
    position: relative;
}
table.sticky th {
    position: sticky;
    top: 57px; /* Don't forget this, required for the stickiness */
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    padding-top: 1em;
    background: #e9f3ff;
}

div.dashboardmodule {
    /*width:30vw;*/
    padding:2em;
    /*border: 1px solid #8da7e8;*/
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.4);
}

div.dashboardmodule h2 {
    font-weight: 200;
    margin-bottom:0.6em;
}

div.dashboardmodule span.ico {
    color: #e34d2f;
    float: right;
}

.stickblock {
    position:sticky;
    top:50px;
    background: white;
}

table.table-dashboard {
    width:auto;
}
table.table-dashboard tr th {
    font-weight: 300;
    background:#f3f3f3;
    text-align: left;
}
table.table-dashboard tr {
}
table.table-dashboard tr td {
    text-align: left;
}

table.table-dashboard tr td, table.table-dashboard tr th {
    border: 1px dotted #aaa;
    border-collapse: collapse;
    padding: 0.2em 0.4em;
    font-size: 1em;
}