﻿body {
}

.content-center {
    width: 100%
}

.content-inner-center {
    /*display: table;*/
    margin: 0 auto;
    padding-top: 20px;
}

.login-container {
    text-align: center;
    /*max-width: 1200px;*/
}

.register-container {
    text-align: center;
    /*max-width: 1200px;*/
}

.tooltipEKZP {
    position: relative;
    display: inline-block;
}

.tooltipEKZPOverlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: gray;
}

    .tooltipEKZPOverlay .tooltiptextEKZP {
        width: 240px;
        color: #fff;
        text-align: center;
        z-index: 101;
        position: fixed;
        left: calc(50% - 120px);
        top: calc(50% - 100px);
    }

.tooltipEKZP:hover .tooltiptextEKZP {
        visibility: visible;
    }

.flexImport {
    display: flex;
    flex-direction: row;
}

.showLinkfalse {
    display: block;
}

.showLinktrue {
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: gray;
    background: rgba(211,211,211,0.3);
}

.overlayWait {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1001;
}

.overlayWaitText {
    position: fixed;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 1001;
    color: black;
}

.dx-command-select {
    width: 40px !important;
    min-width: 40px !important;
}

.dx-command-edit {
    width: 40px !important;
    min-width: 40px !important;
}

.showText-01 {
    display: block !important;
}

.showText-21 {
    display: block !important;
}


.showText3 {
    display: block !important;
}

.hideText {
    display: none;
}

.showOdkaz0 {
    display: none;
}

.showOdkaz2 {
    display: none;
}

.showOdkaz3 {
    display: none;
}