.form-signin .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.body-class {
    height: 100%;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="username"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.alert-fixed {
    position:fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index:9999;
    border-radius:0px
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 100%;
}

.no-underline {
    text-decoration: none;
}

.card-homepage {
    max-width: 18rem;
    cursor: pointer;
}

/*forzare placeholder nel data picker*/
.date-with-label:before {
    color: #999;
    content: attr(placeholder) !important;
    margin-right: 0.5em;
}
.date-with-label {
    text-align: right;
}

.bg-lightgrey {
    background-color: #f9f9f9;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    background-color: #efefef;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: auto;
    text-align: center;
}

.no-left {
    left: unset !important;
}

.span-days-config {
    margin-left: inherit;
    margin-top: 8px;
}

.primary-color-ops {
    color: #0A1451;
}

.secondary-color-ops {
    color: #A1B8CC;
}

.error-message {
    color: red;
    margin-left: 3px;
}

.size-mid {
    font-size: 22px;
}

.size-small {
    font-size: 14px;
}

.title-section {
    font-size: 20px;
    font-weight: bolder;
    color: #787878;
}

.override-primary-ops.title-section {
    color: #0A1451;
}

.title-section-small {
    font-size: 16px;
    font-weight: bolder;
    color: #787878;
}

.title-section-small-updateiuv {
    font-size: 16px;
    font-weight: bolder;
    color: #232323;
}

.title-user-name {
    font-size: 20px;
    color: #787878;
}

.loading-spinner {
    position: fixed;
    z-index: 999;
    height: 3rem;
    width: 3rem;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading-div {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.11); !* Black background with opacity *!*/
    z-index: 1056; /* Specify a stack order in case you're using a different order for other elements */
    /*cursor: pointer; !* Add a pointer on hover *!*/
}

.line-vertical {
    border-left: 3px solid #a9a9a9;
    height: 50px;
    margin-top: 27px;
    margin-left: 27px;
}

.line-horizontal {
    border-top: 4px solid #a9a9a9;
    border-radius: 5px;
    width: auto;
    margin-top: 27px;
    margin-bottom: 27px;
    margin-left:5%;
    margin-right:5%;
}

.centerRow{
    margin-left: 25%;
    margin-right: 25%
}

.myButtonAction{
    float: right;
    margin-top: 13px;
}

.hr-rounded {
    border-top: 4px solid #bbb;
    border-radius: 5px;
    width: 20%;
}

.myTabConfig .nav-item .nav-link {
    background-color: #8badff;
    color: #FFF;
    font-size: 140%;
}

.myTabConfig .nav-item .nav-link.active {
    background-color: #FFF;
    color: #0d6efd;
}

.text-align-webkit-center {
    text-align: -webkit-center;
}

.align-self-center {
    align-self: center;
}

.bg-light-blue {
    background-color: #d4ebff;
}

.font-size-20 {
    font-size: 20px;
}

.italic-small {
    font-size: 15px;
    font-style: italic;
    color: #787878;
}

#ContentPreiscritto{
    height: 200px;
}

#rectangle {
    width: 95%;
    height: 95%;
    overflow: visible;
    background: white;
    border-color: green;
    border-width: 2px;
    border-style: solid;
    border-radius: 100px;
}