

.jumbotron {
    background-image: url(../images/grid.png), url(../images/lock-cropped.jpg);
    background-repeat: repeat, no-repeat;
    background-size: 3px 3px, auto;
    background-position: center center;
}

.semi {
    background-color: white;
    opacity: 0.8;
    padding: 30px;
}

.semi a {
    opacity: 1;
}

#modal-login .modal-content {
    background-color: #EDE8DE;
}

#modal-login label.error {
    display: block;
    float: none;
    padding: 0;
    text-align: left;
    color: red;
    width: 270px;
}

.dataTables_filter {
    margin-bottom: 0.5em;
    float: left;
}

.dataTables_filter label {
    text-align: left;
}

.dataTables_filter input {
    text-align: left;
}

.modal-auth .btn-auth {
    margin-left: 1em;
}

.actions {
    background: #f5f5f5;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 150px;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}