﻿#systemMessages {
  width: 370px;
  position: absolute;
  top: 110px;
  right: 0;
  z-index: 100;
}

#systemMessages:empty {
  display: none;
}

.toast {
    background-color: rgba(255, 255, 255, 1);
}

.toast.info .toast-header strong {
  color: #1FB2BD;
}
.toast.urgent .toast-header strong {
  color: #D9260B;
}



#addSystemMessage .k-widget.k-datetimepicker.k-header {
    width: 100%;
}

@media only screen and (min-width: 960px) {
  #addSystemMessage .col-md-6:first-of-type .k-widget.k-datetimepicker.k-header {
     padding-right: 10px;
  }
}
  