body {
    font-size: 1.3rem !important;
}

.main a{
    word-wrap: initial;
    font-size: 13px;
    padding-bottom: 1rem;
}

.chartcolumn {
    margin: 0rem;
}

.chartcolumn > div {
    padding: 0rem !important;
}

/*.table-responsive{
    width: 95%;
    line-height: 50px;
}*/

.flex-container-chart {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.content {
    padding: 1rem;
    background: #ffffff;
    border-radius: 0.4rem;
    /* Thanks Stripe */
    /* box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07); */
    /* margin-right: 20px; */
}

fieldset, input, select, textarea, text {
    margin-bottom: 0.5rem;
}
input {
    overflow: scroll;
}

td, th {
    border-bottom: 0.1rem solid #e1e1e1;
    padding: 0.6rem 0.7rem;
    text-align: left;
}

.customer_name {
    padding-left: 3px;
    font-size: smaller;
}

.customer_logo {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
}

.side-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.heading {
    display: none;
}

/* Le titre cede la place au logo client et au menu quand l'ecran est etroit.
   Sur la page de connexion il est seul dans la barre : l'effacer n'y libere
   aucune place et laisserait un bandeau vide. */
.app_title:not(:first-child) {
    display:none;
}

.logout {
    padding-left: 1rem;
    padding-right: 1rem;
}

.container {
    margin: 0 auto;
    max-width: 60.0rem;
    padding: 0 2.0rem;
    position: relative;
    width: 100%;
}

.ss-grid-area-home-row {
    display: grid;
    grid-template-columns: auto auto;
    justify-items: anchor-center;
    border-radius: 10px;
    margin: 1rem;
    padding: 1rem;
    background-color: var(--color-white);
    box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.grid-container-home {
    display: grid;
    justify-content: center;
    grid-template-areas:   
        "entete"        
        "dialogs"
        "incidents"
        "users"
        "parameters";
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.side-nav-item {
    display: block;
    margin: 0 1.5rem 0 0;
}

.users {
    /* text-align: center; */
    width: 100%;
}

.footer-intratool {
    display: flex;
    flex-direction: row;
    padding: 2rem;
    align-items: center;
}

.knowledge-title {
    font-size: small;
}