/* 
    Created on : 03/03/2018, 19:55:47
    Author     : Ti4
*/

.chip-info-csv
{
    background-color: #fff;
}

.chip-info-csv.card-info-alert
{
    background-color: rgb(255, 241, 118);
}

.chip-info-csv .card-content .card-title
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    color: #4a40ce;
}

.chip-info-csv.card-info-alert .card-content .card-title
{
    color: #cc6600;
}

.chip-info-csv .card-content .card-title svg
{
    width: 1em;
    height: 1em;
    margin-right: 0.6em;
}

.chip-info-csv .card-content .card-title svg path
{
    fill: #4a40ce;
}

.chip-info-csv.card-info-alert .card-content .card-title svg path
{
    fill: #cc6600;
}

.chip-info-csv .chip > div.svg-container.svg-help > svg path
{
    fill: #4a40ce;
}

.chip-info-csv .chip > div.svg-container.svg-error > svg path
{
    fill: #efd206;

}

.chip-info-csv.card-info-csv button
{
    background-color: #4a40ce;
}
