﻿select {
  margin: 0;
  height: 100%;
  display: inline-block;
  line-height: 1.5em;
  box-sizing: border-box;
  background-color: #fff;
  border: none;
  background-image: url("/Content/Images/chevron-down.png");
  background-position: 100% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#post_process_modal .smtp-process .config-details {
  margin-left: auto;
  flex: 0 !important;
}
#post_process_modal .smtp-process .config-details .open {
  cursor: pointer;
}
#post_process_modal .smtp-process .config-details .details {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  cursor: default;
}
#post_process_modal .smtp-process .config-details .details .close {
  cursor: pointer;
  font-size: 1em;
}
#post_process_modal .smtp-process .config-details .details .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ddd;
  opacity: 0.3;
}
#post_process_modal .smtp-process .config-details .details .wrapper {
  padding: 20px;
  flex: 1 1 auto;
  height: 100%;
}
#post_process_modal .smtp-process .config-details .details .content {
  border: 1px solid #ddd;
  background: #fff;
  padding: 20px;
  min-height: unset;
}
#post_process_modal .smtp-process .config-details .details .content h2 {
  margin-bottom: 10px;
}
#post_process_modal .smtp-process .config-details .details .content ul {
  list-style: none;
  margin-left: 10px;
}
#post_process_modal .smtp-process .config-details .details.show {
  display: flex;
}
