/*LOGIN PAGE*/
.msg-toast{
  width: 400px !important;
}
#notification{
  margin: 1em;
  position: fixed; 
  bottom: 0;
  right: 0;
  z-index: 100;
}
.pusher {
  margin-left: 260px !important;
}
.openbtn{
  display: none !important;
}
.ui.sidebar.visible ~ .pusher{
  width: calc(100% - 260px);
}
.highlighted{
  background-color: #FFFC98 !important;
}
.rotate-180{
  transform: rotate(180deg);
  transition: transform 0.1s linear;
}
.very.thin{
  width: 65px !important;
}
.inf-rotate {
  -webkit-animation: rotation 1s infinite linear;
}
@-webkit-keyframes rotation {
  from {-webkit-transform: rotate(0deg);}
  to   {-webkit-transform: rotate(359deg);}
}
@media only screen and (max-width: 816px){
  #mobileRemove{
    display: none;
  }
  .msg-toast{
    width: 250px !important;
  }
  .openbtn{
    display: block !important;
  }
  .pusher {
    margin-left: 0px !important;
  }
  .ui.sidebar.visible ~ .pusher {
    width: calc(100% - 0px);
  }
}

#avatar-img{
  cursor: pointer;
  opacity: 0.4;
}
#avatar-img:hover{
  opacity: 1;
  transition: opacity 0.25s;
}
.selected-avatar{
  border-style: solid;
  border-width: 3px;
  border-color: #2185d0;
  opacity: 1 !important;
}
.header2{
  padding-top: 0 !important;
  background: linear-gradient(135deg, rgba(24,42,115,1) 0%,rgba(33,138,174,1) 69%,rgba(32,167,172,1) 89%) !important;
}
#tableMsg{
  color: #e2e2e2;
  margin-bottom: 0px;
}

