.collection-tileBlockStudy {
    padding:10px;
    margin-top:2px;
    height:calc(100% - 84px);
    width: 100%;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content : flex-start;
}

.collection-container{
    margin:5px;
    height:230px;
    width:600px;
    border: 3px solid #008CA6;
    border-radius:5px;
    background: #F0F1F4;
    display: inline-block;
}
.collection-container-selected{
    margin:5px;
    height:230px;
    width:600px;
    border: 3px solid #008CA6;
    border-radius:5px;
    background: #CFE0F1;
    display: inline-block;
}
.collection-container:hover {
    background: #D8ECEC;
}

.collection-tileGlobalTable{
    width: 100%;
    height: 100%;
}
.collection-tileGlobalTablePreview
{
    width: 220px;
    position: relative;
    vertical-align: middle;
    height: 100%;
}
.collection-tilePreview {
    width: 210px;
    height: 210px;
    margin: 5px;
}
.collection-tileGlobalTableMiddle
{
    vertical-align: middle;
    height: 100%;
}
.collection-tileInfoTable{
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.collection-tileInfoTableHead{
    vertical-align: top;
}

.collection-tileInfoTableHeadLine{
    margin: 7px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 320px;
}
.collection-tileGlobalTableRight
{
    vertical-align: middle;
    height: 100%;
}
.collection-tileRightTable{
    text-align: center;
    border: 1px solid #ccc;
    border-radius:5px;
    background: rgba(221, 221, 221, 0.35);
    float: right;
    margin-right: 5px;
    padding: 5px 0;
}
.collection-statusButtonText {
    position: absolute;
    font-size:9px;
    z-index:10;
    background-color:#00751B;
    padding:.1em .2em;
    border-radius:4px;
    margin-left:20px;
    margin-top:18px;
}
.collection-statusText {
    color:white;
}
.collection-tileGlobalTable{
    width: 100%;
    height: 100%;
}
.collectionTileActive {
    background: #CFE0F1;
    transition: background 0.5s;
}
.collection-tilePreviewNumberImage {
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 14px;
    color: white;
    /* Text border */
    text-shadow: -1px -1px #000000, 0px -1px #000000, 1px -1px #000000,
    -1px 0px #000000, 0px 0px #000000, 1px 0px #000000,
    -1px 1px #000000, 0px 1px #000000, 1px 1px #000000;
}

.collection-badge-container {
    position:relative;
    width:100%;
    text-align: center;
}

.collection-badge-cell {
    position:relative;
    width: 20px;
    height: 20px;
    text-align: center;
    color:white;
    font-weight:bold;
    margin-right: 4px;
    padding: 1px;
}

.collection-tileInfoTableTailLine {
    margin: 7px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 320px;
    color: black;
}
.collection-comment{
    font-size: 17px;
}
.collection-carousel {
    position: relative;
    width: 320px;
    border: 1px solid #ccc;
    border-radius:5px;
    margin: 0 8px 5px 8px;
}
.collection-carousel-indicators {
    bottom: -3px;
    margin-bottom: 0px;
}
.collection-carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 1px solid #ccc;
}
.collection-carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #ccc;
}
.collection-carousel-item {
    position: relative;
    min-height:60px;

}
.collection-carousel-caption {
    position: absolute;
    height:100%;
    overflow:hidden;
    display:block;
    left:0;
    right:0;
    padding:0;
    bottom:0;
    text-shadow: 0 0 0 rgba(0,0,0,.6);
}
.popover-title {
    text-align: center;
    background-color: #ddd;
}
.popover-content {
    height: 200px;
    overflow-y: auto;
}
.popover-content div div {
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
    height: 100%;
}

/**  -----  ######  The style that comes after is not for the tile  ######  -------  **/

ul.dropdown-menu.list-group > li.list-group-item:hover {
    background: #D8ECEC;
}
