.brand-link {
    padding: 0;
}
.brand-link .brand-image {
    margin-left: 0.1rem;
    margin-top: 2px;
    max-height: 54px;
    float: none;
}

.table > tbody > tr:first-child > th, .table > tbody > tr:first-child > td {
    border-top: none;
}
.table-tbody-striped tbody:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

th.action {
    width: 38px;
    min-width: 38px;
}

ul.login-error {
    list-style: none;
}

.text_striked {
    text-decoration: line-through;
}


/* WAITING LOAD PAGE */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) url('images/ajax-loader.gif') 50% 50% no-repeat;
}
body.loading {
    overflow: hidden;
}
body.loading .modal {
    display: block;
}
