
/* Additional custom css by Greystone IT */

.myprofile-privacy tr:nth-child(2),
.myprofile-privacy tr:nth-child(3),
.myprofile-privacy tr:nth-child(4),
.myprofile-privacy tr:nth-child(5) {
  display: none;
}

.im-lync,
#systempanel > form > fieldset:nth-child(2) > h2:nth-child(12) {
  display: none;
}

.icon-lync {
  background-image: url("/download/styles/theme/images/lynciconpng") !important;
}

#ig-spaceGroupsList {
  display: none;
}

.hide-gs {
  display: none;
}

/*#trailerbar {
  display: none !important;
}*/

#email-trailer_trigger {
  display: none !important;
}

#trailerbar-triggers ul li.adminmsg {
  margin-left: 90px !important;
}

@media only screen and (max-width: 767px) {
#trailer-viewcount {
    float: none !important;
	text-align: center;
}
.ig-cpt.ig-widget-type-carousel.static-image .slick-list {
    background-image: none !important;    
    background-color: #ededed; }
  .ig-cpt.ig-widget-type-carousel.static-image .ig-carousel-pane {
    background-image: none !important;    
    background-color: #ededed; }
}

@media only screen and (max-width: 979px) {
#trailer-viewcount {
    float: none !important;
	text-align: center;
}
}

#footer-system {
  display: none !important;
}

/* for PTO button on profile page */
.current-pto-button{
   padding: 10px 16px;
   font-size: 18px;
   line-height: 1.33;
   background-color: #405373!important;
   color: #FFFFFF!important;
   box-shadow: none !important;
   border-radius: 0px!important;
   height: 55px
}

#tab-shout-outs{
display:none !important;
}

/* for charity page shout-outs feed button */
#PSHiveBanner_English_327 .PSHiveBannerSendBeelineDiv a {
  display: none;
}

/* for accounting team yearbook iframe */
#accounting-yearbook {
  width:1200px;
  height:800px;
}

/* Back to top enhancement */
#tttbutton {
    display: inline-block;
    background-color: #a2d8ce; /* Colour of the background square */
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 10%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .9s, opacity .9s, visibility .9s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#tttbutton::after {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2.25em;
    line-height: 50px;
    transition: all 0.9s ease;
    color: #fff; /* colour of the arrow */
}
#tttbutton:hover {
    cursor: pointer;
    background-color: #a2d8ce; /* colour of the square on hover */
}
#tttbutton:active {
    background-color: rgb(5, 207, 99);
}
#tttbutton.show {
    opacity: 1;
    visibility: visible;
}


 /* Static Slideshow Enhancements for QA Site - Desk Header */
 .ig-cpt.ig-widget-type-carousel.static-image-test-qa .slick-list {
    background-image: url("https://thesquareqa.igloocommunities.com/download/theme/images/static_image_test_qajpg");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
  .ig-cpt.ig-widget-type-carousel.static-image-test-qa .ig-carousel-pane {
    background-image: url("https://thesquareqa.igloocommunities.com/download/theme/images/static_image_test_qajpg") !important; }
  .ig-cpt.ig-widget-type-carousel.static-image:not(.custom-slider) .ig-carousel-pane {
    background-color: rgba(0, 0, 0, 0.2) !important; }
    
    /* Static Slideshow Enhancement for QA Site - Recognition Month */
.ig-cpt.ig-widget-type-carousel.recognition-month-image-test-qa .slick-list {
  background-image: url("https://thesquareqa.igloocommunities.com/download/theme/images/recognition_month_imagejpg") !important;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ig-cpt.ig-widget-type-carousel.recognition-month-image-test-qa .ig-carousel-pane {
  background-image: url("https://thesquareqa.igloocommunities.com/download/theme/images/recognition_month_imagejpg") !important;
}

.ig-cpt.ig-widget-type-carousel.recognition-month-image-test-qa:not(.custom-slider) .ig-carousel-pane {
  background-color: rgba(0, 0, 0, 0.2) !important;
}