html {
    height: 100%;
}

body {
    color: #fffDf2;
    margin: 0px;
    background: url('/img/bg.jpg');
    height: 100%;
    font-family: Helvetica;
}

#header {
    float: left;
    display: block;
    width: 100%;
    height: 80px;
    background-color: rgba(13,32,54,0.8);
    border-bottom-style: solid;
    border-bottom-color: #1257a9;
    border-bottom-width: 3px;
}

#logo {
    position: fixed;
    float: left;
    margin: 20px;
    height: 40px;
}

#left-half {
    width: 70%;
    display: inline-block;
    position: relative;
    float: left;
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: calc(100% - 83px);
}

#right-half {

    width: calc(30% - 3px);
    display: inline-block;
    position: relative;
    float: right;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: calc(100% - 83px);
    border-left-style: solid;
    border-left-color: #12579a;
    border-left-width: 3px;
}

#left-header {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 80px;
    background-color: rgba(13,32,54,1);
    border-bottom-style: solid;
    border-bottom-color: #1257a9;
    border-bottom-width: 3px;

}

#right-header {
    width: 100%;
    height: 80px;
    background-color: rgba(13,32,54,1);
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-color: #1257a9;
    border-bottom-width: 3px;
}

#left-content {
    position: absolute;
    top: 83px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow-y: auto;
}

#right-content {
    position: absolute;
    top: 83px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow-y: auto;
    background-color: rgba(13,32,54,1);
}

.query-button {
    font-size: 100%;
    min-width: 200px;
    max-width: 200px;
    white-space: normal;
    padding: 15px 15px;
    background: rgba(13,32,54,1);
    margin: 20px 20px;
    color: #FFF;
    background-color: #12579a;
    border-color: #1257a9;
    border-width: 3px;
}
.query-button:active,:focus {
    border-color: #fff;
}
.query-button:hover {
    background-color:#014689;
}

.input-form {
    margin: 20px 5%;
}

.input-group {
    
    margin-bottom: 10px;
    padding: 5px;
    display: table;
    background-color: rgba(255,255,255,.1);
    border-color: #1257a9;
    border-style: solid;
}

.label-param {
    text-transform: Capitalize;
}

.radio-param {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.text-param {

}
.date-param {
}

.timestamp-param {
}

#file-name-input {
    width: 80%;
    margin-left: 5%;
    margin-top: 3px;
    max-width: 200px
}
#submit-button {
    width: 90%;
    margin: 25px 5% 0px 5%;
    font-size: 120%;
    padding: 10px;
    color: white;
    background-color: #12579a;
    border-color: #1257a9;
    border-width: 2px;
}
#submit-button:focus,:active {
    border-color: #fff;
}
#submit-button:hover {
    background-color: #014689;
}
