.login-block { 
	background: none;
	background: #e1e1e1;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: transparent !important;
    color: #000;
    padding: 1px 25px 8px 20px;
    background: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #404e67;
}


/*for popup */
.select2-close-mask{
    z-index: 2099;
}
.select2-dropdown{
    z-index: 3051;
}


.md-tabs .nav-link.active, .md-tabs .nav-link.active:focus, .md-tabs .nav-link.active:hover {
    color: #fff;
    border: none;
    background-color: transparent;
    border-radius: 0;
    background: #404e67;
}

.nav-tabs .slide {
  width: calc(100% / 6);
}

.md-tabs .nav-item {
    width: calc(100% / 6);
}

.minicolors-theme-default .minicolors-input {
    height: 30px;
}


input#message-input {
    width: 95%;
    height: 35px;
    border-radius: 10px;
}

ul#messages {
    max-height: 600px;
    overflow-y: scroll;
}

li.sent {
  position: relative;
  max-width: 20em;
  background-color: #a6ce39;
  padding: 0.5em 1em;
  font-size: 1em;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
  margin-bottom: 25px;
  font-style: italic;
}



li.sent::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 1.5em;
  border: .75rem solid transparent;
  border-top: none;
  border-bottom-color: #a6ce39;
  filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}

.sent > span, .receive > span{
  font-weight:800;
  font-style: normal;
}


li.receive {
  position: relative;
  max-width: 20em;
  background-color: #fbcea7;
  padding: 0.5em 1em;
  font-size: 1em;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
  margin-bottom: 25px;
  left: 5%;
  font-style: italic;
}

li.receive::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 1.5em;
  border: .75rem solid transparent;
  border-top: none;
  border-bottom-color: #fbcea7;
  filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}

.delete-message {
  position: absolute;
  top: 20px;
  right: 20px;
}


.htitle {
    background: #a6ce3a;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.noresults {
  background: #f07575;
  text-align: center;
  padding: 10px;
  color: #fff;
}


.myloader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: none;
}


.proff .more-info {
    background: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    left: calc(50% - 45px);
    -webkit-box-shadow: 0 1px 14px -5px #000;
    box-shadow: 0 1px 14px -5px #000;
    position: inherit;
}


.get_grade:hover, .get_evaluation:hover, .get_material:hover, .get_study:hover, .get_absence:hover {
    cursor: pointer;
}

.checkbox-inline{
    display: inline !important;
    margin-right: 10px;
}

.checkbox-inline div {
    display: inline-block;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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


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

.search_results {
    display: none;
    position: absolute;
    max-height: 300px;
    /*width: 260px;*/
    width: 400px;
    background: #ffffff;
    border-left: 1px solid #404e67;
    box-shadow: 10px 10px 5px 0px rgb(189 189 189 / 75%);
    -webkit-box-shadow: 10px 10px 5px 0px rgb(189 189 189 / 75%);
    -moz-box-shadow: 10px 10px 5px 0px rgba(189,189,189,0.75);
    overflow-y: scroll;
}

.search_results li {
    position: unset !important;
}