﻿
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(90deg, #DEEBC5 0%, white 30%, white 70%, #DEEBC5 100%);
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial;
}

#mainForm {
    height: 100%;
}

#mainTable {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}


#commentsColumn {
    position: relative;
    width: 20%;
    vertical-align: top;
    height: 100%;
}

#selectorRow {
    text-align: center;
    display: block;
    height:100%;
}

#footerRow {
    height: 50px;
    font-size: 8pt;
}

#logo {
    width: 85%;
}

#ifPdfViewer {
    margin-top: 10px;
    height: 95%;
    width: 95%;
}

#reviewOptions {
    position: absolute;
    bottom: 135px;
    width: 90%;
    margin: auto;
}


#btnSaveComment, #btnSubmit {
    outline: none;
    opacity: 0.4;
    transition: opacity 0.5s;
}

    #btnSaveComment:hover, #btnSubmit:hover {
        opacity: 1.0;
    }

#divNotAvailable {
    margin-top: 150px;
    text-align: center;
}

#tblHeader td:first-of-type {
    vertical-align: top;
    font-weight: bold;
}



.calign {
    text-align: center;
}

.aspNetDisabled {
    color: silver;
    font-style: italic;
}

ul {
    padding-left: 17px;
}

hr {
    border: 2px solid green;
}


#divFeedback {
    position:absolute;
    top: 150px;
    width: 200px;
    left: 0;
    right: 0;
    margin:auto;
    padding: 20px;
    border:solid black 2px;
    background-color: white;
    text-align:center;
    box-shadow: 5px 5px 3px rgba(0,0,0,0.5);
    display: none;
}


#divUploadFrame {
    margin-top: 10px;
    border: solid rgb(82, 86, 89) 1px;
}
#divUploadHeader {
    background-color: green;
    color: white;
    text-align: center;
    padding:3px;
}
#divUploadFooter {
    text-align:center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.ruInputs {
    margin-top: 10px;
}
.ruInputs li:last-of-type {
    text-align: center;
}
#divUploadNote {
    text-align: center;
    font-size: 10pt;
}