.bg-dark {
    background-color: #986a03 !important;
}
.text-primary {
    color: #fff !important;
}

.btn-primary {
    background-color: #986a03 !important;
}


/* Image Upload */
.img-upload .img-preview {
    width: 100%;
    height: 250px;
    border: 1px dashed #000;
    color: #ecf0f1;
    position: relative;
    background-repeat: no-repeat !important;
    /* background-position: center !important; */
    background-size: cover !important;
}

.img-upload .img-preview label {
    display: inline-block;
    margin-bottom: .5rem;    
    z-index: 5;
    width: 120px;
    height: 40px;
    background-color: #ffffff;
    color: #143250;
    font-size: 14px;
    line-height: 40px;
    top: 100%;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    /* box-shadow: 0px 0px 15px #eaeaea; */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.img-upload .img-preview input {
    width: 100%;
    height: 140px;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0px;
    cursor: pointer;
    opacity: 0;
}

.file-space {
    padding-bottom:50px;
}

.increase-size{
    font-size: 1.2rem;
}

.app_cells {
    height: 53px;
}

 hr {
    background-color:white;
    margin:0 0 45px 0;
    border-width:0;
  }
  
  hr.s1 {
    height:5px;
    border-top:1px solid black;
    border-bottom:2px solid black;
  }
  
  hr.s2 {
    height:9px;
    border-top:2px solid black;
    border-bottom:4px solid black;
  }
  
  hr.s3 {
    height:14px;
    border-top:4px solid black;
    border-bottom:8px solid black;
  }
  
  hr.s4 {
    height:14px;
    border-top:2px solid black;
    border-bottom:9px solid black;
  }
  
  hr.s5 {
    height:5px;
    border-top:2px solid black;
    border-bottom:1px solid black;
  }
  
  hr.s6 {
    height:9px;
    border-top:4px solid black;
    border-bottom:2px solid black;
  }
  
  hr.s7 {
    height:14px;
    border-top:8px solid black;
    border-bottom:4px solid black;
  }
  
  hr.s8 {
    height:12px;
    border-top:7px solid black;
    border-bottom:1px solid black;
  }
  
  hr.s9 {
    height:6px;
    border-top:2px solid black;
    border-bottom:2px solid black;
  }

  .app-view-logo {
    height: 130px !important;
  }

  @media only screen and (max-width: 600px) {
    .app-view-logo {
      height: 110px !important;
    }
  }
