﻿body {
    margin-left: 8px;
    background-color: whitesmoke;
}

input {
    border-radius: 5px;
}

textarea {
    border-radius: 5px;
}

.divLabels {
    padding-top: 10px;
    font-weight: bold;
    width: 200px;
}

.btnStyle {
    padding: .5em .8em;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
    font-weight: bold;
    width: 150px;
    margin: 2px 2px 2px 2px;
}

    .btnStyle:active {
        color: white;
    }

span, input {
    font-family: Arial;
}

div input {
    padding: 5px;
    /*width: 100%;*/
}

.titlebar {
    background-color: lightsteelblue;
    font-size: large;
    margin: 4px 4px 4px 4px;
}

/*BOOTSTRAP EDIT'S*/

.container {
    padding-right: 5px;
    padding-left: 5px;
}

.btn {
    min-width: 100px;
}

.tblStyle tr td {
    padding-bottom: 15px;
}

.loadingSpinner i {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.dropdown {
    width: 200px;
    height: 36px;
}

.noteArea {
    width: 100%;
    height: 5em;
}

.documentTable {
    border: 1px solid grey;
    border-radius: 3px;
    border-collapse: separate;
}

    .documentTable tr td {
        padding-left: 5px;
        padding-right: 5px;
    }

#bodydiv {
    padding: 10px;
}

#reportText {
    height: 5em;
    width: 20em;
}

#logoDiv {
    margin-bottom: 50px;
    background-color: #cccccc;
    padding: 10px;
}
