Your IP : 216.73.217.79


Current Path : /var/www/v3.cesa.co.za/public/css/
Upload File :
Current File : /var/www/v3.cesa.co.za/public/css/app.css

html,
body {
    background-color: #ffffff;
}

@media print {
    body {
        margin-top: 5mm;
        margin-bottom: 5mm;
        margin-left: 5mm;
        margin-right: 5mm;
    }

    .container {
        max-width: 95%;
    }
}

@page {
    margin-top: 5mm;
    margin-bottom: 5mm;
    margin-left: 5mm;
    margin-right: 5mm;
}

a {
    color: #3d58ae;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 18px;
    color: #3d58ae;
    margin-bottom: 12px;
}

hr {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

p {
    margin-bottom: 0.1rem;
}

.borderless,
.borderless * {
    border: none !important;
}

.bg-light {
    background-color: #FFFFFF !important;
}

.btn {
    color: #ffffff !important;
    background-color: #3d58ae !important;
    border: none !important;
}

.btn:hover {
    background-color: #3c4e5c !important;
    border: none !important;
}

.pagination a {
    margin: 8px;
}

.odd-row,
.odd-row td {
    background-color: #EEEEEE;
}

.report-table,
report-table tr,
report-table tr th,
report-table tr td,
report-table tr td * {
    font-size: 0.8rem;
}

.report-table tr td ul li {
    margin-left: 4px;
}

.report-table *,
.table> :not(caption)>*>* {
    margin: 1px;
    padding: 2px;
}

.text-info {
    color: #dc3232 !important;
    padding-left: 12px;
}

.text-right {
    text-align: right;
}

.text-small {
    font-size: 10px;
}