﻿.bs-callout {    
    margin: 20px 0;
    border: 1px solid #eee;
    border-right-width: 5px;
    border-radius: 3px;
}
.bs-callout-body {
    padding: 20px;
}
.bs-callout-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 15px;
    }

.bs-callout-ltr {    
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    direction: ltr;
}

    .bs-callout-ltr h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

p:last-child {
    margin-bottom: 0;
}

code {
    border-radius: 3px;
}

+ .bs-callout {
    margin-top: -5px;
}

+ .bs-callout-ltr {
    margin-top: -5px;
}

.bs-callout-ltr-danger {
    border-left-color: #ce4844;
}

    .bs-callout-ltr-danger h4 {
        color: #ce4844;
    }

.bs-callout-danger {
    border-right-color: #ce4844;
}

    .bs-callout-danger h4 {
        color: #ce4844;
    }

.bs-callout-ltr-default {
    border-left-color: #ddd;
}

    .bs-callout-ltr-default h4 {
        color: #ddd;
    }

.bs-callout-default {
    border-right-color: #ddd;
}

    .bs-callout-default h4 {
        color: #ddd;
    }


.bs-callout-ltr-primary {
    border-left-color: #337ab7;
}

    .bs-callout-ltr-primary h4 {
        color: #337ab7;
    }

.bs-callout-primary {
    border-right-color: #337ab7;
}

    .bs-callout-primary h4 {
        color: #337ab7;
    }

.bs-callout-ltr-success {
    border-left-color: #5cb85c;
}

.bs-callout-ltr-success h4 {
    color: #5cb85c;
}

.bs-callout-success {
    border-right-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-ltr-warning {
    border-left-color: #aa6708;
}

    .bs-callout-ltr-warning h4 {
        color: #aa6708;
    }

.bs-callout-warning {
    border-right-color: #aa6708;
}

    .bs-callout-warning h4 {
        color: #aa6708;
    }

.bs-callout-info {
    border-right-color: #1b809e;
}

    .bs-callout-info h4 {
        color: #1b809e;
    }

.bs-callout-ltr-info {
    border-left-color: #1b809e;
}

.bs-callout-ltr-info h4 {
    color: #1b809e;
}
