﻿/* ------ */
/* Layout */
/* ------ */


/* ----- */
/* Style */
/* ----- */

.PA-MessagePanel.alert
{
    border-width : 0px;
    border-style : solid;

    font-family : Lato;
    /* font-size   : 14px; */
    font-size   : inherit;
    font-weight : bold;

    border-radius : 0px;
}

.PA-MessagePanel.alert > *
{
    font-weight : normal;
}
 
.PA-MessagePanel.alert.alert.alert-success { border-color : #347f3d; background-color : #c5e2be; color : #347f3d; background-image : none; }
.PA-MessagePanel.alert.alert.alert-info    { border-color : #2d5b87; background-color : #cbd5e1; color : #2d5b87; background-image : none; }
.PA-MessagePanel.alert.alert.alert-warning { border-color : #906226; background-color : #fdf7b8; color : #906226; background-image : none; }
.PA-MessagePanel.alert.alert.alert-danger  { border-color : #80171a; background-color : #fde8e0; color : #80171a; background-image : none; }

.PA-MessagePanel.alert.alert.alert-success > .close { color : #347f3d; opacity : 1; }
.PA-MessagePanel.alert.alert.alert-info    > .close { color : #2d5b87; opacity : 1; }
.PA-MessagePanel.alert.alert.alert-warning > .close { color : #906226; opacity : 1; }
.PA-MessagePanel.alert.alert.alert-danger  > .close { color : #80171a; opacity : 1; }