.infoVideo {
  max-width: 720px !important;
}

#divMealSwipes:before {
  content: "\f0f5"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 120px;
  color:  rgba(186, 158, 225, 0.2);
  top: -20%;
  left: 27%;
  z-index: 2;
 }

.expressAlert {
   background-color: #dd4b39 !important;
   color:  white;
}

 #divDiningDollars:before{
  content: "\f09d"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 120px;
  color:  rgba(186, 158, 225, 0.2);
  top: -20%;
  left: 19%;
  z-index: 2;
 }

.techExpressLink {
  max-height:25px; 
  max-width:25px; 
  margin-top:-4px;
}

.eventTitleText {
  max-width: 90%; 
  white-space: nowrap;
  text-overflow: ellipsis;
}

.eventTitleTextAlt {
  max-width:70%; 
  white-space: nowrap; 
  text-overflow: ellipsis;
}

.userBlockContent {
  max-width: 80px; 
  max-height: 80px; 
  width: auto; 
  height: auto;
}

.detailCard {
  height: 30px; 
  width: 30px; 
  line-height: 30px;
}

.techLogoutContent {
  margin-top: -1px; 
  background-color: rgba(238, 238, 238, 0.31); 
  background-image: url('../images/07.png');
  background-blend-mode: color;
  background-attachment: fixed;
}

.techTrackerContent {
  background-color: rgba(238, 238, 238, 0.51); 
  background-image: url('../images/03.jpg');
  background-blend-mode: color; 
  background-attachment: fixed;
}

.themePersonalizationContent {
  height: 225px; 
  background-color: rgba(238, 238, 238, 0.31); 
  background-image: url('../images/07.png');
  background-blend-mode: color; 
  background-attachment: fixed;
}

.groupsBottomBorder {
  border-bottom-width: 1px; 
  border-bottom-style: solid; 
  border-bottom-color: #ffdd00;
}

.trackerBottomBorder {
  border-bottom-width: 2px; 
  border-bottom-style: solid; 
  border-bottom-color: #4f2984;
}

.knowbBe4Border {
  border-width: 2px; 
  border-style: solid;
  border-color: #f56954; 
}

.adminCanvasChart {
  height: 414px; 
  width: 830px;
}

.w-0 {
  width: 0%;
}

.minw-100 {
  min-width: 100%;
}

.h-0 {
  height: 0%;
}

.minh-100 {
  min-height: 100%;
}

.bg-alert-danger {
  background-color: rgba(221, 75, 57, .7) !important;
}

.bg-alert-info {
  background-color: rgba(163, 145, 189, .7) !important; 
  border-color: #a193b5 !important;
}

.bg-alert-warning {
  background-color: rgba(243, 156, 18, .7) !important;
}

.component-bg-black {
  background-color: rgba(96, 92, 168, .1);
}

.component-bg-black-alt {
  background-color: rgba(96, 92, 168, .15);
}

.component-bg-white {
  background-color: #f2f2f2;
}

.component-bg-white-alt {
  background-color: rgb(247, 247, 247);
}

.component-bg-light-gray {
  background-color: rgb(232, 232, 232);
}

.component-bg-light-purple {
  background-color: #605ca8;
}

.theme-green {
  color: #00a65a;
}

.theme-red {
  color: #dd4b39;
}

.theme-gray {
  color: #999;
}

.theme-purple {
  color: #605ca8;
}

.theme-yellow {
  color: #ffdd00;
}

.theme-violet {
  color: #9f9dca;
}

.theme-light-gray {
  color: #e8e8e8;
}

.theme-white {
  color: #ffffff;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

.r-vertical {
  resize: vertical;
}

.c-pointer {
  cursor: pointer;
}

.c-move {
  cursor: move;
}

.font-size-sm {
  font-size: 11px
}

.font-size-md {
  font-size: 16px
}

.font-size-lg {
  font-size: 20px;
}

.component-width-xss {
  width: 12px;
}

.component-width-xs {
  width: 20px;
}

.component-width-sm {
  width: 40px;
}

.component-width-md { 
  width: 100px;
}

.component-width-lg {
  width: 150px;
}

.component-width-xl { 
  width: 200px;
}

.component-min-width-md {
  min-width: 130px;
}

.component-min-width-lg {
  min-width: 200px;
}

.component-min-width-xl {
  min-width: 285px;
}

.component-height-xss {
  height: 40px;
}

.component-height-xs {
  height: 75px;
}

.component-height-sm {
  height: 100px;
}

.component-height-md { 
  height: 200px;
}

.component-height-lg {
  height: 15rem;
}

.component-height-xl {
  height: 20rem;
}

.component-min-height-xs {
  min-height: 20px;
}

.component-min-height-sm {
  min-height: 40px;
}

.component-min-height-md {
  min-height: 100px;
}

.component-min-height-lg {
  min-height: 150px;
}

.component-min-height-xl {
  min-height: 200px;
}

.component-min-height-xxl {
  min-height: 450px;
}

.component-min-height-xxxl {
  min-height: 700px;
}

.component-max-height-xs {
  max-height: 20px;
}

.component-max-height-sm {
  max-height: 40px;
}

.component-max-height-md {
  max-height: 100px;
}

.component-max-height-lg {
  max-height: 150px;
}

.component-max-height-xl {
  max-height: 200px;
}

.component-max-height-xxl {
  max-height: 500px;
}

.component-max-height-xxxl {
  max-height: 550px;
}

.font-awesome-5-ff {
  font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Brands; 
  font-weight: 900;
}

.mentor-block {
  cursor: pointer;
  margin-bottom: 25px !important;
}

.pulsepurple {
  display: block;
  border-radius: 80%;
  background: #41216e;
  border: 1px solid #41216e;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(65, 33, 110, 0.);
  animation: pulsepurple 2s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulsepurple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(65, 33, 110, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(65, 33, 110, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(65, 33, 110, 0);
  }
}
@keyframes pulsepurple {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(65, 33, 110, 0.4);
    box-shadow: 0 0 0 0 rgba(65, 33, 110, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(65, 33, 110, 0);
      box-shadow: 0 0 0 20px rgba(65, 33, 110, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(65, 33, 110, 0);
      box-shadow: 0 0 0 0 rgba(65, 33, 110, 0);
  }
}

.pulsered {
  display: block;
  border-radius: 80%;
  background: #dd4b39 ;
  border: 1px solid #dd4b39;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(221, 75, 57, 0.);
  animation: pulsered 2s infinite;
}
.pulse:hover {
  animation: none;
}

.navbar-toggle {
  display:none;
}

.content-wrapper {
  min-height:100% !important;
}

.previewTextWidth {
  width: 12px;
}

.quicklink, .quickLinkPreview {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 0;
  color: #ffffff !important;
}

.quicklinkul {
  margin-bottom: 0;
}

.quicklinkul-lg {
  text-align:center;
}

.quicklinkli-lg {
  width: 80px; 
  display: inline-block;  
  margin-right:10px;
}

.quicklinktile-lg {
  width:70px;
  height: 70px;
  margin-top:5px; 
  margin-right:10px; 
  margin-left:5px;
  border-radius: 5px;
  margin-bottom:3px;
}

.quicklinktext-lg {
  text-align:center;
}

.quicklinkul-md {
  text-align:center; 
  min-height:65px;
}

.quicklinkli-md {
  width: 50px; 
  display: inline-block;  
  margin-right:10px;
}

.quicklinktile-md {
  width:40px;
  height:40px;
  margin-top:5px; 
  margin-right:4px; 
  margin-left:4px; 
  border-radius: 5px;
  margin-bottom:3px;
}

.quicklinktext-md {
  text-align:center; 
  font-size:11px;
}

.quicklinkul-sm {
  text-align:center; 
  min-height:30px;
}

.quicklinkli-sm {
  width: 18px; 
  display: inline-block;  
  margin-right:10px;
}

.quicklinktile-sm {
  width:24px; 
  margin-top:5px; 
  margin-right:4px; 
  margin-left:4px; 
  border-radius: 5px;
}

.quicklinktilevpn-sm{
  float: left;
  margin-left: 20px;
  margin-top:-28px;
  border-radius:3px;
  font-size:8px;
  padding:2px;
}

.quicklinktilevpn-md{
float: left;
  margin-left: 30px;
  margin-top:-70px;
  border-radius:5px;
  padding:2px;
}

.quicklinktilevpn-lg{
  float: left;
    margin-left: 60px;
    margin-top:-105px;
    border-radius:5px;
    padding:2px;
}


.quicklinktext-sm {
  display:none;
}

.quicklinktray-lg {
  min-height:118px; 
}

.quicklinktray-md {
  min-height:68px; 
}
.quicklinktray-sm {
  min-height:38px;
}

.rosterStudent {
  text-align: center; 
  min-height:195px;
}

.rosterStudent-img {
  max-height: 150px; 
  object-fit: cover;
  width:auto; 
  height:auto; 
  border-radius:50%; 
  border-width:3px; 
  padding:4px; 
  border-style:solid; 
  border-color:#d2d6de;
}

.quickID-img {
  max-height: 200px; 
  object-fit: cover;
  width:auto; 
  height:auto; 
  border-radius:50%; 
  border-width:3px; 
  padding:4px; 
  border-style:solid; 
  border-color:#d2d6de;
}


.eventsBox {
  overflow: scroll; 
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}


.eventsBox::-webkit-scrollbar {width: 7px; height: 0;}
.eventsBox::-webkit-scrollbar-track {margin: 54px 0 53px}
.eventsBox::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.0);
    border-radius: 10px;
    box-shadow: rgba(255,255,255,0.3) 0 0 0 1px;
}
.eventsBox:hover::-webkit-scrollbar-thumb {background: rgba(96,92,168,.35)}
.eventsBox::-webkit-scrollbar-thumb:hover {background: rgba(96,92,168,0.65)}

p img {
  margin: 5px;
  float: right;
  width: 40%;
}

.overlay {
  border-style: solid;
  border-width:3px;
  border-color: #dd4b39 ;
}

.fc-today {
  background-color: rgba(79,41,132,.2) !important;
}

.signOutMenu {
  font-size: 18px !important;
  font-weight: bold !important;
  width:96%;
  margin-left:2%;
  margin-bottom:10px;
  margin-top:25px;
  color:rgb(79,41,132);
}

:focus {
  outline: solid CornflowerBlue
}

.cardSettings{
  margin-right:5px;
}

.announcementProfile-img {
  max-height: 80px; 
  object-fit: cover;
  width:auto; 
  height:auto; 
  border-radius:50%; 
  border-width:2px; 
  padding:1px; 
  border-style:solid; 
  border-color:#d2d6de;
}

h4 {
  font-size: 16px;
}

.dropdown-item {
  padding: 2px 16px !important;
}

.dropdown-text-faded {
  color: #9f9dca;
}

.dropdown-font-padding {
  font-size: 18; 
  padding: 8px;
}

.anchor-tag-quicklink {
  color:#777; 
  font-size:16px;
}

.card-header {
  cursor: move;
}

.bg-secondary {
  color: #FFFFFF !important;
}

.btn-secondary {
  color: #FFFFFF !important;
}

#studentProfilePicture {
  max-width: 150;
  max-height: 150;
  height: auto;
  width: auto;
  margin:auto;
  display: block;
}

#employeeProfilePicture {
  max-width: 150;
  max-height: 150;
  height: auto;
  width: auto;
  margin:auto;
  display: block;
}

.content-wrapper {
  background-image: url('../images/07.png');
  background-blend-mode: color;
  background-attachment: fixed;
}

.bg-secondary {
  backdrop-filter: blur(5px);
}

.text-shadow {
  text-shadow: 0 0 5px black;
}

.profileTNumber {
  display:none;
}

.eagleNetKeyProfile {
  display:none;
}

#employeeProfileAdditional {
  display:none;
}

#studentProfileAdditional {
  display:none;
}

@media only screen and (max-width: 600px) {
  .infoVideo {
    max-width: 300px !important;
  }
}

@media only screen and (min-width: 600px) {
  .infoVideo {
    max-width: 420px !important;
  }
}

@media only screen and (min-width: 992px) {
  .infoVideo {
    max-width: 720px !important;
  }
}

.timeline{
  position:relative;
  margin:0 0 30px 0;
  padding:0;
  list-style:none
}

.timeline:before{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  width:4px;
  background:#ddd;
  left:31px;
  margin:0;
  border-radius:2px
}

.timeline>li{
  position:relative;
  margin-right:10px;
  margin-bottom:15px
}

.timeline>li:before,.timeline>li:after{
  content:" ";
  display:table
}

.timeline>li:after{
  clear:both
}

.timeline>li>.timeline-item{
  -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);
  box-shadow:0 1px 1px rgba(0,0,0,0.1);
  border-radius:3px;
  margin-top:0;
  background:#fff;
  color:#444;
  margin-left:60px;
  margin-right:15px;
  padding:0;
  position:relative
}

.timeline>li>.timeline-item>.time{
  color:#999;
  float:right;
  padding:10px;
  font-size:12px
}

.timeline>li>.timeline-item>.timeline-header{
  margin:0;
  color:#555;
  border-bottom:1px solid #f4f4f4;
  padding:10px;
  font-size:16px;
  line-height:1.1
}

.timeline>li>.timeline-item>.timeline-header>a{
  font-weight:600
}

.timeline>li>.timeline-item>.timeline-body,.timeline>li>.timeline-item>.timeline-footer{
  padding:10px
}

.timeline>li>.fa,.timeline>li>.glyphicon,.timeline>li>.ion{
  width:30px;
  height:30px;
  font-size:15px;
  line-height:30px;
  position:absolute;
  color:#666;
  background:#d2d6de;
  border-radius:50%;
  text-align:center;
  left:18px;
  top:0
}

.timeline>.time-label>span{
  font-weight:600;
  padding:5px;
  display:inline-block;
  background-color:#fff;
  border-radius:4px
}

.timeline-inverse>li>.timeline-item{
  background:#f0f0f0;
  border:1px solid #ddd;
  -webkit-box-shadow:none;
  box-shadow:none
}

.timeline-inverse>li>.timeline-item>.timeline-header{
  border-bottom-color:#ddd
}

.scroll-drop-menu {
  max-height: 412px;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

.scroll-drop-menu::-webkit-scrollbar{
  display:none;
}

.lists-bloc {
  overflow: scroll; 
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: 270px !important;
}

.lists-bloc::-webkit-scrollbar {
  display: none;
}

.content-wrapper {
  background-size: cover !important;
}

.liListMgmtList {
  line-height:20px; 
  height:65px; 
  background-image: url(/images/Backgrounds/CampusFall1.jpg); 
  background-blend-mode: color; background-color: rgb(0,0,0,.25); 
  background-size: cover; display: flex; 
  justify-content:center; align-items: center; 
  color:white;
  font-size:24px;
}

.advisorProfilePortrait {
  max-height: 100px;
  width: auto;
  height: auto;
}

.roster-profile-info {
  min-height: 250px;
}

.dropdown-toggle-card-tools::after{
  display:none !important;
}

.modal{
  z-index: 9999 !important;
}

.card.maximized-card {
  z-index: 9998 !important;
  overflow: scroll  !important; 
  overflow-x: hidden  !important;
  -ms-overflow-style: none  !important;
  scrollbar-width: none  !important;
  max-height: none !important;
}


#navbarFavorites {
  overflow: scroll;
  overflow-x: hidden;
  max-height: 600px;
}

#navbarFavorites::-webkit-scrollbar {width: 7px; height: 0;}
#navbarFavorites::-webkit-scrollbar-track {margin: 54px 0 53px}
#navbarFavorites::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.0);
    border-radius: 10px;
    box-shadow: rgba(255,255,255,0.3) 0 0 0 1px;
}
#navbarFavorites:hover::-webkit-scrollbar-thumb {background: rgba(96,92,168,.35)}
#navbarFavorites::-webkit-scrollbar-thumb:hover {background: rgba(96,92,168,0.65)}


.select2-dropdown, .select2-dropdown--below {
  z-index: 99999998 !important;
}

.swal2-container {
  z-index: 999999 !important;
}

.img-grayscale {
  filter: grayscale(70%);
}

.img-grayscale:hover {
  filter: grayscale(0%);
}

.card-coworkers {
  cursor: auto;
}

