.btn-primary {
    color: #ffffff !important;
    background-color: #14133b !important;
    border-color: #14133b !important;
}

.btn-primary:hover {
    background-color: #cea941 !important;
    border-color: #cea941 !important;
}

.btn-secondary {
    color: #ffffff !important;
    background-color: #cea941 !important;
    border-color: #cea941 !important;
}
.btn-secondary:hover {
    background-color: #14133b !important;
    border-color: #14133b !important;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #041e41 !important;
}

.table .thead-dark th {
    color: white;
    background-color: #041e41;
    border-color: #32383e !important;
}
.font-size{
    font-size:12px;
}

.center {
    text-align: center;
}
.center-th {
    width: 1px;
}

.datepicker-container{
    z-index: 9999!important;
}
.table-inside-row
{
    border: 0px solid!important;
    width: 100%;
}
.td-eighty
{
    width:80%;
}
.td-twenty
{
    width:20%;
}