﻿/* Color Palette variables*/
/* Sizing Variables */
/* Background colors */
/* Media Query Mixins */
/* Typography 
Explicitly define a Segoe UI font-family so that we can assign Segoe UI 
Semilight to an appropriate font-weight.
*/
@font-face {
  font-family: "Segoe UI";
  font-weight: 200;
  src: local("Segoe UI Light");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 300;
  src: local("Segoe UI Semilight");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 400;
  src: local("Segoe UI");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 600;
  src: local("Segoe UI Semibold");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 700;
  src: local("Segoe UI Bold");
}
@font-face {
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: 400;
  src: local("Segoe UI Italic");
}
@font-face {
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: 700;
  src: local("Segoe UI Bold Italic");
}
/* Vendor Prefixes */
/* Mixins */
/* Mixins for elements so we can use them in our reset and in proper form element LESS files (Reset.less, Input.less, Button.less).*/
/*loading spinner using css and one element*/
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #505050, 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.5), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.7), 1.8em -1.8em 0 0em #505050, 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.5), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.7), 2.5em 0em 0 0em #505050, 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.5), 2.5em 0em 0 0em rgba(80, 80, 80, 0.7), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.5), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.7), 0em 2.5em 0 0em #505050, -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.5), 0em 2.5em 0 0em rgba(80, 80, 80, 0.7), -1.8em 1.8em 0 0em #505050, -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.5), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.7), -2.6em 0em 0 0em #505050, -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.5), -2.6em 0em 0 0em rgba(80, 80, 80, 0.7), -1.8em -1.8em 0 0em #505050;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #505050, 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.5), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.7), 1.8em -1.8em 0 0em #505050, 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.5), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.7), 2.5em 0em 0 0em #505050, 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.5), 2.5em 0em 0 0em rgba(80, 80, 80, 0.7), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.5), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.7), 0em 2.5em 0 0em #505050, -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.5), 0em 2.5em 0 0em rgba(80, 80, 80, 0.7), -1.8em 1.8em 0 0em #505050, -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.5), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.7), -2.6em 0em 0 0em #505050, -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.5), -2.6em 0em 0 0em rgba(80, 80, 80, 0.7), -1.8em -1.8em 0 0em #505050;
  }
}
.workViewContainer {
  min-height: 100px;
  /* collapsed arrow */
}
.workViewContainer .widgetContainer {
  width: 100%;
  height: 100%;
}
.workViewContainer .widgetContainer .widgetBody {
  max-height: 100%;
  height: calc(100vh - 112px);
}
.workViewContainer .widgetContainer .widgetBody.workView {
  height: calc(100vh - 223px);
}
.workViewContainer .widgetContainer .widgetBody.workView.from-search {
  height: calc(100vh - 152px);
}
.workViewContainer .widgetContainer.widget-xl {
  width: 100%;
}
.workViewContainer .widgetContainer .widgetfooter {
  height: 40px;
}
.workViewContainer .workView.col-xs-8 {
  height: calc(100vh - 50px);
}
.workViewContainer .col-xs-3,
.workViewContainer .col-xs-4,
.workViewContainer .col-xs-6,
.workViewContainer .col-xs-8 {
  padding: 0;
  padding-left: 0;
  padding-right: 0;
}
.workViewContainer .workViewTitle {
  font-size: 20px;
}
.workViewContainer .workViewTitle span {
  display: block;
}
.workViewContainer .workViewTitle a {
  display: block;
  font-size: 20px;
  color: #174A63;
  cursor: pointer;
}
.workViewContainer .workViewTitle .candidateDetails span {
  font-size: 14px;
}
.workViewContainer .workViewTitle .candidateDetails span a {
  font-size: 14px;
  display: inline;
  vertical-align: middle;
}
.workViewContainer .workViewTitle .candidateDetails span span {
  display: inline;
  vertical-align: middle;
}
.workViewContainer .workViewTitle .candidateDetails span.menutip {
  color: #174A63;
}
.workViewContainer .workViewTitle .candidateDetails span img {
  vertical-align: middle;
}
.workViewContainer .workViewTitle .folderGroup {
  font-size: 14px;
}
.workViewContainer .attachment-preview {
  background-color: whitesmoke;
}
.workViewContainer .attachment-preview .no-attachments-container {
  text-align: center;
  vertical-align: middle;
  line-height: 90px;
}
.workViewContainer .attachment-preview .external-status-container {
  position: absolute;
  width: 100%;
  z-index: 1000;
  text-align: center;
}
.workViewContainer .attachment-preview .external-status-container div {
  padding: 3px 10px;
  border: 1px solid;
  color: white;
  display: inline-block;
  font-weight: bold;
  margin: 10px auto 0 auto;
  border-radius: 10px;
  height: auto;
  text-transform: uppercase;
  background-color: #277BA5;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.workViewContainer .attachment-preview .attachment-preview-body:hover .external-status-container div {
  opacity: 0;
}
.workViewContainer .attachment-preview .attachment-container {
  height: calc(100vh - 155px);
}
.workViewContainer .attachment-preview .attachment-container .viewer-toolbar {
  position: absolute;
  text-align: center;
  visibility: hidden;
  font-size: 24px;
  color: white;
  right: 0;
  width: 0;
  bottom: 20px;
}
.workViewContainer .attachment-preview .attachment-container .viewer-toolbar span {
  background-color: #323639;
  border-radius: 25px;
  padding: 10px;
  margin-bottom: 5px;
  cursor: pointer;
}
.workViewContainer .attachment-preview .attachment-container:hover .viewer-toolbar {
  transition: right 1s;
  visibility: visible;
  right: 70px;
}
.workViewContainer .attachment-preview .attachment-container iframe {
  background-color: white;
}
.workViewContainer .attachment-preview .header-controls {
  margin-top: 10px;
  margin-bottom: 10px;
}
.workViewContainer .attachment-preview .header-controls .align-left {
  position: absolute;
  left: 10px;
}
.workViewContainer .attachment-preview .header-controls .align-right {
  position: absolute;
  right: 10px;
}
.workViewContainer .attachment-preview .header-controls .nav-controls {
  display: flex;
  justify-content: space-between;
}
.workViewContainer .attachment-preview .header-controls .nav-controls .navigation > div,
.workViewContainer .attachment-preview .header-controls .nav-controls button {
  display: inline-block;
}
.workViewContainer .attachment-preview .header-controls .messagingContainer {
  position: absolute;
  left: 50%;
  margin-left: -250px;
  margin-top: -5px;
}
.workViewContainer .attachment-preview .header-title {
  font-size: 16px;
  color: #174A63;
  overflow: hidden;
  padding: 0 5px 0 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.workViewContainer .attachment-preview .header-title:hover {
  color: #277BA5;
  text-decoration: underline;
}
.workViewContainer .has-attachment-preview-thumbnails .attachment-container {
  height: calc(100vh - 275px);
}
.workViewContainer .upload-area .status {
  text-align: center;
  padding: 5px;
}
@media (min-width: 1200px) {
  .workViewContainer .attachment-preview .header-title {
    font-size: 24px;
  }
}
.workViewContainer .placeholder-preview-container {
  display: table;
  table-layout: fixed;
  margin: auto;
  height: 100%;
  width: 100%;
}
.workViewContainer .placeholder-preview-container .placeholder-preview {
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: center center;
  padding-top: 350px;
  font-size: medium;
  font-weight: 600;
}
.workViewContainer .placeholder-preview-container .placeholder-preview.unavailable {
  background-image: url('../../../../images/icons/document_in_progress.png');
}
.workViewContainer .placeholder-preview-container .placeholder-preview.unsupported {
  background-image: url('../../../../images/icons/file_type_not_supported.png');
}
.workViewContainer .requirementlink {
  color: #003399;
}
.workViewContainer .requirementlink:hover {
  color: #CC0000;
  text-decoration: underline;
}
.workViewContainer table td {
  background-color: transparent !important;
}
.workViewContainer table th.sort-asc::after {
  content: "\25b2";
}
.workViewContainer table th.sort-desc::after {
  content: "\25bc";
}
.workViewContainer table tbody tr {
  height: 50px;
}
.workViewContainer table tbody tr.missing {
  height: 25px;
}
.workViewContainer .requirementoptions {
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.workViewContainer .requirementoptions:hover {
  background-color: #174A63;
}
.workViewContainer .requirementoptions:hover:before {
  color: #fff !important;
}
.workViewContainer .requirementoptions:before {
  font-size: 18px !important;
  position: relative;
  top: 3px;
}
.workViewContainer .reqDetails {
  margin-top: 3px;
  padding-top: 3px;
}
.workViewContainer .reqDetails:empty {
  display: none;
}
.workViewContainer .requirementMainInfo {
  line-height: 1.3;
  width: 300px;
  max-width: 300px;
  white-space: nowrap;
}
.workViewContainer .requirementMainInfo .hide-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
}
.workViewContainer .tablesorter .group-header td {
  background-color: #1F6385 !important;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}
.workViewContainer .tablesorter .group-header td span:first-of-type:before {
  content: "Folder Group: ";
}
.workViewContainer .group-name {
  text-transform: capitalize;
}
.workViewContainer .group-count {
  color: #eee;
}
.workViewContainer .group-hidden {
  display: none;
}
.workViewContainer .group-header,
.workViewContainer .group-header td {
  user-select: none;
  -moz-user-select: none;
}
.workViewContainer tr.group-header td i {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  border-left: 4px solid transparent;
  margin-right: 7px;
  user-select: none;
  -moz-user-select: none;
}
.workViewContainer tr.group-header.collapsed td i {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  border-right: 0;
  margin-right: 10px;
}
.workViewContainer .manageObjectRequirementWidget {
  margin-right: 0;
}
.workViewContainer .manageObjectRequirementWidget .widget-md {
  width: 100%;
}
.workViewContainer .manageObjectRequirementWidget .widgetBody {
  padding: 0;
  height: 100%;
}
.workViewContainer .manageObjectRequirementWidget .widgetBody .highlight {
  margin: 0;
}
.workViewContainer .manageObjectRequirementWidget .widgetBody .col-2 > .form-group {
  width: 100%;
  margin-left: 0;
}
.workViewContainer .manageObjectRequirementWidget .widgetBody .col-2 > .form-group:nth-child(2) {
  margin-left: 0;
}
.workViewContainer .manage-details {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #bdbdb1;
  background: #fff;
  min-width: 800px;
  /*display: none;*/
}
@media (max-width: 1200px) {
  .workViewContainer .manage-details {
    left: auto !important;
  }
}
.workViewContainer .manage-details-header,
.workViewContainer .manage-details-footer {
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #f1f1f7;
  padding: 5px;
  box-sizing: border-box;
}
.workViewContainer .manage-details-header {
  top: 0;
  border-bottom: 1px solid #bdbdb1;
}
.workViewContainer .manage-details-header h4 {
  display: inline-block;
  margin: 0;
  line-height: 30px;
  font-weight: bold;
}
.workViewContainer .manage-details-header button.btn-close {
  border: 0 none;
  box-shadow: none;
  background: transparent;
}
.workViewContainer .manage-details-header button.btn-close:before {
  margin: 0 !important;
}
.workViewContainer .manage-details-header button.btn-close [aria-hidden='true'] {
  display: none;
}
.workViewContainer .manage-details-footer {
  bottom: 0;
  border-top: 1px solid #bdbdb1;
}
.workViewContainer .manage-details-footer .btn-group {
  display: inline-block;
}
.workViewContainer .manage-details-footer .status {
  display: inline-block;
  line-height: 30px;
  margin-left: 15px;
}
.workViewContainer .manage-details-content {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
.workViewContainer .manage-details-content .col-sm-4,
.workViewContainer .manage-details-content .col-sm-8 {
  padding: 0;
}
.workViewContainer .manage-details-content > [class^='col-'] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.workViewContainer .manage-details-content > [class^='col-']:not(:first-child) {
  border-left: 1px solid #bdbdb1;
}
#ui-datepicker-div {
  z-index: 10000000 !important;
}
.sourcePopup {
  min-width: 200px;
  color: #000 !important;
}
.sourcePopup a {
  color: #039 !important;
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.requirement-more-options-popup {
  padding: 10px;
  min-width: 150px;
  font-size: 1.3em;
}
.requirement-more-options-popup label {
  margin-left: 5px;
}
.dot {
  width: 10px;
  height: 10px;
  background: #039;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 3px 0px;
}
.attachment-preview-body {
  clear: both;
}
.thumbnail-item {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  max-width: 138px;
  height: 100px;
  margin-right: 7px;
  cursor: pointer;
}
.thumbnail-item-container {
  display: inline-block;
  margin: 0px 5px;
}
.attachment-preview-thumbnails {
  padding: 10px 0px;
  height: 120px;
  box-sizing: border-box;
}
.missingRequirement {
  line-height: 1.3;
  width: 300px;
  max-width: 300px;
  white-space: nowrap;
  font-style: italic;
  cursor: default;
  text-overflow: ellipsis;
  overflow: hidden;
}
.attachment-image-preview {
  text-align: center;
}
.attachment-image-preview img {
  padding: 2px;
  border: 1px solid #bdbdb1;
}
.is-draging .upload .dropzone-container {
  display: block !important;
}