@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');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


.ikos-fialova {
    color: #9258F1;
}

.ikos-modra {
    color: #5533D3;
}

.ikos-ruzova {
    color: #E83195;
}

.ikos-gradient-button {
    background-image: linear-gradient(to right, #9258F1, #5533D3);
}

*:hover {
    transition: background 0.3s;
}


a {
    color: #999;
}

a:hover {
    text-decoration: none;
    color: #9258F1;
}

a:focus {
    outline: none;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9em;
    margin: 2rem 0rem;
    padding: 0px;
    background: #fff;
}


/*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: 1.8em;
    -webkit-box-shadow: 0px 0px 242px -10px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 242px -10px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 242px -10px rgba(0, 0, 0, 1);
}

.success {
    color: #4b8d33;
    background: #f6fff6;
    border:2px solid #4b8d33;
}

.error {
    background: #fcf3f3;
    color: #c90000;
    font-weight: bold;
}

.warning {
    background: #fffff0;
    color: #000000;
}

div.flash div.closeico {
    position: absolute;
    top: 5px;
    right: 10px;
}


.btn {
    border: none;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}

.btn-primary {
    background: #5533D3;
    /*
    background-image: linear-gradient(to right, #932FE1 , #4824CF);
    */
    background-image: linear-gradient(to right, #9258F1, #5533D3);
    border: none;
}

.btn-primary:hover {
    background: #5533D3 !important;
    box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #5533D3;
    border: none;
    box-shadow: none;
    border-color: #fff;
}

.bg-d5-red {
    background-color: #E40073;
}


.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 {
    background-color: #fff;
    margin: auto;
}


.wrapblok {
/*    max-width: 1800px;*/
    margin-left: auto;
    margin-right: auto;
    margin-left: 3em;
    margin-right: 3em;
}

.wrapblokeditor {
    /*max-width: 1900px;*/
    margin-left: auto;
    margin-right: auto;
}

.bg_content {
    background-color: #F8F6F7;
    border-radius: 8px;
    min-height: calc(100vh - 250px);
}

.wrapbloklogin {
    display: flex;
    /*width:95vw;*/
    min-height: 90vh;
    /*max-width: 1700px;*/
    background: url("/pict/bg-login.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin: 5vh;
    align-items: center;
    justify-content: center;
}

div.loginform {
    background: #fff;
    padding: 2em;
    width: 380px;
    border-radius: 12px;
}

div.loginform h1 {
    font-size: 1.7em;
}

div.loginform label {
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border: 2px solid #9258F1;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);*/
    box-shadow: none;
    outline: 0 none;
}


h1 {
    margin: 0.5em 0em 1.5em 0;
    font-size: 2em;
    font-weight: 300;
}


table.table-zaznamy {
    margin: auto;
    min-width: 50%;
    border-radius: 8px;
    background-color: #fff;
}

table.table-zaznamy tr th {
    font-weight: 600;
    background: none;
    color: #333;
    text-align: left;
}

table.table-zaznamy tr th a {
    color: #333;
}

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 {
    border-bottom: 1px solid #efefef;
    border-collapse: collapse;
    padding: 0.6em 1.5em;
    font-size: 1.05em;
}

table.table-zaznamy tr th {
    border-bottom: none;
    border-collapse: collapse;
    padding: 1.5em 1.5em 1em 1.5em;
    font-size: 1.05em;
}

table.table-zaznamy tr.header td {
    background: none;
}

table.table-zaznamy tr.header {
    background: none;
}

div.status {
    display: inline-block;
    padding: 0.2em 0.5em;
    border-radius: 3px;
    color: #000;
}


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: #E83195;
    color: #fff;
}

.color1 {
    background-color: #f3f3f3;
}

.color2 {
    background-color: #fefefe;
}


div.tablebox {
    background: #efefef;
    overflow: scroll;
    max-height: calc(100vh - 280px);
}


table.table-editor {
    overflow: scroll;
}

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:nth-last-child(2) td {
    border-top: 2px solid #999;
}

table.table-editor tr:nth-child(4) td {
    border-top: 2px solid #999;
}

table.table-editor tr td, table.table-editor tr th {
    border: 1px solid #ddd;
    border-collapse: separate;
    padding: 0.1em 0.3em;
    /*    font-size: 0.8em;*/
}

table.table-editor tr.selected, table.table-editor tr.selected a {
    background-color: #E83195;
    color: #fff;
}

table.tablecontentshow {
    display: table;
}

table.tablecontenthide {
    display: none;
}

ul.nav-tabs li a {
    cursor: pointer;
}


table.tablesticky {
    /*position: relative;*/
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}

table.tablesticky tr:first-child {
    position: sticky;
    z-index: 20;
    top: 0px; /* Don't forget this, required for the stickiness */
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

table.tablesticky tr td:nth-child(2) {
    border-right: 2px solid #aaa;
    position: sticky;
    z-index: 10;
    left: 0px; /* Don't forget this, required for the stickiness */
}


table.striped {

}

table.striped tr:nth-child(even) {
    background: #FFFFFF;
}

table.striped tr:nth-child(odd) {
    background: rgba(189, 207, 255, 0.13);
}


#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;
}


.stickblock {
    position: sticky;
    top: 50px;
    background: white;

    z-index: 30;
    left: 0px;
}


div.dashboard {
    /*background: #5e6eb4;*/
    /*background: linear-gradient(90deg, rgba(250,2,129,0.8) 0%, rgba(148,90,241,0.8) 100%);*/
    background: linear-gradient(90deg, #E83195, #9258F1);
    min-height: calc(100vh - 250px);
    border-radius: 8px;
}


div.dashboardbody {
    margin: auto;
    max-width: 1400px;
    /*
    display: flex;
    row-gap: 1rem;
    column-gap: 1rem;
    justify-content: start;
    align-content: start;
    flex-flow: wrap;
    */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
}


div.dashboardmodule {
    padding: 2em;
    border-radius: 6px;
    background: #fff;
    height: 100%;
    -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-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 1em;
    /*text-transform: uppercase;*/
}

div.dashboardmodule span.ico {
    color: #ddd;
    float: right;
}

a div.dashboardmodule {
    color: #000 !important;
}


table.table-dashboard {
    width: 100%;
}

table.table-dashboard tr th {
    font-weight: 600;
    background: #f3f3f3;
    color: #333;
    /*    text-align: left;*/
}

table.table-dashboard tr th:first-child {
    border-radius: 6px 0px 0px 0px;
}

table.table-dashboard tr th:last-child {
    border-radius: 0px 6px 0px 0px;
}


table.table-dashboard tr {
}

table.table-dashboard tr th i {
    margin-left: 0.6em;
}

table.table-dashboard tr td:first-child {
    text-align: left;
}

table.table-dashboard tr td {
    /*    text-align: center;*/
    color: #666;
}

table.table-dashboard tr td, table.table-dashboard tr th {
    border-bottom: 1px dotted #aaa;
    border-collapse: collapse;
    padding: 0.6em 1.5em;
    font-size: 1.05em;
}

a.dashboardgriditem {
    transition: all .4s ease-in-out;
}

a.dashboardgriditem:hover {
    transform: scale(1.02);
}

div.monitor-dashboardbox {
    font-size: 1.3em;
    font-weight: 600;
    padding: 1em;
    border-radius: 8px;
}

div.modal {
    max-height: 90vh;
    overflow: scroll;
    position: fixed;
}

i.ikona {
    margin: 0px 0.4em 0px 0px;
}


nav.topmenu {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 2em;
    padding: 1em 1em 0.3em 1em;
    background: none;
    color: #000;
    margin-bottom: 0em;
}

nav.topmenu div.logo {
    place-self: center stretch;
    display: inline;
}

nav.topmenu div.centermenu {
    place-self: center stretch;
    flex-grow: 4;
    display: flex;
    justify-content: center;
    gap: 1em;
}

nav.topmenu div.userinfo {
    place-self: center end;
    text-align: right;
}

nav.topmenu div.centermenu a.topmenuitem {
    width: 150px;
    text-align: center;
    padding: 1.5em 1em;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    /*    border:1px solid #F7F7F7;*/
    font-weight: 600;
    /*color:#B9B9B9;*/
    color: #a9a9a9;
    border-radius: 5px;
}

nav.topmenu div.centermenu a.topmenuitem:hover {
    background-color: #F6F3FF;
    color: #9258F1;
}

nav.topmenu div.centermenu a.active {
    background-color: #F6EDFF;
    border-bottom: 3px solid #9258F1;
    color: #5533D3;
    /*color:#3F3494;*/
}

nav.topmenu div.centermenu a.active:hover {
    background-color: #F6EDFF;
}

nav.topmenu div.centermenu a.topmenuitem i {
    font-size: 2em;
    margin-bottom: 0.3em;
    margin-left: auto;
    margin-right: auto;
}

nav.topmenu div.centermenu a.topmenuitem {
    transition: all .2s ease-in-out;
}

nav.topmenu div.centermenu a.topmenuitem:hover {
    transform: scale(1.05);
}

nav.topmenu a.barslink {
    display: none;
}


/*div.linkmodal {
    width: 100%;
    font-size: 2em;
}
div.linkmodal i {
    width: 1em;
    color:#990000;
}
div.linkmodal a {
    color:#333;
}
div.linkmodal i {
    margin-right: 0.8em;
}
div.infomodal {
    font-size: 1.5em;
}*/


form#frm-departmensForm label input {
    font-size: 1.2em;
    margin-right: 0.4em;
}

form#frm-departmensForm label {
    font-size: 1.2em;
}


a.monitorfilter {
    display: inline-block;
    padding: 1em;
    border-bottom: 1px solid #eee;
}

a.monitorfilter:hover {
    color: #932FE1;
}

a.monitorfilteractive {
    border-bottom: 3px solid #932FE1;
    /*color:#3F3494*/;
    color: #5533D3;
    font-weight: 600;
}

h2 {
    color: #000;
}

div.content {
}

div.contentinpage {
    margin: 0px auto;
    padding: 3em 3em;
    /*max-width: 1200px;*/
}

div.contentinpagemedium {
    margin: 0px auto;
    padding: 3em 0em;
    max-width: 1200px;
}


div.narrow {
    max-width: 800px;
}

div.contentinpagewide {
    /*max-width: 2000px;*/
    padding: 0px;
}

div.content div.contentinpage .header {
    display: flex;
    margin-bottom: 2em;
    justify-content: space-between;
    align-items: flex-end;
}
div.content div.contentinpage .header .header-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:2em;
}

div.content div.contentinpage .header .header-left form div.form-group {
    margin-bottom: 0px;
}
form#frm-insertForm label {
    text-align: right;
}
form#frm-insertForm  label.custom-checkbox {
    text-align: left !important;
}



div.content div.contentinpage .headermedium {
    max-width: 1200px ;
    display: flex;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}


div.contentinpage table.table-zaznamy {
    width: 100%;
}

div.header {
    display: flex;
    align-items:flex-end !important;
}

div.header-left {
    display: flex;
    gap: 0 !important;
    justify-content: flex-start;
    align-items: center !important;
}


div.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center !important;
}


div.monthdate {
    font-size: 1.6em;
    font-weight: 600;
    align-self: flex-start;
}

div.monthdate a.arrowchangemonth {
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.fixed-btn {
    display: inline-block;
    position: sticky !important;
    top: 50px;
    float: right;
}

span.sameday {
    display: none;
}

div.burza {
    background: #17a2b8;
    font-weight: bold;
    border-radius: 4px;
    display: inline;
    color: #fff;
    padding: 0.17em 0.3em 0.3em 0.3em;
    vertical-align: middle;
    margin:auto;
}


.form-group {
    /*margin-bottom: 0 !important;*/
}

table.calendar {
    background: #fff;
    width: 100%;
}

table.calendar tr td  {
    border:1px solid #333;
    width:calc(100%/7);
    font-size: 0.9em;
    vertical-align: top;
}
table.calendar tr th  {
    padding: 1em;
    border:1px solid #333;
    width:calc(100%/7);
    font-size: 1.2em;
    text-align: center;
}
table.calendar tr td div.denhlavicka {
    padding: 0.5em 1em;
    background: rgba(189, 207, 255, 0.21);
    font-size: 1.4em;
    font-weight: 600;
    color:#000;
}
table.calendar tr td div.dentelo {
    padding: 1em;
}