﻿.background-image {
    /*position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;*/
    background-color: #cccccc;
    /*background: url("./login_bg.png") -170px -150px/cover no-repeat fixed #eeeeee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
}

.callout-flag {
    position: relative;
    font-size: 80%;
    color: #fff;
    padding-left: 24px
}

    .callout-flag .pre-banner {
        padding-left: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
        display: block;
        border-left: solid 1px #fff
    }

    .callout-flag.black {
        background-color: #526267
    }

    .callout-flag.yellow {
        background-color: #fab411
    }

    .callout-flag.blue {
        background-color: #39bdcc
    }

    .callout-flag:not(:last-of-type) {
        margin-bottom: 6px
    }

    .callout-flag .bottom-triangle,
    .callout-flag .top-triangle {
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        right: -14px
    }

    .callout-flag .top-triangle {
        border-width: 12px 14px 0;
        top: 0
    }

    .callout-flag.black .top-triangle {
        border-color: #526267 transparent transparent
    }

    .callout-flag.yellow .top-triangle {
        border-color: #fab411 transparent transparent
    }

    .callout-flag.blue .top-triangle {
        border-color: #39bdcc transparent transparent
    }

    .callout-flag .bottom-triangle {
        border-width: 0 14px 12px;
        bottom: 0
    }

    .callout-flag.black .bottom-triangle {
        border-color: transparent transparent #526267
    }

    .callout-flag.yellow .bottom-triangle {
        border-color: transparent transparent #fab411
    }

    .callout-flag.blue .bottom-triangle {
        border-color: transparent transparent #39bdcc
    }
