html {
    /*    font-size: 14px;*/
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

main {
    /*    font-size: 14px;*/
}



footer {
    background-color: #2e353d;
    height: 40px;
    line-height: 40px !important;
}


/*--------------*/

.eloBlue {
    color: #33A5F2;
}

.eloGreen {
    color: #58b074;
}

.jumboText {
    font-size: 3.8em;
    font-weight: 600;
    margin-bottom: 0px;
}

.smallH1Icon {
    font-size: 0.6em;
    margin-top: 14px
}

.jumboTron {
    background-color: #E0E3EA;
    border-radius: .5rem !important;
    margin-bottom: 30px;
}

.card-header {
    background-color: #EEF1F7;
    border-bottom: 0;
}

ul {
    margin-bottom: 0;
}

.smallBtn {
    padding: .0rem .5rem;
    width: 140px;
    font-size: 12px;
}

.smallBtnRejected {
    padding: .0rem .5rem;
    width: 80px;
    font-size: 12px;
}

.smallBtnRejectedEdit {
    padding: .0rem .5rem;
    margin-left: 8px;
    width: 50px;
    font-size: 12px;
}

.btn-primary {
    color: #fff;
    background-color: #33A5F2;
    border-color: #33A5F2;
}

.btn-danger {
    background-color: #F0606C;
}

.btn-success {
    color: #fff;
    background-color: #58b074;
    border-color: #58b074;
}

input[type=checkbox] {
    transform: scale(1.5);
    /*accent-color: #33A5F2;*/
    /*accent-color: #fff;*/
}

.form-check-input:checked {
    background-color: #33A5F2;
    border-color: #33A5F2;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #aaa;
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #000;
    background-color: #FBC45F;
    border-color: #FBC45F;
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #55B172;
    border-color: #55B172;
}


fieldset, legend {
    all: revert;
}

fieldset {
    border: 1px solid #ced4da;
    border-radius: .2rem;
}

.form-check-inline-clear {
    margin-right: 0rem !important;
}

legend {
    font-weight: 600;
}

/*------Statii--------*/

.statusRequested {
    background-color: #0d6efd;
}

.statusVendorInfo {
    background-color: #fd7e14;
}

.statusPending {
    background-color: #0dcaf0;
}

.statusInProgress {
    background-color: #ffc107;
}

.statusApproved {
    background-color: #20c997;
}

.statusCompleted {
    background-color: #198754;
}

.statusRejected {
    background-color: #dc3545;
}

/*------pagination--------*/

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #33A5F2;
    border-color: #33A5F2;
}


.page-link {
    position: relative;
    display: block;
    color: #33A5F2;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}