/*
#hp-my-apps-add-form {
    .scope_checkbox {
        margin-top: 20px !important;
    }
    .form-item-hp-my-apps-add-form-app-display-name {
        margin-top: 20px;
    }
    .edit-hp-my-apps-add-form-product-list {
        display: table;
    }
    .form-item-hp-my-apps-add-form-product-list {
        display: table-row;
        label {
            padding: 5px;
            &:hover {
                background: #ddd;
            }
        }
        a {
            width: 20px;
            float: right;
            margin-left: 15px;
        }
    }
}
*/
/* line 29, ../sass/hp_my_apps.scss */
.clearfix:after, .clearfix:before, .clearboth:after, .clearboth:before {
  content: '';
  display: table;
  clear: both;
}

/* line 36, ../sass/hp_my_apps.scss */
.custom-checkbox label {
  position: relative;
  font-weight: normal;
  color: #333333;
  padding: 0 0 0 30px !important;
  font-family: 'HPSimplifiedLight';
  text-transform: capitalize;
  margin-bottom: 0;
}
/* line 45, ../sass/hp_my_apps.scss */
.custom-checkbox input[type="checkbox"], .custom-checkbox input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
/* line 51, ../sass/hp_my_apps.scss */
.custom-checkbox input[type="checkbox"] + label::before, .custom-checkbox input[type="radio"] + label::before {
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 20px;
  top: 0px;
  left: 0;
}
/* line 60, ../sass/hp_my_apps.scss */
.custom-checkbox input[type="checkbox"]:checked + label, .custom-checkbox input[type="radio"]:checked + label {
  font-weight: 600 !important;
  color: #0096d6;
}
/* line 67, ../sass/hp_my_apps.scss */
.custom-checkbox input[type="checkbox"]:disabled + label, .custom-checkbox input[type="radio"]:disabled + label {
  opacity: 0.5;
}
/* line 73, ../sass/hp_my_apps.scss */
.custom-checkbox input[type="checkbox"] + label::before {
  content: url("checkbox.png");
}
/* line 77, ../sass/hp_my_apps.scss */
.custom-checkbox input[type="checkbox"]:checked + label::before {
  content: url("checkbox-checked.png");
}
/* line 80, ../sass/hp_my_apps.scss */
.custom-checkbox input[type="checkbox"]:disabled + label::before {
  content: url("checkbox-disable.png");
}
/* line 86, ../sass/hp_my_apps.scss */
.custom-checkbox input[type="radio"] + label::before {
  content: url("radio.png");
}
/* line 90, ../sass/hp_my_apps.scss */
.custom-checkbox input[type="radio"]:checked + label::before {
  content: url("radio-checked.png");
}

/* line 97, ../sass/hp_my_apps.scss */
.page-header-content {
  font-weight: normal;
  font-size: 17px;
  color: #333333;
  margin-bottom: 20px;
}

/* line 103, ../sass/hp_my_apps.scss */
.myApp-container {
  /********** MyApp Laeft Panel ************************/
  /********** MyApp Right Panel ************************/
}
/* line 104, ../sass/hp_my_apps.scss */
.myApp-container .backToBlock {
  padding-left: 20px;
  margin-bottom: 10px;
}
/* line 109, ../sass/hp_my_apps.scss */
.myApp-container select.form-control, .myApp-container input.form-control {
  box-shadow: none;
}
/* line 113, ../sass/hp_my_apps.scss */
.myApp-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("arrow.svg");
  background-size: 15px 7px;
  background-origin: padding-box;
  background-clip: border-box;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  font-size: 14px;
}
/* line 124, ../sass/hp_my_apps.scss */
.myApp-container select optgroup {
  color: #000;
  font-weight: 600;
}
/* line 129, ../sass/hp_my_apps.scss */
.myApp-container .myApp-left-panel, .myApp-container .myApp-right-container {
  min-height: 500px;
  background: #fff;
  border: 1px solid #dfdfdf;
}
/* line 133, ../sass/hp_my_apps.scss */
.myApp-container .myApp-left-panel .header-title, .myApp-container .myApp-right-container .header-title {
  padding: 15px 10px;
  font-size: 16px;
  font-family: 'HPSimplifiedLight';
  font-weight: 600;
  letter-spacing: 1px;
}
/* line 142, ../sass/hp_my_apps.scss */
.myApp-container .myApp-left-panel {
  float: left;
  width: 30.7692%;
}
/* line 145, ../sass/hp_my_apps.scss */
.myApp-container .myApp-left-panel .header-title {
  background: #dfdfdf;
}
/* line 151, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .select-box label, .myApp-container .filter-container .list-select-box label, .myApp-container .list-container .select-box label, .myApp-container .list-container .list-select-box label {
  display: block;
  color: #000 !important;
  font-size: 15px;
  font-family: 'HPSimplifiedLight';
  font-weight: 600;
  letter-spacing: 1px;
}
/* line 160, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .select-box label.error, .myApp-container .filter-container .list-select-box label.error, .myApp-container .list-container .select-box label.error, .myApp-container .list-container .list-select-box label.error {
  font-size: 13px;
  margin: 0;
  line-height: normal;
  display: none;
  font-weight: normal;
  color: #FF0000 !important;
}
/* line 171, ../sass/hp_my_apps.scss */
.myApp-container .filter-container {
  padding: 0px 10px 10px;
  background: #f7f7f7;
  border-bottom: 1px solid #dfdfdf;
}
/* line 175, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .form-control {
  border-radius: 0px;
  padding: 12px 15px;
  color: #000;
  height: auto;
  box-shadow: none;
}
/* line 181, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .form-control.error {
  border: 1px solid #FF0000;
}
/* line 184, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .form-control#buList {
  padding: 12px 35px 12px 15px;
}
/* line 188, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .form-group {
  margin: 0px 10px;
  padding: 17px 0px;
}
/* line 193, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .form-group.search-box {
  border-bottom: 1px solid #dfdfdf;
}
/* line 195, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .form-group.search-box .form-control {
  background-image: url("search-icon.png");
  background-size: 20px 20px;
  background-origin: padding-box;
  background-clip: border-box;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
}
/* line 205, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .form-group.non-production {
  border-bottom: none;
}
/* line 208, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .form-group.non-production .non-production-apis:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
/* line 211, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .form-group.non-production .non-production-apis:disabled + label::before {
  opacity: 0.5;
}
/* line 218, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .select-box {
  padding-top: 20px;
  margin-top: 0px;
}
/* line 221, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .select-box .form-group {
  margin-bottom: 0;
}
/* line 228, ../sass/hp_my_apps.scss */
.myApp-container .list-container .form-group {
  margin: 0px 0px;
  padding: 17px 0px;
  margin-bottom: 0px;
}
/* line 234, ../sass/hp_my_apps.scss */
.myApp-container .list-container .list-select-box .title-reset {
  padding: 10px 0px;
  margin: 0 15px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
/* line 241, ../sass/hp_my_apps.scss */
.myApp-container .list-container .list-select-box .title-reset .reset-all-pro {
  position: absolute;
  right: 0;
  top: 11px;
  font-size: 16px;
  display: none;
}
/* line 249, ../sass/hp_my_apps.scss */
.myApp-container .list-container .list-select-box #edit-hp-my-apps-add-form-product-list {
  margin-left: 0 !important;
}
/* line 253, ../sass/hp_my_apps.scss */
.myApp-container .list-container .selectedProducts {
  padding: 10px 15px 0;
}
/* line 255, ../sass/hp_my_apps.scss */
.myApp-container .list-container .selectedProducts .selected-title {
  display: none;
}
/* line 258, ../sass/hp_my_apps.scss */
.myApp-container .list-container .selectedProducts .form-group {
  padding: 0;
  margin-bottom: 10px;
}
/* line 261, ../sass/hp_my_apps.scss */
.myApp-container .list-container .selectedProducts .form-group:last-child {
  margin-bottom: 0;
}
/* line 264, ../sass/hp_my_apps.scss */
.myApp-container .list-container .selectedProducts .form-group label {
  cursor: pointer;
}
/* line 269, ../sass/hp_my_apps.scss */
.myApp-container .list-container .has-note {
  padding: 5px 0;
}
/* line 271, ../sass/hp_my_apps.scss */
.myApp-container .list-container .has-note .note-title, .myApp-container .list-container .has-note .note-text {
  display: table-cell;
  font-size: 14px;
  color: #000;
  text-align: left;
}
/* line 277, ../sass/hp_my_apps.scss */
.myApp-container .list-container .has-note .note-title {
  width: 50px;
  font-weight: normal;
  letter-spacing: 1px;
  position: relative;
  color: #e07800;
  text-transform: uppercase;
}
/* line 286, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner {
  position: relative;
}
/* line 289, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner.form-group {
  padding: 5px 0;
}
/* line 293, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner label.error {
  font-size: 13px;
  margin: 0 0 0 15px;
  line-height: normal;
  display: none;
  font-weight: normal;
  color: #FF0000 !important;
}
/* line 302, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner #productByCategorieIndex {
  max-height: 500px;
  overflow-x: auto;
}
/* line 307, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner p.pro-count {
  margin: 0;
  position: absolute;
  top: -37px;
  left: 45px;
  width: auto;
  z-index: 100;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
/* line 319, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner p.pro-error {
  margin: 0;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  z-index: 100;
}
/* line 328, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner .pro-list > label {
  width: 95%;
}
/* line 331, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner .pro-list .dropdown-icon {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 100;
}
/* line 340, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner .pro-list .dropdown-icon::after {
  content: url(arrow_down.png);
  display: inline-block;
  position: relative;
  width: 17px;
  height: 7px;
  right: -3px;
  top: -4px;
  cursor: pointer;
}
/* line 353, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner .pro-list.open .dropdown-icon::after {
  content: url(arrow_up.png);
}
/* line 359, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 363, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul li {
  margin: 0 15px 15px;
  position: relative;
}
/* line 368, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul label {
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 15px;
  text-transform: capitalize;
  z-index: 5;
}
/* line 376, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul .hp-id, .myApp-container .list-container .select-box-inner ul .hp-id-enabled, .myApp-container .list-container .select-box-inner ul .bundling-pro, .myApp-container .list-container .select-box-inner ul .pro-env {
  display: inline-block;
  margin: 5px 5px 0 0;
  font-size: 11px;
}
/* line 381, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul .hp-id {
  color: #e07800;
}
/* line 384, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul .hp-id-enabled {
  color: #0096d6;
}
/* line 387, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul .pro-env {
  color: #000;
}
/* line 390, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul.pro-info {
  background: #f2f2f2;
  margin: 5px -15px;
  padding: 5px 0;
  display: none;
}
/* line 395, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul.pro-info li {
  margin-bottom: 0;
  position: static;
}
/* line 399, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul.pro-info p {
  margin-bottom: 5px;
  font-size: 15px;
  text-transform: capitalize;
  word-break: break-word;
}
/* line 404, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul.pro-info p:last-child {
  margin-bottom: 0px;
}
/* line 408, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul.pro-info .has-note {
  padding: 5px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
}
/* line 412, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul.pro-info .has-note .note-title, .myApp-container .list-container .select-box-inner ul.pro-info .has-note .note-text {
  font-size: 12px;
}
/* line 416, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul.pro-info .pro-details {
  font-size: 15px;
  position: relative;
  letter-spacing: 1px;
}
/* line 420, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul.pro-info .pro-details::after {
  content: url(new_window_icon.png);
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  right: -17px;
  top: 3px;
}
/* line 434, ../sass/hp_my_apps.scss */
.myApp-container .list-container .custom-checkbox.note-icon {
  position: relative;
}
/* line 436, ../sass/hp_my_apps.scss */
.myApp-container .list-container .custom-checkbox.note-icon:after {
  content: url(note-icon.png);
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 446, ../sass/hp_my_apps.scss */
.myApp-container .no-product-selected, .myApp-container .existedproducts {
  word-wrap: break-word;
  font-weight: 200;
  font-style: italic;
  font-size: 18px;
  color: #CCCCCC;
  padding: 15px;
}
/* line 454, ../sass/hp_my_apps.scss */
.myApp-container .existedproducts {
  padding: 0;
  color: #000;
}
/* line 460, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel {
  float: right;
  width: 66.6666%;
}
/* line 466, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .custom-checkbox label {
  font-size: 16px;
  text-transform: none;
}
/* line 472, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .custom-checkbox input[type="checkbox"] + label::before, .myApp-container .myApp-right-panel .custom-checkbox input[type="radio"] + label::before {
  top: 1px;
  left: 0;
}
/* line 477, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .custom-checkbox input[type="checkbox"]:checked + label, .myApp-container .myApp-right-panel .custom-checkbox input[type="radio"]:checked + label {
  font-weight: 600 !important;
  color: #0096d6;
}
/* line 482, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .custom-checkbox .scopes-description {
  text-transform: none;
  margin: 2px 0 0 0;
}
/* line 487, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .header-title {
  padding: 16px;
  background: #fff;
}
/* line 491, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .form-container {
  padding: 0 0px;
  margin-bottom: 15px;
}
/* line 494, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .form-container > .form-item {
  padding: 0 15px;
}
/* line 497, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .form-container > .form-item.form-item-hp-my-apps-add-form-app-justification .help-block {
  font-size: 16px;
  font-style: italic;
}
/* line 503, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .form-container label {
  font-weight: normal;
  font-size: 18px;
}
/* line 509, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel input.error, .myApp-container .myApp-right-panel select.error {
  border: 1px solid #FF0000;
}
/* line 514, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel label.error {
  font-size: 13px;
  margin: 0;
  line-height: normal;
  display: none;
  font-weight: normal;
  color: #FF0000;
}
/* line 523, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .remove-parent-fieldset {
  position: absolute;
  right: 10px;
  top: 15px;
  background: url(close-icon.png) no-repeat;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}
/* line 532, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset, .myApp-container .myApp-right-panel .existedproducts {
  /*
  &.has-scopes{
      .card-header{
          background: #7e7e7e;
      }
      &.scopesChecked{
          .card-header{
              background: #0096d6;
          }   
      }
  }
  */
}
/* line 533, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-header, .myApp-container .myApp-right-panel .existedproducts .card-header {
  background: #0096d6;
  color: #fff;
  padding: 13px 10px;
  position: relative;
  line-height: normal;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: capitalize;
}
/* line 544, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body, .myApp-container .myApp-right-panel .existedproducts .card-body {
  padding: 15px;
}
/* line 546, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body > p, .myApp-container .myApp-right-panel .existedproducts .card-body > p {
  margin: 0;
}
/* line 549, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body .card-title, .myApp-container .myApp-right-panel fieldset .card-body .card-text, .myApp-container .myApp-right-panel .existedproducts .card-body .card-title, .myApp-container .myApp-right-panel .existedproducts .card-body .card-text {
  display: table-cell;
  font-size: 16px;
  color: #000;
  word-break: break-all;
}
/* line 555, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body .card-title, .myApp-container .myApp-right-panel .existedproducts .card-body .card-title {
  width: 100px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 1px;
  text-transform: capitalize;
}
/* line 562, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body .card-text, .myApp-container .myApp-right-panel .existedproducts .card-body .card-text {
  text-align: left;
  padding-left: 8px;
  word-break: break-word;
}
/* line 567, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body .card-text .pro-details:hover, .myApp-container .myApp-right-panel .existedproducts .card-body .card-text .pro-details:hover {
  text-decoration: underline;
}
/* line 572, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body ul, .myApp-container .myApp-right-panel .existedproducts .card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 576, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body ul li, .myApp-container .myApp-right-panel .existedproducts .card-body ul li {
  margin-bottom: 3px;
}
/* line 578, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body ul li:last-child, .myApp-container .myApp-right-panel .existedproducts .card-body ul li:last-child {
  margin-bottom: 0px;
}
/* line 582, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body ul.secret-key-expiry, .myApp-container .myApp-right-panel .existedproducts .card-body ul.secret-key-expiry {
  margin: 10px 0 0;
}
/* line 584, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body ul.secret-key-expiry .card-title, .myApp-container .myApp-right-panel fieldset .card-body ul.secret-key-expiry .card-text, .myApp-container .myApp-right-panel .existedproducts .card-body ul.secret-key-expiry .card-title, .myApp-container .myApp-right-panel .existedproducts .card-body ul.secret-key-expiry .card-text {
  font-size: 14px;
}
/* line 587, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body ul.secret-key-expiry .card-title, .myApp-container .myApp-right-panel .existedproducts .card-body ul.secret-key-expiry .card-title {
  width: 130px;
  text-align: left;
  font-family: 'HPSimplifiedLight';
}
/* line 594, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body .if-product-scopes, .myApp-container .myApp-right-panel .existedproducts .card-body .if-product-scopes {
  margin-top: 20px;
  border-top: 1px solid #dfdfdf;
}
/* line 597, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body .if-product-scopes .scopes-title, .myApp-container .myApp-right-panel .existedproducts .card-body .if-product-scopes .scopes-title {
  padding: 20px 0;
  margin: 0;
}
/* line 601, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body .if-product-scopes .form-group, .myApp-container .myApp-right-panel .existedproducts .card-body .if-product-scopes .form-group {
  margin-bottom: 10px;
  padding-left: 15px;
}
/* line 604, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body .if-product-scopes .form-group:last-child, .myApp-container .myApp-right-panel .existedproducts .card-body .if-product-scopes .form-group:last-child {
  margin-bottom: 0px;
}
/* line 611, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card.custom-form-card, .myApp-container .myApp-right-panel .existedproducts .card.custom-form-card {
  margin-top: 20px;
  border: 1px solid #dfdfdf;
  border-radius: 4px 4px 0px 0px;
}
/* line 615, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card.custom-form-card .card-header, .myApp-container .myApp-right-panel .existedproducts .card.custom-form-card .card-header {
  background: #f7f7f7;
  padding: 10px;
  font-weight: normal;
  font-size: 14px;
  color: #000;
}
/* line 624, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card.custom-form-card .card-body .card-title, .myApp-container .myApp-right-panel .existedproducts .card.custom-form-card .card-body .card-title {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  margin-bottom: 5px;
  width: auto;
}
/* line 631, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card.custom-form-card .card-body em, .myApp-container .myApp-right-panel .existedproducts .card.custom-form-card .card-body em {
  display: inline-block;
}
/* line 635, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card.custom-form-card ul, .myApp-container .myApp-right-panel .existedproducts .card.custom-form-card ul {
  margin-bottom: 10px;
}
/* line 637, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card.custom-form-card ul li, .myApp-container .myApp-right-panel .existedproducts .card.custom-form-card ul li {
  margin-bottom: 5px;
}
/* line 639, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card.custom-form-card ul li:last-child, .myApp-container .myApp-right-panel .existedproducts .card.custom-form-card ul li:last-child {
  margin-bottom: 0px;
}
/* line 646, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .selectBox, .myApp-container .myApp-right-panel .existedproducts .selectBox {
  margin-bottom: 20px;
}
/* line 648, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .selectBox .addFormSelect, .myApp-container .myApp-right-panel .existedproducts .selectBox .addFormSelect {
  width: 100%;
}
/* line 652, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .has-note, .myApp-container .myApp-right-panel .existedproducts .has-note {
  background: #f2f2f2;
  padding: 15px;
}
/* line 655, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .has-note .note-title, .myApp-container .myApp-right-panel fieldset .has-note .note-text, .myApp-container .myApp-right-panel .existedproducts .has-note .note-title, .myApp-container .myApp-right-panel .existedproducts .has-note .note-text {
  display: table-cell;
  font-size: 16px;
  color: #000;
}
/* line 660, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .has-note .note-title, .myApp-container .myApp-right-panel .existedproducts .has-note .note-title {
  width: 110px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 1px;
  position: relative;
  color: #e07800;
  text-transform: uppercase;
}
/* line 677, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .has-note .note-text, .myApp-container .myApp-right-panel .existedproducts .has-note .note-text {
  text-align: left;
  padding-left: 8px;
}
/* line 680, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .has-note .note-text span, .myApp-container .myApp-right-panel .existedproducts .has-note .note-text span {
  font-weight: 600;
}
/* line 684, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .has-note ul, .myApp-container .myApp-right-panel .existedproducts .has-note ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 688, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .has-note ul li, .myApp-container .myApp-right-panel .existedproducts .has-note ul li {
  margin-bottom: 10px;
}
/* line 690, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .has-note ul li:last-child, .myApp-container .myApp-right-panel .existedproducts .has-note ul li:last-child {
  margin-bottom: 0px;
}
/* line 709, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .button-set {
  margin-top: 10px;
}
/* line 712, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .button-set .btn:focus {
  outline: none;
  border: none;
}
/* line 716, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .button-set .btn.add-more {
  padding: 5px 0;
  background: transparent;
  color: #169BD5;
  font-size: 15px;
  box-shadow: none !important;
}
/* line 722, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .button-set .btn.add-more:hover {
  text-decoration: underline;
}
/* line 727, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .button-set .icon {
  color: #169BD5;
  margin-right: 5px;
  font-size: 12px;
  font-weight: normal;
}
/* line 733, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .button-set .button-box {
  width: 300px;
  float: right;
}
/* line 737, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .button-set .cancel-button, .myApp-container .myApp-right-panel .button-set .submit-button {
  margin: 0 !important;
  display: inline-block;
  width: 49%;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  color: #CCCCCC;
  border-radius: 0;
  text-decoration: none;
}
/* line 748, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .button-set .cancel-button {
  color: #ccc;
}
/* line 751, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .button-set .submit-button {
  color: #fff;
}
/* line 754, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .button-set .form-field-note {
  word-wrap: break-word;
  font-weight: 200;
  font-style: italic;
  font-size: 18px;
  color: #CCCCCC;
  padding: 15px;
}
/* line 764, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .input-allset {
  margin-bottom: 20px;
}
/* line 766, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .input-allset:last-child {
  margin-bottom: 0px;
}
/* line 773, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .removeInputElement {
  padding: 0;
  color: #FF0000;
  border-radius: 0 0 4px 4px;
  cursor: pointer;
  font-size: 15px;
  text-align: right;
  position: relative;
  top: 0px;
  float: right;
  letter-spacing: 1px;
}
/* line 785, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .removeInputElement .icon {
  color: #FF0000;
  font-size: 15px;
  display: none;
}

/* line 796, ../sass/hp_my_apps.scss */
.ui-dialog-titlebar {
  display: none;
}

/* line 799, ../sass/hp_my_apps.scss */
.ui-dialog-content {
  padding: 10px;
  text-align: center;
}

/* line 803, ../sass/hp_my_apps.scss */
.ui-widget-content {
  border-radius: 4px;
  border: none;
}

/* line 808, ../sass/hp_my_apps.scss */
.ui-dialog-buttonpane .ui-dialog-buttonset {
  text-align: center;
  padding: 10px 0;
}
/* line 811, ../sass/hp_my_apps.scss */
.ui-dialog-buttonpane .ui-dialog-buttonset button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 5px 0 0;
  display: inline-block;
  width: 30%;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  border-radius: 0;
  text-decoration: none;
  background: #337ab7;
  border: none;
}
/* line 824, ../sass/hp_my_apps.scss */
.ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
  margin-right: 0;
  background: #ccc;
  color: #000;
}

/***************** existedproducts **********************/
/* line 839, ../sass/hp_my_apps.scss */
.myApp-container .list-container .list-select-box.existedproductslist label.selected-title {
  margin: 10px 15px;
}
/* line 843, ../sass/hp_my_apps.scss */
.myApp-container .list-container .list-select-box.existedproductslist .content-list {
  list-style: none;
  margin: 0px 15px 0 20px;
  padding: 0;
}
/* line 847, ../sass/hp_my_apps.scss */
.myApp-container .list-container .list-select-box.existedproductslist .content-list .pro-name {
  color: #333333;
  font-weight: 200;
  font-size: 15px;
  font-family: 'HPSimplifiedLight';
  word-break: break-word;
  letter-spacing: normal;
  margin-bottom: 5px;
  line-height: normal;
}
/* line 856, ../sass/hp_my_apps.scss */
.myApp-container .list-container .list-select-box.existedproductslist .content-list .pro-name:last-child {
  margin-bottom: 0px;
}
/* line 861, ../sass/hp_my_apps.scss */
.myApp-container .list-container .list-select-box.existedproductslist .selectedProducts {
  padding: 10px 15px 0 20px;
}
/* line 869, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul li.oldSelectedProduct {
  position: relative;
}
/* line 871, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul li.oldSelectedProduct label {
  cursor: auto;
  pointer-events: none;
  position: relative;
}
/* line 875, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul li.oldSelectedProduct label::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 100;
}

/* line 894, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts {
  font-style: normal;
  font-family: 'HPSimplifiedLight';
}
/* line 897, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts .header-title {
  color: #333333;
  font-family: 'HPSimplifiedLight';
  font-weight: 600;
  font-size: 18px;
}
/* line 904, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts .card-body .card-title, .myApp-container .myApp-right-panel .existedproducts .card-body .card-text {
  color: #333333;
  font-weight: 200;
  font-size: 18px;
  font-family: 'HPSimplifiedLight';
  word-break: break-word;
  letter-spacing: normal;
}
/* line 913, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts .card-body ul.first-block {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 20px;
}
/* line 917, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts .card-body ul.apiDataDetails {
  margin-top: 20px;
}
/* line 922, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts .card-body ul li.description .card-title {
  width: 100px;
}
/* line 928, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts .card-body .card-title {
  width: auto;
  text-align: left;
  text-transform: none;
}
/* line 937, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts .card-body .card-text.expires strong {
  font-weight: 200 !important;
  color: #FF0000 !important;
  font-family: 'HPSimplifiedLight';
}
/* line 946, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts .extd_prod_Details .card-header {
  background: #f7f7f7;
  color: #333333;
  font-weight: 300;
  font-size: 16px;
  font-family: 'HPSimplifiedLight';
}
/* line 953, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts .extd_prod_Details .card-title {
  min-width: 100px;
  text-align: right;
}
/* line 958, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts .scopes-title {
  font-size: 16px;
  color: #333333;
}
/* line 962, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts .custom-checkbox {
  /*
  input[type="checkbox"]{
      & + label{
          &::before{
              content: url('checkbox.png');
          }
      }
      &:checked + label::before {
          content: url('checkbox-checked.png');
      }
      &:disabled + label::before {
          content: url('checkbox-disable.png');
      }
  }
  input[type="radio"]{
      & + label{
          &::before{
              content: url('radio.png');
          }
      }
      &:checked + label::before {
          content: url('radio-checked.png');
      }
  }
  */
}
/* line 964, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts .custom-checkbox label.checkbox, .myApp-container .myApp-right-panel .existedproducts .custom-checkbox label.radio {
  cursor: default;
}
/* line 966, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts .custom-checkbox label.checkbox::before, .myApp-container .myApp-right-panel .existedproducts .custom-checkbox label.radio::before {
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 20px;
  top: 0px;
  left: 0;
}
/* line 976, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts .custom-checkbox label.checkbox::before {
  content: url("checkbox-checked.png");
}
/* line 981, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts .custom-checkbox label.radio::before {
  content: url("radio-checked.png");
}
/* line 1013, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts .custom-type label {
  font-weight: 400;
  border-radius: 4px;
  font-size: 16px;
  border: 1px solid #dfdfdf;
  padding: 6px;
  display: block;
}
/* line 1022, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts .option_title {
  text-transform: capitalize;
  font-size: 16px;
}
/* line 1027, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts .card.custom-form-card {
  border: none;
}
/* line 1030, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts .card.custom-form-card .form-group li {
  padding-left: 15px;
}
/* line 1036, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .existedproducts .card.custom-form-card .others-types .form-group li {
  padding-left: 0px;
}

/* line 1039, ../sass/hp_my_apps.scss */
label.pre-apps {
  font-size: 18px;
  color: #199ED8;
  text-align: right;
  font-weight: normal;
  margin: 15px 0 0 0;
}
/* line 1045, ../sass/hp_my_apps.scss */
label.pre-apps .pre-apps-text {
  font-size: 16px;
  color: #199ED8;
  text-align: right;
  display: inline-block;
  padding-left: 20px;
  background-image: url("pre-production-apps-icon.svg");
  background-size: 13px 15px;
  background-origin: padding-box;
  background-clip: border-box;
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 50%;
}

/* line 1064, ../sass/hp_my_apps.scss */
.my-app-list tbody tr td.flag_rtp_true {
  padding-left: 30px;
  background-image: url("pre-production-apps-icon.svg");
  background-size: 13px 15px;
  background-origin: padding-box;
  background-clip: border-box;
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 29px;
}
/* line 1084, ../sass/hp_my_apps.scss */
.app_env_statrtus{
	float: left;
	width: 40px;
	height: 23px;
	background-color: rgba(231, 231, 232, 1);
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	color: #B1B1B5;
}
/* line 1095, ../sass/hp_my_apps.scss */
.stratus_product .details-link{
	float: right;
    margin-right: -30px;
}
/* line 1099, ../sass/hp_my_apps.scss */
.flag_rtp_true.stratus_product {
	padding-left: 0px !important;
	background-position-x: 43px !important;
}
/* line 1103, ../sass/hp_my_apps.scss */
.flag_rtp_true.stratus_product .hp-manage-apps-app-details-title{
	margin-right: -53px !important;
}