.container
{
    width: 40%;
    height: 50px;
}

.viewport-1
{
    float: left;
    /* padding:5px 5px; */
    background-size: contain;
    background-image:url('../images/BrandLogo.jpg');
    background-repeat: no-repeat;
    background-position-x: 25px;
    /* background-size: 100% 100%; */
    width: 100%;
    height: 175px;
}

.h2
{
    text-align: center;
    /* vertical-align: text-bottom; */
    /* text-shadow: 3px 2px rgb(150, 147, 147); */
    color: rgba(10, 6, 6, 0.81);
    font-style: italic; 
    margin-top: 0px; 
    margin-bottom: 1px; 
}

div.Frame
{
    border:2px solid #a1a1a1;
    /*padding:5px 5px;*/ 
    background-color:white;
    /*width:300px;*/
    border-radius:10px;
    overflow: auto;
    scrollbar-base-color: grey;
}

div.FrameSpace
{
    border:2px solid #a1a1a1;
    padding:5px 5px;
    background-color:white;
    /*width:300px;*/
    border-radius:10px;
    overflow: auto;
    scrollbar-base-color: grey;
}

#footer-row1 a{ 
    font-family: "Fjalla One", Verdana, Geneva, sans-serif;
    font-size: 0.95em;
    text-transform: uppercase;
    color: #3399FF; 
}

#footer-previousRow{
    display: block;
    width: 100%;
    height: 260px;
}

#footer-previousRow ul.listItem{
    list-style: none;
    list-style-type: none;
    min-height: 36px;
    margin: 0;
    overflow: hidden;
    display: block;
    float: right;
}

ul.listItem li{
   color: #CCCCCC;
}

table {
    border-collapse: collapse;   
}

.maintable table, .maintable th, .maintable td {
    text-align: right;
    color: black;
    padding-top: 3px;
    padding-bottom: 3px;
}

.beta table, .beta th, .beta td {
    border: 1px solid black;
    height: 5px;
    text-align: left;
    padding: 1px;
    color: black;
   
}

input, textarea, select, button {
    margin: 0;
    -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
    box-sizing: border-box;
  }

.ButtonImage {
    border: 1px solid #563d7c;
    border-radius: 5px;
    color: black;
    height: 1.8em; /* for IE */
    vertical-align: middle; /* This is optional but it makes legacy IEs look better */
    background-position-y: 2px;
    background-position-x: 5px;
    background-size: 25px;
    background-color: lightgrey;
}

.ButtonImage:hover
{
    background: linear-gradient(black, white); 
    background-color:#45a049;
}


.beta td.container {
    height: 5px;
}

.beta th {
    background-color: #878787;
    color: #100F0F;
    text-align: center;
}

.beta footer {
    background-color: #4CAF50;
    color: black;
}

.beta input, select {
    background-color: transparent;
    /* border:none; */
    width: 100%;
    height: 1.8em; /* for IE */
    vertical-align: middle; /* This is optional but it makes legacy IEs look better */
}

.beta tr:nth-child(even) {background-color: #C0BCBC;}

.ui-datepicker-trigger {
    position: absolute;
 }
.ui-datepicker { width: 12em; padding: .2em .2em 0; display: none; }
.ui-datepicker table {width: 100%; font-size: .7em; border-collapse: collapse; margin:0 0 .4em; }
