.faTableResults > thead > tr > th {
    background: #149966;
    color: snow;
    font-size: 1.3em;
}
.tight-list li {
    margin-bottom: 0px !important;
}
#column-edit-options > li {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
#column-edit-options > li.last {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
}
#column-edit-options > li.input-group {
    width:300px;
}
#annexe-files {
    padding-left: 20px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.card {
    border-radius: 4px;
    border: 1px solid #cccccc;
    padding: 10px;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}
.ico-spcr {
    margin-right: 5px;
    margin-bottom: 5px;
}
.ico-spc {
    margin-bottom: 5px;
}
#col-val-icons {
    font-family: 'FontAwesome', 'sans-serif';
}

.hoverCrumb:hover {
    background-color: #000;
}