.item {
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
    padding: 4px;
    position: relative;
}

.item.thirdParty {
    cursor: default;
}

.item:last-child {
    border-bottom: none;
}

.item:hover {
    background-color: #f5f5f5;
}

#itemContainer {
    border: 1px solid #e3e3e3;
}

.photoIcons span {
    vertical-align: text-top;
}

#itemContainer:first-child {
    border-radius: 3px 3px 0px 0px;
}

.quote {
    padding-top: 4px;
    padding-bottom: 20px;
}

.keyValuesTableContainer {
    /*margin: 0 6px;*/
    overflow: hidden;
}

.keyValuesTableContainer table {
    margin: 0;
}

.keyValuesTableContainer table tbody tr td,
.keyValuesTableContainer table tbody tr th {
    padding: 2px;
}

#theModal .keyValuesTableContainer {
    margin-bottom: 10px;
}

#theModal .keyValuesTable.table tbody tr:first-child td {
    border-top: none;
}

#theModal .keyValuesTable.table tbody tr.sectionSpacer td {
    border-top: none;
    background-color: transparent;
    font-size: 10%;
    padding: 0;
}

.keyValuesTable.table tbody tr th {
    font-weight: normal;
    border-top: none;
}

table.keyValuesTable tbody tr td {
    vertical-align: middle;
    font-size: 90%;
    padding: 1px 3px;
    border: none;
}

.keyValuesTable tr td:first-child {
    width: 50px;
    overflow: hidden;
    font-size: 80%;
    color: #808080;
}

.modal .keyValuesTable tr td:first-child {
    width: 90px;
}

#theModal .largeImageHolder {
    text-align: center;
}

#theModal .largeImageHolder img {
    display: inline-block;
    max-width: 300px;
    max-height: 300px;
}

/*
#theModal .alert {
    font-size: 80%;
    padding: 2px 6px;
    width: auto;
    max-width: 250px;
    margin: 10px auto 0 auto;
}
*/

.optionSelected {
    background-color: #e16c55;
    color: #ffffff;
}

.loadingContainer {
    color: gray;
}

.form-group .checkbox:nth-child(2) {
    /*margin-top: 0;*/
}

.paginationContainer {
    padding-top: 10px;
    max-width: 500px;
}

.dropup {
    z-index: 100;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.item .dropdown-toggle {
    background-color: RGBA(228, 228, 228, 1);
    border: 1px solid RGBA(215, 215, 215, 1);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    opacity: 0.4;
    padding-top: 3px;
    background-image: url("/assets/glyphicons-1.9.2/png/glyphicons-519-option-horizontal@2x.png");
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.item .dropdown-toggle:hover {
    opacity: 1;
}
.actionLinks {
    margin-top: 10px;
}
.actionLinks li {
    margin-top: 4px;
    margin-bottom: 4px;
}

.noGutter {
    margin-left: 0;
    margin-right: 0;
}

.noGutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

#itemContainer .snapImage {
    max-width: 180px;
    width: 90%;
    height: auto;
}

/* on small screens */
@media (max-width: 769px) {
    .pageTitle,
    .pageTitle .glyphicons {
        font-size: 150%;
    }

    .modal-title {
        line-height: 1;
    }

    .detailThumbnail {
        width: 150px;
    }
}
.loggedEvent {
    text-transform: capitalize;
}

