﻿/*#aaaaaa;*/
/*@page-background: #dddddd;

@side-menu-header-background:#007f7f;
@header-background:#007f7f;

@list-header-background:#e8e8fc;
@list-header-font-color:#000000;
@dialog-header-background:#e8e8fc;*/
body {
  background: #ffffff;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #5a656c;
  font-size: 0.9em;
  line-height: 20px;
}
a {
  color: #1572bb;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #1572bb;
  text-decoration: underline;
}
a:visited {
  color: #1572bb;
}
a.disabled {
  color: #cfd7de;
}
a.disabled:hover {
  text-decoration: none;
}
/* for "disabled" effect */
div.disabled-visual-only {
  opacity: 0.7;
  background: #f1f4f8 !important;
}
div.disabled {
  pointer-events: none;
  opacity: 0.7;
  background: #f1f4f8 !important;
}
input {
  border: 1px solid #cfd7de;
  border-radius: 4px;
  padding-left: 5px;
}
input::-ms-clear {
  display: none;
}
select {
  border: 1px solid #cfd7de;
  border-radius: 4px;
}
select {
  height: 22px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #5a656c;
  font-size: 1em;
}
input {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #5a656c;
  font-size: 1em;
}
textarea {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #5a656c;
  font-size: 1em;
  padding: 5px;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.hidden {
  display: none !important;
}
.centered-scrolling {
  /* issue:centeredDlg */
  max-height: 90%;
  max-width: 90%;
  /*    overflow: auto;*/
  top: 5%;
  left: 5%;
}
.dialog-content {
  font-size: .9em;
  overflow: auto;
}
.centered-scrolling .dialog-content {
  /* issue:centeredDlg */
  overflow: auto;
}
.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.clip-circle {
  -webkit-clip-path: circle(60px at center);
  clip-path: circle(60px at center);
}
/*Hides the drop down arrow in a select element*/
.hide-select-arrow {
  -moz-appearance: none;
  /*for firefox*/
  -webkit-appearance: none;
  /*for chrome*/
}
.hide-select-arrow::-ms-expand {
  /*IE*/
  display: none;
}
.list-sort-select {
  background-color: #126298;
  color: #ffffff;
  font-weight: bold;
  border: none;
  padding-right: 1.7em;
  /*make room for select-sort-el*/
  padding-left: 5px;
  cursor: pointer;
}
.list-sort-select-option {
  background-color: #ffffff;
  color: black;
}
.select-sort-dir-el {
  left: -1.7em;
  /* Move into the .list-sort-select space so they look like the same component*/
  position: relative;
  color: #ffffff;
  cursor: pointer;
}
.sort-asc::after,
.sorted-asc div::after {
  content: " ▲";
  font-size: .85em;
  position: relative;
  bottom: 1px;
}
.sort-desc::after,
.sorted-desc div::after {
  content: " ▼";
  font-size: .85em;
  position: relative;
  bottom: 1px;
}
/************************************** Custom Header ***************************************/
.custom-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
}
/*************************************** Page Layout ***************************************/
.page-content {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.header {
  position: absolute;
  left: 250px;
  top: 0px;
  right: 0px;
  height: 50px;
  background: #126298;
  border-bottom: 1px solid #cfd7de;
  line-height: 50px;
}
.page-mask {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 2000;
  padding: 0px;
  margin: 0px;
  background: transparent url('/VproofWorkflow/Images/VproofHtml/mask.png');
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
/*************************************** Content Pane Layout ***************************************/
.content-pane {
  position: absolute;
  left: 250px;
  top: 51px;
  bottom: 0px;
  right: 0px;
  background: #ffffff;
  z-index: 3;
}
.content-pane-contents {
  position: absolute;
  left: 20px;
  top: 30px;
  right: 20px;
  bottom: 10px;
  z-index: 2;
  background: #ffffff;
}
/*Normal state of broadcast message bar.  No overflow*/
.content-pane-broadcast-message-bar {
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  background: #fff5c1;
  text-align: center;
  z-index: 1000;
  max-height: 1.75em;
  overflow: hidden;
  left: 0;
  right: 0;
  padding-right: 90px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/*Broadcast message bar overflowed - showing full text*/
.content-pane-broadcast-message-bar.more {
  overflow: auto;
  height: auto;
  white-space: normal;
  max-height: none;
}
.content-pane-broadcast-message-bar.more #BroadcastMessageBarLess {
  position: absolute;
  margin: 5px;
  right: 15px;
  bottom: 0;
  font-size: .75em;
}
/*Broadcast message bar overflowed - hiding full text*/
.content-pane-broadcast-message-bar.less {
  height: 2.1em;
  max-height: none;
}
.content-pane-broadcast-message-bar.less #BroadcastMessageBarMore {
  position: absolute;
  margin: 5px;
  right: 80px;
  top: 1.5em;
  font-size: .75em;
}
.content-pane-message-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 29px;
  background: #f1f4f8;
  text-align: center;
  line-height: 20px;
  z-index: 2002;
  padding-top: 6px;
}
.content-pane-message-bar-error {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 29px;
  background: #fff5c1;
  text-align: center;
  line-height: 20px;
  z-index: 2002;
  padding-top: 6px;
}
.content-pane-message-bar-header-error {
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
  height: 29px;
  background: #fff5c1;
  text-align: center;
  line-height: 20px;
  z-index: 2002;
  padding-top: 6px;
}
.content-pane-message-bar-spinner {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-left: 10px;
}
.warning {
  width: 100%;
  color: red;
}
.content-pane-header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 40px;
  border-bottom: 1px solid #cfd7de;
}
.content-pane-tabs {
  position: relative;
  left: 0px;
  top: -1px;
  /* hide the line */
  right: 0px;
  height: 28px;
  font-size: .9em;
  background: #fff;
  border-bottom: 1px solid #cfd7de;
}
.content-pane-title-container {
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  /**    right: 70px; skahil set to zero.  See: BLUEV-3888*/
  right: 0px;
  left: 0px;
  padding-left: 5px;
}
.content-pane-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  width: 96%;
}
.content-pane-subtitle {
  line-height: 40px;
  /*text-transform: uppercase;
    letter-spacing: 2px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-pane-title-button-container {
  position: absolute;
  right: 0px;
  top: 4px;
}
.named-users-span {
  margin-left: 10px;
  font-size: .9em;
  text-transform: lowercase;
  letter-spacing: normal;
  vertical-align: top;
}
/*************************************** Splitter Bar ***************************************/
.navigation-tab {
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  font-size: .9em;
  letter-spacing: 1px;
  border-bottom: 4px solid #ffffff;
}
.navigation-tab:hover {
  border-bottom: 4px solid #126298;
}
.navigation-tab-selected {
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  border-bottom: 4px solid #126298;
  display: inline-block;
  font-size: .9em;
  color: #126298;
  letter-spacing: 1px;
}
/*************************************** Splitter Bar ***************************************/
.vertical-splitter-bar {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 1px;
  cursor: col-resize;
  background: #cfd7de;
  z-index: 999;
  border-left: 20px solid #ffffff;
}
.vertical-splitter-handle {
  position: relative;
  width: 13px;
  height: 80px;
  left: -5.5px;
}
.maximizable-vertical-splitter-handle {
  position: relative;
  height: 100px;
  width: 34px;
  left: -16px;
  cursor: pointer;
}
.horizontal-splitter-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
  border-top: 15px solid #ffffff;
  border-bottom: 15px solid #ffffff;
  cursor: row-resize;
  background: #cfd7de;
  /*z-index: 999;*/
  text-align: center;
}
.horizontal-splitter-bar-handle {
  position: relative;
  height: 100px;
  width: 34px;
  cursor: pointer;
  top: -50px;
}
/********************************* Side Menu - Main and Help *******************************/
.side-menu-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 0px;
  display: none;
  background: #f1f4f8;
  color: #fff;
  z-index: 99;
}
.main-menu {
  left: 0px;
}
.help-menu {
  right: 0px;
  border-left: 1px solid #cfd7de;
}
.side-menu-header-left {
  height: 50px;
  width: 250px;
  text-align: right;
  background: #08334f;
}
.side-menu-header-right {
  height: 50px;
  width: 250px;
  background: #08334f;
}
.side-menu-collapse-link-left {
  line-height: 30px;
  right: 10px;
  top: 10px;
  position: absolute;
}
.side-menu-collapse-link-right {
  line-height: 30px;
  left: 10px;
  top: 10px;
  position: absolute;
}
.helpIcon {
  margin: 8px;
  margin-top: 10px;
  max-height: 30px;
  max-width: 30px;
  float: right;
}
.side-menu-trigger {
  float: left;
  border-right: 1px solid #fff;
  background: #08334f;
  height: 50px;
}
.side-menu-trigger img {
  margin-top: 5px;
}
.side-menu-trigger-help {
  float: right;
  border-left: 1px solid #fff;
  background: #08334f;
  height: 50px;
}
.side-menu-trigger-help img {
  position: relative;
  margin: 8px;
  max-height: 30px;
  max-width: 30px;
  top: 2px;
}
.chat-trigger {
  float: right;
  height: 50px;
  position: relative;
}
.chat-trigger img {
  position: relative;
  height: 35px;
  width: 35px;
  top: 7px;
}
.side-menu-list {
  position: absolute;
  top: 50px;
  bottom: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}
.side-menu-list-item {
  list-style-type: none;
  display: block;
  width: 235px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  padding-top: 5px;
}
.side-menu-list-item > li {
  margin-top: .8em;
  border-radius: 20px 0px 0px 20px;
}
.side-menu-list-item > li:hover {
  background: #cfd7de;
}
.selected-menu-item {
  background: #cfd7de;
}
.side-menu-list-item > li > a > div {
  display: inline-block;
  vertical-align: middle;
  padding-left: .5em;
  max-width: 190px;
}
.side-menu-list-item > li > a > div > a {
  color: #5a656c;
  text-decoration: none;
}
.side-menu-list-item > li > a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.side-menu-list-item > li > a > div > img {
  width: 30px;
  height: 30px;
  top: 2px;
  position: relative;
}
.side-menu-title {
  color: #5a656c;
  padding-top: 30px;
  padding-bottom: 5px;
  cursor: default;
}
/************************************** List ***************************************/
.word-break-break-word {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
  word-break: break-word;
  overflow-wrap: break-word;
}
.list {
  border-spacing: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
  word-break: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}
.list th {
  height: 0px;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
}
.list th > div {
  position: absolute;
  padding: 0px 25px;
  top: 0;
  margin-left: -20px;
  line-height: 25px;
  color: #fff;
}
.list > tbody > tr {
  background: #ffffff;
  cursor: pointer;
}
.list > tbody > tr:hover {
  background: #f1f4f8;
}
tr.not-yet-clickable {
  background: #ffffff !important;
}
tr:hover.not-yet-clickable {
  background: #ffffff !important;
}
tr.disabled {
  opacity: 0.7;
  background: #f1f4f8 !important;
}
tr:hover.disabled {
  opacity: 1;
  background: #f1f4f8 !important;
}
tr.selected,
tr.selectedRow {
  background: #DDF5FF !important;
}
tr:hover.selected {
  background: #DDF5FF !important;
}
input:disabled {
  opacity: 0.7;
  background: #f1f4f8 !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple,
.disabled-droppit-menu {
  opacity: 0.7;
  background: #f1f4f8 !important;
}
select:disabled {
  opacity: 0.7;
  background: #f1f4f8 !important;
}
.list > tbody > tr > td {
  padding: 5px;
  border-bottom: 1px solid #cfd7de;
  vertical-align: top;
  font-size: .9em;
  line-height: 25px;
}
.list h1 {
  font-size: 1.1em;
  font-weight: normal;
  line-height: 25px;
  margin: 0px;
}
.list-actions {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 40px;
  line-height: 40px;
  font-size: .9em;
  background: #FFFFFF;
  padding-left: 3px;
  padding-right: 5px;
  min-width: 540px;
  z-index: 1;
}
.list-message {
  display: inline-block;
  text-align: center;
  margin-top: 2em;
}
.list-drop-zone-container {
  display: none;
  background: #ffffff;
  text-align: center;
  padding: 2px;
}
.list-drop-zone {
  border: 2px dashed #cfd7de;
  padding: 5px;
  line-height: 30px;
}
.list-drop-zone-image {
  width: 40px;
  height: 30px;
}
.scrolling-list-section {
  position: absolute;
  padding-top: 25px;
  background: #126298;
  right: 0px;
  left: 0px;
  text-align: center;
}
.scrolling-list-section th div {
  color: #ffffff;
}
.scrolling-list {
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
  border: 1px solid #cfd7de;
}
.grid {
  /*background:#f1f4f8;*/
}
.list {
  text-align: left;
}
.scrolling-list:not(.show-list) .list tbody > tr {
  /*Hide all rows of list table if list empty. This is required by IE.*/
  display: none;
}
.scrolling-list.show-list .list-message {
  /*Hide the status message if list not empty*/
  display: none;
}
.job-file-upload-revision-link {
  font-size: .85em;
  display: block;
}
.task-status {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.task-status-highlight {
  background-color: rgba(10, 20, 50, 0.5);
  color: white;
  margin-right: 200px !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
/*Creative tasks (wvTasks) is not selectable so we don't use the pointer cursor */
.creative-tasks > tbody > tr {
  cursor: auto;
}
/*wvTaskList always creates checkboxes. hide them unless we're multiselect*/
.task-list:not(.batch-select) input[type=checkbox] {
  display: none;
}
/*A table used to show email meta-data for task history*/
.dialog-content.task-history-email-header table {
  border: none;
  border-spacing: 0;
}
.task-history-email-header td:nth-child(1) {
  font-weight: bold;
}
.task-history-email-header td:nth-child(1)::after {
  content: ":";
}
.task-history-email-header td:nth-child(2) {
  text-align: justify;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
  word-break: break-word;
  overflow-wrap: break-word;
}
/************************************** View ***************************************/
.details-actions {
  height: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #cfd7de;
  z-index: 2;
}
.details-view-content {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: -10px;
  top: 76px;
  padding-right: 10px;
}
.details-view-content-tabs {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: -10px;
  top: 108px;
  padding-right: 10px;
}
.details-view-content > div {
  margin: 10px 0px;
  /* BLUEV-6283 remove 'clear' for safari not hide file names */
  /* clear: both;*/
}
.asset-details-content > div {
  margin: 10px 0px;
  clear: both;
}
.asset-details-content > div .value-cell {
  white-space: pre-wrap;
}
.details-view-content a.title-button {
  margin: 5px 0px 10px 0px;
}
.view-content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 41px;
}
.view-content-tabs {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 65px;
}
.view-content-tabs-calendar {
  position: absolute;
  left: 0px;
  bottom: 10px;
  right: 0px;
  top: 75px;
}
.view-inner-content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  z-index: 1;
}
.action-menu-icon {
  width: 30px;
  height: 30px;
  margin-top: -1px;
}
/************************************** User Icon ***************************************/
.user-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  background: #126298;
  color: #ffffff;
  border-radius: 20px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.user-icon-out-of-office {
  border: 3px solid red;
}
.menu-bar-user-icon {
  background: #ffffff;
  color: #126298;
  margin-top: 10px;
}
/************************************** Dialog ***************************************/
.dialog {
  position: absolute;
  border: 1px solid #cfd7de;
  background: #ffffff;
  z-index: 2001;
}
.dialog-header {
  background: #f1f4f8;
  min-height: 30px;
  line-height: 30px;
  font-size: 1.1em;
  padding: 5px 15px;
  border-bottom: 1px solid #cfd7de;
  color: #5a656c;
}
.dialog-footer {
  background: #f1f4f8;
  height: 30px;
  line-height: 30px;
  padding: 5px 15px;
  border-top: 1px solid #cfd7de;
  color: #5a656c;
}
.dialog-footer a {
  margin-left: 10px;
  color: #5a656c;
}
@media (min-width: 415px) {
  .dialog-content {
    padding: 20px;
    min-width: 400px;
    /*min-height: 7em; skahil removed this for (grep) AddCustomFieldsToTemplateNode_dialog.  We could add a specific override for that though.*/
    background: #ffffff;
  }
}
@media (min-width: 615px) {
  .wider-dialog-content {
    padding: 20px;
    min-width: 600px !important;
    /*min-height: 7em; skahil removed this for (grep) AddCustomFieldsToTemplateNode_dialog.  We could add a specific override for that though.*/
    background: #ffffff;
  }
}
@media (max-width: 414px) {
  .dialog-content {
    padding: 10px;
    max-width: 350px;
    /*min-height: 7em; skahil removed this for (grep) AddCustomFieldsToTemplateNode_dialog.  We could add a specific override for that though.*/
    background: #ffffff;
  }
}
.dialog-content table {
  border-spacing: 10px;
  width: 100%;
}
.dialog-content table td {
  vertical-align: top;
  border-spacing: 10px;
}
.dialog-content.side-by-side {
  min-width: 950px;
  overflow: auto;
}
.dialog-content.side-by-side > * {
  display: inline-block;
  width: 45%;
  float: right;
  border: 1px solid #cfd7de;
  margin: 17px;
}
.dialog-content .tippy-panel {
  margin-bottom: 0;
  font-size: 1.0em;
}
.dialog-content input {
  height: 22px;
  border: 1px solid #cfd7de;
  border-radius: 3px;
  width: 98%;
  padding-left: 5px;
}
.dialog-content input[type="checkbox"],
.dialog-content input[type="radio"] {
  height: auto;
  width: auto;
  border: 1px solid #cfd7de;
}
.dialog-content select {
  height: 25px;
  border: 1px solid #cfd7de;
  border-radius: 3px;
  width: 100%;
}
.dialog-content textarea {
  border: 1px solid #cfd7de;
  border-radius: 3px;
  width: 96%;
}
.dialog-width {
  min-width: 200px;
}
.dialog-instruction {
  max-width: 600px;
  margin-bottom: 15px;
}
.previous-cycle-details {
  z-index: 2002;
  min-width: 350px;
  min-height: 100px;
}
.previous-cycle-details-footer {
  background: #f1f4f8;
  padding: 5px 15px;
  border-top: 1px solid #cfd7de;
  color: #5a656c;
  left: 0;
  right: 0;
  bottom: 0px;
}
@media (min-width: 1025px) {
  .dialogWidth {
    min-width: 500px;
  }
}
.chat {
  z-index: 1999;
}
@media (min-width: 415px) {
  .chat {
    width: 400px;
    height: 350px;
  }
}
@media (max-width: 414px) {
  .chat,
  .previous-cycle-details {
    width: 100%;
    height: 100%;
  }
}
.chat-menu {
  position: absolute;
  width: 200px;
  top: 0px;
  bottom: 0px;
  background: #f1f4f8;
  border-right: 1px solid #cfd7de;
}
.chat-header {
  background: #f1f4f8;
  height: 20px;
  line-height: 20px;
  font-size: .9em;
  padding: 5px 10px;
  border-bottom: 1px solid #cfd7de;
  color: #5a656c;
}
.chat-content {
  background: #ffffff;
  position: absolute;
  top: 62px;
  left: 0px;
  right: 0px;
  bottom: 59px;
  padding: 10px;
}
.chat-topic {
  background: #ffffff;
  min-height: 20px;
  line-height: 20px;
  font-size: .9em;
  padding: 5px 10px;
  border-bottom: 1px solid #cfd7de;
  color: #5a656c;
  position: relative;
}
.chat-footer {
  background: #f1f4f8;
  padding: 5px 15px;
  border-top: 1px solid #cfd7de;
  color: #5a656c;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}
.chat-footer textarea {
  resize: none;
  border: 1px solid #cfd7de;
  width: 95%;
  position: relative;
  left: -5px;
  max-height: 33px;
  min-height: 25px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.confirm-dialog-content {
  /*display: table;*/
}
.confirm-dialog-content-table {
  display: table-cell;
  vertical-align: middle;
}
/*Dialog that prompt you in asset lib when you attmept to download a partial selection of files*/
#DownloadXOfYSelectedItems_dialog .dialog-content span {
  display: block;
  padding-top: 10px;
  text-align: center;
}
#DownloadXOfYSelectedItems_dialog .dialog-content ul {
  max-height: 400px;
  overflow: auto;
  list-style: none;
}
/************************************** Search ***************************************/
.view-filter {
  position: relative;
  display: inline-block;
  bottom: 8px;
  left: 15px;
}
.search {
  position: relative;
  top: 7px;
  display: inline-block;
  z-index: 2;
  background: #fff;
  max-height: 30px;
}
.search > div {
  margin-right: 5px;
}
.search a {
  white-space: nowrap;
}
.search img {
  max-height: 25px;
  max-width: 25px;
  cursor: pointer;
}
.search a.clear-button {
  font-weight: bold;
  line-height: 20px;
  position: relative;
  left: -1px;
  background: #cccccc;
  color: #fff;
  border-radius: 0px 3px 3px 0;
  font-size: 0.9em;
  padding: 2px 9px 2px 9px;
  text-decoration: none;
  float: left;
  margin-right: 10px;
}
.search a.clear-button:hover {
  background: #126298;
}
.search a.clear-button-disabled {
  font-weight: bold;
  line-height: 20px;
  position: relative;
  left: -1px;
  background: #cccccc;
  color: #fff;
  border-radius: 0px 3px 3px 0;
  font-size: 0.9em;
  padding: 2px 9px 2px 9px;
  text-decoration: none;
  float: left;
  margin-right: 10px;
}
.search-filters {
  position: absolute;
  top: 40px;
  left: 5px;
  right: 5px;
  bottom: 35px;
  overflow: auto;
  overflow-x: hidden;
}
.search-filters-footer {
  position: absolute;
  bottom: 0px;
  height: 25px;
  padding: 5px;
  right: 0px;
  line-height: 25px;
}
.search-filters-loading-footer {
  position: absolute;
  top: 32px;
  height: 25px;
  padding: 5px;
  right: 0px;
  line-height: 25px;
  text-align: center;
  background: #f1f4f8;
  left: 0px;
}
.search-filters-loading-dialog {
  top: 32px;
  height: 25px;
  padding: 5px;
  right: 0px;
  line-height: 25px;
  text-align: center;
  left: 0px;
}
.list-action-tab-container {
  display: inline;
  height: 32px;
  bottom: 5px;
  position: relative;
}
.list-action-tab-container-menu {
  display: inline-block;
  height: 32px;
  bottom: 5px;
  position: relative;
}
.search-tab {
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  border-bottom: 3px solid #ffffff;
  vertical-align: middle;
}
.search-tab-selected {
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  border-bottom: 3px solid #ffffff;
  vertical-align: middle;
  border-bottom: 3px solid #126298;
}
#search-tab-folder {
  width: 25px;
}
.search input[type=text] {
  color: #839199;
  border: 1px solid #cfd7de;
  height: 20px;
  width: 159px;
  float: left;
  position: relative;
  line-height: 20px;
  border-radius: 3px;
  padding-left: 20px;
  margin-right: 10px;
  background-repeat: no-repeat;
}
.search input[type=text]::-ms-clear {
  display: none;
  width: 0px;
  height: 0px;
}
.search input[type=checkbox],
.search label {
  height: 1em;
  vertical-align: middle;
  margin-right: 1em;
}
.search-box-side-panel {
  width: 213px;
  padding-left: 25px;
  padding-right: 25px;
  height: 22px;
  /* IE10+ */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search-box-side-panel {
    width: 237px;
    padding-right: 0px;
  }
}
.search-filter-input {
  border: 0px;
  height: 20px;
}
.search-filter-input ::-webkit-input-placeholder {
  color: #5a656c;
  opacity: 1;
}
.search-filter-input ::-moz-placeholder {
  color: #5a656c;
  opacity: 1;
}
.search-filter-input :-moz-placeholder {
  color: #5a656c;
  opacity: 1;
}
.search-filter-input :-ms-input-placeholder {
  color: #5a656c;
  opacity: 1;
}
.search-filter-input::placeholder {
  color: #5a656c;
  opacity: 1;
}
.search-box-only-mag {
  background-image: url('/VproofWorkflow/Images/App/magnifying-glass.svg');
  background-repeat: no-repeat;
  background-position: 1px;
  overflow: hidden;
  background-size: 17px;
}
.search-box-mag-and-clear {
  background-image: url('/VproofWorkflow/Images/App/magnifying-glass.svg'), url('/VproofWorkflow/Images/App/STANDARD_close.svg');
  background-repeat: no-repeat, no-repeat;
  background-position: 1px ,
						 right 1px top 3px;
  overflow: hidden;
  background-size: 17px, 17px;
}
.date-picker-clear {
  background-image: url('/VproofWorkflow/Images/App/STANDARD_close.svg');
  background-repeat: no-repeat;
  background-position: right 1px top 3px;
  overflow: hidden;
  background-size: 17px, 17px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-right: 10px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  height: 66px;
  overflow: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-selection__choice {
  background: #126298;
  color: #fff;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: .9em;
  float: left;
  height: 18px;
  margin-top: 9px;
  line-height: 18px;
  white-space: nowrap;
  background-color: none;
  min-width: 25%;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  font-size: 20px;
  bottom: 2px;
  position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  position: relative;
  bottom: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  right: 0px;
}
.search-term {
  padding: 1px 5px;
  font-size: .9em;
  float: left;
  height: 18px;
  margin-top: 9px;
  line-height: 18px;
}
.search-term-field {
  background: #126298;
  color: #fff;
  padding: 1px 5px;
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  line-height: 16px;
  margin-bottom: 3px;
  font-size: .9em;
  white-space: pre-wrap;
}
.search-term-field-single {
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
.search-term-close {
  cursor: pointer;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove .search-term-close {
  font-weight: bold;
  position: relative;
  bottom: 1px;
  margin-left: 3px;
  color: #fff;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
}
.select2-selection__choice__remove {
  padding-left: 5px;
  position: relative;
}
.search-filters-scroll {
  position: absolute;
  top: 40px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  overflow: auto;
  overflow-x: hidden;
}
.search-filter {
  margin-right: 5px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: .9em;
}
.search-filter-header {
  font-weight: bold;
  margin-bottom: 5px;
  padding: 2px;
  background: #f1f4f8;
}
.search-filter-link {
  cursor: pointer;
  position: relative;
  min-height: 20px;
  padding: 2px;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-filter-link-left {
  text-overflow: ellipsis;
  right: 40px;
  display: block;
  overflow: hidden;
}
.search-filter-link:hover {
  background: #f1f4f8;
}
.search-filter-link-selected {
  cursor: pointer;
  position: relative;
  min-height: 20px;
  padding: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #DDF5FF;
}
.search-filter-link-label {
  cursor: pointer;
  position: relative;
  min-height: 20px;
  padding: 2px;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
  word-break: break-word;
  overflow-wrap: break-word;
}
.search-filter-link-selected-label {
  cursor: pointer;
  position: relative;
  min-height: 20px;
  padding: 2px;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
  word-break: break-word;
  overflow-wrap: break-word;
  background: #DDF5FF;
}
.search-filter-link-wrap {
  cursor: pointer;
  position: relative;
  min-height: 20px;
  padding: 2px;
}
.search-filter-link-wrap:hover {
  background: #f1f4f8;
}
.search-filter-link-wrap.selected {
  background: #DDF5FF;
}
.search-filter-count {
  float: right;
  background: gray;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
  color: white;
  position: absolute;
  right: 0px;
}
.search-filter-tippy {
  margin-right: 10px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.search-filter-link img,
.search-filter-link-selected img {
  left: -6px;
}
.search-filter-spinner {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  float: right;
}
/************************************** Tippy Panel ***************************************/
.tippy-panel {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #cfd7de;
  position: relative;
  font-size: .9em;
}
.tippy-panel-header {
  background: #f1f4f8;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #cfd7de;
  color: #5a656c;
}
.tippy-panel-header.collapsable {
  cursor: pointer;
}
.tippy-panel-header:not(.collapsable) .tippy-icon {
  display: none;
}
.tippy-panel-header-title {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
  word-break: break-word;
  overflow-wrap: break-word;
}
.tippy-panel-header-link {
  float: right;
}
.tippy-icon {
  max-height: 18px;
  max-width: 18px;
  position: relative;
  left: 5px;
  top: 4px;
}
/************************************** Buttons ***************************************/
.create-button {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  position: relative;
  top: 4px;
  cursor: pointer;
}
.add-topic-button {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  position: absolute;
  top: 5px;
  cursor: pointer;
}
.edit-message-button {
  width: 14px;
  height: 14px;
  float: right;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}
.icon-button {
  float: left;
  height: 35px;
  text-decoration: none;
  color: #444;
}
.list-action-button {
  float: left;
  position: relative;
  top: 7px;
  margin-left: 10px;
}
.list-action-button img {
  max-height: 22px;
  max-width: 22px;
}
.close-dialog-button {
  margin-left: 20px;
  position: relative;
  top: -2px;
}
.close-dialog-button img {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}
.close-pane-button {
  margin-left: 20px;
  position: relative;
  top: 3px;
}
.close-pane-button img {
  height: 18px;
  width: 18px;
  vertical-align: middle;
}
.close-chat-button {
  margin-left: 20px;
  position: relative;
  top: -2px;
}
.close-chat-button img {
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
.close-designer-button img {
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
.close-users-button {
  margin-left: 20px;
  position: relative;
  top: -2px;
}
.close-users-button img {
  height: 10px;
  width: 10px;
  vertical-align: middle;
}
.batch-action-button,
.details-action-button,
.task-detail-custom-field-button {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.task-detail-custom-field-button img {
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
.batch-action-button img,
.details-action-button img {
  height: 30px;
  width: 30px;
  vertical-align: middle;
}
.task-detail-custom-field-button.edit {
  float: right;
}
.task-details-custom-fields-tippy .details-actions {
  position: initial;
  margin-left: 10px;
  margin-right: 20px;
}
.task-details-custom-fields-tippy table {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
.task-detail-custom-field-table th {
  padding-right: 30px;
  padding-top: 15px;
  text-align: left;
}
.task-detail-custom-field-table td {
  border-top: 1px solid #cfd7de;
}
.task-detail-custom-field-table-cell-empty {
  border: none !important;
}
.task-detail-location-selection-table {
  margin-bottom: 5px;
}
.task-detail-location-selection-table td {
  text-align: left;
}
.task-detail-location-selection-table .task-details-title {
  white-space: nowrap;
}
.task-detail-location-selection-table .label-sub-text {
  display: table-row;
}
.task-detail-location-selection-table .warning-row td {
  padding-left: 10px;
  font-size: 0.7em;
  line-height: 1em;
}
.task-detail-location-selection-table a[class^="edit-"] {
  margin-left: 10px;
}
.task-detail-transfer-details-table {
  width: 100%;
  margin-bottom: 5px;
}
.task-detail-transfer-details-table .tippy-panel-header {
  width: auto;
  border: 1px solid #cfd7de;
}
.task-detail-transfer-details-table .cell-title {
  font-weight: bold;
}
.task-detail-transfer-details-table td {
  text-align: left;
  padding: 5px 10px;
  vertical-align: top;
}
.task-detail-transfer-details-table .task-detail-transfer-details-attributes-table {
  border: 1px solid #cfd7de;
  border-top: none;
}
.custom-fields-table {
  /*Table used for custom fields in wvCustomFields need to squish checkbox rows a bit tighter.*/
  /* IE10+ */
}
.custom-fields-table .label-cell {
  white-space: pre-wrap;
  word-wrap: break-word;
  /* IE */
  max-width: 180px;
  /*Table used for custom fields in wvCustomFields first column needs to be 140px but not all row types accept a firstColumnWidth*/
}
.custom-fields-table .table-elements-checkbox-row td {
  padding-top: 0;
  padding-bottom: 0;
}
.custom-fields-table .value-cell {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 320px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .custom-fields-table {
    padding-right: 15px;
  }
}
/*This marks field labels as required.*/
tr.required .label-cell::after {
  content: " *";
}
.item-label::after {
  content: ":";
}
.rotate90,
.rotate90 img {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.rotate180,
.rotate180 img {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.rotate270,
.rotate270 img {
  -ms-transform: rotate(270deg);
  /* IE 9 */
  -webkit-transform: rotate(270deg);
  /* Chrome, Safari, Opera */
  transform: rotate(270deg);
}
.paging-action-button {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.paging-action-button img {
  height: 15px;
  width: 15px;
  vertical-align: middle;
}
/*Defines the basic button without positioning.  Used for "mixins" of other button classes.*/
.button:hover {
  background: #1572bb;
}
.button {
  padding-right: 15px;
  padding-left: 15px;
  background: #126298;
  color: #fff !important;
  border-radius: 3px;
  font-size: 0.9em;
  height: 30px;
  line-height: 30px;
}
.button:visited {
  color: #fff;
}
.button:hover {
  background: #1572bb;
  color: #fff;
}
.broadcast-button {
  padding-right: 15px;
  padding-left: 15px;
  background: #126298;
  color: #fff !important;
  border-radius: 3px;
  font-size: 0.9em;
  height: 30px;
  line-height: 30px;
  height: 20px;
  line-height: 20px;
}
.broadcast-button:visited {
  color: #fff;
}
.broadcast-button:hover {
  background: #1572bb;
  color: #fff;
}
.action-title-button {
  padding-right: 15px;
  padding-left: 15px;
  background: #126298;
  color: #fff !important;
  border-radius: 3px;
  font-size: 0.9em;
  height: 30px;
  line-height: 30px;
  height: 25px;
  line-height: 25px;
  font-size: 0.85em;
  margin-top: 2px;
}
.action-title-button:visited {
  color: #fff;
}
.action-title-button:hover {
  background: #1572bb;
  color: #fff;
}
.title-button {
  padding-right: 15px;
  padding-left: 15px;
  background: #126298;
  color: #fff !important;
  border-radius: 3px;
  font-size: 0.9em;
  height: 30px;
  line-height: 30px;
  float: right;
  margin-top: 5px;
  display: inline-block;
}
.title-button:visited {
  color: #fff;
}
.title-button:hover {
  background: #1572bb;
  color: #fff;
}
.title-button-centered {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
  background: #126298;
  color: #fff !important;
  border-radius: 3px;
  font-size: 0.9em;
  height: 30px;
  line-height: 30px;
}
.title-button-centered:visited {
  color: #fff;
}
.title-button-centered:hover {
  background: #1572bb;
  color: #fff;
}
.clicked-button {
  cursor: wait;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
  background: #839199;
  color: #fff;
  border-radius: 3px;
  font-size: 0.9em;
  margin-top: 5px;
  height: 25px;
  line-height: 23px;
  font-weight: bold;
}
.named-users-button {
  padding: 5px 15px;
  background: #126298;
  color: #fff !important;
  border-radius: 3px;
  font-size: 0.9em;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  text-transform: capitalize;
}
.complete-button-waiting-on-thumb,
.review-button-waiting-on-thumb,
.complete-button-bad-thumb,
a.busy,
.disabled-button {
  pointer-events: visible;
  background: #444444;
  color: #CCCCCC;
  cursor: default;
  opacity: 0.5;
}
.complete-button-waiting-on-thumb:hover,
.review-button-waiting-on-thumb:hover,
.complete-button-bad-thumb:hover,
a.busy:hover,
.disabled-button:hover {
  background: #444444;
  color: #CCCCCC;
  text-decoration: none;
}
.complete-button-waiting-on-thumb:visited,
.review-button-waiting-on-thumb:visited,
.complete-button-bad-thumb:visited,
a.busy:visited,
.disabled-button:visited {
  background: #444444;
  color: #CCCCCC;
  text-decoration: none;
}
.review-button-waiting-on-thumb {
  pointer-events: none !important;
}
a.busy {
  cursor: progress;
}
.disabled-label {
  color: #CCCCCC;
  text-decoration: none;
  cursor: default;
  pointer-events: visible;
}
.disabled-link {
  color: #CCCCCC;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
.disabled-link:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.disabled-link:visited {
  color: #CCCCCC;
  text-decoration: none;
}
.disabled-link::selection {
  color: #CCCCCC;
  background: transparent;
  pointer-events: none;
}
.delete-task-link {
  float: right;
  margin-right: 10px;
  line-height: 35px;
}
/************************************** Status Color ***************************************/
.task-state-suspended {
  padding: 0px !important;
  vertical-align: middle !important;
}
.task-state-suspended {
  -webkit-box-shadow: inset 9px 0px 0px 0px #839199;
  -moz-box-shadow: inset 9px 0px 0px 0px #839199;
  box-shadow: inset 9px 0px 0px 0px #839199;
}
.status-ready {
  -webkit-box-shadow: inset 9px 0px 0px 0px #f1f4f8;
  -moz-box-shadow: inset 9px 0px 0px 0px #f1f4f8;
  box-shadow: inset 9px 0px 0px 0px #f1f4f8;
}
.status-ontime {
  -webkit-box-shadow: inset 9px 0px 0px 0px #a0d468;
  -moz-box-shadow: inset 9px 0px 0px 0px #a0d468;
  box-shadow: inset 9px 0px 0px 0px #a0d468;
}
.status-atrisk {
  -webkit-box-shadow: inset 9px 0px 0px 0px #ffce54;
  -moz-box-shadow: inset 9px 0px 0px 0px #ffce54;
  box-shadow: inset 9px 0px 0px 0px #ffce54;
}
.status-late {
  -webkit-box-shadow: inset 9px 0px 0px 0px #ed5565;
  -moz-box-shadow: inset 9px 0px 0px 0px #ed5565;
  box-shadow: inset 9px 0px 0px 0px #ed5565;
}
.status-undefined {
  -webkit-box-shadow: inset 9px 0px 0px 0px #839199;
  -moz-box-shadow: inset 9px 0px 0px 0px #839199;
  box-shadow: inset 9px 0px 0px 0px #839199;
}
.status-canceled {
  -webkit-box-shadow: inset 9px 0px 0px 0px #839199;
  -moz-box-shadow: inset 9px 0px 0px 0px #839199;
  box-shadow: inset 9px 0px 0px 0px #839199;
}
.status-completed {
  -webkit-box-shadow: inset 9px 0px 0px 0px #aaaaaa;
  -moz-box-shadow: inset 9px 0px 0px 0px #aaaaaa;
  box-shadow: inset 9px 0px 0px 0px #aaaaaa;
}
.calendar-status-ready {
  border: 1px solid #f1f4f8 !important;
  background: #f1f4f8 !important;
  color: black !important;
  opacity: 0.5;
}
.calendar-status-ontime {
  border: 1px solid #a0d468 !important;
  background: #a0d468 !important;
  color: white !important;
}
.calendar-status-atrisk {
  border: 1px solid #ffce54 !important;
  background: #ffce54 !important;
  color: white !important;
}
.calendar-status-late {
  border: 1px solid #ed5565 !important;
  background: #ed5565 !important;
  color: white !important;
}
.calendar-status-undefined {
  border: 1px solid #839199 !important;
  background: #839199 !important;
  color: white !important;
}
.calendar-status-canceled {
  border: 1px solid #839199 !important;
  background: #839199 !important;
  opacity: 0.5;
  color: white !important;
}
.calendar-status-completed {
  border: 1px solid #aaaaaa !important;
  background: #aaaaaa !important;
  color: white !important;
}
/************************************** Dropit Menu ***************************************/
.label-dropit-container {
  font-size: .85em;
  margin-top: 1px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.assign-label-grouping {
  display: block;
  max-height: 420px;
  overflow: auto;
}
.action-dropit-container {
  float: right;
  margin-top: 1px;
}
.chat-dropit-container {
  float: left;
  margin-right: 5px;
  position: relative;
}
.project-info {
  color: #333333;
  background: #ffffff;
  font-size: 0.9em;
  border: 1px solid #cfd7de;
  border-radius: 4px;
  margin-top: 4px;
  -webkit-box-shadow: 6px 6px 10px -7px #5a656c;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 6px 6px 10px -7px #5a656c;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 6px 6px 10px -7px #5a656c;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  min-width: 150px;
  list-style: none;
  padding: 0 20px;
  padding-bottom: 10px;
  margin: 0;
  line-height: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 1.0em;
}
.project-info .value-cell {
  white-space: pre-wrap;
}
.project-info table.dialog-content.related-project-details-table {
  table-layout: fixed;
}
.project-info table.dialog-content.related-project-details-table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
  word-break: break-word;
  overflow-wrap: break-word;
}
.project-info table.dialog-content.related-project-details-table td .unRelateLink {
  padding: 0;
  margin: 0;
}
.info-panel {
  -webkit-box-shadow: 6px 6px 10px -7px #5a656c;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 6px 6px 10px -7px #5a656c;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 6px 6px 10px -7px #5a656c;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.dropit-button {
  border-radius: 4px;
  height: 24px;
  line-height: 22px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  background-color: #126298;
  color: #fff;
  /*border: 1px solid @border-color;*/
}
.dropit-button > span {
  display: inline-block;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}
.dropit-button > span:hover {
  display: inline-block;
  cursor: pointer;
  background-color: #1572bb;
  border-radius: 4px;
}
.dropit-button li > a {
  border-left: 1px solid #fff;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.dropit-button li > a > img {
  position: relative;
  top: 3px;
  width: 17px;
}
.dropit-button li > a:hover {
  background-color: #1572bb;
  border-radius: 4px;
}
.dropit-text {
  border: 1px solid #cfd7de;
  border-radius: 4px;
  min-height: 24px;
  line-height: 22px;
  vertical-align: middle;
}
.dropit-text li > a {
  color: #5a656c;
  margin-left: 10px;
}
.dropit-text > li {
  padding-right: 35px;
}
.dropit-text li > a:hover {
  text-decoration: none;
}
.dropit-text li > a > img {
  position: absolute;
  margin-left: 5px;
  top: 3px;
  width: 17px;
  right: 0px;
}
.dropit-text li > a > a {
  position: absolute;
  margin-left: 5px;
  right: 10px;
  color: #5a656c;
  text-decoration: none;
  font-weight: bold;
  width: 17px;
  top: 0px;
  font-size: 1.1em;
}
.dropit label {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 3px;
  margin-right: 3px;
  line-height: 25px;
  font-size: .9em;
  cursor: pointer;
  display: block;
}
.dropit-text .dropit-submenu {
  /*min-width:100%;*/
}
.search-filters .dropit-submenu {
  min-width: 253px;
}
.dropit .dropit-submenu {
  color: #333333;
  background: #ffffff;
  font-size: 1em;
  border: 1px solid #cfd7de;
  border-radius: 4px;
  margin-top: 4px;
  -webkit-box-shadow: 6px 6px 10px -7px #5a656c;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 6px 6px 10px -7px #5a656c;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 6px 6px 10px -7px #5a656c;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  position: fixed;
  left: auto;
}
.dropit .dropit-submenu-right {
  color: #333333;
  background: #ffffff;
  font-size: 1em;
  border: 1px solid #cfd7de;
  border-radius: 4px;
  margin-top: 4px;
  -webkit-box-shadow: 6px 6px 10px -7px #5a656c;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 6px 6px 10px -7px #5a656c;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 6px 6px 10px -7px #5a656c;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  position: fixed;
  right: 15px;
}
.dropit .dropit-submenu-search {
  color: #333333;
  background: #ffffff;
  font-size: 0.9em;
  border: 1px solid #cfd7de;
  border-radius: 4px;
  margin-top: 4px;
  -webkit-box-shadow: 6px 6px 10px -7px #5a656c;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 6px 6px 10px -7px #5a656c;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 6px 6px 10px -7px #5a656c;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.dropit .dropit-submenu div {
  color: #333333;
  padding: 5px;
}
.dropit .dropit-submenu li {
  background: #ffffff;
}
.dropit-trigger {
  cursor: pointer;
}
.dropit-search-date div:hover {
  background: #ffffff !important;
  color: #333333 !important;
}
.dropit .dropit-submenu-right div {
  color: #333333;
  padding: 5px;
}
.dropit .dropit-submenu div:hover {
  background: #f1f4f8;
}
.dropit .dropit-submenu-right div:hover {
  background: #f1f4f8;
}
.dropit hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cfd7de;
  margin: 0;
  padding: 0;
}
.disabled-droppit-menu {
  background: #efefef;
  border: 1px solid #ccc;
}
.disabled-droppit-menu img {
  /*display:none;*/
}
.disabled-droppit-menu li {
  cursor: pointer;
}
.disabled-droppit-menu li > a {
  color: #999;
}
.readonly-dropit-menu img {
  display: none;
}
.readonly-dropit-menu a {
  cursor: unset;
}
#user-drop-down {
  top: 45px;
}
/************************************** Drag and Drop ***************************************/
.upload-drop-target {
  border: 2px dashed #cfd7de;
  height: 13em;
  opacity: 0.8;
  display: block;
  text-align: center;
}
.upload-drop-zone {
  border: 2px dashed #cfd7de;
  bottom: 0px;
  right: 10px;
  opacity: 0.8;
  display: block;
  padding: 10px 15px 15px 15px;
  text-align: center;
}
.drop-zone-image {
  display: block;
  margin: 0 auto;
  width: 57px;
  height: 43px;
}
.drop-target-drag-over {
  opacity: 0.5;
  border: 4px dashed orange;
}
.upload-drop-target-small {
  width: 12em;
  float: left;
}
.upload-drop-target-text {
  font-size: 1.0em;
  text-align: center;
  margin: 0.5em;
}
.upload-drop-target-text-small {
  font-size: 1.0em;
  text-align: center;
  margin: 0.5em;
}
.upload-drop-target-uploaded-image {
  width: 8em;
  outline: 0.03em solid;
  float: left;
  padding: 0.66em;
}
.upload-drop-target-uploaded-image-noborder {
  float: left;
}
.upload-drop-target-drag-over {
  opacity: 0.5;
  border: 4px dashed orange;
}
.upload-drop-target-delete-image {
  position: relative;
  left: 7em;
  bottom: 10em;
  width: 20px;
}
.upload-title-link-button {
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 0.33em;
  padding-bottom: 0.33em;
  background: #126298;
  color: #fff;
  border-radius: 3px;
  margin-top: 0.33em;
  height: 2.0em;
}
.upload-title-link-button:hover {
  background: #1572bb;
  color: #fff;
}
/************************************** Thumbnails ***************************************/
.thumbnail-container {
  padding: 15px;
  background: #f1f4f8;
  border: 1px solid #cfd7de;
  text-align: center;
  position: relative;
}
.upload-task-thumbnail {
  height: 150px;
}
.thumbnail-disposition-stamp {
  position: absolute !important;
  left: 10px;
  top: 10px;
}
.approval-stamp-icon {
  position: absolute;
  top: 5px;
  right: 5px;
}
.approval-stamp-icon-picklist {
  position: absolute;
  top: 1px;
  right: 1px;
}
/************************************** Pinnable View Panel ***************************************/
.search-filter-link-description {
  position: absolute;
  left: 2px;
  overflow: hidden;
  width: 265px;
}
.pinnable-floating {
  position: absolute;
  left: 0px;
  bottom: 5px;
  width: 265px;
  top: 41px;
  border: 1px solid #cfd7de;
  background: #ffffff;
  padding-left: 5px;
  overflow: auto;
  padding-top: 2px;
  -webkit-box-shadow: 6px 6px 10px -7px #5a656c;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 6px 6px 10px -7px #5a656c;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 6px 6px 10px -7px #5a656c;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  padding-right: 5px;
  overflow-x: hidden;
  font-size: .9em;
}
.pinnable-pinned {
  position: absolute;
  left: 0px;
  bottom: 3px;
  width: 265px;
  /*@pinned-container-width;*/
  top: 40px;
  display: none;
  padding-left: 5px;
  padding-top: 2px;
  overflow-y: auto;
  border: 1px solid #cfd7de;
  padding-right: 5px;
  overflow-x: hidden;
  font-size: .9em;
}
.pinnable-shown-below-tabs {
  top: 120px;
}
.pinnable-pin-link {
  padding-right: 5px;
  padding-top: 2px;
  position: absolute;
  left: 255px;
  /* minus the width of a scoll bar. Float right in Edge hides behind the scroll bar */
  line-height: 30px;
}
/*by default don't show the edit link override below to show*/
.pinnable-edit-link {
  display: none;
}
.searchFilters-wvBlueAssetLibrary .pinnable-edit-link,
.searchFilters-wvBlueAssetListInDialog .pinnable-edit-link,
.searchFilters-wvBlueTasks .pinnable-edit-link,
.searchFilters-wvBlueProjects .pinnable-edit-link {
  float: right;
  padding-right: 25px;
  line-height: 30px;
  display: block;
}
.searchFilters-wvBlueAssetLibrary .pinnable-edit-link .pinnable-floating,
.searchFilters-wvBlueAssetListInDialog .pinnable-edit-link .pinnable-floating,
.searchFilters-wvBlueTasks .pinnable-edit-link .pinnable-floating,
.searchFilters-wvBlueProjects .pinnable-edit-link .pinnable-floating {
  padding-right: 35px;
}
/************************************** More/Less Links ***************************************/
.more-less-link-container {
  min-height: 25px;
  padding-right: 10px;
}
.more-less-link {
  float: right;
  display: inline-block;
  font-size: .9em;
}
/************************************** Picklist ***************************************/
.picklist {
  position: relative;
  top: 5px;
  bottom: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-spacing: 0 !important;
}
.picklist table {
  border-spacing: 0 !important;
}
.picklist tr:hover {
  background: #fff;
}
.picklist tr .icon-cell {
  width: 25px;
}
.picklist tr .no-icon-cell {
  width: 30px;
}
.picklist tr .icon-cell > img {
  display: none;
  cursor: pointer;
  width: 15px;
  max-width: 15px;
  min-width: 15px;
  height: 15px;
  max-height: 15px;
  min-height: 15px;
}
.picklist tr:hover .icon-cell > img:first-child {
  display: inherit;
}
.picklist tr:hover .icon-cell:hover > img:first-child {
  display: none;
}
.picklist tr:hover .icon-cell:hover > img:last-child {
  display: inherit;
}
.picklist tr:hover {
  background: #f1f4f8;
}
.picklist td {
  border-bottom: 1px solid #cfd7de;
  background: #f1f4f8;
  padding: 5px;
}
.picklist td.clear-background {
  background: none;
}
/*
    // this doesn't work need to add "position: fixed" to work but that 
.picklist-spinner
{
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 0px;
    margin: 0px;
    background: transparent url( '/VproofWorkflow/Images/busyWheel.gif' );
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: 40px 40px;
    top: 0px;
    left: 0px;
    overflow: hidden;
}*/
/********************************* Task List Dashboard **********************************/
.task-type-icon img {
  max-height: 25px;
  max-width: 25px;
}
.tasks-progressbar-thermometer div {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  cursor: pointer;
  text-align: center;
  font-size: .9em;
}
.tasks-progressbar-filters {
  position: relative;
}
.tasks-progressbar-thermometer {
  display: inline-block;
  float: right;
  margin-top: 4px;
}
.search-filter-link-wrap .tasks-progressbar-thermometer {
  padding: 0px;
  white-space: nowrap;
  position: relative;
  padding: 0px !important;
  float: none;
}
.search-filter-link-wrap .tasks-progressbar-thermometer div {
  height: 10px;
}
.tasks-progressbar-thermometer span {
  position: relative;
  color: #000;
}
.tasks-progressbar-ontime {
  border: 1px solid #a0d468;
  background: #a0d468;
  min-width: 5px;
}
.tasks-progressbar-atrisk {
  border: 1px solid #ffce54;
  background: #ffce54;
  min-width: 5px;
}
.tasks-progressbar-late {
  border: 1px solid #ed5565;
  background: #ed5565;
  min-width: 5px;
}
.tasks-progressbar-complete {
  border: 1px solid #aaaaaa;
  background: #aaaaaa;
  min-width: 5px;
}
.tasks-progressbar-inactive {
  border: 1px solid #cccccc;
  background: #fff;
  min-width: 5px;
}
.tasks-progressbar-left {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tasks-progressbar-right {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.task-list-due-date-timelines {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-left: 10px;
}
/********************************* Task Details **********************************/
.task-details-title {
  vertical-align: top;
  font-weight: bold;
}
.task-details-title::after {
  content: ":";
}
.task-details-completed-text {
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 0.9em;
  display: block;
  width: 100%;
  background: #f1f4f8;
}
.open-custom-function-button {
  margin-left: 10px;
}
.launch-form-button {
  margin-left: 10px;
  margin-right: 5px;
  position: absolute !important;
}
.completed .launch-form-button {
  position: relative !important;
}
div.task-details-cycle-thumbnail-full-width {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
div.task-details-cycle-thumbnail {
  display: inline;
  width: 50%;
  overflow: hidden;
  text-align: center;
  clear: none;
  float: left;
}
.task-details-cycle-file-name {
  margin: 0 auto !important;
  text-align: center;
  max-width: 300px;
  overflow-x: hidden;
}
/********************************* User Details **********************************/
.user-details-title {
  top: -1px;
  left: 50px;
  position: absolute;
}
.userDetailsActionMenu {
  position: absolute;
  display: block;
  right: 30px;
  top: 4px;
}
.username-cell {
  overflow: hidden;
}
/********************************* Grid View  **********************************/
.thumbnail-check-icon {
  position: absolute;
  left: 5px;
  top: 5px;
  display: none;
  cursor: pointer;
  max-height: 25px;
  max-width: 25px;
}
.thumbnail-hover-div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 30px;
  background: #cfd7de;
  opacity: .75;
  display: none;
  cursor: pointer;
  z-index: 2;
}
.thumbnail-hover-div img {
  position: relative;
  width: 30px;
  height: 30px;
}
/*cannotDownload is applied to hide the child download div */
.cannotDownload .thumbnail-hover-div {
  display: none !important;
}
.show-on-parent-hover {
  display: none;
}
*:hover > .show-on-parent-hover {
  display: block;
}
.thumbnail-checkbox {
  display: none;
}
.thumbnail-checkbox + label {
  height: 25px;
  width: 25px;
  display: inline-block;
  padding: 0 0 0 0px;
  top: 5px;
  left: 5px;
  position: absolute;
}
*:hover > .thumbnail-checkbox:not(:checked) + label {
  background: url('/VproofWorkflow/Images/App/thumb-check-hover.svg') 0 0px no-repeat;
  background-size: 25px;
}
.thumbnail-checkbox:checked + label {
  background: url('/VproofWorkflow/Images/App/thumb-check-selected.svg') 0 0px no-repeat;
  background-size: 25px;
}
.file-list-thumb {
  border: 1px solid #cfd7de;
  background: #f1f4f8;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}
.file-list-previous-thumb {
  border: 1px solid #cfd7de;
  background: #f1f4f8;
  padding: 10px;
  text-align: center;
  position: relative;
}
.search-grid-item {
  border: 1px solid #cfd7de;
  display: inline-block;
  text-align: center;
  margin: 3px;
  overflow: hidden;
  position: relative;
  height: 100px;
  width: 210px;
  background: #f1f4f8;
  padding: 5px;
  cursor: pointer;
  line-height: 100px;
}
.file-grid-item {
  float: left;
  border: 1px solid #cfd7de;
  display: inline;
  text-align: center;
  margin: 3px;
  overflow: hidden;
  position: relative;
  height: 210px;
  width: 210px;
  background: #f1f4f8;
  padding: 5px;
}
.file-grid-item-image {
  vertical-align: middle;
}
.file-grid-item-file-name {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  white-space: nowrap;
  font-size: .8em;
}
/*Before we have an image in list view we give the div a "reasonable" height so that we've got a reasonable number of items in view and there's some indication that the image is not loaded*/
.asset-library tr:not(.have-thumb) .file-list-thumb {
  height: 75px;
}
/*If we're a grid and we don't have the show-file-name class then hide the file name from the grid item.*/
.grid-list:not(.show-file-name) .grid-filename {
  display: none;
}
/*If we're showing the file name in a grid item then make a bit of space at the bottom of the div for the name*/
.grid-list.show-file-name .file-grid-item {
  padding-bottom: 35px;
}
/*Center grid file name at bottom of div*/
.grid-filename {
  font-size: .85em;
  width: 210px;
  height: 35px;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
  word-break: break-word;
  overflow-wrap: break-word;
  position: absolute;
  bottom: 5px;
}
/********************************* Adhoc Projects **********************************/
.create-task-step {
  background: #f1f4f8;
  margin-top: 15px;
  border: 1px solid #cfd7de;
}
.labels {
  position: absolute;
  top: 30px;
  left: 5px;
  right: 0px;
  bottom: 0px;
}
.labels-links-container {
  position: absolute;
  top: 30px;
  left: 0px;
  right: 5px;
  bottom: 0px;
  overflow: auto;
}
.labels-title {
  height: 21px;
  line-height: 20px;
  border-bottom: 1px solid #cfd7de;
}
.labels-links {
  float: right;
  font-size: .85em;
}
.job-code {
  display: block;
  font-size: .9em;
}
/********************************* Miscellaneous Details **********************************/
.checkbox-input-row > td > label > input {
  margin-right: 10px;
}
.divider-row > td {
  height: 5px;
}
.user-preferences-profile-list td {
  padding: 5px;
}
.user-preferences-groups-list {
  height: 400px;
  overflow: auto;
  display: block;
}
.user-drag-list {
  border: solid;
  border-radius: 2px;
  border-width: 1px;
  border-color: black;
  background-color: white;
  height: 75px;
  z-index: 9000;
}
.user-drag-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.branded-logo {
  float: left;
  max-height: 50px;
}
.powered-by-container {
  position: fixed;
  bottom: 12px;
  width: 230px;
  height: 60px;
  cursor: pointer;
  background: #f1f4f8;
}
.powered-by-logo {
  margin: 10px;
}
.component-name-div {
  margin-left: 15px;
  line-height: 18px;
}
.repeater-progress-bar {
  position: relative;
  padding: 0px !important;
  width: 95%;
}
.repeater-progress-bar div {
  display: inline-block;
  height: 10px;
  line-height: 12px;
  cursor: pointer;
  text-align: center;
  font-size: .9em;
  position: relative;
}
.repeater-progress-completed {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border: 1px solid #aaaaaa;
  background: #aaaaaa !important;
  min-width: 5px;
  padding: 0px !important;
}
.repeater-progress-incomplete {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #aaaaaa;
  background: #ffffff !important;
  min-width: 5px;
  padding: 0px !important;
}
.pick-team-button {
  position: absolute;
  right: 65px;
  top: 7px;
  z-index: 1;
  height: 27px;
  cursor: pointer;
}
.branding-view {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 80px;
  bottom: 0px;
  overflow-y: auto;
  width: 100%;
}
.project-info span {
  margin: 5px;
}
.project-info table {
  border-spacing: 2px;
  width: 100%;
  table-layout: fixed;
}
/* Select 2*/
.select2-container--default .select2-selection--single {
  border: 1px solid #cfd7de;
  border-radius: 3px;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #cfd7de;
  border-radius: 3px;
}
.select2-container .select2-selection--single {
  min-height: 25px;
  padding: 2px;
  height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  white-space: normal;
}
*[id*='wvCustomFieldSection'] .select2-container .select2-selection--single .select2-selection__rendered {
  white-space: pre-wrap;
}
.wvCustomFieldsDropDown li.select2-results__option {
  white-space: pre-wrap !important;
}
.wvCustomFieldContainer li.select2-selection__choice {
  white-space: pre-wrap !important;
}
*[id*='wvCustomFieldSection'] .select2-container .select2-results__option {
  white-space: pre-wrap !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #5a656c transparent transparent transparent;
  border-width: 6px 5px 0 5px;
  margin-top: 0px;
  margin-left: -8px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #5a656c transparent;
  border-width: 0px 5px 6px 5px;
}
/*The name portion of the email selection record picker*/
/*The company portion of the email selection record picker*/
.select2-email-company {
  margin-left: 5px;
}
/*The email address portion of the email selection record picker*/
.select2-email-address {
  display: block;
  margin-left: 20px;
  color: black;
  text-decoration: underline;
}
.branding-color-input {
  margin-right: 3px;
}
.branding-button-panel {
  float: right !important;
  position: relative;
  right: 10px;
  line-height: 30px;
}
.table-elements-table-with-subtable td:nth-of-type(2) > * {
  width: 100%;
}
.table-elements-table,
.table-elements-table table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}
.table-elements-sub-table {
  border: 1px solid #cfd7de;
  width: 101% !important;
}
.label-sub-text {
  font-size: 0.7em;
  display: block;
  line-height: 1em;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
}
.label-sub-text-midsize {
  font-size: 0.85em;
  display: block;
  line-height: 1em;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
}
.date-format-subtext {
  font-size: 0.7em;
  display: block;
  line-height: 1em;
}
.label-select-all {
  font-size: 0.7em;
  line-height: 1em;
}
.taskExpired {
  color: red;
}
.ui-priority-secondary {
  font-weight: bold !important;
  opacity: 1.0 !important;
}
.settings-dropdown-panel {
  margin: 0px 5px 0px 5px;
  white-space: nowrap;
  cursor: pointer;
  min-height: 30px;
}
.settings-dropdown-title {
  white-space: nowrap;
  cursor: default;
  padding: 0px 10px 0px 10px;
}
.set-job-access-dialog-users-access-to-all-jobs-container {
  margin-top: 25px;
}
.set-job-access-dialog-users-access-to-all-jobs {
  max-height: 50px;
  min-height: 28px;
  overflow-y: scroll;
  padding: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #cfd7de;
}
.chat-tag-users {
  position: absolute;
  bottom: 25px;
  left: 10px;
}
.chat-tag-no-users {
  list-style: none;
  padding-left: 7px;
}
.chat-notification-bubble {
  display: none;
  background: red;
  width: 14px;
  height: 14px;
  position: absolute;
  right: -2px;
  top: 4px;
  border-radius: 7px;
}
.project-chat-notification-bubble {
  display: none;
  background: red;
  width: 14px;
  height: 14px;
  position: absolute;
  right: -4px;
  top: -8px;
  border-radius: 7px;
}
.chat-icon-out-of-office {
  background: red;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 6px;
}
.chat-notification-header {
  background: #f1f4f8;
  height: 30px;
  line-height: 30px;
  font-size: .9em;
  border-bottom: 1px solid #cfd7de;
  color: #5a656c;
}
.chat-notification {
  color: #5a656c;
  background: #ffffff;
  font-size: .9em;
  -webkit-box-shadow: 6px 6px 10px -7px #5a656c;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 6px 6px 10px -7px #5a656c;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 6px 6px 10px -7px #5a656c;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  min-width: 150px;
  padding: 0;
  margin: 0;
  line-height: 15px;
  overflow-y: auto;
}
.chat-notification div {
  padding: 5px;
  border-bottom: solid 1px #cfd7de;
  cursor: pointer;
  max-width: 350px;
}
.chat-notification div:hover {
  background: #126298;
  color: #ffffff;
  cursor: pointer;
}
/********************************* Process Templates **********************************/
.workflow-process-view {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 55px;
  overflow: hidden;
  width: 100%;
  background: #f1f4f8;
}
.project-workflow-process-view {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 55px;
  overflow: hidden;
  width: 100%;
  background: #f1f4f8;
  top: 80px;
  height: 200px;
  background: #fff;
}
.edit-workflow-process-view {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 10px;
  right: 0px;
  overflow: hidden;
  background: #f1f4f8;
}
.edit-workflow-process-view-container {
  position: absolute;
  top: 76px;
  left: 0px;
  right: 0px;
  bottom: 160px;
}
.edit-workflow-toolbox {
  position: absolute;
  top: 80px;
  left: 0px;
  width: 230px;
  border: 1px solid #cfd7de;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
  max-height: 485px;
  padding: 5px;
  z-index: 1000;
  -webkit-box-shadow: 6px 6px 10px -7px #5a656c;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 6px 6px 10px -7px #5a656c;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 6px 6px 10px -7px #5a656c;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.edit-workflow-header-button {
  margin-right: 25px;
  line-height: 30px;
}
.edit-workflow-tool-button {
  margin-left: 5px;
  margin-right: 15px;
}
.edit-workflow-tool-button-selected {
  margin-left: 3px;
  margin-right: 13px;
  border-bottom: 3px solid;
  padding-bottom: 6px;
  padding-left: 2px;
  padding-right: 2px;
}
.edit-workflow-tool-button-selected img,
.edit-workflow-tool-button img {
  height: 25px;
  width: 25px;
  vertical-align: middle;
}
.edit-workflow-action-button {
  margin-left: 10px;
  margin-right: 10px;
}
.edit-workflow-action-button img {
  height: 30px;
  width: 30px;
  vertical-align: middle;
}
.edit-workflow-action-button-toolbox {
  margin-left: 10px;
  margin-right: 20px;
  position: relative;
  top: 5px;
}
.edit-workflow-toolbox-section-title {
  border-bottom: 1px solid #eeeeee;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 20px;
}
.disabled-user-icon {
  width: 20px;
  height: 20px;
}
.swimlane-row-tippy-icon {
  position: relative;
  top: 6px;
}
/*Bump the swimlane child nodes out a bit to indicate child status.*/
.assignments-node-row > td:first-child {
  padding-left: 50px;
}
/*not the default group or owner*/
/*no group or owner*/
.assignments-node-row td.none {
  opacity: 0.65;
}
.task-reference-file-download-button {
  position: relative;
  width: 30px !important;
  max-width: 30px !important;
  height: 30px !important;
  max-height: 30px !important;
}
.task-reference-file-share-button {
  position: relative;
  width: 20px !important;
  max-width: 20px !important;
  height: 20px !important;
  max-height: 20px !important;
}
.busy-dialog.busy {
  text-align: center;
  border-radius: 4px;
  border: 1px solid #cfd7de;
  background: #ffffff url(/VproofWorkflow/Images/busyWheel.gif);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 50% 15px;
  padding-top: 30px;
  /* This will put the spinner under the txt
    background-position: 50% 45px;
    padding-bottom: 30px;
    */
}
.dialog.busy > .dialog-content {
  background: none;
}
.previous-cycle-span {
  display: block;
  font-size: .8em;
  line-height: .8em;
}
.asset-library-breadcrumb {
  /* Exists so that we can put it on a div and all the spans inside the div can get the style defined below this one */
}
.asset-library-breadcrumb > span {
  margin-right: 5px;
}
.asset-library-breadcrumb > a {
  margin-right: 5px;
}
.asset-search-filter-return-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  float: right;
  margin-top: 10px;
  padding: 2px;
}
.asset-search-filter-return-icon img {
  width: 20px;
}
/* for syntax see: http://www.developerdrive.com/2012/05/learning-less-nested-rules/ */
.task-details-cycle-history-tippy table,
.asset-details-folder-permissions-tippy table {
  width: 100%;
}
.task-details-cycle-history-tippy td,
.asset-details-folder-permissions-tippy td {
  width: 50%;
}
.ui-resizable-handle {
  background-image: none;
}
.ui-icon {
  opacity: .8;
  width: 16px;
  height: 16px;
  background-image: url(/VproofWorkflow/Images/jQuery/ui-icons_222222_256x240.png);
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -61px -220px;
}
.asset-details-folder-permissions-tippy .group-right-row td:first-child {
  padding-left: 30px;
}
.asset-details-folder-permissions-tippy .group-right-row {
  line-height: .8em;
}
.asset-details-folder-permissions-tippy .group-name-row td {
  padding-top: 20px;
  font-weight: bold;
  /*border-top: 1px solid #cfd7de;*/
}
.eula-block {
  display: block;
  line-height: 30px;
}
.choose-searchable_custom-fields-select2-cell {
  padding-bottom: 50px;
}
.choose-searchable_custom-fields-select2-cell .select2-container .select2-selection--multiple .select2-selection__rendered {
  width: 350px;
  height: 175px;
}
/* Causes whitespace to be respected in task details custom field values. See: BLUEV-3691 */
.details-view-content .value-cell {
  white-space: pre-wrap;
}
/*import template related classes*/
.import-result .error {
  color: #ed5565;
}
.import-result .success {
  color: #6da72f;
}
.import-result .name {
  font-weight: bold;
}
.import-result .singleTemplate:first-child {
  border: none;
}
.import-result .singleTemplate {
  border-top: 1px solid #cfd7de;
  padding: 5px 0px;
}
.import-result .singleTemplate > div,
.import-result .singleTemplate > ol {
  margin-bottom: 25px;
}
.TaskDetailsTaskIcon {
  float: left;
  margin-top: 6px;
  margin-right: 10px;
  margin-left: 0px;
  display: inherit;
  max-height: 30px;
  min-height: 30px;
  max-width: 30px;
}
.details-view-content .process-template-type-label {
  font-weight: bold;
}
.workflowTaskListTableRow.workflowRow .task span {
  font-weight: bold;
  margin-left: 5px !important;
}
.title-button.import-button {
  position: relative;
}
.title-button.import-button input[type=file] {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.escalate-task-dialog .unassign-button,
.delegate-task-dialog .unassign-button,
.invite-task-dialog .unassign-button {
  display: none;
}
.delegate-task-dialog .group-row,
.escalate-task-dialog .group-row {
  display: none;
}
.set-owner-dialog .comments-row {
  display: none;
}
.no-results {
  opacity: 0.8;
  font-style: italic;
}
.no-saved-search-results {
  white-space: nowrap;
  cursor: default;
  opacity: 0.8;
  font-style: italic;
  padding: 5px;
  display: block;
}
.processing-files {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  font-size: .8em;
  color: white;
  font-family: Verdana,Arial,Microsoft Sans Serif,Arial Unicode MS,Sylfaen,Iskoola Pota,Sinhala MN;
}
.taskowner img,
.wvBlueTasks .action-icon {
  min-height: 1.25em;
  min-width: 1.25em;
  max-height: 1.25em;
  max-width: 1.25em;
  padding-left: 1em;
  vertical-align: text-bottom;
}
.saved-search-info {
  margin-left: 10px;
}
.selected-dropit-item {
  background: #f1f4f8;
}
.dialog.loading {
  background: #ffffff url(/VproofWorkflow/Images/busyWheel.gif);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 50% 50%;
  padding-top: 30px;
}
.dialog.loading > .dialog-content {
  visibility: hidden;
}
.select2-container {
  max-width: none !important;
}
pre {
  border: 1px solid #cfd7de;
  padding: 4px;
  line-height: 15px;
}
.source-task-name {
  display: block;
  font-size: .8em;
  line-height: .8em;
}
/*The name portion of the wvContactsListIncrementalSearchSelect*/
/*The login portion of the wvContactsListIncrementalSearchSelect*/
.select2-contact-login:not(.empty)::before {
  content: " (";
}
.select2-contact-login:not(.empty)::after {
  content: ") ";
}
/*The company portion of the wvContactsListIncrementalSearchSelect*/
.select2-contact-company:not(.empty) {
  margin-left: 5px;
  display: none;
}
.select2-contact-company:not(.empty)::before {
  content: " (";
}
.select2-contact-company:not(.empty)::after {
  content: ") ";
}
/*The email address portion of the wvContactsListIncrementalSearchSelect*/
.select2-contact-address {
  display: block;
  margin-left: 20px;
  color: black;
  text-decoration: underline;
}
.select2-contact-id {
  display: none;
}
/*Indicates that the item has been added by the user not chosen from the list.*/
.select2-contact-new-item:not(.empty)::before {
  content: " (";
}
.select2-contact-new-item:not(.empty)::after {
  content: ") ";
}
.select2-contact.empty {
  display: none;
}
.project-assignments-file-list tr.select-disabled .Name input {
  visibility: hidden;
}
.dialog .hide-in-dialog {
  display: none;
}
.no-subfolders .tippy-icon {
  visibility: hidden;
}
.custom-field-caption-icon {
  opacity: 0.5;
  height: 13px;
  width: 13px;
  margin-left: 5px;
  position: relative;
  top: 1px;
  cursor: pointer;
}
.task-list-container.template-context .list-action-tabs,
.task-list-container.template-context .search-box-side-panel {
  display: none;
}
.filter-radio-button:checked ~ #sub-div {
  display: inline-block;
  margin-left: 10px;
}
.filter-radio-button:not(:checked) ~ #sub-div {
  display: none;
}
#sub-div > div:hover {
  background: #ffffff !important;
}
.version-history-table {
  width: 100%;
}
.version-history-table tr {
  width: 100%;
  table-layout: fixed;
}
.version-history-table tr td:first-child,
.version-history-table tr th:first-child {
  word-break: break-word;
  word-wrap: break-word;
}
.version-history-table tr th,
.version-history-table tr td {
  text-align: left;
  display: inline-block;
}
.approval-cycle-builder-canvas {
  position: absolute;
  top: 61px;
  left: 20px;
  right: 20px;
  bottom: 61px;
  background: #f1f4f8;
  overflow: auto;
  border: 1px solid #cfd7de;
}
.approval-cycle-builder-column-addtask-button {
  display: block;
  margin: auto;
  width: 30px;
}
.approval-cycle-builder-toolbox-task {
  cursor: pointer;
  min-height: 30px;
  line-height: 30px;
}
.approval-cycle-builder-dropzone {
  width: 220px;
  height: 50px;
  border: 2px dashed #cfd7de;
  margin: 10px;
  background: #ffffff;
}
.approval-cycle-builder-toolbox-task-node {
  width: 160px;
  height: 60px;
  border: 2px solid #cfd7de;
  margin: 10px;
  background: #ffffff;
  font-size: 1.1em;
  position: relative;
  padding-left: 45px;
  padding-right: 25px;
  white-space: normal;
}
.approval-cycle-builder-toolbox-task-node-wrapper {
  display: inline-grid;
  width: 180px;
  vertical-align: middle;
  height: 60px;
}
.approval-cycle-builder-text-element,
.approval-cycle-builder-ownergroup-span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.approval-cycle-builder-dropzone-hover {
  border: 2px dashed #cfd7de;
}
.approval-cycle-builder-ownergroup-span {
  font-size: .82em;
  color: #7d7d7d;
}
.approval-cycle-builder-insertzone {
  width: 10px;
  min-height: inherit;
  border: 2px dashed #cfd7de;
  margin: 10px;
  background: #ffffff;
  vertical-align: middle;
}
.approval-cycle-builder-insertzone-column {
  vertical-align: top;
  margin-top: 10px;
  width: 30px;
  min-height: 350px;
  display: inline-block;
}
.approval-cycle-builder-insertzone-hover {
  width: 10px;
  min-height: inherit;
  border: 2px dashed #cfd7de;
  margin: 10px;
  background: #ffffff;
  vertical-align: middle;
  width: 15px;
  border: 2px solid #cfd7de;
}
.checkbox-list {
  border: solid 1px lightgrey;
  overflow: auto;
  overflow-x: auto;
  overflow-y: auto;
  border-radius: 3px;
  padding: 5px;
}
.rewind-tippy-section {
  overflow: auto;
  max-width: 400px;
  max-height: 175px;
  white-space: nowrap;
}
.red-dot-span {
  background: #ed5565;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 2px;
}
.warning-message-panel {
  background: #fff5c1;
  height: 29px;
  width: 100%;
  text-align: center;
  line-height: 2;
}
.warning-message-panel-no-height {
  background: #fff5c1;
  width: 100%;
  text-align: center;
  padding: 5px 0px 5px 0px;
}
.inline-disposition-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 16px 15px;
  line-height: 16px;
  padding: 0px 0px 0px 18px;
  /*shows icon on the end of the text instead the beginning*/
}
.inline-disposition-icon.show-right {
  padding: 0px 18px 0px 0px;
  background-position: right 0px top;
}
.inline-disposition-icon.show-left {
  padding: 0px 0px 0px 18px;
  background-position: left 0px top;
}
.inline-disposition-icon.approved {
  background-image: url('/VproofWorkflow/Images/App/ApprovedStamp.svg');
}
.inline-disposition-icon.rejected {
  background-image: url('/VproofWorkflow/Images/App/RejectedStamp.svg');
}
.file-convert-link-icon {
  height: 90px;
  position: relative;
  top: 3px;
}
.file-name-preserve-whitespace {
  white-space: pre-wrap;
}
.file-name-preserve-whitespace-without-wrapping-content {
  white-space: pre;
}
/*Active Task View Report CSS*/
.instruction-div {
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #eaf4ff;
  border: 1px dotted #000;
  clear: both;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 1.3em;
  margin: 4px;
  padding: 8px;
  position: relative;
}
.error-div {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #ffeaeb;
  border: 1px dotted #000;
  clear: both;
  color: #000;
  font-size: 13px;
  line-height: 1.3em;
  margin: 4px;
  padding: 8px;
  position: relative;
}
.btrow {
  margin: 2px;
}
.active-task-view-content {
  padding: 15px;
}
.back-link {
  font-size: 13px;
  text-transform: initial;
  float: right;
}
.template-category {
  background: #eaf4ff;
  font-weight: bold;
}
.template-category:hover {
  background: #eaf4ff !important;
  font-weight: bold;
}
.filter-content-loading {
  background: #ffffff url(/VproofWorkflow/Images/busyWheel.gif);
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: 50% 50%;
  padding-top: 20em;
}
#enabledTemplateTitle {
  display: none !important;
}
#disabledTemplateTitle {
  display: none !important;
}
.disabled-anchor-element {
  text-decoration: none !important;
  cursor: default;
  background-color: #cccccc !important;
  color: #666666 !important;
}
.disabled-anchor-element:active {
  pointer-events: none;
}
.ui-datepicker {
  width: 14rem !important;
}
.warning-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
:root {
  --switches-bg-color: #126298;
  --switches-label-color: white ;
  --switch-bg-color: white;
  --switch-text-color: #126298 ;
}
.switches-container {
  width: 11rem;
  display: flex;
  padding: 0;
  position: relative;
  background: var(--switches-bg-color);
  line-height: 2.5rem;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
}
/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}
/* labels for the input (radio) boxes - something to click on */
.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: var(--switches-label-color);
}
/* switch highlighters wrapper (sliding left / right) 
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0.15rem;
  z-index: 3;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  /* transition: transform 1s; */
}
/* switch box highlighter */
.switch {
  border-radius: 3rem;
  background: var(--switch-bg-color);
  height: 100%;
}
/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status 
*/
.switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: var(--switch-text-color);
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
}
/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
  transform: translateX(0%);
}
/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
  transform: translateX(100%);
}
/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked ~ .switch-wrapper .switch div:nth-of-type(1) {
  opacity: 1;
}
/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked ~ .switch-wrapper .switch div:nth-of-type(2) {
  opacity: 1;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
}
.grid-item {
  padding: 20px;
  text-align: center;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.column {
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
#select2-asset-status-select-results {
  width: 30vw;
  white-space: pre-wrap;
}
#asset-status-select + .select2 {
  float: right;
  width: 30vw !important;
}
.solr-reindex-dialog {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.task-list input[type="checkbox"],
.project-assignments-file-list input[type="checkbox"] {
  width: 16px;
  /* Adjust width */
  height: 16px;
  /* Adjust height */
  vertical-align: middle;
  /* Align vertically */
}