@charset "UTF-8";
/*
runsass.bat
c:\CS\erikan\ExDoc3\ExDoc.WebUI\CSS\Application
sass --watch Common.scss:Common.css
*/
/* ----- SASS Variables --------------------- */
/* 0B6D8B */
/* FF4444 */
/*background: #0078d7;*/
/*background-color: rgb(0,109,137) !important;*/
/*$primary-color: #FF4444;*/
.testCSS {
  color: #808080 !important;
  /*background-color: crimson;
  color: lightcyan;
  font-family: 'Courier New';
  font-size: 14pt;*/ }

/* === Main styles ===========================================================*/
/* Remove blue outlines on focused inputs in Chrome. */
*:focus {
  outline: none; }

/* Enclosing DIV on all pages */
.admTopDiv {
  margin-left: 15px;
  margin-top: 10px; }

.lblStandardHeaderLabel {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap; }

.disabledControl {
  /*background-color: rgb(235, 235, 228) !important;*/
  background-color: #EBEBE4 !important; }

.hidden {
  display: none; }

.visible {
  display: block; }

/* === Standard Controls ===========================================================*/
.lblStd {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  white-space: nowrap;
  border: none; }

.lblStdHeader {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  border: none; }

.chkStd {
  font-family: 'Roboto', sans-serif;
  font-size: 9pt !important; }

.tbxStd {
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-family: 'Roboto', sans-serif;
  font-size: 9pt !important;
  width: 100%; }

.ddlStd {
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-family: 'Roboto', sans-serif;
  font-size: 12px !important;
  width: 100%;
  height: 22px; }

.ddlStd:focus {
  border: 1px solid blue; }

.ddlStd:not(:focus) {
  border: 1px solid rgba(0, 0, 0, 0.3); }

.btnStd {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  border: none;
  border-radius: 15px;
  padding: 7px 5px 7px 0px;
  height: 27px;
  width: 80px;
  margin: 0px;
  cursor: pointer;
  background: #0B6D8B;
  color: #DDDDDD;
  /* V2 */
  /*font-family: 'Roboto', sans-serif;
  font-size: 12px;
  border: none;
  padding: 1px 10px 1px 10px;
  height: 22px; 
  width: 75px;
  background: #0078d7;
  color: white;*/
  /* V1 */
  /*font-family: 'Roboto', sans-serif;
  font-size: 11px !important;
  border: none;
  padding: 1px 10px, 1px, 10px;
  height: 22px;
  width: 85px;*/ }

.btnStd:hover {
  background-color: #93B3BD;
  /* 3cb0fd; */
  color: #222222; }

.btnStd:focus {
  background-color: #3cb0fd;
  color: #222222; }

.btnStd[disabled] {
  background-color: #bbbbbb;
  color: #888888; }

.btnStdWider {
  width: 90px; }

.btnStdWidest {
  width: 110px; }

.txtURL {
  /*border: 1px solid red;*/
  border: 0;
  font-size: 1pt;
  height: 0px;
  width: 1px;
  padding: 0;
  margin: 0;
  float: right;
  color: white; }

.quickPop {
  height: 25px;
  width: auto;
  background-color: #f3f3ff;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  border-radius: 5px;
  position: relative;
  text-align: center;
  line-height: 25px;
  box-shadow: 2px 2px 5px 0px #adadad; }

/*.btnStdWider {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    border: none;
    padding: 1px 10px 1px 10px;
    height: 22px;
    width: 90px;
    background: #0078d7;
    color: white;
}*/
/* .btnStd:disabled, .btnStd[disabled]{ */
.btnStdDiag {
  float: right;
  border: none;
  padding: 4px 10px 1px 10px !important;
  margin-right: 22px !important;
  margin-left: 0px !important;
  margin-bottom: 10px;
  margin-top: 0px;
  height: 25px;
  width: 75px;
  background: #0078d7 !important;
  border-radius: 4px; }

.btnStdDiagBtnText {
  color: white;
  font-size: 12px !important;
  margin: 3px 10px 5px 0px; }

.btnStdDiagText {
  color: white !important;
  font-family: 'Roboto', sans-serif;
  font-size: 12px; }

.btnStdWide {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  border: none;
  padding: 1px 10px 1px 10px;
  height: 22px;
  width: 130px;
  background: #0078d7;
  color: white; }

.cellDocEdit1 {
  /*width: 15%;*/ }

.cellDocEdit2 {
  /*width: 30%;*/ }

.cellDocEdit3 {
  /*width: 30%;*/ }

.cellDocEdit4 {
  width: 100%; }

.datePickerStd {
  width: 180px !important;
  /* 180xpx */ }

.listBoxStd option {
  font-family: 'Roboto', sans-serif;
  font-size: 12px; }

/* === Table columns of the input section of Register/Edit =================================*/
.sectionHeader + div {
  padding-left: 10px; }

.tblColLabel {
  width: 80px; }

.tblColInput {
  width: 120px; }

.tblColIndicator {
  width: 18px; }

/* Vertical align for checkboxes+labels */
.chk2 {
  position: relative;
  top: -2px; }

.chk {
  position: relative;
  vertical-align: middle;
  bottom: 1px; }

.chk td label {
  font-family: 'Roboto', sans-serif;
  font-size: 11px; }

#chkRoles tbody tr td input {
  position: relative;
  vertical-align: middle;
  bottom: 1px;
  margin: 0px;
  padding: 0px; }

.inputFile {
  font-family: 'Roboto', sans-serif;
  font-size: 11px !important;
  width: 100%; }

/* === Error/Mandatory indicators ==================================================*/
.tdErrorIndicator {
  height: 21px;
  width: 18px;
  vertical-align: middle;
  text-align: right; }

.MandatoryImage {
  height: 10px;
  width: 16px;
  border: none;
  margin-right: 2px;
  margin-left: 2px;
  opacity: 0.6; }

/* List of error messages */
.errorList {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  color: red;
  width: 100%; }

.lblErrorMsg {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 11px; }

.lblLoginError {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: red;
  margin-top: 20px; }

/* === WebDataGrid ==================================================================*/
/* Grouping styles. These must come in this exact order. */
#webGrid .ighg_GroupIndentHeaderCell {
  background-color: #0B6D8B !important;
  border: none; }

#webGrid .ighg_GroupedRow td {
  background-color: #DDDDDD !important; }

#webGrid .ighg_GroupIndentCell {
  background-color: #DDDDDD; }

#webGrid .igg_FilterRowTop {
  background-color: #0B6D8B !important; }

/* Grouping styles. These must come in this exact order. */
#gridSearch .ighg_GroupIndentHeaderCell {
  background-color: #0B6D8B !important;
  border: none; }

#gridSearch .ighg_GroupedRow td {
  background-color: #DDDDDD !important; }

#gridSearch .ighg_GroupIndentCell {
  background-color: #DDDDDD; }

#gridSearch .igg_FilterRowTop {
  background-color: #0B6D8B !important; }

.webGridStd {
  border: none; }

.reminderGrid {
  border: none; }

/* Reminder User grid, Row Edit Template */
.editRowContainer {
  width: 360px;
  height: 180px;
  margin-left: 5px;
  background-color: #dde5e8;
  border-radius: 9px;
  padding: 5px;
  box-shadow: 2px 2px 5px 0px #adadad; }

.erC {
  vertical-align: top; }

.editRowContainerLabels {
  font-family: 'Roboto', sans-serif;
  font-size: 9pt;
  line-height: 21px; }

.editRowContainerButtons {
  margin-top: 5px;
  margin-left: 10px;
  float: right; }

.editRowDatePicker {
  font-family: 'Roboto', sans-serif;
  font-size: 9pt;
  width: 100px; }

.editRowUser {
  width: 250px; }

.editRowTextArea {
  border: 1px solid lightgray;
  font-family: 'Roboto', sans-serif;
  font-size: 9pt;
  resize: none;
  width: 250px;
  height: 64px; }

.editRowIntervalQuantity {
  font-family: 'Roboto', sans-serif;
  font-size: 9pt;
  text-align: center;
  width: 30px; }

.editRowInterval {
  font-family: 'Roboto', sans-serif;
  font-size: 9pt;
  width: 95px; }

/* DatePicker for EditRow template */
#igReminderUser_ret_editRow_Date input.editRowDatePicker {
  font-family: 'Roboto', sans-serif;
  color: #444444; }

/* Reminder Users Grid */
#igReminderUser tr.igg_ActiveRow {
  background-color: #efefef; }

#igReminderUser tr.igg_AddingRow.igg_AddedRow {
  white-space: nowrap;
  overflow: hidden; }

#igReminderUser tr.igg_AddNewRow > td {
  padding: 0px; }

#igReminderUser.igg_Control {
  border: none; }

#igReminderUser tr.igg_AddedRow td {
  font-size: 12px; }

#igReminderUser div[mkr="container"] {
  height: 0px; }

#igReminderUser .igg_HeaderCaption {
  font-size: 11px;
  background-color: #0B6D8B; }

#igReminderUser tbody.igg_Item > tr > td {
  line-height: 25px !important;
  text-overflow: ellipsis !important; }

#igReminderExternal tbody.igg_Item > tr > td {
  line-height: 25px !important;
  text-overflow: ellipsis !important; }

/*#igReminderUser tr.igg_AddNewRow > td[idx='3'] {
    border-left: solid 1px #BEBEBE;
}*/
/* System Parameters Admin page*/
.SysParamHeader {
  position: relative !important;
  left: -4px !important; }

/* Reminder External Party Grid */
#igReminderExternal tr.igg_AddingRow.igg_AddedRow {
  white-space: nowrap;
  overflow: hidden; }

#igReminderExternal tr.igg_AddNewRow > td {
  padding: 0px; }

#igReminderExternal.igg_Control {
  border: none; }

#igReminderExternal tr.igg_AddedRow td {
  font-size: 11px; }

#igReminderExternal div[mkr="container"] {
  height: 0px; }

#igReminderExternal .igg_HeaderCaption {
  font-size: 11px;
  background-color: #0B6D8B; }

#igExternal .igg_HeaderCaption {
  background-color: #0B6D8B; }

#webGrid {
  width: 100% !important; }

/* Cell content */
#webGrid tbody.igg_Item > tr > td {
  border: 0px;
  font-size: 9pt;
  height: 10px; }

#webGrid .gridInfoMainArea .ighg_ExpansionColumn {
  display: none; }

#webGrid .paddingRow {
  height: 15px; }

#webGrid .gridInfoFields .expandableArea {
  display: none; }

#hdgSearch .gridInfoMainArea .ighg_ExpansionColumn {
  display: none; }

/*
    #webGrid tbody > tr > td.igg_SelectedCell, tbody > tr:hover > td.igg_SelectedCell { 
*/
#webGrid tbody > tr > td.igg_SelectedCell:not(:nth-child(2)):not(:nth-child(3)) {
  /*background-color: #d2d2d2 !important;*/
  /*color: #3d788c;*/
  /*background-color: $primary-color !important;
  color: white;*/
  background-color: #e0e0e0 !important;
  color: #0B6D8B; }

/* My Documents Document Grid, Headers (Use the second one for the whole header row) */
#webGrid .igg_HeaderCaption {
  /*background: linear-gradient(to right, #006D89 0%, #2CC5DG 100%);*/
  font-size: 9pt;
  color: #DDDDDD;
  background-color: #0B6D8B;
  height: 15px; }

#webGrid .ighg_ExpansionColumnHeader {
  background-color: #0B6D8B;
  width: 0px !important;
  height: 15px;
  color: #DDDDDD;
  font-weight: normal; }

#gridSearch .ighg_ExpansionColumnHeader {
  background-color: #0B6D8B;
  /* width: $expand-column-width !important; */
  /* display:none; */
  width: 30px !important;
  color: #DDDDDD !important;
  font-weight: normal; }

/* Seriously important!!! The expand column wrecks the filter columns. Hide it away forever! */
/* REVISION: We regret to inform you the expansion column is needed. */
#gridSearch .ighg_ExpansionColumn {
  /* display: none; */
  width: 30px !important; }

.igg_FilterRow {
  height: 20px !important; }

/* Moved down a bit! */
/*.igg_FilterButton {
    margin-left: 4px;
}*/
tr.igg_FilterRow > td {
  color: #DDDDDD !important;
  font-style: italic !important; }

/* Remove unnecessary filter options. */
.igg_FilterRuleDropDown li[mkr="IsNotNull_item"] {
  display: none; }

.igg_FilterRuleDropDown li[mkr="IsNull_item"] {
  display: none; }

/*

#webGrid tr[mkr="columnHeaderRow"] {
    background-color: $primary-color;    
}
*/
/*#hdgSearch tr[mkr="columnHeaderRow"] {*/
#gridSearch tr[mkr="columnHeaderRow"] {
  /*background: linear-gradient(to right, rgb(0,109,137) 70%, rgb(44,197,214)) !important;*/
  /*background-color: $primary-color !important;*/
  background-color: #0B6D8B; }

.selectedRow {
  /*background-color: red !important;*/ }

/* =============================================================================*/
/* === Edit/Register ===========================================================*/
/* =============================================================================*/
.searchButtonRow {
  width: 932px; }

.searchBottomButtons {
  margin-top: 20px;
  margin-bottom: 12px;
  float: right; }

.registerBottomButtons {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px; }

.editBottomButtons {
  margin-left: 34px;
  margin-top: 20px; }

.tbxEditDocID {
  width: 100px !important;
  height: 25px;
  margin: 0px 5px 0px 5px; }

.btnDocumentEdit {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  border: none;
  border-radius: 15px;
  padding: 7px 5px 7px 0px;
  /*height: 22px;*/
  width: 100px;
  margin: 0px;
  float: left;
  position: relative;
  left: 0px;
  top: -8px;
  background: #0B6D8B;
  color: #DDDDDD;
  /* Background Image */
  /*background: url(images/comment-author.gif) no-repeat scroll 7px 7px;
  padding-left:30px;*/ }

/* Edit button background Image */
.iconBtnDocEdit {
  color: #DDDDDD;
  font-size: 18px;
  position: relative;
  left: 8px;
  top: 16px;
  float: left;
  z-index: 9999; }

/*.ui-accordion-header-icon*/
.ui-accordion-header-collapsed {
  /*background-image: url("../../images/checkAllNone.png") !important;
  background-repeat: no-repeat;*/ }

/* =======================================================================*/
/* === Search ============================================================*/
/* =======================================================================*/
#tblExportSettings {
  width: 700px;
  border: none; }

.exportFrame {
  padding: 20px;
  margin: 0px;
  border: 0px solid lightgrey;
  width: 712px; }

/* === New Search Grid ======================================*/
.gridLongText {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#gridSearch .igg_HeaderCaption {
  font-size: 12px !important;
  white-space: nowrap;
  overflow: hidden;
  background-color: #0B6D8B;
  color: #DDDDDD; }

#gridSearch .subGridHeader {
  background-color: #EAEAEA !important;
  color: #444444;
  height: 28px;
  line-height: 5px !important;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding-top: 2px;
  padding-bottom: 0px;
  padding-left: 0px;
  width: 2px; }

#gridSearch tbody.igg_Item > tr > td {
  border: 0px;
  font-size: 9pt;
  height: 10px; }

/*
#gridSearch .ighg_ExpansionColumn, #hdgSearch [aria-describedby="_ctl0_columnheader_0"], #hdgSearch [aria-describedby="_ctl0_columnheader_1"], #hdgSearch [aria-describedby="_ctl0_columnheader_2"] {
    background-color: $infoPanels-section;    
}
    */
/* Line height in expanded rows - info texts */
#gridSearch .ighg_ExpandableArea tbody.igg_Item > tr > td {
  line-height: 20px !important; }

/* Custom Fields in Advanced search */
.custFieldsHeaderRow {
  height: 0px; }

.custFieldsHeaderCell1 {
  width: 127px; }

.custFieldsTable {
  width: 300px; }

/* OLD Search grid */
#hdgSearch .igg_HeaderCaption {
  font-size: 12px !important;
  white-space: nowrap;
  overflow: hidden;
  background-color: #0B6D8B;
  color: #DDDDDD; }

.searchInputWidth {
  width: 125px !important;
  /*background-color: red;*/
  /*margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;*/ }

/* This adjusts the filter row in the Search table. For some reason the DocumentID column is inactive, offsetting the rest of the columns by one position. */
/*#hdgSearch .igg_FilterRow > td:nth-child(4) {
   // display: none !important;
}*/
/*  TEST 2 trying to fix filtering 2018-01-25  */
/* Cell containing filter button/img */
/*.fontNameStd {
    overflow: visible !important;
}*/
/* Span containing filter text (when it's set)  */
/*.igg_FilterRowTop > td > span:first-of-type {
	position: relative;
	z-index: 9999;
}*/
/* Filter button/img */
/*.igg_FilterButton {*/
/*position: relative;
z-index: 9999;*/
/*left: -110px;*/
/*}*/
/*#hdgSearch .igg_EditCell {*/
/*z-index: 9999 !important;
width: 65px !important;
height: 18px !important;*/
/*position: relative !important;
left: -583px !important;*/
	/*position: relative !important;
	z-index: 9999 !important;
    width: 200px !important;
    height: 50px !important;
	left: -100px !important;*/
/*}*/
/* === Accordion Controls ===========================================================*/
.sectionHeaderActive {
  background-color: white; }

.sectionHeaderInctive {
  background-color: #F2F2F2; }

.documentListContent {
  margin: 10px 0px 20px 10px;
  padding-bottom: 30px; }

.sectionVisible {
  background: #FFFFFF !important; }

.sectionHidden {
  background: white !important; }

.sectionHeader {
  font-family: 'Roboto';
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  /*color: #444444;*/
  border: none;
  height: 25px;
  padding: 9px 0px 2px 10px;
  margin: 0px;
  /*background: #535353;*/
  /*background: $accordion-sections;*/
  display: flex; }

.sectionHeaderDocEdit {
  font-family: 'Roboto';
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  color: #444444;
  border: none;
  height: 25px;
  padding: 9px 0px 2px 10px;
  margin: 0px;
  display: flex;
  background-color: #FFFFFF; }

.accordionTop {
  background-color: #FFFFFF;
  box-shadow: 0px 3px 3px 0px #b3b3b3; }

#mainAccordion .ui-accordion-content {
  background-color: #FFFFFF; }

.subSectionHeader {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: normal;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #BBBBBB;
  margin-top: 10px;
  padding-left: 10px;
  background-color: transparent;
  height: 30px;
  cursor: pointer;
  color: #0078d7;
  border: none; }

.mainSectionHeader {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  color: #5d5d5d;
  cursor: pointer;
  width: auto;
  white-space: nowrap; }

#searchHeaderContainer {
  display: inline-block; }

#stdSearchHeader {
  width: auto;
  float: left; }

#iconRestoreDiv {
  margin-left: 20px;
  float: left;
  display: table-cell;
  vertical-align: middle; }

.iconRestoreSearch {
  padding-left: 2px;
  padding-top: 15px;
  float: left;
  color: #666666;
  cursor: pointer; }

.sectionHeaderMiniV2 {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  border: none;
  background-color: #f4f4f4;
  height: 20px;
  padding: 2px;
  margin: 0px;
  white-space: nowrap; }

.expColIcon {
  font-size: 24px; }

.expandIcon {
  color: #0078d7;
  cursor: pointer; }

.expandIcon2 {
  color: #5d5d5d;
  display: none; }

.expandIconAdm {
  color: #0078d7;
  vertical-align: middle; }

/* === Tab Menu ====================================================================*/
/* Menu items background color */
.tabMenu {
  /*background-color: #0078d7;*/
  background-color: transparent;
  vertical-align: middle;
  padding: 0px 15px 0px 15px;
  /* ¤¤ */ }

/* Menu font */
.tabMenuText {
  /* font-size: 10.5pt; */
  /*font-size: 12.5pt;*/
  font-size: 10pt; }

/* Admin menu font */
.admLeftMenu .tabMenuText {
  font-size: 10.5pt; }

.igtab_THHolderNoScroll {
  display: inline-flex;
  align-items: center;
  width: auto !important; }

.igtab_THTab {
  width: auto !important; }

/*.tabMenuHover {
    vertical-align: central;
}*/
.logotype {
  vertical-align: top;
  padding-left: 20px;
  padding-right: 40px;
  /*width: 110px;*/
  width: 80px;
  height: auto;
  margin-top: 8px;
  /*padding-bottom: 5px;
  padding-top: 4px;*/ }

/* Menu background color, right part #iwtbDefault */
.igtab_THHolder {
  /*  Original
  background-color: #0078d7;*/
  /*background: linear-gradient(to right, #4096ee 0%,#44e0fc 100%,#4096ee 100%);*/
  /*background: linear-gradient(to right, #0277ed 0%,#8787ff 100%,#44e0fc 100%);*/
  /*background: linear-gradient(to right, rgba(23,91,163,1) 0%, rgba(73,155,234,1) 100%);*/
  /* Blue slight gradient*/
  /*background-color: #D9D9DB;*/
  vertical-align: middle;
  line-height: 40px;
  background-color: #F1F1F1;
  box-shadow: 0px 3px 7px 0px #c3c3c3;
  /* Shadow when hovering a meny item*/
  z-index: 100; }

/* Meny text */
.igtab_THText {
  color: #444444;
  display: inline-flex;
  align-items: center;
  /*line-height: 73px;*/
  padding: 0px 0px 0px 0px !important;
  line-height: 20px !important; }

/*tabMenuTail {
    background-color: green;
}*/
/* Hover stuff */
.igtab_THTabHov {
  /*vertical-align: central;*/
  /*background-color: yellow;*/ }

/* Trying to fix glitch with Edge */
.firstTabMenu {
  padding: 0px !important;
  margin: 0px !important;
  line-height: 42px !important; }

/*.igtab_THTextHov {
    margin: 0px !important;
    padding: 0px !important;
}*/
/*igtab_THText {
    padding: 0px !important;
}*/
/* END glitch */
/* Left part of hover background */
.tabMenuHover {
  /*border: solid 0px #CCCCCC;
  border-radius: 14px 14px 14px 14px;
  background-color:#97bbf4;
  color: #444444;*/
  /*background-color: red;*/
  /*
      height: 70px;
      display: inline-flex;
      align-items: center;
  */
  /*border-bottom: 5px solid green;*/
  /*background-color: #D9D9DB;*/
  /*border-radius: 14px 14px 14px 14px;*/
  /*background-color: #666666;*/
  /* hovback3 */
  background-color: transparent !important;
  height: 30px;
  /* 30 */
  /*border-bottom: 1px solid $primary-color;*/ }

/* Center part of hover background */
.tabMenuCenterHover {
  /*background-color: #004680;*/
  /*background-color:#97bbf4;*/
  /*color: #444444;*/
  border: none !important;
  background-color: #F1F1F1 !important; }

/* Right part of hover background */
.tabMenuTailHover {
  /*background-color: #004680;*/
  /*background-color:#97bbf4;*/
  /*background-color: #666666;*/
  /* hovback1 */
  /*background-color: #D9D9DB !important;*/
  background-color: #F1F1F1 !important; }

/* Text area of hover background */
.tabMenyTextHover {
  /* #3452a5 */
  /*background-color: #004680;
  color: white;*/
  /*background-color:#97bbf4;*/
  /*background-color: #666666;*/
  /* hovback2 */
  background-color: #F1F1F1 !important;
  color: #006d89;
  border: none;
  margin-bottom: 2px;
  /* This adjusts text placement height-wise when hovering. */
  /* text-shadow: 2px 2px 8px #888888; */
  /*color: #DDDDDD;*/
  /*border-bottom: 5px solid gray;
  height: 80px;*/ }

/* Left part of selected background */
.tabMenuSelected {
  /*border-radius: 14px 14px 14px 14px; 
  background-color:#EEEEEE;
  padding: 0px 15px 0px 15px;*/
  display: inline-flex;
  align-items: center;
  height: 40px;
  /* 80 */
  border-bottom: 2px solid #006d89;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-left: 0px;
  margin-top: 1px;
  margin-right: 1px;
  /*border-bottom: 5px solid red;*/
  /*background: linear-gradient(to right, rgb(0,109,137), rgb(44,197,214));*/
  /* Old gradient selected indicator */
  /*background-color: transparent;
  border-bottom: 5px solid transparent;
  background: -moz-linear-gradient(to right, rgb(0,109,137), rgb(44,197,214));
  background: -webkit-linear-gradient(top left, rgb(0,109,137), rgb(44,197,214)); 
  -moz-background-origin: border-box;
  background-origin: border-box;
  border-radius: 0px;
  box-shadow:
      inset 0 0 0px #0cc,    
      0 0 0px #0cc,          
      inset -999px 0 0 #D9D9DB;*/ }

.igg_FilterRuleDropDownHoverItem {
    /*background-color:#CCCCCC;
	border:solid 1px #999999;*/
  /*color: #006D89;*/
  /* Original */
  /*background-color: transparent;
  border-top: #006D89 1px solid;
  border-bottom: #006D89 1px solid;
  border-left: none;
  border-right: none; 
  color: #0B6D8B;
  padding: 1px 3px;
  font-weight: bold; */
  /*border-left: 10px solid #FFFF00;
  border-right: 10px solid #FF0000;*/
  background-image: linear-gradient(to right, #006d89, #2cc5d6), linear-gradient(to right, #006d89, #2cc5d6);
  /*background-size: 3px 100px, 100% 2px;*/
  background-size: 100% 1px, 100% 1px;
  /*background-position: 0 0, 100% 0;*/
  background-position: 0 100%, 100% 0;
  background-repeat: no-repeat;
  background-color: white;
  border: none;
  font-weight: bold;
  color: #0B6D8B;
  padding-bottom: 3px; }

/*.igg_FilterRuleDropDownHoverItem > div { background: #ffffff; }*/
.igg_FilterRuleDropDownItem {
  /*border:solid 1px transparent;
  _border:solid 1px White;
  margin:1px;
  padding:1px 3px 1px 3px;
  cursor:default;
  color:#444444;*/
  font-size: 12px; }

.tabMenyCenterActive {
  /*background-color: #3452a5;*/ }

/* Right part of selected background */
.tabMenySelectedTail {
  /*background-color: #004680;*/
  background-color: transparent; }

/* Center part of selected background */
.tabMenuCenterSelected {
  /*background-color: #004680;*/
  background-color: #F1F1F1; }

/* Text area of selected background */
.tabMenyTextSelected {
  /*background-color: #004680;
  color: white;*/
  /*text-decoration: underline;*/
  /*background-color: #EEEEEE;*/
  background-color: #F1F1F1;
  border: none;
  margin: 0px;
  padding: 0px;
  /*color: #444444;*/
  color: #006d89 !important;
  /* text-shadow: 2px 2px 8px #888888; */
  /* Menu item drop shadow when selected */ }

.igtab_THTailSel {
  background-color: transparent !important; }

/* Menu choices in left Admin menu */
.admLeftMenu {
  margin-top: 3px; }

.tabMargins {
  display: block;
  /*background-color: red;*/
  /*color: #000000 !important;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 20px;*/
  /*height: 98%;*/
  /*vertical-align: middle;
  align-items: center;
  display: inline-flex;*/ }

/* === Top tab menu, username/logout button=============================================*/
.logoutPanel {
  /*text-align: right;
  margin-top: 5px;
  margin-right: 3px;*/
  /*position: relative;
  display: inline-block;
  vertical-align: middle;*/
  background-color: transparent;
  float: right; }

.logoutPanelLabel {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #444444;
  display: inline-block; }

.logoutPanelIcon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #696969;
  cursor: pointer;
  /*-webkit-filter: brightness(3);
  filter: brightness(3);*/
  /*-webkit-filter: invert(1);*/
  /*filter: invert(1);*/ }

.logoutPanelInner {
  padding: 4px 15px 2px 20px; }

/* === Edit/View buttons in grid =============================================*/
.gridIcon {
  /*-webkit-filter: invert(0.4);
  filter: invert(0.4);*/ }

/* === WebHierarchicalDataGrid =============================================*/
.subGridSeparator {
  background-color: #DDDDDD !important;
  /* ExpBack */
  border: none !important;
  /*box-shadow:         inset 0 0 10px #000000;*/
  /*box-shadow: inset 8px 0 6px -6px #ccc;*/ }

.subGridSeparator {
  background-color: white !important;
  /* ExpBack */ }

/* Last row in upper info fields */
/*
#webGrid .igg_SubItem tr:nth-child(13) td:nth-child(2) {
    box-shadow: 0 8px 6px -6px black;
}
#webGrid .igg_SubItem tr:nth-child(13) td:nth-child(3) {
    box-shadow: 0 8px 6px -6px black;
}
*/
.fontIconToggleAll {
  float: left;
  padding-right: 5px;
  padding-left: 20px;
  cursor: pointer;
  color: #444444;
  vertical-align: middle; }

.iconToggleAll {
  float: left;
  width: 24px;
  padding-right: 5px;
  padding-left: 20px; }

/* General */
.dataGridStd {
  border: none; }

/* Filter section */
#webGrid tr.igg_FilterRow > td {
  /*background-color: #175BA3;*/
  border: 0px;
  height: 10px; }

#webGrid .igg_FilterButton {
  padding-left: 10px; }

/* Column grouping area for MyDocuments main grid */
.ighg_GroupArea {
  border: 0px;
  /*background-color: rgba(23,91,163, 0.91);*/
  /*background: linear-gradient(to right, #006D89 0%, #2CC5DG 100%);*/
  /*background: linear-gradient(to right, rgb(0,109,137), rgb(44,197,214));*/
  background-color: #F2F2F2;
  color: #444444; }

/* Column Header text for MyDocuments main grid */
.igg_Control table {
  /*background: linear-gradient(to right, rgb(0,109,137) 70%, rgb(44,197,214));*/
  /*width: 99.34% !important;*/ }

/*.igg_Control table[mkr="headerContent.hdn"] {
    background-color: deeppink !important;
    table-layout: unset !important;
}*/
/* Filter controls row */
.igg_FilterRowTopCell {
  /*background: linear-gradient(to right, rgb(0,109,137) 70%, rgb(44,197,214)) !important;*/
  /*background-color: rgb(0,109,137) !important;*/
  background-color: #0B6D8B; }

tr.igg_FilterRow > td {
  background-color: transparent !important;
  border: 0px; }

.material-icons {
  /*color: red;*/
  /*margin-top: 20px;*/
  padding-right: 5px; }

/* Expand Row column (cell furthest left) */
.igg_Header {
  /*background-color: #5d5d5d;*/
  /*background-color: white;*/
  /* Erik 2017-06-30 Changed */ }

/* Header cells */
/* Expansion column for SubGrid2 (contains all 5 info fields, should be hidden) */
.gridInfoFields .ighg_ExpansionColumnHeader {
  /*background-color: #175BA3;*/
  display: none; }

.expColCell2 {
  background-color: #EAEAEA !important;
  width: 25px;
  border-right: 0px !important; }

/* Hide the annoying scrollbar in info panel section header */
div [SubGridInfoPanel="here"] div[mkr="vScrBar"] {
  overflow: hidden !important;
  width: 0px !important; }

/* Sets width for Reminder field in info section of expanded rows (MyDocs/Search). Function: subGrid2_OnPreRender */
.hdrBase {
  background-color: red !important;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  color: #444444 !important;
  margin: 0px 3px 0px 3px;
  /*width: 221px !important;*/ }

.hdrZero {
  width: 0% !important; }

.hdrWide {
  width: 30% !important; }

.hdrOne {
  width: 1% !important; }

.hdrNormal {
  width: 13% !important; }

.infoAreaDiv {
  background-color: lightgreen; }

.marker {
  background-color: red !important;
  color: green !important;
  font-style: italic !important; }

.addLeftMargin {
  padding-left: 27px; }

.ighg_ExpansionColumn {
  width: 38px; }

.igg_HeaderRowSelector {
  background-color: #5d5d5d; }

/*.admUserSelector {
    background-color: #5d5d5d;
}*/
/* Footer */
.webGridFooter {
  width: 99%;
  /*98.37%;*/
  padding-top: 3px;
  padding-right: 12px;
  margin-right: 20px;
  background-color: #0B6D8B;
  /* #5d5d5d; */
  height: 22px;
  text-align: right;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 9pt;
  font-style: italic;
  white-space: pre; }

/* -------------------------------------------
    Document list in Register */
#igDocuments {
  height: 165px !important;
  width: 97% !important;
  overflow: auto !important;
  margin-bottom: 16px; }

#igDocuments .igg_RowSelector {
  width: 10px !important;
  border-top: solid 1px #FAFAFA;
  border-bottom: none;
  padding-top: 1px;
  padding-bottom: 1px; }

.docListItems {
  font-family: 'Roboto', sans-serif;
  font-size: 11px !important; }

.docListSelectedRow {
  /*background-color: white !important;*/ }

/* All cells, row height */
#igDocuments tbody.igg_Item > tr > td {
  /*background-color: white !important;*/
  height: 22px !important;
  padding-top: 1px;
  padding-bottom: 1px; }

/* Removes the underline of a selected row */
#igDocuments tbody > tr > td.igg_SelectedCell, tbody > tr:hover > td.igg_SelectedCell {
  /*background-color: white !important;*/
  border-bottom: none; }

/* Howered Row background colour */
#igDocuments tbody.igg_Item > tr:hover > td {
  background-color: #EEEEEE !important; }

/* Header & header text  bookmark. Put this last-ish to override normal cells. */
#igDocuments .igg_HeaderRowSelector {
  background-color: #0B6D8B;
  border: none; }

#igDocuments .igg_HeaderCaption {
  background-color: #0B6D8B; }

/* Pager */
.igg_Pager {
  background-color: #f9f9f9;
  overflow: auto;
  /* Erik 2018-02-01 Add a scrollbar if the pager section has too many buttons. */ }

.igg_PageCurrent {
  border: none;
  background-color: rgba(0, 120, 215, 0.22); }

/* Long texts with ToolTips */
.GridCellLongText {
  color: #2654a0 !important;
  cursor: pointer; }

.GridCellLongTextOwn {
  color: #2654a0 !important;
  cursor: pointer; }

.GridCellLongTextExt {
  color: #2654a0 !important;
  cursor: pointer; }

/* === Links/Attachmnets section, Descriptions. ==============================*/
.uwtSelectedTab {
  margin-left: 20px; }

#igLinks .igg_HeaderCaption {
  background-color: #737373; }

.descTextArea {
  font-family: 'Courier New'; }

/* === MISC ===============================================*/
/* Reload button in MyDocuments */
.divReload {
  display: table-cell;
  /*background-color: rgba(23,91,163, 0.91);*/
  /*color: #DDDDDD;*/
  background-color: #F2F2F2; }

.imgReload {
  opacity: 0.6;
  vertical-align: middle;
  /*filter: invert(1);*/
  margin-right: 7px;
  cursor: pointer; }

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

/* === Administration pages. ==============================*/
#igUser .igg_HeaderCaption {
  background-color: #0B6D8B; }

#igExt .igg_HeaderCaption {
  background-color: #0B6D8B; }

#igSubject .igg_HeaderCaption {
  background-color: #0B6D8B; }

#igSubject .igg_HeaderRowSelector {
  background-color: #0B6D8B; }

#igCounterPart .igg_HeaderCaption {
  background-color: #0B6D8B; }

#igCounterPart .igg_HeaderRowSelector {
  background-color: #0B6D8B; }

.admTopLabel {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  /* background-color: #ECEFF1; */
  /* text-decoration-line: underline; */ }

.admHeaderLabel {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  background-color: #ECEFF1;
  height: 30px;
  vertical-align: middle;
  padding-left: 20px;
  padding-top: 7px;
  display: none; }

.admUserDetailsHeader {
  font-family: 'Roboto', sans-serif;
  font-size: 10pt;
  background-color: #5d5d5d;
  color: white;
  width: 97%;
  height: 22px;
  vertical-align: middle;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 24px;
  /*overflow: auto;*/ }

/* This holds the user details in Admin User. The large bottom margin is for Edge, to make the scrollbars work properly. */
#userDetailsPanel {
  overflow: auto !important;
  margin-bottom: 200px !important; }

.admNewUserAcc {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 20px; }

.admTblUserDetails {
  margin-left: 8px; }

.treeCell {
  vertical-align: top; }

.admTreeHeader {
  font-family: 'Roboto', sans-serif;
  font-size: 10pt;
  font-weight: normal;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #BBBBBB;
  margin-top: 4px;
  margin-bottom: 0px;
  padding-left: 2px;
  padding-top: 3px;
  background-color: transparent;
  height: 30px;
  vertical-align: middle; }

/* -- AdminUser --------------*/
/* .userGridRow  */
#igUser tbody.igg_Item > tr > td {
  background-color: white !important;
  padding: 1px !important;
  line-height: 23px; }

#igUser .igg_ActiveRow {
  /*background-color: lightgreen;*/
  height: 20px !important; }

#igUser .igg_ActiveCell {
  height: 20px !important; }

#igExternal tbody.igg_Item > tr > td {
  background-color: white !important;
  padding: 1px !important;
  line-height: 23px; }

.btnAdmUser {
  margin-right: 15px;
  /*margin-left: 0px;
  padding-left: 0px;*/ }

.btnAdmUserWide {
  margin-right: 15px;
  width: 150px; }

.keepRight {
  float: right;
  margin-top: 0px;
  margin-right: 50px; }

.keepLeft {
  float: left; }

.lblStdAdm {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  white-space: nowrap; }

/* -- AdminDimensions --------------*/
.tbxAdmDimNewNode {
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-family: 'Roboto', sans-serif;
  font-size: 12px !important;
  height: 22px; }

.btnStdAddDim {
  margin-left: 4px; }

.igdt_NodeHolderDragDrop img:nth-child(2) {
  vertical-align: middle;
  padding-top: 6px; }

.dataTreeLine {
  font-family: 'Roboto', sans-serif;
  font-size: 10.5pt;
  /*font-size: 12pt !important;*/
  /*vertical-align: middle;
  padding-bottom: 4px;
  margin-bottom: 4px;
  top: -4px;*/ }

.igWebDataTree ul li a {
  font-family: 'Roboto', sans-serif;
  font-size: 10.5pt; }

#treeDim ul li .igdt_NodeRoot {
  font-weight: bold !important;
  font-size: 11pt;
  text-decoration: underline; }

.tblTree {
  padding: 0px;
  border: solid 0px black;
  border-collapse: collapse; }

.cellTreeTop {
  border-bottom: solid 1px black; }

.cellTree {
  vertical-align: text-top;
  padding-left: 20px; }

cellTreeMin {
  vertical-align: text-top;
  width: auto; }

.admDimMidCell {
  vertical-align: text-top;
  text-align: center;
  padding-right: 60px;
  /*margin-top: 260px;
  border: solid 1px black;   
  padding-top: 160px;*/ }

.admDimMoveBtn {
  position: relative;
  top: 50px;
  /*
      border: none;
      padding: 1px 10px 1px 10px;
      width: auto;
      font-family: 'Roboto', sans-serif;
      font-size: 12px;
      height: 22px;
      background: #0078d7;
      color: white;
      */
  /*padding-top: 160px;*/
  /*padding-right: 60px;
  margin-right: 60px;*/ }

/* These removes the vertical scrollbar from the content iframe of the admin tab control */
.innerAdminTab > iframe {
  height: 90% !important;
  /* 99 !important */ }

#iwtbDefault .ig_Control {
  height: 98% !important;
  /* 98 */ }

#iwtbDefault {
  height: 98% !important;
  /* 98 */
  overflow: hidden !important; }

.igtab_LHContent {
  overflow: hidden !important; }

.igtab_THContent {
  overflow: hidden !important; }

#igUser .webGridStd {
  width: 100%; }

/*
#iwtbDefault .igtab_THControl {
    height: 98% !important;
}*/
/* ----- AdminProject.aspx */
.admProjectText {
  width: 200px; }

/* ----- Events.aspx */
.tableEventsHeader {
  font-family: 'Roboto', sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: white;
  border: none;
  background-color: #0B6D8B;
  height: 23px;
  padding: 0px;
  margin: 0px;
  text-align: left;
  padding-left: 10px; }

#dgEvents .igg_HeaderRowSelector {
  background-color: #0B6D8B;
  border: none; }

#dgEvents .igg_HeaderCaption {
  background-color: #0B6D8B; }

/* #dgEvents tr[mkr="filterRow"] { */
/*#dgEvents tr.igg_FilterRowTop>td { */
#dgEvents tr.igg_FilterRow {
  background-color: #0B6D8B; }

#dgEvents tr.igg_FilterRow > td {
  border: 0px !important; }

#dgEvents .igg_FilterRowSelectorCssClass {
  background-color: #0B6D8B;
  border: none; }

/* ------------------------------------------------------------------------ */
/* ----- SplashLogin.aspx ------------------------------------------------- */
/* ------------------------------------------------------------------------ */
.lblTopTextLogin {
  color: blue;
  font-size: 11pt; }

.logotypeLoginPage {
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 40px;
  padding-bottom: 10px;
  width: 175px;
  height: auto; }

.loginFieldIconDDL {
  /* Chrome */
  /*right: 42px;
  position: relative;
  opacity: 0.85;*/
  /* Edge */
  /*right: 37px;
  position: relative;
  opacity: 0.85;
  top: 12px;
  float: right;*/
  position: absolute;
  top: 11px;
  right: 13px;
  opacity: 0.85; }

.loginFieldContainer {
  width: 251px;
  height: 20px;
  padding: 15px;
  margin-left: 4px;
  border-radius: 8px;
  background-color: white; }

.loginFieldTextbox {
  border: none;
  width: 200px;
  height: 20px;
  margin-left: -8px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #444444;
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

.loginFieldTextbox::-ms-reveal, .loginFieldTextbox::-ms-clear {
  display: none; }

.loginFieldDropdown {
  border: none;
  box-shadow: inset 0 0 0px #0cc,     0 0 0px #0cc,           inset -999px 0 0 #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  width: 170px;
  margin-left: 9px;
  float: left; }

.loginFieldDropdown::-ms-expand {
  display: none; }

.loginFieldIcon {
  width: 25px;
  height: auto;
  float: right; }

.loginFieldIconDDL2 {
  float: right; }

.messagePanel {
  height: 10px;
  padding: 10px 0px 1px 0px;
  background-color: rgba(200, 200, 200, 0.2); }

.loginBackground {
  /* <body class="bg"> */
  /*background: url("images/Watercolor.jpg") no-repeat center bottom;*/
  /*height: 100%;*/
  background-image: url("../../images/loginBackground.jpg");
  width: 100%;
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover; }

.exdocTitle {
  /* font-family: 'Roboto', sans-serif;*/
  font-family: Open Sans;
  font-size: 50pt;
  font-weight: bold;
  opacity: 0.6;
  margin-left: 8px; }

.copyrightText {
  /*font-style: italic;*/
  font-size: 8pt;
  opacity: 0.6;
  margin-left: 10px; }

.divCopyrightText {
  margin-left: 3px;
  white-space: nowrap;
  padding: 0px 0px 50px 0px;
  top: 287px; }

.copyrightTextV2 {
  /*font-style: italic;*/
  font-size: 9pt;
  opacity: 0.6;
  margin-left: 10px;
  color: #EEEEEE; }

.divCopyrightTextV2 {
  margin-left: 3px;
  white-space: nowrap;
  /*position: absolute;
  top: 287px;*/ }

.clLabel {
  padding-left: 10px;
  text-align: left;
  font-size: 13px;
  width: auto; }

.btnLoginButton {
  font-family: 'Roboto', sans-serif;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #DDDDDD !important;
  background-color: #EEEEEE;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0px;
  padding: 2px 15px;
  text-transform: none; }

/* === Dialog controls ===================================*/
.popImage {
  height: 100%;
  width: 100%; }

.diagTopLabel {
  font-family: 'Roboto', sans-serif;
  color: black;
  font-size: 13px; }

.diagImgViewTopLabel {
  font-family: 'Roboto', sans-serif;
  color: black;
  font-size: 11px;
  margin-top: 5px;
  margin-left: 10px; }

.diagButton {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  margin-right: 10px;
  border-style: none;
  float: right;
  margin-top: 10px;
  outline: none;
  font-family: 'Roboto', sans-serif;
  color: #fffffe;
  font-size: 11px;
  padding: 5px 20px 5px 20px;
  text-decoration: none; }

.diagButton:hover {
  background: #3cb0fd;
  /*
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
      */
  text-decoration: none; }

/* Long Descriptions popup in MyInvoices/Search */
/* TextArea control */
.taDialogDesc {
  font-family: 'Roboto', sans-serif;
  color: #444444;
  width: 99%;
  height: 98%;
  border: 1px solid #DDDDDD;
  resize: none; }

.dialogDesc {
  width: 400px;
  height: 300px;
  background-color: #EEEEEE;
  padding: 5px 5px 5px 5px;
  border: 1px solid black;
  border-radius: 5px; }

/* TEST */
/*.ui-dialog .ui-resizable-se {*/
#dialogDesc .ui-resizable-se {
  /*width: 16px;
  height: 18px;
  border-radius: 10px;
  background-color: white;
  border: 2px solid #333333;*/
  width: 18px;
  position: relative;
  bottom: 0px;
  float: right;
  text-align: center;
  /*right:0 !important;
  bottom:0 !important;
  background-position: -64px -224px !important;*/ }

div[aria-describedby='dialogDesc'] .ui-resizable-n {
  display: none; }

div[aria-describedby='dialogDesc'] .ui-resizable-e {
  display: none; }

div[aria-describedby='dialogDesc'] .ui-resizable-s {
  display: none; }

div[aria-describedby='dialogDesc'] .ui-resizable-w {
  display: none; }

/*div[aria-describedby='dialogDesc'] .ui-resizable-se { display: none; }*/
div[aria-describedby='dialogDesc'] .ui-resizable-sw {
  display: none; }

div[aria-describedby='dialogDesc'] .ui-resizable-ne {
  display: none; }

div[aria-describedby='dialogDesc'] .ui-resizable-nw {
  display: none; }

.diagDescBottom {
  background-color: lightcoral; }

div[aria-describedby='dialogDesc'] div:first-of-type {
  /*background-color: lightgreen;*/
  border: 1px solid black;
  width: 100%; }

div[aria-describedby='dialogDesc'] div:first-of-type button {
  display: none; }

#dialogDesc .ui-resizable-se:after {
  width: 18px !important;
  height: 18px !important;
  border-radius: 10px;
  background-color: white;
  border: 2px solid #333333;
  position: relative;
  top: -30px;
  font-weight: bold;
  content: '⇲'; }

.admConfirmDialog {
  width: 400px !important;
  background-color: white;
  /*top: 200px !important; */
  /* Erik 2019-09-04 Removed */
  border-radius: 10px; }

.admDiagText {
  background-color: white !important;
  font-family: 'Roboto', sans-serif;
  font-size: 12px !important;
  padding: 10px; }

.admConfirmDialog2 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100px !important;
  width: 400px !important;
  background-color: white;
  /* Erik 2017-07-06 */
  /* position: fixed !important;*/
  top: -1000px !important;
  min-height: 0px !important; }

/* Dialog for AdminProjects */
.admConfirmDialog3 {
  width: 400px !important;
  background-color: #EEEEEE;
  top: -300px !important; }

.admDiagText3 {
  background-color: #EEEEEE !important;
  font-family: 'Roboto', sans-serif;
  font-size: 12px !important;
  padding: 10px; }

.admDiagButtonPane3 {
  background-color: #EEEEEE !important;
  height: 30px;
  color: #333333; }

.admConfirmDialogContent3 {
  width: 400px !important;
  border: solid 1px black;
  top: -200px !important; }

.admDiagTitleBar {
  background-color: #004680;
  border-style: solid;
  border-bottom-style: none;
  border-width: 0px;
  border-color: #666666;
  color: #DDDDDD !important;
  height: 22px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.admDiagButtonPane {
  background: #ffffff;
  color: #333333;
  height: 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.btnGridEdit {
  background: url("../../images/iconEdit_20x20.png") no-repeat scroll 0 0 transparent;
  width: 20px;
  height: 20px;
  border: none;
  padding: 0px;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
  /*
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  border: none;
  padding: 1px 10px 1px 10px;
  height: 22px;
  width: 75px;
  background: #0078d7;
  color: white;
  */ }

/* ----- Other stuff ----------------------------------------------*/
/* ChangePassword.aspx */
.tblChangePwd {
  width: 400px;
  border: none;
  padding: 40px; }

.tblChangePwd tr td {
  border: none;
  padding: 3px; }

.headerChangePassword {
  background-color: #5d5d5d;
  color: #DDDDDD; }

.lblPwdHeader {
  font-size: 11pt;
  font-family: 'Roboto', sans-serif; }

.lstChangePwdErr li {
  margin-left: 40px; }

/*------------------------------------------*/
.fixScrollBar {
  /*overflow-y: auto !important;*/
  /* height: 99%; */
  /* overflow-y: scroll; */
  /* Erik 2017-05-31 removing extra scrollbar */
  position: relative; }

.modal a.close-modal {
  right: -5px !important;
  top: -4px !important; }

/*.ui-resizable-handle {
    background-color:lightblue;
}*/
/* TEST */
.ownerGridRows > tr > td {
  /*background-color: pink !important;*/
  font-size: 11px !important;
  height: 20px !important;
  padding: 0px !important;
  overflow: hidden;
  white-space: nowrap; }

.igFirstCell {
  background-color: white !important;
  width: 3px !important;
  display: none; }

.nodeDisabled {
  color: lightgray !important; }

.igUserNameCell {
  /*background-color: pink !important;
  margin-left: 60px;
  padding-left: 50px;*/ }

/*#igUser > [aria-describedby="igUser_columnheader_0"] {
   background-color: pink !important;
}*/
/* ===== TESTING ============================*/
/*#webGrid table[mkr="outerTbl.hdn"] {
    background-color: lightpink;
}*/
/*
#webGrid table[mkr="contentTbl"] {
    background-color: lightpink;
    padding: 10px;
}
*/
.remTable {
  width: 100%;
  border-collapse: collapse; }

.remTableHeader {
  /*background-color: #DADADA !important;*/
  font-weight: bold; }

.remTableRow {
  /*background-color: lightblue !important;*/ }

.remTableCell {
  /*background-color: #F4F4F4 !important;*/
  border-bottom: 1px solid #DDDDDD;
  font-weight: normal !important; }

.infoFieldsHeader {
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  /*background-color: yellow !important;*/
  color: #444444 !important;
  width: 221px !important;
  /*border-bottom: 1px solid #888;*/
  margin: 0px 3px 0px 3px; }

.infoFieldsHeader2 {
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  color: #444444 !important;
  width: 25px !important;
  margin: 0px 3px 0px 3px; }

.infoSectionDesc {
  background-color: #DDDDDD !important;
  /* ExpBack */
  border-right: 1px solid #888888 !important; }

.infoFieldsSepHeader {
  background-color: #DDDDDD !important;
  /* ExpBack */
  width: 1px;
  display: none; }

.infoFieldsSep {
  background-color: firebrick !important;
  /* ExpBack */
  width: 10px !important;
  height: 100% !important;
  display: none; }

.gridInfoFields table[mkr="headerContent.hdn"] {
  /*border-collapse:collapse;*/
  /*margin-left: 3px !important;*/ }

/*
.gridInfoFields table[mkr="headerContent.hdn"] > tbody > tr {
    background-color: blueviolet !important;
}
*/
.gridInfoFields table[mkr="headerContent.hdn"] > tbody > tr > th {
  background-color: #EAEAEA !important;
  padding: 2px; }

/* Container for the info fields+links in expanded area (MyDocuments)*/
.gridInfoFields {
  /*background-color: red !important;
  padding: 10px !important;*/
  padding-top: 10px;
  padding-left: 10px;
  border: 0px;
  width: 99% !important;
  background-color: #DDDDDD;
  /* ExpBack */ }

.gridInfoFields tbody.igg_Item > tr > td {
  background-color: #EAEAEA !important;
  /* ExpBack */
  padding: 0px 0px 0px 5px;
  /* border-right: 1px solid #888888 !important; Erik 2018-09-18 Move this to infoSectiondesc instead */
  border-top: none;
  margin-right: 10px; }

.gridInfoFields tbody.igg_Item > tr > td:last-of-type {
  border: none !important; }

.expandedRow {
  background-color: #CCCCCC !important;
  color: #0B6D8B !important; }

/*.gridInfoFields tbody.igg_Header tr[mkr="columnHeaderRow"] td {
    background-color: yellow !important;
}*/
/* Hover style for the detail section of expanded row. */
.gridInfoFields tbody.igg_Item > tr:hover > td {
  background-color: white; }

/* Container for the main info area */
.gridInfoMainArea {
  /*background-color: #fcfdff;
  box-shadow: 3px 3px 6px -1px rgba(158,158,158,1);
  border: solid 1px #EEEEEE !important;
  margin-bottom:10px;
  margin-left: 4px;
  padding: 8px 8px 8px 8px;*/
  background-color: #DDDDDD;
  /* ExpBack */
  width: 99% !important;
  padding-left: 10px; }

/* Background color for the top document data fields in an expanded row. */
.igg_SubHeader {
  /*background-color: #fcfdff !important;*/ }

.ighg_ExpandableArea {
  background-color: #DDDDDD !important;
  /* ExpBack */
  padding-bottom: 20px !important;
  padding-top: 20px !important; }

/*.ighg_ExpandableArea:nth-child(2) {
    background-color: pink !important;
}*/
/* Extra row above the info fields. Hide it. */
.gridInfoFields tr[mkr="sizeRow"] {
  display: none;
  height: 10px; }

/* Labels/Values in the top sections of expanded rows. */
.subGridLabel {
  width: 120px !important;
  font-family: 'Roboto', sans-serif;
  font-size: 9pt !important;
  font-weight: bold;
  border: none !important;
  white-space: nowrap;
  padding: 0px 0px 0px 20px !important;
  margin: 0px 0px 0px 0px !important; }

.subGridLabel7 {
  width: 170px !important;
  font-family: 'Roboto', sans-serif;
  font-size: 9pt !important;
  font-weight: bold;
  border: none !important;
  white-space: nowrap;
  padding: 0px 0px 0px 20px !important;
  margin: 0px 0px 0px 0px !important; }

.subGridValue {
  font-family: 'Roboto', sans-serif;
  font-size: 9pt !important;
  width: 28%;
  border: none !important;
  padding: 0px 0px 0px 5px !important;
  margin: 0px 0px 0px 0px !important; }

/* Headers above the info fields */
.subGridHeader {
  /*background-color: yellow;  */
  /*color: #444444;*/
  height: 28px;
  line-height: 5px !important;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding-top: 2px;
  padding-bottom: 0px;
  /*padding-left: 8px;*/
  /*border: 0px;*/
  width: 2px; }

#hdgSearch .subGridHeader {
  background-color: #EAEAEA !important;
  color: #444444;
  height: 28px;
  line-height: 5px !important;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding-top: 2px;
  padding-bottom: 0px;
  padding-left: 0px;
  width: 2px; }

/* Header container above the info fields, fine details */
/*#webGrid tbody.igg_Item > tr > td {
    line-height: 20px;
    border: 0px;
}*/
#hdgSearch tbody.igg_Item > tr > td {
  border: 0px;
  font-size: 9pt;
  height: 10px; }

/* ExpBack */
.infoFieldContentArea {
  /*box-shadow: 3px 3px 6px -1px rgba(158,158,158,1);
  border: solid 1px #EEEEEE;*/
  line-height: 20px;
  background-color: #EAEAEA !important; }

.linkListContainer {
  /*box-shadow: 3px 3px 6px -1px rgba(158,158,158,1);
  border: solid 1px #EEEEEE;
  background-color: #fcfdff !important;*/
  background-color: #EAEAEA !important;
  line-height: 18px; }

/* For LinkList in expanded rows. Hightlight panel if there are links there. */
.panelMarked {
  background-color: #ffbcbc !important;
  border: none; }

/*  ============================================================
        Scrollbars
    ============================================================
*/
.scrollBar1::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 10px;
  background-color: #F5F5F5; }

.scrollBar1::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #F5F5F5; }

.scrollBar1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  background-color: #CFD0D2; }

/*
.infoSectionHeaders {
    background-color: blueviolet !important;
}

.detailsAltItem {
    background-color: pink;
    box-shadow: none !important;
}


#subGrid2 tbody.igg_Item > tr:hover > td {
    background-color: green;
}
*/
/*

.testClass {
    box-shadow: 10px 0px 9px -6px rgba(0,0,0,0.75) inset;
}

.testClass2 > td:not(:last-child) {
    box-shadow: 0px 10px 9px -6px rgba(0,0,0,0.75) inset !important;
}

.testClass3 {
    background-color: black !important;
    box-shadow: inset -21px -23px 19px -7px rgba(255,255,255,1) !important;

}

.testClass4 {
    box-shadow: 4px 4px 5px 0px rgba(150,150,150,0.75) !important;
    border: solid 1px #EEEEEE;
    padding: 20px;
    margin: 10px;

}

.testClass2 > td:last-child {
    background-color: black !important;
    box-shadow: inset -25px -28px 14px -6px rgba(255,255,255,1) !important;
}
*/
/*
.subGridLabel {
    background-color: #EEEEEE !important;
    box-shadow: 3px 3px 6px -1px rgba(158,158,158,1) inset !important;
    border: solid 1px #EEEEEE !important;
    padding: 10px !important;
    margin: 10px !important;
}

.subGridValue {
    background-color: #EEEEEE !important;
    box-shadow: 3px 3px 6px -1px rgba(158,158,158,1) !important;
    border: solid 1px #EEEEEE !important;
}
*/
.largeText {
  font-size: 30px; }

.loginPassword {
  position: relative;
  width: 240px;
  display: table-cell;
  vertical-align: middle; }

.loginPassword .txtBoxLogin {
  /*
  border:none; 
  background:#fff; 
  display:block; 
  width: 100%; 
  box-sizing: border-box
  */ }

.loginPassword img {
  position: absolute;
  top: 11px;
  right: 13px;
  opacity: 0.85; }

.iconUser {
  /*-webkit-filter: brightness(3); 
  filter: brightness(4);*/
  /*opacity: 0.55;*/
  /*filter: alpha(opacity=15);*/ }

.loginButton {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  height: 50px;
  width: 335px;
  /*background: #00A5EC;*/
  background: #006d89;
  color: #EEEEEE; }

.loginButton:hover {
  background: #2cc5d6; }

.loginButtonV2 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  border-radius: 8px;
  border: none;
  height: 50px;
  width: 335px;
  background: #00A5EC;
  color: white; }

#webGrid .ighg_ExpansionColumn, #webGrid [aria-describedby="_ctl0_columnheader_0"], #webGrid [aria-describedby="_ctl0_columnheader_1"], #webGrid [aria-describedby="_ctl0_columnheader_2"] {
  background-color: #EAEAEA; }

#webGrid .ighg_ExpansionColumn, #webGrid [aria-describedby="_ctl0_columnheader_0"] {
  width: 0px !important; }

#hdgSearch .ighg_ExpansionColumn, #hdgSearch [aria-describedby="_ctl0_columnheader_0"], #hdgSearch [aria-describedby="_ctl0_columnheader_1"], #hdgSearch [aria-describedby="_ctl0_columnheader_2"] {
  background-color: #EAEAEA; }

#hdgSearch .ighg_ExpansionColumn, #hdgSearch [aria-describedby="_ctl0_columnheader_0"] {
  width: 0px !important; }

/* Line height in expanded rows - info texts */
#hdgSearch .ighg_ExpandableArea tbody.igg_Item > tr > td {
  line-height: 20px !important; }

.setTableBorder tr td {
  border: 1px solid blue; }

/*
.txtBoxLogin:before,
.txtBoxLogin:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.txtBoxLogin:before {
  background-position: 0 0, 0 100% ;
  background-repeat: no-repeat;
  background-size: 100% 20px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhOGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYTRlZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhOGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(to right, #3acfd5 0%, #3a8ed5 100%), -webkit-linear-gradient(right, #3a4ed5 0%, #3a8ed5 100%);
  background-image: -moz-linear-gradient(to right, #3acfd5 0%, #3a8ed5 100%), -moz-linear-gradient(right, #3a4ed5 0%, #3a8ed5 100%);
  background-image: -o-linear-gradient(to right, #3acfd5 0%, #3a8ed5 100%), -o-linear-gradient(right, #3a4ed5 0%, #3a8ed5 100%);
  background-image: linear-gradient(to right, #3acfd5 0%, #3a8ed5 100%), linear-gradient(to left, #3a4ed5 0%, #3a8ed5 100%);
}
.txtBoxLogin:after {
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 20px 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhOGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYTRlZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhOGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a8ed5 100%), -webkit-linear-gradient(to top, #3a4ed5 0%, #3a8ed5 100%);
  background-image: -moz-linear-gradient(top, #3acfd5 0%, #3a8ed5 100%), -moz-linear-gradient(to top, #3a4ed5 0%, #3a8ed5 100%);
  background-image: -o-linear-gradient(top, #3acfd5 0%, #3a8ed5 100%), -o-linear-gradient(to top, #3a4ed5 0%, #3a8ed5 100%);
  background-image: linear-gradient(to bottom, #3acfd5 0%, #3a8ed5 100%), linear-gradient(to top, #3a4ed5 0%, #3a8ed5 100%);
}

*/
/* =====================================================*/
/*     STYLE 5                                          */
/* =====================================================*/
.loginTable {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  height: 100%;
  width: 100%; }

.logotypePanel {
  background-color: rgba(200, 200, 200, 0.2);
  /*filter: opacity(0.5);*/ }

.loginControlsPanel {
  background-color: rgba(200, 200, 200, 0.2); }

.infotextPanel_a {
  background-color: rgba(200, 200, 200, 0.2);
  text-align: center;
  padding-top: 12px; }

.infotextPanel_b {
  background-color: rgba(200, 200, 200, 0.2);
  text-align: center;
  padding-top: 12px; }

.loginLabel {
  float: left;
  margin-left: 89px; }

/*
.txtBoxLogin {
    border:none;
    border-radius: 8px;
    display: inline-block;
    width: 250px;
    height: 20px;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: $dark-text-color;
}
*/
.ddlLogin {
  border: none;
  border-radius: 8px;
  box-shadow: inset 0 0 0px #0cc,     0 0 0px #0cc,           inset -999px 0 0 #fff;
  display: inline-block;
  width: 282px;
  padding: 15px;
  margin-left: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  /*
  border:none;
  border-radius: 8px;
  box-shadow:
      inset 0 0 0px #0cc,    
      0 0 0px #0cc,          
      inset -999px 0 0 #fff; 
  display: inline-block;
  width: 282px;
  padding: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
      */ }

.ddlLogin::-ms-expand {
  display: none; }

/*
.ddlLogin_5:active, .ddlLogin_5:hover {
  outline: none
}
.ddlLogin_5:active, .ddlLogin_5:hover {
  outline-color: red
}
    */
.loginButton {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  border-radius: 22px;
  border: 0px solid #EEEEEE;
  height: 50px;
  width: 284px;
  background: #8F9094;
  color: #EEEEEE;
  margin-top: 21px; }

.loginButton:hover {
  background: #0B6D8B;
  color: #FFFFFF; }

.bg5 {
  background-image: url("../../images/BG_Lines.png");
  background-size: cover;
  height: 100%; }

.sideSection {
  width: 36%; }

.bottomRowSection {
  height: 100%; }

.copyrightText {
  font-size: 9pt;
  /*opacity: 0.8;*/
  margin-left: 10px;
  color: #444444; }

.divCopyrightText_OLD {
  margin-left: 3px;
  white-space: nowrap;
  /*padding: 0px 0px 50px 0px;*/
  /*position: absolute;
  top: 287px;*/ }

.horizontalBar {
  margin-top: 30px;
  border: 0;
  height: 0;
  width: 100%;
  border-top: 1px solid #444444;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

/* =====================================================*/
/*     STYLE 0, Testing                                 */
/* =====================================================*/
.divFloat {
  /*border: 1px solid red;*/
  border: none;
  width: 25px;
  height: 25px;
  cursor: pointer; }

.imgFloat {
  position: relative;
  top: 1px;
  left: 1px;
  color: #999999; }

.imgFloatHover {
  position: relative;
  top: 1px;
  left: 1px;
  color: #333333; }

.imgFloatAdmUser {
  position: relative;
  top: -30px;
  left: 1px;
  color: #999999; }

.imgFloatAdmUserHover {
  position: relative;
  top: -30px;
  left: 1px;
  color: black; }

.btnFloat2 {
  /*border: 1px solid green !important;*/
  position: relative;
  width: 25px;
  height: 25px;
  top: -24px;
  left: 0px;
  background-color: transparent;
  border: none;
  z-index: 100 !important;
  cursor: pointer; }

.btnFloat {
  /*border: 1px solid green !important;*/
  position: relative;
  width: 25px;
  height: 25px;
  top: -1px;
  left: -34px;
  background-color: transparent;
  border: none;
  z-index: 100 !important;
  cursor: pointer; }

.btnFloatAdmUser {
  /*border: 1px solid green !important;*/
  position: relative;
  width: 25px;
  height: 25px;
  top: -1px;
  left: 0px;
  background-color: transparent;
  border: none;
  z-index: 9999 !important;
  cursor: pointer; }

/*
=========  System Admin page ======================================================================
*/
#G_iwdgSystemParameters td {
  font-size: 12px; }

/*
=========  Misc. ======================================================================
*/
.frameBorder {
  border: 0; }

.exportHeaders {
  color: black;
  font-weight: bold;
  width: 120px; }

/*
=========  Document Type dynamic fields ================================================ 
*/
#counterPartDynFieldsCell {
  vertical-align: top;
  width: 200px; }

#DocTypeSelect {
  display: flex; }

.DTSlabel {
  max-width: 139px; }

.DTSddl {
  width: 130px !important; }

.docTypeFieldsCSS {
  width: auto;
  display: inline-grid; }

.divDTField {
  /*background-color: lightseagreen;*/
  padding-top: 5px;
  display: inline-flex;
  width: 400px; }

.DTlabel {
  /*background-color: lightpink;*/
  min-width: 135px;
  max-width: 139px; }

.DTtextbox {
  /*background-color: lightgoldenrodyellow;*/
  width: 200px; }

.infoText {
  font-family: 'Roboto', sans-serif;
  color: darkred;
  background-color: transparent;
  font-size: 12px; }

.supplierDDL {
  font-family: 'Roboto', sans-serif;
  color: darkred;
  font-size: 12px; }

#ACETextBoxDocumentNo .igdd_ValueDisplay {
  color: red !important; }

/*# sourceMappingURL=Common.css.map */
