@font-face {
    font-family: 'Segoe UI';
    src: url("../fonts/segoe-ui/Segoe-UI.eot");
    src: url("../fonts/segoe-ui/Segoe-UI.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe-ui/Segoe-UI.woff") format("woff"), url("../fonts/segoe-ui/Segoe-UI.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI';
    src: url("../fonts/segoe-ui/Segoe-UI-Bold.eot");
    src: url("../fonts/segoe-ui/Segoe-UI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe-ui/Segoe-UI-Bold.woff") format("woff"), url("../fonts/segoe-ui/Segoe-UI-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Aller';
    src: url("../fonts/aller/aller.regular.eot");
    src: url("../fonts/aller/aller.regular.eot?#iefix") format("embedded-opentype"), url("../fonts/aller/aller.regular.woff") format("woff"), url("../fonts/aller/aller.regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Aller';
    src: url("../fonts/aller/aller.bold.eot");
    src: url("../fonts/aller/aller.bold.eot?#iefix") format("embedded-opentype"), url("../fonts/aller/aller.bold.woff") format("woff"), url("../fonts/aller/aller.bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
/**
INTERVENTION DOCUMENT ITEM
 */
.intervention-document-item {
    text-align: center;
}
.intervention-document-item .intervention-document-icone i {
    font-size: 5rem;
    margin: 2rem;
}
.intervention-document-item .intervention-document-nom {
    font-size: 1.5rem;
}
/**
DASHBOARD
 */
.dashboard-module {
    width: 100%;
    padding: 2em;
}
.dashboard-module i {
    display: block;
    font-size: 5em;
}
/**
SIDEBAR
 */
/* Hide scrollbar for Chrome, Safari and Opera */
.sidebar::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.sidebar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
/**
CURSOR
 */
.pointer {
    cursor: pointer;
}
.copy-title {
    cursor: copy;
}
/**
SMALL BOXES
 */
.small-box.bg-primary h3, .small-box.bg-primary p {
    color: #ffffff;
}
.small-box > .small-box-footer, .small-box > .small-box-footer:hover {
    background-color: #f60000;
}
.modal-header {
    background-color: #f60000;
    color: #FFFFFF;
    text-transform: uppercase;
}
/**
ICONES
 */
i.disabled {
    color: #9fa4aa;
    cursor: not-allowed;
}
/**
CALENDRIER
 */
.fc-event-main {
    padding: 10px;
    font-size: 0.75rem;
}
/**
TABLE
 */
.cell-icon {
    text-align: center;
    vertical-align: middle !important;
}
.cell-number {
    text-align: right;
}
.cell-icon a {
    color: inherit;
}
.cell-img {
    text-align: center;
}
.cell-img img {
    max-width: 30px;
}
.cell-small {
    width: 150px;
}
.dropdown-row-btn {
    color: #f60000;
}
.dropdown-row.parent-row {
    font-weight: 600;
}
.cell-number {
    text-align: right;
}
.table-sm td {
    vertical-align: middle;
}
/**
TAGS INPUT
 */
.bootstrap-tagsinput {
    width: 100%;
    height: calc(2.25rem + 2px);
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: inherit;
    background-color: #EEE;
    padding: 3px 5px;
    line-height: 1.8;
}
/**
CUSTOM FILE BOOTSTRAP
 */
.custom-file {
    overflow: hidden;
}
/*
FICHIER
 */
.fichier-container {
    width: 150px;
    height: 125px;
    border: 1px solid #BFBFBF;
    text-align: center;
    display: block;
    border-radius: 0.5rem;
}
.fichier-icone {
    font-size: 2.8rem;
    display: block;
    margin-top: 20px;
}
.fichier-nom {font-size: 1rem;
    display: block;
    position: absolute;
    text-align: center;
    bottom: 0;
    border-top: 1px solid #BFBFBF;
    color: #333;
    width: 150px;
    z-index: 0;
    padding: 5px 0;
}
/*
FORM - IMAGE CUSTOM INPUT
 */
.fichier-preview-container {
    height: 76.5px;
    border: 1px solid #CCC;
    margin-left: 5px;
    border-radius: 10px;
}
.fichier-preview-image {
    height: 76.5px;
}
.fichier-preview-icone {
    height: 76.5px;
    width: 76.5px;
    text-align: center;
    font-size: 2em;
    padding-top: 0.6em;
}
.fichier-delete-btn {
    height: 25px;
    border-bottom-left-radius: 5px;
    position: absolute;
    right: 0;
    width: 30px;
    font-size: 0.8em;
    background-color: rgba(255, 2555, 255, 0.8);
    padding: 0;
    text-align: center;
    color: #333;
    cursor: pointer;
}
.fichier-delete-btn.is-delete {
    color: red;
}
/**
CARD
 */
.card-header {
    background: #f60000;
    color: #ffffff;
}
.card-title {
    font-size: 1.4em;
    font-weight: 500;
    text-transform: uppercase;
}
.btn-tool {
     color: #ffffff;
}
.btn-tool:hover {
     color: #ffffff;
}
/**
FICHE
 */
.fiche-nom {
    font-weight: 700;
    margin: 5px 0 10px;
}
.fiche-row {
    margin-bottom: 5px;
    display: flex;
}
.fiche-row-titre {
    font-weight: 700;
}
.fiche-row-titre a {
    color: #ffffff;
}
.fiche-row-label {
    font-weight: 500;
    padding-right: 5px;
}
.fiche-row-label::after {
    content: ' :';
}
.fiche-row-value {
    font-weight: 600;
}
.fiche-row-icon {
    display: flex;
    margin-bottom: 1rem;
}
.fiche-row-icon i {
    font-size: 2em;
}
a.fiche-row-icon {
    color: inherit;
}
.fiche-row-icon .fiche-row-value {
    line-height: 1.8em;
    padding-left: 10px;
    margin-top: auto;
}
.fiche-row-group-container {
    margin: 20px 0;
}
.fiche-row-group-container .fiche-row {
    border-bottom: 1px solid lightgray;
}
.fiche-row-group-container .fiche-row-label {
    width: 150px;
}
.fiche-row.fiche-row-text {
    display: block;
    padding-bottom: 0.75rem;
}
.fiche-row.fiche-row-text .fiche-row-value {
    text-align: justify;
}
.card-fiche .card-body {
    padding: 0.25em 1.5em;
}
/**
BOX GRAY
 */
.box-gray {
    background-color: #f2f4f5;
    padding: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}
.box-gray-header {
    width: 100%;
    display: inline-block;
}
.box-gray-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase;
    float: left;
}
.box-gray-tools {
    float: right;
    display: flex;
}
.box-gray-tool {
    margin-right: 0.5rem;
}
.box-gray-tools i {
    font-size: 1.5rem;
}
.box-gray-statut {
    padding: 0.25rem 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
/**
BOX WHITE
 */
.box-white {
    background-color: #FFFFFF;
    padding: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}
.box-white-header {
    width: 100%;
    display: inline-block;
}
.box-white-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
    float: left;
}
.box-white-tools {
    float: right;
}
.box-white-tools a {
    color: inherit;
}
.box-white-tools i {
    margin-left: 0.5rem;
    font-size: 1.25rem;
}
/**
FICHE COMMANDE
 */
.action-commerciale-container {
    border: 1px solid lightgray;
}
.action-commerciale-header {
    display: flex;
    padding: 20px;
    background: #edebeb;
}
.action-commerciale-titre {
    width: 100%;
    font-weight: 600;
    font-size: 20px;
 }
.action-commerciale-tools .btn-tool {
    color: #3F4347;
}
.action-commerciale-container h3 {
    font-size: 1.2em;
    font-weight: bold;
}
.action-commerciale-container .entity-row {
    align-items: stretch;
}
.demande-deblocage-titre {
    padding-left: 4em;
}
.action-commerciale-tools {
    width: 60px;
}
.row-gestion {
    min-height: 150px;
    display: flex;
    overflow: hidden;
    border-top: 1px solid lightgray;
}
.row-gestion-cell-1,
.row-gestion-cell-2,
.row-gestion-cell-3,
.row-gestion-cell-4 {
    width: 22%;
}
.row-gestion-cell-5 {
    width: 12%;
}
.row-gestion-cell {
    display:flex;
    padding: 20px;
    line-height: 2em;
}
.row-gestion-cell-title {
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    font-weight: 600;
}
.gestion-btn-add {
    color: inherit;
    display: block;
    font-size: 2rem;
    margin-top: 0.5em;
}
.row-gestion-cell-info {
    width: 75%;
}
.row-gestion-cell-links {
    width: 25%;
}
.row-gestion-icon {
    font-size: 1.5em;
    color: #707070;
    margin-bottom: 0.75em;
}
.row-gestion-cell-icons {
    width: 100%;
    text-align: center;
}

/*--------------------------------------------------------------------------------------
FORM
--------------------------------------------------------------------------------------*/
/**
FORM -LABEL
 */
form label {
    font-weight: 600;
}
form label.required::after {
    content: '*';
}
/**
FORM - BTN
 */
.btn-form {
    width: 100%;
}
/**
FORM - FIELDSET
 */
fieldset {
    border: 1px solid #BFBFBF;
    padding: 10px 20px;
    margin: 20px 0;
}
legend {
    width: auto;
    padding: 0 15px;
}
legend.col-form-label {
    padding-top: inherit;
    padding-bottom: inherit;
    margin-bottom: inherit;
    font-size: inherit;
    line-height: inherit;
}
/**
FORM - FICHIER CUSTOM INPUT
 */
.collection-fichier-item {
    border: 1px solid #BFBFBF;
    padding: 15px;
    border-radius: 5px;
    margin: 15px 0;
}
.fichier-custom-input-flex {
    display: flex;
    flex-wrap: wrap;
}
.fichier-custom-input-widget-container {
    flex: 1;
}
.fichier-custom-input-preview-fichier {
    width: 70px;
    height: 70px;
    margin-left: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.5em;
    overflow: hidden;
    text-align: center;
}
.fichier-custom-input-preview-fichier .icon-input {
    font-size: 2em;
    padding: 0.5em;
}
.fichier-custom-input-preview-fichier img {
    width: 70px;
    height: 70px;
}
.fichier-custom-input-delete {
    position: absolute;
    padding: 8px;
    text-align: center;
    /*border-right: 1px solid #ced4da;*/
    /*border-bottom: 1px solid #ced4da;*/
    font-size: 0.75em;
    background-color: #e9ecef;
    border-bottom-right-radius: 0.2rem;
    cursor: pointer;
}
/**
FORM - COLLECTION
 */
.collection-item {
    display: flex;
}
.collection-item-remove {
    width: 30px;
}
.collection-item-content {
    width: 100%;
}
/**
FORM - IMAGE CUSTOM INPUT
 */
.image-custom-input-flex {
    display: flex;
    flex-wrap: wrap;
}
.image-custom-input-widget-container {
    flex: 1;
}
.image-custom-input-preview-image {
    width: 70px;
    height: 70px;
    margin-left: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.5em;
    overflow: hidden;
}
.image-custom-input-preview-image img {
    width: 70px;
    height: 70px;
}
.image-custom-input-delete {
    position: absolute;
    padding: 8px;
    text-align: center;
    font-size: 0.75em;
    background-color: #e9ecef;
    border-bottom-right-radius: 0.2rem;
    cursor: pointer;
}
/**
FORM - SELECT2
 */
.modal .select2 {
    width: 100% !important;
}
.select2-container {
    min-width: 100%;
}
/**
GRID
 */
.grid-row {
    background: #fff;
    margin: 10px 0;
    padding: 15px;
}
.grid-header, .grid-data-row, .grid-footer {
    display: flex;
}
.grid-header {
    margin-bottom: 20px;
}
.grid-header-title {
    font-size: 1.2em;
    font-weight: 700;
    width: 100%;
    color: #000000;
}
.grid-data-row {
    margin-bottom: 10px;
}
.grid-data-title {
    font-weight: 500;
    width: 50%;
    color: #000000;
}
.grid-data-title:after {
    content: ' :';
}
.grid-footer {
    margin-top: 20px;
}
.grid-footer-text {
    width: 100%;
    padding: 5px;
    text-align: center;
}
.grid-footer-icon {
    border-left: 1px solid #aaaaaa;
    padding: 5px 20px;
    font-size: 1.2em;
    text-align: center;
}
.grid-footer-icon a {
    color: inherit;
}
/**
FORM FILTRES
 */
.btn-filter-container {
    margin-top: 2em;
    display: flex;
    flex-direction: row-reverse;
}
.btn-filter {
    width: 100%;
    margin: 0 3px;
}
.btn-filter-container .btn-filter:first-child {
    margin-right: 0;
}
.btn-filter-container .btn-filter:last-child {
    margin-left: 0;
}
/**
Bouton submit
 */
.btn-submit {
    background: #960404;
    outline: none;
    color: #fff;
    transition: 0.25s ease-in-out;
}
/**
ARTICLE - FUSION
 */
.article-fusion-preview {
    border: 1px solid #dadada;
    padding: 20px 25px;
    height: 500px;
    overflow-y: scroll;
}
/**
NAV BLOCK
 */
.nav.nav-block .nav-link {
    margin-right: 10px;
    background-color: #e9ecef;
    margin-bottom: 10px;
    color: inherit;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 15px 30px;
}
.nav.nav-block .nav-link.active {
    background-color: #f60000;
    color: #ffffff;
}
.nav.nav-block .nav-link.disabled {
    color: #999999;
}
.nav.nav-block .nav-link.disabled:hover {
    cursor: not-allowed !important;
}
#navbar-block-sub .nav-link {
    font-size: 0.9em;
    background: none;
    border: 1px solid #e9ecef;
    padding: 10px 20px;
}
#navbar-block-sub .nav-link.active {
    color: #343a40;
    border-color: #707070;
}
.navbar-titre {
    color: #FFF;
    font-weight: bold;
    font-size: 1.75rem;
}
/**
NAV TABS BOOTSTRAP
 */
.nav.nav-tabs {
    margin-bottom: 20px;
    border-bottom: none;
}
.nav.nav-tabs li {

}
.nav.nav-tabs a {
    border: 1px solid #666;
    color: #333;
    padding: 10px 20px;
    margin-right: 5px;
    background-color: #CCCCCC;
    font-weight: bold;
    text-transform: uppercase;
}
.nav.nav-tabs li.active a {
    background-color: #DDDDDD;
}
/**
NAV TAB
 */
.nav-link-secondary {
    color: gray;
}
/**
CUSTOM CHECKBOX - SWITCH
 */
/* Customize the label (the container) */
.custom-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 2rem;
}
/* Hide the browser's default checkbox */
.custom-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
/* When the checkbox is checked, add a blue background */
.custom-checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.custom-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.custom-checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/**
CUSTOM CHECKBOX - SWITCH
 */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #2196F3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
/**
LOADER SPINNER
 */
#content-loader {
    text-align: center;
    padding-top: 60px;
}
.lds-spinner {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #333333;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/**
JMG
 */
body {
    color: #707070;
}
.content-wrapper {
    background-color: #f5f6fa;
}

.navbar-light {
    background-color: #FFFFFF;
}
[class*="sidebar-dark-"] {
    background-color: #f60000;
}
[class*="sidebar-dark"] .brand-link {
    border-bottom: none;
}
[class*="sidebar-dark-"] .sidebar a {
    color: #f60000;
}
[class*="sidebar-dark"] .user-panel {
    border-bottom: none;
}
[class*="sidebar-dark-"] .nav-header {
    color: #FFFFFF;
}
.main-sidebar .brand-link {
    width: 100%;
    height: 150px;
    padding: 0;
    margin: 0;
    display: flex;
}
.main-sidebar .brand-link .brand-image {
    width: 150px;
    height: 150px;
    max-height: none;
    transition: all 0.3s ease;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    float: none;
}
.sidebar-collapse .main-sidebar .brand-link {
    width: 73px;
    height: 73px;
}
.sidebar-collapse .main-sidebar .brand-link .brand-image {
    width: 73px;
    height: 73px;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: inherit;
    color: #ffffff;
    box-shadow: none;
}
.sidebar .user-panel a {
    color: #ffffff;
}
.nav-header {
    text-transform: uppercase;
}
.content-header h1 {
    font-weight: 600;
    font-size: 1.375rem;
    text-transform: uppercase;
    color: #2e4765;
}
.form-filter {
    background: #f60000;
    padding: 20px 20px 10px;
    color: #FFFFFF;
}
.form-filter .select2-selection {
    color: #495057;
}
.nb-result {
    text-transform: uppercase;
    font-size: 1.4em;
}
.nb-result-label {
    font-weight: 300 !important;
}
.nb-result-label::after {
    content: ' :';
}
.nb-result-value {
    color: #f60000;
    font-weight: bold;
}
/**
TABLE
 */
.table {
    border-collapse: collapse;
}
.listing-view-table .liste-row.child-row {
    background: none;
}
.listing-view-table .liste-row.parent-row {
    font-weight: 600;
}
.table tbody {
    background-color: #ffffff;
}
.table tr td:not(:last-child) {
    border-right: 1px solid #dee2e6;
}
.layout-fixed .wrapper .sidebar {
    height: calc(100vh - (9.5rem + 1px));
}
/**
MAIN SIDEBAR
 */
.main-sidebar .nav-item-primary {
    margin-bottom: 5px;
    border-radius: 5px;
}
.main-sidebar .nav-link {
    color: #FFFFFF !important;
}
.main-sidebar .nav-link-primary {
    text-transform: uppercase;
    font-weight: bold;
}
/**
LOGIN
 */
.login-container {
    background-image: url('../img/login-bg.jpg');
    background-position: center;
    background-size: cover;
}
.login-box {
    margin: auto;
    height: 100%;
}
.login-logo-container, .login-card {
    background: rgba(0, 0, 0, 0.5);
}
.login-card-body {
    background: none;
    color: #FFFFFF;
}
.login-logo, .login-card {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
/**
MAIN HEADER
 */
.main-header {
    height: 100px;
    background-color: #000000;
    padding-bottom: 0;
}
.navbar-module .nav-item a {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 20px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #afafaf;
    color: #8d8a8a;
}
.navbar-module .nav-item.active a {
    background: #FFFFFF;
    color: #f60000;
}
/**
CONTENT
 */
body {
    font-size: 0.8em;
    font-family: "Aller", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
    color: #2e4765;
}
.form-control {
    font-size: 0.8rem;
}
a {
    color: #f60000;
}
.btn-custom {
    color: #f60000;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    box-shadow: none;
}
.btn-filter {
    height: calc(2.25rem + 2px);
}
.header-right-links a {
    color: #999999;
}
.header-right-links li.active a {
    color: #f60000;
}
.header-right-links li.default a {
    color: #2e4765;
}
/**
PAGINATION
 */
.page-link {
    color: inherit;
    border-radius: 5px;
    margin: 0 2px;
}
.page-link:hover {
    color: #fff;
    border-color: #f60000;
    background-color: #f60000;
 }
.page-item.active .page-link {
    color: #fff;
    border-color: #f60000;
    background-color: #f60000;
}
/**
IMPORT
 */
.file-import-preview {
    overflow-y: scroll;
    max-height: 250px;
    font-size: 0.85em;
}