@charset "UTF-8";

/* RED COLORS  *********
 236 28 38 -> ec1c26
 204 24 33 -> cc1821
 176 21 29 -> b0151d
** ********************* */
body {
    background-image: url("/images/wp//body.jpg");
    background-size: auto; 
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    z-index: 900;   
    color: black;
}

.body_logo {
    width: 800px;
    height: 500px;
    bottom: 0%;
    position: fixed;
    background-image: url("/images/wp//logo.png");    
    background-position: bottom 20px left 20px;
    background-repeat: no-repeat;
    background-size: 300px;
    z-index: -1;    
}

a {
    //color: #b0151d;
    color: #ff4d4d;
}

a:hover {
    color: #ff4d4d;
}

.container {
    font-family: 'Montserrat', sans-serif;
    font-weight: 1;
}

.big_container {
    font-family: 'Montserrat', sans-serif;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    font-weight: 1;
}

.onBackground {
    color: rgba(240, 240, 240, 1); 
}

.window_bck {
    background-image: url("/images/wp//window.png"); 
    padding: 30px; 
    border-radius: 15px; 
 }
 
 .window_dark {
    background-image: url("/images/wp//body.jpg");
    padding: 30px; 
    border-radius: 15px; 
 }

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

.table-borderless {
    border-radius: 10px; 
}
.table-borderless th {
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px; 
}

/* change tabs */
#tab_US > li > a { 
    color: rgba(255, 0, 0, 1); 
    font-weight: 500; 
    text-shadow: 1px 1px #000000; 
} 
/* dataTables */
.table .selected { 
    background: rgba(176, 21, 29, 0.75); 
}    

/* change the NAVBAR settings */
.navbar-dark {
    border-bottom: 1px solid gray; 
    background-image: url("/images/wp//window.png");
}
.navbar-dark .navbar-nav .nav-link  {
    color: rgba(255, 255, 255, 1);   
}
.navbar-dark .navbar-nav .nav-link:visited  {
    color: rgba(255, 255, 255, 1);   
}
.navbar-dark .nav-item .nav-link:hover {
   color: rgba(255, 255, 255, 0.7);    
}
.navbar-dark .nav-item .nav-link:active {
    color: rgba(255, 255, 255, 1);    
}
.navbar-dark .nav-item .dropdown-item:hover {
    background: rgba(0,0,0,0.3);
}
.navbar-customtext {
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
}

/* buttons background grayscale */

/* datatables colors */
.dataTables_filter, .dataTables_info {
    color: rgba(255, 255, 255, 1); 
}

/* MODAL DIALOG */
.modal-header, .modal-footer {
    background-image:url("/images/wp//body.jpg"); 
    color: red;
} 

