/*
 * Tier promotion new app css starts.
 */
#modal-new-app-form-container {
  /*Hides pop-up when there is no "active" class*/
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: #000000;
  visibility: hidden;
}

.modal-new-app-content {
  /*Hides pop-up content when there is no "active" class */
  visibility: hidden;
}

.modal-new-app-content.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
  width: 45%;
  top: 20vh;
  background: #FFFFFF;
  padding: 30px 38px;
  left: 25vw;
  position: relative;
  border: 2px solid #333E48;
  position: relative;
  overflow: auto;
}

.modal-new-app-content input[type=text] {
  max-width: 100%;
}

.modal-new-app-content h3 {
  font-weight: normal;
  text-transform: capitalize;
  font-size: 24pt;
  margin-top: 0;
  padding-bottom: 15px;
  color: #000000;
}

label[for=edit-app-name] {
  font-size: 12pt;
  padding-bottom: 5px;
  color: #000000;
}

#modal-new-app-form-container.active {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
}

.create-subscription-title {
  font-weight: 600;
  color: #000000;
  padding: 20px 0 0;
}

#create-new-app {
  display: block;
  float: right;
  margin-top: 50px;
}

#create-new-app input {
  padding: 8px 25px !important;
}

.modal-new-app-content #edit-cancel-button {
  padding: 8px 40px !important;
  border: 2px solid #333E48 !important;
  color: #333E48 !important;
  font-weight: normal;
  margin-top: 60px;
}

.modal-new-app-content #edit-cancel-button:hover {
  border: 2px solid #8C2A35 !important;
  color: #FFFFFF !important;
}

.accepted-app p {
  display: none;
}

.add-subscriptions-form fieldset {
  border: 2px solid #000000;
  border-right: none;
  border-left: none;
  padding: 4% 1.5%;
}

.add-subscriptions-form fieldset .fieldset-wrapper .form-item {
  width: 50%;
  float: left;
}

.add-subscriptions-form fieldset .fieldset-wrapper .form-item {
  width: 50%;
  float: left;
}

#edit-sandbox-products > .form-item > label {
  text-transform: none;
}

#edit-sandbox-products--wrapper legend {
  display: none;
}

@media (max-width: 768px) {
  .modal-new-app-content.active {
    visibility: visible;
    width: 100%;
    top: 0vh;
    background: #FFFFFF;
    padding: 30px 38px;
    left: 0;
    position: relative;
    border: 2px solid #333E48;
    position: relative;
    overflow: auto;
  }

  #create-new-app {
    display: block;
    float: none;
    margin-top: 50px;
    text-align: center;
  }

  .modal-new-app-content #edit-cancel-button {
    padding: 8px 40px !important;
    border: 2px solid #333E48 !important;
    color: #333E48 !important;
    font-weight: normal;
    margin: 60px auto;
    text-align: center;
    float: none;
    display: block;
  }

  .modal-new-app-content h3 {
    font-size: 18pt;
  }
}
/*
 * Tier promotion new app css end.
 */
/*
* Tier promotion edit app css starts.
*/
.edit-subscriptions-form .display-name {
  max-width: 100%;
  padding: 2% 0%;
}

.edit-subscriptions-form fieldset {
  border: 2px solid #000000;
  border-right: none;
  border-left: none;
  padding: 4% 1.5%;
  height: 100%;
  overflow-y: auto;
}

.edit-subscriptions-form fieldset .fieldset-wrapper .form-item {
  width: 50%;
  float: left;
}

.edit-subscriptions-form fieldset .fieldset-wrapper .form-item {
  width: 50%;
  float: left;
}

/*
* Tier promotion edit app css ends.
*/
/* Terms Of Use Modal Popup */
#terms-content, #terms-background-container {
  display: none;
}

#terms-background-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
  opacity: 0.5;
}

#terms-content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  opacity: 1;
}

#terms-content .main-cont {
  position: absolute;
  background: #FFFFFF;
  display: block;
  top: 15vh;
  left: 10vw;
  width: 80%;
  height: 80vh;
  overflow-y: scroll;
  border: 1px solid #000000;
  border-radius: 8px;
  box-shadow: yellowgreen;
  -webkit-box-shadow: 0px 6px 5px 0px #ccc;
  box-shadow: 0px 6px 5px 0px;
  padding: 25px;
}

.terms-close-modal {
  position: fixed;
  right: 10vw;
  background: #ccc;
  padding: 10px 15px;
  opacity: 0.9;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  border-top-right-radius: 8px;
  color: #f3f3f3;
  font-weight: 600;
  cursor: pointer;
  top: 15vh;
}

.terms-modal-link {
  cursor: pointer;
}

.userprofilepages section {
  z-index: 3;
}

/* Terms Of Use Modal Popup Ends */
/* Promote Modal Popup */
#help-content-promote, #help-background-container-promote {
  display: none;
}

#help-background-container-promote {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
  opacity: 0.5;
}

#help-content-promote {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  opacity: 1;
}

#help-content-promote .main-cont-promote {
  position: absolute;
  background: #FFFFFF;
  display: block;
  top: 24vh;
  left: 25vw;
  width: 50%;
  height: 58vh;
  overflow-y: scroll;
  border: 1px solid #000000;
  border-radius: 8px;
  box-shadow: yellowgreen;
  -webkit-box-shadow: 0px 6px 5px 0px #ccc;
  box-shadow: 0px 6px 5px 0px;
  padding: 25px;
}

.help-close-modal-promote {
  position: absolute;
  right: 0;
  background: #ccc;
  padding: 3px 12px;
  opacity: 0.9;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  border-top-right-radius: 8px;
  color: #f3f3f3;
  font-weight: 600;
  cursor: pointer;
  top: 0;
}

.terms-modal-link {
  cursor: pointer;
}

.userprofilepages section {
  z-index: 3;
}

/* Promote Modal Popup Ends */
#refresh-link-devsandbox, #refresh-link-qa, #refresh-link-load {
  color: #418fb1;
  font-weight: 700;
}

#refresh-link-devsandbox .fa-sync-alt, #refresh-link-qa .fa-sync-alt, #refresh-link-load .fa-sync-alt {
  margin-right: 7px;
}

/* Styles for prod environments */
#refresh-link-sandbox, #refresh-link-test, #refresh-link-live {
  color: #418fb1;
  font-weight: 700;
}

#refresh-link-sandbox .fa-sync-alt, #refresh-link-test .fa-sync-alt, #refresh-link-live .fa-sync-alt {
  margin-right: 7px;
}

div.refresh-client .in-process-refresh, div.refresh-client .refresh-secret-done {
  font-style: italic;
}

.modal-client-refresh .title {
  color: #9e1b32;
  font-size: 20px;
  font-family: "G-Open Sans-n7", Arial;
}

.modal-client-refresh .ui-dialog-title {
  display: none;
}

/***Display Footer in Modals**/
.modal-client-refresh .modal-footer, .deactivate-dialog .modal-footer {
  display: block;
  border-top: 0px;
}

/*****Size button in Modals********/
.modal-client-refresh button, .deactivate-dialog button {
  width: 365px;
  height: 50px;
}

.modal-client-refresh .btn:focus, .deactivate-dialog .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/******Cancel button in Modals*********/
.modal-client-refresh #cancel-button, .deactivate-dialog #cancel-button {
  border: 2px solid #0076a3;
  color: #0076a3;
  background: #FFFFFF;
  border-radius: 4px;
}

/******Refresh, Confirm or Deactivate Button in Modals*********/
.modal-client-refresh #refresh-button, .deactivate-dialog #deactivate-button {
  background-color: #0076a3;
  margin-top: 4px;
}

.deactivate-dialog .ui-dialog-titlebar {
  background: #FFFFFF;
  border: 0px;
}

.deactivate-dialog .ui-dialog-content p {
  color: #333e48;
  font-weight: 600;
  line-height: 30px;
  padding: 0em 1em;
}

.deactivate-dialog .ui-dialog-content strong {
  color: #0076a3;
}

.modal-client-refresh .ui-dialog-titlebar-close {
  background-image: url("../../images/icon-close-modal.svg");
}

.modal-client-refresh .ui-dialog-titlebar {
  height: 30px;
  background: #FFFFFF;
  border: none;
}

.icn-spinner {
  -webkit-animation: spin-animation 0.5s infinite;
          animation: spin-animation 0.5s infinite;
  display: inline-block;
}

@-webkit-keyframes spin-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.modal-link-disable {
  pointer-events: none;
  color: #b5b5b5 !important;
}