.tab-pane.active {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}
form#utvonalletrehoz-form {
    padding-left: 10px;
    border-left: solid 1px lightgray;
    flex: 1 0 300px;
    max-width: 300px;
}
form#ugyfelletrehoz-form {
    margin-right: 10px;
    flex: 1 0 300px;
    max-width: 300px;
}

div#ugyfelek-listaja, form#ugyfelek-listazasa-views-form {
    flex-basis: 100%;
}
form#ugyfelletrehoz-form legend {
    display: none;
}
fieldset#edit-uj--2 legend {
    margin: 0;
    border-bottom: none;
}
div#utvonal-letrehoz-form-nyil-le, div#utvonal-letrehoz-form-nyil-fel {
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border-top: solid 1px lightgray;
}
input#edit-actions, input#edit-actions--2 {
    margin: 10px 0;
    width: 100%;
}
.utvonal-item {
    display: flex;
    height: 25px;
    box-shadow: 0 0 2px lightgrey;
    margin-bottom: 5px;
}
.utvonal-ikon {
    padding: 0 5px;
    color: #d2d6de;
    align-self: center;
}
.utvonal {
    cursor: pointer;
    padding: 0 5px;
    width: 100%;
    align-self: center;
}
fieldset#edit-uj--2 {
    display: none;
}
.cim {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
    color: #337ab7;
}
.alcim {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 16px;
    color: #444;
}
.utvonal-item-aktiv { 
    color: #337ab7;
    font-weight: 700;
}
.utvonal-item:hover {
    background-color: #d4d4d8;
    box-shadow: 0 0 3px grey;
}
.utvonal-item:hover .utvonal-ikon {    
    color: white;
}
fieldset#edit-search .fieldset-wrapper {
    display: flex;
    max-width: 600px;
    background-color: #d2d6de;
    justify-content: center;
    margin: 0 auto;
}
input.edit-szerkeszt {
    background-color: #f39c12;
    border-color: #ae7f19;
}
.cim.edit-szerkeszt {
    color: orange;
}
.error-message {
    color: red;
    text-align: center;
    margin-bottom: 10px;
}
.message-ok-edit {
    color: orange;
}
.message-ok {
    color: green;
}
div#utvonalak-listaja {
    max-height: 170px;
    overflow-y: auto;
}
input#edit-actions--3 {
    align-self: center;
    margin-right: 0;
}
table.table.table-hover.table-sm.search {
    max-width: 600px;
    margin: 0 auto;
}
td.td-szerkeszt {
    text-align: right;
}