
/*
 * @Author: DocBrowser CDS - IT Flight Ops Solutions AB 
 * @Date: 2017-06-01 23:56:50 
 * @Last Modified by: Fredrik Karlsson
 * @Last Modified time: 2020-05-31 22:57:25
 */
/*
	DocBrowser CDP custom CSS
*/

/* Custom IT Flight Ops Solutions profile fonts */
/* @font-face {
    font-family: 'LeagueGothic';
    src: url('/fonts/leaguegothic-regular-webfont.eot');
    src: url('/fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('/fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('/fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/fonts/OpenSans/OpenSans-Regular-webfont.eot');
    src: url('/fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans/OpenSans-Regular-webfont.woff') format('woff'),
         url('/fonts/OpenSans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/fonts/OpenSans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
} */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap');

/* General Layout - classes and element defaults */

html, body {
	width: 100%; height: 100%;
	border: 0; padding: 0; margin: 0;
	background-position: center;
	background-repeat: no-repeat;
	overflow: auto;
	background-color: #1D2640;
	color: #1D2640;
    max-width:100%;
}

body {
    /* font-family: "open_sansregular", Arial, Helvetica, sans-serif; */
    font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4.h5,h6 {
    /*font-family: "LeagueGothic", Arial, Helvetica, sans-serif;*/
    margin-top: 1.0em;
    margin-bottom: 0.5em;
}

p {
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}

/* Body Content */
#ID_MARGIN {
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    margin: 5px auto;
}

#ID_HEADER {
    margin: 0px;
	padding: 0px;
	height: 80px;
	background-image: url(../images/gfx/DocBrowser_header_strip.png);
    background-size: 200px 77px;
	background-repeat: no-repeat;
    background-color: #3A4A71;
	border: none;
    overflow: visible;
}

#ID_CONTAINER {
    background-color: #3A4A71;
    border: 1px solid #2C385E;
	z-index: 1;
    width: 100%;
    height: 100%;
	min-width: 43.75em;
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.25;
    /* equivalent to 20px */
}

@media (min-width: 43.75em) {
#ID_CONTAINER {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */
  }
}

.flat .dijitContentPane {
    padding: 20px 24px 8px;
}
[widgetid="ID_HEADERTABS_tablist_ID_ADMINTAB"] {
    min-width: 234px;
    box-sizing: border-box;
}
iframe {
    border:none;
    margin: -10px -7px -12px;
}

.dbcds_btn {
    cursor: pointer;
}

.dbcds_btn:hover {
    opacity: 0.5;
}

.dbcds_boxed_btn {
    border-style: solid;
    border-width: 1px;
    border-color: #9e9e9e;
    padding: 2px 4px;
    margin: 0;
    border-radius: 3px;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.05s linear;
    background: #fff;
    text-decoration: none;
    color: #000;
}

.dbcds_boxed_btn:hover {
    transition: all 0.1s;
    background: #f2f2f2;
    border-color: #d9d9d9;
}

.dbcds_place_left {float:left;}

.dbcds_place_right {
	float: right;
    margin-left: 10px;
}

.dbcds_navButton {
    margin: 0 5px;
    height: 80px;
    width: 85px;
    display: inline-block;
    cursor: pointer;
    transition: background-color .2s ease;
    position: relative;
}

.dbcds_navButton:hover {
    background-color: #1D2640;
}

.dbcds_navTitle {
    font-size: 12px;
    text-align: center;
    color: #F4F4F4;
}

.dbcds_navButton_dropDown .dropdownContent {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 170px;
    z-index: 100;
    background: #fdfdfd;
    box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.15);
    display: none;
}

.dbcds_navButton_dropDown:hover .dropdownContent {
    display: block;
}

.dbcds_navButton_dropDown a {
    text-decoration: none;
}

.dbcds_navButton_dropDown .dropdownItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 36px;
    font-size: 14px;
    transition: background-color .3s ease;
    color: #1D253F;
}
.dbcds_navButton_dropDown .dropdownItem span {
    margin-left: 10px;
}
.dbcds_navButton_dropDown .dropdownItem img {
    margin-right: 10px;
    opacity: 0.5;
}
.dbcds_navButton_dropDown .dropdownItem:hover {
    background-color: #EEEEEE;
}

.dbcds_hidden {
    display: none;
}

.hidden {
    display: none !important;
}

.dbcds_bolder {
    font-size: 120%;
    font-weight: 900;
}

.dbcds_smaller {
    font-size: 80%;
}

ul,li {
    list-style-type: none;
    list-style-position:inside;
    margin:0;
    padding:0;
}

/* General User Interface Element blocks */

#TEST_HIGHLIGHT {
    position: absolute;
    top: 0;
    margin: 5px auto;
    left: 0;
    right: 0;
    max-width: 400px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #F4F4F4;
    background-color: #F26C48;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    font-size: 12px;
    z-index: 9999;
}

#ID_PRELOAD {
	width:100%; height:100%; margin:0; padding:0;
	background: #1D2640 url('../images/gfx/layout/loading.svg') no-repeat center center;
    background-size: 50px 50px;
    position:absolute;
    z-index:999;
}

#ID_BUSY {
	position: absolute;
	top: 48%;
	left: 48%;
	display: none;
	z-index:998;
	width:54px;
	height:54px;
	border: 1px solid rgba(29,38,64,0.2);
    background: rgba(255,255,255,0.8) url(../images/gfx/layout/loading.svg) no-repeat center center;
    background-size: 50px 50px;
    opacity: 0;
    border-radius: 50px;
}

#ID_USERSETTINGS {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
 }
 
#ID_SHOWNSTATUS {
 	font-size: 0.8em;
	margin: 5px;
	padding: 3px;
	border: 1px solid #aaa;
    background: #F4F4F4;
    border-radius: 3px;
    color: #1D2640;
    float:right;
 }

#ID_ADMINCONTENT h1, #ID_ADMINCONTENT p {
    margin-top: 0.5em;
    margin-bottom: 0.25em;
}

/* MENU */
.flat .dbcds_subcatMenu {
    padding: 45px 0 10px;
    box-shadow: 0px 6px 8px rgb(0 0 0 / 15%);
    z-index: 2;
}
.org-tab {
    position: relative;
    z-index: 10;
    width: 232px;
    padding: 6px 16px;
    text-align: center;
    border-top: 3px solid #2196f3;
    box-sizing: border-box;
}
.dbcds_subcatMenu {
    float: left;
}

.dbcds_subcatMenu .dijitButtonText
{
    text-align: left;
}
.dbcds_subcatMenu .dijitToggleButton {
    display: block;
    margin: 0;
}
.dbcds_subcatMenu .dijitToggleButton .dijitButtonNode {
    display: block;
    border: 0;
    border-radius: 0;
    text-align: left;
    padding: 9px 10px 9px 20px;
    position: relative;
    box-shadow: none;
    transition: 0.3s;
    overflow: hidden;
}
.flat .dbcds_subcatMenu .dijitToggleButtonChecked .dijitButtonNode,
.dbcds_subcatMenu .dijitToggleButton .dijitButtonNode:hover {
    background-color: rgba(0, 144, 211, 0.1);
}
.dbcds_subcatMenu .dijitToggleButton .dijitButtonNode:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid transparent;
    box-sizing: border-box;
    transform: translateX(4px);
    transition: transform 0.5s;
}
.flat .dbcds_subcatMenu .dijitToggleButtonChecked .dijitButtonNode:before,
.dbcds_subcatMenu .dijitToggleButton .dijitButtonNode:hover:before {
    border-right-color: #0090D3;
    transform: translateX(0);
}
.flat .dbcds_subcatMenu .dijitButtonText {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #1E2740;
    transition: color 0.3s;
}
.flat .dbcds_subcatMenu .dijitToggleButtonChecked .dijitButtonText,
.flat .dbcds_subcatMenu .dijitToggleButton:hover .dijitButtonText {
    color: #0090D3;
}

.dbcds_subcatMenu .dijitIcon {
    width: 20px;
    height: 20px;
    margin-right: 9px;
    background-size: contain;
    transition: 0.3s;
}
.dbcds_subcatMenu .dijitButtonContents {
    outline: none;
}

.dbcds_menu_documentsIcon {
	background-image: url('../images/gfx/menu/documents.svg');
}
.flat .dbcds_subcatMenu .dijitToggleButtonChecked .dbcds_menu_documentsIcon,
.flat .dbcds_subcatMenu .dijitToggleButton:hover .dbcds_menu_documentsIcon {
	background-image: url('../images/gfx/menu/documents_h.svg');
}

.dbcds_menu_lmsIcon {
    background-image: url('../images/gfx/menu/lms.svg');
}
.flat .dbcds_subcatMenu .dijitToggleButtonChecked .dbcds_menu_lmsIcon,
.flat .dbcds_subcatMenu .dijitToggleButton:hover .dbcds_menu_lmsIcon {
	background-image: url('../images/gfx/menu/lms_h.svg');
}

.dbcds_menu_structureIcon {
	background-image: url('../images/gfx/menu/structure.svg');
}
.flat .dbcds_subcatMenu .dijitToggleButtonChecked .dbcds_menu_structureIcon,
.flat .dbcds_subcatMenu .dijitToggleButton:hover .dbcds_menu_structureIcon {
	background-image: url('../images/gfx/menu/structure_h.svg');
}

.dbcds_menu_usersIcon {
	background-image: url('../images/gfx/menu/users.svg');
}
.flat .dbcds_subcatMenu .dijitToggleButtonChecked .dbcds_menu_usersIcon,
.flat .dbcds_subcatMenu .dijitToggleButton:hover .dbcds_menu_usersIcon {
	background-image: url('../images/gfx/menu/users_h.svg');
}

.dbcds_menu_rolesIcon {
	background-image: url('../images/gfx/menu/roles.svg');
}
.flat .dbcds_subcatMenu .dijitToggleButtonChecked .dbcds_menu_rolesIcon,
.flat .dbcds_subcatMenu .dijitToggleButton:hover .dbcds_menu_rolesIcon {
	background-image: url('../images/gfx/menu/roles_h.svg');
}

.dbcds_menu_settingsIcon {
    background-image: url('../images/gfx/menu/settings.svg');
}
.flat .dbcds_subcatMenu .dijitToggleButtonChecked .dbcds_menu_settingsIcon,
.flat .dbcds_subcatMenu .dijitToggleButton:hover .dbcds_menu_settingsIcon {
	background-image: url('../images/gfx/menu/settings_h.svg');
}

.dbcds_menu_trackIcon {
    background-image: url('../images/gfx/menu/track_usage.svg');
}
.flat .dbcds_subcatMenu .dijitToggleButtonChecked .dbcds_menu_trackIcon,
.flat .dbcds_subcatMenu .dijitToggleButton:hover .dbcds_menu_trackIcon {
	background-image: url('../images/gfx/menu/track_usage_h.svg');
}

.dbcds_menu_statisticsIcon {
    background-image: url('../images/gfx/menu/statistics.svg');
}
.flat .dbcds_subcatMenu .dijitToggleButtonChecked .dbcds_menu_statisticsIcon,
.flat .dbcds_subcatMenu .dijitToggleButton:hover .dbcds_menu_statisticsIcon {
	background-image: url('../images/gfx/menu/statistics_h.svg');
}

.dbcds_menu_destIcon {
    background-image: url('../images/gfx/menu/destinations.svg');
}
.flat .dbcds_subcatMenu .dijitToggleButtonChecked .dbcds_menu_destIcon,
.flat .dbcds_subcatMenu .dijitToggleButton:hover .dbcds_menu_destIcon {
	background-image: url('../images/gfx/menu/destinations_h.svg');
}

.dbcds_menu_templateIcon {
    background-image: url('../images/gfx/menu/templates.svg');
}
.flat .dbcds_subcatMenu .dijitToggleButtonChecked .dbcds_menu_templateIcon,
.flat .dbcds_subcatMenu .dijitToggleButton:hover .dbcds_menu_templateIcon {
	background-image: url('../images/gfx/menu/templates_h.svg');
}

.dbcds_menu_formsIcon {
    background-image: url('../images/gfx/menu/ireforms_forms.svg');
}
.flat .dbcds_subcatMenu .dijitToggleButtonChecked .dbcds_menu_formsIcon,
.flat .dbcds_subcatMenu .dijitToggleButton:hover .dbcds_menu_formsIcon {
	background-image: url('../images/gfx/menu/ireforms_forms_h.svg');
}

.dbcds_menu_reportsIcon {
    background-image: url('../images/gfx/menu/ireforms_reports.svg');
}
.dbcds_menu_planeIcon {
    background-image: url('../images/gfx/menu/plane.svg');
}
.flat .dbcds_subcatMenu .dijitToggleButtonChecked .dbcds_menu_reportsIcon,
.flat .dbcds_subcatMenu .dijitToggleButton:hover .dbcds_menu_reportsIcon {
	background-image: url('../images/gfx/menu/ireforms_reports_h.svg');
}

.dbcds_menu_applicationsIcon {
    background-image: url('../images/gfx/menu/applications.svg');
}
.flat .dbcds_subcatMenu .dijitToggleButtonChecked .dbcds_menu_applicationsIcon,
.flat .dbcds_subcatMenu .dijitToggleButton:hover .dbcds_menu_applicationsIcon {
	background-image: url('../images/gfx/menu/applications_h.svg');
}

.dbcds_menu_sendIcon {
    background-image: url('../images/gfx/menu/send_group_mail.svg');
}
.flat .dbcds_subcatMenu .dijitToggleButtonChecked .dbcds_menu_sendIcon,
.flat .dbcds_subcatMenu .dijitToggleButton:hover .dbcds_menu_sendIcon {
	background-image: url('../images/gfx/menu/send_group_mail_h.svg');
}

.headerRow {
	margin:0px;
	background: #2C385E;
	font-size: 1.0em;
    letter-spacing: 1px;
	font-weight:  900;
	color: #F4F4F4;
	padding: 5px 10px;
}

.headerRow .dijitTextBox {
    color: #2C375E;
}

.subHeaderRow {
	margin: 0px;
	padding: 5px 10px;
}

.listFrame {
	background-color: #F4F4F4;
	border: 1px solid #3C4C80;
	border-collapse: collapse;
	margin-bottom: 5px;
}

.docList li { 
	padding: 5px 10px;
}

.docList li:not(.headerRow) { 
	cursor: pointer;
}

.docList li:nth-child(odd):not(.headerRow),
.destTable tr:nth-child(odd):not(.headerRow),
.adminTable tr:nth-child(odd):not(.headerRow),
.editTable tr:nth-child(odd):not(.headerRow)  {
    background-color: #F4F4F4;  
}

.docList li:nth-child(even):not(.headerRow),
.destTable tr:nth-child(even):not(.headerRow),
.adminTable tr:nth-child(even):not(.headerRow),
.editTable tr:nth-child(even):not(.headerRow)  {
    background-color: #FAFAFA;
}

.docList li:nth-child(even):not(.headerRow):hover,.docList li:nth-child(odd):not(.headerRow):hover {
    background-color: #E6E6E6;    
}

.colorBox {
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	width: 5px;
	height: 5px;
	margin: 0 5px;
	padding: 0px 7px;
}

.destTable {
	border: 1px solid #3C4C80;
	border-collapse: collapse;
    margin-bottom: 5px;	
    width:100%;	
}

.destTable table {
	border: none;
	border-collapse: collapse;
	margin: 0;
    width: 100%;
}

.destTable th,
.destTable td {
	margin: 0px;
	padding: 5px 10px;
    vertical-align: top;
}

.destTable h1 {
    font-size: 120%;
    font-weight: bolder;
    padding: 5px 0;
    margin: 0;
}

.destTable .destNestedTable tr:nth-child(even),.destTable .destNestedTable tr:nth-child(odd) {
    background-color: transparent;
}

#widget_Dest_Revision,#widget_Hotel_Revision {
	width: 400px;
	margin-right: 20px;
}	

.tightTable td {
	font-size: smaller;
	padding: 2px;
	text-align: center;
}

.highlightCell {
	background-color: #E0E0FF;
}

/* Override dijit components */
.dijitTextArea {
    font-family: "open_sansregular", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.flat .dijitTitlePane {
    margin-bottom: 5px;
}

.flat .dijitTitlePaneTitle {
    color: #F4F4F4;
    border-color: #2C385E;
    background-color: #2C385E;
    border-radius: 0;
}

.flat .dijitTitlePaneContentOuter {
    border-color: #2C385E;
    border-radius: 0;
}

.flat .dijitTitlePane .dijitClosed {
    border-radius: 0px;
}

.flat .dijitTitlePaneContentInner {
    padding: 0;
}

.flat .dijitTitlePaneContentInner .destTable{
    border: none;
}

.flat .dijitDialogPaneActionBar {
    padding-bottom: 8px;
}

/* General ICONs */

.dbcds_logoutIcon {
	background-image: url('../images/gfx/Logout_light.png');
	background-repeat: no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    margin: 16px auto 0;
}

.dbcds_userSettingsIcon {
	background-image: url('../images/gfx/UserSettings_light.png');
	background-repeat: no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    margin: 16px auto 0;
}

.dbcds_help24Icon {
	background-image: url('../images/gfx/Help_light.png');
	background-repeat: no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    margin: 16px auto 0;
}

.dbcds_softwareIcon {
	background-image: url('../images/gfx/Software_light.png');
	background-repeat: no-repeat;
    background-size: 24px 24px;
    padding-left: 30px;
    padding-bottom: 30px;
}

.dbcds_destIconLink {
    filter: brightness(0) invert(1);
    background-image: url('../images/gfx/destIcon.png');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    padding-left: 30px;
    padding-bottom: 30px;
}

.downloadIcon {
	background-image: url('../images/gfx/downloadIcon.png');
	background-repeat: no-repeat;
    padding-left:20px;
    min-height: 20px;
    background-size: 20px 20px;
    margin-left: 10px;
}

.downloadIcon_light {
	background-image: url('../images/gfx/downloadIcon_light.png');
	background-repeat: no-repeat;
    padding-left:20px;
    min-height: 20px;
    background-size: 20px 20px;
    margin-left: 10px;
}

.confirmIcon {
	background-image: url('../images/gfx/confirmIcon.png');
	background-repeat: no-repeat;
    padding-left:18px;
    padding-bottom: 16px;
    background-size: 16px 16px;
}

.pdfIcon {
	background-image: url('../images/gfx/pdfIcon.png');
	background-repeat: no-repeat;
    padding-left:18px;
    padding-bottom: 18px;
    background-size: 16px 16px;
}

.emptyStarIcon {
	background-image: url('../images/gfx/star_empty.png');
	background-repeat: no-repeat;
    padding-left:16px;
    padding-bottom: 16px;
    background-size: 16px 16px;
}

.halfStarIcon {
	background-image: url('../images/gfx/star_half.png');
	background-repeat: no-repeat;
    padding-left:16px;
    padding-bottom: 16px;
    background-size: 16px 16px;
}

.fullStarIcon {
	background-image: url('../images/gfx/star_full.png');
	background-repeat: no-repeat;
    padding-left:16px;
    padding-bottom: 16px;
    background-size: 16px 16px;
}

.iFtIcon {
    background-image: url(../images/gfx/i-fly-there.svg);
	background-repeat: no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    margin: 16px auto 0;
}

.iRefIcon {
    background-image: url(../images/gfx/i-reform.svg);
	background-repeat: no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    margin: 16px auto 0;
}

.iDbIcon {
    background-image: url(../images/gfx/doc-browser.svg);
	background-repeat: no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    margin: 16px auto 0;
}

.iDotsIcon {
    background-image: url(../images/gfx/dot-menu.svg);
	background-repeat: no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    margin: 16px auto 0;
}

/* Admin Interface Specific */

.dbcds_sticky {
    position: fixed;
    bottom: 19px;
    right: 38px;
    z-index: 99 !important;
}

.gridControls {
	border: 1px solid #ddd;
	background-color: #F4F4F4;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 5px;
 }

 .graphFrames {
	border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px;
    margin: 5px 0px;
 }

.graphFrames h2 {
    text-align: center;
}

.gridControls .dijit {
    margin-right: 10px;
}

.container {
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
}

.col1, .col2, .col3, .col4 {
    width: 23%;
    margin: 0px 10px;
    vertical-align: top;
    display: inline-block;
    zoom: 1
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.CodeMirror {resize: vertical;}

#Doc_processed_status{
    background-color: white;
    border-radius: 2px;
    padding: 5px 0;
}

.docStatusBar{
    width: 100%;
    padding-top: unset !important;
    vertical-align: middle !important;
    color: white;
    padding: 10px 5px !important;
}

.failedDocBg {
    background-color: #f44336;
}

.pendingDocBg {
    background-color: #838b95;
}

.invalid {
    font-weight:bold;
    color:#F26C48;
}

.failedDocProcess {
    font-weight:bold;
    color:#f44336;
}

.pendingDocProcess {
    font-weight:bold;
    color:#838b95;
}

.highlight {
	background-color: #1D2640;
	border: 1px solid #2C385E;
    border-radius: 3px;
    color: #6AC2ED;
	margin: 5px;
	padding: 0px 10px; 
}

.adminTable table:not(.dijit) {
	border: 1px solid #ddd;
    border-radius: 3px;
	border-collapse: collapse;
	margin-bottom: 5px;	
    width: 100%;
}

.adminTable table td:not(.dijit),
.adminTable table th:not(.dijit)
{
	margin: 0px;
	padding: 5px;
	vertical-align: top;
}

.adminTable table:not(.dojoxLegendNode):not(.dijit) tr td:first-child,
.editTable:not(.dijit):not(.dbcds_void) tr th:first-child:not(.dbcds_void),
.editTable:not(.dijit):not(.dbcds_void) tr td:first-child:not(.dbcds_void) {
    font-weight: 600;
    width: 170px;
    vertical-align: top;
    padding-top: 12px;
}

.adminTable table tr td .dijitTextBox,
.editTable tr td .dijitTextBox:not(.dijitDateTextBox):not(.dijitTimeTextBox):not(.dijitSelect) {
    width: 100%;
}

.adminTable table tr td .dijitCheckBox,
.editTable tr td .dijitCheckBox,
.editTable tr td .dijitDateTextBox,
.roleSetList .dijitCheckBox {
    margin-right: 5px;
}

.editTable tr td label {
    margin-right: 20px;
}

.editTable:not(.dijit) {
	width: 100%;
	/*table-layout: fixed;*/
	border-collapse:collapse;
}

.editTable td:not(.dijit),
.editTable th:not(.dijit) {
	padding: 5px;
}

.editTable table.dijitInline:not(.dijitSelect) {
    display: block;
}

.editTable table.dijitInline.dijitSelect {
    display: inline-block;
    margin-right: 5px;
}

.roleSetList {
	font-size: 0.8em;
	background-color: #F4F4F4;
	border: 1px solid #2C385E;
    width: 100%;
}

.roleSetList li:not(.headerRow) {
    border: 1px dashed #aaa;
    border-radius: 3px;
    margin: 7px 5px;
    padding: 5px;
}
.roleSetList li:not(.headerRow).error {
    border-color: #f44336;
}
.roleSetList li:not(.headerRow) p.error {
    color: #f44336;
}

.roleSetList li label {
    font-size: 150%;
    font-weight: 900;
}

.roleSubTable td:not(.dijitButtonContents) {
    width: 100px;
    margin-right: 10px;
    border: 1px solid #ddd;
    padding: 3px;
}

.roleSubTable td:first-child:not(.dijitButtonContents) {
    border: none;
}
.dijitEditorIFrameContainer iframe {
    margin: 0;
}

.rolesList {
    margin: 0px;
    padding:  0px;
}

.rolesList li {
   float:left;
   list-style: none outside none;
   margin: 2px 5px;
   padding: 4px 18px 4px 18px;
   border: 1px solid #aaa;
   background-color: #F4F4F4;
   color: #1D2640;
}

.rolesList li:hover {
   background-color: #aaa;
    -webkit-box-shadow: inset 0 0 1px 1px #ddd;
    -moz-box-shadow: inset 0 0 1px 1px #ddd;
    box-shadow: inset 0 0 1px 1px #ddd;
    color: #1D2640;
    cursor: pointer;    
   background-image: url('../images/gfx/removeIcon.png');
   background-repeat: no-repeat;
   background-position: left center;
   background-size: 16px 16px;
}


.dbcds_explain {
	font-size: 80%;
	margin: 5px 0px;
	padding: 2px 5px;
	background-color: #F4F4F4;
	border: 1px solid #ddd;
    border-radius: 3px;
    z-index: 100 !important;
}

.report_filter_section, .report_column_container {
	font-size: 1.0em;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom:2px;
	padding: 5px;
	background-color: #F4F4F4;
	border: 1px solid #aaa;  
}

#reportContent h3 {
    margin: 0;
}

#reportContent h4 {
    font-size: 14px;
    margin: 0px;
    padding: 1em 0.2em 0.2em 0.2em; 
}

.report_include_columns {
	background-color: #F6FFF6;
}

.report_exclude_columns {
	background-color: #FFF6F6;
}

.report_column_container .container {
	min-height: 30px;
	overflow: auto;
	margin: 0;
	padding: 0;
}

.report_column_container .container li {
   	float:left;
   	list-style: none outside none;
   	margin: 2px 5px;
   	padding: 1px 3px 0;
	background-color: #2C385E;
    color: #F4F4F4;
	opacity: 0.8;
}

.reportsGrid .dgrid-cell {
    width: 80px;
 }

/* Destination Administration specific */

.categoryDataRow {
    position: relative;
    display: none;
}

.categoryDataRow.active:not(.dbcds_hidden) {
    display: table-row-group;
}

.category_data_switcher_wrapper {
    width: 100%;
    top: 11px;
    display: none;
}

.category_data_switcher_wrapper.visible {
    display: table-row-group;
}

.category_data_switcher_wrapper tr {
    background-color: inherit;
}

.category_data_switcher_wrapper tr th {
    padding-left: 0 !important;
    height: 25px;
    width: 100%;
    position: relative;
}

.category_data_switcher_wrapper tr th:last-of-type {
    padding-right: 15px;
}

.category_data_switcher_wrapper ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background-color: #F4F4F4;
    width: fit-content;
    padding-top: 2px;
    padding-right: 5px;
    margin-bottom: -5px;
    border-top: 1px solid #1D2640;
    border-right: 1px solid #1D2640;
}

.category_data_switcher_wrapper ul:after {
    content: "";
    display: table;
    clear: both;
}

.category_data_switcher_wrapper ul li {
    white-space: nowrap;
    overflow: hidden;
    padding: 0px 15px 0 7px;
    cursor: pointer;
    background: #F4F4F4;
    border-top: 3px solid #F4F4F4;
    color:#1D2640;
    line-height: 2.5em;
    display: flex;
    align-items: center;
    position: relative;
}
.category_data_switcher_wrapper ul li.dbcds_hidden {
    display: none;
}
.category_data_switcher_wrapper ul.dojoDndHorizontal li {
    padding: 0px 15px 0 7px;
    border: 0;
    border-top: 3px solid #F4F4F4;
}
.category_data_switcher_wrapper ul.dojoDndHorizontal li.dojoDndItem:before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    bottom: 0;
    height: 3px;
    z-index: 2;
}
.category_data_switcher_wrapper ul.dojoDndHorizontal li.dojoDndItemBefore:before {
    background-color: #6AC2ED;
    left: 0;
}
.category_data_switcher_wrapper ul.dojoDndHorizontal li.dojoDndItemAfter:before {
    background-color: #6AC2ED;
    right: 0;
}
.category_data_switcher_wrapper ul li .drag-icon {
    margin-right: 7px;
}

.category_data_switcher_wrapper ul li:hover:not(.active) {
    background: #E6E6E6;
}

.category_data_switcher_wrapper ul li:first-of-type {
    margin-left: 5px;
}

.category_data_switcher_wrapper ul li.active {
    background-color: #2C385E;
    color: #F4F4F4;
    border-top: 3px solid #6AC2ED;
}

.group-email-form input {
    display: block;
}

.field-data-row:hover .field-data-label.has-revision::before {
    display: block;
}

.field-data-row:hover .field-data-label.has-revision::after {
    display: block;
}

.field-data-label {
    position: relative;
}

.field-data-label::before {
    content: attr(data-updatedata);
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #CDCDCD;
    z-index: 1;
    top: -40px;
    left: -5px;
    padding: 2px;
    font-size: 10px;
    min-width: 179px;
    height: 30px;
    line-height: 1.4em;
    box-shadow: -1px 2px 5px #a2a2a2;
    border-radius: 1px;
}

.field-data-label::after {
    content: ' ';
    display: none;
    position: absolute;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    left: 20px;
    top: -11px;
    background:#fff;
    z-index: 2;
    border-top-left-radius: 20px;
    box-shadow: 2px 2px 3px #a2a2a2;
}

.destinationFieldDocument table tr:not(.primary_field) {
    display: none;
}

.destination-file {
    position: relative;
}

.destination-file .destination-file-delete {
    display: block;
    position: absolute;
    opacity: 0;
    width: 12px;
    height: 12px;
    top: 0px;
    left: -17px;
}

.destination-file .destination-file-delete span {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0;
    border: none !important;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent !important;
    line-height: 1em;
}

.destination-file:hover .destination-file-delete {
    opacity: 1;
    cursor: pointer;
}

/* Admin ICONs */

.dbcds_icon_box {
    background-color: #6AC2ED;
    border: 1px solid #3C4C80;
    border-radius: 5px;
    padding: 3px;
}

.dbcds_icon_box span {
    margin: 0px 5px;
}

.dbcds_icon {
    padding-left: 16px;
}

.dbcds_icon_selected {
    background-color: #F4F4F4;
    border-radius: 5px;
}

.dbcds_adminIcon {
	background-image: url('../images/gfx/adminIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 16px;
    padding-bottom: 16px;
}

.dbcds_helpIcon {
	background-image: url('../images/gfx/Help_dark.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 16px;
    padding-bottom: 16px;
}

.dbcds_clearIcon {
	background-image: none;
}

.dbcds_iconPadding {
    padding-left: 16px;
    padding-bottom: 16px;
}

.dbcds_refreshIcon {
	background-image: url('../images/gfx/refreshIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 16px;
    padding-bottom: 16px;
}

.dbcds_magicIcon {
	background-image: url('../images/gfx/magicIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_documentsIcon {
	background-image: url('../images/gfx/manualsIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_structureIcon {
	background-image: url('../images/gfx/structureIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_usersIcon {
	background-image: url('../images/gfx/usersIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_rolesIcon {
	background-image: url('../images/gfx/rolesIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_rolesIcon {
	background-image: url('../images/gfx/rolesIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_settingsIcon {
	background-image: url('../images/gfx/settingsIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_trackIcon {
	background-image: url('../images/gfx/trackIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_efbIcon {
	background-image: url('../images/gfx/efbIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_statisticsIcon {
	background-image: url('../images/gfx/statisticsIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_destIcon {
	background-image: url('../images/gfx/destIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_formsIcon {
	background-image: url('../images/gfx/formsIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_reportsIcon {
	background-image: url('../images/gfx/reportsIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_kpiIcon {
	background-image: url('../images/gfx/kpiIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_addDocIcon {
	background-image: url('../images/gfx/addDocIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_editDocIcon {
	background-image: url('../images/gfx/editDocIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_deleteDocIcon {
	background-image: url('../images/gfx/deleteDocIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_addCategoryIcon {
	background-image: url('../images/gfx/addCategoryIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_editCategoryIcon {
	background-image: url('../images/gfx/editCategoryIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_deleteCategoryIcon {
	background-image: url('../images/gfx/deleteCategoryIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_addUserIcon {
	background-image: url('../images/gfx/addUserIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_editUserIcon {
	background-image: url('../images/gfx/editUserIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_deleteUserIcon {
	background-image: url('../images/gfx/deleteUserIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_addRoleIcon {
	background-image: url('../images/gfx/addRoleIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_editRoleIcon {
	background-image: url('../images/gfx/editRoleIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_deleteRoleIcon {
	background-image: url('../images/gfx/deleteRoleIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_rolesIcon {
	background-image: url('../images/gfx/rolesIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_reportIcon {
	background-image: url('../images/gfx/reportIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_automateIcon {
	background-image: url('../images/gfx/automateIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_CSVIcon {
	background-image: url('../images/gfx/csvIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_XLSIcon {
	background-image: url('../images/gfx/excelIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_FTPIcon {
	background-image: url('../images/gfx/ftpIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_sendIcon {
	background-image: url('../images/gfx/sendIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_addReportIcon {
	background-image: url('../images/gfx/addReportIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_editReportIcon {
	background-image: url('../images/gfx/editReportIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_deleteReportIcon {
	background-image: url('../images/gfx/deleteReportIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_addIcon {
	background-image: url('../images/gfx/addIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_editIcon {
	background-image: url('../images/gfx/editIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_deleteIcon {
	background-image: url('../images/gfx/deleteIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_red_deleteIcon {
	background-image: url('../images/gfx/deleteIcon_red.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_listIcon {
	background-image: url('../images/gfx/listIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_templateIcon {
	background-image: url('../images/gfx/templateIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_duplicateIcon {
	background-image: url('../images/gfx/duplicateIcon.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_upIcon {
	background-image: url('../images/gfx/upIcon_dark.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_downIcon {
	background-image: url('../images/gfx/downIcon_dark.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_downIcon {
	background-image: url('../images/gfx/downIcon_dark.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
}

.dbcds_delRowIcon {
	background-image: url('../images/gfx/DeleteRow.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.dbcds_editRowIcon {
	background-image: url('../images/gfx/EditRow.png');
	background-repeat: no-repeat;
    background-size: 16px 16px;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.headerTabs {
    display: flex;
    padding: 0;
    margin: 0 0 20px 10px;
}

.headerTabs .headerTabItem {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #8F929E;
    padding: 0 5px 4px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: color 0.3s;
    display: inline-flex;
    align-items: center;
    user-select: none;
    text-decoration: none;
}

.headerTabs .headerTabItem:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.headerTabs .headerTabItem.destinations:before {
    background-image: url('../images/gfx/menu/plane.svg');
}
.headerTabs .headerTabItem.countries:before {
    background-image: url('../images/gfx/menu/destinations.svg');
}
.headerTabs .headerTabItem.templates:before {
    background-image: url('../images/gfx/menu/templates.svg');
}
.headerTabs .headerTabItem.groupEmail:before {
    background-image: url('../images/gfx/menu/send_group_mail.svg');
}
.headerTabs .headerTabItem.destinationSettings:before {
    background-image: url('../images/gfx/settingsIcon.png');
}
.headerTabs .headerTabItem.userDocuments:before {
    background-image: url('../images/gfx/menu/users.svg')
}
.headerTabs .headerTabItem.user:before {
    background-image: url('../images/gfx/menu/user.svg')
}
.headerTabs .headerTabItem.documents:before {
    background-image: url('../images/gfx/menu/documents.svg');
}

.headerTabs li:not(:last-child) {
    margin-right: 15px;
}

.headerTabs .headerTabItem.active,
.headerTabs .headerTabItem:hover {
    color: #1E2740;
    border-bottom-color: #1E2740;
}

.iReformToggleBtn_XML, .iReformToggleBtn_Visual{
  float: right;
  border: none;
  color: #ffffff;
  cursor: pointer;
  user-select: none;
}

.iReformToggleBtn_XML{
  border-radius: 5px 0 0 5px;
  background: #0090D3;
}

.iReformToggleBtn_Visual{
  border-radius: 0 5px 5px 0;
  background: #3A4B71;
  margin-right: 15px;
}

.pdf-format-wrap .fields-wrap {
    position: relative;
    display: inline-block;
    gap: 5px;
}

.pdf-format-wrap .fields-wrap ul {
    position: absolute;
    max-height: 200px;
    overflow: auto;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 3;
    background-color: #fff;
    border: 1px solid #9e9e9e;
    box-sizing: border-box;
    display: none;
}
.pdf-format-wrap .fields-wrap ul li {
    padding: 6px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pdf-format-wrap .fields-wrap ul li:hover {
    background-color: rgba(0, 144, 211, 0.1);
    color: #0090D3;
    cursor: pointer;
}
.pdf-format-wrap .fields-wrap input {
    padding: 6px 10px;
    width: 300px;
}

.pdf-format-wrap .fields-wrap input:focus+ul {
    display: block;
}

.pdf-format-wrap #pdfFileNamePreview {
    display: flex;
    align-items: center;
    margin: 10px 0;
    gap: 5px;
    white-space: nowrap;
}

.pdf-format-wrap #selectedFieldIds {
    padding: 5px;
    background: #dedbdbcc;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-height: 37px;
    box-sizing: border-box;
    min-width: 20px;
}

.pdf-format-wrap #pdfFileNamePreview > label,
.pdf-format-wrap #pdfFileNamePreview > span {
    background-color: rgb(226, 224, 224);
    color: #0090D3;
    padding: 9px 7px;
    display: inline-block;
    min-height: 37px;
    box-sizing: border-box;
    margin-right: 0;
}

.pdf-format-wrap #pdfFormName:empty,
.pdf-format-wrap #selectedFieldIds:empty {
    display: none;
}

.pdf-format-wrap #selectedFieldIds span {
    background-color: rgb(233, 243, 251);
    display: inline-flex;
    align-items: center;
    padding: 3px 5px;
    color: #0090D3;
    position: relative;
    border: none;
}

.pdf-format-wrap #selectedFieldIds span.dojoDndItem:before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    bottom: 0;
    height: 3px;
    z-index: 2;
}
.pdf-format-wrap #selectedFieldIds span.dojoDndItemBefore:before {
    background-color: #6AC2ED;
    left: 0;
}
.pdf-format-wrap #selectedFieldIds span.dojoDndItemAfter:before {
    background-color: #6AC2ED;
    right: 0;
}

.pdf-format-wrap #selectedFieldIds span i {
    display: inline-block;
}

.pdf-format-wrap #selectedFieldIds span i.drag-icon {
    margin-right: 8px;
}

.pdf-format-wrap #selectedFieldIds span i.close-icon {
    margin-left: 8px;
}

#ID_HEADERTABS {
    padding: 0;
}
