html, body{
    margin: 0px;
    padding: 0px;
}
header{

    color: white;
    padding: 10px 0px 10px 0px;

}
.img-responsive{
    max-width: 100%;
}
.header{
    background-color: #36454F;
    border-bottom: 2px solid #6c757d;
    z-index: 1
}
footer{
    background-color: #36454F !important;
    border-top: 2px solid #6c757d;
    color: white;
    width: 100%;
    margin-top: 50px;
}
footer p{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0rem;
}

.img-logo{
    margin-top: -100px;
    position: relative;
    border: 2px solid #6c757d;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    margin-bottom: 25px;
}
.btn-primary{
    background-color: #36454F;
    border-color: #36454F;
}

.btn-secondary, .btn-primary:hover, .btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background-color: white;
    border-color: #36454F;
    color: #6c757d;
}
.btn-primary.focus, .btn-primary:focus,
.btn-secondary.focus, .btn-secondary:focus{
  box-shadow: none;
}

.btn.btn-zorro, .btn.btn-zorro:active, .btn.btn-zorro:focus, .btn.btn-zorro:hover{
  background-color: #818589;
  color: white !important;
}

a{
    color: #49bcb7;
}
.classic{
    color: white;
    background-color: #36454F;
    position: fixed;
    right: 0px;
    bottom: 0px;
    padding: 25px;
    border-top: 2px solid #6c757d;
    border-left: 2px solid #6c757d;
    border-right: 2px solid #6c757d;
}
.h1, h1 {
    font-size: 2rem;
}

h1{
    margin-top: 25px;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 6rem;    /* Footer height */
}

footer {
  bottom: 0;
  width: 100%;
}

.logo-link{
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom:0px;
    left: 0px;
}

.card{
  border: none;
}

.dropdown-item.active, .dropdown-item:active{
  background-color: #36454F;
}

main{
  padding-top: 25px;
  padding-bottom: 25px;
}

div.dataTables_wrapper {
  margin: 0 auto;
}

.btn-zorro .toon{
  display: none;
}
.btn-zorro.collapsed .toon{
  display: inline-block;
}

.btn-zorro .verberg{
  display: inline-block
}
.btn-zorro.collapsed .verberg{
  display: none;
}

table.results th{
  background: white;
  /*position: sticky;
  top: 0; /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

/*@media (min-width: 992px){
  table.results th{
    top: 275px;
  }
}*/

.table-container{
  max-width: 100%;
  /*overflow: auto;*/
}

.form-control {
  padding: .375rem .25rem;
}

@media (min-width: 992px){
  .header{
    position: sticky;
    top: 0;
  }
  footer{
    position: fixed;
  }
}

@media (min-width: 1200px){
  table.results th{
    /*top: 200px;*/
  }
  .text-xl-end{
      text-align: right
  }


  .table-container{
    overflow: hidden
  }
}

h2{
  font-size: 1.1em;
}

/* multiselect */

.multi-select-container {
    display: inline-block;
    position: relative;
    color: black;
    width: 100%;
}

.multi-select-menu {
    position: absolute;
    left: 0;
    top: 0.8em;
    z-index: 1;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
}

.multi-select-menuitem {
    display: block;
    font-size: 0.875em;
    padding: 0.6em 1em 0.6em 30px;
    white-space: nowrap;
}

.multi-select-menuitem--titled:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    margin: 0 0 0.25em -20px;
}

.multi-select-menuitem--titledsr:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.multi-select-menuitem + .multi-select-menuitem {
    padding-top: 0;
}

.multi-select-presets {
    border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
    position: absolute;
    margin-top: 0.25em;
    margin-left: -20px;
}

.multi-select-button {
    display: inline-block;
    font-size: 0.875em;
    padding: .375rem .75rem;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: default;
    width: 100%;
}

.multi-select-button:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #999 transparent transparent transparent;
    margin-left: 0.4em;
    vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
    display: block;
}

.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
    /* Avoid border/padding on menu messing with JavaScript width calculation */
    box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
    /* Allow labels to line wrap when menu is artificially narrowed */
    white-space: normal;
}

td{
  vertical-align:  top;;
}

.btn-remark{
    color: black;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0px;
    margin-left: 5px;
    margin-top: -5px;
    border-radius: 50%;
    background-color: #eaeaea;
    width: 30px;
    height: 30px;
    border: 1px solid black;
}