body {
    background: #f1f7ff;
}

header {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
}

.logo {              
    padding: 20px 20px;
}

.logo img {
    width: 100%;
}

.login {
    margin-top: 30px;
    padding: 10px;
    border: 1px solid #2c2a2e;
    border-radius: 20px;
    background: #9db9e1;
    text-align: center;
}

.login h1 {
    font-size: 24px;
    color: #fff;
}

.inputGroup {
    margin-bottom: 10px;
}

.inputGroup input {
    padding: 5px;
    border: 1px solid #9db9e1;
    border-radius: 5px;
}

.inputGroup input[type="submit"] {
    padding: 5px 20px;
    color: #fff;
    border: 0;
    background: #2c2a2e;
}

#menu, #submenu {
    position: relative;
    float: left;
    padding: 10px 0 10px 0;
    background: #9db9e1;
}

#submenu {
    background: #9db9e1;
}

#menu ul, #submenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu ul li, #submenu ul li {
    position: relative;
    float: left;
    margin: 0 0 0 20px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    background: #d7f0f8;
}

#menu ul li.active {
    background: #000000;
}

#menu ul li:hover, #submenu ul li:hover {
    background: #676767;
}

#menu ul li a, #submenu ul li a {
    text-decoration: none;
}

#menu ul li:hover a, #submenu ul li:hover a, #menu ul li.active a {
    color: #ffffff;
}

#content {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
}

.float_left {
    position: relative;
    float: left;
    margin-right: 5px;
}

.clear {
    position: relative;
    clear: both;
    margin-bottom: 20px;
}

table {
    width: 100%;
}

table.table-sortable th {
    cursor: pointer;
}

fieldset.waste {
    padding: 20px 0;
    margin: 0 0 10px 0;
    background: #f3f3f3;
}

input[type="number"] {
    height: 50px;
}

button[type="submit"] {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    color: #ffffff;
    border: 1px solid #0098cc;
    background: #0098cc;
}

button[type="submit"]:hover {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    color: #ffffff;
    border: 1px solid #0098cc;
    background: #1c3664;
}

input.batche {
    padding: 20px 10px;
    font-weight: bold;
    text-transform: uppercase;
    border: 3px solid #000000;
    background: #f5be00;
}

.small2 {
    font-size: 11px;
}

.header_text {
    padding: 10px 20px;
    text-align: right;
}

tr.total td {
    border-top: 1px solid #000000 !important;
}

tr.alarm td {
    color: red;
}

input[type="checkbox"].checker {
    margin-right: 10px !important;
}

span.grey {
    color: #b6b6b6;
}

#content, #content input, #content table, .btn {
    font-size: 13px !important;
    line-height: 13px !important;
}

.box {
    position: relative;
    float: left;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #b9b9b9;
    border-radius: 10px;
}

#current {
    padding-right: 20px;
    color: #ffffff;
    text-align: right;
}

input:-webkit-autofill { -webkit-box-shadow:0 0 0 500px white inset; }

input[type="checkbox"] {
    margin-right: 20px;
    height: 15px;
    width: 15px;
}

span.green {
    color: #76ba15;
    font-weight: bold;
}

#results {
  display: none;
    width: 100%;
    display: absolute;
    border: 1px solid #c0c0c0;
    border-top: 0;
}

#results .item {
    padding: 3px;
    border-bottom: 1px solid #c0c0c0;
}

#results .item:last-child {
    border-bottom: 0px;
}

#results .item:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.documentImage img {
    max-width: 100%;
}

@media only screen and (max-width: 479px) {
    h1 {
        display: block;
        padding-bottom: 10px;
        width: 100%;
        font-size: 18px;
        border-bottom: 1px solid #000000;
    }
}