/* Custom */

:root {	
	--primaryColor: #0097ba;
    --secondaryColor: #ff4081;
	
	--bodyColor: whitesmoke;
    --warnColor: #f44336;
	
    --headerBorderBottonColor: linear-gradient(90deg, #143C8C 0, #143C8C 100%);
    --headerBackgroundColor: white;
	
    --tableheaderBorderBottonColor: var(--primaryColor);
    --tableheaderBorderTopColor: #d3d3d3;
    --tableheaderBorderBottonHoverColor: #ed8b00;
	
    --tableHeaderFontColor: #000000;
	
    --sidebarSectionFontColor: #000000;
    --sibdearSectionItemFontColor: rgba(0, 0, 0, 0.87);
    
    --disableCheckboxColor: #b0b0b0;
    --stepInactiveIconColor: rgba(0, 0, 0, 0.54);
    --stepFontColor: rgba(0, 0, 0, 0.87);
    --stepActiveIconColor: var(--primaryColor);
	
    --gridBodyFontColor: rgba(0, 0, 0, 0.87);
    --buttonFontColor: rgba(0, 0, 0, 0.87);
    --buttonBackgroundColor: white;
	
    --captionColor: #000000;
    --logourl: url(logo_RWW.jpg);
    --headerAlignment: space-between;
}

/* Hide map commands line, polyline, polygon - BEGIN */

.gipmapp-command-line {
    display: none !important;
}

.gipmapp-command-polyline {
    display: none !important;
}

.gipmapp-command-polygon {
    display: none !important;
}

.gipmapp-command-edit {
    left: 9em !important;
}

.gipmapp-command-edit-switch {
    left: 11.1em !important;
}

/* Hide map commands line, polyline, polygon - END */