.grey-label {
    color: gray;
    font-weight: normal !important;
}

.btn-orange {
    background-color: rgb(252, 126, 20) !important;
    border-color: rgb(255 126 20) !important;
}

.btn-blue {
    background-color: #1E48A9 !important;
    border-color: #1E48A9 !important;
}

.btn-green {
    background-color: #10CA10 !important;
    border-color: #10CA10 !important;
}
/*
 * blue : #1E48A9
 * green : #10CA10
 */
.btn-outline-orange {
    color: rgb(252, 126, 20) !important;
    border-color: rgb(255 126 20) !important;
}

.btn-outline-blue {
    color: #1E48A9 !important;
    border-color: #1E48A9 !important;
}

.btn-outline-orange:hover {
    color: #ffffff !important;
    background-color: rgb(252, 126, 20) !important;
    border-color: rgb(252, 126, 20) !important;
}

.btn-outline-blue:hover {
    color: #ffffff !important;
    background-color: #1E48A9 !important;
    border-color: #1E48A9 !important;
}

.card-orange:not(.card-outline) > .card-header {
    background-color: rgb(252, 126, 20) !important;
}

.text-orange {
    color: rgb(252, 126, 20) !important;
}

.text-blue {
    color: #1E48A9 !important;
}

.dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border-color: black;
    display: inline-block;
}

.fa option {

    font-weight: 900;
}

.footer_pdf{
    width: 100%;
    height:5%;

    position: absolute;
    bottom: 0;
    left : 0;
}

.border-orange{
    border-color: rgb(252, 126, 20);
}

canvas#signature-pad {
    background: #fff;
    cursor: crosshair;
}

.inputDnD .form-control-file {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 6em;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    background-color: #c61c23;
    box-shadow: 0 0 5px solid currentColor;
}
.inputDnD .form-control-file:before {
    content: attr(data-title);
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 100%;
    min-height: 6em;
    line-height: 2em;
    padding-top: 1.5em;
    opacity: 1;
    visibility: visible;
    text-align: center;
    border: 0.25em dashed currentColor;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}
.inputDnD .form-control-file:hover:before {
    border-style: solid;
    box-shadow: inset 0px 0px 0px 0.25em currentColor;
}

.h-33{height:33%;!important}

#myULoperations {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#myULadmins {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#myUL li {
    text-decoration: none; /* Remove default text underline */
    font-size: 18px; /* Increase the font-size */
    color: black; /* Add a black text color */
    display: block; /* Make it into a block element to fill the whole list */
}
