body {
    background: #292929;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    color: #eee;
    -webkit-transform: translate3d(0,0,0);
}

h1 {
    font-weight: 900;
}

.btn-outline-primary {
    color: #FBD900;
    border-color: #FBD900;
}

.btn-outline-primary:hover {
    color: #292929;
    background-color: #FBD900;
    border-color: #FBD900;
}

.navbar {
    background: #393939;
}

.navbar .profile img {
    margin: 0 15px;
}

.navbar .profile span.separator {
    color: #FBD900;
}

.navbar .profile a {
    color: #868788;
}

.navbar .profile a:hover {
   color: #FBD900;
   text-decoration: none;
}

.page-title {
    font-size: 2rem;
    font-weight: 900;
    color: #58585C;
    margin: 25px 0;
}

#save {
    display: none;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
}

.editing #save {
    display: inline-block;
}

.edit-btn {
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABpUlEQVQ4ja3Uz4vNURjH8ddz+840SZMkC1mqO00WSBo7JEkoKyU7WctispD8A2QhJSsbIxv5UbKUlSwsLHTvxlKykMXQNPNtPhbu+HFnrtV9NmfznPc5n/d5OhUxjuqMhYIGVvo1WRzANtFJ/WkoJFRZDb2Jbnptv3Yktld533SzCrXcM13lqjiptMMnDSBr6x0shEfF7sR8lSdNN8sN5sT5lDPFu6abdTBo+9XBDI5XfAiHqtzGF7xqqmwNSxPdvB2VfwDZn7hSZRYPqlzHYfGZNdmxOgqy0qtOYg6XBxF3hnksiYvNTHq/ZVdtDGn71RTHcCF0ihNVJhOPxbNmJp/Wepv/xGlwOlwRS1UODIQvYP5vyJ9oGzs5GU7hJfZhCvdwaWIIMhIUOuFg8a14WOU1rlW5hTsrvdoyvGct2j/ACinfcQ6zeIr7fj3/UbVeSUcshk1tv3b9ps+krbiBveJsuNt080PsCYtl/eA24U3FC+V526+voa1f8QbXG3jr1VTYXNzE4jCoItp+TYsj2BIjx2EVH8PbiW6WNwSNo8b2jYwN9BPwgKV5KsMPmwAAAABJRU5ErkJggg==") no-repeat;
    width: 18px;
    height: 18px;
    border: none;
}

.table {
    color: #eee;
}

.table thead th, .table th {
    font-size: 15px;
    border: none;
}

.table th, .table td {
    text-align: center;
}

.table th:first-of-type, .table td:first-of-type {
    text-align: left;
}

.table td {
    vertical-align: middle;
    border-color: transparent;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,0.01);
}

.table .btn {
    width: 82px;
    font-weight: 500;
}

table input[type='number'],
table input[type='time'] {
    background: #393939;
    color: #eee;
    border: none;
    display: none;
}

table tr.active input[type='number'],
table tr.active input[type='time'] {
    display: block;
    max-width: 100px;
    margin: 0 auto;
}

table tr.active .editable span,
table tr.active .editable .value {
    display: none;
}

.table input[type='checkbox'] {
    width: 15px !important;
    height: 15px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance:none;
    outline: 2px solid #dc3545;
    box-shadow: none;
    position: relative;
    font-size: 10px;
    line-height: 15px;
    color: #eee;
    text-align: center;
    margin-top: 5px;
}

.table input[type=checkbox]:checked {
    outline-color: #28a745;
}

.table input[type=checkbox]:checked:after {
    content: "\2713";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
