body {
    font-size: 0.9rem;
}

.top-element {
    margin-top: 20px;
}

.footer {
    background-color: #f5f5f5;
    bottom: 0px;
    position: absolute;
    width: -moz-available;
}

.wide-row{
    width:150%;
}

.input-container{
    margin: auto;
    width: 75%;
}

.input-group {
    margin-top: 5px;
}

.button {
    margin-top: 10px;
}

#cancel-button {
    margin-left: 15px;
}

.custom-file-upload {
    padding: 6px;
}

#drag-upload{
    border: 1px dashed black;
    width: 80%;
    height: 65px;
    margin-left: 120px;
    margin-top: 7px;
    border-radius: 5px;
    display: table;
}

#drag-upload:hover {
    background-color: #ededed;
    cursor: grab;
}

#drag-drop-text{
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    opacity:75%;
}

.browse-file {
    width: max-content;
}

.form-input {
    border: 1px solid black;
    width: 350px;
    height: 25px;
    float: right;
    margin-left: 5px;
    margin-top: 6px;
    border-radius: 5px;
}

.input-label {
    margin-top: 5px;
    padding-left: 0px;
    text-align: right;
}

.form-control {
    height: 25px;
}

#file-selected {
    padding:2px;
}

#download-template-btn{
    font-size:0.9rem;
}

.dropdown-menu{
    font-size:0.9rem;
}

.balanced-record-details {
    display: none;
}

.hidden {
    display: none;
}

.centered {
    margin: auto;
}

#data-modal {
    width:99%;
}

#error-modal {
    display: none;
}

.error-content {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#input-acc-num-error{
    color: red;
}

.loader-modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('https://i.stack.imgur.com/FhHRx.gif')
                50% 50%
                no-repeat;
}

#alert-msg {
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 10px;
    display: none;
}

body.loading .loader-modal {
    overflow: hidden;
}

body.loading .loader-modal {
    display: block;
}

.verification-container {
    margin-top: 20px;
    display:none;
}

#verification-title {
    font-size: 1.5rem;
}

.verification-field-row {
    margin: 20px;
}

.verification-fieldname {
    width: 100%;
    text-align: right;
    display: inherit;
}

.verification-field {
    width: 100%;
    overflow: hidden;
    border: 1px solid black;
    display: inline flow-root list-item;
    padding-left: 5px;
}

.non-editable {
    background: #ddd;
    color: #555;
}

.non-editable:hover {
    cursor:not-allowed;
 }

