﻿.clientPayDiv {
    background-color: whitesmoke;

    /*aligns the content in the center of the div*/      
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.shadows {      
    border-right: 1px solid #000000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 5px;
    box-shadow:  -2px 0 1px 1px #000000;
}

.line-seperator {
    border-bottom: 2px solid #808080;
}

.btnHover:hover {
    background-color: #000000;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.overlay {
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    position: fixed;
    background: #4b4b4b;
    opacity: 0.75;
}