/***
    Heretto Popup Classes
***/
.heretto-popup table .dialogTop {
  background-color: #fff;
  border-bottom: none;
}

.heretto-popup .popup-header {
  color: #707070;
}

.header-icon, .header-icon::before {
  display: inline-block;
  font-size: 36px !important;
  line-height: 36px;
}

.heretto-popup .header-icon, .heretto-popup .header-icon::before {
  font-size: 24px !important;
  line-height: 30px;
}

.header-icon.ji-Verified:before {
  color: var(--color-light-blue);
}

.standalone.inline-progress-bar {
  margin: 35px 10px 20px 20px;
}

.heretto-popup.task-popup .popup-header .header-icon {
  color: var(--color-light-blue); /*#2792F3;*/
}

/** close button in header **/
.heretto-popup .popup-header a {
  color: #707070;
  opacity: 1;
  margin-top: 5px;
  margin-right: 0px;
  font-size: 18px;
}

.heretto-popup .popup-header .header-label {
  display: inline-block;
  position: relative;
  vertical-align: text-bottom;
  margin-left: 10px;
  color: #707070;
  font-size: 18px;
  line-height: 20px;
}

.heretto-popup .popup-buttonbar {
  background-color: #fff;
  border-top: 1px solid #c8c8c8;
}

.heretto-popup .popup-buttonbar .cancel-button {
  float: left;
  margin-left: 20px;
}

.heretto-popup .popup-buttonbar .save-button {
  float: right;
  margin-right: 20px;
  margin-top: 15px;
  background-color: var(--color-accent-blue);
  padding: 2px 15px 2px 10px;
  font-size: 12px;
}

/***
  Etto avatars
 */

.etto-avatar-circle {
  background-image: url("../images/heretto_dog_icon_no_H_bg_250x250.png");
}

.etto-avatar {
  background-image: url("../images/heretto_dog_icon_no_H_no_bg_250x250.png");
}


/*******************
                      APP Basics
 */

.heretto .drop-down-container,
.heretto-popup .drop-down-container {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f3f7fb;
}

.drop-down-container .selectable-item {
  outline: none;
  display: block;
  width: 100%;
  padding: 5px;
  white-space: nowrap;
}

.drop-down-container .selectable-item:hover,
.drop-down-container li.selectable-item a:hover {
  background-color: #FFFFCC !important;
}

.drop-down-container.dropdown-menu {
  right: 0;
  left: auto;
  min-width: 100px;
  width: auto;
}

body .btn-primary {
  background-color: #247FCF;
  color: #fff;
}

body .btn-primary i:before,
body .btn-success i:before {
  color: #fff;
}


.logo {
  background: url("/ezdnxtgen/easyDITA-Logo-White.svg");
  width: 100px;
  flex-shrink: 0;
  /*gwt-image: 'whiteLogo';*/
  background-repeat: no-repeat;
  height: 29px;
  margin-top: 6px;
}

i.context-menu-item-icon.content-mapper-icon {
  content: url("/ezdnxtgen/cm/icons/content-mapper.png");
}

.heretto, body, .heretto table td, .heretto select {
  font: normal normal 12px/14px "Roboto", "Helvetica Neue", Helvetica, sans-serif;
}

.heretto, body {
  background-color: white;
}

.heretto-branding .logo {
  background: url("/ezdnxtgen/heretto-black-header.png");
  background-repeat: no-repeat;
  margin-top: 0px;
  width: 96px;
}

.context-menu-item-icon {
  width: 14px;
  background-size: 14px;
  background-position: 0 4px;
}

.heretto label, body label {
  font: normal normal normal 12px/14px "Roboto", "Helvetica Neue", Helvetica, sans-serif;
}

.heretto label.btn.btn-sm {
  font-size: 12px;
  font-weight: normal;
  text-shadow: none;
  color: #545454;
}

.heretto .glass-panel {
  background-color: #000;
  opacity: .2;

  /** these won't belong here **/
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}

.heretto .icon-button {
  cursor: pointer;
}

.heretto .icon-button:hover {
  color: #545454;
}

/****************
                    App Header
 */

.application-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 300;
  height: 100%;
  border-bottom: 1px solid #D8D8D8;
  padding-right: 20px;
}

.application-header > div {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.application-header .search-box-container {

  display: block;
  border-radius: 2px;
  height: 29px;
  margin-left: auto;
  min-width: 600px;
  /*background-color: accentBlue;*/
}

.application-header .search-box-container .text-box-container {
  border: 1px solid #ccc;
  border-radius: 3px;
}

.error-message {
  color: var(--color-error-message);
}

.search-box-container .text-box-container {
  margin: 0 auto;
  max-width: 600px;
  display: flex;
  border-radius: 2px;
}

.search-box-container .text-box-container .special-icon {
  height: 29px;
  color: white;
  border-radius: 2px 0 0 2px;
  flex-shrink: 0;
  padding: 7px 6px 7px 12px;
  border: none;
}

.search-box-container .gwt-TextBox {
  height: 29px !important;
  font-weight: normal;
  font-size: 14px;
  border-radius: 0 2px 2px 0;
  width: 100%;
  border: none;
  padding: 0 0 0 6px;
  z-index: auto;
  transition: none;
  box-shadow: none;
  float: left;
}

.search-box-container .gwt-TextBox:focus {
  border-color: rgb(204, 204, 204);
  box-shadow: none;
}

.search-box-container .gwt-TextBox::-moz-placeholder {
  font-weight: 300;
  opacity: 1;
  color: #fff;
}

.location-header .drop-down-container {
  background-color: #fff;
  box-shadow: none;
  width: auto;
}

.location-header .drop-down-container .caret {
  margin-right: 5px;
}

.location-header .drop-down-container .selectable-item:hover {
  background-color: #ebebeb !important;
  border-color: #adadad;
}

.location-header .drop-down-container,
.application-header .drop-down-container {
  margin-left: 5px;
  align-self: center;
  flex-shrink: 0;
  margin-right: 8px;
}

.location-header .branch-label-container,
.location-header .drop-down-trigger-button,
.application-header .branch-label-container,
.application-header .drop-down-trigger-button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-weight: normal;
  margin: 4px 0px 4px 6px;
  border-radius: 2px;
  padding: 0 0 0 12px;
  white-space: nowrap;
}

.location-header .branch-label-container button.branch-label,
.location-header .drop-down-trigger-button button,
.application-header .branch-label-container button.branch-label,
.application-header .drop-down-trigger-button button {
  align-items: center;
  font-size: 16px;
}

.search-box-container .branch-label-container i.ji-Branch {
  color: white;
}

.location-header .branch-label-container .branch-label,
.application-header .branch-label-container .branch-label {
  margin: 2px 0 2px 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}

.location-header .branch-label-container .ji-Arrow-2-Down,
.application-header .branch-label-container .ji-Arrow-2-Down {
  display: inline-block;
  float: right;
  margin-left: 10px;
}

.assignments-review-ui-header-icon, .assignments-review-ui-header-icon:before {
  color: var(--color-light-blue) !important;
  margin-right: 7px;
  margin-top: -3px;
}

/**
  Browse Workspace Table Styles
 */
.fileNameColumn {
  min-width: 150px;
}

/**************
                      Icon Coloring
*/
.heretto .jcmCMSTreeFolder .ji-Folder:before {
  color: #D8D8D8;
}

.heretto .selectedItem .jcmCMSTreeFolder .ji-Folder:before {
  color: #fff;
}

.create-new-button i:before {
  color: white;
}

.heretto .lightbox .lightbox-navbar {
  font-family: Roboto;
}

[class^="ji-"],
[class*=" ji-"] {
  color: #5f6368;
}

[class^="ji-"]:before,
[class*=" ji-"]:before {
  color: inherit;
}

.gwt-Label[class^="ji-"]:before,
.gwt-Label[class*=" ji-"]:before {
  margin-right: 3px;
}

.fa.icon_bump_down_3:before {
  margin-top: -3px;
}

/**
    Button Styling
 */

.heretto .button,
.heretto .button:focus {
  background-color: #2792F3;
  color: #ffffff;
  font-size: 12px;
  border: none;
}

.heretto .button[disabled] {
  background-color: #9CB8CF;
}

.heretto .button:hover {
  background-color: #142fb2;
  color: #ffffff;
}

.heretto .button i:before {
  color: #ffffff;
}

/**
    Generic Widget styling
 */

.heretto input[type='checkbox']:focus {
  outline: none;
}


/**
    Editor Header
 */

.editorHeader {
  padding: 3px 20px 3px 40px;
  border-bottom: 1px solid #D8D8D8;
}

.editorHeader .closeButton {
  display: inline-block;
  cursor: pointer;
}

.editorHeader .closeButton:before {
  font-size: 22px;
  padding-top: 15px;
}

.editorHeader.actionButtons {
  text-align: right;
}

.editorHeader.actionButtons .editingMode {
  font-size: 16px;
  color: #237ECF;
  border: none;
  box-shadow: none;
  text-align-last: right;
  width: auto;
}

.editorHeader.actionButtons .actionButton {
  margin-right: 20px;
  margin-top: 17px;
  display: inline-block;
  vertical-align: bottom;
}

.editorHeader .fileDetails {
  position: absolute;
  top: 0;
  left: 5px;
  right: 0;
}

.editorHeader .fileDetails .fileInfo {
  left: 73px;
  white-space: nowrap;
}

.editorHeader .fileDetails .fileInfo .title {
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
}

.editorHeader .fileDetails .fileInfo .othersEditing {
  font-size: 12px;
  color: #1A9EDB;
  display: inline-block;
  margin-left: 15px;
  line-height: 24px;
  vertical-align: text-bottom;
}

.editorHeader .fileDetails > .gwt-Label {
  padding: 5px 10px 0 5px;
}

.editorHeader .fileDetails > .gwt-Label:before {
  font-size: 40px;
}

.editorHeader .fileDetails .fileInfo .breadcrumbs .gwt-Anchor {
  font-size: 16px;
  line-height: 18px;
}

.fileDetails {
  overflow: hidden;
  padding: 10px;
  position: relative;
}

.fileDetails .fileInfo {
  display: inline-block;
  color: #707070;
  white-space: nowrap;
  vertical-align: top;
  position: absolute;
  left: 50px;
  right: 90px;
}

.fileDetails .fileInfo .title {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.fileDetails .fileInfo .othersEditing {
  display: none;
}

.fileDetails .breadcrumbs {
  height: 20px;
}

.fileDetails .breadcrumbs a {
  padding: 0;
}

.fileDetails > .gwt-Label {
  display: inline-block;
  padding: 7px 10px 0 5px;
}

.fileDetails > .gwt-Label:before {
  font-size: 24px;
}

/**
    TAB STYLES
 */
.heretto .tab-bar {

}

.heretto .tab-bar label.btn {
  border-color: #09AFD6;
  border-radius: 3px;
  color: #237ECF;
  font-size: 16px;
  line-height: 16px;
}

.heretto .tab-bar label.btn i {
  padding-right: 5px;
}

.heretto .tab-bar label.btn i:before {
  color: #237ECF;
}

.heretto .tab-bar label.btn:hover {
  color: #09AFD6;
  background-color: #ffffff;
}


.heretto .tab-bar label.btn.active,
.heretto .tab-bar label.btn.active:hover {
  border-color: #237ECF;
  background-color: #237ECF;
  color: #ffffff;
}

.heretto .tab-bar label.btn.active i:before {
  color: #ffffff;
}

/**
    Map Tree Heretto
 */

.heretto .cellTreeArrowDown,
.heretto .cellTreeArrowRight {
  position: absolute;
  display: inline-block;
  height: 0;
  width: 0;
}

.heretto .cellTreeArrowDown {
  left: 3px;
  top: 5px;
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-top: 7px solid #B4B4B4;
}

.heretto .cellTreeArrowRight {
  left: 5px;
  top: 3px;
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
  border-left: 7px solid #B4B4B4;
}

.heretto .cell-canvas-node .cellTreeItem.collapsibleCell {
  padding-left: 20px !important;
}

.heretto .collapsibleCell .cellTreeArrowDown {
  top: 10px;
  left: 8px;
}

.heretto .collapsibleCell .cellTreeArrowRight {
  top: 8px;
  left: 10px;
}

.heretto .editorTreeCanvasNode {
  font-size: 14px;
  line-height: 14px;
}

.heretto .cellTreeItem > .cellTreeItem {
  padding-left: 5px !important;
}

.heretto .cellTreeItem .editorTreeCanvasNode .map-tree-elementType + i {
  height: 14px;

}

.heretto .editorTreeCanvasNode [class*="ji-"]:before {
  font-size: 16px;
}

.heretto .cell-canvas-node > .cellTreeItem {
  padding: 0;
}

.heretto .cell-canvas-node > .cellTreeItem > .cellTreeItem {
  padding-top: 4px;
  padding-bottom: 4px;
}

.heretto .selectedItem {
  background-color: #fff;
}

.heretto .selectedItem > .cellTreeItem {
  background-color: var(--color-hilight-darkgrey);
}

.heretto .selectedItem > .cellTreeItem,
.heretto .selectedItem .editorTreeCanvasLabel:hover,
.heretto .selectedItem .editorTreeCanvasNode .fa-wrench, /** TEMPORARY until we get a new wrench **/
.heretto .selectedItem .editorTreeCanvasNode [class*="ji-"]:before {
  color: #fff;
}

.heretto .hoverActionsWrapper {

}

.heretto .hoverActionsWrapper i {
  color: #5f6368;
}

.heretto .actionsContainer {
  background-color: #fff;
  right: 0;
}

.heretto .selectedItem .actionsContainer {
  background-color: var(--color-hilight-darkgrey);
}

.heretto .selectedItem .editorTreeCanvasLabel:hover .actionsContainer {
  background-color: var(--color-hilight-darkgrey);
}

/**
 * Toggle Buttons
 */

.heretto .toggle-button {
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  display: inline-block;
}

.heretto .toggle-button.selectedItem {
  background-color: var(--color-hilight-darkgrey);
  border-color: var(--color-hilight-darkgrey);
}

.heretto .toggle-button.selectedItem label,
.heretto .toggle-button.selectedItem label i:before {
  color: #fff;
}

.heretto .toggle-button input {
  display: none;
}

.heretto .toggle-button label {
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0;
  padding: 10px 20px;
}

.heretto .toggle-button label i {
  margin-right: 5px;
}

/**
    Verification
 */

.heretto .verified:before {
  color: #5ac955;
}

.heretto .not-verified:before {
  color: #d55413;
}

.heretto .options-menu td {
  text-align: right;
}

/***
    Basic COLORS
***/

:root {
  --color-light-blue: #2792F3;
  --color-primary-blue: #142fb2;
  --color-accent-blue: #237ecf;
  --color-accent-gray: #707070;
  --color-border-bluegray: #c2cfde;
  --color-hilight-darkgrey: #40556c;
  --color-subtle-border: #ccc;
  --color-warning-notification: #942a25;
  --color-error-message: #ff4444;
}

/******       stem login

 */

.login-reset-container .login-content img,
.xql-container .login-box img {
  width: 200px;
  margin-bottom: 1em;
}

.xql-container .login-box {
  font: normal normal 12px/22px "Roboto", "Helvetica Neue", Helvetica, sans-serif;
}

.login-reset-container .main .header {
  padding-top: 3em;
  height: 15em;
  border-bottom: 2px solid var(--color-border-bluegray);
  background: #d0dfef url(/stem/applications/login/css/images/inner-page-main-bg.png) repeat-x;
}

.login-reset-container .sub-header {
  padding-top: 3em;
  height: 7.5em;
  border-bottom: 1px solid #e4e4e4;
  background: #fff url(/stem/applications/login/css/images/sub-header-bg.png) repeat-x;
}

.login-reset-container .main .header .login-wrapper {
  width: 28em;
  height: 23em;
  margin: 0 auto;
  z-index: 100;
}

.login-reset-container .main .header .login-wrapper .login-box {
  -webkit-border-radius: 10px;
  background: white;
  border: 1px solid #ccc;
  width: 28em;
  height: 23em;
  padding: 1.8em;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  position: relative;
  z-index: 100;
}

.login-reset-container .input-box {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 10px
}

.login-reset-container .login-field {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
  font-size: 20px;
  padding: 5px;
  color: #333;
  margin-bottom: 15px;
  background: transparent;
}

.login-reset-container .back-float {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;

  border: 1px solid transparent;
  width: 100%;
  height: 45px;
  font-size: 20px;
  padding: 14px 5px 5px 5px;
  color: #ccc;
  margin-bottom: 15px;
  background: transparent;
  display: none;
}

.login-reset-container div.form-box .green, .green-button {
  background: url(/stem/applications/login/css/images/green.gif);
  padding: 0px 6px;
  border: 1px solid #3b6e22;
  height: 24px;
  line-height: 24px;
  color: #FFFFFF;
  font-size: 13px;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

/********** MapVerification Presenter ********/
.map-verifications {
  height: 100%;
  width: 100%;
}

.map-verifications .filters {
  width: 100%;
}

.map-verifications .filters > div {
  width: 25%;
  display: inline-block;
}

.map-verifications .filters > div select {
  width: 100%;
  border: none;
}

.map-verifications .verification-table td label {
  padding: 10px 0px 0px 5px;
}

.map-verifications .verification-table td label:before {
  margin-right: 5px;
  margin-top: -2px;
}

.map-verifications .verification-table td label.ji-Not-Verified:before {
  color: red;
}

.map-verifications .verification-table {
  border-top: 1px solid var(--color-subtle-border);
}

.map-verifications .verification-table td label.ji-Verified:before {
  color: green;
}

.map-verifications .file-count {
  padding: 1em 3em;
  font-size: 14pt;
}

.map-verifications th {
  padding: .35em .75em;
  font-size: 14pt;
}

/**************   Ellipsis More Menus ********************/
.ellipsisCellButton {
  display: inline-block;
  height: 24px;
}

.ellipsis-cell {
  text-align: right;
  padding-right: 10px;
}

.dataGridHoveredRow .ellipsis-cell.hover-action-container {
  visibility: visible;
}

.ellipsis-cell.hover-action-container {
  visibility: hidden;
  font-size: 20px;
}

/*************** Form Styling *******************/

.form-field .form-label {
  color: darkgray;
}

.form-field {
  margin-top: 20px;
}

.form-field.border-titled.invalid {
  border-color: #ff0000;
}

.form-field.border-titled {
  border: 1px solid;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: .5em;
  padding: .2em .8em .4em .8em;
  border-radius: 5px;
}

.form-field.border-titled .form-label {
  border: none;
  font-size: 12px;
  width: auto;
  margin-left: 10px;
  margin-bottom: 0px;
  padding: 0px 5px;
  display: table-cell;
  top: -10px;
  position: relative;
  background-color: white;
  letter-spacing: .05em;
}

.form-field.border-titled .form-value-widget {
  margin-top: -10px;
}

.form-field.border-titled .chzn-container.form-value-widget {
  margin-top: -5px;
}

.form-field .list-box {
  color: var(--color-accent-blue);
  font-size: 14px;
  width: 100%;
}

.form-field .chzn-container.list-box .chzn-search input {
  width: 100% !important;
}

.form-field .chzn-container.list-box .chzn-single,
.form-field .chzn-container.list-box .com-jorsek-chosen-client-EzdChosenResources-EzdChozenCss-chzn-results li {
  color: var(--color-accent-blue);
}

.form-field.border-titled .list-box, .form-field.border-titled .list-box .chzn-choices,
.form-field.border-titled .list-box.chzn-container-single .chzn-single {
  border: none !important;
  box-shadow: none !important;
  background-image: none !important;
  width: 100% !important;
}

.with-placeholder-value select.form-value-widget {
  opacity: .5;
}

/*************** Assignment UI *******************/
.recurringContainer {
  padding: 5px;
  margin: 10px 0 10px 5px;
  border-radius: 2px;
  border: 1px solid #ccc;
}

.recurringContainer .dropdown-menu > li > a,
.recurringContainer button {
  color: #8e8e8e;
}

.recurringContainer .intervalTime {
  display: inline-block;
  width: 50px;
  height: auto;
  margin-right: 5px;
}

.recurringContainer .intervalTime input {
  height: 26px !important;
  color: #8e8e8e;
}

.recurringContainer .gwt-CheckBox label {
  color: #8e8e8e;
  font-size: 11px;
}

.recurring-start-date {
  margin-top: 10px;
}

.recurring-start-date .gwt-Label {
  margin-bottom: 5px;
  color: #8e8e8e;
}

/**       In App Notification        */

.in-app-notification button.labelButton {
  text-overflow: unset;
  overflow: unset;
  white-space: normal;
  font-size: 14pt;
  line-height: 1.5em;
  cursor: default;
  color: var(--color-warning-notification);
  text-decoration: none;
  width: 100%;
}

.in-app-notification btn-link:hover, .in-app-notification .btn-link:focus {
  text-decoration: none;
}

.popover-btn-disabled, .popover-btn-disabled:hover, .popover-btn-disabled:focus, .popover-btn-disabled:active {
  opacity: 0.65;
  background-color: #fff !important;
  border-color: #ccc !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.publishing-target-info .publishing-target {
  display: block;
}

.publishing-target-info .group-label {
  color: #000;
}

.preflight-error-grid td {
  padding: 2px 5px 2px 5px;
}

.preflight-error-grid .dataGridHeader {
  white-space: normal;
  padding: 5px 5px;
}

.preflight-error-grid .folder-value {
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-top: .15em;
  position: relative;
}

.preflight-error-grid .filename-value {
  margin-top: .15em;
}

.preflight-error-grid a, .preflight-error-grid .filename-value, .preflight-error-grid .title-value {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  overflow: hidden;
}

.preflight-error-grid a {
  color: var(--color-primary-blue);
}

.preflight-error-grid .title-value {
  color: black
}