/*We generate this file to keep earlier version css to hold the same view in the web page*/

#wrapper {
    width: 100%;
    overflow-x: hidden;
    display: block;
  }
  
@media (min-width: 768px){
  .navbar-static-side {
      z-index: 201;
      position: absolute;
      width: 220px;
  }
}

/*select.form-control:not([size]):not([multiple]) {
  height: 46px;
  line-height: 46px;
}*/

.top-navigation #page-wrapper {
    margin-left: 0;
}

#toast-container>.toast {
    background-image: none!important;
    box-shadow: none !important;
}

#toast-container>.toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 24px;
  float: left;
  color: #FFF;
  padding-right: .5em;
  margin: auto .5em auto -1.5em;
  box-shadow: none !important;
}

#toast-container>.toast-warning:before {
  content: "\f0e7"
}

#toast-container>.toast-error:before {
  content: "\f071"
}

#toast-container>.toast-info:before {
  content: "\f005"
}

#toast-container>.toast-success:before {
  content: "\f00C"
}
