.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  padding: 0;
  font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

h1, h2, h3 {
  color: #133174;
}

thead {
  white-space: nowrap;
}

.btn-favorite:focus {
  outline: none;
}

.btn-favorite {
  text-align: center;
  padding: 6px 0px;
  line-height: 1.42;
}

.btn-favorite span {
  font-size: 20px;
  color: red;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

.login-panel{
  width: 90%;
  max-width: 300px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
}
.v-center{
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#customBtn {
  display: inline-block;
  background: white;
  color: #444;
  width: 190px;
  border-radius: 5px;
  border: thin solid #888;
  box-shadow: 1px 1px 1px grey;
  white-space: nowrap;
}
#customBtn:hover {
  cursor: pointer;
}
span.label {
  font-family: serif;
  font-weight: normal;
}
span.icon {
  background: url(/images/g-normal.png) transparent 5px 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
}
span.buttonText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 14px;
  font-weight: bold;
  /* Use the Roboto font that is loaded in the <head> */
  font-family: 'Roboto', sans-serif;
}

.has-arrow-right {
  height: 40px;
  position: relative;
  border-top-right-radius: 0;
}
.has-arrow-right:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  border: 20px solid transparent;
  border-left: 20px solid #133174;
}

.clickable {
  cursor: pointer;
}
ul {
  padding-left: 0px !important;
}
.navbar .navbar-brand {
  padding-top: 7px;
}

/* Horizontal Scroll */
.horizontal-group {
  overflow-x: auto;
  white-space: nowrap;
}
.horizontal-col{
  display: inline-block;
  float: none;
}
.table-fixed {
  table-layout: fixed;
}
.td-wrap {
  word-wrap:break-word
}
.wrap-value {
  white-space: normal !important;
}
.btn-scisa {
  color: #fff;
  background-color: #fc6422;
  border-color: #ccc;
}
.btn-scisa:hover .btn-scisa:focus .btn-scisa.focus{
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a {
  color: #133174;
}

.pagination > li > a, .pagination > li > span {
  color: #133174;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #133174;
}

.panel-primary > .panel-heading {
  border-color: #133174;
  background-color: #133174;
}

.panel-primary {
  border-color: #133174;
}

.panel-heading:focus{outline:0;border:none;}

.column {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Chat containers */
.chat-container {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

textarea {
  box-sizing: border-box;
  border-radius: 5px;
}
/* Used for message board box */
.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
}

#firebaseMessage {
  white-space: normal;
  word-break: break-all;
}

.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

.panel-body
{
    overflow-y: scroll;
    height: 250px;
}

.tags
{
  border-radius: 4px;
  padding: 5px;
  margin-right: 2px;
  background-color: #133174;
  color: white;
}

.mention-list-container {
  background-color:white;
  border: 1px solid;
  margin-left:15px;
  margin-top:72px;
  max-height:126px;
  position: absolute;
  z-index:1;
}

.mention-list-reply {
  margin-top:132px !important;
}

.mention-list-ul {
  max-height:125px;
  list-style: none;
  overflow:hidden;
  overflow-y:scroll;
  padding-left: 5px !important;
  padding-right:5px;
}

.mention-list-li {
  padding: 10px 0;
  border-bottom: 1px solid;
}

.highlight {
  background-color: #b1d5e5;
}
.yellow-highlight {
  background-color: #fdbb9c;
}

.message-input-lg {
  border: 1px solid black;
  background-color: white;
  height: 120px !important;
  overflow: auto;
}
.attendees-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.attendees-list.show {
  max-height: 800px;
  transition: max-height 0.5s ease-in;
}
.color-labels {
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.label {
  padding: 5px 10px;
  border-radius: 3px;
  color: white;
  flex-grow: 1;
}

.panel-history .panel-heading {
  background-color: #133174;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top: 5px solid #f46516;
  overflow: auto;
  color: #fff;
  padding: 1.25rem;
  cursor: pointer;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.247);
}

.panel-history .panel-body {
  border: 1px solid #133174;
  display: none;
  padding: 1.25rem;
  background-color: #f8f9fa;
}

.panel-history .panel-body.show {
  display: block;
}

.line {
  border: .1px solid transparent;
  position: relative;
  padding-left: 30px;
}


.line::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #f46516;
  left: 10px;
  top: 0;
}

.line::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f46516;
  left: 1px;
  top: 0;
}

.panel-heading.selected {
  background-color: #071a41;
  color: #fff;
}

  .mobile-content, .desktop-content {
    display: none;
  }

  @media (max-width: 768px) {
    .mobile-content {
      display: block;
    }

    .desktop-content {
      display: none;
    }
  }

  @media (min-width: 769px) {
    .mobile-content {
      display: none;
    }

    .desktop-content {
      display: block;
    }
  }

  @keyframes scaleIn {
    from {
      opacity: 0;
      transform: translateX(-100%);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes scaleOut {
    from {
      opacity: 1;
      transform: translateX(100);
    }
    to {
      opacity: 0;
      transform: translateX(0);
    }
  }

  .animated-in {
    animation: scaleIn 0.4s ease-in-out;
  }

  .animated-out {
    animation: scaleOut 0.4s ease-in-out;
  }

  .transition-height {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
  }

  .expanded {
    max-height: 350px;
  }

  .arrow-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
  }

  .arrow-item {
    border-top: 4px solid #f46516;
    display: inline-block;
    position: relative;
    padding: 0.5em;
    line-height: 25px;
    color: white;
    background-color: #133174;
    margin-left: 18px;
    margin-bottom: 3px;
    margin-top: 5px;
    padding-left: 25px;
    opacity: 0;
    animation: scaleIn .8s forwards;
  }

  .arrow-item i{
    color: white;
  }

  .arrow-item.canceled {
    border-top: 4px solid #dc3545;
    background-color: #dc3545;
  }
  .arrow-item.in-this-state {
    border-top: 4px solid #c95415;
    background-color: #c95415;
  }

  .arrow-item.completed {
    border-top: 4px solid #336413;
    background-color: #336413;
  }

  .arrow-item:hover {
    cursor: pointer;
  }


  .arrow-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-55%);
    border-top: 21.5px solid transparent;
    border-left: 18px solid #133174;
    border-bottom: 21.5px solid transparent;
  }

  .arrow-item.canceled::after {
    border-left-color: #dc3545;
  }

  .arrow-item.completed::after {
    border-left-color: #336413;
  }

  .arrow-item.in-this-state::after  {
    border-left-color: #c95415;
  }

  .arrow-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-52%);
    border-top: 22px solid transparent;
    border-left: 18px solid #ffffff;
    border-bottom: 25px solid transparent;
  }


  @keyframes inProgressAnimation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .in-progress {
    animation: inProgressAnimation 5s;
  }

  #div-announcements .panel-body{
    height: 300px;
  }

  md-autocomplete md-autocomplete-wrap {
    border: 1px solid #ccc;
    border-radius: 4px;
    border-bottom: none;
    box-sizing: border-box;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.btn-underline {
  color: #123074;
}

.btn-underline:hover {
  text-decoration: underline;
}

.sia-button-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 4px;
  padding: 10px;
}

.sia-button-announcements {
  flex: 1;
  padding: 10px;
}

.name-list-truncated {
  display: inline-block;
  vertical-align: bottom;
  
  max-width: 250px; 
  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: help;
}

.eye-icon-btn {
  transition: all 0.2s ease-in-out;
}

.eye-icon-btn:hover {
  color: #df6c11 !important;
  transform: scale(1.2);
}

.eye-icon-btn-modal {
  color: #133174;
  transition: all 0.35s ease-in-out;
  text-transform: none !important;
  padding: 0 5px;
  margin: 5px;
  min-width: 0;
  font-size: 20px; 
  vertical-align: middle;
}

.eye-icon-btn-modal:hover {
  color: #df6c11;
  transform: scale(1.2);
  background-color: white !important;
  text-transform: none !important;
}

.hover-tooltip {
  background-color: #df6c11 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  font-size: bolder !important;
  border-radius: 4px;
  padding: auto;
  font-size: 14px !important;
  white-space: nowrap;
  opacity: 1 !important;
  margin-bottom: 0px !important;
}

.detailed-message-dialog {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.detailed-message-dialog .header {
  background-color: #f7f7f7;
  padding: 16px 24px;
  margin: -24px -24px 0 -24px;
  border-bottom: 1px solid #e0e0e0;
}

.detailed-message-dialog hr {
  display: none;
}

.detailed-message-dialog .header .primary-font {
  font-size: 1.1em;
  font-weight: 500;
  color: #333;
}

.detailed-message-dialog .md-dialog-content {
  padding: 24px;
}

.detailed-message-dialog .md-raised {
  background-color: #3b73e8;
  color: white;
  border-radius: 4px;
  text-transform: none;
  font-weight: 500;
}

.detailed-message-dialog .md-raised:hover {
   background-color: #3260c1;
}

.project { background-color: #4153c8; }
.support { background-color: #df6c11; }
.quote { background-color: #7a7db3; }
.internal { background-color: #e3a60d; }
.rh { background-color: #4682b4; }
.vacation { background-color: #5F9EA0; }
.sia { background-color: #c47c42; }

.month-locked-banner {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: 8px 0 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #f6d6d6;
  color: #7a1e1e;
  font-weight: 600;
  border: 1px solid #e0b3b3;
}
.month-locked-banner .lock { font-size: 18px; }

.fc-center h2 .lock-emoji { margin-right: .4rem; }

.fc-month-locked {
  background-color: rgba(200, 0, 0, 0.08);
  background-image: repeating-linear-gradient(
    45deg,
    rgba(200, 0, 0, 0.15),
    rgba(200, 0, 0, 0.15) 10px,
    transparent 10px,
    transparent 20px
  );
}

th.fc-day-header.fc-month-locked-header {
  background: rgba(200, 0, 0, 0.12);
  color: #7a1e1e;
}

.fc-event.fc-event-locked {
  border-color: #b55 !important;
  box-shadow: 0 0 0 2px rgba(181, 85, 85, 0.35);
  opacity: 0.9;
}

.assignment-summary {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 12px;
  background: #fafafa;
}
.summary-item {
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.summary-item .badge {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.summary-item.done .badge {
  background: #5cb85c;
  color: #fff;
}
.summary-item.pending .badge {
  background: #ddd;
  color: #666;
}
.timeline {
  margin-top: 12px;
}
.timeline .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #337ab7;
  display: inline-block;
}
.timeline .bar {
  height: 4px;
  background: #337ab7;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  min-width: 40px;
  width: 100%;
}
.timeline .label {
  font-size: 12px;
  color: #555;
}
.button-actions {
  margin-top: 20px;
}
.button-actions .btn {
  margin: 0 8px;
  min-width: 120px;
}
.bg-secondary {
  background-color: #337ab7!important;
}
.bg-muted {
  background-color: #c3c3c3!important;
}
.text-secondary {
  color: #133174;
}
.bg-primary-orange {
  background-color: #fc6422!important;
}
.text-primary-orange {
  color: #fc6422;
}
.text-center {
  text-align: center;
}

.asgn-card {
  border:1px solid #e6e6e6;
  border-radius:6px;
  background:#fff;
}
.asgn-card-header {
  padding:12px 16px;
  border-bottom:1px solid #eee;
  background:#fafafa;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
}
.asgn-card-body {
  padding:16px;
}
.asgn-meta {
  margin:0;
  padding:0;
  list-style:none;
}
.asgn-meta li {
  display:flex;
  align-items:center;
  padding:8px 0;
  border-bottom:1px dashed #f0f0f0;
}
.asgn-meta li:last-child {
  border-bottom:0;
}
.asgn-icon {
  width:28px;
  height:28px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-right:10px;
  background:#f5f5f5;
}
.asgn-label {
  font-size:12px;
  color:#777;
  margin-bottom:2px;
}
.asgn-value {
  font-weight:600;
  color:#333;
}
.asgn-muted {
  color:#999;
  font-size:12px;
}
.asgn-timeline {
  padding:12px 16px;
  background:#fcfcfc;
  border:1px solid #eee;
  border-radius:6px;
}
.asgn-dots {
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:6px;
}
.asgn-dot {
  width:10px;
  height:10px;
  border-radius:50%;
  background:#337ab7;
}
.asgn-bar {
  height:4px;
  background:#337ab7;
  flex:1;
  min-width:60px;
}

/*# sourceMappingURL=app.5fdac43ee09bb717b489.bundle.css.map*/