
html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
}
a:hover {
    text-decoration: none;
}
a {
    text-decoration: none;
}
#pageContainer {
    width: 100%;
    height: 100%;
    background-color: #fafafa;
}
#mastHeadContainer {
    width: 100%;
    height: 96px;
    position: fixed;
    top: 0;
    left: 0;
    padding: 7px 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #5c7146;
    background-color: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
}
#mastHeadContainer button:not(.searchButton) {
    cursor: pointer;
    width: 80px;
    height: 80px;
    padding: 4px;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
}
#mastHeadContainer .signInLink {
    cursor: pointer;
    width: 90px;
    height: 90px;
    padding: 4px;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    margin-left: 4px;
}
#mastHeadContainer .profilePicture {
    cursor: pointer;
    width: 66px;
    height: 80px;
    padding: 4px;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    margin-left: 4px;
    margin-right: 4px;
}
#mastHeadContainer .rightIcons img {
    cursor: pointer;
    width: 86px;
    height: 80px;
    margin-left: 4px;
    margin-top: 2px;
    padding: 6px;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
}
#mastHeadContainer .rightIcons {
    height: 100%;
}
#mastHeadContainer .fourheadsIcons img {
    cursor: pointer;
    height: 80px;
    margin-left: 4px;
    margin-top: 2px;
    padding: 6px;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
}
#mastHeadContainer button img {
    width: 100%;
}
#mastHeadContainer .navShowHide img {
    cursor: pointer;
    width: 72px;
    height: 72px;
    margin-left: 0px;
    margin-top: 2px;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
}
#mastHeadContainer .searchBarContainer {
    margin: 0px 23px;
    padding-top: 2px;
    flex: 1;
    display: flex;
}
#mastHeadContainer .searchBarContainer form {
    flex: 1;
    display: flex;
}
#mastHeadContainer .searchBarContainer .searchBar {
    flex: 1;
    max-width: 200px;
    color: #5c7146;
    padding: 2px 6px;
    font-size: 14px;
    font-weight: 100;
    border: 1px dotted #5c7146;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-right: none;
    height: 32px;
    box-shadow: #eee 0px 1px 2px 0px inset;
}
#mastHeadContainer .searchBarContainer .searchButton {
    height: 32px;
    background-color: #f8f8f8;
    border: 1px dotted #5c7146;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    cursor: pointer;
    width: 36px;
}
#mastHeadContainer .searchBarContainer .searchButton img {
    height: 20px;
    width: 20px;
}
#sideNavContainer {
    width: 240px;
    background-color: #5c7146;
    padding-top: 56px;
    position: fixed;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
}
#mainSectionContainer {
    padding-top: 86px;
    display: flex;
}
#mainSectionContainer.leftPadding {
    padding-left: 240px;
}
#mainContentContainer {
    padding: 22px 22px;
    flex: 1;
    display: flex;
    background-color: #fafafa;
    box-sizing: border-box;
}
.uploadColumn {
    flex-grow: 1;
    background-color: #fff;
    min-height: 300px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
}
.uploadColumn .form-group .date {
    width: 400px;
}
.uploadColumn .form-control {
    border-radius: 20px;
    width: 400px;
}
.uploadColumn .form-group label {
    color: #5c7146;
    font-weight: 700;
}
.uploadColumn .form-group .form-control-file {
    color: #5c7146;
    font-weight: 450;
}
.uploadColumn button {
    border-radius: 20px;
    display: block;
    text-align: center;
    background-color: #5c7146;
    border: none;
    font-weight: 450;
}
.signInContainer {
    background-color: #070707;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.signInContainer .column .header img {
    width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}
.signInContainer .column {
    flex-grow: 0;
    width: 450px;
    padding: 10px 25px;
    max-height: 100%;
    overflow-y: auto;
}
.signInContainer .column .header {
    padding: 2px 0;
}
.signInContainer .column .loginForm {
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
}
.signInContainer .column .loginForm input {
    text-align: center;
}
.signInContainer .column form {
    display: flex;
    flex-direction: column;
}
.signInContainer .column form input[type="text"],
.signInContainer .column form input[type="email"],
.signInContainer .column form input[type="password"] {
    background-color: #070707;
    color: #5c7146;
    font-size: 14px;
    margin: 10px 0;
    border: none;
    border-bottom: 1px dashed #5c7146;
}
.signInContainer .column form input[type="submit"] {
    background: #5c7146;
    color: #fff;
    height: 36px;
    width: 88px;
    border: none;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
    align-items: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.errorMessage {
    color: #f00;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.watchLeftColumn {
    flex: 1;
}
.watchLeftColumn .photoPlayer {
    width: 100%;
}
.suggestions {
    max-width: 425px;
    flex-grow: 1;
    height: 100%;
    padding-left: 24px;
}
.photoInfo {
    width: 100%;
    padding: 20px 0px 0;
}
.photoInfo h1 {
    display: block;
    overflow: hidden;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #5c7146;
}
.photoInfo .bottomSection {
    display: flex;
}
.photoInfo .bottomSection .date {
    color: #5c7146;
    font-size: 14px;
    flex: 1;
}
.photoInfo .bottomSection .controls {
    flex: 1;
    text-align: right;
}
.photoInfo .bottomSection .controls button {
    padding: 0;
    background-color: transparent;
    border: none;
    color: #5c7146;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}
.photoInfo .bottomSection .controls button img {
    height: 30px;
    width: 30px;
    margin: 4px 8px 8px 8px;
}
.secondaryInfo .topRow {
    display: flex;
    margin-bottom: 12px;
}
.profilePicture {
    height: 100%;
}
.secondaryInfo .topRow .profilePicture {
    margin-right: 16px;
    width: 42px;
    height: 48px;
}
.secondaryInfo .topRow .uploadInfo {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}
.secondaryInfo .topRow .uploadInfo a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #5c7146;
}
.secondaryInfo .topRow .uploadInfo .eraName {
    color: #5c7146;
    font-size: 12px;
    font-weight: 400;
}
.secondaryInfo .descriptionContainer {
    max-width: 615px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #5c7146;
}
.secondaryInfo {
    border-bottom: 1px dotted #5c7146;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.secondaryInfo .topRow .button {
    padding: 6px 15px;
    cursor: pointer;
    font-weight: 500;
    border-radius: 50px;
    border: none;
    font-size: 14px;
}
.secondaryInfo .topRow .editPhotoButtonContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.editPhotoButtonContainer .edit {
    background-color: #5c7146;
    color: #fff;
}
.commentSection .header {
    margin-top: 24px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
}
.commentSection .header .commentForm .profilePicture,
.commentSection .comment .profilePicture,
.commentForm .profilePicture {
  margin-right: 16px;
  width: 42px;
  height: 48px;
  border-radius: 50%;
}
.commentSection .header .commentCount {
  margin-bottom: 24px;
  color: #5c7146;
}
.commentSection .header .commentForm,
.itemContainer .commentForm {
  display: flex;
}
.commentSection .header .commentForm textarea,
.itemContainer .commentForm textarea {
  flex: 1;
  border: none;
  background-color: transparent;
  font-size: 14px;
  color: #5c7146;
  resize: none;
}
.itemContainer .commentForm textarea {
    height: 30px;
    color: #5c7146;
 }
.commentSection .header .commentForm .postComment,
.itemContainer .commentForm .postComment,
.itemContainer .commentForm .cancelComment {
  height: 36px;
  background-color: #5c7146;
  color: #fff;
  font-weight: 500;
  border: none;
  padding: 0 15px;
  border-radius: 50px;
}
.itemContainer .commentForm .cancelComment {
    background-color: transparent;
    color: rgba(17, 17, 17, 0.6);
}
.itemContainer .commentForm .cancelComment:hover {
    color: #000;
}
.commentSection .itemContainer {
    margin-bottom: 16px;
}
.commentSection .comment {
    display: flex;
}
.commentSection .commentHeader {
    margin-bottom: 2px;
}
.commentSection .comment .username {
    margin-right: 8px;
    color: #5c7146;
    font-size: 15px;
    font-weight: 700;
}
.commentSection .commentHeader a {
    text-decoration: none;
}
.commentSection .comment .body {
    font-size: 14px;
    color: #5c7146;
    font-weight: 400;
    line-height: 20px;
}
.itemContainer .controls {
    margin-left: 64px;
}  
.itemContainer .controls button,
.itemContainer .controls .catloveCount {
    height: 32px;
    background-color: transparent;
    border: none;
    font-size: 13px;
    font-weight: 500;
    color: #5c7146;
}
.itemContainer .controls button {
    cursor: pointer;
}
.itemContainer .controls .catloveCount {
    margin: 0 5px;
}
.itemContainer .controls button img {
    height: 16px;
}
.itemContainer .commentForm .profilePicture {
    width: 30px;
    height: 30px;
}
.commentSection .comment .timestamp {
    color: #888;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.hidden {
    display: none !important;
}
.comments .repliesSection { 
    padding-left: 64px;
    margin-top: 16px;
}
.commentSection .itemContainer .viewReplies {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #5c7146;
}
.photoGrid {
    display: flex;
    flex-wrap: wrap;
}
.suggestions .photoGridItem {
    display: flex;
    height: auto;
}
.photoGridItem {
    height: 200px;
    margin-right: 4px;
    margin-bottom: 24px;
}
.photoGridItem .thumbnail {
    width: 210px;
    height: 118px;
}
.suggestions .photoGridItem .thumbnail {
    margin-right: 8px;
}
.photoGridItem .thumbnail img {
    width: 100%;
    height: 100%;
}
.photoGridItem .details {
    padding-right: 24px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    width: 210px;
}
.suggestions .photoGridItem .details {
    padding-right: 0;
    flex: 1;
}
.photoGridItem .details .title {
    margin: 8px 0;
    max-height: 32px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
    color: #5c7146;
}
.photoGridItem .details .eraTaken,
.photoGridItem .details .dateTaken {
  font-size: 13px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  color: #5c7146;
}
.photoGridItem .details .eraTaken a {
    text-decoration: none;
}
.photoGridHeader {
    display: flex;
    margin: 0px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 800;
    color: #5c7146;
}
.photoGridHeader div {
    flex: 1;
}
.photoGrid.large {
    flex-direction: column;
    flex: 1;
}
.photoGrid.large .photoGridItem {
    height: auto;
    display: flex;
}
.photoGrid.large .photoGridItem .thumbnail {
    width: 266px;
    height: 138px;
    margin-right: 16px;
}
.photoGrid.large .photoGridItem .title {
    font-weight: 600;
}
.photoGrid.large .photoGridItem .details {
    max-width: 600px;
    flex: 1;
}
.photoGridItem .details .description {
    color: rgba(17,17,17,0.8);
    font-size: 12px;
    font-weight: 500;
    margin-top: 6px;
}
.photoGridItem .details .dateTaken {
    color: #5c7146;
    font-size: 11px;
}
.photoGridItem .details .eraTaken {
    color: #5c7146;
    font-size: 11px;
}
.largePhotoGridContainer {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.signInLink {
    color: #f00;
    margin-left: 15px;
}
#sideNavContainer .navigationItems {
    overflow-y: auto;
    padding-top: 45px;
}
#sideNavContainer .navigationItem {
    height: 35px;
    display: flex;
}
#sideNavContainer .navigationItems .eraItems a {
    flex: 1;
    color: #ffffff !important;
    font-size: 19px;
    font-weight: 700;
    padding-top: 8px;
    text-align: center;
}
#sideNavContainer .navigationItems .eraItems a:hover {
    color: #2e3823 !important;
}
#sideNavContainer .navigationItems .eraItems {
    border-bottom: 1px dashed #2e3823;
}
#sideNavContainer .navigationItems .personItems a {
    flex: 1;
    color: #ffffff !important;
    font-size: 19px;
    font-weight: 700;
    padding-top: 8px;
    text-align: center;
}
#sideNavContainer .navigationItems .personItems a:hover {
    color: #2e3823 !important;
}
#sideNavContainer .navigationItems .personItems {
    border-bottom: 1px dashed #2e3823;
}
#sideNavContainer .navigationItems a .logouttext {
    flex: 1;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    padding-top: 8px;
    text-align: center;
}
#sideNavContainer .navigationItems a .logouttext:hover {
    color: #2e3823 !important;
}
.settingsFormSectionTop,
.settingsFormSectionBottom {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    text-align: center;
}
.settingsFormSectionTop button,
.settingsFormSectionBottom button {
    border-radius: 20px;
    background-color: #5c7146;
    border: none;
    margin-top: 4px;
    font-weight: 500;
}
.settingsFormSectionTop .userdetailsTitle,
.settingsFormSectionBottom .passwordTitle {
    font-size: 14px;
    display: block;
    text-align: center;
    margin-bottom: 6px;
    color: #5c7146;
    font-weight: 700;
}
.settingsFormSectionTop .form-group .btn,
.settingsFormSectionBottom .form-group .btn {
    margin-left: 40px;
}
.settingsContainer .form-control {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    color: #5c7146;
    border-radius: 20px;
    border-color: #5c7146
}
.settingsFormSectionTop .detailsButton {
    display: block;
    text-align: center;
}
.editPhotoContainer {
    display: flex;
    flex-direction: column;
}
.topSection .photoPlayer {
    max-height: 300px;
    flex: 1;
}
.uploadColumn img {
    width: 380px;
    margin-bottom: 12px;
}