body.auth {
    background-color: #cb0000 !important;
    color: #fff;
}

.ui-state-default, .ui-state-default a, .ui-state-default a:hover, .ui-state-default a:active, .ui-state-default a:link {
    color: #fff;
    background: #cb0000
}

.bootstrap-dialog.type-primary .modal-header {
    background: #cb0000;
    background-color: #cb0000
}

.bootstrap-dialog.type-danger .modal-header {
    background: #cb0000;
    background-color: #cb0000
}

.ui-state-default h4 {
    padding: 5px;
}

/***
* Dashboard
**/
.bs-glyphicons {
    margin: 0 -10px 20px;
    overflow: hidden
}

.bs-glyphicons-list {
    padding-left: 0;
    list-style: none
}

.bs-glyphicons li a {
    color: #000;
    min-height: 80px;
    cursor: pointer;
}

.bs-glyphicons li {
    float: left;
    width: 25%;
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    background-color: #f9f9f9;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word
}

.bs-glyphicons li:hover {
    color: #FFF;
    background-color: #cb0000
}

.bs-glyphicons li:hover a {
    color: #FFF;
}

@media (min-width: 768px) {
    .bs-glyphicons {
        margin-right: 0;
        margin-left: 0
    }

    .bs-glyphicons li {
        width: 12.5%;
        font-size: 12px
    }

    .bs-glyphicons li a {
        font-size: 12px;
    }
}