/* Updates to this file should also update app/Views/app-css-for-pdf.tpl */
html, body {
  padding: 0;
  height: 100%;
  margin: 0 0 1px 0;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  background-color: #ffffff;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('/cms/assets/fonts/SourceSansPro-Regular.ttf') format('truetype');
}

h1 {
  color: #333333;
  font-size: 108%;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
}

hr {
  background-color: #e8e8e8;
  border: medium none;
  height: 3px;
}

input, textarea, option, select {
  color: #000000;
  padding: 0;
  margin: 0;
  font-size: 11px;
}

input[type="text"], input[type="password"], textarea {
  padding: 2px;
}
textarea {
  font-family: 'Source Sans Pro', arial,helvetica,sans-serif;
}
input[disabled="disabled"], input[disabled] {
    background-color: #e0e0e0;
    border: 1px solid #c0c0c0;
}

select {
  padding: 1px;
}

button {
  font-size: 11px;
}

label, span.label {
  color: #333;
  cursor: pointer;
  padding-left: 2px;
  font-weight: bold;
}

label.chosen, span.chosen.label {
  color: #333;
}

label.rad, span.rad.label, label.ck, span.ck.label {
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
  padding-left: 4px;
  margin-top: 1px;
  vertical-align: top;
}

a:link, a:visited {
  color: #385F99;
  text-decoration: none;
}

a:hover {
  color: #92C9F0;
  text-decoration: none;
}

a:active {
  color: #21395B;
  text-decoration: none;
}

:focus {
  outline: none;
}

a:focus {
  outline: dotted 0 invert;
}

a.line, a:link.line, a:visited.line {
  text-decoration: underline;
}

a:hover.line {
  text-decoration: none;
}

img {
  border: none;
  margin: 0;
  padding: 0;
}

/* Misc spacing */
.marg-rt0 {
  margin-right: 0;
}

.marg-rtsm, .marg-rtsm-nobr {
  margin-right: .5em;
}

.marg-rtsm-nobr {
  white-space: nowrap;
}

.marg-topsm {
  margin-top: .5em;
}

.marg-top1e {
  margin-top: 1em;
}

.marg-top2e {
  margin-top: 2em;
}

.marg-botsm {
  margin-bottom: .5em;
}

.marg-bot1e {
  margin-bottom: 1em;
}

.pad4 {
  padding: 4px;
}

.pad8 {
  padding: 8px;
}

.indent {
  margin-left: 1em;
}

/* Visibility */
.v-hidden {
  visibility: hidden;
}

.v-visible {
  visibility: visible;
}

.disp-none {
  display: none;
}

.disp-block {
  display: block;
}

/* Fon weight */
.fw-normal {
  font-weight: normal;
}

.fw-bold {
  font-weight: bold;
}

/* Alignment */
.flex-fit, flex-fit-rt {
  white-space: nowrap;
  padding-right: 0.75em;
}

.flex-fit-rt {
  text-align: right;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

.ta-cent {
  text-align: center;
}

.va-mid {
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}

.va-bot {
  vertical-align: bottom;
}

/* General */
.no-wrap {
  white-space: nowrap;
}

.break-word{
  word-wrap: break-word;
}

br.clear {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 0;
}

div.clear {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.pg-result-msg {
  color: #000000;
  background-color: #ffffcb;
  padding: 7px;
  border: 1px solid #ccc;
}

a.vizlink, a.vizlinkb {
  padding-right: 18px;
  background: url(/assets/image/vizlink.png) right 1px no-repeat;
}

a.url-aws {
  background: url(/assets/image/vizlink.png) right 1px no-repeat;
}

a.vizlinkb {
  font-weight: bold;
}

/* Legacy */
.legacyTopicTitle {
  font-size: 130%;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1em;
}


.bold {
  font-weight: bold;
}

/****************************************************** Custom Data */
.cudat-bgshade {
    background: #f0f0f0;
    font-weight: normal;
    font-size: 11px;
}
.cudat-mini {
    width: 30px;
}
.cudat-tiny {
    width: 50px;
}
.cudat-small {
    width: 100px;
}
.cudat-normal {
    width: 150px;
}
.cudat-medium {
    width: 200px;
}
.cudat-large {
    width: 300px;
}
.cudat-xlarge {
    width: 400px;
}
input.cudat-mini {
    width: 25px;
}
input.cudat-tiny, textarea.cudat-tiny {
    width: 45px;
}
input.cudat-small, textarea.cudat-small {
    width: 95px;
}
input.cudat-normal, textarea.cudat-normal {
    width: 145px;
}
input.cudat-medium, textarea.cudat-medium {
    width: 195px;
}
input.cudat-large, textarea.cudat-large {
    width: 295px;
}
input.cudat-xlarge, textarea.cudat-xlarge {
    width: 395px;
}
.cudat-tiny-h {
    height: 50px;
}
.cudat-small-h {
    height: 100px;
}
.cudat-normal-h {
    height: 150px;
}
.cudat-medium-h {
    height: 200px;
}
.cudat-large-h {
    height: 300px;
}
.cudat-xlarge-h {
    height: 400px;
}
.cudat-prompt {
    width: 280px;
    font-weight: normal;
}
.cudat-spacer {
    display: inline-block;
    margin-right: 1em;
}
input.numeric {
    padding-right: 2px;
    font-weight: normal;
    text-align: right;
}
span.equi {
    display: inline-block;
    white-space: nowrap;
    margin-right: 1em;
    line-height: 200%;
}
span.equi input {
    margin-right: 0;
}
span.equi label {
    font-weight: normal;
}
.cudat-errorDiv {
    width: 500px;
    padding: 7px;
    border: 1px solid #ccc;
    background-color: #ffffcb;
    color: #900;
}
.cudat-titleDiv {
    margin: .25em 0 1em 0;
}
.img-link {
    cursor: pointer;
}
div .mgr-item, div .mgr-item-selected {
    cursor: pointer;
}
.pg-result-msg {
    color:#000000;
    background-color: #ffffcb;
    padding:7px;
    border: 1px solid #000000;
}
.hilite {
    color:#000000;
    background-color: #ffff99;
}
.no-hilite {
    color:#000000;
    background-color: inherit;
}

.dim {
    color: #909090;
}

.flex-fit {
    white-space: nowrap;
    padding-right: 0.75em;
}

.half-width {
    width: 50%;
}

.full-width {
    width: 100%;
}

dl.validateErrMsg {
    margin: 0;
}
dl.validateErrMsg dt {
    font-weight: bold;
    margin: .5em 0;
}
dl.validateErrMsg dd {
    margin-left: 1em;
    padding-left: 2em;
    max-width: 400px;
    line-height: 16px;
    background-image: url('../image/errmsg.png');
    background-repeat: no-repeat;
    background-position: top left;
}

.jqx-widget-header, .jqx-widget-content {
    font-family: 'Source Sans Pro','Arial', 'Helvetica', 'sans-serif';
}

#userCompanyTopNav {
    position: relative;
    bottom: 4px;
}

.deprecated {
    font-weight: normal;
}

.deprecated:after {
    content: ' (deprecated)';
    font-style: italic;
}

/* BB Tags */

.bg-hilite {
	background-color:#ffff99;
}
.fg-red {
	color:#ff0000;
}
.fg-blue {
	color:#0000cc;
}
.fg-green {
	color:#339933;
}
.p00, .p01, .p02, .p03, .p04, .vspace0 {
	margin-top:0em;
}
.p10, .p11, .p12, .p13, .p14, .vspace1 {
	margin-top:.5em;
}
.p20, .p21, .p22, .p23, .p24, .vspace2 {
	margin-top:1em;
}
.p30, .p31, .p32, .p33, .p34, .vspace3 {
	margin-top:1.5em;
}
.p40, .p41, .p42, .p43, .p44, .vspace4 {
	margin-top:2em;
}
.p00, .p10, .p20, .p30, .p40, .indent0 {
	margin-left:0em;
}
.p01, .p11, .p21, .p31, .p41, .indent1 {
	margin-left:1.5em;
}
.p02, .p12, .p22, .p32, .p42, .indent2 {
	margin-left:3em;
}
.p03, .p13, .p23, .p33, .p43, .indent3 {
	margin-left:4.5em;
}
.p04, .p14, .p24, .p34, .p44, .indent4 {
	margin-left:6em;
}
