﻿#defaultLayout {
    padding: 10px;
}

.e-dashboardlayout.e-control .e-panel:hover span {
    display: block;
}

.p15 {
    padding: 15px;
}

#defaultLayout .e-panel .e-panel-container {
    vertical-align: middle;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    line-height: 90px;
}

#defaultLayout .e-panel .e-panel-container .text-align {
    vertical-align: middle;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.e-template-icon {
    padding: 10px;
    float: right;
    display: none;
}
.control-sections {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 235px);
}

.e-clear-icon::before {
    content: '\e100';
    font-size: 12px;
    font-family: ej-icon;
}

body.bootstrap4 .e-clear-icon::before {
    content: '\e100';
}

body.material-dark .e-panel {
    color: #ffffff;
}

.text-align {
    line-height: 160px;
}

.material .sb-demo-section .container-fluid,
.fabric .sb-demo-section .container-fluid,
.bootstrap4 .sb-demo-section .container-fluid,
.bootstrap .sb-demo-section .container-fluid,
.bootstrap5 .sb-demo-section .container-fluid {
    background: #E5E5E5;
}

body.tailwind-dark .e-dashboardlayout.e-control .e-panel {
    border: 1px solid #d7d7d7;
}

.tailwind .sb-demo-section .container-fluid {
    background: #F9FAFB;
}
