.row.center-flex {
    align-items: center;
    display: flex;
    justify-content: center;
}

.header-right {
    display: flex;
    justify-content: flex-end;
    max-width: 25%;
    min-width: 90px;
    width: 100%;
    right: 15px;
}

.header-center {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-left {
    max-width: 25%;
    width: 100%;
    padding: 0;
    padding-left: 15px;
}

.navbar-nav .open .dropdown-menu {
    position: absolute;
    width: auto;
    top: 100%;
    right: 0;
    left: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.acquittal-buttons{
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
    padding-bottom: 10px;
}

.acquittal-buttons>button{
    float:right; 
    margin-right:1.25%;
    margin-left: 1.25%;
}

.breadcrumb>li>a{
    padding-left: 0;
}

.remove-padding>li>a {
    padding: 0px 0px; 
}

/* Footer class padding overrides other additional classes, cannot make a custom class need to override the original class padding */
.footer.footer.d-print-none {
    padding-left: 0px;
    padding-right: 0px;
}

.remove-side-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.home-intro {
    min-height: 90vh;
    padding-top: 5%;
    justify-content: flex-start;
}

.site-title {
    height: 100%;
}

.sport-logo{
    max-height: 90px;
    min-height: 50px;
    max-width: 90px;
    min-width: 50px;
    width: 100%;
}

.modal-dialog{
    height: 90%;
    margin: 2.5% auto;
}

.modal-content{
    margin-top: 20px;
    height: 100%;
}


.modal-footer{
    position: absolute;
    width: 100%;
    padding: 15px;
    right: 0;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    bottom: 0;
    background-color: #fff;
}

.modal-body{
    height: 90%;
    padding-bottom: 5%;
}


.modal-form .modal-body iframe{
    height: 100%;
}

.investmentModal {
    max-width: 100vw;
}

.acquittals.modal-content{
    height: 50%;
}

.acquittals.modal-body{
    height: 80%;
}

div.control>span.status {
    padding-left: 0 !important;
}

ul.pagination>li.disabled>a {
    color: #666;
    border-color: #666;
}
.investmentModal>.contactModal-content>.actionButton{
    z-index: 1000;
    position: fixed;
    bottom: 5%;
    background: white;
    width: 75%;
    margin-bottom: 0;
    padding-bottom: 19px;
}

.modal#signature-confirm>.modal-dialog>.modal-content{
    height: 50%;
    margin-top: 30%;
    }

/* Css for elements smaller than 1200px, aligns with bootstrap css */
@media(min-width: 1200px) {
    .hide-below-1200 {
        display: none;
    }
}

/* Css for elements smaller than 992px, aligns with bootstrap css */
@media (max-width: 992px) {
.hide-below-992 {
    display: none;
    }
}

/* Css for elements smaller than 768px, aligns with bootstrap css */
@media (max-width: 768px) {
    .hide-below-768 {
        display: none;
    }

    .table-fluid td {
        word-break: normal;
    }

    .paymentHeader{
        font-size: 65%;
    }

    /* .contactModal-content {
        margin: 0;
        padding: 20px;
        width: 100%;
    } */

    table#paymentListTable.data-table>tbody{
    font-size: 95%;
    }

    .investmentModal>.contactModal-content>.actionButton{
    width: 75%;
    }

}

/* Css for elements smaller than 640px, this media class is not reflected in bootstrap css */
@media (max-width: 640px) {
    .hide-below-640 {
        display: none;
    }
    .investmentModal>.contactModal-content>.modal-body>table>tbody{
        font-size: 75%;
    }
    table#paymentListTable.data-table>tbody{
        font-size: 75%;
    }
}

/* Css for elements smaller than 640px, this media class is not reflected in bootstrap css */
@media (max-width: 515px) {
    .hide-below-515 {
        display: none;
    }
    .table>thead>tr>th{
        font-size: 65%;
    }

    table#paymentListTable.data-table>tbody{
        font-size: 65%;
    }
    #submitInvoice{
        margin-right: 15px;
    }

    .view-grid>table{
        font-size: 85%;
    }
/* 
    .iframe.html.body.table>tbody>tr>td{
        font-size: 65%;
    } */
    .remove-column-padding{
        padding: 0;
    }
    .breadcrumb{
        font-size: 75%;
    }
    
    .investmentModal>.contactModal-content>.actionButton{
        width: 85%;
    }

    .acquittal-buttons>button{
        font-size: 75%;
    }

}

/* Css for elements smaller than 450px, this media class is not reflected in bootstrap css */
@media (max-width: 450px) {
    .hide-below-450 {
        display: none;
    }
    .breadcrumb{
        font-size: 70%;
    }
    .view-grid>table{
        font-size: 80%;
    }

    .investmentModal>.contactModal-content>.modal-body>table>tbody{
        font-size: 55%;
    }
    table#paymentListTable.data-table>tbody{
        font-size: 55%;
    }
}