* {
  font-family: "Arial", "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
}

html {
  background-color: white;
}

html>body {
  background-color: white;
  margin: 0px;
  font-size: 18px;
  min-width: 800px;
}

#wrapper {
  position: relative;
  /*overflow-x: auto;*/
  min-width: 800px;
}

/*********** TOP START ***********/


header {
  background-color: rgb(0, 49, 66);
  height: 80px;
  padding-left: 5px;
  padding-bottom: 10px;
  position: relative;
  z-index: 3;
  min-width: 800px;
}

.edoc-header {
  color: white;
  font-size: 13px;
}

.edoc-testMode {
  background-color: dimgray !important;
}

.edoc-header-checkbox-label {
  color: white;
  margin-left: 2px;
  margin-right: 6px;
}

.edoc-header-checkbox {}

#ProjectTypes {
  display: table-cell;
  padding-left: 10px;
  padding-top: 8px;
}

#projectsLink {
  /*RJOprojectLink*/
  display: table-cell;
  color: white;
  vertical-align: middle;
  padding-left: 10px;
  cursor: pointer;
  width: 21px;
  padding-top: 3px;
  font-size: 21px;
  padding-right: 5px;
}

.login-form-field {
  color: #fff;
  background-color: #0e6280 !important;
  border-color: #009DE0 !important;
}

.main-menu-item {
  margin-right: 10px;
  cursor: pointer;
  padding: 3px 10px;
}

.main-menu-item:hover {
  background-color: #009DE0;
}

#menu-support-guides {
  background-color: #028bc6;
  border-top: 2px solid #0278ab;
  /* border-top: 1px solid #003142; */
}

.w3-dropdown-content {
  white-space: nowrap;
}

#headerTop {
  position: relative;
  left: 0px;
  top: 5px;
  min-width: 500px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

#headerBottom {
  min-width: 500px;
  margin-top: 10px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 34px;
}

/*********** Breadcrumb overrides start ***********/

.breadCrumb {
  border: 0px solid;
  float: none;
  width: 100%;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
}

.breadCrumbHolder {
  margin: 0px;
  display: table-cell;
}

.breadCrumb a {
  text-decoration: none;
}

.breadCrumb ul {
  display: inline-block;
  color: white;
}

.breadCrumbEntry img {
  margin-top: -1px;
}

/*********** Breadcrumb overrides end ***********/


#righttop {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 11;
}

#SeachArea {
  position: relative;
  color: white;
  padding-right: 10px;
  width: 250px;
  display: table-cell;
  vertical-align: middle;
}

.searchAreaContent {
  vertical-align: top;
  text-align: right;
  border-radius: 15px;
  padding-left: 5px;
  /*To avoid text in round area*/
  padding-right: 5px;
  /*To avoid text in round area*/
  background-color: white;
  color: black;
  height: 25px;
  align-content: center;
}

.edoc-searcharea {
  margin-left: 5px;
  border: 0px;
  /*Needed to overwrite chrome default*/
  text-align: left;
  width: 85%;
  outline: none;
  /*No blue line when clicking in box*/
  margin-top: 3px;
}

#edoc-search-icon {
  padding-right: 3px;
  padding-left: 3px;
  vertical-align: text-top;
  cursor: pointer;
}

.search-result-icon {
  height: 25px;
  padding-right: 3px;
}

.edoc_search_title_result {
  background-color: darkgrey;
}

#testmarker {
  align-content: center;
}

#testmarker img {
  display: block;
  margin: auto;
}


/*********** TOP END ***********/

#seperator {
  background-color: black;
  height: 2px;
  width: 100%;
}

.mainView {
  margin-top: auto;
  padding-top: 5px;
  background-color: white;
  display: table;
  width: 100%;
  line-height: 30px;
  color: rgb(0, 49, 66);
  table-layout: auto;
  position: absolute;
  z-index: 2;
}

.edoc-mainview-top {
  top: 95px;
}

.edoc-mainview-top-testserver {
  top: 120px !important;
}


#leftView {
  /* for scrolling in view */
  position: fixed;
  bottom: 0px;
  overflow: auto;
  left: 0px;
  right: 31%;
  /*need 1% extra to allow for scrollbar*/
  padding-left: 1%;
  padding-top: 5px;
}

.edoc-visible {
  visibility: visible;
}

.edoc-hidden {
  visibility: hidden;
}

.edoc-none {
  display: none !important;
}

.edoc-transition {
  transition: right 0.5s, transform 0.5s;
}

.edoc-no-transition {
  transition: right 0s;
  transition: transform 0s;
}

.edoc-font-bold {
  font-weight: bold;
}

/*********** FRONT PAGE START ***********/

.FrontColumn {
  display: table-cell;
  width: 33%;
  text-align: center;
  vertical-align: top;
}

/*********** FRONT PAGE END ***********/

.columnContent {
  border: 4px solid rgb(0, 49, 66);
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.ColumnTitle {
  /* 
  text-align: left;
  display: inline-block;
  width: 100%;
  */

  color: white;
  background: rgb(0, 49, 66);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.ColumnTitleContent {
  display: table-cell;
  padding-left: 5px;
}

.columnTocSubItems {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.columnItems {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

#rightMenu {
  display: table-cell;
  width: 29%;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding-top: 5px;
  padding-right: 1%;
  padding-left: 5px;
  background: white;
  overflow: auto;
}

#rightMenuOpen {
  background: white;
  position: fixed;
  top: 50%;
  right: 0px;
  font-size: 30px;
  color: rgb(0, 49, 66);
  z-index: 3;
  border: 2px solid rgb(0, 49, 66);
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 0px;
  padding-left: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}

#rightMenuClose {
  background: white;
  position: fixed;
  top: 50%;
  right: 0px;
  font-size: 30px;
  color: rgb(0, 49, 66);
  border: 2px solid rgb(0, 49, 66);
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 0px;
  padding-left: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  z-index: 3;
}

#rightMenuCollapsed {
  transform: rotate(90deg) translateX(100%);
  transform-origin: right top 0;
  width: 30%;
  position: fixed;
  right: 0px;
  background: white;
  overflow: auto;
}

#menuTabsCollapsed {
  margin-bottom: 0px;
}

#menuTabs {
  margin-bottom: 10px;
}


#menuTabs,
#menuTabsCollapsed {
  text-align: center;
  display: table;
  width: 100%;
  background: rgb(0, 49, 66);
  color: white;
  table-layout: fixed;
}

.tablink:hover {
  background-color: rgb(0, 157, 224);
  cursor: pointer;
}

.tablink {
  display: table-cell;
}

.tablink_favorites,
.tablink_testtools {
  display: none;
}

#tab_hidemenu {
  width: 25px;
}

#rightMenuContent {
  margin-right: 0px;
}

/*********** SubPage START ***********/
.SubPage {}

/*********** SubPage END ***********/



/*********** subitem START ***********/
.subItem {
  border: 4px solid rgb(0, 49, 66);
  border-radius: 5px;
  background-color: rgb(0, 49, 66);
  display: inline-block;
  text-align: left;
  width: 98%;
  margin-bottom: 5px;
  vertical-align: middle;
}



.subItem:hover {
  border-color: rgb(0, 157, 224);
  background-color: rgb(0, 157, 224);
  cursor: pointer;
}

.subItem:hover .chapter {
  background-color: rgb(0, 157, 224);
}

.subitemLink,
.filelink,
.missingfile,
.NoLinkItem,
.subitemInfo {
  background: white;
  border: 4px solid white;
  border-radius: 3px;
  width: 100%;
  display: table-cell;
  padding-left: 5px;
  padding-right: 5px;
}

.filelinkContent,
.subitemLinkContent,
.subitemInfoContent {
  display: table;
  width: 100%;
}

.fileIcons,
.subitemIcons {
  display: table-cell;
  text-align: right;
  width: 100%;
  font-size: 30px;
}

.chapterIcon {
  margin-left: 5px;
}

.filelinkLabel,
.subitemLinkLabel,
.subitemInfoLabel {
  display: table-cell;
  width: 100%;
  padding-right: 5px;
  vertical-align: middle;
}

.fileIconsContent {
  display: inline-flex;
  vertical-align: top;
}

.chapterContent {
  color: rgb(0, 49, 66);
  width: 120px;
  /*should be higher than highest needed for chrome to read correct size. This will be resized on the page*/
}

.chapterToolContent {
  color: rgb(0, 49, 66);
  width: 1px;
}

.chapter {
  display: table-cell;
}

.subItem .chapter>.chapterContent {
  text-indent: 5px;
  color: white;
  font-size: 25px;
}

.project_closed {
  color: grey !important;
  font-style: italic !important;
}

.text-italic {
  font-style: italic;
}

.text-bold {
  font-weight: 600;
}

/*********** subitem END ***********/
#sitename {
  margin: 0;
  padding: 0;
}

#sitename-holder {
  display: inline-block;
  position: absolute;
  padding: 0;

  top: 3px;
  right: 0px;
  left: 0px;
  color: white;
  font-size: 20px;
  z-index: 10;
  overflow: hidden;
}

#revisionname {
  font-size: 12px;
  display: block;
}

.missing,
.noLink {
  cursor: default !important;
}

#viewer {
  position: absolute;
  right: 10px;
  width: 99%;
  height: 99%;
  bottom: 0px;
  top: 5px;
  transition: width 0.5s;
}

.edoc-IE-hidden-for-dropdown,
.edoc-IE-hidden-for-modal,
.edoc-IE-hidden-for-search {
  display: none !important;
}

.boxed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.doc-icon {
  height: 30px;
}

.doc-icon:not(:last-child) {
  padding-right: 2px;
}

.bg-orange {
  color: #fff !important;
  background-color: rgb(243, 151, 27) !important;
}

.bg-lightblue {
  color: #fff !important;
  background-color: rgb(0, 157, 224) !important;
}

.bg-darkblue {
  color: #fff !important;
  background-color: rgb(0, 49, 66) !important;
}

.bg-grey {
  color: dimgray !important;
}

/*********** RIGHT SIDE CONTENT BEGIN ***********/

.favoriteItem,
.listItem {
  border: 4px solid rgb(0, 49, 66);
  border-radius: 5px;
  background-color: rgb(0, 49, 66);
  display: inline-block;
  text-align: left;
  width: 98%;
  margin-bottom: 5px;
  vertical-align: middle;
}



.favoriteItem:hover,
.listItem:hover {
  border-color: rgb(0, 157, 224);
  background-color: rgb(0, 157, 224);
  cursor: pointer;
}

.favoriteChapterContent,
.newDocChapterContent,
.updatedDocChapterContent {
  color: rgb(0, 49, 66);
  width: 240px;
  /*should be higher than highest needed for chrome to read correct size. This will be resized on the page*/
  text-indent: 5px;
  color: white;
  font-size: 25px;
}


.linkChapter {
  display: table-cell;
}

.favoriteLink,
.listItemLink {
  background: white;
  border: 4px solid white;
  border-radius: 3px;
  display: table-cell;
  padding-left: 5px;
  width: 100%;
}

/*********** RIGHT SIDE CONTENT END ***********/

/*********** CONTEXT MENU START ***********/
.context-menu {
  display: none;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  border: 1px solid #CCC;
  white-space: nowrap;
  font-family: "Arial", "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
  background: #FFF;
  color: #333;
  border-radius: 5px;
  padding: 3px;
}

/* Each of the items in the list */
.context-menu li {
  cursor: pointer;
  list-style-type: none;
  transition: all .3s ease;
}

.context-menu div {
  cursor: pointer;
  transition: all .3s ease;
  padding: 3px;
}

.context-menu li:hover {
  background-color: rgb(0, 157, 224);
}

.context-menu div:hover {
  background-color: rgb(0, 157, 224);
  border-radius: 3px;
  border: 0px solid rgb(0, 157, 224);
}

/*********** CONTEXT MENU END ***********/

.tooltip {
  display: none;
  position: absolute;
  border: 1px solid #333;
  background-color: rgb(0, 49, 66);
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  font-family: "Arial", "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
  z-index: 10;
}

/*********** LOGIN SCREEN START ***********/
#modal-login-close {
  position: absolute;
  right: 5px;
  cursor: pointer;
}

/*********** LOGIN SCREEN END ***********/

.edoc-modal-outer {
  padding-top: 5vh !important;
}

.edoc-modal-content {
  height: 90vh;
}

.edoc-modal-scrollable {
  overflow: auto;
  height: 85vh;
}

.edoc-clickable {
  cursor: pointer;
}

.w100 {
  width: 100% !important;
}

.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.h100 {
  height: 100% !important;
}

.validation-label {
  color: red;
  font-style: italic;
  padding-left: 5px;
  font-size: 0.9em;
}

.disabled-area {
  pointer-events: none;
  opacity: 0.7;
}

.inner-close-button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0px 8px 0px 8px;
  cursor: pointer;
  border-radius: 2px;
}

.inner-close-button:hover {
  background-color: #d42727 !important;
  color: white;
}

.preliminary-watermark {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='50px' width='55px'%3E%3Ctext transform='translate(3, 37) rotate(-30)' fill='rgb(230, 230, 230)' font-size='12' font-family='Arial, Helvetica, sans-serif'%3EPreliminary%3C/text%3E%3C/svg%3E");
  background-repeat: repeat;
}

.preliminary-header-watermark {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='50px' width='55px'%3E%3Ctext transform='translate(3, 37) rotate(-30)' fill='rgb(50, 99, 116)' font-size='12' font-family='Arial, Helvetica, sans-serif'%3EPreliminary%3C/text%3E%3C/svg%3E");
  background-repeat: repeat;
}

.printed-version-watermark {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='50px' width='140px'%3E%3Ctext transform='translate(3, 37) rotate(-13)' fill='rgb(255, 222, 209)' font-size='12' font-family='Arial, Helvetica, sans-serif'%3EPrinted version available%3C/text%3E%3C/svg%3E");
  background-repeat: repeat;
}

.nowrap {
  white-space: nowrap;
}

#languageSelector .language-label,
.language-label-description {
  display: block;
}

#languageSelector .language-label-description {
  font-size: 0.75em;
}

#ad-modal .w3-modal-content {
  width: 30vw;
  /* height: 70vh; */
}

.ad-secondary-section {
  background: #f9f9f9;
  padding-top: 4px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.ad-secondary-message {
  font-style: italic;
  margin-bottom: 4px;
}

.ad-description-area {
  background-color: #e2e2e2;
  overflow-y: auto;
  max-height: 70vh;
  min-height: 70vh;
  font-size: 0.9rem;
}

.ad-description-title {
  background-color: #d7d7d7;
}

.ad-description {
  margin-top: 2rem;
}


.ad-modal-cell {
  height: 100%;
  box-sizing: border-box;
}

.ad-modal-body {
  box-sizing: border-box;
}

.ad-select-button {
  background-color: #003142;
  color: whitesmoke;
  font-size: 0.85rem;
  padding: 1rem;
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}