@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/**
 *  Commonly used variables to customize styles
 *  Tenant:  Rogue Wave
 *  Theme: Hermosa
 *  NOTE: use rgba or HEX values for colors instead of color names
 */
a.soa-ui-cm-logo {
  background-repeat: no-repeat;
  background-position: center;
}
a.soa-ui-cm-toggle-switch-trigger {
  background-color: #2683b4;
}
a:link,
a:visited,
a:active,
a:hover {
  color: #2683b4;
}
a.soa-ui-cm-button a:link,
a.ui-button a:link {
  color: #fff;
}
div.addapi_name a,
div.addapi_name a {
  color: #2683b4;
}
#businessActions {
  color: #fff;
}
.addResourceButton {
  color: #2683b4;
}
.wizardTabTitle {
  color: #7f7f7f;
}
.wizardTab.imgtxt:before {
  color: #7f7f7f;
  border: 3px solid #7f7f7f;
}
#providerImgUploader {
  color: #fff;
}
#soa-control-cm-edit-deployment-metadata,
#soa-control-cm-edit-deployment-zones,
#soa-control-cm-edit-policies,
#soa-control-cm-add-implementation {
  color: #fff;
}
div#container_Header {
  position: relative;
  width: 100%;
  background: #f2f2f3;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f2f2f3 0%, #f2f2f3 60%, #f2f2f3 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f3), color-stop(60%, #f2f2f3), color-stop(100%, #f2f2f3));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f2f2f3 0%, #f2f2f3 60%, #f2f2f3 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f2f2f3 0%, #f2f2f3 60%, #f2f2f3 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f2f2f3 0%, #f2f2f3 60%, #f2f2f3 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f2f2f3 0%, #f2f2f3 60%, #f2f2f3 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f3', endColorstr='#f2f2f3', GradientType=0);
  /* IE6-9 */

}
