/*.dropdown-menu>li>a{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #0095db;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #fff;
  text-align: center;

}

.dropdown-menu>li>a:hover{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #0095db;
  text-align: center;
}*/

#custom_title{
  position: fixed;
  margin-left: 3rem;
  color: white;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}

.dropdown-menu .footer{
  border-top: 1px solid #eee;
}

.passed_min{
  margin-left: 0.6em;
  font-size: 90%;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif,'FontAwesome';
}

.session_timeout{
  margin-right: 0.6em;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif,'FontAwesome';


}

.msg_li_ele{
  margin: 0px;
  padding-bottom: 0.75em;
  background-color: #FFFFFF;
}

/* .msg_li_ele:nth-child(even){
  background-color: #F2F2F2;
} */
/*
.msg_li_ele:nth-child(odd){
  background-color: #FFFFFF;
} */

.close_button{
  font-size: 1em;
  opacity: 0.40;
  margin-right: 0.5em;
  margin-top: 0.05em;
}

.navbar-custom-menu{
  font-size: 1.20em;
}

.user-settings{
  font-size: 14px;
}

.label-msg{
  font-size: 12px;
}

.msg_head{
  font-size: 85%;
  margin: 0em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1em;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif,'FontAwesome';
  background-color: #F2F2F2;
}

.msg_button{
  display: block;
  padding: 3px 2px;
  /* margin-top: 2px;
  margin-bottom: 2px; */
  border-bottom: 0px;
  font-size: 12px;
  color: #444;
  text-align: center;
  border-bottom: 0px;
}

.msg_button_left{
  border-right: 1px solid #eeeeee;
}


/* .msg_li_ele:nth-child(even) h4{
   border-bottom: 1px solid #ccc;
} */

/* .msg_li_ele:nth-child(odd) h4{
 border-bottom: 1px solid #eee;
} */

.msg_text{
  margin: 0em;
  padding-left: 0.25em;
}


.en:before, .de:before, .it:before, .fr:before {
  content: "\00a0";
}

.en{
  background-image: url(/css/images/gb.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
  padding-right: 15px;
}

.de{
  background-image: url(/css/images/de.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}

.it{
  background-image: url(/css/images/it.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}

.fr{
  background-image: url(/css/images/fr.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}

.flag {
  height: 1.125rem;
  margin-right: .25rem;
  vertical-align: text-bottom;
}



.modal-dialog {
  /* position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin-top: 10%;
  display: flex !important;
  align-items: center;
  margin-top: 100px; */
}

.passStrengOutDiv{
  padding: 0px;
  float: left;
  background-color: #f5f5f5;
  }

  .passStrengDiv{
  height: 10px;
  }

  .icon {
    display: inline-block;
    width: 20px;
    font-size: 1.2em;
    padding-right:1.5em;
    line-height:1px;
    transform: translateY(0.1em);

  }

  .icon-sensor::before {
    content: "\24c8";
    font-style: normal;
    font-size: 1.3em;
    margin-left:-0.1em;
  }

  @keyframes label-highlighting {
    0% {
      opacity:1;
    }
    15% {
      opacity:0.9;
    }
    30% {
      opacity:0.8;
    }
    45% {
      opacity:0.7;
    }
    60% {
      opacity:0.7;
    }
    75% {
      opacity:0.8;
    }
    90% {
      opacity:0.9;
    }
    100% {
      opacity:1;
    }
  }

  .label-count-highlight {
    font-size: 14px;
    animation-name: label-highlighting;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }

  .main-header .navbar .nav > li > a > .label-msg {
   top: 5px;
   /*right: 0px;*/
  }

  .dropdown.open .dropdown-menu {
    max-height: 300px;
    opacity: 1;
}

.refresh-five{
  margin-right:-1px;
  padding-left:2px;
}
.refresh-five::after{
  content: "\2075";
  font-weight: 600;
  font-size: 16px;
}

.msg_icon_btn:hover {
  color: var(--light);
}

body:not(.sidebar-collapse) .nav-treeview .nav-treeview i,
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .nav-treeview .nav-treeview i,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-treeview .nav-treeview i {
  margin-left: 1rem;
}

@media (max-width:1159px){
  .new-message{
    display: none;
  }
}


@media (min-width:1160px){
  .new-message{
    color:#fff;
    display: flex;
    margin-top: -1000px;
    transition: all 3s ease;
  }

  .new-message.in{
    margin-top: 0;
  }

  .new-message_p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:inline-block;
    max-width: 50vw;
    /* max-width: calc(100% - 3em); */
  }

  .new-message_p a{
/*   color:#00ff8a;*/
    color:#b3efff;
    text-decoration: underline;
  }

  /* .msg_icon_btn {
    color: #ffffff;
    font-size: .7em;
    margin-left: .8em;
    cursor: pointer;
    vertical-align: text-top;
    display:inline;
  } */

  .msg_icon_btn_div{
    float:right;
  }
}
