.display-none{
    display:none;
}
.display-block{
    display:block;
}
.bg-danger{
    background:#c63100;
}
.bg-safe{
    background:#1ed052;
}
.color-white{
    color: #ffffff;
}
.color-green{
    color:#1ed052;
}

.col-center{
  float:none;  margin:0 auto;
}

.div-full-width{
    /* The code that you need to copy */
  position: absolute !important;
  left: 0px;
  right: 0px;
  top: 0px;
}
.navbar-custom{
    
}

.brand-logo{
    width:45px !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}