/* 
    Created on : 06/03/2015, 11:45:02
    Author     : Erick Previato <erick at icmc.usp.br>
*/

.alert {
    margin-bottom: 0px;
}

.modal-details p {
    padding: 3px;
    width: 100%;
    background: #eee;
    border-radius: 3px;
    min-height: 25px;
}
.texto1 {
    margin-left: 30px;
    margin-top: 20px;
}
.texto2 {
    margin-left: 60px;
}
.texto3 {
    margin-left: 90px;
}
.texto4 {
    margin-left: 120px;
}

.user-panel .image {
    border-radius: 50%;
    overflow: hidden;
    max-height: 50px;
}
.user-header .image img {
    width: 90px;
}
.user-menu .image {
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    padding-top: 7px;
    display: block;
    margin-top: -5px;
}
@media (min-width: 1200px) {
    .modal-lg {
        width: 1100px;
    }
}
@media (min-width: 768px) {
    .user-menu .image {
        position: absolute;
        padding-top: 0px;
        margin-top: 0px;
    }
}
.user-menu .user-header .image {
    display: inline-block;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,0.2);
    overflow: hidden;
    width: 96px;
    height: 106px;
    position: relative;
    padding-top: 0px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
    background-color: rgba(114,132,157,1);
    border-color: rgba(114,132,157,1);
}