.et_pb_menu__search-input {
background-color: white !important;
color: #333 !important;
padding: 8px;
}
.form-home h4 {
text-align: center;
width: 100%;
padding: 8px;
border: 1px solid #999;
font-weight: bold;
background-color: #CDCDCD;
margin: 15px 0;
}
.form-summary .list-expense.home-overide-app li {
display: inline-block;
width: 20%;
text-align: center;
}
.form-summary .list-expense.home-overide-home li {
display: inline-block;
width: 33%;
text-align: center;
}
.form-summary .list-expense.home-overide-emp li {
display: inline-block;
width: 25%;
text-align: center;
}
@media(max-width: 767px) {
.signature span {
width: 100%;
border-top: 1px solid #000;
margin: 15px;
display: inline-block;
text-align: center;
}
}
@media(min-width: 768px) {
.signature span {
width: 28%;
border-top: 1px solid #000;
margin: 0 15px;
display: inline-block;
text-align: center;
}
}
.form-home .list-none span {
display: inline-block;
}
.form-home .oe_displaynone {
display: none!important;
}
.homeform-update li{
border: none!important;
}
.homeform-update {
padding-left: 0!important;
}
tr.top-row {
background-color: #eeeeee;
}
table.list-expense {
width: 100%;
white-space: nowrap;
}
table.list-expense td {
max-width: 5vw;
min-width: 4vw;
}
table.list-expense td span,
table.list-expense td span p {
text-align: right;
}
table.list-expense tr th {
font-weight: bold;
}
table.list-expense tr th {
padding: 2px 4px 2px 4px !important;
text-align: center;
}
table.list-expense tr td {
border: 1px solid #ccc !important;
padding: 2px 4px 2px 4px !important;
}