
/* User messages and popups */

.infoPopup {
    /*height:100px;*/
    width:300px;
    padding: 10px;
    z-index: 2002;
    text-align: center;
}
.infoPopup * {
    font-size: 10pt;
}

.infoInline {
    padding: 10px;
    font-size:10pt;
    margin-bottom:10px;
}

.infoSuccess {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

.infoMessage {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
}
.infoWarning {
    color:#C09853;
    background-color:#FCF8E3;
    border: 1px solid #FBEED5;
}
.infoError {
    color: #B94A48;
    background-color: rgba(255, 233, 233, 0.27);
    border: 1px solid #EED3D7;
}

.infoTitleText {
    font-size: 12pt;
    font-weight: bold;
    padding: 5px;
}

.infoTitle {
    background-color: rgba(255, 233, 233, 0.27);
    border: 1px solid #EED3D7;
    margin-bottom: 5px;
}

.formFieldFeedback {
    display: none;

    padding: 8px;
    color: #B94A48;
    background-color: rgba(255, 233, 233, 0.27);
    border: 1pt solid #B94A48;
    margin-left: 20px;
    margin-top: 7px;
}


div.reviewFields {
    clear: both;
    margin: 15px;
}

.close {
    /*position: relative;*/
    /*top: -2px;*/
    /*right: -21px;*/
    /*line-height: 20px;*/
}

.close:hover, .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 12px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.field_error, .itemQuantityError {
    color: red;
}

.itemQuantityError {
    display: none;
    padding: 5px;
}

.activeQuantityError {
    display: block !important;
}

/*# sourceMappingURL=/Volumes/Scratch/build/neon/releaseCustomTables/production/neon/WEB-INF/classes/com/pirionsystems/ne/sites/standard/skin/staticContent/style/catalogue/general.css.map */
