﻿
.buttonBoxFocusRed3B {
    color: #fff;
    background-color: #e00;
    font-weight: bold;
    padding: 5px 10px;
    line-height: 1.5 !important;
    border-radius: 3px !important;
    text-shadow: none !important;
    border: 1px solid transparent !important;
    width: auto;
    min-width: 100px;
    height: 40px;
}


.btnBox.btnBoxCenter .buttonBoxFocus {
    background-color: #005ea2 !important;
}

.layoutRow {
    display: block !important;
}


.layoutRowActions {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.layoutTable{
    width:100% !important;
}