.placeholder-wrap {
    /*margin: 20px;*/
    display: inline-block;
    position: relative;
    background: #FFF;
    padding: 0px
}

.placeholder-wrap .placeholder {
    position: absolute;
    top: 50%;
    left: 5px;
    color: #888;
    margin-top: -.5em;
    line-height: 1em;
    z-index: 9;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background-color: transparent;
}

.placeholder-wrap input {
    background-color: transparent;
    border: 1px #999 solid;
  /*  padding: 4px 6px;*/
    position: relative;
    z-index: 10;
}

.placeholder-wrap input:focus + .placeholder {
    display: none;
}

.important {
    color: red;
}

.selectedRow {
    background-color: #ddd;
    font-weight:bold;
}

.btn-outline-dark:hover {
    color: #212529 !important;
    text-decoration: none;
    background-color: transparent !important;
}
.btn-outline-dark:focus, .btn-outline-dark:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Text alignment for body */
body {
    text-align: center;
}
