/* 
    Created on : 29 janv. 2019, 16:25:33
    Author     : lcoulomb
*/

table.fixed{
    table-layout: auto;
}
#connect img{
    width: 100px;
    display: block;
    margin: 10px auto;
}
#connect{
    text-align: center;
    display: inline-block;
    margin: 10px auto;
    outline: none;
}

.integration th.subtitle{
    background-color: #428bca;
    color : #fff;
    text-align: center;
}
.integration td.subtitle{
    background-color: #428bca;
    color : #fff;
    text-align: center;
}
.integration td{
    text-align: justify;
}
.documentation-list{
    list-style: initial;
    padding-left: 30px;
}

.configtest-justify{
    text-align: justify;
}
.configtest-card{
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-table th.configtest-label{
    width: auto;
}

.fazacrmapi-status{
    display: inline-block;
    padding: 5px 7px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.fazacrmapi-status.notConnected{
    background: #c13030;
}
.fazacrmapi-status.Connected{
    background: #2bad29;
}