/**
 * 
 * @author Christian Ezeani <christian@teamcyb.com>
 * @copyright TeamCYB <support@teamcyb.com>
 */
.cyb-mail-dialog-window {
  position: fixed !important;
  width: 90% !important;
  max-width: 500px !important; }

.cyb-mail-form-table th {
  width: 100px; }

.cyb-mail-field {
  width: 100% !important; }

.cyb-mail-delete, .cyb-mail-delete:hover, .cyb-mail-delete:focus {
  color: #A00; }

.cyb-mail-text-danger {
  color: #F00; }

.cyb-mail-text-right {
  text-align: right; }

.cyb-mail-text-bold {
  font-weight: bolder; }

.cyb-mail-highlight {
  background-color: #c4e2ff !important; }

#cyb-mail-dialog {
  height: auto !important;
  max-height: 300px !important;
  overflow: auto !important;
  overflow-x: hidden !important;
  overflow-y: auto !important; }

.loading-overlay {
  top: 0px !important;
  z-index: 1000000000 !important; }

.cyb-mail-loading {
  z-index: 1001010 !important; }
