@charset "UTF-8";

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    z-index: 900;   
    color: #285a8c;
}

h2 { font-size: 2.2em; }
h3 { font-size: 1.3em; }

a {
    color: #748ca4;
}

a:hover {
    color: #ff4d4d;
}

/* NAVBAR settings *************************************** */
.navbar {
    background-color: #e6ebf5;
    border-bottom: 1px solid #285a8c;    
}
.navbar-brand {
   background: white;  
   padding: 5px;
}
.navbar .navbar-nav .nav-link  {
    color: #285a8c; 
}
.navbar .navbar-nav .nav-link:visited  {
    color: #285a8c; 
}
.navbar-customtext {
    color: #285a8c;
    font-weight: 500;
}

/* FOOTER settings *************************************** */
.footer_top {
  width: 100%;
  padding: 0px 0 40px 0;
}
.footer_bottom {  
  padding: 10px 0 10px 0;
  left: 0;
  bottom: 0;
  width: 100%;  
  background-color: #DDD;
  text-align: center;
  z-index: 1;
}
.footer_bottom, .footer_bottom a { 
    color: #444;    
    font-weight: 200;
}
@media screen and (min-width: 1024px){
    .footer_bottom {        
        position: fixed;            
    }    
    #main_container {
        margin-bottom: 40px;
    }
}

/* CONTAINER ********************************************** */
.container {    
    font-weight: 600;
}

.big_container {    
    margin-left: 10px;
    margin-right: 10px;
 }

.window_bck { 
    background-color: #e6ebf5;
    padding: 30px; 
    border-radius: 15px; 
}
 
 /* TABLES settings ************************************** */
.table {
  table-layout: fixed;
  width: 100% !important;  
}
.table td,
.table th {
  width: auto !important;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table th {
    background: #afbfcf;
}
.table tfoot th input,
.table tfoot th select {
    margin-left: -10px;
    width: 100%;
} 

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px !important;
    border: 0px !important;
}
