﻿/*
 * Addon
 * 20190306
 * Copyright CareConnect.cloud
 */

html, body {
    height: 97%;
    /* background-color: #343a40; */
    padding-top: 30px;
    /* font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */
    line-height: 1.25;
    color: #3D424B;
    background: #F3F5F9;
}

.navbar {
    background: #17283c;
    padding: 5px;
}

.NavHeaderLogo img {
    height: 25px;
    vertical-align: unset;
}

.NavHeaderTitle {
    font-weight: bold;
    font-size: 1rem;
    vertical-align: text-top;
}

.NavHeaderSubTitle {
    opacity: 0.7;
    font-weight: bold;
    font-size: 1rem;
    vertical-align: text-top;
}

.ForceInline {
    display: inline !important;
}

.ForceFloatRigth {
    float: right !important;
}

/*#ctl00_contentBody_divContent {
    display: grid;
    width: 50%;
    margin-left: 25%;
}*/

.ForceListe {
    /*display: grid;*/
    /*width: 50%;
    margin-left: 25%;*/
    /*text-align:center;*/

}