/* here you can put your own css to customize and override the theme */
@media print{
    footer {
        margin-top: 40px;
        page-break-after: always;
    }
}

.portlet-hide{
    display: none;
}
.modal-xl{
     width: 100%
 }
@media (min-width:1200px) {
    .modal-xl{
        width: 1200px;
    }
}
@media (min-width:1500px) {
    .modal-xl{
        width: 1500px;
    }
}

.text-bold{
    font-weight:bold;
}

.padding-6{
    padding: 6px;
}

.form-control-readonly{
    background-color: #eceeef;
}

.logo h2{
    color: #4db3a5;
}
.logo h2 span{
    color: #b73333;
}

.ag-theme-blue .ag-row-even.company-order{
    background-color: #efdfa7
}

.ag-theme-blue .ag-row-odd.company-order{
    background-color: #e9fa8f
}

.ag-theme-blue .ag-row .ag-cell.invoice-warning{
    background: #ef73737a;
}