/* Write your custom CSS here */

/* album */

.album-list {
    max-height: 590px;
    overflow-y: auto;
}

.album-list ul {
    margin-bottom: 0px;
}

.album-list-item .album-author img {
    width: 35px;
    border-radius: 100%;
}

.album-list-item .album-author span.author-name {
    margin-left: 7px;
    font-weight: bold;
    line-height: 25px;
}

.album-list-item .album-author span.album-date {
    float: right;
    opacity: .6;
    line-height: 25px;
    font-size: 12px;
}

.album-list-item .album-info {
    display: block;
    margin-top: 8px;
}

.album-list-item .album-info .album-subject {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.album-list-item .album-info .album-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    opacity: .7;
}

.album-list li a:active,
.album-list li a:focus,
.album-menu li a:active,
.album-menu li a:focus {
    color: #2b2b2b;
}

.album-list li a {
    display: block;
    padding: 18px 12px;
    border-bottom: 1px solid #E0E0E0;
}

.album-list li a:hover {
    background: #f1f1f1;
}

.album-list li.active a {
    background: #eaf4ff;
}

.album-actions .compose {
    width: 100%;
}

.divider {
    height: 1px;
    display: block;
    width: 100%;
    margin: 10px 0;
    background: #E0E0E0;
}

.album-menu {
    margin-top: 20px;
}

.album-menu ul li a {
    display: block;
    padding: 5px 8px;
}

.album-menu ul li a:hover {
    color: #0070E0;
}

.album-menu ul li.active a {
    color: #0070E0;
}

.album-menu ul li a i {
    margin-right: 10px;
    width: 10px;
    font-size: 16px;
    vertical-align: middle;
    line-height: 30px;
}

.album-menu ul li a span {
    line-height: 30px;
    vertical-align: middle;
}

.album {
    margin-top: 20px;
}

.album .album-title {
    font-size: 15px;
    font-weight: bold;
}

.album .album-author img {
    width: 35px;
    border-radius: 100%;
}

.album .album-author span.author-name {
    margin-left: 7px;
    line-height: 25px;
}

.album .album-author span.album-date {
    float: right;
    opacity: .6;
    line-height: 25px;
    font-size: 12px;
}

.album .album-reply {
    margin-top: 20px;
    display: block;
}

.grid-square {
    width: 120px;
    height: 120px;
    display: inline-block;
    background-color: #fff;
	border-radius: 5px;
    border: solid 1px rgb(0,0,0,0.2);
    padding: 3px;
    margin: 5px 5px 0px 0px;
	
}

/* .center-cropped {
  /* object-fit: none; Do not scale the image 
  object-position: center; /* Center the image within the element 
  width: 112px;
  height: 112px;
  object-fit: cover;
  
} */

.center-cropped {

  width: 112px;
  height: 112px;

  
}

.center-cropped-award {
  /* object-fit: none; Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  height: 320px;
  object-fit: contain;
  
}

.center-cropped-form {
  /* object-fit: none; Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  height: 60%;
  object-fit: scale-down;
      border: solid 1px rgb(0,0,0,0.2);
	  border-radius: 5px;
	   padding: 3px;
  
}

 .holds-the-iframe {
  background:url(../images/tenor.gif) center center no-repeat;
 }

 .float-left {
  float:left;
 } 
 
 .float-right {
  float:right;
 }
 
/* table freeze col Dan 2020 01 11*/ 
 
 .table-scroll {
  position: relative;
  width:100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  max-height: 1280px;
}
.table-scroll table {
/*   width: 100%;
  min-width: 1280px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0; */
}
.table-wrap {
  position: relative;
} 
/*
.table-scroll th,
.table-scroll td {
  padding: 5px 10px;
  border: 1px solid #000;
  background: #fff;
  vertical-align: top;
} */


.table-scroll tr {
  background: #fff;

}
.table-scroll thead th {
  background: #fff;  
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background:inherit;  
  z-index:4;
}

.table-scroll th:first-child { 
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  background: inherit;
}
.table-scroll thead th:first-child,
.table-scroll tfoot th:first-child {
  z-index: 5;
}

/* end table freeze col */


#roster_table>tbody>tr>th, #roster_table>tbody>tr>td ,#roster_table>thead>tr>th, #roster_table>thead>tr>td {
	padding:5px;
	vertical-align: middle;
	
}

 
 
 