/* Color Legenda
Grey = d0d0d0 
Blue = 185C9A 
Grey = 666666 
*/

/*headerPane Color*/
.tundra .header {
background-color: #d0d0d0;
margin-top: 0px;
height: 90px;
}

/* Company Logo */
.tundra .header .headerImageContainer .headerImage {
background-image: url('/assystimages/New%20Icons/epta_log_Transparent.png');
background-repeat: no-repeat;
-moz-background-size: 100% 100%;
background-size: 40% 90%; 
background-position: left;
}

body:not(.restClient).tundra .headerImageContainer{
width: 700px;
height: 80px;
/*min-width: 150px;*/
}

/*SEARCH*/
/*Search Button Color*/
.axios-application-search .dijitComboButton .dijitButtonNode {
background: #185C9A;
}
.axios-application-search .applicationSearchBox {
background: #FFFFFF;
}
.tundra .axios-field-focus .dijitTextBox {
background: #FFFFFF;
}

/*User Photo border*/
body:not(.restClient).tundra #headerUserPhoto {
border: 4px solid #d0d0d0;
}

/*
.tundra .dijitButtonText {
color: #ffffff;
}
*/

/*help*/
body:not(.restClient).tundra .helpIcon {
/*background: #ffffff;*/
color: #d0d0d0;
}
.tundra .menuHelp {
color: #ffffff;
}

/*welcome pane*/
.tundra .subHeader.navigationHeader {
background-color: #185C9A;
}
.tundra .dijitSplitterV {
background: linear-gradient(to bottom, #185C9A 0%, #185C9A 35px, #FFFFFF 35px, #FFFFFF 100%);
}
.tundra .subHeader {
 background-color: #185C9A;
 }
.tundra .subHeader .toolbarContainer .dijitToolbar {
background-color: #185C9A;
}

/*Menu Text Color*/
.tundra #axios-navigation-pane .axios-treerow-level-1 .dijitTreeLabel .labelNameNode {
color: #666666;
}
.tundra #axios-navigation-pane .axios-treerow-level-1.dijitTreeRowHover .dijitTreeLabel .menuItemLabelNode .labelNameNode {
color: #185C9A;
border-bottom: 2px solid #185C9A;
}
.tundra #axios-navigation-pane .axios-treerow-level-1.axios-treerow-level-1-active .dijitTreeLabel .menuItemLabelNode .labelNameNode {
color: #185C9A;
border-bottom: 2px solid #185C9A;
}
/*Menu Text Color*/
.tundra #axios-navigation-pane .axios-treerow-level-1 .dijitTreeLabel .labelNameNode {
color: #666666;
}
.tundra #axios-navigation-pane .axios-treerow-level-1.dijitTreeRowHover .dijitTreeLabel .menuItemLabelNode .labelNameNode {
color: #185C9A;
border-bottom: 2px solid #185C9A;
}
/*Retracted Menu Color*/
.tundra #axios-navigation-pane .retractedMenu .dijitInline.dijitIcon.dijitTreeIcon.axios-mainmenu-icon:hover {
border-left: 3px solid #666666;
}
.tundra #axios-navigation-pane .retractedMenu .axios-treerow-level-1-active .dijitInline.dijitIcon.dijitTreeIcon.axios-mainmenu-icon {
border-left: 3px solid #185C9A;
}
.tundra #axios-navigation-pane .axios-treerow-level-1.axios-treerow-level-1-active .dijitTreeLabel .menuItemLabelNode .labelNameNode {
color: #185C9A;
border-bottom: 2px solid #185C9A;
}
/*Hide Support Menu*/
div[title="Support"] {
display:none;
}

/*Message side color*/
.axios-message-read-bar {
border-left-color: #666666 !important;
}

/*Monitor Header Color*/
.tundra .collaboration-summary-grid .dgrid .dgrid-header .dgrid-cell, .tundra .axios-event-monitor-welcome .axios-grid .dgrid .dgrid-header .dgrid-cell, .axios-event-monitor-welcome .tundra .axios-grid .dgrid .dgrid-header .dgrid-cell, .tundra .axios-item-monitor-welcome .axios-grid .dgrid .dgrid-header .dgrid-cell, .axios-item-monitor-welcome .tundra .axios-grid .dgrid .dgrid-header .dgrid-cell, .tundra .axios-event-monitor-homepage .axios-grid .dgrid .dgrid-header .dgrid-cell, .axios-event-monitor-homepage .tundra .axios-grid .dgrid .dgrid-header .dgrid-cell, .tundra .events-details .axios-grid .dgrid .dgrid-header .dgrid-cell, .events-details .tundra .axios-grid .dgrid .dgrid-header .dgrid-cell, .tundra .configuration-tab-content .axios-grid .dgrid .dgrid-header .dgrid-cell, .configuration-tab-content .tundra .axios-grid .dgrid .dgrid-header .dgrid-cell {
background-color: #666666;
}
.tundra .collaboration-summary-grid .dgrid .dgrid-scrollbar-width, .tundra .axios-event-monitor-welcome .axios-grid .dgrid .dgrid-scrollbar-width, .axios-event-monitor-welcome .tundra .axios-grid .dgrid .dgrid-scrollbar-width, .tundra .axios-item-monitor-welcome .axios-grid .dgrid .dgrid-scrollbar-width, .axios-item-monitor-welcome .tundra .axios-grid .dgrid .dgrid-scrollbar-width, .tundra .axios-event-monitor-homepage .axios-grid .dgrid .dgrid-scrollbar-width, .axios-event-monitor-homepage .tundra .axios-grid .dgrid .dgrid-scrollbar-width, .tundra .events-details .axios-grid .dgrid .dgrid-scrollbar-width, .events-details .tundra .axios-grid .dgrid .dgrid-scrollbar-width, .tundra .configuration-tab-content .axios-grid .dgrid .dgrid-scrollbar-width, .configuration-tab-content .tundra .axios-grid .dgrid .dgrid-scrollbar-width {
background-color: #666666;
}

/*Content Text Color
.tundra .dijitContentPane {
color: #185C9A;
}
h1 {
color: #185C9A;
}
h2 {
    color: #666666;
}
.tundra .axios-tile-container .axios-tile .axios-tile-inner .axios-tile-title {
    color: #185C9A;
}*/

/*Help topic text color*/
.tundra .axios-tabbed-list .axios-tabbed-list-tabs .axios-tabbed-list-tab {
color: #185C9A;
}
.tundra .axios-tabbed-list .axios-tabbed-list-contents .axios-tile .axios-tile-inner .axios-faqs-list-title {
color: #666666;
}


/*Compress Cells*/
body:not(.restClient).tundra .dojoxGridCell {
height: 22px;
}

/* Hide print button in Net */
.tundra [data-auto-test-id='printButton'].axios-toolbar-button.flexContainer {
display: none;
}

/*Search */ 
.tundra .axios-rating {
display: none;
}

/*ShortCut icon color*/
.axios-favorites .axios-tile-container .axios-tile .tile-icon .img-serviceOfferings {
background-color: #83022c;
}
.axios-favorites .axios-tile-container .axios-tile .tile-icon .img-services {
background-image: url('/assystimages/service-shortcut.png');
background-color: #185C9A ;
}
.axios-homepage .axios-favorites .axios-tile-container .axios-tile .tile-icon .favoritesImage {
background-size: 35px 35px;
}

/*Application links on HP*/
.axios-homepage .axios-external-links .axios-tile-container .axios-tile .axios-tile-inner {
 border: 1px solid #EAEAEA;
}
.axios-homepage .axios-external-links .axios-tile-container .axios-tile {
width: 100px;
padding: 10px;
}
.axios-external-links .axios-tile-container .axios-tile .axios-tile-inner {
height: 100px;
justify-content: center;
}

.axios-homepage .axios-external-links .axios-tile-container .axios-tile .tile-icon {
margin-left: auto;
margin-right: auto;
height: 60px;
width: 100px;
}
.axios-homepage .axios-external-links .axios-tile-container .axios-tile .tile-icon img {
max-height: 60px;
max-width: 100px;
}

/* Service Offering Form: hide "click image" */
.instructionNode {
display: none;
}

/* Service Offering Form: limit image size to 100pix */
.axios-title-pane .axios-titlepane-details .axios-titlepane-icon .titleImage {
max-width: 100px;
}

/* Event Details: hide ATTACHMENT Field */
.event-details-attachments-row + .event-details-attachments-row {
    display: none;
}

/* Put asterix before mandatory field label */
.axios-mandatory-field:before {   font-weight: bold;   color: #185C9A;   content: "* "; }

/*Survey*/
.tundra .axios-control-container .axios-control-label {
width: 800px;
}
