@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans:100,300,400,700|Roboto:300,400|Montserrat:900");

* {
  margin: 0;
  box-sizing: border-box;
  outline: none;
}
*:not(textarea):not(input):not(code) {
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

html {
  height: 100vh;
}
body {
  height: 100%;
  background-color: #f0f0f0;
  width: 100vw;
  overflow: hidden;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

section#header,
section#container {
  margin: 1em auto;
  max-width: 650px;
  padding: 1em;
  font-size: 16px;
  font-family: "Lato";
  background-color: #ddd;
}
section#header.unSub {
  background-color: #5d3a8a;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d3a8a+0,a468f2+100 */
  background: #5d3a8a; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #5d3a8a 0%,
    #a468f2 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #5d3a8a 0%,
    #a468f2 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #5d3a8a 0%,
    #a468f2 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d3a8a', endColorstr='#a468f2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #fff;
}
section#header.sub {
  background-color: #5d3a8a;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d94cc+0,6beef9+100 */
  background: #2d94cc; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #2d94cc 0%,
    #6beef9 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #2d94cc 0%,
    #6beef9 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #2d94cc 0%,
    #6beef9 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d94cc', endColorstr='#6beef9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #fff;
}
section#header img {
  width: 180px;
}

.unsubReason {
  display: block;
  overflow: hidden;
}
.unsubReason span {
  display: block;
}
.unsubReason span.note {
  font-size: 14px;
  color: #666;
}
.unsubReason input,
.unsubReason textarea {
  margin: 1em 0;
  width: 100%;
  padding: 1em;
  font-family: "Lato";
  font-size: 15px;
  border: 0;
  border-radius: 4px;
  letter-spacing: 1.7px;
  resize: none;
}
.unsubReason input {
  margin: 0.25em 0;
}
.unsubReason input:first-of-type {
  margin-top: 1em;
}
.unsubReason .sub-container {
  padding: 1em;
  background-color: #eee;
  margin: 0.25em 0;
  border-radius: 4px;
}
.unsubReason label {
  margin: 0.5em 1em;
  width: calc(100% - 2em);
  padding: 1em;
  background-color: #ddd;
  display: block;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  transition: 0.3s;
}
.unsubReason label:hover {
  background-color: #d8d8d8;
}
.unsubReason label > input {
  font-size: 15px;
  margin: 0.25em 0 0 !important;
  float: right;
  width: auto;
}
.unsubReason #subBtn,
.unsubReason #requestUnsub {
  float: right;
  padding: 1em;
  background-color: #41bedf;
  color: #fff;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s background-color;
}
.unsubReason #subBtn {
  float: none;
  margin-top: 0.25em;
}
.unsubReason #subBtn:hover,
.unsubReason #requestUnsub:hover {
  background-color: #2f9fbd;
}

div#content .overlay-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  color: #fff;
  text-align: center;
  padding-top: calc(25% - 48px);
}
div#content .command-container {
  width: 100%;
  padding: 1em;
  overflow: hidden;
  position: relative;
  background-color: #333333;
}
div#content .command-container > .alertCounter {
  display: inline-block;
  font-size: 13px;
  float: right;
  color: #333;
  padding: 0.25em 0.5em;
  background: #eee;
  border-radius: 4px;
}
div#content .command-container > a {
  color: white;
  background-color: #111;
  border-radius: 3px;
  padding: 0.25em 1em;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
div#content .command-container > a:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

div#alerts-content {
  margin: 0 0 1em;
  overflow-y: auto;
  border-bottom: 1px solid #333;
  background-color: #464646;
}

div#alerts-content > div * {
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}
div#alerts-content > div {
  /* margin-bottom:1em; */
  padding: 1em;
  box-sizing: border-box;
  background-color: #f8f8f8;
  /* border-radius: 4px; */
  width: 100%;
  border-bottom: 1px solid #333;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  transition: 0.25s, 0.25s margin cubic-bezier(0.645, 0.045, 0.355, 1),
    0.25s width cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  font-family: "Roboto";
}
div#alerts-content > div.secondary {
  background-color: #e8e8e8;
  /* color: #fff; */
}

div#alerts-content > div:not(.selected):hover {
  /* transform: translateY(-4px); */
  /* box-shadow: 0 2px 6px rgba(0,0,0,.2); */
  background-color: #eee;
  color: #000;
  padding-left: 1.25em;
}
div#alerts-content > div:not(.selected):hover > div.snap {
  /* width: 150px;
	height: 150px; */
}

div#alerts-content > div.selected {
  /* background-color: #fda43a; */
  background-color: #e0e0e0;
  color: #000;
  /* color: white; */
  /* box-shadow: inset 0 0 4px rgba(0,0,0,.25); */
  margin-left: 1.25em;
  width: calc(100% - 1.25em);
}

div#alerts-content > div > div.snap {
  height: 100px;
  width: 100px;
  float: left;
  margin-right: 1em;
  overflow: hidden;
  background-color: #666;
  transition: 0.3s;
  position: relative;
}
div#alerts-content > div > div.snap:empty {
  display: none;
}
div#alerts-content > div > div.snap span {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 100px;
  text-align: center;
  width: 100%;
  color: #fff;
  opacity: 0.3;
  font-family: "Lato";
  font-weight: 900;
}
div#alerts-content > div > div.snap img {
  background-size: cover;
  background-repeat: no-repeat;
  height: inherit;
  width: inherit;
  background-position: center;
}

div#alerts-content > div > div.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  transition: 0.3s;
}
div#alerts-content > div.selected > div.overlay {
  display: inline-block;
  opacity: 0.3;
}
div#alerts-content > .area-6.selected > div.overlay {
  background-color: #aec633;
}
div#alerts-content > .area-5.selected > div.overlay {
  background-color: #238090;
}
div#alerts-content > .area-1.selected > div.overlay {
  background-color: #41bedf;
}
div#alerts-content > .area-2.selected > div.overlay {
  background-color: #36b76f;
}
div#alerts-content > .area-3.selected > div.overlay {
  background-color: #fda43a;
}
div#alerts-content > .area-4.selected > div.overlay {
  background-color: #5d3a8a;
}
div#alerts-content > .secondary.selected > div.overlay {
  background-color: #ee5152;
}

div#alerts-content > div.area-6 .area {
  border-bottom: 2px solid #aec633;
  display: inline;
}
div#alerts-content > div.area-5 .area {
  border-bottom: 2px solid #238090;
  display: inline;
}
div#alerts-content > div.area-1 .area {
  border-bottom: 2px solid #41bedf;
  display: inline;
}
div#alerts-content > div.area-2 .area {
  border-bottom: 2px solid #36b76f;
  display: inline;
}
div#alerts-content > div.area-3 .area {
  border-bottom: 2px solid #fda43a;
  display: inline;
}
div#alerts-content > div.area-4 .area {
  border-bottom: 2px solid #5d3a8a;
  display: inline;
}

div#alerts-content > div .area {
  margin-bottom: 0.5em;
  width: auto;
  font-family: "Lato";
}
div#alerts-content > div .details {
  line-height: 1em;
  padding: 0.5em 0;
}
div#alerts-content > div .detailsTo,
div#alerts-content > div .detailsFrom {
  /* color: #555; */
  opacity: 0.8;
  text-indent: 1em;
}
div#alerts-content > div .detailsTo span,
div#alerts-content > div .detailsFrom span {
  margin-left: 1em;
  color: #777 !important;
}
div#alerts-content > div.selected .sgl {
  color: #111;
}
div#alerts-content > div .sgl {
  font-weight: bold;
  font-size: 14px;
  /* color: #888; */
  opacity: 0.8;
  font-family: "Roboto";
  float: right;
  top: 1em;
  right: 1em;
  position: absolute;
  font-weight: 300;
}

div#area-filter {
  display: block;
  overflow: hidden;
  width: 100%;
  float: left;
  padding-top: 0.25em;
  display: inline-flex;
}

div#area-filter > label {
  float: left;
  cursor: pointer;
  margin: 0.25em 0.25em 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.75em 1em;
  border-radius: 4px;
  transition: 0.3s;
  flex: 1 auto;
}
div#area-filter > label:first-of-type {
  margin-left: 0;
}
div#area-filter > label:last-of-type {
  margin-right: 0;
}
div#area-filter > label:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
div#area-filter > label:not(.selected):hover {
  background: rgba(0, 0, 0, 0.4);
}
div#area-filter > label.selected {
  background: rgba(0, 0, 0, 0.6);
}
div#area-filter > label.area-6.selected {
  background-color: #aec633;
}
div#area-filter > label.area-5.selected {
  background-color: #238090;
}
div#area-filter > label.area-1.selected {
  background-color: #41bedf;
}
div#area-filter > label.area-2.selected {
  background-color: #36b76f;
}
div#area-filter > label.area-3.selected {
  background-color: #fda43a;
}
div#area-filter > label.area-4.selected {
  background-color: #5d3a8a;
}
div#area-filter > label.secondary.selected {
  background-color: #ee5152;
}

div#area-filter > label > input {
  margin-right: 0.5em;
  cursor: pointer;
  display: none;
}

div#profile {
  float: right;
  display: inline-flex;
  font-size: inherit;
  margin: 0;
}
div#profile span {
  padding: 0.5em 0;
  /* margin-right: 1em; */
  font-size: 14px;
  display: inline-table;
}
div#profile span.actions {
}
div#profile span.actions > a {
  padding: 0.5em 1em;
  transition: 0.3s;
  /* border-right: 1px solid rgba(255, 255, 255, 0.25); */
}
div#profile span.actions > a > .new:empty {
  display: none;
}

div#profile span.actions > a > .new {
  color: #fff;
  display: inline-block;
  margin-left: 0.5em;
  padding: 0 0.25em;
  background-color: #f55c5c;
  border-radius: 2px;
}
div#profile span.actions > a > i {
  margin-right: 0.5em;
}
div#profile span.menu {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  padding: 0.5em 1em;
}
div#profile span.menu:hover {
  /* background-color: rgba(51, 51, 51, 0.38); */
  background-color: #fff;
  color: #333;
}
div#profile span.menu i {
  margin: 0;
}
div#profile span.menu .user {
  padding: 0em 0.5em;
}
div#profile span.menu .user i {
  padding: 0 0.5em;
}
div#profile span.menu i.fa-gear,
div#profile span.menu i.fa-file-text,
div#profile span.menu i.fa-home {
  color: #36b76f;
}
div#profile span.menu i.fa-eye,
div#profile span.menu i.fa-envelope {
  color: #a468f2;
}
div#profile span.menu i.fa-paper-plane {
  color: #2d94cc;
}
div#profile span.menu i.fa-pencil,
div#profile span.menu i.fa-envelope-open,
div#profile span.menu i.fa-unlock {
  color: #fda43a;
}
div#profile span.menu i.fa-sign-out {
  color: #ee5152;
}
div#profile span.menu .submenu {
  position: absolute;
  right: 0;
  top: 100%;
  font-size: 12px;
  /* display: none; */
  z-index: 1000;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s all ease-out;
}
div#profile span.menu:hover .submenu {
  /* display: block; */
  background-color: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
  max-height: calc(32px * 7);
}
div#profile > a {
  padding: 0.5em;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 13px;
  transition: 0.3s;
}
div#profile .submenu > a {
  white-space: nowrap;
  display: block;
  padding: 0.75em 1.5em;
  text-decoration: none;
  color: #333;
}
div#profile .submenu > a > i {
  margin: 0 1em 0 0;
}
div#profile .submenu > a:hover {
  background-color: #eee;
}
div#profile .submenu > a:not(:last-of-type) {
  /* border-bottom: 1px solid #f0f0f0; */
}
div#profile a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
div#profile span.actions > a {
  background-color: transparent;
  color: white;
  text-decoration: none;
}
div#profile span.actions a:hover {
  background-color: #fff;
  color: #333;
}

section#search {
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  /* height: 3em; */
  font-size: 16px;
  /* display: flex; */
  background-color: #ddd;
  color: white;
  /* overflow: hidden; */
}

#adminNotes {
  display: block;
  margin: 0;
  border-radius: 0.5em;
  padding: 1.5em;
  background: #5d3a8a; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #5d3a8a 0%,
    #a468f2 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #5d3a8a 0%,
    #a468f2 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #5d3a8a 0%,
    #a468f2 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d3a8a', endColorstr='#a468f2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  font-family: "Open Sans";

  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 10000;
  transform: translate(-50%, 100%);
  transition: 1s cubic-bezier(0.86, 0, 0.07, 1);

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07),
    0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07),
    0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
#adminNotes i.fas {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.75em;
  cursor: pointer;
  font-size: initial;
}
#adminNotes.show {
  transform: translate(-50%, -1em);
}

section#search .banner {
  display: inline-block;
  width: 100%;
  background-color: #5d3a8a;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d3a8a+0,a468f2+100 */
  background: #5d3a8a; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #5d3a8a 0%,
    #a468f2 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #5d3a8a 0%,
    #a468f2 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #5d3a8a 0%,
    #a468f2 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d3a8a', endColorstr='#a468f2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  font-size: 24px;
  position: relative;
}
section#search .banner img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.25em;
}
section#search .banner h3 {
  margin-left: calc(113px - 1em);
  display: inline-block;
  padding: 0;
  font-size: inherit;
  font-family: "Lato";
  font-weight: 300;
}
section#search .banner h3 span {
  font-size: 0.7em;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
section#search .banner,
section#search .sub-banner {
  padding: 0.5em;
  padding-right: 0;
  display: block;
}
section#search .banner {
  padding: 1em;
}
section#search .sub-banner {
  font-size: 12px;
  overflow: hidden;
}
section#search .sub-banner > label {
  float: left;
  display: flex;
  padding: 0.5em 0;
  margin: 0 0.25em;
  color: #333;
}
section#search .sub-banner .search-container {
  overflow: hidden;
  float: left;
  color: #333;
  max-width: 850px;
  width: 100%;
}
section#search input[id="searchField"] {
  padding: 0.75em 1em;
  /* display: table-footer-group; */
  /* margin-top: -.5em; */
  margin: 0;
  width: 100%;
  /* max-width: 417px; */
  border: 0px solid #fff;
  border-radius: 4px;
  /* float: left; */
  font-size: 12px;
}

section#send {
  position: absolute;
  width: calc(620px);
  background-color: rgba(54, 183, 111, 0.7);
  right: 0;
  bottom: 0;
  padding: 0;
  text-align: center;
  min-height: 3em;
  font-size: 14px;
}
section#send button.checkEmail,
section#send button.sendEmail {
  padding: 1em 0;
  background-color: #36b76f;
  cursor: pointer;
  border: none;
  color: white;
  transition: 0.3s;
  width: 100%;
  font-size: 14px;
}
section#send button.checkEmail:hover,
section#send button.sendEmail:hover {
  background-color: rgba(0, 0, 0, 0.2);
  /* transform: translateY(-4px); */
  /* box-shadow: 0 2px 6px rgba(0,0,0,.2); */
}

section#send button.checkEmail {
  background-color: white;
  color: #36b76f;
}

section#example,
section#filter {
  position: relative;
  bottom: 0;
  width: calc(100% - 620px);
  height: calc(100vh - 3em);
  overflow-y: auto;
  float: left;
  background-color: #f8f8f8;
  border-right: 1px solid #333;
}
section#filter {
  overflow: hidden;
}
section#example {
  background-color: #bbb;
  margin-bottom: 5em;
  padding-bottom: 2em;
  height: calc(100vh - 8em);
  width: 620px;
}
section#example .email-template > table {
  /* border-radius: 4px; */
  margin: auto;
  max-width: 580px;
}
section#example .red-box {
  max-width: 580px;
  margin: 1em auto;
  padding: 1em;
  background-color: #ee5152;
  overflow: hidden;
  /* border-radius: 4px; */
}
section#example .red-box > .red-editor {
  background-color: #fff;
  /* padding: .25em; */
  overflow: hidden;
  border-radius: 4px;
}
.CodeMirror,
.CodeMirror-scroll {
  min-height: 0px;
}
section#example .red-box > p {
  color: white;
  /* float: left; */
  margin: 0 0 1em;
  font-weight: bold;
}
section#example .red-box > p.previewTitle {
  margin: 0.5em 0;
  font-size: 0.8em;
}
section#example .red-box > p.previewTitle span {
  color: #eee;
  margin: 0 0 0.5em 0;
  display: block;
  padding: 0 0.5em;
  background-color: rgba(255, 255, 255, 0.12);
}
section#example .red-box > p.previewTitle span code {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.2em 0.5em;
  display: inline-block;

  -webkit-user-select: text; /* Chrome/Safari */
  -moz-user-select: text; /* Firefox */
  -ms-user-select: text; /* IE10+ */
}
section#example .red-box textarea {
  font-family: HelveticaNeue, sans-serif;
  width: 100%;
  resize: none;
  border: none;
  padding: 1em;
  margin: 0;
  float: left;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 1);
  color: #444;
}
section#example .red-box #redBox-preview {
  font-family: HelveticaNeue, sans-serif;
  width: 100%;
  resize: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1em;
  margin: 0;
  float: left;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.7);
}

.date-cell {
  border-left: 1px solid #aaa;
}

section#password-container {
  display: block;
  padding: 4px;
  margin: 3em auto 1em;
  max-width: 400px;
  background-color: #5d3a8a;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d3a8a+0,a468f2+100 */
  background: #5d3a8a; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #5d3a8a 0%,
    #a468f2 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #5d3a8a 0%,
    #a468f2 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #5d3a8a 0%,
    #a468f2 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d3a8a', endColorstr='#a468f2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
}
section#password-container h4 {
  padding: 1em;
  color: white;
  font-family: "Lato";
  font-weight: 300;
  font-size: 19px;
  text-align: center;
}
section#password-container form label {
  color: #333;
  position: relative;
}
section#password-container form label span {
  font-size: 12px;
  opacity: 0.7;
}
section#password-container form label .text {
  display: none;
}
section#password-container form label i {
  /* margin-right: 1em; */
  position: absolute;
  z-index: 400;
  margin-top: 1.5em;
  font-size: 14px;
  text-align: center;
  min-width: 3.5em;
}
section#password-container form input {
  display: block;
  padding: 1.5em;
  border: 0px solid #fff;
  font-family: "Open Sans";
  font-size: 12px;
}
section#password-container form label:not(:first-of-type) input {
  border-top: 1px solid #ddd;
}
section#password-container form select {
  display: block;
  padding: 0.5em 1em;
  border-radius: 4px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin: 1em 0;
}
section#password-container form input[type="text"],
section#password-container form input[type="password"] {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  width: 100%;
  margin: 0;
  background-color: white;
  color: #333;
  border-bottom-color: #ddd;
  padding-left: 4em;
  letter-spacing: 1.5px;
  -webkit-appearance: none;
}
section#password-container form input[type="submit"] {
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.5s background-color, 0.5s color;
  width: 100%;
  text-transform: uppercase;
  border-radius: 0 0 8px 8px;
  border-top: 1px solid rgb(221, 221, 221);
  letter-spacing: 1.5px;
  padding: 1em;
}
section#password-container form input[type="submit"]:hover {
  color: #333;
  background-color: #fff;
  border-top: 1px solid #ddd;
}

.error:empty {
  display: none;
}
.error {
  margin: 0em auto;
  max-width: 400px;
  border-radius: 10px;
  background-color: #ee5152;
  padding: 1em;
  text-align: center;
  color: #fff;
  font-family: "Lato";
  box-shadow: 0 18px 26px rgba(0, 0, 0, 0.3);
  font-size: 13px;
}

.profile {
  display: block;
  /* margin: 1em auto; */
  max-width: 100%;
  /* background-color: rgba(255, 255, 255, .1); */
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
  border-radius: 4px;
  padding: 1em 0;
}
.profile label {
  display: block;
  color: #777;
  font-size: 13px;
}
.profile label:not(:last-of-type) {
  margin-bottom: 0.25em;
}
.profile input[type="submit"] {
  margin: 0.5em 0 0;
  padding: 0.5em 1em;
  display: block;
  border-radius: 4px;
  font-size: 14px;
  border: none;
  background-color: #41bedf;
  color: #fff;
  cursor: pointer;
}
.profile input[type="submit"]:hover {
  opacity: 0.8;
}
.profile input:not([type="submit"]) {
  margin: 0.25em 0;
  width: 100%;
  padding: 1em;
  font-family: "Lato";
  font-size: 15px;
  border: 0;
  border-radius: 4px;
  letter-spacing: 1.7px;
  resize: none;
}

#cp {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
#cp:hover {
  color: #777;
}
#cp > i {
  margin-right: 0.25em;
}

.check-email-sent {
  background: #5d3a8a;
  color: #fff;
  padding: 0.5em;
  border-radius: 3px;
  text-decoration: none;
  font-size: 18px;
  transition: ease 0.3s;
  display: inline-block;
}

.check-email-sent:hover {
  background-color: #8f60ce;
}

/**** Week Calendar Style ****/

div#week-calendar {
  float: right;
  text-align: center;
  margin-right: 53.5px;
}

div#week-calendar ul {
  padding: 0;
}

div#week-calendar ul li {
  display: inline-block;
  transition: 0.3s;
  font-weight: bold;
  min-width: 68px;
  border-radius: 4px;
  overflow: hidden;
  /* float: left; */
}
div#week-calendar ul li:not(:first-of-type) {
  margin-left: 0.5em;
}

div#week-calendar ul li a {
  border: 1px solid #bcbcbc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  display: inline-block;
  padding: 1em;
  text-decoration: none;
  background-color: #e1e1e1;
  color: #555;
  width: 100%;
}
div#week-calendar ul li a .number {
  font-weight: bold;
  font-family: "League Spartan";
}
div#week-calendar ul li a .day {
  font-weight: lighter;
  font-family: "Lato";
}

div#week-calendar ul li:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

div#week-calendar ul li span.calendar-top {
  display: block;
  width: 100%;
  height: 15px;
  background-color: #fda43a;
  cursor: pointer;
  font-size: 10px;
  line-height: 15px;
  padding: 0px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Open Sans";
  color: #e8e8e8;
}

div#week-calendar ul li.active-day a {
  background-color: #fff;
  color: #222;
}

div#week-calendar ul li.day-passed a {
  background-color: #999;
  border-color: rgba(0, 0, 0, 0.6);
  color: #dddddd;
}

div#week-calendar ul li.date-pending span.calendar-top {
  background-color: #36b76f;
}

div#week-calendar ul li.date-scheduled span.calendar-top {
  background-color: #41bedf;
}

div#week-calendar ul li.date-sent span.calendar-top {
  background-color: #ee5152;
}

div#week-calendar ul li.day-passed span.calendar-top {
  background-color: #5d3a8a;
}

section#main-container {
  width: 100%;
  display: block;
  position: relative;
  padding: 3em;
}
#save-settings {
  /* margin: 0 0 1em; */
  background-color: #41bedf;
  color: #fff;
  border-radius: 4px;
  border: none;
  font-size: 13px;
  padding: 0.5em 1em;
  cursor: pointer;
  transition: 0.3s;
}
#save-settings:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.saved-message {
  display: inline;
  font-size: 13px;
  font-family: "Open Sans";
  padding: 0.5em;
  display: none;
}
.settings-container {
  display: block;
  position: relative;
  margin: 0 auto 1em;
  width: 100%;
  font-size: 13px;
  max-width: 600px;
}
.settings {
  padding: 1em;
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  font-family: "Open Sans";
}
.settings.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}

.settings > * {
  cursor: inherit;
}

.settings-container p {
  margin: 1em 0;
}
.settings-container p.note {
  opacity: 0.5;
}

.settings-container hr {
  width: 100%;
  height: 1px;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  margin: 1em 0;
}

.settings-container h1,
.settings-container h2,
.settings-container h3,
.settings-container h4 {
  font-family: "Lato";
  margin: 0.5em 0;
}
.settings-container h1 > span,
.settings-container h2 > span,
.settings-container h3 > span,
.settings-container h4 > span {
  font-weight: normal;
}
.settings label {
  /* margin-top: 1em; */
  display: block;
  overflow: hidden;
  font-size: 13px;
}
.settings label textarea {
  width: 100%;
  margin-top: 0.5em;
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 1em;
  resize: vertical;
  height: 175px;
  max-height: 200px;
  font-size: 15px;
  background-color: #f8f8f8;
  font-family: "Open Sans";
}

.ph-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.pw-1 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.p-1 {
  padding: 1em !important;
}

.big {
  font-size: 1.125em !important;
}
.bigger {
  font-size: 1.25em !important;
}

@media screen and (max-width: 600px) {
  body {
    background-color: #fff;
    height: auto;
  }
  section#password-container {
    margin: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    max-width: 100%;
    overflow: visible;
  }
  section#password-container p {
    font-family: "Open Sans";
    color: #333;
  }
  section#password-container h4 {
    font-weight: bold;
    background-color: #4555a3;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    display: block;
    text-align: left;
    width: 100%;
    padding-left: 1em;
  }
  section#password-container form {
    padding: 0 1em;
  }
  section#password-container form label {
    width: 100%;
    float: left;
  }
  section#password-container form label i {
    font-size: 16px;
    margin-right: 16px;
    line-height: 16px;
    min-width: 24px;
    color: #36b76f;
    position: relative;
    display: inline-block;
    margin-top: 2em;
    float: left;
  }
  section#password-container form input[type="text"],
  section#password-container form input[type="password"] {
    float: left;
    font-size: 16px;
    border-radius: 0;
    margin: 1em 0 calc(1em + 1px);
    padding: 1em 0 0.5em;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    border-radius: 0;
    border-bottom: 1px solid #bbb;
    width: calc(100% - 45px);
    display: inline-block;
  }
  section#password-container form input[type="text"]:focus,
  section#password-container form input[type="password"]:focus {
    border-bottom-color: #36b76f;
    border-bottom-width: 2px;
    margin: 1em 0 calc(1em);
  }
  section#password-container #submit-container {
    position: relative;
    display: block;
    background: #fff;
    /* text-align: center; */
    border-radius: 2px;
    /* width: 120px; */
    margin: 1em auto;
  }
  section#password-container form input[type="submit"] {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: auto;
    border-radius: 0;
    border-top: 0;
    padding: 0 16px;
    background-color: #36b76f;
    border-radius: 0.25em;
    line-height: 32px;
    width: auto;
    float: right;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  }
  section#password-container form input[type="submit"]:active {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #fff;
  }
  section#password-container form input[type="submit"]:hover {
    border-top: 0;
    color: #36b76f;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  }
  section#password-container form label:not(:first-of-type) input {
    border-top: 0;
  }
  section#password-container form label input {
    /* border-bottom: 1px solid #ddd; */
  }

  section#password-container form label .text {
    display: block;
    position: absolute;
    font-size: 16px;
    color: #888;
    left: 40px;
    top: 35px;
    transition: 0.3s ease-in-out;
    font-family: "Roboto";
  }
  section#password-container form label .text.float {
    font-size: 14px;
    color: #36b76f;
    left: 40px;
    top: 10px;
  }

  .error {
    width: calc(100% - 2em);
    border-radius: 0.5em;
    background-color: #ee5152;
    padding: 1em;
    text-align: center;
    color: #fff;
    font-family: "Open Sans";
    box-shadow: none;
    font-size: 14px;
    /* float: none; */
    margin: 1em;
    display: inline-block;
  }
}
