* { margin:0; padding:0; }

body { font-size:14px; }

div#selectedFiles { font-family: Courier; font-size:12px; }
div#selectedFiles table { width:100%; border:1px solid #ccc;  }
div#selectedFiles table tr:nth-child(even) { background: #fff; }
div#selectedFiles table tr:nth-child(odd) { background: #eee; }

tr.table_header { background: #e9ecef !important; font-size:13px; font-weight:bold; }

.file_size { font-size:11px; }
.file_type { font-size:10px; }

div#rappelBalises { font-family: Courier; font-size:12px; }
div#rappelBalises table { width:100%; border:1px solid #ddd; }
div#rappelBalises table tr:nth-child(even) { background: #fff; }
div#rappelBalises table tr:nth-child(odd) { background: #eee; }

.string_display { color:darkslategrey; }
.string_balise { color:darkblue; }
.table thead th { border:0 !important; }

.flash-error {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: darkred;
    color: #fff;
    font-size: 1.2rem !important;
    z-index: 99999;
    padding: 1rem;
}

.flash-success {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: darkgreen;
    color: #fff;
    font-size: 1.2rem !important;
    z-index: 99999;
    padding: 1rem;
}