/*----------------------------------------------------------------------------* 
 * Name:       app.css 
 * Version:    v1.0.0
 * Licence:    MIT   
 * Created by: Jorge Andrade Junior
 * Date:       13/05/2016
 *
 ** Objectives **
 * 1. Definir alguns estilos de meu gosto ou ideal
 * 2. Substituir estilos pai como por ex o bootstrap
 ----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------
*   Aqui estão as confurações do painel ADM
*-----------------------------------------------------------------------------*/
.red{color:red !important;}
.green{color:green !important;}

*{ font-size: 10.2pt;font-family: calibri;}



.imgcemporcento{width: 100% !important;}
/*Cores dos botoes (icones) coloridos*/
.act-red{ color: red; padding: 0 5px 0 5px;}
.act-blue{ color: blue; padding: 0 5px 0 5px;}
.act-green{ color: green; padding: 0 5px 0 5px;}
.act-yellow{ color: #f39c12; padding: 0 5px 0 5px;}
.act-cyan{ color: #00c0ef; padding: 0 5px 0 5px;}

/*Distancia do botão até a base dos form cadastrar e editar*/
.bt-frm{margin-top: 15px !important;}
.semhand{cursor:default !important;}
.img-destacada{max-width:900px; max-height:300px; width: 100%; margin-left: 7px; margin-right: 7px;}
#noticia-content img{max-width:250px; max-height:250px; width: 100%; margin-left: 7px; margin-right: 7px; margin-bottom: 5px; margin-top: 5px;}

/*Configurações das mensagens*/
div.message {
    text-align: left;
    cursor: pointer;
    display: block;
    font-weight: bolder;
    padding: 0 1.5rem 0 2.5rem;
    transition: height 300ms ease-out 0s;
    background-color:#00a65a;
    color: #ffffff;
    /*background-color: #a0d3e8;
    color: #626262;*/
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 3.5em;
    box-radius: 5px;
    
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
}
/*--------------------------------------------------- configurações das imagens dentro do post-----------------------*/
.author-news{font-size: 9pt !important;color: #777777 !important;}
.author-news a{font-size: 9pt !important;text-decoration: none !important;color: #e74c3c !important;}

#noticia-content-page img{max-width:100%; height:auto; margin-left: 7px; margin-right: 7px; margin-bottom: 5px; margin-top: 5px;}
.image{max-width: 100% !important; height: auto !important; padding-right: 8px; padding-top: 8px; padding-left: 8px;}
figure{background-color: #f2f2f2;border: 1px solid #cccccc; margin: 12px !important; }
figcaption{text-align:center;}
/*--------------------------------------------------- configurações das imagens dentro do post-----------------------*/




