a {
    color: #17498d;
    outline: none;
}

a:hover {
    color: #17498d;
}

h1 {
    margin-bottom: 16px;
    font-size: 30px;
}

.alert {
    border-radius: 0;
}

.alert-danger a {
    color: #721c24;
    text-decoration: underline;
}

.form-control {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.btn {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.btn-primary {
    color: #fff !important;
    border-color: #17498d !important;
    background-color: #17498d !important;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    border-color: #003865 !important;
    background-color: #003865 !important;
}

.datagrid .table th {
    white-space: nowrap;
}

.datagrid .table th,
.datagrid .table td {
    padding: 10px;
    font-size: 14px;
    vertical-align: middle;
}

.datagrid .table .col-action {
    width: 1%;
    white-space: nowrap;
}

.datagrid .row-grid-bottom {
    font-size: 0 !important;
}

.datagrid .row-grid-bottom .col-items {
    font-size: 14px;
    display: inline-block;
    width: 25%;
}

.datagrid .row-grid-bottom .col-pagination {
    font-size: 14px;
    display: inline-block;
    width: 50%;
}

.datagrid .row-grid-bottom .col-per-page {
    font-size: 14px;
    display: inline-block;
    width: 25%;
}

.datagrid .row-grid-bottom .col-per-page .form-control {
    width: auto;
    display: inline-block;
}

.datagrid .row-grid-bottom .datagrid-per-page-submit {
    display: none !important;
}

.datagrid .row-grid-bottom {
    background-color: #f9f9f9;
}

.datagrid .hidden {
    display: none !important;
}

.datagrid .rating-box .rating-active {
    border: 3px solid #212529 !important;
}

.datagrid .rating-box .btn-warning {
    color: #fff !important;
}

.datagrid .rating-box .btn-success.rating-inactive {
    color: #fff;
    border-color: #6fc182;
    background-color: #6fc182;
}

.datagrid .rating-box .btn-warning.rating-inactive {
    color: #fff;
    border-color: #fad259;
    background-color: #fad259;
}

.datagrid .rating-box .btn-danger.rating-inactive  {
    color: #fff;
    border-color: #ef9191;
    background-color: #ef9191;
}

.datagrid .rating-box .btn-dark.rating-inactive {
    color: #fff;
    border-color: #7c7f83;
    background-color: #7c7f83;
}

.datagrid tr.success-bg {
    background-color: #b4e6bf !important;
}

.datagrid td.col-custom_action {
    white-space: nowrap;
}

.breadcrumb {
    padding: 10px;
    border-radius: 0;
    font-size: 14px;
    background-color: #f5f5f5;
}

#header .navbar {
    background-color: #17498d !important;
}

#header .navbar .navbar-brand {
    font-weight: bold;
    color: #fff;
}

#header .navbar .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #fff;
}

#header .navbar-toggler {
    color: #fff;
    border-color: #fff;
    border-radius: 0;
}

@media (max-width: 991.98px) {
    #header .navbar .nav-link {
        padding-left: 0;
    }
}

.card {
    border-radius: 0;
}

.card-header {
   cursor: pointer;
}

.card-header:first-child {
    border-radius: 0;
}

.select2-container--default .select2-selection--single {
    height: 38px;
    border-radius: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 5px;
    padding-bottom: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-container--default .select2-search--dropdown .select2-search__field
{
    outline: none;
}

.table-small * {
    font-size: 14px;
}

.table-small .badge {
    font-size: 12px;
}

.table-small th, .table-small td {
    vertical-align: middle;
    padding: 10px;
}

#frm-addCorrectivePaperForm .select2-container {
    width: 100% !important;
}

.secure-file {
    margin: 15px 0;
    max-width: 1200px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
}

.secure-file img {
    width: 100%;
}

.secure-file .page-title,
.secure-file .page-number {
    padding: 12px 24px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #178d78;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(255,255,255,0.7);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #003865 solid;
    border-top: 4px #fff solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}