﻿a:hover, a:focus {
    text-decoration: none;
}
input[type=image] {
    border: 0;
}
input[type=image]:hover {
    background-color: transparent;
}
/*Troast-message ocupando todo conteúdo em que ela é submetida*/
.dream_alert{
    height: inherit;
    cursor: pointer;
    padding-top: 40px;
}
/*Criando menu de fechand*/
.dream_alert::before {
    content: "x";
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    opacity: 1;
    filter: alpha(opacity=1);
    margin: -40px -20px 0 0;
    float: right;
}
/*Sino de notificações*/
.container-icone > span {
    min-width: 20px;
    height:20px; 
    position: absolute;
    left: 30px;
    top:5px; 
    z-index: 1001;
    color: red;
    border-radius: 3px;
    background-color: #da4510;
    color: #fff;
    font-weight: bold; 
    text-align:center;
}

/*Linha abaixo dos títulos das páginas*/
.titulo-pagina span {
    border-bottom: 1px solid #333333;
    border-bottom-width: 2px;
    margin-bottom: 20px
}