/* custom commissions report generator css */

body {
    background: #ffffff;
    padding-top:20px;
}
.padded-30-15 {
    padding: 30px 15px;
}

/* file upload button */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.padded-border {
    border: 1px solid #f5f5f5;
    padding: 12px 6px;
}

/*
ul.nav li :not(.active) :hover {
    color: white;
    background: #337ab7;
}
*/

.navbar .navbar-header .navbar-brand > img {
    margin-top: -10px;
    margin-left: -10px;
    height: 40px;
    width: auto;
}

.profile-image-circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("/images/photo-not-avail.jpg");
    background-size: cover;
    border-radius: 50%;
}

#auth-header-profile-menu .profile-image-circle {
    margin-top: -15px;
    position: relative;
    top: 10px;
}