@font-face {
    font-family: 'ByteFont';
    src: url(/assets/font/256.ttf);
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.error-content h3 {
    padding-top: 20px;
}

.footerNoPadding {
    padding-top: 10px !important;
}

.profilePadding {
    padding-top: 45px;
}

.dispInline {
    display: inline;
}

.media-body .title {
    color: #2BBCDE;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
}

.media-photo {
    width: 35px;
}

.avatar {
    width: 200px;
    border-radius: 100px;
}

.avatar-circle {
    border: 5px #e7c1c1cc double;
}

.users-avatar {
    width: 100%;
    margin-bottom: 20px;
}

.header-avatar {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -5px;
}

.on_table {
    width: 20px;
}

.main-header .navbar .dropdown-menu li a {
    color: #000 !important;
}

.table .table-link {
    color: black;
}

.required {
    margin-left: 5px;
    position: relative;
    bottom: 2px;
}

.loginError {
    background-color: #b13535;
    color: white;
}

.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0px;
    margin-bottom: 0px;
    font-size: 12px;
}

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
}

.breadcrumb > li + li::before {
    content: '>\00a0';
}

.logo-lg {
    font-family: ByteFont;
    font-size: 30px;
}

.logo-mini {
    font-family: ByteFont;
    font-size: 25px;
}

.byte-logo {
    font-family: ByteFont;
    letter-spacing: 2px;
}

.quote-of-the-day {
    font-size: 18px;
}

.background-logo {
    transform: rotate(-40deg);
    font-size: 40px;
    position: absolute;
    right: 10px;
    bottom: 120px;
    float: right;
}

.row {
    z-index: 1;
    position: relative;
}

.cursor {
    width: 10px;
    height: 30px;
    background-color: #d2d6de;
    float: right;
    position: relative;
    top: 13px;
}

.shell {
    padding-right: 5px;
    padding-left: 20px;
    float: left;
}

#logo-name {
    float: left;
}

.logoCursor {
    width: 10px;
    height: 28px;
    background-color: #fff;
    float: left;
    position: relative;
    top: 10px;
    left: 2px;
}

.white {
    color: #d8d8d8;
}

.certificate {
    overflow: auto;
    height: 300px;
}

.select2-container {
    width: 100% !important;
}

ul.announcement {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a.announce-title {
    display: inline-block;
    width: 75%;
}

.announce-date {
    padding-right: 15px;
    vertical-align: top;
}

.announce-description {
    display: block;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.announce-box {
    margin-top: 5px;
    margin-bottom: 5px;

    border-left: 5px inset orange;
    padding-left: 10px;
}
