body,
html {
    background: #f5f5f0;
    font-family: Lato, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0
}

html {
    overflow-y: scroll
}

a,
a:visited {
    color: #003c71
}

a:hover {
    color: #ff7f3f
}

#status input[type="submit"] {
    padding: 4px 7px;
    margin-left: 8px;
    background-color: forestgreen;
    color: white;
    border: 1px forestgreen solid;
}

#status input[type="button"].del {
    padding: 4px 7px;
    background-color: crimson;
    color: white;
    border: 1px crimson solid;
    margin-left: 8px;
}

#status input[type="button"].del:hover {
    border-color: aqua;
}

#status select {
    padding:5px;
    width: 140px
}

table {
    margin: auto auto 20px;
    font-family: Lato, sans-serif
}

table.pure-table {
    background: #fff;
    border: 0
}

.td {
    background: #fff;
    border-bottom: 1px solid #c6c9cc;
    border-left: 1px solid #e4e7eb;
    border-right: 1px solid rgba(255, 255, 255, .6);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6);
    padding: 5px 10px;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    width: 106px
}

.td:hover {
    background: #ff7f3f
}

.td div {
    background: #003c71;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    vertical-align: top;
    margin: -5px -10px 5px;
    padding: 3px
}

.td img {
    margin-bottom: 5px;
    width: 32px;
    height: 32px;
    border: 1px solid #ccc
}

#header {
    background: #34e89e;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0f3443, #34e89e);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0f3443, #34e89e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-bottom: 3px #6de674 solid;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%
}

#headerWrapper {
    max-width: 1240px;
    margin: auto;
    text-align: left;
    position: relative;
    width: 100%
}

#headerLeft {
    float: left;
    width: 200px;
    padding-top: 7px
}

#menu {
    list-style: none;
    position: relative;
    display: inline-block;
    margin:0;float:left;height:48px;
    /*
    background: rgb(26, 38, 48);
    background: linear-gradient(to right, rgba(26, 38, 48, 1) 0%, rgba(43, 62, 80, 1) 7%);
    */
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

#menu a.current-menu {
    color: #FF6E00
}

#menu:after {
    content: "";
    clear: both;
    display: block;
}

#menu li {
    float: left;
    position: relative;
    padding-left: 0
}

#menu li:hover > a {
    color: #FF6E00;
}

#menu li a {
    display: block;
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
}

#container {
    width: 99%;
    margin: 68px auto 0;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.red {
    color: crimson;
}

.green {
    color: forestgreen;
}

.bold {
    font-weight: bold;
}