/* Virtual Printer */
.virtual-printer {
  margin: 0;
}

/* Inbound PDF */
.inboundPdfViewer {
  height: 1052px;
  width: 100%;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.location-data-store {
  width: 100%;
}

body.mini-navbar .location-data-store #page-wrapper {
  width: 100%;
}

#page-title h1 {
  margin: 0;
  padding: 0;
  font-size: 2.14em;
  line-height: 2.14em;
}

#dashboard-summary-boxes .loader {
  min-height: 112px;
}

#dashboard-summary-boxes .text-warning.error {
  min-height: 112px;
  text-align: center;
}

#dashboard-summary-boxes .text-warning.error i {
  font-size: 5em;
  margin: 10px;
}

#dashboard-slas .ibox-content {
  min-height: 475px;
}

#dashboard-slas h3 {
  margin-bottom: 40px;
}

#footer {
  text-align: center;
}

.text-warning.error {
  min-height: 112px;
  text-align: center;
}

.text-warning.error i {
  font-size: 5em;
  margin: 10px;
}

.report-range {
  cursor: pointer;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar.navbar-static-top .report-range {
  margin-top: 12px;
}

.lifecycle.label {
  width: 95px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
}

.sk-spinner.sk-spinner-double-bounce {
  width: 80px;
  height: 80px;
}

.sk-spinner-container {
  display: flex;
  align-items: center;
}

.sk-spinner-container.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.75);
}

.logo-element {
  height: 60px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.logo-element img {
  max-width: 70px;
  max-height: 60px;
}

#document-search .ibox-title,
#batch-search .ibox-title,
table th.sortable,
.documents-table-row {
  cursor: pointer;
}

.documents-table-row td.expander {
  font-size: 1.5em;
  color: #304051;
  margin: 0;
  padding: 0;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

span.disabled {
  color: #cccccc;
}

.cursor-auto {
  cursor: auto;
}

.no-wrap {
  white-space: nowrap;
}

.document-subtable .actions {
  vertical-align: middle;
}

.document-subtable .actions .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.document-subtable .actions ul li {
  padding: 3px 0;
}

.inbound-box .ibox-content {
  min-height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.inbound-box h1 {
  font-size: 4em;
}

.batches.actions .item {
  margin-right: 10px;
}

.batches.actions .item:last-child {
  margin-right: 0;
}

.batches.actions span {
  color: #aaaaaa;
}

.full-page-container,
.full-page-container .ibox-content {
  width: 100vw;
  height: 100vh;
}

.selected-row {
  background-color: #ecf4fe;
}

tr.selectable,
tr.selectable input {
  cursor: pointer;
}

.batches-toolbar {
  margin-bottom: 10px;
}

.exports a {
  margin-left: 30px;
}

.exports a:first-child {
  margin-left: 0;
}

.selectItemsPerPage {
  height: 28px;
  margin-right: 20px;
}

.responsive-input {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.advanced_search form {
  width: 100%;
}

.advanced_form {
  width: 100%;
}

.advanced_form .form-group {
  margin-bottom: 0;
}

.advanced_form input {
  width: 100%;
}

.date-range-advanced-search span {
  float: none;
}

.top-group-buttons {
  display: inline-block;
  margin-right: 20px;
}

.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 30px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
}

.tt-query {
  /* UPDATE: newer versions use tt-input instead of tt-query */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
  width: 100%;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}

.tt-suggestion:hover {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

.input-group {
  margin-top: 20px;
  margin-bottom: 10px;
}

.settings-title {
  margin-top: 30px;
}

.btn-settings {
  width: 110px;
  height: 100px;
  text-align: center;
  margin-left: 15px;
  margin-top: 10px;
  color: #2f4050;
  border-color: #2f4050;
}

.btn-settings:hover {
  color: white;
  background-color: #2f4050;
}

.btn-settings i {
  display: block;
  margin-bottom: -6px;
  margin-top: 5px;
}

.label-settings-button {
  position: relative;
  font-size: 12px;
  white-space: normal;
  display: block;
  margin-top: 10px;
}

.settings-subtitle {
  border-bottom: 1px solid #eee;
  height: 40px;
  margin-bottom: 30px;
}

.control-label {
  text-align: right;
}

.subdomain:after {
  content: '.mailmetrics.io';
  color: #676a6c;
}

.file-manager ul {
  margin-left: 10px;
}

.workitem-post-header {
  margin-top: 0px;
}

.workitem-mail-box {
  margin-bottom: 0px;
}

.workitem-post-message {
  margin-top: 0px;
}

.workitem-post-message + .workitem-post-message {
  margin-top: 20px;
}

.workitem-post-action {
  margin-bottom: 0;
  border-top: 0;
}

.workitem-post-action .mail-body {
  border: 0;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 12px;
}

.workitem-post-body {
  border-top: 0;
  margin-top: -15px;
}

.post-message-color {
  background-color: #ffffff;
  padding: 10px;
}

.post-note-color {
  background-color: #fffcea;
  border-left: 3px solid #c8bcb4;
  color: #836f60;
  padding: 10px;
}

.post-forward-color {
  background-color: #edfaeffcea;
  border-left: 3px solid #c8bcb4;
  color: #836f60;
  padding: 10px;
}

.fixed-top {
  position: fixed;
  z-index: 1500;
  top: 0;
  left: auto;
  right: auto;
  padding-bottom: 17px;
}

.menu-post {
  padding-bottom: 60px;
}

.bold {
  font-weight: bold;
}

.linkPost {
  color: rgb(153, 153, 153);
  margin-right: 10px;
}

.linkPost:hover {
  color: #1dc5a3;
  text-decoration: underline;
}

.linkPost:clicked {
  color: rgb(153, 153, 153);
}

.linkPostSelected {
  color: #1ab394;
  margin-right: 10px;
}

.linkPostSelected:hover {
  color: #1ab394;
}

.linksubline: hover {
  text-decoration: underline;
}

.inputReply {
  border: 0;
}

.inputReply:focus {
  outline: none;
}

.classHidden {
  display: none;
}

.modalLoading {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.bootstrap-tokenizer .token-removeable {
  cursor: pointer;
  padding-right: 21px;
}

.bootstrap-tokenizer .token {
  background-color: #e7f4ff;
  border: 0;
  border-radius: 2px;
  color: #1f8dd6;
  display: inline-block;
  line-height: 1em;
  margin: 0 3px 3px 0;
  padding: 1px 7px;
  position: relative;
}

.bootstrap-tokenizer .token .close-button {
  bottom: 0;
  padding: 1px 7px;
  right: 0;
  top: 0;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.bootstrap-typeahead-clear-button {
  outline: none;
  margin-top: -12px;
  position: absolute;
  right: 11px;
  top: 50%;
  z-index: 1;
}

.label-sla-success {
  background-color: #1ab394;
}

.react-datepicker-wrapper {
  width: 100%;
}

.react-datepicker__input-container {
  width: 100%;
}

/* Rich Editor */

.RichEditor-root {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 13px;
  padding: 15px;
}

.RichEditor-editor {
  border-top: 1px solid #ddd;
  cursor: text;
  margin-top: 10px;
  min-height: 140px;
  color: #333;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 18px;
}

.RichEditor-editor .public-DraftEditorPlaceholder-root,
.RichEditor-editor .public-DraftEditor-content {
  margin: 0 -15px -15px;
  padding: 15px;
}

.RichEditor-editor .public-DraftEditor-content {
  min-height: 100px;
}

.RichEditor-hidePlaceholder .public-DraftEditorPlaceholder-root {
  display: none;
}

.RichEditor-editor .RichEditor-blockquote {
  border-left: 5px solid #eee;
  color: #666;
  font-family: 'Hoefler Text', 'Georgia', serif;
  font-style: italic;
  margin: 16px 0;
  padding: 10px 20px;
}

.RichEditor-editor .public-DraftStyleDefault-pre {
  background-color: rgba(0, 0, 0, 0.05);
  font-family: 'Inconsolata', 'Menlo', 'Consolas', monospace;
  font-size: 16px;
  padding: 20px;
}

.RichEditor-controls {
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
  user-select: none;
}

.RichEditor-styleButton {
  color: #999;
  cursor: pointer;
  margin-right: 16px;
  padding: 2px 0;
  display: inline-block;
}

.RichEditor-activeButton {
  color: #5890ff;
}

/* End Rich Editor */

/**
 * On Off Switch style
 */

.onoffswitch {
  position: relative;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-small {
  width: 30px;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 32px;
  padding: 0;
  line-height: 32px;
  border: 2px solid #999999;
  border-radius: 32px;
  background-color: #eeeeee;
  transition: background-color 0.3s ease-in;
}

.onoffswitch-label:before {
  content: '';
  display: block;
  width: 32px;
  margin: 0px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 31px;
  border: 2px solid #999999;
  border-radius: 32px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-label-small {
  height: 18px;
  line-height: 18px;
}

.onoffswitch-label-small:before {
  width: 18px;
  right: 12px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #1ab394;
}

.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #1ab394;
}

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
}

/**
 * End of On/Off switch style
 */

.integration-panel:hover {
  box-shadow: 0px 0px 5px gray;
}

@media (max-width: 1200px) {
  .inbound-box h1 {
    font-size: 5em;
  }
}

@media (max-width: 1000px) {
  .inbound-box h1 {
    font-size: 4em;
  }
}

@media (max-width: 1199px) {
  .inbound-box .ibox-content {
    min-height: auto;
  }
}

/**
 * PDF Buttons/Icons
 */
.pdf-button {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 0;
  padding-top: 2px;
  padding-left: 0;
  padding-right: 0;
  top: 3px;
  text-align: center;
  color: #cccccc;
}

.pdf-button:hover {
  box-shadow: 0px 0px 2px #cccccc;
  color: #ffffff;
}

.pdf-input-file {
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: 0;
}

.pdf-toolbar {
  min-height: 34px;
  height: 120%;
  width: 100%;
  max-width: 100%;
  text-align: center;
  background-color: #474747;
  box-shadow: 0px 1px 0px #cccccc;
  margin-bottom: 20px;
}

.sla-choose:focus {
  outline: none;
}

.checkbox-inline {
  margin-left: 10px;
}

.checkbox-inline input {
  margin-right: 5px;
}

.list-group-item {
  padding: 1em;
}

input::-ms-clear {
  display: none;
}

#admin-menu {
  float: right;
  margin-right: 10px;
}

.post-form-recipients .rbt-input-hint {
  margin-top: 0px !important;
}

a {
  text-decoration: none;
}

.form-group {
  margin-bottom: 1rem;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}
