@media only screen and (max-width:992px){

	body {
	  padding-top: 50px;
	}
}



/*table:not(.table) thead th {
    background-color: #6c757d;
    color: white;
    text-align: center;
}

table:not(.table) thead td {
    background-color: #6c757d;
    color: white;
    font-weight: bold;
}

table:not(.table) tfoot th {
    background-color: #6c757d;
    color: white;
}

table:not(.table) > tbody > tr > td {
    vertical-align: middle;
    color: black;
    font-weight: normal;
}	*/


/*.navbar-header>img {
  height: 100%;
  width: auto;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.popover{
	max-width: 100%;
}

.popover-title {
	background-color: #6c757d;
	color: white;
}

.modal-header {
	background-color: #6c757d;
	color: white;
}
	
.close {
	color: white; 
	opacity: 1;
}
	
.close:hover {
	color: white; 
	opacity: 0.7;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}	

.FontTitle {
	font-family: 'Peralta', cursive;
}
*/

.Block {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

@media (min-width:992px)  {
    .Block {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
}

#SubNavBar .nav-link:not(.active) {
    background-color: rgba(0, 0, 0, 0) !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* active*/
#SubNavBar .nav-link {
    background-color: rgba(0, 0, 0, 0) !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

#SubNavBar .nav-link:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    color: rgba(255, 255, 255, 0.8) !important;
}




table.table-border-dark {
    border:1px solid #dee2e6 !important;
    margin-top:20px !important;
}

table.table-border-dark > thead > tr > th {
    border:1px solid #dee2e6 !important;
}

table.table-border-dark > tbody > tr > td {
    border:1px solid #dee2e6 !important;
}
