﻿.widget-frame {
    border: 1px solid white;
    border-radius: 4px;
    padding: 8px;
    background-image: url('../img/drag-right.png'), url('../img/drag-left.png');
    background-position: right bottom, left bottom;
    background-repeat: no-repeat;
}

.widget-frame2 {
    border: 1px solid white;
    border-radius: 4px;
    padding: 8px;
}

.msg-info {
    border-radius: 3px;
    text-align: left;
    padding: 8px;
    width: auto;
    margin: 0 0 16px 0;
}

.msg-eroare {
    color: red;
    background-color: pink;
    border: 1px solid red;
}

.msg-succes {
    color: green;
    background-color: lightgreen;
    border: 1px solid green;
}

main {
    height: 100%;
}

.my-filter-flex-item {
    width: 210px;
    height: 60px;
    line-height: 60px;
    margin: 10px 10px 10px 0px !important;
}

.my-filter-flex-label {
    width: 100px;
    height: 20px;
    line-height: 20px;
}

.my-filter-flex-field {
    width: 200px;
    height: 40px;
    line-height: 40px;
}


.table-loading-shade {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 56px;
    right: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mat-tab-body-wrapper {
    height: 100%;
    overflow: auto !important;
    display: block !important;
}

.client-header {
    margin-right: 10px;
    margin-top: 5px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14pt;
    height: 40px;
}

.logout-header {
    font-size: 14pt;
    height: 40px;
    text-align: right;
}

nav.navbar .nav-item > a {
    padding-right: 0;
}
