html {
  height: 101%;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
body.overlayed {
  overflow: hidden;
}
body.overlayed .modal .modal_wrap {
  padding-right: 17px;
}
body.overlayed .modal.download_app .close {
  right: 30px;
}
body.logged_in #myapps {
  display: block;
}
body.logged_in .userinfo {
  display: block;
}
body.logged_in .login-area .login {
  display: none;
}
body.logged_in .login-area .logout {
  display: block;
}
body.logged_in #oac {
  display: block;
}
body.logged_in .notlogged {
  display: none;
}
body.logged_out #myapps {
  display: none;
}
body.logged_out .userinfo {
  display: none;
}
body.logged_out .login-area .login,
body.logged_out .login-area .register {
  display: block;
}
body.logged_out .login-area .logout {
  display: none;
}
body.logged_out #oac {
  display: none;
}
body.logged_out .notlogged {
  display: table;
}
.tree-main.general {
  display: none;
}
.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "Open Sans", sans-serif;
}
.modal .error {
  color: red;
  text-align: center;
  display: none;
  margin-bottom: 10px;
}
.modal .modal_holder {
  display: table;
  width: 100%;
  height: 100%;
}
.modal .modal_wrap {
  display: table-cell;
  vertical-align: middle;
}
.modal .modal_inner {
  display: table;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  background-color: #FFF;
  border-radius: 15px;
}
.modal .content {
  background-color: #FFF;
}
.modal .close {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 0;
  padding: 20px;
  cursor: pointer;
  background: url(/img/x-modal.png) right 20px no-repeat;
  background-size: auto;
}
.modal .form-control {
  border: 1px solid #d2d2d2;
  width: 100%;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.02);
  height: 44px;
  line-height: 44px;
  padding-left: 10px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
.modal .tabs .tab {
  cursor: pointer;
  display: inline-block;
  padding: 11px 0 13px;
  border-bottom: 2px solid transparent;
}
.modal .standart .h1 {
  text-align: center;
  padding: 20px 40px;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: -1px;
  position: relative;
  color: #2c2c2c;
  font-family: "Open Sans", sans-serif;
}
.modal label {
  font-size: 1em;
  color: #2c2c2c;
  cursor: default;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2px;
  font-family: "Open Sans", sans-serif;
}
.modal .standart .bottom a {
  margin: 0 auto;
  display: table;
  min-width: 180px;
  max-width: none;
  text-transform: none;
}
.modal .btn.blue:hover {
  background-color: #15afc0;
  border-color: #15aebf;
}
.modal .modal .bottom a {
  position: relative;
}
.modal .modal.standart .bottom a {
  margin: 0 auto;
  display: table;
  min-width: 180px;
  max-width: none;
  text-transform: none;
}
.modal .btn.blue:hover {
  background-color: #15afc0;
  border-color: #15aebf;
}
.modal .modal .bottom a {
  position: relative;
}
.modal .home .btn {
  max-width: 260px;
  text-align: center;
  padding: 13px 0;
  text-transform: uppercase;
  border-radius: 100px;
}
.modal .btn:focus,
.modal .btn:hover {
  outline: 0;
}
.modal .btn.blue {
  background-color: #18c4d7;
  border: 1px solid #18c3d6;
}
.modal .btn.reset-pass {
  position: relative;
  margin: 0 auto;
  padding: 13px 20px;
  min-width: 140px;
  text-transform: uppercase;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
}
.modal div a:hover {
  text-decoration: none;
}
.modal a:active,
.modal a:focus,
.modal a:hover {
  outline: 0;
}
.modal .btn {
  color: #fff;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 600;
  padding: 15px 0;
  display: block;
  text-decoration: none;
  cursor: pointer!important;
}
.modal div a {
  color: #26b8c7;
  text-decoration: underline;
}
.modal a {
  background-color: transparent;
  text-decoration: none;
}
.modal .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .tabs {
  margin: 0;
  border-top: 1px solid #ebebeb;
}
.modal .tabs .tab_wrap {
  display: table;
  margin: 0 auto;
}
.modal .tabs .tab {
  cursor: pointer;
  display: inline-block;
  padding: 11px 0 13px 0;
  border-bottom: 2px solid transparent;
}
.modal .tabs .tab.active {
  font-weight: 600;
  border-bottom-color: #17bed0;
}
.modal .tabs .tab:last-child {
  margin: 0 0 0 60px;
}
.modal .input_row {
  margin-bottom: 20px;
}
.modal label {
  font-size: 1em;
  color: #2c2c2c;
  cursor: default;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2px;
}
.modal input:focus {
  outline: none;
  box-shadow: none;
  border-color: #5fb6bf;
}
.modal .check_box {
  font-size: 12px;
}
.modal .check_box label {
  font-size: 12px;
  font-weight: 100;
}
.modal .check_box input {
  float: left;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin: 1px 7px 0 0;
}
.modal .check_box.remember-me {
  height: 20px;
  margin: -3px 0 3px 0;
}
.modal .check_box.remember-me label {
  font-weight: 400;
  font-size: 15px;
}
.modal .check_box.remember-me input {
  margin: 4px 7px 0 0;
}
.modal .check_box.remember-me a {
  float: right;
  font-size: 15px;
}
.modal .check_box.accept-terms label {
  font-weight: 600;
}
.modal .bottom a {
  position: relative;
}
.modal .bottom a .spinner {
  display: none;
}
.modal .bottom a .spinner.animate {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  margin: -13px 0 0 -13px;
  animation: spin 0.5s linear infinite;
}
.modal.standart .modal_inner {
  width: 100%;
  padding: 0;
  max-width: 548px;
}
.modal.standart .h1 {
  text-align: center;
  padding: 20px 40px;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: -1px;
  position: relative;
}
.modal.standart .inner {
  padding: 20px 70px;
  background-color: #f9f9f9;
  border-top: 1px solid #ebebeb;
}
.modal.standart .content {
  border-radius: 8px;
  box-shadow: 0px 8px 23px rgba(0, 0, 0, 0.25);
}
.modal.standart .bottom {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #ebebeb;
}
.modal.standart .bottom a {
  margin: 0 auto;
  display: table;
  min-width: 180px;
  max-width: none;
  text-transform: none;
}
.modal.reset_password .reset_success {
  display: none;
  padding: 33px 0 35px 0;
}
.modal.reset_password.success .inner {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.modal.reset_password.success .reset_success {
  display: block;
  text-align: center;
}
.modal.reset_password.success .input_row {
  display: none;
}
.modal.reset_password.success .bottom {
  display: none;
}
.prev_page {
  width: 19px;
  height: 17px;
  float: right;
  margin: 12px 0 0 0;
  cursor: pointer;
  opacity: 0.3;
  background: url(/img/x-modal.png) 0px 0px no-repeat;
  background-size: auto;
}
.prev_page:hover {
  opacity: 1;
}
.has_tooltip {
  cursor: pointer;
  margin: 0 0 0 7px;
}
.tooltip_box {
  position: fixed;
  top: 0;
  left: 0;
  color: #FFF;
  width: 100%;
  margin: -3px 0 0 0;
  max-width: 300px;
  padding: 15px;
  font-size: 13px;
  z-index: 10;
  cursor: default;
  text-align: center;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.85);
}
.tooltip_box .arrow {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin: 0 0 0 -7px;
  z-index: 3;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.85);
  border-bottom: 0 solid transparent;
}
.tooltip_box a {
  color: #15c5d8;
}
.tooltip_box a:hover {
  color: #17bed0;
}
header {
  background-color: #000;
  opacity: 0.75;
  margin: 0;
  padding: 0;
  height: 60px;
  width: 100%;
  display: table;
  border: 0;
  position: fixed;
  top: 0;
  z-index: 10;
  font-family: "Open Sans", sans-serif !important;
}
header .logo {
  top: 14px;
  left: 20px;
  margin: 0;
  position: absolute;
}
header .userinfo {
  color: #FFF;
  float: left;
  font-size: 14px;
  margin: 8px 15px 0 0;
}
header .login-area {
  position: absolute;
  right: 20px;
  top: 14px;
}
header .login-area a,
header .login-area div {
  display: none;
}
header .login-area a {
  color: #fff;
  margin-left: 5px;
  float: left;
  font-size: 15px;
  font-weight: 400;
  padding: 5px 15px 7px;
  border-radius: 100px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #4e4e4c;
  text-decoration: none;
}
header .login-area a.login {
  margin: 0 6px 0 0;
}
header .login-area a.register {
  background-color: #17bed0;
  border-color: #17bed0;
}
header .login-area a:hover {
  border-color: #fff;
}
header .docs-nav {
  height: 60px;
  display: table;
  margin: 0 auto;
}
header .docs-nav ul {
  display: table;
  margin: 0 auto;
  padding: 0;
}
header .docs-nav ul li {
  margin: 0;
  padding: 0px 20px;
  float: left;
  line-height: 32px;
  display: block;
  font-size: 15px;
  letter-spacing: -0.02em;
}
header .docs-nav ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 18px;
  padding: 20px 0;
}
header .docs-nav ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #17bed0;
}
header .docs-nav ul li.active-dev-menu {
  font-weight: 600;
  color: #FF0000;
}
header .docs-nav ul li.active-dev-menu a {
  border-bottom: 2px solid #17bed0;
}
header .docs-nav ul li.li-general {
  display: none !important;
}
.hidden {
  display: none !important;
}
.btn {
  background: #fff;
  border: 1px solid #bbb;
  color: #000;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  overflow: visible;
  text-decoration: none;
  padding: 5px 16px;
  border-radius: 3px;
  text-decoration: inherit !important;
  margin: 10px;
}
.btn:hover {
  background-color: #f6f6f6;
}
.app-list {
  float: left;
  clear: both;
  width: 100%;
}
.app-list .app-header {
  float: left;
  clear: both;
  margin: 0;
  width: 100%;
  background-color: #f6f6f6;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 17px;
  font-weight: 600;
  position: relative;
}
.app-list a {
  text-decoration: none;
}
.app-list a.register-new-app {
  position: absolute;
  top: 4px;
  right: 12px;
  margin: 0;
}
.app-list a.register-new-app:hover {
  background-color: #FFF;
}
.app-list .app {
  width: 100%;
  float: left;
  clear: both;
  cursor: pointer;
  margin: 5px 10px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #F0F0F0;
}
.app-list .app:hover {
  text-decoration: underline;
}
.app-list img {
  float: left;
  clear: none;
  margin: 0 10px 0 0;
}
.app-list .app-name {
  line-height: 32px;
  font-size: 17px;
}
#oac {
  width: 700px;
  margin: -4px auto 0 auto;
  clear: both;
}
input[type=radio] {
  margin: -1px 5px 0px 0px;
}
.view-app {
  width: 700px;
}
.view-app .view-app-header {
  width: 100%;
  float: left;
  margin: 0 0 5px 0;
}
.view-app .view-app-header h2 {
  line-height: 30px;
  margin: 0;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #F0F0F0;
}
.view-app .view-app-header ul {
  float: left;
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #F0F0F0;
  margin: 0;
  padding: 0;
}
.view-app .view-app-header ul li {
  float: left;
  margin: 0 20px 0 5px;
  padding: 0px 0;
}
.view-app .view-app-header ul li a {
  cursor: pointer;
  color: #17BED0;
  font-size: 17px;
  font-weight: 100;
  display: block;
  line-height: 30px;
  padding: 5px 0;
  text-decoration: none!important;
}
.view-app .view-app-header ul li a.app-nav-selected {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #17BED0;
}
.view-app .app-settings label {
  margin: 0px;
  float: left;
  clear: both;
  vertical-align: middle;
  line-height: 20px;
}
.view-app table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
.view-app table tr {
  height: 50px;
}
.view-app table tr.customheight {
  height: auto;
}
.view-app table tr.customheight td {
  padding: 10px 5px;
}
.view-app table tr:first-child td {
  border-top: 0;
}
.view-app table td:first-child {
  width: 200px;
}
.view-app table td {
  border-top: 1px solid #f6f6f6;
  vertical-align: middle;
  padding: 0px 5px;
}
.view-app table tr:last-child td {
  border-bottom: 1px solid #f6f6f6;
}
.view-app input[type=text],
.view-app select {
  -webkit-appearance: none;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0;
  padding: 5px 10px;
  height: 34px;
  width: 99%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.view-app select[disabled=disabled] {
  background: #fff;
  border: 0;
  box-shadow: none;
  padding-left: 0;
}
.view-app .delete-app {
  margin: 0px 0px 0px 5px;
  color: #FFF;
  background-color: #fc354c;
  border: 1px solid #f4334a;
}
.view-app .delete-app:hover {
  background-color: #ec2f46;
  border-color: #e52e44;
}
.view-app .app-details #app-icon {
  cursor: pointer;
}
.view-app .app-details label {
  margin: 0px;
  float: left;
  clear: both;
}
.view-app .app-details .app-icon {
  padding: 10px 5px;
}
.view-app .app-details .app-icon p {
  margin: 0px;
  padding: 0px;
}
.view-app .app-details .app-icon p:last-child {
  margin-top: 10px;
  padding: 0px;
  font-size: 13px;
}
.view-app .app-details .app-settings-btns {
  text-align: center;
}
.view-app .app-details .app-save {
  border-color: #88ca00;
  background-color: #88ca00;
  color: #ffffff;
}
.view-app .app-details .app-save:hover {
  background-color: #83c100;
}
.view-app .app-details .red-uri td:last-child {
  padding: 8px 5px;
}
.view-app .app-details .list-uris {
  width: 100%;
  margin-bottom: 5px;
  font-size: 15px;
}
.view-app .app-details .list-uris .uri {
  height: 30px;
  line-height: 30px;
}
.view-app .app-details .list-uris .uri:hover {
  background-color: #f6f6f6;
}
.view-app .app-details .list-uris .delete-uri {
  font-size: 12px;
  float: right;
  color: #fc354c;
  margin-right: 10px;
  cursor: pointer;
}
.view-app .app-details .list-uris .delete-uri:hover {
  text-decoration: underline;
}
.view-app .app-details .implicit-tooltip {
  display: inline;
}
.view-app .app-details .implicit-tooltip .implicit-tooltip-icon {
  margin-bottom: -3px;
}
.view-app .app-details .implicit-tooltip .implicit-tooltip-info {
  z-index: 101;
  border: 1px solid #000;
  width: 200px;
  padding: 5px;
  border-radius: 5px;
  background-color: #f6f6f6;
  text-align: justify;
  font-size: 13px;
  position: absolute;
  visibility: hidden;
}
.view-app .app-details .implicit-tooltip .implicit-tooltip-info a {
  color: #17BED0;
  text-decoration: none;
}
.view-app .app-details .implicit-tooltip .implicit-tooltip-info a:hover {
  text-decoration: underline;
}
.add-new-app {
  width: 700px;
  padding: 0px;
}
.add-new-app h2 {
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  margin: 22px 0 13px;
}
.add-new-app table {
  width: 100%;
  border-left: 0;
  border-collapse: collapse;
}
.add-new-app table tr {
  height: 50px;
}
.add-new-app table tr.customheight {
  height: auto;
}
.add-new-app table td:first-child {
  width: 200px;
}
.add-new-app table td {
  border-bottom: 1px solid #f6f6f6;
  vertical-align: middle;
  padding: 0px;
}
.add-new-app table tr:first-child td {
  border-top: 1px solid #f6f6f6;
}
.add-new-app input[type=text],
.add-new-app select {
  -webkit-appearance: none;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0;
  padding: 5px 10px;
  height: 34px;
  width: 60%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.add-new-app label {
  margin: 0 25px 0 0px;
  float: left;
}
.add-new-app label input[type=radio] {
  margin: 4px 4px 0 0;
  float: left;
}
.add-new-app .add-new {
  margin: 20px 0 0 0;
  border-color: #88ca00;
  background-color: #88ca00;
  color: #ffffff;
}
.add-new-app .add-new:hover {
  background-color: #83c100;
}
.oauth-content .error {
  background-color: #fc354c;
  border: 1px solid #f4334a;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  display: table;
  margin: 10px 0px 10px 200px;
  cursor: pointer;
}
.notlogged {
  margin: 100px auto;
  padding: 10px 20px;
  border-radius: 5px;
  display: none;
  color: #fff;
  background-color: #fc354c;
  border: 1px solid #f4334a;
}
