* {
	font-family: Verdana, sans-serif;
	font-size: 0.9rem;
}

/* LAYOUT */
#container_login {
  height: 250px;
}

#topBanner{
  width:100%;
}
#topBanner table{
   margin: 0 auto;
}

footer{
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

footer p{
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.py-4 {
  padding-top: 0.8rem!important;
  padding-bottom: 0.8rem!important;
}

/* NAVBAR */
.container-fluid {
  padding:0;
  margin: 0;
  width: 100%;
  -webkit-transition: all .35s linear 0s;
  transition: all .35s linear 0s;
}

.navbar .btn {
  border-radius: 0;
}

.navbar-nav {
    flex-direction: row;   
}

.navbar-text{
	padding-top: 1rem;
}

.navbar {
    padding: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border:0;
}

/* BASICS */
html{
  height:100% !important;
}

body{
  padding: 10px;
  text-align: center;
  padding-top: 10px;
  cursor: auto;
}

body.wait {
    cursor: progress !important; 
}

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

.text-center{
  text-align:center;
}

.text-left{
  text-align:left;
}

.text-white{
  color:#fff;
}

/* FORM */
form{
  text-align:left;
}

label.required:after {
  content: " *";
  color:red;
}

.invalid-feedback ul {
  margin:0;
  padding:0;
}
.invalid-feedback li {
  list-style: none;
  font-size:.875em;
}

.filter{
  border-color:black;
}

.accordion-button {
  padding:8px !important;
}

/* ACCORDION */
.accordion-button::after , .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body{
  text-align:left;
}

.accordion-item {
  border:1px solid white !important;
}

/* CARD */
.card-header h2{
  margin-top:0.5rem !important;
}
.card-body .input-group-text{
	height:100%
}	

.card-body .input-group{
 margin-bottom: 10px;
}

.card{
  margin-top: 10px;
}

/* TABLE */

.table td {
  vertical-align: middle;
  text-align: center;
}
.table tbody td{
  padding:2px;
}

table {
  border-spacing: 5px;
}

thead{
  border-bottom: 1px solid black;
}

th {
  text-align: center;
  position:relative;
}

.tri:before{
  bottom: 50%;
  content: "▲";
}
.tri:after{
  top: 50%;
  content: "▼";
}

.tri:after, .tri:before{
  position: absolute;
  display: block;
  opacity: .125;
  right: 10px;
  line-height: 9px;
  font-size: .8em;
}

.asc:before,.desc:after{
  opacity: .6;
}

