.my-container {
    margin-top: 20px;
    margin-bottom: 30px;
    /*margin-left: 50px;*/
    margin-left: auto;
}
.miniNavBar {
    font-size: 70%;
    text-align: right;
}
.sidebarmenu {
    margin-left: 0px;
}
.errorMsg {
    color: red;
}
.errorMsg:link {
    color: red;
}
.errorMsg:visited {
    color: red;
}
.errorMsg:hover {
    color: red;
}
.errorMsg:active {
    color: red;
}
.statusMsg {
    color: green;
}
.debugMsg {
    color: purple;
}
.my-container, .title, .sidebar, .sidebarmenu, .mainbody {
    /* border: 0px solid black; */
    width: 100%;
}

/* DAILY REPORT BEGIN */
.dailyreporttable, .dailyreporttable tr, .dailyreporttable td {
    border: 0px solid black;
}
.dailyreporttable {
    margin-top: 10px;
}
.dailyreporttable .colwide {
    width: 150px;
    border: 1px solid black;
    padding-left: 3px;
}
.dailyreporttable .colnarrow {
    width: 70px;
    border: 1px solid black;
    font-size: 70%;
}
.dailyreporttable td.titlecell {
    padding-left: 10px;
    border: 0px solid black;
}
.dailyreporttable .title {
    font-size: 250%;
    font-weight: bold;
}
.dailyreporttable .subtitle {
    font-size: 120%;
}
.dailyreporttable td.setborder {
    border: 1px solid rgb(153, 147, 147);
}
.dailyreporttable td.noborder {
    border: 0px solid black;
}
.dailyreporttable table, .dailyreporttable table tr, .dailyreporttable table td {
    border: 1px solid black;
}
.dailyreporttable .upperleft {
    vertical-align: top;
}
.dailyreporttable .bg_grey {
    background-color: #C0C0C0;
}
.dailyreporttable .heading {
    font-weight: bold;
    text-align: center;
    background-color: #C0C0C0;
    border: 1px solid black;
}
.dailyreporttable .center {
    text-align: center;
}
.dailyreporttable .right {
    text-align: right;
}
.dailyreporttable .bold {
    font-weight: bold;
}
.dailyreporttable input, .dailyreporttable select {
    width: 100%;
}
.dailyreporttable td {
    white-space: nowrap;
}
.dailyreporttable textarea {
    width: 100%;
}
/* DAILY REPORT END */

.datatable, .datatable tr, .datatable th, .datatable td {
    border: 1px solid black;
    padding: 3px;
}

.logTable {
    /*margin-left: 50px;*/
    width: 800px;
}

.my-btn {
    margin-right: 10px;
    margin-left: 10px;
}
.profilephoto {
    margin-top: 20px;
    margin-bottom: 20px;
}
.qrcode {
    font-size: 80%;
}
.qrcode .label{
    margin-top: 0px;
    margin-bottom: 0px;
}
.qrcode img{
    margin-top: 0px;
    margin-bottom: 0px;
}
.qrcode a{
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
}
.row-count {
    font-size: 0.9em;
    text-align: right;
}
.search-panel {
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 5px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-width: 1px;
    border-radius: 5px;
}
.highlight {
    /* color: rgb(255, 0, 0); */
    background-color: yellow;
}
.margin-bottom-1 {
    margin-bottom: 10px;
}