.fa {
    margin-right: 0.3em;
}

.mock-note {
    background-color: #FF0;
    padding: 5px;
    border: solid 1px #FC0;
    font-weight: bold;
}

.mock-note:before {
    content: "ãƒ¡ãƒ¢";
    background-color: #900;
    color: #FFF;
    margin-right: 1em;
    padding: 0 3px 0 3px;
    font-size: 0.9em;
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    min-height: 100%;
    height: auto !important;
    position: relative;
}

#__indicator {
    top: 0;
    z-index: 9999;
    background: #CCC;
    position: absolute;
    width: 100%;
    height: 100%;
}

ul.tags li {
    display: inline-block;
}

label {
    display: inline-block;
    margin-right: 0.5em;
}

.tag {
    display: inline-block;
    white-space: nowrap;
    margin-right: 0.5em;
}

form table th,
table.table-form th {
    width: 200px;
}

.depth0 {
    margin-left: 0;
}

.depth1 {
    margin-left: 3em;
}

.depth2 {
    margin-left: 6em;
}

.btnRemove {
    position: absolute;
    left: 5px;
    top: 5px;
}

.remove-btn-inline .btnRemove {
    position: relative;
    top: 0;
    margin-right: 2em;
}

.image-list li {
    margin: 0 10px 10px 0;
}

.removable {
    list-style: none;
    margin: 5px;
}

.removable li {
    position: relative;
}

.error {
    color: red;
}

.table-item-layout {
    width: 8em;
    height: 6em;
}

.table-item-layout td {
    text-align: center;
    border: 1px solid #ddd;
}

.vjs-default-skin .vjs-big-play-button {
    display: none !important;
}

.image-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-menu li,
.home-menu li a {
    display: block;
    width: 200px;
    height: 140px;
    float: left;
    text-align: center;
}

.home-menu li i {
    display: block;
    font-size: 80px;
    padding: 10px;
}

.home-menu li a {
    text-decoration: none !important;
}

.home-menu:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.percent-lt-100 {
    color: red;
}

.percent-gt-100 {
    color: blue;
}

form table.table-list th {
    width: auto;
}

.table-list {
    background-color: #fff;
}

.nobr,
.nobr * {
    white-space: nowrap;
}

.review {
    margin-bottom: 0.5em;
    border-bottom: #DDD dotted 1px;
}

.rate {
    display: inline-block;
    width: 2em;
}

.rate2 {
    display: inline-block;
    margin-right: 0.5em;
}

.comment {
    font-size: 0.7em;
    display: block;
    margin-left: 0em;
    padding: 0 0 0 2em;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pagination a {
    display: inline-block;
    padding: 0 2px 0 0;
}

.toolbar {
    margin: 5px 0;
}

.nav-home {
    list-style: none;
}

.nav-home li {
    display: block;
    float: left;
    text-align: center;
    font-size: 16px;
    width: 160px;
    height: 200px;
}

.nav-home li i.fa {
    display: block;
    font-size: 100px;
    line-height: 1em;
    margin: 40px 40px 5px 40px;
}

.nav-home li.divider {
    clear: both;
    width: 1px;
}

@media print {
    .menu,
    .breadcrumb,
    .link-page-top {
        display: none;
    }
    .main-outer {
        margin-left: 0;
    }
    a,
    .btn {
        text-decoration: none !important;
    }
}