@charset "UTF-8";
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fa-regular-400.eot?v=5.3.1");
  src: url("../fonts/fa-solid-900.eot?#iefix&v=5.3.1") format("embedded-opentype"), url("../fonts/fa-solid-900.woff?v=5.3.1") format("woff"), url("../fonts/fa-solid-900.ttf?v=5.3.1") format("truetype"), url("../fonts/fa-solid-900.svg?v=5.3.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BPreplay";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/bpreplayextended-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), local("Raleway-Regular"), url(https://fonts.gstatic.com/s/raleway/v11/yQiAaD56cjx1AooMTSghGfY6323mHUZFJMgTvxaG2iE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), local("Raleway-Regular"), url(https://fonts.gstatic.com/s/raleway/v11/0dTEPzkLWceF7z0koJaX1A.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
body, div, ul, li, span, form, a {
  margin: 0;
  padding: 0;
  border: 0px none;
}

body {
  font-family: Raleway;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}

a,
a:hover {
  text-decoration: none;
}

a {
  color: #aaa;
  transition: color 0.25s linear;
}

a[href]:hover {
  color: #00aaff;
}

input,
select,
textarea {
  box-sizing: border-box;
  font-family: Raleway;
  font-size: 0.75em;
  font-style: italic;
  background-color: white;
  border: 1px solid #dedede;
  border-radius: 4px;
  outline: 0;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #00aaff;
  font-style: normal;
}
input.error,
select.error,
textarea.error {
  border-width: 1px;
}
input.error:focus,
select.error:focus,
textarea.error:focus {
  border-color: #a94442;
}
input.error::-webkit-input-placeholder,
select.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: #a94442;
}
input.error:-moz-placeholder,
select.error:-moz-placeholder,
textarea.error:-moz-placeholder {
  color: #a94442;
}
input.error::-moz-placeholder,
select.error::-moz-placeholder,
textarea.error::-moz-placeholder {
  color: #a94442;
}
input.error:-ms-input-placeholder,
select.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  color: #a94442;
}

input,
textarea {
  padding: 1em 0.8em;
}

select {
  position: relative;
  padding: 1em 3.8em 1em 0.8em;
  line-height: 1em;
  background-image: linear-gradient(to right, #ccc, #ccc), linear-gradient(45deg, transparent 50%, #ccc 50%), linear-gradient(-45deg, transparent 50%, #ccc 50%);
  background-position: calc(100% - 2.8em) 0.75em, calc(100% - 1.5em) 1.3em, calc(100% - 1.1em) 1.3em;
  background-size: 1px 1.5em, 0.4em 0.4em, 0.4em 0.4em;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button {
  padding: 1em 0.8em;
  box-sizing: border-box;
  font-family: Raleway;
  font-size: 1em;
  font-weight: bold;
  color: white;
  background-color: #00aaff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

button[disabled] {
  background-color: #aaa;
}

.payment-processor .panel {
  width: 500px;
}
.payment-processor .details > div,
.payment-processor .invoice > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0.5em 0;
}
.payment-processor .payment .card-number {
  position: relative;
}
.payment-processor .payment .card-number::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 1em;
  width: 4em;
  height: 100%;
  background-image: url("/images/creditcards.png");
  background-position: right center;
  background-size: auto;
  background-repeat: no-repeat;
  pointer-events: none;
}
.payment-processor .payment .card-expiry select {
  margin: 0 0.5em;
}

.authenticator .panel {
  width: 400px;
}

.service-viewer .panel {
  width: 600px;
}
.service-viewer .details > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0.5em 0;
}
.service-viewer .details > div ul > li {
  text-align: right;
}

.button {
  display: inline-block;
  padding: 0.25em 0.5em;
  border: 1px solid #ddd;
  border-radius: 0.125em;
}
.button .icon {
  margin-right: 0.5em;
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form .fields > *,
.form .actions > * {
  margin: 1em 0;
}
.form .fields > *:first-child,
.form .actions > *:first-child {
  margin-top: 0;
}
.form .fields > *:last-child,
.form .actions > *:last-child {
  margin-bottom: 0;
}
.form .fields {
  padding-bottom: 1em;
}
.form .fields .error {
  border: 1px solid #bb0000;
}
.form .message {
  text-align: center;
}
.form .errors {
  padding-left: 1em;
  font-size: 0.8em;
  font-style: italic;
  color: #dd0000;
}
.form .actions {
  padding-top: 1em;
  text-align: center;
}
.form input,
.form button {
  display: block;
  width: 100%;
}

.icon {
  display: inline-block;
}
.icon::before {
  font-family: FontAwesome;
}

.icon.cancel::before {
  content: "";
}

.icon.confirm::before {
  content: "";
}

.icon.details::before {
  content: "";
}

.icon.download::before {
  content: "";
}

.icon.home::before {
  content: "";
}

.icon.invoices::before {
  content: "";
}

.icon.pay::before {
  content: "";
}

.icon.profile::before {
  content: "";
}

.icon.renew::before {
  content: "";
}

.icon.services::before {
  content: "";
}

.icon.signout::before {
  content: "";
}

.icon.terminate::before {
  content: "";
}

button.icon::before {
  margin: 0 0.5em 0 0;
}

.modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.panel {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.panel h1, .panel h2, .panel h3 {
  margin: 0 0 1em 0;
  text-align: center;
}
.panel h4, .panel h5 {
  margin: 2em 0 1em 0;
}

.panel.popup {
  padding: 50px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
.panel.popup .close {
  position: absolute;
  display: block;
  width: 2em;
  height: 2em;
  top: 1.5em;
  right: 1.5em;
  padding: 0;
  border-radius: 0;
  z-index: 1;
  background-color: transparent;
  transition: 0.2s ease;
}
.panel.popup .close:hover {
  transform: scale(1.2);
}
.panel.popup .close:hover:before, .panel.popup .close:hover:after {
  background-color: #00aaff;
}
.panel.popup .close:before, .panel.popup .close:after {
  position: absolute;
  display: block;
  content: "";
  top: 45%;
  left: 0;
  width: 100%;
  height: 10%;
  background-color: #383838;
  transition: 0.2s ease;
}
.panel.popup .close:before {
  transform: rotate(45deg);
}
.panel.popup .close:after {
  transform: rotate(-45deg);
}

.resizable {
  overflow: hidden;
  transition: height 0.25s ease;
}
.resizable > div {
  position: relative;
  width: 100%;
}
.resizable > div > div {
  position: absolute;
  visibility: hidden;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
}
.resizable > div > div.visible {
  position: relative;
  visibility: inherit;
}

.screen {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shade {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.table {
  display: table;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.table > .heading, .table > .row {
  display: table-row;
}
.table > .heading > span, .table > .row > span {
  display: table-cell;
  padding: 0.5em 1em;
  white-space: nowrap;
}
.table > .heading > span {
  font-weight: bold;
}
.table > .row {
  background-color: #f8f8f8;
}
.table > .row > span {
  border-top: 1px solid #f0f0f0;
}

.view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.view > .content {
  box-sizing: border-box;
  min-height: 100%;
  padding: 2em;
}
.view > .content > .section {
  margin-bottom: 3em;
}

.visibility {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.25s linear, opacity 0.25s linear;
}

.visibility.visible {
  visibility: inherit;
  opacity: 1;
}

.confirmation-box .panel {
  width: 500px;
}
.confirmation-box .statement {
  margin: 2em 0;
  text-align: center;
}
.confirmation-box .actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.confirmation-box .actions button,
.confirmation-box .actions .button {
  margin: 0 0.5em;
}

.credits {
  font-size: 0.8em;
  line-height: 1em;
  margin: 4em 0 0 0;
  text-align: center;
  white-space: nowrap;
}
.credits .brand {
  margin-left: 0.5em;
  line-height: 1em;
}
.credits .brand .logo {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  background-image: url("/images/simpleo.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.credits .brand .text {
  color: #00aaff;
  font-family: BPreplay;
}

.dashboard > .content > .services > .table, .dashboard > .content > .invoices > .table {
  width: 100%;
}
.dashboard > .content > .services > .table .actions, .dashboard > .content > .invoices > .table .actions {
  width: 20%;
  text-align: center;
}
.dashboard > .content > .services > .table .actions .button, .dashboard > .content > .invoices > .table .actions .button {
  margin: 0 0.5em;
}

.header {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100px;
}
.header .brand {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 240px;
  font-family: BPreplay;
  font-size: 2em;
}
.header .brand .logo,
.header .brand .text {
  display: inline-block;
  line-height: 60px;
  vertical-align: middle;
}
.header .brand .logo {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background-image: url("/images/simpleo.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header .brand a,
.header .brand a:hover {
  color: #00aaff;
}
.header .content {
  flex: 1;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  align-items: center;
}
.header .content .message {
  flex: 1;
  font-size: 1.5em;
  font-weight: bold;
  margin-left: 1em;
}
.header .content .controls {
  font-size: 2em;
  margin-right: 1em;
}
.header .content .controls .button {
  width: 1em;
  height: 1em;
}

.message-box .panel {
  width: 400px;
}
.message-box .message {
  text-align: center;
}
.message-box .actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.message-box .actions .button {
  margin: 0 0.5em;
}

.navigation {
  box-sizing: border-box;
  height: 100%;
  padding: 2em;
  border-right: 1px solid #eee;
}
.navigation ul > li {
  margin: 1em 0;
}
.navigation ul > li .icon {
  display: inline-block;
  width: 2em;
  height: 1em;
  margin-right: 0.5em;
  text-align: center;
}
.navigation ul > li.spacer {
  height: 0.25em;
}
.navigation ul > li.active a {
  color: #00aaff;
}

.access-recovery > .brand {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-family: BPreplay;
  font-size: 2em;
  margin-bottom: 1em;
}
.access-recovery > .brand .logo,
.access-recovery > .brand .text {
  display: inline-block;
  line-height: 60px;
  vertical-align: middle;
}
.access-recovery > .brand .logo {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background-image: url("/images/simpleo.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.access-recovery > .brand a,
.access-recovery > .brand a:hover {
  color: #00aaff;
}
.access-recovery .panel {
  width: 400px;
}
.access-recovery .denied,
.access-recovery .updated {
  text-align: center;
}

.main.screen {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.main.screen > .top {
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.main.screen > .bottom {
  flex: 1;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.main.screen > .bottom > .side {
  width: 240px;
}
.main.screen > .bottom > .views {
  flex: 1;
  position: relative;
}

.welcome.screen > .brand {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-family: BPreplay;
  font-size: 2em;
  margin-bottom: 1em;
}
.welcome.screen > .brand .logo,
.welcome.screen > .brand .text {
  display: inline-block;
  line-height: 60px;
  vertical-align: middle;
}
.welcome.screen > .brand .logo {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background-image: url("/images/simpleo.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.welcome.screen > .brand a,
.welcome.screen > .brand a:hover {
  color: #00aaff;
}

/*# sourceMappingURL=wwwroot/styles/app.css.map */
