﻿html, body
{
    background-color: #ffffff;
    font: 14px Tahoma, Geneva, sans-serif !important;
       color: black;
    margin: 0;
    padding: 0;
}
h1, h2, h3
{
  font-weight: normal;
}
h1
{
  font-size: 34px;
}
h2
{
  font-size: 28px;
}
h3
{
  font-size: 22px;
}
.content-wrapper
{
    box-sizing: border-box;
    margin: 0 auto; 
    padding: 0 12px; 
    width: 100%;
}
.header,
.footer
{
    padding-bottom: 12px; 
    color: black !important;
}
.edit-row {
    display:flex;
    width:100%;
    justify-content:space-between;
}
.edit-field {
    margin: 5px;
    display: flex;
    flex-direction: column;
}
.large-image {
    margin: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.small-image {
    width:32px;
    height:32px;
}
.clickable {
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.square-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 1px solid gray;
}
.dxgvHCEC {
    font-size: 1em !important;
}
.field-label {
    font-size: 1em;
    color: black;
}
.field-label-dis {
    font-size: 1em;
    color: gray;
}
.full-height {
    height: 95vh;
}
.login {
    display: flex;
}
.login input[type="text"] {
    width: 200px
}
/*username*/
.login input[type="password"] {
    width: 200px
}
/*password*/