
body {
    min-height: 100vh;
    position: relative;
    margin: 0;

}
.strong {
    font-weight: bolder;
}
.cursor-pointer:hover{
    cursor: pointer;
}

.col-md-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.uppercase {
    text-transform: uppercase;
}

.red {
    color: red;
}

.gray {
    color: grey;
}

.green {
    color: green;
}

/* hack classi bootstrap */
@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-display: swap;
}
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-display: swap;
}
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-display: swap;
}
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-display: swap;
}
.bg-warning,.btn-warning {
    background-color: orange !important;
    border-color: orange !important;
    color: white !important;
    
}
.text-warning{
    color: orange !important;
}

.bg-info,.btn-info {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
    color: white !important;

}
.text-info{
    color: #17a2b8 !important;
}
.title_p {
    background-color: #17a2b8 !important;
    color: #ffffff !important;
    padding: 0 35px 0 35px;
    font-size: 1.75rem;
}

/********** NUmbers */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/*         *****/

.note-editor.note-airframe.fullscreen, .note-editor.note-frame.fullscreen{
    background-color: #FFFFFF!important;
    z-index: 999999;
}


/* Modal */ 
.modal-dialog {
                width: 90%!important;
                z-index: 10.000;
                max-width: 90%;
            }