﻿body {
  overflow: hidden;
  background-color: #ffffff;
  color: #516372;
}
dt {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  margin-bottom: 3px;
}
dd {
  font-size: 12px;
  margin-bottom: 20px;
}
.cursorPointer {
  cursor: pointer;
}
.disabledCheckbox {
  cursor: not-allowed;
}
a.glyph {
  color: #808080;
}
a.glyph:hover {
  color: #333333;
}
.img-disabled {
  opacity: 0.4;
}
.modal {
  display: block;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
margin-left {
  margin-left: 15px;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
.credit {
  margin: 20px 0;
}
/**/
#tagsearch {
  padding: 0;
}
#tagsearch-inner {
  white-space: nowrap;
  overflow: hidden;
  line-height: 30px;
  position: relative;
}
#tagsearch-icons {
  z-index: 99;
  position: absolute;
  right: 0px;
  display: inline-block;
}
#tagsearch-icons > a {
  padding: 1px 3px;
  font-size: 12px;
  -moz-transition: 0.3s ease color;
  -webkit-transition: 0.3s ease color;
  -o-transition: 0.3s ease color;
  transition: 0.3s ease color;
}
#tagsearch-icons > a:hover {
  color: #000;
  text-decoration: none;
}
#tagsearch-tags,
#tagsearch-text {
  display: inline-block;
  height: 32px;
  vertical-align: top;
}
#tagsearch-tags {
  max-width: 80%;
  height: 30px;
  padding-left: 2px;
}
#tagsearch-text input {
  border: none;
  outline: none;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  width: 2000px;
}
#tagsearch-tags > div {
  padding: 8px 6px;
  line-height: 12px;
  font-size: 11px;
  background-color: #e3eaf6;
  display: inline-block;
  float: left;
  border-radius: 2px;
  margin: 2px 4px 2px 0;
}
#tagsearch-tags > div .delete-filter {
  display: inline-block;
  cursor: pointer;
  padding: 0px 2px;
}
#tagsearch-tags > div .delete-filter:hover {
  background-color: #96b4d2;
}
#filter-list {
  height: 200px;
  overflow-y: auto;
}
.busy-indicator {
  background-image: url('/content/images/busy-12x12.gif');
  background-position: top 8px center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.input-group-inner {
  position: relative;
}
.input-group-inner > input {
  padding-left: 30px;
}
.input-group-inner > span {
  color: silver;
  position: absolute;
  padding: 10px 12px;
  pointer-events: none;
}
span.swatch {
  display: inline-block;
  height: 18px;
  width: 18px;
  border: 1px solid;
}
.row.narrow {
  margin-left: -5px;
  margin-right: -5px;
}
.row.narrow div[class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}
.panel.active {
  z-index: 2;
  border-color: #007acc;
}
.panel.active > .panel-heading {
  background-color: #007acc;
  color: #ffffff;
}
.grid-cell {
  border: 1px solid #c1cedb;
  padding: 24px;
  background: #fff;
  margin-bottom: 24px;
}
.grid-cell > header {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 20px;
}
.grid-cell > h1,
.grid-cell > h2,
.grid-cell > h3,
.grid-cell > h4,
.grid-cell > h5 {
  margin-top: 0;
}
.grid-cell > h1,
.grid-cell > h2,
.grid-cell > h3 {
  margin-bottom: 40px;
}
.grid-cell > .form-group:last-child {
  margin-bottom: 0;
}
.grid-cell.grid-cell-small {
  font-size: 12px;
}
.arrow-link {
  text-transform: uppercase;
  font-size: 12px;
  color: #999999;
  background: transparent url('images/arrow_circle_right_20x20.png') no-repeat right 50%;
  padding: 4px 30px 3px 0;
}
.arrow-link:hover {
  text-decoration: none;
  color: #007acc;
}
.list-group-item .glyph {
  display: inline-block;
}
.list-group-item h1,
.list-group-item h2,
.list-group-item h3,
.list-group-item h4,
.list-group-item h5 {
  margin: 0 0 10px 0;
}
.form-group {
  max-width: 540px;
}
label {
  font-weight: normal;
  margin-bottom: 4px;
}
.toast-inside-page {
  top: 300px;
  left: 605px;
  right: 605px;
  /*top: @shell-header-height;
    bottom: @shell-footer-height;
    left: @shell-nav-width;
    right: 0px;*/
}
#toast-container > div {
  width: 100% !important;
}
.subnav-item > a {
  display: block;
  height: 25px;
  margin: 0;
  width: 160px;
  padding: 0 10px 0 20px !important;
}
.subnav-item > a > span {
  width: 102px;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: eovellipsis;
  -o-text-overflow: eovellipsis;
  text-overflow: eovellipsis;
  display: inline-block;
}
.workflow-group a {
  color: #777;
  display: inline-block;
  width: 70px;
}
.workflow-group a .workflow-stage-icon > i {
  color: #bec8d1;
}
.workflow-group a.active .workflow-stage-icon > i {
  color: #007acc;
}
.workflow-group a.completed .workflow-stage-icon > i {
  color: #5cb85c;
}
.workflow-group a:hover {
  text-decoration: none;
  background-color: #f7f7f9;
}
.workflow-group-item {
  text-align: center;
  position: relative;
}
.workflow-group-item > header,
.workflow-group-item > footer {
  text-transform: uppercase;
  font-size: 10px;
  height: 15px;
  clear: both;
}
.workflow-group-item > .workflow-stage-icon {
  margin: 4px 0 0 0;
}
.spreadsheet-container {
  position: relative;
}
.spreadsheet-container > .overlay,
.list-group-item > .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(127, 127, 127, 0.2);
  z-index: 400;
}
.list-group-item > .overlay.error {
  background-color: #ff7f7f;
  background-color: rgba(255, 127, 127, 0.4);
}
.spreadsheet-container > .overlay h1 {
  border: 1px solid #516372;
  padding: 20px;
  background-color: #fff;
  display: inline-block;
  box-shadow: 0 0 10px #7f7f7f;
}
#spreadsheet {
  margin-right: 65px;
  height: 600px;
  border: 1px solid silver;
}
.highlight {
  background-color: #f7f7f9;
}
.push-right {
  margin-right: 10px !important;
}
.overlay img.busy {
  margin: 20px;
}
ul.page-tabs {
  display: inline-block;
  padding: 0;
  margin-bottom: 15px;
}
ul.page-tabs li {
  list-style: none;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
ul.page-tabs li a {
  color: #516372;
}
ul.page-tabs li.active a {
  color: #007acc;
}
ul.page-tabs li a:hover {
  text-decoration: none;
  color: #007acc;
}
.page-tabs .beta-icon {
  position: absolute;
  top: 0px;
  right: -25px;
}
#setup-panel {
  position: relative;
  background: pink;
}
.status-icon {
  position: absolute;
  bottom: -5px;
  right: -5px;
}
#area-tools .area {
  position: relative;
  height: 30px;
}
#area-toorls .area > .status-icon {
  top: 0;
  right: 0;
}
#area-tools .area-swatch {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #7c7c7c;
}
#area-tools .area-title {
  position: absolute;
  top: 0;
  left: 40px;
  line-height: 30px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body.modal-open {
    overflow-y: scroll;
    margin: 0;
  }
  .modal {
    overflow: auto;
  }
}
.includerow {
  background-image: url('images/rowinclude.png');
}
.indent-sidebar-checkbox {
  padding-left: 36px;
}
.invalid-tag {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
#exportmeholder {
  width: 1200px;
  height: 30px;
  position: relative;
  top: -35px;
}
.widenSidebar {
  width: 400px;
}
table.spaceTable {
  border-spacing: 5px;
  border-collapse: separate;
}
.hover {
  background-color: #bebebe;
  cursor: pointer;
  cursor: hand;
}
.ui-view-container {
  position: relative;
}
[ui-view].ng-enter,
[ui-view].ng-leave {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
[ui-view].ng-enter {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  -ms-transform: translate3d(10px, 0, 0);
  -o-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
[ui-view].ng-enter-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[ui-view].ng-leave {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[ui-view].ng-leave-active {
  opacity: 0;
  /*padding-left: 100px;*/
  -webkit-transform: translate3d(-50px, 0, 0);
  -moz-transform: translate3d(-50px, 0, 0);
  -ms-transform: translate3d(-50px, 0, 0);
  -o-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}
.certificate-browser {
  position: absolute;
  padding: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 65px;
  height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
}
.certificate-browser > .certificate.disabled {
  pointer-events: none;
  cursor: default;
}
.certificate-browser > .certificate.disabled a {
  background-color: #cccccc;
  color: #777777;
}
.certificate-browser > li {
  display: inline-block;
  margin: 0 5px 5px 5px;
  position: relative;
  text-align: center;
}
.certificate-browser > li > a {
  display: block;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background-color: #aaa;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  color: #fff;
}
.certificate-browser > li > a.add {
  background-color: transparent;
  border: 1px solid silver;
}
.certificate-browser > li > a:hover {
  text-decoration: none;
  background-color: #33adff;
}
.certificate-browser > li > a.active {
  background-color: #007acc;
}
.list-group-item .status-icon-container {
  position: absolute;
  right: 10px;
}
.list-group-item-swatch {
  position: absolute;
  left: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid;
}
.list-group-item-icon {
  position: absolute;
  left: 10px;
  width: 18px;
  height: 18px;
}
.list-group-item-title {
  margin: 0 22px;
}
.list-group-item-title-lg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  font-size: 24px;
  font-weight: 300;
}
.list-group-item .badge.counter {
  font-weight: 300;
  vertical-align: middle;
  font-size: 24px;
}
.logOffSpacing {
  position: relative;
  display: block;
  padding: 10px 30px;
}
.app-icon {
  /*stroke: red;
    fill: red;*/
  width: 32px;
  height: 32px;
  display: inline-block;
}
.placeholder-message {
  color: #999999;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 200;
}
/*# sourceMappingURL=app.css.map */