﻿.rightbtn {
    float: right;
    margin-bottom: 15px;
}

.btnSpecific {
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, right bottom, right top, from(#f5f5f5), to(#f1f1f1));
    background-image: linear-gradient(to top, #f5f5f5, #f1f1f1);
    color: #444;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btnSpecific:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #c6c6c6;
        color: #444;
        z-index: 2;
    }

    .btnSpecific:focus {
        border-color: #b19dce !important;
        z-index: 3;
    }

.active.btnSpecific {
    background: #a38cc6;
    color: blue;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, right bottom, right top, from(#f5f5f5), to(#f1f1f1));
    background-image: linear-gradient(to top, #f5f5f5, #f1f1f1);    
    border: 1px solid rgba(0, 0, 0, 0.1);
}
/* SmallBox */

#divSmallBoxes {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.SmallBox {
    border: 1px solid transparent;
    color: white;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 20px;
    width: 420px;
    z-index: 9999;
}

    .SmallBox:hover {
        border: 1px solid #fff;
        cursor: pointer;
    }

    .SmallBox .foto {
        font-size: 50px;
        left: 17px;
        position: absolute;
    }

    .SmallBox .textoFull {
        float: left;
        padding-left: 20px;
        width: 93%;
    }

    .SmallBox .textoFoto {
        float: left;
        margin: 3px 20px 3px 80px;
        width: 78%;
    }

.miniPic {
    bottom: 8px;
    position: absolute;
    right: 9px;
}

.miniIcono {
    font-size: 20px;
    height: 100%;
}

.SmallBox span {
    display: block;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
    margin: 4px 0;
}

.SmallBox p {
    font-size: 13px;
    margin-top: 2px;
}

/* End of SmallBox */

#notification {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 105;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: #FF7800;
    padding: 5px;
}

    #notification span.dismiss {
        border: 2px solid #FFF;
        padding: 0 5px;
        cursor: pointer;
        float: right;
        margin-right: 10px;
    }

    #notification a {
        color: white;
        text-decoration: none;
        font-weight: bold
    }
