
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 1000;
}
.sticky + .content {
    padding-top: 102px;
}

#page-login #new-account a,
#page-login #connect button,
#page-login input,
#page-forgotten-password input,
#page-forgotten-password a,
#page-login .alert{
    font-size: 12px;
}

#page-login form input[type=email],
#page-login form input[type=password],
#page-forgotten-password form input[type=email],
#page-forgotten-password form input[type=password],
#page-forgotten-password form input[type=text] {
    border: 1px solid #282946;
}
.orange {
    color: #282946;
}
#page-login, #page-forgotten-password {
    background-color: #2B2B2B;
    min-height: 100vh;
    padding-top: 5vh;
}

#page-login #forgotten-password {
    color: #8A8A8B;
    font-size: 11px;
}

#page-login #forgotten-password a,
#page-forgotten-password a
{
    color: #282946;
}

#page-login #connect button, #page-forgotten-password button, #page-forgotten-password input[type='submit'] {
    background-color: #FEEACD;
   /*color: white;*/
}

#page-login #new-account a {
    border: 1px solid #343434;
    color: #343434;
}

#page-forgotten-password {
    font-size: 12px;
}

#page-forgotten-password .card-body #content{
    color: #8A8A8B;

}

#page-forgotten-password .bubble {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #D9D9D9;
    display: inline-block;
    margin: 5px;
}

#page-forgotten-password .bubble.active {
    background-color: #282946;
}
#page-forgotten-password .form-error ul , #page-forgotten-password #registration_form_plainPassword ul {
    padding-left: 1rem;
    margin-bottom: 5px;
}
#page-forgotten-password .form-error ul li , #page-forgotten-password #registration_form_plainPassword ul li {
    list-style: none;
    color:red;
}

.hello {
    font-size: 18px;
    font-weight: bold;
}
a, h4, #left-side nav .title {
    color: #282946;
}
.hello a {
    color: #282946;
    font-size: 12px;
    font-weight: normal;

}
.nav-item {
    padding-left: 40px;
}
#left-side nav .title {
    font-weight: bold;
    font-size: 17px;
}
#left-side nav ul {
    list-style: none;
    padding-left: 0;
}
#left-side nav ul li {
    padding: 8px;
    width: 75%;
    border-radius: 10px;
}
#left-side nav ul li a {
    color: #333639;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}
#left-side nav ul li:hover, #left-side nav ul li.active {
    background-color: #FEEACD;
}
#left-side nav ul li:hover a {
    color: #282946;
}

.material-symbols-outlined {
    font-weight: 300;
}
.inline-icon {
    vertical-align: bottom;
    font-size: 26px;
}
#left-side #euro-symbol i {
    font-weight: 400;
}
.card-header-index {
    font-size: 14px;
}

.card-header-index p {
    margin-bottom: 5px;
}

.card-index {
    min-height: 232px;
    overflow-x: auto;
}

.pagination span a, .pagination span.current {
    padding:15px;
    position: relative;
    display: block;
    color: black;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    margin: 1px;
}

.pagination span.current {
    background-color: #7a7a7a;
    color: white;
}

select[readonly]:-moz-read-only {
    /* For Firefox */
    pointer-events: none;
}

select[readonly]:read-only {
    pointer-events: none;
}

table .odd {
    background-color: #f7f7f7 !important;
}
input[readonly], input[readonly]:focus {
    background-color: #E9ECEF;
}

.newMessage {
    position: relative;
    top: -35px;
    left: -5px;
}
.bubble_system {
    margin-left: 10px;
    padding: 20px;
    border: 1px solid #b6b6b6;
    border-radius: 18px;
    background-color: #95C11F;
    color: white;
}
.bubble_system a {
    color:white;
}

.bubble_client {
    margin-left: 10px;
    padding: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 18px;
    background-color: #4E3F36;
    color:white;
}

.bubble_client a {
    color:white;
}