/*
html
{
    height: 100%;
}
*/
body {
    background: url(img/background.png) no-repeat 0px 0px #fff;
    background-color: #fff;
    background-size: contain;
    background-attachment: fixed;
    margin: 0;
    padding: 16px;
    font-family: Arial, "sans-serif";
    font-size: 14px;
    color: #333;
    min-height: 100%;
    min-width: 900px;
}

table, tr, td {
    padding: 0;
    margin: 0;
    font-size: 14px !important;
}

.verticalPanel th {
    text-shadow: none !important;
    color: #333 !important;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.topPanel {
    margin: 0;
    padding: 0 0 24px 0;
    height: 64px;
    background: url(img/qsign_header_logo.png) no-repeat 0px 0px;
    text-align: right;
}

#logo {
    position: absolute;
}

.userName {
    display: inline-block;
    margin: 8px 0;
}

.userNameValue,
.organizationValue {
    display: inline-block;
    margin: 8px 0;
    font-weight: bold;
}

.organization {
    display: inline-block;
    margin: 8px 0 0 16px;
}

.pageTitle {
    display: inline-block;
    position: absolute;
    left: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    margin-top: 48px;
    width: 100%;
    padding: 0;
    line-height: 32px;
    z-index: -1;
    min-width: 900px;
}

.pageTitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    height: 0px;
    border-top: 2px solid #be1d2d;
    z-index: -1;
}

.verticalPanel .gwt-Hyperlink {
    position: absolute;
    top: 100px;
    left: 16px;
}

.taskmanager .gwt-Hyperlink {
    position: absolute;
    right: 16px;
    top: 80px;
}

.verticalPanel .gwt-Hyperlink a,
.taskmanager .gwt-Hyperlink a {
    color: #be1d2d;
}

.verticalPanel .gwt-Hyperlink a:hover,
.taskmanager .gwt-Hyperlink a:hover {
    color: #be1d2d;
    text-decoration: underline;
}

/* LOGIN */

.flowPanel.mainPanel.loginPage {
    display: block;
    background: url(img/zk_logo.png) no-repeat 48px 52px #fff;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 272px;
    padding: 48px 48px 48px 192px;
    -webkit-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.25);
    /*	border-bottom: 4px solid #666;*/
    border-radius: 16px;
}

.flowPanel.loginPage.imageLogo {
    display: none;
}

.loginPage .gwt-Label {
    font-weight: normal;
    color: #999;
    padding-left: 8px;
    cursor: default;
}

.loginPage .gwt-Image {
    padding-bottom: 16px;
}

#creds_username,
#creds_password {
    display: inline-block;
    width: 264px;
    height: 30px;
    margin: 0 0 24px 0;
    padding: 1px 0 0 8px;
    vertical-align: top;
    background-color: white;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #be1d2d;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

#creds_username:hover, #creds_username:focus,
#creds_password:hover, #creds_password:focus {
    background-color: #f2f2f2;
}

.gwt-SubmitButton,
.loginButton {
    display: inline-block;
    width: 272px;
    height: 48px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: none;
    background-color: #be1d2d;
    color: white;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}

.gwt-SubmitButton:hover,
.gwt-SubmitButton:focus,
.loginButton:hover,
.loginButton:focus {
    background-color: #dc3b4b;
}

.loginPage .gwt-SubmitButton {
    margin-top: 30px;
}

.logout {
    display: block;
    height: 16px;
    width: 64px;
    padding: 8px;
    background-color: #be1d2d;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    float: right;
    margin: 0 65px 0 16px;
    text-align: center;
}

.logout:hover {
    background-color: #dc3b4b;
    cursor: pointer;
}

/* MENU */

.chooserPage-mainMenuBar {
    display: block;
    position: fixed;
    margin: 16px;
    padding: 8px;
    top: 0;
    right: 0;
    width: 48px;
    height: 16px;
    z-index: 1000;
    background-color: #333; /*#0f78be;*/
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.chooserPage-mainMenuBar table {
    width: 100%;
}

.chooserPage-mainMenuBar:hover {
    background-color: #666; /*#0f3c82;*/
}

.menuBarSpravaDavok {
    display: block;
    margin: 16px;
    width: 150px;
    /*z-index: 1000;*/
    background-color: #333; /*#0f78be;*/
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 8px;
}

.menuBarSpravaDavok table {
    width: 100%;
}

.menuBarSpravaDavok:hover {
    background-color: #666; /*#0f3c82;*/
}

.gwt-MenuBar-vertical {
    margin-top: 0px;
    margin-left: 0px;
    background: white;
    border: 1px solid #666 !important;
}

.gwt-MenuBar-vertical table {
    padding-right: 16px;
    margin-right: 0;
}


.gwt-MenuBarPopup {
    background-color: #fff;
    margin: 0;
    padding: 0;
    z-index: 100;
}

.chooserPage-mainMenuBarPopup {
    left: auto !important;
    right: 12px;
}

.gwt-MenuItem:hover {
    cursor: pointer;
}

.gwt-MenuBar .gwt-MenuItem-selected,
.gwt-MenuBar-vertical .subMenuIcon-selected {
    background-color: #f2f2f2 !important;
}

.gwt-MenuBar-vertical .gwt-MenuItem {
    padding: 8px;
}


/* PAGE */

.chooserPage {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 48px;
}

.conversion1Panel, .conversion2Panel, .conversion3Panel, .conversionTaskmanager {
    margin-bottom: 16px;
    height: 232px;
}

.conversion3Panel {
    display: none;
}

.gwt-PushButton.electronicToPaperButton,
.gwt-PushButton.paperToElectronicButton,
.gwt-PushButton.electronicToElectronicButton,
.gwt-PushButton.taskmanagerButton {
    display: inline-block;
    height: 142px;
    width: 480px;
    background-color: #fff;
    margin-bottom: 8px;
}

.gwt-PushButton.electronicToPaperButton {
    background: url(img/type_setp.png) no-repeat 192px 24px;
}

.gwt-PushButton.paperToElectronicButton {
    background: url(img/type_spte.png) no-repeat 192px 24px;
}

.gwt-PushButton.electronicToElectronicButton {
    background: url(img/type_setew.png) no-repeat 192px 24px;
}

.gwt-PushButton.taskmanagerButton {
    background: url(img/type_sete.png) no-repeat 192px 24px;
}

.gwt-PushButton-up, .gwt-PushButton-up-disabled, .gwt-PushButton-down, .gwt-PushButton-down-disabled {
    margin: 0;
    margin-bottom: 0px;
    text-decoration: none;
    background-color: #fff !important;
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 16px;
    -webkit-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.25);
}

.gwt-Label.electronicToPaperButton,
.gwt-Label.paperToElectronicButton {
    background: #be1d2d;
    width: 512px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
    height: 32px;
    vertical-align: bottom;
    padding-top: 32px;
    margin-top: -32px;
    color: #fff;
    -webkit-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.25);
    cursor: default;
    border: 1px solid #be1d2d;
}


.gwt-Label.electronicToElectronicButton,
.gwt-Label.taskmanagerButton {
    background: #666;
    width: 512px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
    height: 32px;
    vertical-align: bottom;
    padding-top: 32px;
    margin-top: -32px;
    color: #fff;
    -webkit-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.25);
    cursor: default;
}

.gwt-Label {
    cursor: default;
}

.gwt-PushButton.electronicToElectronicButton {
    cursor: not-allowed;
}

.gwt-PushButton-up-hovering {
    margin: 0;
    margin-bottom: 0px;
    text-decoration: none;
    background-color: #fff !important;
    border: 5px solid #fff;
    border-radius: 16px;
    padding: 16px;
    -webkit-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.25);
}

.gwt-PushButton-down-hovering {
    margin: 1px 0 0 1px;
    text-decoration: none;
    background-color: #fff !important;
    border: 5px solid #fff;
    border-radius: 16px;
    padding: 16px;
    -webkit-box-shadow: -4px 4px 24px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -4px 4px 24px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -4px 4px 24px 0px rgba(0, 0, 0, 0.25);
}

.conversion3Panel .gwt-Image {
    width: 104px;
    height: 104px;
    padding-top: 12px;
}


/* DIALOG */

.gwt-DialogBox .dialogContent {
    margin: 16px;
}

.gwt-DialogBox .dialogContent .gwt-Hyperlink {
    display: none;
}

.gwt-DialogBox .dialogContent td {
    padding: 2px 0;
}

.gwt-DialogBox .dialogContent .gwt-Label.bold {
    font-weight: bold;
}

.gwt-DialogBox .dialogContent .gwt-Button {
    margin-right: 8px;
}

.gwt-PasswordTextBox {
    padding: 5px 4px;
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: 1px solid #999;
    font-size: 100%;
    width: 149px;
}

/* DOLOZKA */

.verticalPanel {
    width: 100%;
    height: 100%;
}

.gwt-TabPanel {
    margin-top: 24px;
    min-width: 1240px !important;
}

.gwt-TabPanel, .gwt-Frame {
    width: 100%;
}

.gwt-Frame {
    min-height: 640px !important;
}

/*
.gwt-TabBar
{
    background: none;
    padding-top: 6px;
    border-bottom: 1px solid #ccc;
}
*/
/*
.gwt-TabPanelBottom
{
    border-color: #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    overflow: hidden;
    padding: 16px;
    height: 100%;
}
*/
.gwt-TabPanelBottom {
    border: 0;
    padding: 0;
}

.flowPanel.conversionPage.documentView {
    position: fixed;
    width: 44%;
    min-width: 556px;
    background: #fff;
    padding: 12px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
    height: 80%;
    min-height: 480px;
}

.flowPanel.conversionPage.documentView .documentFrame,
.flowPanel.conversionPage.documentView .documentFrame .gwt-Frame {
    height: 99%;
    min-height: 480px !important;
}

/*
.flowPanel.conversionPage.rightPanel
{

}
*/
.gwt-DisclosurePanel {
    margin: 0 0 16px 8px;
    width: 100%;
}

.gwt-DisclosurePanel .gwt-Image {
    margin: 0 4px 0 0;
}

.gwt-DisclosurePanel .content {
    border-left: none !important;
    margin-left: 0px;
}

/*
.verticalPanel.content .gwt-Label
{
    width: 310px;
}
*/
.gwt-TextBox, .gwt-SuggestBox, .gwt-DateBox {
    border: 1px solid #ccc;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-width: 1px;
    border: 1px solid #ccc;
    width: 90% !important;
    height: 24px;
    margin: 4px 0;
    padding: 5px 0px !important;
    text-indent: 6px;
    font-weight: bold;
}

#authorizationsListbox {
    border: 1px solid #ccc;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-width: 1px;
    border: 1px solid #ccc;
    width: 90% !important;
    height: 60px;
    margin: 4px 0;
    padding: 5px 2px !important;
    text-indent: 1px;
    font-weight: normal;
}

.gwt-ListBox {
    border: 1px solid #ccc;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-width: 1px;
    border: 1px solid #ccc;
    width: 90%;
    height: 36px;
    margin: 4px 0;
    padding: 0 !important;
    text-indent: 1px;
    font-weight: bold;
}

.vyberDavky{
    height: 22px;
    margin: 0;
    width: 100px;
}

.gwt-TextBox-readonly, .gwt-SuggestBox-readonly, .gwt-DateBox-readonly, .gwt-ListBox-readonly {
    color: #888;
    font-weight: normal;
}

#hashCodeText {
    width: 612px !important;
    height: 24px;
}

.gwt-Button {
    padding: 10px;
    background: #be1d2d;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border: 0;
    border-radius: 0;
}

.gwt-Button:hover {
    background-color: #dc3b4b;
    cursor: pointer;
    border: none;
}

#convertButton {
    margin-left: 16px;
    padding: 24px;
    font-size: 18px;
    background: #be1d2d;
}

#openInQSignButton {
    margin-left: 36px;
    background: #be1d2d;
}

#backButton {
    margin-left: 18px;
    background: #333;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    padding: 24px;
    font-size: 18px;
}

#convertButton:hover, #openInQSignButton:hover {
    background: #dc3b4b;
    border: 0;
}

#cancelButton {
    margin-left: 16px;
    padding: 24px;
    font-size: 18px;
    background: #333;
}

#cancelButton:hover, #backButton:hover {
    background: #666;
    border: 0;
}

.gwt-TabPanel .horizontalPanel td:nth-child(1) {
    width: 47%;
    height: 100%;
}

.gwt-TabPanel .horizontalPanel td:nth-child(2) {
    width: 100%;
    height: 100%;
}


#openInQSignButton {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    padding: 24px;
    font-size: 18px;
}


/*** Task Manager ***/

.taskmanager.mainPanel {
    /*margin-top: 64px;*/
    margin-left: auto;
    margin-right: auto;
    /*width: 1380px;*/
    text-align: center;
    text-align: -moz-center;
    /*min-width: 1320px;*/
    padding: 0 16px;
}

.taskmanager.leftPanel {
    margin-bottom: 16px;
    /*	padding: 16px;
            background: #f2f2f2;
            -webkit-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.25);
            box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.25);
        border-radius: 16px;*/
}

@media only screen and (max-width: 1573px) {
    .taskmanager.batchesPanel {
        display: block;
        margin-right: 0px;
        /*vertical-align: top;*/
        width: 100%;
        background: #fff;
        border-radius: 12px;
        /*border: 2px solid #e5e5e5;*/
        padding-top: 8px;
        -webkit-box-shadow: -4px 4px 16px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: -4px 4px 16px 0px rgba(0, 0, 0, 0.25);
        box-shadow: -4px 4px 16px 0px rgba(0, 0, 0, 0.25);
        padding-bottom: 16px;
        margin-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .taskmanager.documentsPanel {
        display: block;
        width: 100%;
        background: #e5e5e5;
        border-radius: 12px;
        /*border: 2px solid #fff;*/
        padding-top: 8px;
        -webkit-box-shadow: -4px 12px 16px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: -4px 12px 16px 0px rgba(0, 0, 0, 0.25);
        box-shadow: -4px 12px 16px 0px rgba(0, 0, 0, 0.25);
        padding-bottom: 16px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

@media only screen and (min-width: 1574px) {
    .taskmanager.batchesPanel {
        display: inline-block;
        margin-right: 0px;
        vertical-align: top;
        width: 35%;
        min-width: 520px;
        background: #fff;
        border-radius: 12px;
        /*border: 2px solid #e5e5e5;*/
        padding-top: 8px;
        -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
        padding-bottom: 16px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .taskmanager.documentsPanel {
        display: inline-block;
        width: 64%;
        min-width: 900px;
        background: #e5e5e5;
        border-radius: 12px;
        /*border: 2px solid #fff;*/
        padding-top: 8px;
        -webkit-box-shadow: -4px 4px 16px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: -4px 4px 16px 0px rgba(0, 0, 0, 0.25);
        box-shadow: -4px 4px 16px 0px rgba(0, 0, 0, 0.25);
        padding-bottom: 16px;
        border-top-left-radius: 0;
    }
}

.taskmanager.batchesPanel .gwt-Label {
    font-weight: normal;
    margin: 16px;
    font-size: 20px;
    color: #999;
    text-transform: uppercase;
}

.taskmanager.documentsPanel .gwt-Label {
    font-weight: normal;
    margin: 16px;
    font-size: 20px;
    color: #999;
    text-transform: uppercase;
}

.batchesTable {
    width: 100% !important;
    margin-bottom: 16px;
}

.batchesTable th {
    background: #fff;
    color: #333;
    text-decoration: none;
    text-shadow: none;
    height: auto;
    overflow: hidden;
    border-bottom: 2px solid #be1d2d;
    padding: 8px;
}

.batchesTable td {
    padding: 8px !important;
    border: none;
    alignment: center;
}

.batchesTable tr {
    cursor: pointer;
}

.batchesTable tr:hover {
    background: #dc3b4b;
    color: white;
}

.documentsTable tr:hover {
    color: #dc3b4b;
}

/*
.batchesTable .approveAllbutton
{
}

.batchesTable .rejectAllButton
{
}
*/

.documentsTable th {
    background: #e5e5e5;
    color: black;
    text-decoration: none;
    text-shadow: none;
    height: auto;
    overflow: hidden;
    border-bottom: 2px solid #be1d2d;
    padding: 8px;
}

.documentsTable {
    width: 100% !important;
    margin-bottom: 16px;
}

.documentsTable td {
    padding: 8px !important;
    border: none;
    background: #e5e5e5;
}

.documentsTable tbody td:nth-child(3) {
    cursor: pointer;
}

.prvwLeftSide {
    float: left;
    width: 640px;
    height: 480px;
    margin-right: 8px;
}

.prvwRightSide {
    float: right;
    width: 580px;
    height: 580px;
    display: block;
    overflow-y: scroll;
    margin-bottom: 16px;
}

.prvwMainTitle {
    font-weight: normal;
    font-size: 14px;
    background: #666;
    color: white;
    padding: 8px 8px 4px 8px;
}

.prvwMainSubTitle {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0px;
    background: #666;
    color: white;
    padding: 4px 8px 8px 8px;
}

.prvwTitle {
    font-weight: bold;
    font-size: 14px;
    padding: 8px;
    text-align: center;
    background: #ccc;
}

.prvwSubTitle {
    font-weight: bold;
    font-size: 14px;
    padding-left: 8px;
}

.prvwTableHead {
    font-weight: bold;
    background: #f2f2f2;
}

.prvwTableColumnKey {
    display: inline-block;
    width: 262px;
    margin: 4px 32px 4px 0px;
    vertical-align: top;
    padding-left: 8px;
}

.prvwTableColumnValue {
    display: inline-block;
    width: 252px;
    margin: 4px 0px;
    vertical-align: top;
}

/*
.prvwScrollableTables
{
}
*/
.prvwButtons button:hover {
    border: 0;
}

.cancelSelectionButtonStyle {
    background: #333;
    padding: 24px;
    font-size: 18px;
}

.cancelSelectionButtonStyle:hover {
    background: #666;
}

.processSelectedBatchButton {
    background: #be1d2d;
    padding: 24px;
    font-size: 18px;
    cursor: pointer;
}

.processSelectedBatchButton:hover:enabled {
    background: #dc3b4b;
    cursor: pointer;
}

.processSelectedBatchButton:hover:disabled {
    background: #cecece;
    cursor: not-allowed;
    border: none;
}


/*** Popup Dialog Box***/

.dialogMiddleCenterInner.dialogContent {
    margin: 16px 16px 8px 16px !important;
}

.gwt-DialogBox {
    border-radius: 12px;
    border: 2px solid #fff;
    background: #fff;
}

.gwt-DialogBox .dialogMiddleCenter {
    padding: 6px 1px !important;
}

.prvwButtons .gwt-Button {
    padding: 16px;
}

.cellTableSelectedRow {
    background: #e5e5e5 !important;
}

/*** EZZK oznam ***/

#loginPageWarningText {
    width: 512px;
    padding: 64px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #999;
}

#loginPageWarningText a,
#loginPageWarningText a.visited,
#loginPageWarningText a.active {
    color: #999;
}

#loginPageWarningText a:hover {
    color: #666;
}


/*** NOVA DOLOZKA ***/
/*
.flowPanel
{
}
*/
#previewButton {
    width: 100% !important;
    display: inline-block;
}

#documentTypeBox {
    width: 100% !important;
    display: inline-block;
}

#documentFormat {
    width: 100% !important;
    display: inline-block;
}

#hashcodeButton {
    width: 100% !important;
    display: inline-block;
    padding: 10px;
    background: #f2f2f2;
    color: #be1d2d;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border: 0;
    border-radius: 0;
}

#hashcodeButton:hover {
    text-decoration: underline;
}

#docView {
    width: 10% !important;
    display: inline-block;
    margin-right: 7px;
}

#docName, #docType {
    width: 25% !important;
    display: inline-block;
    margin-right: 9px;
}

#docFormat {
    width: 20% !important;
    display: inline-block;
    margin-right: 7px;
}

#docPdfConformance {
    width: 10% !important;
    display: inline-block;
    margin-right: 7px;
}

#docHash {
    width: 13% !important;
    display: inline-block;
    margin-left: 0px;
}

#uiListComponent_mainPanel {
    width: 95%;
}

#otherSecElemText,
#pageNumberText,
#sheetNumberText,
#newDocumentPageNumberText {
    border: 1px solid #ccc;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-width: 1px;
    border: 1px solid #ccc;
    width: 100% !important;
    height: 24px;
    margin: 4px 0;
    padding: 5px 0px !important;
    text-indent: 6px;
    font-weight: bold;
}

#secElemListbox,
#secElemLocationListbox {
    width: 100%;
    border: 1px solid #ccc;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-width: 1px;
    border: 1px solid #ccc;
    width: 100% !important;
    margin: 4px 0;
    padding: 9px 0px !important;
    text-indent: 2px;
    font-weight: bold;
    height: 36px;
}

#secElem_slovnyOpis {
    width: 36% !important;
    display: inline-block;
}

#secElem_cisloStrany, #secElem_cisloListu {
    width: 12% !important;
    display: inline-block;
    margin-left: 8px;
}

#secElem_umiestnenieNaStrane {
    width: 18% !important;
    display: inline-block;
    margin-left: 8px;
}

#secElem_cisloStranyVNovovzniknutom {
    width: 16% !important;
    display: inline-block;
    margin-left: 8px;
}

#DisclosurePanel-level1 {
    margin-bottom: 16px;
    padding-left: 16px;
}

.gwt-DisclosurePanel .header, .gwt-DisclosurePanel .header a, .gwt-DisclosurePanel .header td {
    text-decoration: none;
    color: black;
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
}

#DisclosurePanelSection {
    font-size: 14px;
    font-weight: bold;
    margin-top: 16px;
}

.gwt-TextBox-readonly,
.gwt-DateBox-readonly {
    color: #888;
}

.allDocView {
    padding: 0 0 32px 16px;
}

#allDocBtn {
    padding: 10px 27px;
}

.printOption {
    height: 36px;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 4px;
}

.printOptionText {
    margin-right: 32px;
}

#documentNameText {
    width: 100% !important;
}

.hideColumn {
    width: 0px;
}

.hiddenText {
    display: none;
}

.toRight{
    padding-top: 8px;
    padding-right: 10px;
    text-align: end;
}

.showIt {
    display: inline-block;
}

.infoText {
    color: #be1d2d;
    margin: 8px;
}

/*** P > E ***/
/*
#securityElementsTable
{
  width: 95%;
}

#securityElementsTable th
{
  font-size: 12px;
  border-bottom: 0 !important;
  padding: 4px 16px 4px 0;
  text-align: left;
  color: #333;
  text-shadow: #ddf 1px 1px 0;
  overflow: hidden;
}

#securityElementsTable .securityElementColumn_slovnyOpis
{
  width: 40%;
}

#securityElementsTable .securityElementColumn_vyskytNaStrane
{
  width: 12%;
}

#securityElementsTable .securityElementColumn_vyskytNaListe
{
  width: 12%;
}

#securityElementsTable .securityElementColumn_umiestnenieNaStrane
{
  width: 20%;
}

#securityElementsTable .securityElementColumn_vyskytNaStraneVnovovzniknutomDokumente
{
  width: 16%;
}

#securityElementsTable > tbody > tr
{
  background: #fff;
}

#securityElementsTable > tbody > tr:hover
{
  background: #f2f2f2;
}

#securityElementsTable > tbody > tr > td
{
  clear: both;
  border: 0;
  padding: 4px 16px 4px 0;
}

#securityElementsTable .securityElementColumn_slovnyOpis > div,
#securityElementsTable .securityElementColumn_vyskytNaStrane > div,
#securityElementsTable .securityElementColumn_vyskytNaListe > div,
#securityElementsTable .securityElementColumn_umiestnenieNaStrane > div,
#securityElementsTable .securityElementColumn_vyskytNaStraneVnovovzniknutomDokumente > div
{
  clear: both;
  padding: 0;
  border: 0;
}

#securityElementsTable .securityElementColumn_vyskytNaStrane > div > input,
#securityElementsTable .securityElementColumn_vyskytNaListe > div > input,
#securityElementsTable .securityElementColumn_vyskytNaStraneVnovovzniknutomDokumente > div > input
{
  width: 100%;
  border: 1px solid #ccc;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  border-width: 1px;
  border: 1px solid #ccc;
  width: 100% !important;
  margin: 4px 0;
  padding: 5px 0px !important;
  text-indent: 6px;
  font-weight: bold;
  height: 24px;
}

#securityElementsTable .securityElementColumn_vyskytNaStraneVnovovzniknutomDokumente
{
  padding: 4px 3px 4px 0;
}

#securityElementsTable .securityElementColumn_slovnyOpis > div > select,
#securityElementsTable .securityElementColumn_umiestnenieNaStrane > div > select
{
  width: 100%;
  border: 1px solid #ccc;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  border-width: 1px;
  border: 1px solid #ccc;
  width: 100% !important;
  margin: 4px 0;
  padding: 5px 0px !important;
  text-indent: 2px;
  font-weight: bold;
  height: 36px;
}

.removeSecurityElementButton
{
  position: absolute;
  right: 41px;
}
*/

#uiListComponent_buttonsPanel {
    padding-top: 4px;
}

#addItemButton,
#removeAllButton {
    padding: 10px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border: 0;
    border-radius: 0;
    margin-right: 8px;
}

#addItemButton {
    background: #be1d2d;
}

#removeAllButton {
    background: #333;
}

#addItemButton:hover {
    background-color: #dc3b4b;
    cursor: pointer;
    border: none;
}

#removeAllButton:hover {
    background-color: #666;
    cursor: pointer;
    border: none;
}

/* Tab Bar */

.gwt-TabBar .gwt-TabBarItem {
    margin: 0 8px 0 0;
    padding: 12px 24px;
    cursor: pointer;
    color: #333;
    font-weight: bold;
    text-align: center;
    background: #e5e5e5;
}

.gwt-TabBar .gwt-TabBarItem > .gwt-Label {
    cursor: pointer;
}

.gwt-TabBar .gwt-TabBarFirst {
    width: 0px;
}

.gwt-TabBar .gwt-TabBarItem-selected {
    cursor: default;
    background: #ccc;
}

.gwt-TabBar .gwt-TabBarItem-selected > .gwt-Label {
    cursor: default;
}
