/*
** DASHBOARD - TEMPO DE PROVA
*/
.shape {
    border-style: solid;
    border-width: 0 70px 40px 0;
    float: right;
    height: 0px;
    width: 0px;
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    -webkit-transform: rotate(360deg);
    /* Safari and Chrome */
    transform: rotate(360deg);
}

.offer {
    color: #000 !important;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin: 15px 0;
    overflow: hidden;
}

.offer-radius {
    border-radius: 7px;
}

.offer-danger {
    color: #000 !important;
    border-color: #d9534f;
}

.offer-danger .shape {
    color: #000 !important;
    border-color: transparent #d9534f transparent transparent;
    border-color: rgba(255, 255, 255, 0) #d9534f rgba(255, 255, 255, 0)
        rgba(255, 255, 255, 0);
}

.offer-success {
    color: #fff !important;
    border-color: #5cb85c;
}

.offer-success .shape {
    color: #fff !important;
    border-color: transparent #5cb85c transparent transparent;
    border-color: rgba(255, 255, 255, 0) #5cb85c rgba(255, 255, 255, 0)
        rgba(255, 255, 255, 0);
}

.offer-default {
    color: #fff !important;
    border-color: #999999;
}

.offer-default .shape {
    color: #fff !important;
    border-color: transparent #999999 transparent transparent;
    border-color: rgba(255, 255, 255, 0) #999999 rgba(255, 255, 255, 0)
        rgba(255, 255, 255, 0);
}

.offer-primary {
    border-color: #428bca;
}

.offer-primary .shape {
    border-color: transparent #428bca transparent transparent;
    border-color: rgba(255, 255, 255, 0) #428bca rgba(255, 255, 255, 0)
        rgba(255, 255, 255, 0);
}

.offer-info {
    border-color: #5bc0de;
    color: #000 !important;
}

.offer-info .shape {
    color: #000 !important;
    border-color: transparent #5bc0de transparent transparent;
    border-color: rgba(255, 255, 255, 0) #5bc0de rgba(255, 255, 255, 0)
        rgba(255, 255, 255, 0);
}

.offer-warning {
    color: #000 !important;
    border-color: #f0ad4e;
}

.offer-warning .shape {
    color: #000 !important;
    border-color: transparent #f0ad4e transparent transparent;
    border-color: rgba(255, 255, 255, 0) #f0ad4e rgba(255, 255, 255, 0)
        rgba(255, 255, 255, 0);
}

.shape-text {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    right: -40px;
    top: 2px;
    white-space: nowrap;
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    -webkit-transform: rotate(30deg);
    /* Safari and Chrome */
    transform: rotate(30deg);
}

.offer-content {
    padding: 0 20px 10px;
}
