
.table-primary {
    background: #1e3d73;
    color: #ffffff;
    border: none;
    border-color: #1e3d73 !important;
}

.table-hover .table-primary:hover {
    background-color: #1e3d73 !important;
}
.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #fff !important;
}

.btn-primary {
    background: #1e3d73 !important;
    border-color: #1e3d73 !important;
}

.text-primary {
    color: #1e3d73 !important;
}

.bg-primary, .badge-primary {
    color:#ffffff;
    background: #1e3d73 !important;
}

.select2-container .select2-selection--single {
    height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 50px !important;
}


.btn-sm {
    padding: 9px !important;
    min-width: 85px !important;
}

.form-control {
    line-height: 2.5 !important;
}

.is-invalid {
    border: 2px solid red !important;
}

.dt-input {
    margin-right: 10px !important;
}

.bg-warning {
    background-color: #bc913e !important;
    color: #ffffff !important;
}

.btn-success {
    color: #fff !important;
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
}

.bg-success {
    background-color: #218838 !important;
}

.swal2-confirm {

    background-color: #1e3d73 !important;
}


.call-to-action:hover {
    background: #96afda !important;
}
