html,
body {
  height: 100%;
  background: none;
}
body > div {
  height: 100%;
}
html {
  height: calc(100% - 3px);
  background: rgba(0, 0, 0, 0.1);
}
.ng-hide {
  display: none;
}
._homepage {
  text-align: center;
}
._homepage .usage strong {
  font-size: 1.5em;
}
.clear {
  clear: both;
}
a:hover {
  text-decoration: none;
}
.title-parent {
  margin-top: 20px;
}
.title-parent .title.one {
  font-size: 1.9em;
}
.title-parent .title.two {
  font-size: 1.5em;
}
.title-parent .title.three {
  font-size: 1.2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.spinner-round {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.home-page {
  padding: 10px 0px;
}
.home-page .logo {
  width: 1.5em;
}
.home-page h3 {
  margin-bottom: 8px;
  margin-top: 3px;
}
.home-page .table {
  margin-top: 5px;
}
.home-page .table-striped > tbody > tr:nth-child(even) > td,
.home-page .table-striped > tbody > tr:nth-child(even) > th {
  background-color: #cfcfcf;
}
.home-page .apps_container {
  margin: 5px;
}
.home-page .apps_container .loadingAppsSpinner {
  margin: 0px;
}
.home-page .plugins_container {
  margin: 5px;
}
.home-page .row.list {
  margin-top: 7px;
  margin-left: 0;
  margin-right: 0;
}
.menu-panel {
  width: 250px;
  box-shadow: inset 0 0 10px #000000;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
}
.menu-panel .logo {
  width: 25px;
  margin-top: -3px;
}
.menu-panel .header {
  margin-top: 10px;
  color: white;
  font-weight: bold;
  font-size: 1.3em;
  padding: 10px;
}
.menu-panel .header .normal {
  font-weight: normal;
  font-style: none;
  font-size: 0.8em;
}
.menu-panel .logout-button a {
  color: rgba(255, 255, 255, 0.4);
}
.menu-panel .logout-button a:hover {
  color: #428bca;
}
.menu-panel .section-header {
  margin-top: 3px;
  color: white;
  font-style: italic;
  font-size: 1.05em;
  padding: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.menu-panel .section-header .normal {
  font-weight: normal;
  font-style: none;
  font-size: 0.9em;
}
.menu-panel .section .button {
  display: block;
  padding: 10px;
  color: rgba(255, 255, 255, 0.4);
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
}
.menu-panel .section .button:hover {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  color: #428bca;
  border-bottom: 1px #0096c8 solid;
  border-top: 1px #0096c8 solid;
}
.menu-panel .section .button.active {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  border-bottom: 1px #0096c8 solid;
  border-top: 1px #0096c8 solid;
  color: rgba(255, 255, 255, 0.6);
}
@font-face {
  font-family: 'Menlo Regular';
  src: url('/style/fonts/Menlo-Regular.ttf');
}
.app-show .brief-message {
  position: absolute;
  right: 10px;
  top: 10px;
}
.app-show .provider-list {
  padding: 0;
  margin: 0;
}
.app-show .provider-list .provider-item {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  padding: 10px;
  margin-left: 1px;
  margin-bottom: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
  position: relative;
  padding-right: 75px;
}
.app-show .provider-list .provider-item img {
  width: 15px;
  margin-top: -5px;
}
.app-show .provider-list .provider-item .try-auth-button {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: 60px;
  width: 64px;
  padding: 5px;
  line-height: 30px;
  color: #646464;
}
.app-show .provider-list .provider-item .try-auth-button:hover {
  background-color: #ffffff;
}
.app-show .key-container {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px;
  position: relative;
}
.app-show .key-container .key {
  font-family: 'Menlo Regular';
  font-size: 0.85em;
}
.app-show .key-container .button-container {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
.app-show .key-container .button-container button {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  height: 100%;
  top: 0;
}
.app-show .key-container .button-container button:hover {
  background: #ffffff;
}
.app-show .key-container .button-container button.reset {
  background: rgba(255, 200, 200, 0.8);
}
.app-show .key-container .button-container button.reset:hover {
  background: #ffc8c8;
}
.app-show .add-provider-button {
  margin-top: 10px;
}
.list .app {
  margin-bottom: 20px;
}
.list .app > div {
  height: 150px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
.list .app > div .gray {
  color: rgba(0, 0, 0, 0.5);
}
.list .app > div .grayer {
  color: rgba(0, 0, 0, 0.3);
}
.list .app > div .title {
  font-size: 1.2em;
}
.list .app > div .provider-logos img {
  width: 20px;
  margin-right: 5px;
  margin-top: 5px;
}
.list .app > div .auth-type {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.list .app > div .actions {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.list .app > div .domains {
  font-size: 0.9em;
}
.apps-page {
  padding: 10px;
}
.app-creation form {
  max-width: 500px;
  margin: auto;
  margin-top: 100px;
}
.app-keyset-form .buttons {
  margin-top: 20px;
}
.app-keyset-form .help-images-container img {
  width: 100%;
}
.providers-list ul {
  margin: 0;
  padding: 0;
}
.providers-list ul li {
  margin: 0;
  list-style: none;
}
.providers-list ul li > div {
  padding: 14px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-bottom: 10px;
}
.providers-list ul li > div:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.providers-list ul li img {
  max-width: 24px;
  max-height: 24px;
}
.login-page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #444444;
}
.login-page .title {
  text-align: center;
  color: #DDDDDD;
  margin-top: 20px;
  margin-bottom: 30px;
}
.login-page .title .logo {
  width: 1em;
  margin-top: -5px;
}
.login-page form {
  width: 500px;
  margin: auto;
  background: white;
  box-shadow: 0 0 5px black;
  padding: 10px;
}
.login-page .buttons {
  margin-bottom: 0;
}
.login-page .buttons a {
  line-height: 34px;
}
.login-page .input-error {
  border-color: red;
}
.login-page .input-warning {
  border-color: orange;
}
.login-page .warning-header {
  margin-bottom: 5px;
}
.help-page {
  padding: 20px;
  max-width: 1000px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: auto;
  height: 100%;
}
.help-page p {
  margin-top: 10px;
}
.content {
  height: 100%;
  margin-left: 250px;
}
.content > div {
  height: 100%;
}
iframe.plugin_interface {
  border: none;
  width: 100%;
  height: 100%;
  overflow: auto;
}
