/* styles for accordion for fastflow addons items */
#fastflow-addons-cont {
    max-width: 100%;
    margin-bottom: 10px;
}
#fastflow-addons-cont .col.fastflow-addon {
    max-width: 30%; 
    margin-right: 3%; 
    display: inline-block;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
#fastflow-addons-cont .col.fastflow-addon img {
    max-width: 100%;
}
#fastflow-addons-cont .fastflow-addon-bottom {
    height: 30px;
    padding: 10px;
}
#fastflow-addons-cont .fastflow-addon-bottom > span {
    display: inline-block;
    margin-bottom: 10px;
}
#fastflow-addons-cont .fastflow-addon-bottom > a {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}
#fastflow-addons-cont .fastflow-addon-bottom > span a {
    font-size: 20px;
    text-decoration: none;
    float: left;
    margin-top: 5px;
}
#fastflow-addons-cont .fastflow-addon-bottom input[type=submit], 
#fastflow-addons-cont .fastflow-addon-bottom button.btn {
    min-width: 92px;
    min-height: 12px;
    line-height: 1.6em;
    height: 37px;
    font-size: 12px;
    background: transparent;
    background-color: #56a332;
    box-shadow: none;
    display: inline-block;
    margin-top: -5px;
    margin-bottom: 10px;
    float: right;
    border: 0;
    padding: 9px 15px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
#fastflow-addons-cont .fastflow-addon-bottom button.updating-message:before {
    font-family: "dashicons";
    content: "\f463";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    vertical-align: top;
    margin-right: 5px;
    margin-right: 0.5rem;
    -webkit-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear;
}
#fastflow-addons-cont .fastflow-addon-bottom button.disabled-btn {
    color: #808588!important;
    border-color: #ddd!important;
    background: #f7f7f7!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-shadow: 0 1px 0 #fff!important;
    cursor: default;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
}
#fastflow-addons-cont .fastflow-addon-bottom button.failed.disabled-btn {
    color: #330000!important;
}