@charset "utf-8";

body { 
 background-color: rgba(240, 249, 253, 1); }  
      
header { 
 background-color: rgba(67, 107, 149, 1); }

nav { 
background-color: rgba(67, 107, 149, 1); }

footer { 
 position: fixed;
 bottom: 0;
 width: 100%;
 background-color: rgba(49, 49, 54, 1);
 z-index: 999; }

.modal-content { background-color: rgba(240, 249, 253, 1); }   

a { text-decoration: none; }

nav li a:hover { color: rgba(213, 0, 0, 1) !important; font-weight: bold; }


#table-Title { color: rgba(0, 0, 0, 1); }

.dataTables_wrapper { font-size: 13px; }
.dataTables_info { font-size: 11px; }
.dataTables_paginate .page-link  { font-size: 13px; }

.rfw-navbar-background { background-color: rgba(255, 255, 255, 1); } 

.rfw-a { color: rgba(37, 98, 219, 1); }
.rfw-a:hover { color: rgba(213, 0, 0, 1); cursor: pointer; } 

.rfw-a-muted { color: rgba(108, 117, 125, 1); }
.rfw-a-muted:hover { color: rgba(213, 0, 0, 1); cursor: pointer; } 

.rfw-a-onlyhover:hover { color: rgba(213, 0, 0, 1); cursor: pointer; } 

.rfw-a-navbar { color: rgba(0, 0, 0, 1); }
.rfw-a-navbar:hover { color: rgba(213, 0, 0, 1); cursor: pointer; }

.rfw-a-header { color: rgba(255, 255, 255, 1); }
.rfw-a-header:hover { color: rgba(255, 255, 255, 1); cursor: pointer; }

.rfw-select { background-color: rgba(67, 107, 149, 0.1); }

.rfw-tooltip .rfw-tooltip-text { visibility: hidden; width: 150px; background-color: rgba(50, 50, 50, 1); color: rgba(255, 255, 255, 1); text-align: center; border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; }
.rfw-tooltip:hover .rfw-tooltip-text { visibility: visible; }

.rfw-textarea-noresize { resize: none; }
.rfw-table-title { font-size: 21px; }
.rfw-table-subtitle { font-size: 19px; }
.rfw-table-formtitle { font-size: 15px; }

.rfw-file-upload {content: 'Select some files'; }

