﻿
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    /* 2 */
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /*width: 59px;*/
}

/* This is the piece that is different */
footer.page-footer {
    margin-top: 20px;
    padding-top: 20px;
    background-color: #bebebe;
}

td, th {
    /*padding: 15px 5px;*/
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 0px;
}

.container {
    margin: 0 auto;
    max-width: 1900px;
    width: 90%;
}

@media only screen and (min-width: 993px) {
    .container {
        width: 85%;
    }
}

/*.row .col {
    float: left;
    box-sizing: border-box;
    min-height: 1px;
    width: 96px;
}*/

nav {
    color: #fff;
    background-color: #bebebe;
    width: 100%;
    height: 56px;
    line-height: 56px;
}

@media only screen and (min-width: 993px) {
    nav a.button-collapse {
        /*display: none;*/
    }
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: .3s ease-out;
    top: 0px;
    left: 0px;
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    height: 15px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px;
    width: 36px;
}

.side-nav {
    position: fixed;
    width: 10%;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    /*height: -moz-calc(100%);*/
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}

.side-nav a {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    line-height: 48px;
    padding: 0 32px;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
    height: 1.5rem;
}
.totalmeter {
    position: relative;
    /*background: #555;*/
    background-color: dimgray;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}
.table-dxGrid{
    width: 10%;
    display: table;
}

.visually-hidden {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute;
}
table.dxgPEFTW > tbody > tr > td {
    vertical-align: top;
}
