@font-face {
    font-family: "FuturaLTPro-Book";
    src: url("../fonts/FuturaLTPro-Book.otf")format("opentype");
}

body {
    font-family: "FuturaLTPro-Book", sans-serif !important;
}

.brand-link{
    color: white !important;
}

.curaprox-logo {
    width: 220px;
}

.login-box .curaprox-logo {
    width: 320px;
    height: auto;
}

.curaprox-logo-text {
    font-size: 12px;
    margin-left: 5px;
}

.toasts-top-right {
    left: 50%;
    position: fixed;
    width: 350px;
    transform: translate(-50%, 0px);
    z-index: 9999;
}
.toast {
    width: 350px;
}
.deleted-item {
    text-decoration: line-through;
    color: red;
}

button:disabled, a.disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

.color-silver {
    color: silver !important;
}

.background-white {
    background-color: white !important;
}

.filters th {
    min-width: 100px;
}

.filters .selection {
    font-weight: normal;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: #939EA7 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    text-overflow: ellipsis;
    margin-right: 1.4em;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    border-color: silver transparent transparent transparent;
}

.select2-container .select2-selection--single .select2-selection__clear {
    margin-right: -1.3em;
}

.navbar-curaprox, .bg-info, .btn-primary, .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #003DA5 !important;
}

.page-item.active .page-link {
    background-color: #003DA5 !important;
    border-color: #003DA5 !important;
    color: white !important;
}

.content a {
    color: #003DA5;
}

.btn-primary {
    border-color: #003DA5 !important;
    color: white !important;
}

.btn, .btn a, a.btn {
    color: white;
}

button.btn.btn-default {
    color: #212529 !important;
}

.sidebar-curaprox, .bg-secondary {
    background-color: #706F6F !important;
}

.vertical-align-middle{
    vertical-align: middle !important;
}

.head-tabs {
    margin-bottom: 1em;
}
.columnWidthProfile{
    padding-right: 2px !important;
    padding-left: 2px !important;
    min-width: 75px !important;
}