@font-face {
    font-family: 'HveFont';
    src: url('../fonts/hve_font-webfont.eot');
    src: url('../fonts/hve_font-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hve_font-webfont.woff') format('woff'),
    url('../fonts/hve_font-webfont.ttf') format('truetype'),
    url('../fonts/hve_font-webfont.svg#HveFont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.navbar-header .navbar-brand {
    color: #EDC33D;
    font-family: 'HveFont';
    font-size: 30pt !important;
    line-height: 20pt !important;
}

@media only screen and (max-width: 550px) {
    .navbar-header .navbar-brand {
        font-size: 16pt !important;
        line-height: 16pt !important;
    }
}

.box {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap
}

.box-item {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 7px 7px 7px 7px;
    margin: 5px;
    text-align: center;
    width: 160px;
    float: left;
}
.box-item a, box-item a:hover {
    text-decoration: none;
}

.box-icon {
    margin: 10px;
}

.box-icon i {
    color: #000;
    font-size: 100px;
    line-height: 100px;
}

.box-title {
    padding: 10px 0 6px;
    text-align: center;
}

.box-edit {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    opacity: 0.1;
}

.box-edit:hover {
    opacity: 1;
}

#boxes-container {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.box-text .btn-black {
    display: inline-block;
    margin-top: 10px;
}

.btn-black {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #222222;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    color: white;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 4px;
    transition: background 0.1s ease-in-out 0s;
    font-weight: bold;
}

.top-20 {
    margin-top: 20px;
}

.tablesorter thead .disabled {
    display: none
}

.navbar-nav .timesheet-link {
    font-weight: bold;
    color: #fff !important;
}

.navbar-nav .timesheet-link:hover {
    color: #3399ff;
}