/* 
    Created on : Jul 7, 2015, 11:07:44 AM
    Author     : pper
*/



                                                                        
div.candle-info {
    border-radius: 5px;
    background:#F5BCA9; 
    color:#6E6E6E; 
    padding:10px;
}

div.bad-form-info {
    border-radius: 5px;
    background:#F5BCA9; 
    color:#6E6E6E; 
    padding:10px;
}

div.send-service-info {
    border-radius: 5px;
    background:#81F79F; 
    color:#6E6E6E; 
    padding:10px;
}

#showWholeMapLabel {
    display: none;
}

span.isExpired {
    color: firebrick;
    font-weight: bold;
}

div.labelBig {
    font-size: large;
    font-weight: bold;
}

span.dateBig {
    font-size: large;
    font-weight: bold;
    color: #0d7f20;
}

span.memoryshort {
    display:inline-block;
    max-width: 20ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: italic;
    background-color: #dbdbdb;
    cursor:pointer;
}

span.memoryfull {
    display:block;
    background-color: #dbdbdb;
    font-style: italic;
    cursor:pointer;
}

div.filterHidden {
    display: none;
}