/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017.09.06., 9:59:17
    Author     : PeTa
*/

div.part-showmessage {
    
}

div.part-showmessage .component-body {
    text-align:center;
    padding-top:18px;
}

div.part-showmessage .component-body::after {
    content:"";
    display:block;
    float:none;
    clear:both;
    height:0;
}

div.part-showmessage .component-body > div {
    display:inline-block;
    padding:10px 36px;
    background-color:#ffffff;
}

div.part-showmessage .component-body > div.errormsg {
    border:solid 2px #df0000;
    color:#df0000;
}

div.part-showmessage .component-body > div.successmsg {
    border:solid 2px #1c264d;
    color:#1c264d;
}