/* Content */
/* Header */
/* Footer */
/* Menu */
/* Grid */
/* Tooltips */
/* Tabs */
/* Progress bars */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dn {
  display: none;
}
.nm {
  margin: 0;
}
.np {
  padding: 0;
}
.fc {
  overflow: hidden;
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.bold {
  font-weight: bold;
}
.inline {
  display: inline-block;
}
.ns-resize {
  cursor: ns-resize;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  font-size: 12px;
}
a {
  text-decoration: none;
  color: #2086bf;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
a.disabled {
  color: #aaaaaa;
  cursor: default;
  text-decoration: none;
}
a.link-icon {
  padding-left: 20px;
  background-repeat: no-repeat;
  height: 16px;
  display: inline-block;
}
a.next {
  background-image: url(../Images/Icons/LinkArrow.png);
}
a.remove {
  background-image: url(../Images/Icons/LinkRemove.png);
}
a.plus {
  background-image: url(../Images/Icons/LinkPlus.png);
}
a.plus.disabled {
  background-image: url(../Images/Icons/LinkPlusDisabled.png);
}
a.back {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 19px;
  height: 24px;
  background-image: url(../Images/Icons/ArrowLeft.png);
  background-repeat: no-repeat;
  background-position: 0px -31px;
}
a.back:hover {
  background-position: 0px 5px;
}
button,
.button {
  display: inline-block;
  background: #2086bf;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: white;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
}
button:hover,
.button:hover {
  text-decoration: none;
  background: #349ad3;
}
@media only screen {
  button,
  .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  button:active,
  .button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }
}
h1 {
  font-size: 28px;
  line-height: 40px;
  font-family: "Segoe UI Light", "Segoe UI", Verdana, Helvetica, Sans-Serif;
  font-weight: lighter;
  text-transform: lowercase;
  color: #444444;
  margin: 0 0 15px;
  white-space: nowrap;
}
h2 {
  font-family: "Segoe UI Light", "Segoe UI", Verdana, Helvetica, Sans-Serif;
  font-weight: lighter;
  font-size: 20px;
  text-transform: lowercase;
  padding-bottom: 5px;
  margin: 0;
}
h3 {
  color: #525252;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: "Segoe UI Semibold", "Helvetica Neue", Garuda, Arial, sans-serif;
}
.header-section {
  margin-top: 40px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
  background: #f3f3f3;
}
.header-section.first {
  margin-top: 20px;
}
p.lead {
  font-size: 14px;
}
header {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 30px;
  background-color: #282f35;
  font-size: 16px;
  color: white;
  z-index: 999;
}
header a {
  color: white;
}
header .logo {
  float: left;
}
header .logo:hover {
  background-color: #282f35;
}
header .logo .title {
  position: relative;
  left: 15px;
  top: 3px;
  float: left;
}
header .account {
  height: 25px;
  float: right;
  text-align: right;
  padding-right: 30px;
  padding-top: 5px;
  font-size: 13px;
}
header .account:hover,
header .account.expanded {
  background-color: #282f35;
}
#content {
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 60px;
  padding: 30px 20px 0px;
  min-height: 500px;
}
.nosidebar #content {
  margin-left: 0;
  margin-top: 0;
}
.red {
  color: red;
}
.gray {
  color: gray;
}
.running {
  background-color: #c5ffc5;
}
.warning {
  background-color: #fffac1;
}
.failure {
  background-color: #ffcbcb;
}
.message {
  padding: 10px;
  margin-bottom: 10px;
}
.message.warning {
  background-color: #fefdd3;
  border-left: #fffa00 5px solid;
}
.inline-tooltip-trigger {
  border-bottom: 1px dotted;
  cursor: help;
}
.tooltip-icon {
  width: 16px;
  height: 16px;
  border: 0;
  padding: 0;
  background-color: transparent;
  cursor: help;
}
div .tooltip-inner {
  padding: 6px 10px;
  background-color: #505050;
  border-radius: 0;
}
div .tooltip.top .tooltip-arrow {
  border-top-color: #505050;
}
div .tooltip.top-left .tooltip-arrow {
  border-top-color: #505050;
}
div .tooltip.top-right .tooltip-arrow {
  border-top-color: #505050;
}
div .tooltip.right .tooltip-arrow {
  border-right-color: #505050;
}
div .tooltip.left .tooltip-arrow {
  border-left-color: #505050;
}
div .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #505050;
}
div .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #505050;
}
div .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #505050;
}
.record-info {
  margin-top: 5px;
  font-size: 11px;
  color: #888888;
}
.current-value .record-info {
  color: black;
  display: inline;
}
.header-info {
  margin-top: 0px;
  font-size: 14px;
  color: #888888;
  line-height: 10px;
}
.graph .node {
  background: #e1f3fb;
  padding: 7px 3px 7px 8px;
  position: relative;
  cursor: pointer;
}
.graph .node:hover,
.graph .node.hover {
  background: #c3e7f7;
}
.graph .node.selected {
  color: white;
  background: #2086bf;
}
.graph .node.selected a {
  color: white;
}
.graph .node.selected a.disabled {
  color: #aaaaaa;
}
.graph .node .links {
  position: absolute;
  top: 7px;
  right: 9px;
}
.graph .downarrow {
  margin-left: 130px;
}
#template-jobs {
  position: relative;
}
#template-jobs .grid {
  margin-right: 300px;
}
#template-jobs #sequence-container {
  padding: 10px 10px 70px 10px;
  position: absolute;
  width: 270px;
  right: 0;
  top: 13px;
  background: white;
}
#template-jobs #sequence-container h2 {
  padding-bottom: 13px;
}
.scheduler-event-title {
  overflow: hidden;
  font-size: 10px;
  line-height: 12px;
}
.monospace {
  font-family: 'Segoe Mono', 'Lucida Console', 'Monaco', 'Courier New';
}
.parm-identifier {
  font-family: 'Segoe Mono', 'Lucida Console', 'Monaco', 'Courier New';
  display: inline-block;
  margin-left: 5px;
  color: #aaaaaa;
  font-size: 11px;
}
.parm-identifier div,
.parm-identifier span {
  display: inline;
  color: #aaaaaa;
  font-size: 11px;
}
.note {
  color: #888888;
  font-size: 90%;
}
table.statusTable {
  padding: 10px;
}
table.statusTable a {
  color: #444444;
}
.statusDefault,
.statusActive,
.statusFailed,
.statusWarning {
  font-family: "Segoe UI Light", "Segoe UI", Verdana, Helvetica, Sans-Serif;
  font-weight: lighter;
  text-transform: lowercase;
  color: #444444;
  padding: 10px;
  font-size: 12px;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  float: right;
}
.statusActive {
  background-color: #f2ffee;
  border: 1px solid #a5ddad;
}
.statusFailed {
  background-color: #ffeeee;
  border: 1px solid #ff4444;
}
.statusWarning {
  background-color: #ffeccd;
  border: 1px solid #fcce85;
}
.statusText {
  font-size: 13px;
  font-weight: bold;
}
/* Fix bootstrap modal draggable issues
http://stackoverflow.com/a/17154553/1689049 */

.modal.fade.ui-draggable-dragging {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
/* collapsible*/

.collapse-toggler {
  padding-left: 20px;
  cursor: pointer;
  background: url(../Images/Icons/ArrowExpanded.png) 0 8px no-repeat;
}
.collapse-toggler.collapsed {
  background: url(../Images/Icons/ArrowCollapsed.png) 0 8px no-repeat;
}
/* marker */

.marker {
  border-radius: 3px;
  padding: 3px;
}
.marker.pink {
  border: 1px solid #f8a398;
}
.marker.pink .color {
  background: #f8a398;
}
.marker.blue {
  border: 1px solid #6ac4ea;
}
.marker.blue .color {
  background: #6ac4ea;
}
.marker .color {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 5px;
}
.marker .text {
  position: relative;
  top: -1px;
}
.marker .tooltip-icon {
  position: relative;
  top: 3px;
}
