.card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-bottom: 15px;
}

.strike {
    text-decoration: line-through;
}
.autocard {
    /*max-width: 308px;*/
    height: 200px!important;
    overflow: hidden;
    margin-bottom: 20px;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-footer.card-fade {
    background-color: #f5f5f5f2;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-background {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.panel-mainpage-tile {
    height: 400px;
    display: block;
    border-radius: 10px!important;
    overflow: hidden;
}

.panel-mainpage-tile > .panel-body {
    display: grid;
    vertical-align: middle;
    text-align: center;
    height: 100%;
}

.panel-with-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.non-style-link:hover {
    text-decoration: none;
}

.on-top {
    z-index: 1000;
}

.firm-menu-item {
    font-size: 24px;

}
.firm-icon{

    width: 21px;
    height: 21px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
    margin-bottom: -2px;
}

.icon-FS {
    background-image: url("/static/firms/FS.png");
}
.icon-MR {
    background-image: url("/static/firms/MR.png");
}
.icon-WE {
    background-image: url("/static/firms/WE.png");
}
.icon-BE {
    background-image: url("/static/firms/BE.png");
}
.icon-KN {
    background-image: url("/static/firms/KN.png");
}
.icon-GS {
    background-image: url("/static/firms/GS.png");
}
.icon-HE {
    background-image: url("/static/firms/HE.png");
}
.icon-EX {
    background-image: url("/static/firms/EX.png");
}
.icon-RE {
    background-image: url("/static/firms/RE.png");
}
.icon-PA {
    background-image: url("/static/firms/PA.png");
}
.icon-TB {
    background-image: url("/static/firms/TB.png");
}
.icon-PC {
    background-image: url("/static/firms/PC.png");
}
.icon-DM {
    background-image: url("/static/firms/DM.png");
}
.icon-RU {
    background-image: url("/static/firms/RU.png");
}
.icon-SM {
    background-image: url("/static/firms/SM.png");
}
.icon-PI {
    background-image: url("/static/firms/PI.png");
}
.icon-LA {
    background-image: url("/static/firms/LA.png");
}
.icon-VA {
    background-image: url("/static/firms/VA.svg");
}

table.dataTable {
    border: none !important;
}
table.dataTable thead th, table.dataTable thead td {
    border: 1px solid rgba(0, 0, 0, 0.125)!important;
    margin-bottom: 5px;
}
table.dataTable tbody td {
    border: 1px solid rgba(0, 0, 0, 0.125)!important;
}

.panel-bigger-button {
    min-width: 235px!important;
    height: 120px!important;
    font-size: 24px!important;
}
.panel-big-button {
    min-width: 200px!important;
    height: 120px!important;
    font-size: 24px!important;
}
.admin_root{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}