/* 
    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;
}

.accordion {
    background-color: #ddd;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.fazacrm_active, .accordion:hover {
    background-color: #88bfefad;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.accordion:after {
    content: '\02795'; 
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.fazacrm_active:after {
    content: "\2796"; 
}
div.fazacrm_wrap{
    overflow: hidden;
}
div.fazacrm_form{
    float: left;
}
div.fazacrm_accordion{
    float: left;
    width: 65%;
}
span.fazacrm_important{
    color: #428bca;
    font-size: 14.5px;
}

textarea.fazacrm_codeblock{
    resize: none;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
h3.accordion_title , button.fazacrm_accordion_section{
    text-align: left;
}