﻿body {
    background-color: #2c2c2c;
}

th {
    /*font-size: 6vmin;*/
    font-size: 32px;
}

.datelabel {
    /*font-size: 6vmin;*/
    font-size: 32px;
}

.asptextbox {
    background-color: dimgray;
    border: groove;
    border-color: gray;
    color: whitesmoke;
    /*font-size: 8vmin;*/
    font-size: 36px;
    width: 100%;
    height: auto;
}

.tabletextbox {
    /*font-size: 8vmin;*/
    font-size: 36px;
    width: initial;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #1F1F1F;
}

.asptextbox:focus {
    background-color: gray;
    border: solid;
    border-color: gray;
    color: whitesmoke;
}

.asplabel {
    color: whitesmoke;
    /*font-size: 8vmin;*/
    font-size: 36px;
}

.aspbutton {
    display: inline-block;
    background-color: #2c2c2c;
    border: double;
    border-color: dimgray;
    color: whitesmoke;
    /*font-size: 6vmin;*/
    font-size: 32px;
}

.asplist {
    display: inline-block;
    background-color: dimgray;
    border: ridge;
    color: whitesmoke;
    font-size: 3vmin;
}

.aspcalendar {
    display: inline-block;
    background-color: lightgray;
    border: groove;
    border-color: lightgray;
    color: black;
    font-size: 3vmin;
}

.printdiv {
    display: inline-block;
    padding-left: 20px;
    padding-top: 10px;
    background-color: #2c2c2c;
    width: 50%;
    height: 40%;
    border: medium none #2c2c2c;
    align-content: center;
}

.vertAlign {
    vertical-align:top;
    display: block;
    position:relative;
}

.labellogo {
    margin: 0px;
    display: inline-block;
    }

.padlabel {
    margin-top:20px;
    vertical-align: middle;
    display:block;
    font-size:24px;
}

.labeljob {

}

.printlabel {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    align-self: center;
    display: inline-block;
    color: black;
    background-color: white;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
}

.viewbutton {
    /*font-size: 3vmin;*/
    font-size: 18px;
}

.viewlabel {
    /*font-size: 3vmin;*/
    font-size: 18px;
}

.solidlabel {
    border: solid white;
    text-align: center;
}

.viewtextbox {
    width: 50%;
    height: auto;
    /*font-size: 3vmin;*/
    font-size: 18px;
}

.viewradio {
    color: whitesmoke;
    /*font-size: 3vmin;*/
    font-size: 18px;
}

.tablebutton {
    width: 100%;
    height: auto;
    /*font-size: 8vmin;*/
    font-size: 36px;
}

.aspbutton:hover {
    background-color: #3f3f3f;
    border: double;
    border-color: dimgray;
    color: whitesmoke;
}

.aspbutton:focus {
    background-color: #101010;
    border: double;
    border-color: dimgray;
    color: whitesmoke;
}

.maindiv {
    position: absolute;
    top: 0; bottom: 0; left: 25%; right: 0;
}

.wrapper {
    display: inline-block;
    width: 75%;
    position: relative;
    margin: auto;
    top: 5px;
    left: 45px;
}

.dividerHorz {
    width: 5%;
    height: auto;
    display: inline-block;
}

.dividerVert {
    width: auto;
    height: 5%;
    display: inline-block;
}

.loggedin {
    color: whitesmoke;
    font-size: 4vmin;
}