.card .card-datagrid {
    padding: 0;
}

.card .card-datagrid > .datagrid .table-bordered {
    border: none;
}

.card .card-datagrid > .datagrid thead {
    border-top: none;
}

.datagrid-column-header-additions {
    float: right;
}

h2 {
    margin-bottom: 20px;
}

.row-grid-bottom > * {
    display: inline-block;
    vertical-align: middle;
}

.row-grid-bottom > *:first-child,
.row-grid-bottom > *:last-child {
    width: 25%;
}

.row-grid-bottom > *:nth-child(2) {
    width: 50%;
}

.row-grid-bottom .col-per-page {
    display: inline-flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
}

.row-grid-bottom select {
    max-width: 100px;
}

.dnd-drop-zone {
    width: 100%;
    height: 130px;
    border: 2px dashed #dcdcdc;
    border-radius: 3px;
    text-align: center;
    position: relative;
    color: #666;
    font-size: 20px;
    padding-top: 20px;
}

.dnd-drop-zone input {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    opacity: 0;
}

.dnd-drop-zone div {
    margin-bottom: 30px;
}

.dnd-drop-zone .button {
    font-size: 75%;
}

.dnd-drop-zone.mouse-over {
    border-color: #2ecc71;
    color: #2ecc71;
}

.dnd-rop-zone input[type="submit"] {
    display: none;
}

.sidebar .nav .nav-item.nav-item-separator {
    pointer-events: none;
}

.sidebar .nav .nav-item.nav-item-separator > * {
    height: auto;
    padding: 5px 35px;
    color: #528be6;
}

.sidebar .nav .nav-item.nav-item-separator > * > .mdi {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar .nav .nav-item.nav-item-separator > * > .mdi:before {
    content: "";
    width: 35px;
    height: 2px;
    background-color: #e8e8e8;
    margin-left: -5px;
    margin-right: -5px;
}

.hidden {
    display: none;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.dow:first-child, .datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th.dow:first-child,
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day:first-child, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day:first-child,
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day:last-child, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day:last-child,
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.dow:last-child, .datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th.dow:last-child {
    text-align: center;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.today:before, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.today:before {

}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.active:before, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.active:before {

}

.navbar.default-layout .navbar-brand-wrapper .navbar-brand img{
    width: auto;
    height: 40px;
}
.navbar.default-layout .navbar-brand-wrapper .brand-logo-mini img{
    height: 30px;
    width: auto;
}

.profile-image{
    font-size: 20px;
    background: linear-gradient(120deg, #00e4d0, #5983e8);
    border-radius: 90px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    width: 40px;
}

.profile-image .mdi {
    color: white;
}

.sign-logo{
    max-width:40%;
    margin-bottom: 2rem;
}