#login-logo {
    width:150px;
}

.line-login {
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.line-dashboard {
    margin-left: 230px;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.line-dev {
    background-color: mediumseagreen;
}

.line-prod {
    background-color: mediumpurple;
}

.auth-code {
    text-align: center;
    font-size: 21px;
}

.sonata-ba-view-container th {
    width: 240px;
}

/* VichUploaderBundle */
.vich-image img {
    max-width: 120px;
    margin-left: 10px;
    margin-top: 10px;
}

.vich-image .control-label, .vich-file .control-label {
    margin-right: 5px;
}

.vich-image a, .vich-file a {
    margin-left: 10px;
}

/* Value lists inside a detail row: aligned columns, no borders. Bootstrap resets border-spacing and td padding on every <table>. */
.value-list > thead > tr > th,
.value-list > tbody > tr > td {
    width: auto; /* the detail table forces every th to 240px */
    border: 0;
    padding: 0 15px 2px 0;
}
