body {
    color: #606060;
    font-family: Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
}

.body {
    background: #FFFFFF;
    margin: 0px 0px 0px 0px;
}

.toppanel {
    vertical-align: middle;
    background-color: #424D59;
}

.leftpanel {
    background-color: #F0F0F0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    color: #3EB0AE;
}

h1 {
    font-size: 20pt;
}

h2 {
    font-size: 18pt;
}

h3 {
    font-size: 16pt;
}

h4 {
    font-size: 14pt;
}

h5 {
    font-size: 12pt;
}

h6 {
    font-size: 10pt;
}

hr {
    border: 0 none;
    height: 1px;
    background-color: #F0F0F0;
}

p {
    color: #808080;
    font-family: Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 11pt;
}

a {
    color: #3EB0AE;
    font-family: Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 11pt;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:hover {
    color: #FF8040;
}

button {
    background: #F8F8F8;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    color: #606060;
    cursor: pointer;
    font-family: Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 11pt;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    transition: all 0.5s ease;
}

button:focus {
    background: #F0F0F0;
    border: 1px solid #808080;
    box-shadow: 2px 2px 2px #F0F0F0; 
    color: #404040;
}

button:hover {
    background: #F0F0F0;
    border: 1px solid #808080;
    color: #404040;
}

button:blur {
    background: #D0D0D0;
    border: 1px solid #D0D0D0;
}

button:disabled {
    color: #C0C0C0;
    border: 1px solid #C0C0C0;
}

dialog {
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    box-shadow: 3px 3px 10px #E0E0E0;
    color: #606060;
    font-family: Segoe UI, Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 11pt;
    font-weight: normal;
    padding: 10px;
    z-index: 1;
}

label {
    font-family: Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-weight: normal;
    font-size: 11pt;
    color: #707070;
}

fieldset {
    border: 1px solid #E0E0E0;
}

output, select, select option, input[type=date], input[type=datetime-local], input[type=time], [type=month], input[type=email], input[type=url], input[type=checkbox], input[type=number], input[type=search], input[type=text], input[type=password], textarea {
    /* color: #606060; */
    font-family: Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 11pt;
    padding: 2px;
    border-color: #D0D0D0;
}

input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}

select:disabled {
    color: #C0C0C0;
    border-color: #D0D0D0;
}

select option:disabled {
    color: #D8D8D8;
}

th, td {
    font-family: Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 11pt;
}

::placeholder {
    color: #C0C0C0;
}

.top {
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: oblique;
}

.underline {
    text-decoration: underline;
}

.deleted {
    color: #A0A0A0;
    text-decoration: line-through;
}

.pagetab {
    background: #E8E8E8;
    border: 1px solid #E8E8E8;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    color: #606060;
    cursor: pointer;
    float: top;
    font-family: Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 11pt;
    font-weight: normal;
    padding: 5px;
    margin-left: 1px;
    text-align: center;
    transition: all 0.5s ease;
}

.pagetab:hover {
    border: 1px solid #808080;
}

.pagetabselected {
    background: #F8F8F8;
    border: 1px solid #C0C0C0;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-right: 0px;
    color: #404040;
    float: top;
    font-family: Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 11pt;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.pagetabhwrapper {
    clear: both;
    border-bottom: 1px solid #C0C0C0;
    height: 36px;
}

.pagetabh {
    background: #E8E8E8;
    border: 1px solid #E8E8E8;
    border-bottom: 1px solid #C0C0C0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #606060;
    cursor: pointer;
    float: left;
    font-family: Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 11pt;
    font-weight: normal;
    padding: 6px;
    margin-left: 1px;
    text-align: center;
    transition: all 0.5s ease;
    height: 36px;
}

.pagetabh:hover {
    border: 1px solid #808080;
}

.pagetabhselected {
    background: #F8F8F8;
    border: 1px solid #C0C0C0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom: 1px solid #F8F8F8;
    color: #404040;
    float: left;
    font-family: Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 11pt;
    font-weight: bold;
    padding: 6px;
    margin-left: 1px;
    text-align: center;
    transition: all 0.5s ease;
    height: 36px;
}

.title {
    color: #606060;
    font-family: Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 11pt;
    font-weight: bold;
}

.text {
    color: #808080;
    font-family: Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 11pt;
}

.leadertext {
    color: #3EB0AE;
    font-family: Roboto, Sans-Serif, Calibri;
    font-size: 18pt;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    line-height: 20px;
}

.message {
    background: #FFFFD0;
    border: 1px solid #FFFF00;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #E0E0E0;
    color: #606060;
    font-family: Segoe UI, Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 11pt;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    position: fixed;
    right: 20px;
    top: 60px;
    width: 33%;
    z-index: 10000;
}

.statusbar {
    background: #F0F0F0;
    border: 1px solid #E8E8E8;
    box-shadow: 1px 1px 2px #E0E0E0;
    color: #606060;
    font-family: Segoe UI, Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 9pt;
    font-weight: normal;
    padding: 5px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 10000;
}

.tip {
    background: #FFFFD0;
    border: 1px solid #FFFF00;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #E0E0E0;
    color: #606060;
    font-family: Segoe UI, Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 11pt;
    font-weight: normal;
    padding: 10px;
    margin-left: 10px;
    vertical-align: top;
    max-width: 400px;
}

.warning {
    color: #FF8C00;
    font-family: Segoe UI, Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 11pt;
    font-weight: normal;
}

.error {
    color: #FF0000;
    font-family: Segoe UI, Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 11pt;
    font-weight: bold;
}

.success {
    color: #008000;
    font-family: Segoe UI, Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 11pt;
    font-weight: bold;
}

.reportbutton {
    border-width: 1px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    margin: 8px;
    padding: 8px;
    width: 250px;
}

.picturebutton {
    border-width: 0px;
    cursor: pointer;
}

.toolbarbutton {
    cursor: pointer;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 32px;
    height: 32px;
}

.toolbarbutton:hover {
    cursor: pointer;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 48px;
    height: 48px;
}

.buttonaction {
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
}

.iconmenu {
    filter: invert(.50);
}

.iconmenu:hover {
    filter: invert(1);
    color:#FFFFFF;
}

.browserowicons {
    filter: grayscale(100%);
    opacity: 0.25;
}

.browserowicons:hover {
    filter: grayscale(0%);
    opacity: 1.0;
}

.textmenu {
    color: #808080;
}

.textmenu:hover {
    color:#FFFFFF;
}

.leftmenu {
    list-style: none;
    padding: 0px;
    text-indent: 0em;
}

.leftmenuicon {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

.leftmenu li {
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 0px;
}

.leftsubmenu {
    list-style: none;
    padding-left: 35px;
    text-indent: 0em;
}

.leftsubmenu li {
    cursor: pointer;
}

.shortcutmenu li {
    color: #404040;
    cursor: pointer;
    font-family: Segoe UI, Calibri, Helvetica, Geneva;
    font-size: 10pt;
    font-weight: normal;
    text-transform: none;
    margin-top: 2px;
    margin-bottom: 2px;
}

.shortcutmenu li:hover {
    color: #FF8040;
}

#progressbar {
    border: 1px solid #606060;
    height: 30px;
}

.tabpage {
    background:#F8F8F8;
}

.dialogwindow {
    position: fixed;
    background: #FFFFFF;
    display: none;
    opacity: 0.99;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1100;
    overflow: hidden;
}

.dialogtoolbar {
    position: fixed;
    background: #E0FFE0;
    padding-right: 10px;
    top: 0px;
    width: 100%;
    height: 50px;
    text-align: right;
    vertical-align: middle;
    z-index: 1103;
}

.dialogpanel {
    background: #F8F8F8;
    position: fixed;
    top: 0px;
    left: 0px;
    margin-top: 50px;
    font-family: Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 11pt;
    float: left;
    vertical-align: top;
    overflow: auto;
    padding: 10px;
    width: 200px;
    height: calc(100% - 50px);
    z-index: 1102;
}

.dialogpanel input, select {
    font-family: Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 11pt;
}

.dialogpanel input[type=date], input[type=time], input[type=email], input[type=url], input[type=number], input[type=search], input[type=text], input[type=password], select {
    width: 175px;
}

#dialogpanel::-webkit-scrollbar {
    width: 10px;
    background-color: #F8F8F8;
}

#dialogpanel::-webkit-scrollbar-thumb {
    background-color: #E0E0E0;
}

#dialogpanel::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    background-color: #F8F8F8;
}

.dialog select:disabled {
    color: #C0C0C0;
}

.dialogbody {
    position: fixed;
    top: 80px;
    left: 240px;
    right: 40px;
    bottom: 25px;
    vertical-align: top;
    overflow: auto;
    z-index: 1101;
}

#crud {
    padding: 10px;
    box-shadow: 10px 10px 15px #C0C0C0;
}

dialog {
    padding: 10px;
    box-shadow: 10px 10px 15px #C0C0C0;
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 1201;
}

.modaldialog {
    z-index: 1;
    box-shadow: 10px 10px 15px #C0C0C0;
    border-style: 5px solid #A0A0A0;
    border-radius: 10px;
    background: #FFFFFF;
    top: 50px;
    left: 0%;
    max-width: 100%;
    max-height: 90%;
    overflow: auto;
    position: relative;
    margin: 10px;
    padding: 20px;
    z-index: 1202;
}

.modaldiv {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
}

.modaldiv th {
    font-weight: bold;
    border-bottom: 1px solid #A0A0FF;
    margin-bottom: 5px;
    text-align: left;
    color: #A0A0FF;
}

.modaldiv td {
    vertical-align: top;
}

.tablebrowse table {
    table-layout: fixed;
    display: block;
    width: 100%;
}

.tablebrowse thead {
    display: block;
    width: 100%;
}

.tablebrowse thead tr th {
    vertical-align: bottom;
    padding-left: 5px;
    padding-right: 5px;
}

.tablebrowse tbody {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}

.tablebrowse tbody td {
    padding-left: 5px;
    padding-right: 5px;
}

.tablebrowse tfoot {
    display: block;
    width: 100%;
}

.tablebrowse tr:nth-child(odd) {
    background-color: #FFFFFF;
}

.tablebrowse tr:nth-child(even) {
    background-color: #F8F8F8;
}

.tablebrowse th {
    font-weight: bold;
    border-bottom: 1px solid #E8E8E8 ;
    padding: 2px;
    white-space: nowrap;
}

.tablebrowse td {
    padding: 2px;
    white-space: nowrap;
}

.tablebrowse tbody tr:hover {
    background: #C0F0FF;
}

.tablepreview {
    border-collapse: collapse;
}

.tablepreview tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
}

.tablepreview tbody tr:nth-child(even) {
    background-color: #F8F8F8;
}

.tablepreview thead th {
    color: #809080;
    background-color: #F4F4F4;
    border: 1px solid #E8E8E8;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: bottom;
}

.tablepreview th {
    background: #F4F4F4;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}

.tablepreview td {
    /* background: #FFFFFF; */
    border-collapse: collapse;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}

.tablepreview tbody tr:hover {
    background: #C0F0FF;
}

.tableentry {
    border-collapse: collapse;
    margin-top: 5px;
    margin-bottom: 5px;
}

.tableentry table, .tableentry th, .tableentry td {
    font-family: Tahoma;
    font-size: 9pt;
}

.tableentry th {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    /* color: #808080; */
    /* background: #F0F0F0; */
    font-weight: bold;
    padding: 5px;
}

.tableentry td {
    /* color: #404040; */
    /* background: #FFFFFF; */
    padding: 1px;
}

.subtotal {
    border-top: 1px solid;
}

.total {
    border-top: 3px double;
}

.groupheader {
    border-bottom: 1px solid;
}

.percentage {
    color: #208020;
}

.countervalue {
    color: #2020A0;
}

.balance {
    color: #FF0000;
    font-weight: bold;
}

.header {
    font-weight: bold;
    background: #C0C0C0;
}

.printtitle {
    display: none;
}

.printheader {
    display: none;
}

.printfooter {
    display: none;
}

.dashboardheader {
    font-family: Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 15pt;
    font-weight: bold;
}

.dashboardsubheader {
    font-family: Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 13pt;
    padding-top: 15px;
}

.dashboardtext {
    font-family: Calibri, Liberation Sans, Ubuntu, Helvetica, Geneva;
    font-size: 11pt;
}

.chart {
    margin: 10px auto;
    padding: 0px;
    text-align: center;
}

@keyframes dialogshow {
    from {
        opacity: 0.00;
    }
    to {
        opacity: 0.99;
    }
}

.wronginput {
    outline: 1px solid #FF0000 !important;
    box-shadow: 1px solid #FF0000 !important;
    border: 1px solid #FF0000 !important;
    color: #FF0000 !important;
    background: #FFE0E0 !important;
}
