/*
#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 30, ../sass/hp_my_apps.scss */
.clearfix:after, .clearfix:before, .clearboth:after, .clearboth:before {
  content: '';
  display: table;
  clear: both;
}

/* line 37, ../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 46, ../sass/hp_my_apps.scss */
.custom-checkbox input[type="checkbox"], .custom-checkbox input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
/* line 52, ../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 61, ../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 68, ../sass/hp_my_apps.scss */
.custom-checkbox input[type="checkbox"]:disabled + label, .custom-checkbox input[type="radio"]:disabled + label {
  opacity: 0.5;
}
/* line 74, ../sass/hp_my_apps.scss */
.custom-checkbox input[type="checkbox"] + label::before {
  content: url("checkbox.png");
}
/* line 78, ../sass/hp_my_apps.scss */
.custom-checkbox input[type="checkbox"]:checked + label::before {
  content: url("checkbox-checked.png");
}
/* line 81, ../sass/hp_my_apps.scss */
.custom-checkbox input[type="checkbox"]:disabled + label::before {
  content: url("checkbox-disable.png");
}
/* line 87, ../sass/hp_my_apps.scss */
.custom-checkbox input[type="radio"] + label::before {
  content: url("radio.png");
}
/* line 91, ../sass/hp_my_apps.scss */
.custom-checkbox input[type="radio"]:checked + label::before {
  content: url("radio-checked.png");
}

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

/* line 104, ../sass/hp_my_apps.scss */
.myApp-container {
  /********** MyApp Laeft Panel ************************/
  /********** MyApp Right Panel ************************/
}
/* line 105, ../sass/hp_my_apps.scss */
.myApp-container .backToBlock {
  padding-left: 20px;
  margin-bottom: 10px;
}
/* line 110, ../sass/hp_my_apps.scss */
.myApp-container select.form-control, .myApp-container input.form-control {
  box-shadow: none;
}
/* line 114, ../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 125, ../sass/hp_my_apps.scss */
.myApp-container select optgroup {
  color: #000;
  font-weight: 600;
}
/* line 130, ../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 134, ../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 143, ../sass/hp_my_apps.scss */
.myApp-container .myApp-left-panel {
  float: left;
  width: 30.7692%;
}
/* line 146, ../sass/hp_my_apps.scss */
.myApp-container .myApp-left-panel .header-title {
  background: #dfdfdf;
}
/* line 152, ../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 161, ../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 172, ../sass/hp_my_apps.scss */
.myApp-container .filter-container {
  padding: 0px 10px 10px;
  background: #f7f7f7;
  border-bottom: 1px solid #dfdfdf;
}
/* line 176, ../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 182, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .form-control.error {
  border: 1px solid #FF0000;
}
/* line 185, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .form-control#buList {
  padding: 12px 35px 12px 15px;
}
/* line 189, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .form-group {
  margin: 0px 10px;
  padding: 17px 0px;
}
/* line 194, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .form-group.search-box {
  border-bottom: 1px solid #dfdfdf;
}
/* line 196, ../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 206, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .form-group.non-production {
  border-bottom: none;
}
/* line 209, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .form-group.non-production .non-production-apis:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
/* line 212, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .form-group.non-production .non-production-apis:disabled + label::before {
  opacity: 0.5;
}
/* line 219, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .select-box {
  padding-top: 20px;
  margin-top: 0px;
}
/* line 222, ../sass/hp_my_apps.scss */
.myApp-container .filter-container .select-box .form-group {
  margin-bottom: 0;
}
/* line 229, ../sass/hp_my_apps.scss */
.myApp-container .list-container .form-group {
  margin: 0px 0px;
  padding: 17px 0px;
  margin-bottom: 0px;
}
/* line 235, ../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 242, ../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 250, ../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 254, ../sass/hp_my_apps.scss */
.myApp-container .list-container .selectedProducts {
  padding: 10px 15px 0;
}
/* line 256, ../sass/hp_my_apps.scss */
.myApp-container .list-container .selectedProducts .selected-title {
  display: none;
}
/* line 259, ../sass/hp_my_apps.scss */
.myApp-container .list-container .selectedProducts .form-group {
  padding: 0;
  margin-bottom: 10px;
}
/* line 262, ../sass/hp_my_apps.scss */
.myApp-container .list-container .selectedProducts .form-group:last-child {
  margin-bottom: 0;
}
/* line 265, ../sass/hp_my_apps.scss */
.myApp-container .list-container .selectedProducts .form-group label {
  cursor: pointer;
}
/* line 270, ../sass/hp_my_apps.scss */
.myApp-container .list-container .has-note {
  padding: 5px 0;
}
/* line 272, ../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 278, ../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 287, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner {
  position: relative;
}
/* line 290, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner.form-group {
  padding: 5px 0;
}
/* line 294, ../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 303, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner #productByCategorieIndex {
  max-height: 500px;
  overflow-x: auto;
}
/* line 308, ../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 320, ../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 329, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner .pro-list > label {
  width: 95%;
}
/* line 332, ../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 341, ../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 354, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner .pro-list.open .dropdown-icon::after {
  content: url(arrow_up.png);
}
/* line 360, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 364, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul li {
  margin: 0 15px 15px;
  position: relative;
}
/* line 369, ../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 377, ../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 382, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul .hp-id {
  color: #e07800;
}
/* line 385, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul .hp-id-enabled {
  color: #0096d6;
}
/* line 388, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul .pro-env {
  color: #000;
}
/* line 391, ../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 396, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul.pro-info li {
  margin-bottom: 0;
  position: static;
}
/* line 400, ../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 405, ../sass/hp_my_apps.scss */
.myApp-container .list-container .select-box-inner ul.pro-info p:last-child {
  margin-bottom: 0px;
}
/* line 409, ../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 413, ../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 417, ../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 421, ../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 435, ../sass/hp_my_apps.scss */
.myApp-container .list-container .custom-checkbox.note-icon {
  position: relative;
}
/* line 437, ../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 447, ../sass/hp_my_apps.scss */
.myApp-container .no-product-selected {
  word-wrap: break-word;
  font-weight: 200;
  font-style: italic;
  font-size: 18px;
  color: #CCCCCC;
  padding: 15px;
}
/* line 457, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel {
  float: right;
  width: 66.6666%;
}
/* line 463, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .custom-checkbox label {
  font-size: 14px;
}
/* line 468, ../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: 0px;
  left: 0;
}
/* line 473, ../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 479, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .header-title {
  padding: 16px;
  background: #fff;
}
/* line 483, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .form-container {
  padding: 0 0px;
  margin-bottom: 15px;
}
/* line 486, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .form-container > .form-item {
  padding: 0 15px;
}
/* line 489, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .form-container label {
  font-weight: normal;
  font-size: 16px;
}
/* line 495, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel input.error, .myApp-container .myApp-right-panel select.error {
  border: 1px solid #FF0000;
}
/* line 500, ../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 509, ../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 518, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset {
  /*
  &.has-scopes{
      .card-header{
          background: #7e7e7e;
      }
      &.scopesChecked{
          .card-header{
              background: #0096d6;
          }   
      }
  }
  */
}
/* line 519, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .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 530, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body {
  padding: 15px;
}
/* line 532, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body > p {
  margin: 0;
}
/* line 535, ../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 {
  display: table-cell;
  font-size: 16px;
  color: #000;
  word-break: break-all;
}
/* line 541, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body .card-title {
  width: 100px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 1px;
  text-transform: capitalize;
}
/* line 548, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body .card-text {
  text-align: left;
  padding-left: 8px;
  word-break: break-word;
}
/* line 553, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body .card-text .pro-details:hover {
  text-decoration: underline;
}
/* line 558, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 562, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body ul li {
  margin-bottom: 3px;
}
/* line 564, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body ul li:last-child {
  margin-bottom: 0px;
}
/* line 568, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body ul.secret-key-expiry {
  margin: 10px 0 0;
}
/* line 570, ../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 {
  font-size: 14px;
}
/* line 573, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body ul.secret-key-expiry .card-title {
  width: 130px;
  text-align: left;
  font-family: 'HPSimplifiedLight';
}
/* line 580, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body .if-product-scopes {
  margin-top: 20px;
  border-top: 1px solid #dfdfdf;
}
/* line 583, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body .if-product-scopes .scopes-title {
  padding: 20px 0;
  margin: 0;
}
/* line 587, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body .if-product-scopes .form-group {
  margin-bottom: 10px;
  padding-left: 15px;
}
/* line 590, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card-body .if-product-scopes .form-group:last-child {
  margin-bottom: 0px;
}
/* line 597, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card.custom-form-card {
  margin-top: 20px;
  border: 1px solid #dfdfdf;
  border-radius: 4px 4px 0px 0px;
}
/* line 601, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card.custom-form-card .card-header {
  background: #f7f7f7;
  padding: 10px;
  font-weight: normal;
  font-size: 14px;
  color: #000;
}
/* line 610, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card.custom-form-card .card-body .card-title {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  margin-bottom: 5px;
  width: auto;
}
/* line 617, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card.custom-form-card .card-body em {
  display: inline-block;
}
/* line 621, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card.custom-form-card ul {
  margin-bottom: 10px;
}
/* line 623, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card.custom-form-card ul li {
  margin-bottom: 5px;
}
/* line 625, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .card.custom-form-card ul li:last-child {
  margin-bottom: 0px;
}
/* line 632, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .selectBox {
  margin-bottom: 20px;
}
/* line 634, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .selectBox .addFormSelect {
  width: 100%;
}
/* line 638, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .has-note {
  background: #f2f2f2;
  padding: 15px;
}
/* line 641, ../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 {
  display: table-cell;
  font-size: 16px;
  color: #000;
}
/* line 646, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .has-note .note-title {
  width: 110px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 1px;
  position: relative;
  color: #e07800;
  text-transform: uppercase;
}
/* line 663, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .has-note .note-text {
  text-align: left;
  padding-left: 8px;
}
/* line 666, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .has-note .note-text span {
  font-weight: 600;
}
/* line 670, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .has-note ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 674, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .has-note ul li {
  margin-bottom: 10px;
}
/* line 676, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel fieldset .has-note ul li:last-child {
  margin-bottom: 0px;
}
/* line 695, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .button-set {
  margin-top: 10px;
}
/* line 698, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .button-set .btn:focus {
  outline: none;
  border: none;
}
/* line 702, ../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 708, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .button-set .btn.add-more:hover {
  text-decoration: underline;
}
/* line 713, ../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 719, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .button-set .button-box {
  width: 300px;
  float: right;
}
/* line 723, ../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 734, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .button-set .cancel-button {
  color: #ccc;
}
/* line 737, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .button-set .submit-button {
  color: #fff;
}
/* line 740, ../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 750, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .input-allset {
  margin-bottom: 20px;
}
/* line 752, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .input-allset:last-child {
  margin-bottom: 0px;
}
/* line 759, ../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 771, ../sass/hp_my_apps.scss */
.myApp-container .myApp-right-panel .removeInputElement .icon {
  color: #FF0000;
  font-size: 15px;
  display: none;
}

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

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

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

/* line 794, ../sass/hp_my_apps.scss */
.ui-dialog-buttonpane .ui-dialog-buttonset {
  text-align: center;
  padding: 10px 0;
}
/* line 797, ../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 810, ../sass/hp_my_apps.scss */
.ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
  margin-right: 0;
  background: #ccc;
  color: #000;
}
