body {
  padding-top: 1px;
  position: relative;
}

pre {
  tab-size: 8;
}

@media screen and (max-width: 768px) {
  .side-collapse-container {
    width: 100%;
    position: relative;
    left: 0;
  }
  .side-collapse-container.out {
    left: 200px;
  }
  .side-collapse {
    top: 63px;
    bottom: 0;
    left: 0;
    width: 200px;
    position: fixed;
    overflow: hidden;
  }
  .side-collapse.in {
    width: 0;
  }
  .btn {
    width: 75%;
    text-align: right;
    margin-left: 15px !important;
  }
  .btn-danger {
    width: 70%;
  }
  .btn-success {
    width: 70%;
  }
  #extraction {
    display: none;
  }
  .buttons-excel {
    display: none;
  }
  .buttons-pdf {
    display: none;
  }
  .navbar-inverse {
    background-color: #337ab7 !important;
    border-color: #080808;
  }

  div.dt-buttons {
    float: left;
    width: 30%;
    text-align: right !important;
    margin-bottom: 0.5em;
  }
  div.dataTables_filter {
    text-align: left;
    margin-top: 15px;
  }
}

.btn {
  margin-left: 15px !important;
}
.pastille {
  font-size: 11px !important;
  width: 22px;
  height: 22px;
  line-height: 23px;
  border-radius: 14px;
  float: right;
  margin-left: -3px;
  text-align: center;
  background-color: #ff841a;
  color: #ffffff;
  cursor: pointer;
}

.mbutton {
  display: inline;
  background-color: #33666d;
  padding: 0.5rem 1.5rem;
  border-radius: 15px;
  color: #fff;
  border: 2px solid #fff;
  font-size: 13px;
  font-weight: bold;
  transition: 0.4s all;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: left;
}
.btn-group,
.btn-group-vertical {
  float: right;
}
.dt-buttons {
  float: right !important;
}

.container {
  width: 100%;
}
.container2 {
  width: 100%;
  position: absolute;
  top: 60px;
}

.navbar-inverse {
  background-color: #f5f5f5;
  border-color: #080808;
}
.navbar {
  padding: 5px;
  min-height: 46px;

  width: 100% !important;
}

#example_info {
  float: left;
}
#example_length {
  float: left;
  margin-left: 40px;
  margin-top: 5px;
}
#example_paginate {
  float: right;
}

.error {
  color: #cc0000;
}
legend {
  padding: 0.5em 1em;
  background-color: #5d6c79;
  color: white;
}
tr {
  cursor: pointer;
}
tr:hover {
  /* background-color:#B3DBF0 !important; */
}
th {
  background-color: #337ab7;
  color: #ffffff;
}

.breadcumbs {
  background: #eaeaea;
  margin-top: -21px;
  margin-bottom: 20px;
}

.breadcumbs a,
.breadcumbs span {
  padding: 10px 25px 10px 15px;
  float: left;
  position: relative;
  z-index: 99;
}

breadcumbs span {
}

.breadcumbs .active-bread {
  background: #337ab7;
  color: #fff;
  left: -16px;
  z-index: 9;
  padding-left: 24px;
}

.breadcumbs a:after,
.breadcumbs span:after {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #eaeaea;
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
}
.breadcumbs a:before,
.breadcumbs span:before {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #5d6c79;
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
}

.breadcumbs .active-bread:after,
.breadcumbs .active-bread:before {
  border-left: 15px solid #337ab7;
  right: -15px;
}
form.formsubmit_fields .btn {
  opacity: 0;
  transition: 0.5s all ease-in-out;
}

td:hover form.formsubmit_fields .btn,
td:focus form.formsubmit_fields .btn {
  opacity: 1;
}
