body {
  font-family: "Segoe UI", Segoe, Tahoma, Arial, sans-serif;
  padding: 30px 30px 30px 280px !important;
  font-size: 16px !important;
  background: rgba(128, 128, 128, 0.2) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
  margin: 0 0 15px 0;
  font-weight: bold;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 26px;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 250px;
  bottom: 0;
  background: #222d3b;
  color: white;
}
header .navbar-brand {
  font-size: 24px;
  color: white;
  padding: 20px;
  display: block;
  font-weight: bold;
  text-decoration: none;
  font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
header .navbar-brand img {
  height: 26px;
}
header .logininfo {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 10px 10px 10px;
  padding: 20px;
  display: block;
}
header .logininfo strong {
  font-size: 20px;
  margin: 5px 0;
}
header .logininfo strong, header .logininfo a {
  display: block;
  color: white;
}
header nav ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
}
header nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
header nav ul li .fa {
  position: absolute;
  left: 15px;
  top: 15px;
}
header nav ul li a {
  display: block;
  color: #eaedf1;
  padding: 5px 20px 5px 40px;
  min-height: 35px;
  line-height: 35px;
  text-decoration: none;
}
header nav ul li:hover {
  color: white;
}
header nav ul li:hover a {
  color: white;
}
header nav ul li.active {
  color: #c1d82f;
}
header nav ul li.active a {
  color: #c1d82f;
}
.submenu {
  margin: -30px -30px 30px -30px;
  padding: 20px 30px;
  background: #222d3b;
}
.submenu ul {
  list-style: none;
  margin: 0;
  display: flex;
  padding: 0;
}
.submenu ul li a {
  display: flex;
  padding: 5px 35px 5px 0;
  text-decoration: none;
  font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: white;
  align-items: center;
}
.submenu ul li a.active {
  color: #c1d82f;
}
.submenu ul li a.icon:before {
  content: '\f0c0';
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 14px;
}
.submenu ul li a.icon.contacts:before {
  content: '\f007';
}
.submenu ul li a.icon.contactunsubscribe:before {
  content: '\f00d';
}
.submenu ul li a.icon.mail.sent:before {
  content: '\f1d8';
}
.submenu ul li a.icon.mail.scheduled:before {
  content: '\f073';
}
.submenu ul li a.icon.mail.archive:before {
  content: '\f187';
}
#content {
  padding: 30px;
  background: white;
  margin-bottom: 20px;
}
#content:after {
  content: '';
  display: block;
  clear: both;
}
select, input[type="password"], input[type="text"] {
  padding: 8px 15px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
a.addtogroup,
[type=button],
[type=reset],
[type=submit],
button {
  padding: 8px 15px;
  min-width: 100px;
  font-size: 16px;
  border-radius: 6px;
  background: #c1d82f;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin: 10px 0;
}
a.addtogroup {
  background: #222d3b;
  color: #c1d82f;
  text-decoration: none;
}
a.addtogroup:hover {
  background: #c1d82f;
  color: #222d3b;
}
div.grid div.gridheader {
  background: #222d3b;
  border: 1px solid #222d3b;
  position: relative;
  color: white;
  padding: 7px 5px;
  font-size: 1em;
}
div.grid div.gridheader h3 {
  font-weight: normal;
}
div.grid div.gridheader div.pager {
  position: absolute;
  right: 2px;
  top: 7px;
  font-size: 0.75em;
  padding: 0 20px;
}
div.grid div.gridheader div.pager a {
  background-color: transparent;
  background-position: 50% 50%;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../images/icons/control.png);
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 0;
}
div.grid div.gridheader div.pager a.back {
  background-image: url(../images/icons/control-180.png);
  right: auto;
  left: 0;
}
div.grid table {
  padding: 8px 15px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
  border: 1px solid #f3f3f3;
  font-size: 13px;
}
div.grid table td {
  padding: 9px 7px;
  background: #f3f3f3;
}
div.grid table tr.odd td {
  background: white;
}
div.grid table th {
  padding: 5px 7px 7px;
  text-align: left;
  background: #222d3b;
  color: #fff;
}
div.grid table td.right {
  text-align: right;
}
div.grid table a {
  color: #5A8906;
}
div.grid table a:hover {
  text-decoration: none;
}
div.channels {
  background: #ededed;
  border: 1px solid #ccc;
  width: 230px;
  float: left;
  margin-top: 1em;
}
div.channels ul {
  list-style-type: none;
  padding-left: 10px;
  padding-right: 4px;
  margin: 0;
}
div.channels ul li {
  display: block;
  padding: 0;
}
div.channels ul li a {
  color: #121617;
  text-decoration: none;
  padding-top: 9px;
  display: block;
  padding-bottom: 9px;
  padding-left: 2px;
  border-bottom: 1px solid #cbcbcb;
}
div.channels ul li a.active {
  font-weight: bold;
}
div.channels ul li ul {
  font-size: 0.916em;
}
div.channels ul li ul a {
  padding-left: 5px;
}
.templates a.template {
  color: #111;
  text-decoration: none;
  display: block;
  width: 100%;
  border: 1px solid #d8d8d8;
  position: relative;
  margin: 6px 13px 6px 14px;
  padding: 1px;
  background: #fff;
}
.templates a.template img {
  width: 100%;
}
.templates a.template:hover {
  color: #2A97F4;
  border: 1px solid #2A97F4;
}
.templates a.template div.title {
  position: absolute;
  bottom: 0px;
  height: 21px;
  line-height: 14px;
  text-align: center;
  font-size: 0.75em;
  right: 0;
  left: 0;
  background: #fff;
  opacity: 0.7;
  padding-top: 4px;
}
div.mailingeditor {
  font-size: 0.75em;
}
div.mailingeditor table {
  width: 100%;
}
div.mailingeditor table td {
  padding: 3px 0px 3px 0px;
}
div.mailingeditor table td.label {
  width: 140px;
}
div.mailingeditor label {
  font-weight: bold;
  padding-right: 15px;
}
div.mailingeditor input.superwide {
  width: 100%;
}
div.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000000;
  opacity: .5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
  -khtml-opacity: .50;
  /* Safari 1.x */
  -moz-opacity: .50;
  /* FF lt 1.5, Netscape */
  z-index: 30;
}
div.lightbox {
  position: absolute;
  width: 600px;
  background: #fff;
  padding: 15px;
  z-index: 31;
}
div.lightbox div.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 50px;
  background: transparent url(../images/ajax-loader.gif) no-repeat 50% top;
}
div.lightbox a.close {
  font-weight: bold;
  position: absolute;
  right: 14px;
  top: 10px;
  text-decoration: none;
  font-size: 0.6875em;
}
div.lightboxcontent {
  margin-top: 10px;
}
table.groups-lightbox {
  border: 1px solid #1B8AE4;
  color: #121617;
  font-size: 0.75em;
}
table.groups-lightbox td {
  padding: 3px 5px 3px 0px;
}
div.groups {
  height: 50px;
  padding: 8px 15px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
div.groups div.contactgroup {
  float: left;
  display: block;
  border: 1px solid #999;
  padding: 4px 5px;
  background: #ddd;
  margin-right: 3px;
  margin-bottom: 3px;
}
div.groups div.contactgroup a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
a#addgroups {
  color: #1B8AE4;
  padding: 4px 5px;
  float: left;
  display: block;
  margin-bottom: 3px;
}
.row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.row .col-6 {
  flex: 0 0 50%;
  padding: 0 15px;
}
#newsletterPreview {
  height: 800px;
}
#newsletterPreview #body > center {
  padding: 50px 0;
}
div.statcontent {
  float: left;
  width: 750px;
  margin-left: 22px;
}
#sticky {
  position: sticky;
  top: 100px;
}
div.form div.validation-summary-errors {
  background: #ffb7b7 url(../images/icons/exclamation-red.png) no-repeat 6px 10px;
  padding: 0.6em 1em 0.6em 26px;
  margin-bottom: 15px;
  border: 1px solid #ff9292;
}
div.form span.field-validation-error {
  color: #D20909;
  padding-left: 8px;
}
