@CHARSET "UTF-8";

.contentHeader {
    margin-bottom: 17px;
}

.contentForm td label {
    font-weight: bold;
}

.contentForm .message {
    color: #f46849;
    font-weight: normal;
}

.contentForm .text {
    color: #242424;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 10px;
}

.contentForm .instructions {
    display: block;
    padding-bottom: 10px;
}

/*.contentForm div.panel {*/
/*   background-color: #ffffff;*/
/*   color: #c4c0b9;*/
/*   border-width: 1px;*/
/*   border-style: solid;*/
/*   padding: 1px;*/
/*}*/

/*.contentForm div.panel-header {*/
/*   background-color: #fffcf4;*/
/*   background-image: url(/resources/images/layout/panel_header_background_72dpi.jpg);*/
/*   background-position: left top;*/
/*   background-repeat: repeat-x;*/
/*   border-color: #d4cfc7;*/
/*   border-style: solid;*/
/*   border-width: 1px;*/
/*   color: #000000;*/
/*   font-size: 11px; !* default: 10px *!*/
/*   line-height: 9px;*/
/*   font-weight: bold;*/
/*   padding: 4px; !* default: 2px *!*/
/*}*/

/*.contentForm div.panel-header-big {*/
/*   background-color: #fffcf4;*/
/*   background-image: url(/resources/images/layout/panel_header_background_27px_72dpi.jpg);*/
/*   background-position: left top;*/
/*   background-repeat: repeat-x;*/
/*   border-color: #d4cfc7;*/
/*   border-style: solid;*/
/*   border-width: 1px;*/
/*   color: #a1a6a8;*/
/*   font-size: 13px;*/
/*   line-height: 11px;*/
/*   font-weight: bold;*/
/*   padding: 4px;*/
/*}*/

/*.contentForm div.panel-body {*/
/*   font-size: 13px;*/
/*   color: #232323;*/
/*   padding: 10px;*/
/*}*/


div.ui-growl {
    left: 0;
    margin: auto;
    width: 600px;
    max-width: 100vw;
}

.ui-growl-message {
    margin-top: 0.7rem;
    width: 520px;
    max-width: calc(100% - 40px);
}

div.ui-growl-item-container {
    opacity: 1;
}