/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 18, 2019, 9:53:27 AM
    Author     : HKim
*/

.pagination {
    justify-content: center;
}

.fa-long-arrow-right { padding-left:5px; padding-right:5px; }
.fa-check-square { color:#000; }
.fa-times-rectangle { color:#888; }
.orangeBack { background-color:#ce7b2c /*#a15f25*/ !important; }
.redBack { background-color:#D2232A !important; }
.clickable { cursor:pointer; }
tr.summaryRow.selected { border-left:2px solid #4285f4; border-right:2px solid #4285f4;background:rgba(66,133,244,.25) !important; }


@media print {
    h1, h2, h3 { page-break-after: avoid; }
    .noprint { display:none !important; }
    .printonly { display:inherit; }
    .page { page-break-inside: avoid; }
    .table tr { page-break-before:always; page-break-inside:avoid; }
    .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { flex:unset; max-width:unset; }    
}