/* here you can put your own css to customize and override the theme */
.dashboard-img {
    margin: 0 auto;
    display: block;

    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.kt-login__logo img {
    width:60%;
}

.aside .brand-logo img,
#kt_header_mobile .logo img {
    width: 50px;
    height: 44px;
}

.line-value {
    line-height: 42px;
    vertical-align: middle;
    height: 32px;
}

#sales-widget .kt-widget11 .table tbody > tr > td {
    padding-right: 0!important;
    vertical-align: middle!important;
}

#sales-widget .kt-widget11 .table tbody > tr.parent-row {
    cursor: pointer;
}
#sales-widget .kt-widget11 .table tbody > tr.child-row > td {
    padding: 0!important;
}

#sales-widget .kt-widget11 .table tbody > tr.child-row .kt-widget11__title,
#resultsTable .table tbody > tr.child-row .kt-widget11__title
{
    text-align: right;
    font-size: 1rem;
    font-weight: 300;
    color: #5867dd;
}

.psProductListImage {
    width: 2.5rem;
    border-radius: 4px;
}

div.slider {
    display: none;
}
table.dataTable tbody td.no-padding {
    padding: 0;
}

.no-margin {
    margin:0!important;
}

#productionReport .table tbody > tr > td {
    padding-right: 0!important;
    vertical-align: middle!important;
}

#productionReport .table tbody > tr.parent-row {
    cursor: pointer;
}
#productionReport .table tbody > tr.child-row > td {
    padding: 0!important;
}

#productionReport .table tbody > tr.child-row .kt-widget11__title {
    text-align: right;
    font-size: 1rem;
    font-weight: 300;
    color: #5867dd;
    padding-left: 25px;
}

#productionReport .table tbody > tr.child-row .text-danger {
    padding-left: 25px;
}

#productionReport .subTable tbody > tr > td {
    padding-right: 0.75rem!important;
}

.subTable thead th, .subTable td  {
    text-align: center!important;
    padding-right: 0.75rem!important;
}

.valign-middle {
    vertical-align: middle !important;
}

#kt_aside_brand {
    background-color: #fff;
}

#dailyRequirementProducts .table tbody > tr > td {
    vertical-align: middle !important;
}




#dailyProductionReport .table tbody > tr > td {
    padding-right: 0!important;
    vertical-align: middle!important;
}

#dailyProductionReport .table tbody > tr.parent-row {
    cursor: pointer;
}
#dailyProductionReport .table tbody > tr.child-row > td {
    padding: 0 5px 0 0!important;
}

#dailyProductionReport .table tbody > tr.child-row .kt-widget11__title {
    text-align: right;
    font-size: 1rem;
    font-weight: 300;
    color: #5867dd;
    padding-left: 25px;
}

#dailyProductionReport .subTable tbody > tr > td {
    padding-right: 0.75rem!important;
}

#productionProductReport .margin {
    background-color: #EBEDF2;
}

.kt-portlet-order-operation .total-required-quantity {
    color: #fff;
    font-size: 20px;
}

.kt-portlet-order-operation {
    margin-bottom: 10px!important;
}
.kt-portlet-order-operation .order-process-key,
.kt-portlet-order-operation .order-process-required-quantity,
.kt-portlet-order-operation .order-process-completed-quantity,
.kt-portlet-order-operation .order-process-prepared-quantity {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    line-height: 45px;
}
.kt-portlet-order-operation .order-process-completed-quantity,
.kt-portlet-order-operation .order-process-prepared-quantity {
    color: #f4dcdc;
}
.kt-portlet-order-operation .order-process-action {
    text-align: right;
}
.kt-portlet-order-operation .order-process-row {
    margin-bottom: 10px;
}
.kt-portlet-order-operation .order-process-row:last-child {
    margin-bottom: 0!important;
}
.kt-portlet-order-operation .card-body {
    padding-bottom: 5px!important;
}

#orderProcessForm .row {
    vertical-align: middle;
    line-height: 40px;
}

#profitabilityTable .table-primary,
#profitabilityTable .table-success {
    font-weight: bold;
}

#profitabilityTable .table-success .kt-widget11__title {
    padding-left: 15px;
}

#profitabilityTable .profitability-product .kt-widget11__title {
    padding-left: 30px;
}

#cohort-report-result {
    width: 100%;
    overflow: auto;
}

#cohort-report-result .table {
    background-color: #F5F3F3;
}

#cohort-report-result .table th, #cohort-report-result .table td {
    border-top: none;
    vertical-align: middle;
    height: 55px;
}

#budgeting .budget-details {
    margin-top: -5em;
}

.login .g-recaptcha>div, .register .g-recaptcha>div {
    margin: 0 auto;
}

.invalid-feedback {
    display: inherit;
}