﻿
* {
    font-size: 10px;
    /*font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';*/
    font-family: system-ui;
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: none;
    text-align: center;
    text-decoration: none;
}

body {
    background-color: #FFFFFF;
    text-align: left;
    display:inline-block;
    width:100%;
}

.loader {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:transparent;
    transition-duration: 0s;
    z-index: 999;
}

    .loader::after {
        content: "";
        width: 75px;
        height: 75px;
        border: 15px dotted transparent;
        border-top: 10px dotted orange;
        border-radius: 50%;
        animation: loading 1s ease infinite;
        z-index: 999;
    }

    @keyframes loading {
        from {
            transform: rotate(0turn);
        }
        to {
            transform: rotate(1turn);
        }
    }

.headedr {
    text-align: left;
    font-weight: 700;
    color: black;
}


.menu {
    z-index: 99;
    height: 100%;
    width: 200px;
    background-color: black;
    box-shadow: -3px 0px 10px 7px lightgray;
    color: white;
    position: fixed;
    display: flex;
    top:0px;
    left: -160px;
}

    .menu:hover {
        animation-name: showMenu;
        animation-duration: 0.5s;
        animation-direction: normal;
        left:0px
    }

    .menu ul {
        list-style-type: none;
    }

        .menu ul li {
            display: grid;
            float: left;
            width: 200px;
        }

            .menu ul li a {
                display: block;
                color: white;
                margin-right: 10px;
                margin-top: 14px;
                margin-bottom: 14px;
                text-decoration: none;
                text-align: right;
            }

                .menu ul li a:hover {
                    font-weight: 700;
                }

.imgBtn {
    float:right;
    height:16px;
    width:16px;
    margin-right:15px;
}

.cmdSmall {
    display:inline;
    z-index: 99;
    height: 35px;
    width: 120px;
    border: 1px solid lightgray;
    background-color: white;
    border-radius: 5px 6px;
    color: gray;
    font-weight: 700;
    float: right;
    margin: 25px;
}

    .cmdSmall:hover {
        border-color: dodgerblue;
        color: dodgerblue;
    }

.cmdCenter {
    display: inline;
    z-index: 99;
    height: 35px;
    width: 50%;
    border: 1px solid lightgray;
    background-color: white;
    border-radius: 5px 6px;
    color: gray;
    font-weight: 700;
    margin: 25px;
}

    .cmdCenter:hover {
        border-color: dodgerblue;
        color: dodgerblue;
    }

.cmdTable {
    height: 30px;
    width: 290px;
    border: 1px solid white;
    background-color: white;
    border-radius: 5px 6px;
}

    .cmdTable:hover {
        border-color: dodgerblue;
        color: black;
    }

.cmdSmallClose {
    display: inline;
    z-index: 99;
    height: 35px;
    width: 120px;
    border: 1px solid lightgray;
    background-color: white;
    border-radius: 5px 6px;
    color: gray;
    font-weight: 700;
    float: right;
    margin: 25px;
}

    .cmdSmallClose:hover {
        border-color: red;
        color: red;
    }

.cmdSmallLeft {
    display: inline;
    z-index: 99;
    height: 35px;
    width: 120px;
    border: 1px solid lightgray;
    background-color: white;
    border-radius: 5px 6px;
    color: gray;
    font-weight: 700;
    float: left;
    margin: 25px 10px 25px 10px;
}

    .cmdSmallLeft:hover {
        border-color: dodgerblue;
        color: dodgerblue;
    }

.cmdTab {
    display: inline;
    height: 35px;
    padding: 0px 10px;
    border: 1px solid lightgray;
    background-color: white;
    border-radius: 10px 10px 0px 0px;
    font-weight: 700;
    float: left;
}

.cmdSmallLeftHiden {
    display: inline;
    z-index: 99;
    height: 35px;
    width: 120px;
    border: 1px solid lightgray;
    background-color: white;
    border-radius: 5px 6px;
    color: gray;
    font-weight: 700;
    float: left;
    margin: 25px;
    display:none;
}

    .cmdSmallLeftHiden:hover {
        border-color: dodgerblue;
        color: dodgerblue;
    } 

.lbl {
    display: inline-block;
    margin: 5px 10px 5px 10px;
    background-color:transparent;
    white-space: nowrap;
}

.cbo {
    display: inline-block;
    margin: 5px 10px 5px 10px;
    background-color: transparent;
}
    .cbo label {
        margin: 5px 10px 5px 10px;
    }

.txt {
    height: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    margin: 5px 10px 5px 10px;
    resize: none;
    background-color:transparent;
}

.lblMultiLine {
    margin: 5px 10px 5px 10px;
    resize: none;
    height: 80%;
    width: 99%;
    text-align: left;
    white-space: pre-line;
}

.txtMultiline {
    height: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    margin: 5px 10px 5px 10px;
    resize: none;
    background-color: transparent;
    width:400px;
    resize: none;
    height: 100px;
    text-align:left;
}

.txtMessenger {
    height: 40px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    margin: 5px 10px 5px 10px;
    padding: 10px;
    resize: none;
    background-color: transparent;
    text-align: left;
}

.msgRight {
    max-width: 70%;
    margin: 20px;
    padding: 13px;
    float: right;
    border-radius: 10px;
    box-shadow: 0px 0px 7px lightblue;
    text-align:right;
}

.msgfooter {
    width: 100%;
    height: 12px;
    border-top: solid 1px lightgray;
    text-align: right;
    color: gray;
}

.msgleft {
    max-width: 70%;
    margin: 20px;
    padding: 13px;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 0px 7px lightgray;
    text-align: left;
}

.panel {
    position: relative;
    background-color: white;
    padding: 10px 20px 10px 20px;
    margin: 20px 20px 20px 70px;
    text-align: left;
    display: block;
    overflow-x: auto;
    border: 0.5px solid lightgray;
    border-radius: 10px;
    width: calc(100% - 125px);
}

.panelFilter {
    position: relative;
    background-color: white;
    padding: 10px 20px 10px 20px;
    margin: 20px 20px 20px 70px;
    text-align: left;
    display: block;
    border: 0.5px solid lightgray;
    border-radius: 10px;
    width: calc(100% - 125px);
    height: 26px;
    overflow: hidden;
}

    .panelFilter:hover {
        height: fit-content;
    }


.popup {
    width: 700px;
    height: 500px;
    position: fixed;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 13px black;
    z-index: 99;
    padding: 25px;
    top: 50%;
    left: 50%;
    margin-top: -250px; /* Negative half of height. */
    margin-left: -350px; /* Negative half of width. */
}

.rightsidepanel {
    width: 80%;
    min-width:600px;
    height: 100%;
    position: fixed;
    background-color: white;
    box-shadow: 0px 0px 13px lightgray;
    z-index: 99;
    padding-left: 25px;
    top: 0px;
    right: 0px;
}

.msgbox {
    width: 430px;
    height: 200px;
    position: fixed;
    background-color: white;
    box-shadow: 0px 0px 13px black;
    border-radius:10px;
    z-index: 99;
    top: 50%;
    left: 50%;
    margin-top: -100px; /* Negative half of height. */
    margin-left: -215px; /* Negative half of width. */
}

.whitePanel {
    margin: 100px 20px 0px 20px;
    background-color: white;
    border: 0.25px solid gray;
    border-radius: 5px;
    padding: 10px;
    position: fixed;
    padding: 5px 20px 5px 20px;
    text-align:left;
    float:left;
    display:table;
}

.tableHeader {
    z-index: 1;
    position: sticky;
    height: 30px;
    top: 165px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: max-content;
    background-color: white;
    z-index: 1;
    font-weight: 700;
    padding: 0px 5px 0px 5px;
}

.table {
    z-index: -1;
    position: relative;
    top: 160px;
    display: inline-block;
    vertical-align: top;
    width: max-content;
}

.tableHead {
    z-index: -1;
    width: 260px;
    display: inline-block;
    vertical-align: top;
}

.tableCol {
    z-index:-1;
    width: 260px;
    border-inline: 0.5px solid white; 
    display: inline-block;
    vertical-align: top;
    min-height:300px;
    text-wrap:none;
}

.gridview {
    width: 100%;
    min-width: max-content;
    overflow: auto;
}

.gridViewRow {
    border-bottom: solid 0.2px lightgray;
    height: 30px;
}
/*
.gridViewRowSelect {
    border-bottom: solid 0.2px lightgray;
    height: 30px;
}*/

.gridViewRowSelect {
    position: relative;
    z-index: 10;
    animation-name: HighLightsRow;
    animation-duration: 0.5s;
    animation-direction: normal;
    box-shadow: 20px 0px 8px 0px black;
    border-bottom: solid 0.2px lightgray;
    height: 30px;
}

.gridViewHeader {
    border-bottom: solid 0.2px lightgray;
    font-size: 30px;
    height: 30px;
    text-wrap: nowrap;
    padding: 0px 15px 0px 15px;
}

.gridViewCol {
    min-width: 80px;
}

.gridViewImgCol {
    min-width: 20px;
    max-width: 100px;
    padding-right:10px;
}

.pager {
    height: 30px;
    vertical-align: bottom;
}

    .pager a {
        color: black;
        font-size: 10px;
    }

    .pager span {
        color: black;
        font-weight:bold;
        font-size:12px;
    }

.gridViewImgBtn {
    opacity: 0;
}

    .gridViewImgBtn:hover {
        animation-name: Opacity;
        animation-duration: 0.5s;
        animation-direction: normal;
        opacity: 1;
    }




/*Animace*/
@keyframes Opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes showMenu {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes HighLightsRow {
    from {
        box-shadow: 0px 0px 0px 0px black;
    }

    to {
        box-shadow: 20px 0px 8px 0px black;
    }
}






/* Terminal */

.trmcmdsmall {
    display: grid;
    z-index: 99;
    height: 35px;
    width: 100%;
    border: 1px solid lightgray;
    background-color: white;
    border-radius: 5px 6px;
    color: gray;
    font-weight: 700;
    float: right;
    margin: 5px;
}

