/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
}
body {
  font-family: 'Open Sans', Verdana, sans-serif;
  position: relative;
}
h1,
h2,
h3,
h4 {
  margin-bottom: 30px;
}
p,
li {
  margin-bottom: 15px;
}
h1 {
  font-size: 1.3em;
  text-transform: uppercase;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}
a {
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.image-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-background img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  min-width: 102%;
  min-height: 102%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: url(#blur);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}
.image-background:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: inner 0 0 90px rgba(0, 0, 0, 0.33);
}
#main {
  display: block;
}
#main-fixed {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.33);
  text-align: center;
  transition: all 0.8s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#main-fixed:after {
  display: block;
  content: " ";
  clear: both;
}
#main-fixed .header {
  background: #f8f6f2;
  text-align: center;
  padding: 30px;
}
#main-fixed .content {
  padding: 30px;
}
#main-fixed .button {
  width: 100%;
  max-width: 360px;
}
#main-fixed .scopes ul {
  padding: 0;
  list-style: none;
}
#main-fixed .scopes ul li {
  display: block;
}
#main-fixed .buttons > * {
  max-width: 48%;
}
.page {
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.page:after {
  display: block;
  content: " ";
  clear: both;
}
.page.narrow {
  max-width: 792px;
}
.page.center {
  text-align: center;
}
.row {
  margin-bottom: 15px;
}
.row:after {
  display: block;
  content: " ";
  clear: both;
}
.columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.columns > * {
  flex: 1;
}
.button {
  display: inline-block;
  height: 50px;
  line-height: 16.66666667px;
  padding: 16.66666667px 25px;
  background: #f70047;
  color: #ffffff;
  text-align: center;
  border: 1px solid #f70047;
  transition: all 0.3s ease;
  text-transform: uppercase;
  cursor: pointer;
}
.button:hover {
  background: transparent;
  color: #f70047;
}
#logout {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
}
#logout button {
  margin: 15px;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.85em;
  cursor: pointer;
  transition: all 0.3s ease;
}
#logout button:hover {
  background: #ffffff;
  color: #000000;
}
.alert {
  display: block;
  background: #1B1B1B;
  color: #ffffff;
  padding: 15px;
  text-align: left;
  margin: 0;
  font-size: 0.85em;
}
.alert.alert-danger {
  background: #c40038;
}
.alert ul {
  margin: 0;
  padding: 0;
  padding-left: 30px;
  list-style: square;
}
.alert ul li:last-child {
  margin-bottom: 0;
}
/* --------------------------------------------------------------------- */
/* > User - Apps                                                         */
/* --------------------------------------------------------------------- */
.user-apps {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.user-apps > li {
  width: 49%;
  margin: 1px;
  text-align: center;
  background: #f8f6f2;
}
.user-apps > li a {
  color: #000000;
  font-weight: bold;
  padding: 15px;
  display: block;
  text-transform: uppercase;
  font-size: 0.9em;
}
.user-apps > li a:hover {
  color: #f70047;
}
.user-apps > li a:hover .icon {
  color: #bfbfbf;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.user-apps > li .icon {
  display: block;
  font-size: 45px;
  margin-bottom: 15px;
  color: #ccc;
  transition: all 0.3s ease;
}
.user-apps > li .tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  background: inherit;
  padding: 0 15px;
  opacity: 0;
  text-align: left;
  white-space: nowrap;
  font-size: 0.9em;
  margin-top: -1px;
}
.user-apps > li .tooltip table {
  width: 100%;
}
.user-apps > li .tooltip table td {
  padding: 0 7.5px 7.5px;
}
.user-apps > li .tooltip table td ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.user-apps > li .tooltip table td ul li {
  padding: 0;
  margin: 0 0 0.2em;
}
.user-apps > li:hover .tooltip {
  max-height: 360px;
  padding: 15px;
  opacity: 1;
}
/* --------------------------------------------------------------------- */
/* > Popup                                                               */
/* --------------------------------------------------------------------- */
#popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  max-width: 480px;
  height: auto;
  min-height: 180px;
  background: #ffffff;
  padding: 60px 30px 30px;
  z-index: 99;
  text-align: center;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  outline: 1px solid rgba(255, 255, 255, 0.33);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: scale(0.75) translate(-50%, -50%);
  -moz-transform: scale(0.75) translate(-50%, -50%);
  -ms-transform: scale(0.75) translate(-50%, -50%);
  -o-transform: scale(0.75) translate(-50%, -50%);
  transform: scale(0.75) translate(-50%, -50%);
  transform-origin: top left;
  pointer-events: none;
}
#popup.active {
  -webkit-transform: scale(1) translate(-50%, -50%);
  -moz-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  -o-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  transform-origin: top left;
  opacity: 1;
  pointer-events: all;
}
#popup .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #dbd2cb;
  color: #ffffff;
  cursor: pointer;
}
#popup .icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  text-align: center;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}
#popup .icon .fa {
  font-size: 48px;
  line-height: 54px;
  display: none;
}
#popup p {
  margin-bottom: 0.5em;
  line-height: 1.4;
}
#popup.success .icon {
  color: green;
}
#popup.success .icon .success {
  display: inline-block;
}
#popup.info .icon {
  color: #53c5ff;
}
#popup.info .icon .info {
  display: inline-block;
}
#popup.error .icon {
  color: red;
}
#popup.error .icon .error {
  display: inline-block;
}
#popup.big {
  max-width: 1200px;
}
#popup + #popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  z-index: 98;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#popup.active + #popup-overlay {
  opacity: 1;
  pointer-events: all;
}
/* --------------------------------------------------------------------- */
/* > Forms                                                               */
/* --------------------------------------------------------------------- */
.input {
  background-color: transparent;
  width: 100%;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  color: #000000;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
  outline: none;
  border: 1px #ccc solid;
}
textarea.input {
  height: auto;
  line-height: 1.3em;
  padding: 20px;
  overflow: auto;
  resize: none;
}
.input.error {
  border-color: #f70047;
}
.effect {
  position: relative;
  text-align: left;
}
.effect label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 15px;
  transition: all 0.3s ease;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.6);
  font-style: normal;
  font-size: 0.9em;
  line-height: 50px;
  width: 100%;
  color: #1B1B1B;
}
.effect .input {
  line-height: 50px;
  padding: 12.5px 15px 0;
}
.effect .input:not([value=""]) + label,
.effect .input:focus + label,
.effect .input.focus + label,
.effect .input:-webkit-autofill + label {
  font-size: 0.8em;
  line-height: 16.66666667px;
  color: #ccc;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  font-size: 1rem;
  /* 20px */
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ccc;
  background: #f0ece9;
  color: #000000;
}
.inputfile + label.file-loaded {
  background: green;
  color: white;
}
.inputfile + label.file-loaded:before {
  content: '\2713';
}
.inputfile + label:before {
  content: "+";
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.remember-me {
  font-size: 0.85em;
  display: block;
  text-align: left;
}
.reset-password-link {
  font-size: 0.85em;
  float: right;
}
/* ---------------------------------------------------------------------- */
/* > RWD > 768                                                            */
/* ---------------------------------------------------------------------- */
@media (min-width: 768px) {
  .only-mobile {
    display: none !important;
  }
}
/* ---------------------------------------------------------------------- */
/* > RWD < 980                                                            */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* > RWD < 820                                                            */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* > RWD < 768                                                            */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* > RWD < 580                                                            */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* > RWD < 480                                                            */
/* ---------------------------------------------------------------------- */
@media (max-width: 480px) {
  #main-fixed {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    max-width: 100%;
  }
  #main-fixed .content {
    padding: 15px;
  }
}
/*# sourceMappingURL=style.css.map */