﻿/*.acsContainer
{
    padding: 0 1px;
}*/
/*.acsContainer,*/
.acsContainer > *
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

/*.acwSpacer
{
    position: absolute;
    width: 100%;
    height: 100%;
}*/


.acwMaximized > .acwSpacer,
/*.acwMaximized > .acwSpacer > .acsContainer,*/
.acwMaximized > .acwSpacer > .acwContent
{
    width: 100%;
    height: 100%;
}

/* Window --------------------------------------*/
.acwModalBackground
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*z-index: 100002;*/
}

.acwWaiting /* div */
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    /*text-align: center;
    vertical-align: middle;*/
    background-position: center center;
    z-index: 100000;
}

.transparency
{
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/*.acwWaiting img
    {
        position: relative;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        left: 0;
        top: 0;
    }*/

.acwWindow
{
    position: fixed;
    display: inline;
    border: 2px outset;
    overflow: hidden;
    /*z-index: 100004;*/
    margin: 0;
    padding: 0;
}

    .acwWindow.acwMaximized
    {
        position: fixed;
        left: 0 !important;
        top: 0 !important;
        width: 100%;
        height: 100%;
    }

    .acwWindow .acwContent
    {
        overflow: auto;
        border-width: 0px;
    }

    .acwWindow .acwHeaderTitle
    {
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .acwWindow .acwHeader .acwHeaderButton
    {
        position: absolute;
        text-align: center;
        background-repeat: no-repeat;
        top: 0;
        cursor: pointer;
    }

.acwClose
{
    right: 0px;
}

.acwMaximizeBtn
{
    right: 20px;
}

.acwResize
{
    height: 16px;
    width: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: se-resize;
}

.invisible
{
    display: none;
}

.acwDrag
{
    cursor: move;
}

/* Selector closed ---------------------------------------------*/
.acsClosed, .acsClosed td
{
    border: 0;
    padding: 0;
    border-collapse: collapse;
    table-layout: auto;
}

    .acsClosed td
    {
        padding: 0;
        width: 1px;
    }

    .acsClosed .acscTextTD
    {
        width: 100%;
        /*padding-right: 6px;*/
    }

    .acsClosed .acsText
    {
        width: 100%;
        margin: 0; /*Kvůli Chromu*/
    }

    .acsClosed .acsBtn
    {
        float: right;
    }

/* Selector opened ---------------------------------------------*/
.acsHeaderTable, .acsTable
{
    border-collapse: collapse;
}

    .acsHeaderTable #closeBtn
    {
        float: right;
    }

    .acsHeaderTable td
    {
        width: 1px;
    }

    .acsHeaderTable #buttons
    {
        text-align: right;
        width: auto;
    }

    /* Pager */
    .acsHeaderTable a
    {
        text-decoration: none;
    }

span.arrow
{
    padding: 0 2px;
}

.pagerInfo
{
    white-space: nowrap;
}

.acsHeaderRow > td
{
    text-align: center;
}

/* table */
.acsTable .acsFilters input /*textboxy filtru*/
{
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.acwWindow .acsBody tr /* cursor pouze pro control v okně */
{
    cursor: pointer;
}

.acsEmptyDataText, .acsMessage
{
    text-align: center;
}

/* SelectorList ---------------------- */
.acSelectorList
{
    position: relative; /* kvůli kolotoči */
}

/*.fullWidth
{
    width: 100%;
}*/


/*JS Dialogs*/
.dlgMessageBox .acwContent
{
    padding: 2em;
}

.centerAlign
{
    text-align: center;
}

/*.dlgButtonContainer
{
    text-align: center;
    padding-top: 1em;
}

    .dlgButtonContainer > button
    {
        margin: 0 0.5em;
    }*/

.dlgButtonContainer
{
    margin-top: 1em;
    text-align: center;
}

div > fieldset
{
    border-width: 2px;
    padding: 4px 8px 9px 8px;
}

/*ProgressBar*/

.progressBar
{
    position: relative;
}

.pbLabel
{
    text-align: center;
}

.pbLabelMin
{
    position: absolute;
    left: 0;
}

.pbLabelCurrent
{
}

.pbLabelMax
{
    position: absolute;
    right: 0;
}

.pbBar
{
    border: 1px solid black;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.pbInnerText
{
    position: absolute;
    font-size: larger;
    margin: 0.2em 0;
    width: 100%;
    text-align: center;
}

.pbValue
{
    height: 2em;
    background-color: gray;
}

.pbModalBackground
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: lightgray;
    z-index:10;
}

.progressBusy .progressBar
{
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 141px;
}

/*ProgressBar*/