/* 
    Created on : 3 févr. 2015, 13:03:16
    Author     : lx
*/

.newItem {
    margin-top: 5px;
    overflow: hidden;
    border: 1px solid #333;
    border-radius: 5px;
    box-shadow: 1px 2px 4px #888;
}
.newItem .newItemHeader {
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.newItem .newItemFooter {
    border-radius: 0 0 5px 5px;
}
.newItem .newItemHeader,
.newItem .newItemFooter {
    padding: 5px;
    color: #eee;
    background-color: #555;
}
.newItem .newItemBloc {
    margin-top: 10px;
    padding: 5px;
}

.user-options,
.item-options{
    position: relative;
    background-color: #eee !important;
    box-shadow: inset 0 0 8px #444;
}
.user-options .indicator,
.item-options .indicator {
    display: block;
    
    color: #f1f1f1;
    text-shadow: 0 3px 3px #666;
    
    margin-top: -16px;
    font-size: 20pt;
}
.user-options .alert,
.item-options .alert {
    padding: 5px;
    margin-bottom: 2px;
}