@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700|Roboto+Condensed:400,300,700);
/********* scaffolding **********/
/****** content section elements ******/
/********* login page specifically *****/
/***** body ****/
/**** alter the @body-bg line below if you want it to be different from the above @body-bg properties, but please try altering those properties and checking the results first *****/
/****** top navbar *****/
/****** left navbar *****/
/*********** footer *********/
/*********** wizard *********/
/******** content tabs ********/
/******** tags **********/
/******* highlight ******/
/******* "add" button which sometimes accompanies *******/
/*********** cards *************/
/*********** widgets *************/
/***** buttons *****/
/******* toggle swipe *********/
/******** tooltips *********/
/****** sliding content, truncated at first, but when hovered, shows the whole unabridged version ******/
/*********** extended row/cell content ***************/
/****** autocomplete ********/
/******* filters container *******/
/******** progress chart ********/
/******* markdown editor ******/
/**** collapsible panel *****/
/*** schema designer ***/
/****** tags *****/
/**** below are taken from "Atmosphere Style Guide FONTS + USAGE" ****/
.soa-ui-cm-form-label {
  color: #7f7f7f;
}
.soa-ui-cm-Poster {
  background-color: #ffffff;
  font-size: 36px;
  font-weight: Bold;
  color: #494949;
}
.soa-ui-cm-Banner {
  font-size: 21px;
  font-weight: Bold;
  color: #494949;
}
.soa-ui-cm-Header {
  font-size: 21px;
  font-weight: Bold;
  color: #494949;
  font-size: 17px;
}
.soa-ui-cm-Header-Inverse {
  font-size: 21px;
  font-weight: Bold;
  font-size: 17px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-width: 0 0 1px;
  color: #494949;
}
.soa-ui-cm-SubHeader {
  font-size: 14px;
  font-weight: bold;
  color: #494949;
}
.soa-ui-cm-SubHeader-Inverse {
  font-size: 14px;
  font-weight: bold;
  background-color: #ffffff;
  color: #494949;
}
.soa-ui-cm-SubHeader-G {
  font-size: 14px;
  font-weight: bold;
  color: #494949;
  color: #cfd1d2;
}
.soa-ui-cm-Body {
  font: 14px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #7f7f7f;
}
.soa-ui-cm-Body-Bold {
  font: 14px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #7f7f7f;
  font-weight: bold;
}
.soa-ui-cm-Body-Acc {
  font: 14px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #7f7f7f;
  font-weight: bold;
  color: #3d86c6;
}
.soa-ui-cm-Title {
  color: #494949;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}
.soa-ui-cm-Title-Plain {
  color: #494949;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #7f7f7f;
}
.soa-ui-cm-Title-Inverse {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  background-color: #ffffff;
  color: #494949;
}
.soa-ui-cm-Nav {
  font: 14px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #7f7f7f;
  font-weight: bold;
  color: #cfd1d2;
}
.soa-ui-cm-Nav-Select {
  font: 14px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #7f7f7f;
  font-weight: bold;
  color: #cfd1d2;
  color: #ffffff;
}
.soa-ui-cm-SubNav {
  color: #cfd1d2;
  font-size: 10px;
}
.soa-ui-cm-SubNav-Bold {
  color: #cfd1d2;
  font-size: 10px;
  color: #ffffff;
}
.soa-ui-cm-SubNav-Bold-G {
  font-size: 10px;
  color: #ffffff;
  color: #cfd1d2;
}
.soa-ui-cm-SubNav-Bold-Select {
  color: #cfd1d2;
  font-size: 10px;
  color: #ffffff;
  color: #3d86c6;
}
.soa-ui-cm-SubNav-Text {
  font-size: 8px;
  color: #cfd1d2;
}
.soa-ui-cm-SubNav-Text-Inverse {
  font-size: 8px;
  background-color: #3d86c6;
  color: #cfd1d2;
}
.soa-ui-cm-Table-Header {
  font-size: 12px;
  background-color: transparent;
  color: #b3b3b3;
}
/*********** colors referring to status, used for example on the transaction monitor or the api access page *****/
/* orange */
/* green */
/* light blue */
/* medium blue */
/* aqua-ish */
/* red */
/* purple */
/* off-black */
/* gold */
/* dark yellow */
/* blue */
/* crimson */
/* gray */
/* orange-yellow */
/**
 *  Commonly used variables to customize styles
 *  Tenant: Open
 *  Theme: Hermosa
 *  NOTE: use rgba or HEX values for colors instead of color names
 *  If the value is another variable, you will need to uncomment that variable as well.
 *  eg: if you use: 
 * 		@link-hover-color: @main-color;
 *  you will also need to uncomment @main-color and give it a HEX value
 */
.soa-ui-cm-imgtxt {
  background: no-repeat;
  display: inline-block;
  font-size: 0.01em;
  overflow: hidden;
  text-indent: -99999px;
}
body {
  background: none repeat-x 0 0 #ffffff;
  color: #7f7f7f;
  font: 14px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1 {
  background-color: #ffffff;
  color: #494949;
  font-size: 24px;
  font-weight: 300;
  padding: 5px 15px;
}
h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
h4 {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
p,
ol,
ul {
  padding-bottom: 16px;
}
ol ol,
ol ul,
ul ul,
ul ol {
  padding-bottom: 0;
}
input,
textarea {
  border-radius: 0;
  border: 1px solid #3d86c6;
  font-family: inherit;
}
input[type="radio"] {
  border: medium none;
}
input[type="checkbox"] {
  border: medium none;
}
a:link,
a:visited,
a:active,
a:hover {
  color: #3d86c6;
  text-decoration: none;
}
a.button {
  display: inline-block;
}
a.button.soa-ui-cm-hidden {
  display: none;
}
a.button:hover {
  text-decoration: none;
}
button,
a.button,
input.button {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  background: #4caf50;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #ffffff;
  font: 14px/22px 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 0 0 10px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  /*&:not(:first-child) {
      margin-left: 10px;
  }*/

}
button::-moz-focus-inner,
a.button::-moz-focus-inner,
input.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button:hover,
a.button:hover,
input.button:hover {
  background: #449d48;
  border-color: transparent;
}
button:active,
a.button:active,
input.button:active {
  background: #3d8c40;
  border-color: transparent;
}
button:disabled,
a.button:disabled,
input.button:disabled {
  background: #a5d7a7;
  border-color: transparent;
}
button.imgtxt,
a.button.imgtxt,
input.button.imgtxt {
  cursor: pointer;
}
button.imgtxt:hover,
a.button.imgtxt:hover,
input.button.imgtxt:hover,
button.imgtxt:active,
a.button.imgtxt:active,
input.button.imgtxt:active,
button.imgtxt:disabled,
a.button.imgtxt:disabled,
input.button.imgtxt:disabled {
  background: none;
  border-color: none;
}
button.secondary,
a.button.secondary,
input.button.secondary {
  background: #ffffff;
  border-color: #777777;
  color: #7f7f7f;
}
button.secondary:hover,
a.button.secondary:hover,
input.button.secondary:hover {
  background: #f5f5f5;
  border-color: #c6c6c6;
}
button.secondary:active,
a.button.secondary:active,
input.button.secondary:active {
  background: #ebebeb;
  border-color: #b1b1b1;
}
button.secondary:disabled,
a.button.secondary:disabled,
input.button.secondary:disabled {
  background: #ffffff;
  border-color: #eeeeee;
  color: #bfbfbf;
}
button.content,
a.button.content,
input.button.content {
  background: #3d86c6;
  border-color: transparent;
  color: #ffffff;
}
button.content:hover,
a.button.content:hover,
input.button.content:hover {
  background: #1e87da;
  border-color: transparent;
}
button.content:active,
a.button.content:active,
input.button.content:active {
  background: #1a78c2;
  border-color: transparent;
}
button.content:disabled,
a.button.content:disabled,
input.button.content:disabled {
  background: #90caf9;
  border-color: transparent;
}
button.remove,
a.button.remove,
input.button.remove {
  background: #f44336;
  color: #ffffff;
}
button.remove:hover,
a.button.remove:hover,
input.button.remove:hover {
  background: #d2190b;
  border-color: transparent;
}
button.remove:active,
a.button.remove:active,
input.button.remove:active {
  background: #891008;
  border-color: transparent;
}
button .disabledBtn,
a.button .disabledBtn,
input.button .disabledBtn {
  background: #ffffff;
  color: #ffffff;
  padding-bottom: 0;
  text-shadow: none;
}
button .disabledBtn:hover,
a.button .disabledBtn:hover,
input.button .disabledBtn:hover,
button .disabledBtn:active,
a.button .disabledBtn:active,
input.button .disabledBtn:active {
  background: #ffffff;
  text-shadow: none;
}
button[disabled],
a.button[disabled],
input.button[disabled] {
  background: #ffffff;
  color: #ffffff;
  padding-bottom: 0;
  text-shadow: none;
}
button[disabled]:hover,
a.button[disabled]:hover,
input.button[disabled]:hover,
button[disabled]:active,
a.button[disabled]:active,
input.button[disabled]:active {
  background: #ffffff;
  text-shadow: none;
}
button.in-progress,
a.button.in-progress,
input.button.in-progress {
  background: #ffffff;
  color: #ffffff;
  padding-bottom: 0;
  text-shadow: none;
}
button.in-progress:hover,
a.button.in-progress:hover,
input.button.in-progress:hover,
button.in-progress:active,
a.button.in-progress:active,
input.button.in-progress:active {
  background: #ffffff;
  text-shadow: none;
}
button.in-progress > span,
a.button.in-progress > span,
input.button.in-progress > span {
  background: no-repeat;
  display: inline-block;
  font-size: 0.01em;
  overflow: hidden;
  text-indent: -99999px;
  background: url(images/button-in-progress.gif);
  background-size: contain;
  bottom: 1px;
  height: 3px;
  line-height: 3px;
  margin: 3px auto 0;
  width: 25px;
}
button.borderless,
a.button.borderless,
input.button.borderless {
  background: none;
  border: none;
  box-shadow: none;
  color: #7f7f7f;
  cursor: pointer;
  font-size: 10px;
  padding-left: 29px;
  text-shadow: none;
}
button.borderless:hover,
a.button.borderless:hover,
input.button.borderless:hover {
  background: none;
  box-shadow: none;
  text-shadow: none;
}
button.borderless .soa-ui-cm-icon:before,
a.button.borderless .soa-ui-cm-icon:before,
input.button.borderless .soa-ui-cm-icon:before {
  background-image: url("images/sprites_cm_open_system_2683b4.png");
  height: 20px;
  left: -30px;
  top: -3px;
  width: 30px;
}
.soa-ui-cm-content-header button.borderless,
.soa-ui-cm-content-header a.button.borderless,
.soa-ui-cm-content-header input.button.borderless {
  color: #ffffff;
  padding-left: 20px;
}
.soa-ui-cm-content-header button.borderless .soa-ui-cm-icon:before,
.soa-ui-cm-content-header a.button.borderless .soa-ui-cm-icon:before,
.soa-ui-cm-content-header input.button.borderless .soa-ui-cm-icon:before {
  background-image: url("images/sprites_cm_open_button.png");
  left: -26px;
}
button.page-level,
a.button.page-level,
input.button.page-level,
button.form-control,
a.button.form-control,
input.button.form-control {
  line-height: 25px;
}
button.page-level.soa-ui-cm-button-in-progress,
a.button.page-level.soa-ui-cm-button-in-progress,
input.button.page-level.soa-ui-cm-button-in-progress,
button.form-control.soa-ui-cm-button-in-progress,
a.button.form-control.soa-ui-cm-button-in-progress,
input.button.form-control.soa-ui-cm-button-in-progress {
  line-height: 10px;
  padding: 7.5px 10px 1px;
}
button.item,
a.button.item,
input.button.item {
  /*line-height: 15px;*/

}
.soa-ui-cm-buttons-in-progress button.item,
.soa-ui-cm-buttons-in-progress a.button.item,
.soa-ui-cm-buttons-in-progress input.button.item {
  background: url(images/tablebutton-in-progress.gif) no-repeat center center;
  box-shadow: none;
  color: transparent;
  display: none;
  padding: 0;
  text-shadow: none;
  width: 16px;
}
.soa-ui-cm-buttons-in-progress button.item > span,
.soa-ui-cm-buttons-in-progress a.button.item > span,
.soa-ui-cm-buttons-in-progress input.button.item > span {
  display: none;
}
.soa-ui-cm-dynamic-docs {
  display: none;
}
.soa-ui-cm-collapseamatic {
  border: 1px dotted #dddddd;
  margin: 15px 0 20px;
  padding: 10px 5px;
}
.soa-ui-cm-collapseamatic-header {
  padding: 0;
  position: absolute;
}
.soa-ui-cm-collapseamatic-header .soa-ui-cm-button {
  background: #fff;
  border: none;
  box-shadow: none;
  color: #3d86c6;
  padding: 0 5px 0 19px;
  position: relative;
  top: -19px;
  text-shadow: none;
}
.soa-ui-cm-collapseamatic-header .soa-ui-cm-button:focus {
  outline: 0;
}
.soa-ui-cm-collapseamatic-summary {
  display: none;
}
.soa-ui-cm-collapseamatic-body,
.soa-ui-cm-collapseamatic-summary {
  padding: 10px;
}
.soa-ui-cm-collapseamatic-body > p:last-child,
.soa-ui-cm-collapseamatic-summary > p:last-child,
.soa-ui-cm-collapseamatic-body > h1:last-child,
.soa-ui-cm-collapseamatic-summary > h1:last-child,
.soa-ui-cm-collapseamatic-body > h2:last-child,
.soa-ui-cm-collapseamatic-summary > h2:last-child,
.soa-ui-cm-collapseamatic-body > h3:last-child,
.soa-ui-cm-collapseamatic-summary > h3:last-child,
.soa-ui-cm-collapseamatic-body > h4:last-child,
.soa-ui-cm-collapseamatic-summary > h4:last-child,
.soa-ui-cm-collapseamatic-body > h5:last-child,
.soa-ui-cm-collapseamatic-summary > h5:last-child,
.soa-ui-cm-collapseamatic-body > h6:last-child,
.soa-ui-cm-collapseamatic-summary > h6:last-child {
  padding-bottom: 0;
}
.soa-ui-cm-collapseamatic-body {
  min-height: 16px;
}
.soa-ui-cm-collapseamatic-trigger {
  position: relative;
}
.soa-ui-cm-collapseamatic-trigger:before {
  content: "\25BC";
  font-family: "Lucida Sans Unicode", "Arial Unicode MS";
  font-size: 18px;
  left: -17px;
  position: absolute;
  text-align: left;
  text-indent: 0;
  top: -6px;
  width: 10px;
}
.soa-ui-cm-collapseamatic-collapsed .soa-ui-cm-collapseamatic-body {
  display: none;
}
.soa-ui-cm-collapseamatic-collapsed .soa-ui-cm-collapseamatic-summary {
  display: block;
}
.soa-ui-cm-collapseamatic-collapsed .soa-ui-cm-collapseamatic-trigger:before {
  content: "\25B6";
  left: -17px;
  top: -5px;
}
.soa-ui-cm-special-character {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* widget loader */
.attrs {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}
.soa-ui-cm-loading-icon,
.ui-widget-overlay-icon {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 900;
  background: no-repeat;
  display: inline-block;
  font-size: 0.01em;
  overflow: hidden;
  text-indent: -99999px;
  background: url("images/widget_loader.gif") center center no-repeat;
}
.soa-ui-cm-loading-overlay,
.ui-widget-overlay-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 900;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  background: #000;
  opacity: 0.2;
}
.ui-widget-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 900;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  background: #7f7f7f;
  opacity: 0.2;
  position: fixed;
}
.soa-ui-cm-disabled-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 900;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  background: #fff;
  opacity: 0.2;
}
