#headerLogo {
    display: inline-block;
    width: 200px;
    height: 60px;
}

#csvLogo {
    /*display: inline-block;*/
    width: 50px;
    height: 50px;
}
/* .btn { 
    border: 0;
}
.btn-success {
    color: #fff;
    background-color: #3e8f3e;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 3px;
}

.btn-success:hover {
    color: #fff;
    background-color: #388038;
}

.btn-success:visited {
    color: #fff;
} */
pre.custom-pre {
    background-color: #BFBCBC; 
    border: 1px solid #A7A4A4; 
    border-radius: 3px; 
    width: 300px; 
    margin: 0 auto; 
    padding:10px;
}

pre#accessToken {
    display: block;
    padding: 9.5px;
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.text-center {
    text-align: center;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

h1 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    color: #1d2327;
    font-size: 2em;
    margin: .3em 0;
    display: block;
    font-weight: 600;
}
h6 {
    text-transform: capitalize !important;
}
.result-message {
    font-size: 12px;
    padding: 10px;
    background: #9FFED1;
    border-radius: 3px;
}
.col-half {
    width: 50%;
}
/* SEARCH FILTER DROPDOWN */
.dropbtn {
    /* background-color: #3e8f3e;
    color: white;
    font-size: 16px;
    padding: 14px 20px 12px 20px;
    border: none;
    cursor: pointer; */
    min-width: 235px;
  }
  
  /* .dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
  } */
  
  #inputCustomer {
    box-sizing: border-box;
    /* background-image: url('searchicon.png'); */
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 20px;
    border: none;
    border-bottom: 1px solid #ddd;
  }
  
  #inputCustomer:focus {outline: 3px solid #ddd;}
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    font-size: 12px;
    padding: 10px 14px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}

  .modal-backdrop {
    z-index: 1 !important;
}