.containerSuivre{
    margin-top:20px;
    color: #1a202c;
    text-align: left;
    background-color: #FFE4E1;
}
.main-body {
    padding: 15px;
}
.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,35%), 0 2px 2px 1px rgba(0,0,0,50%);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 0 solid rgba(0,0,0,.125);*/
    border-radius: .25rem;
}

.card-header{
    background-color: #eee;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}

.x_panel {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 0;
}

.x_panel .x_panel{
    border: 1px solid #D6D9DF;
    background-color: #fafafa;
}

.x_panel_error {
    background-color: #C62828 !important;
    border: none;
}

.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}

.x_title_with_color {
    padding: 10px 17px;
    margin: -10px -17px 10px;
    border-bottom: none;
}

.x_content {
    padding: 0 3px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}

.x_panel_detail{
    padding: 2px;
}

.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    /*white-space: nowrap;*/
    font-size: 18px;
    font-weight: 600;
}

.panel_toolbox {
    float: right;
}

.navbar-right {
    margin-right: 0;
}