﻿ html, body, .container-table {
    height: 100%;
}

body {
    background: #DEFCFB;
    height: 100%;
    -padding-top: 25px;
    -padding-bottom: 25px;
    font-family: Colibri, Verdana, Arial;
    color: #333333;
}

body .container {
    margin-top: 25px;
    margin-bottom: 25px;
}
.page-content {
    background: #FFF;
    width: 100%;
    height: 100%;
    display-: table-cell;
    border-radius: 10px;
}

.container-table {
    display: table;
    width: 100%;
    
}
.page-center-outer {
    display: table;
    width: 100%;
    height: 100%;
}
.page-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
}

footer {
    -max-height: 25px;
    overflow-y: hidden;
    font-size: 11px;
    background-color:#DEFCFB;
}

.hidden { display : none; }

footer .container {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav-control {
    border: 1px solid white;
    border-radius: 5px;
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 11000;
}

nav {
    display: none;
    z-index: 10000;
}

.ajax-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    display: none;
    text-align: center;
    vertical-align: middle;
    text-align: center;
}
.ajax-loader div {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    display: table-cell;
}

.ajax-loader .fa {
    color: #FFF;
    font-size: 35px;
    z-index: 12000;
}

.ajax-loader .status {
    text-align: center;
    color: #FFF;
    z-index: 13000;
}

.data-form {
    display: none;
}

.data-form .block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.data-form .block-item {
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: auto;
}

.data-form .block .inner {
    text-align: left;
}

.data-form .page img {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 5px solid #dcdcdc;
}

.access-data-form .page img {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 5px solid #dcdcdc;
}

.data-form-part {
    display: none;
}






.data-form-attachments {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 5px;
    text-align: center;
}

    .data-form-attachments .card {
        display: inline-block;
        margin: 0 auto;
        margin: 5px;
        width: 100%;
        max-width: 800px;
    }

    .data-form-attachments .card-header, .data-form-attachments .row div {
        text-align: left;
    }

    .data-form-attachments .attachment-size {
        text-align: right;
    }


.modal-panel { display: none;}
.modal-body-text {
    margin-left: 10px; margin-right: 10px;
}
.modal-body-text .row {
    margin-top: 10px; margin-bottom: 10px
}
.signature {
    min-height: 200px;
    width: 100%;
    padding: 10px;
}

.signature canvas {
    border: 1px dotted gray;
    height: 100%;
    width: 100%;
}

.form-header, .form-footer, .error {
    display: none;    
}
.row label { font-weight: normal;}
.modal-panel-sign .modal-body {
    padding-bottom: 0px;
}
.modal-panel-sign .modal-footer {
    margin-top: 0px;
}
.download-link2 {
    position: fixed;
    top: 10px;
    right: 10px;
}

.container-table { position: relative;}

.progress-image {
    width:70px;
}
.data-cell-caption {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}