body {
    height: 100vh;
    background: url('/images/wallpaper-1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

  .opacity-low {
    opacity:0.90!important;
  }
  .opacity-med {
    opacity:0.95!important;
  }
  .opacity-full {
    opacity:1!important;
  }

.form-control {
    font-size: 0.9em !important;
}

.bg-deleted {
  background-color: #bbbbbb; 
}

.hiddenrow {
    padding: 0 !important;
}

.box-min-small, .box-min-medium {
  min-width: 100% !important;
}

@media (min-width: 640px) {
    .box-min-small {
      min-width: 480px !important;
    }  

    .box-min-medium {
      min-width: 600px !important;
    }  
}

@media (min-width: 1200px) {
    .container{
        width: 94% !important;
        max-width: 1920px !important;
    }


}
