/*
 *
 * This area / dynamic 'file' allows user defined custom styling to override the default styling.
 *
 */

@import url("../Assets/Skins/Marval Gold/Custom_Fixes.css") screen;
@import url("../Assets/Skins/Marval Gold/Custom_VisualImprovements.css") screen;
@import url("../Assets/Skins/Marval Gold/Custom_EnvMarkers.css") screen;
@import url("../Assets/Skins/Marval Gold/Custom_Opt_LeftAlignLabels.css") screen;
@import url("../Assets/Skins/Marval Gold/Custom_Opt_FastAutoHideMenu.css") screen;
@import url("../Assets/Skins/Marval Gold/Custom_Opt_Materialize.css") screen;

/* Include an environment marker style sheet (from disk, so it stays with the environment instead of the database) */
@import url("../Assets/Skins/Marval Gold/Custom_Environment.css") screen;

/**************************************
 * Start of customer specific styling *
 **************************************/

/*
 *       Since v14 most colours can be set via the Style Sheets functionality
 *       Only add items here that can't be set via that functionality
 */

/* Default text colour */
html, p, h1, h2, h3, a, .menu li a
{
    color: #111111;
}

/* Fieldset legends (= field grouping label) colour */
legend
{
    color: #073976;
}

/* Subheader colour (like SLA / OLA details in request screen) */
h3 {
    color: #003B82;
}

/* Links (URLs) hover colour */
a:hover
{
    color: #0076D2;
}

/* Colour of newly added (not yet applied) notes */
.notesEditor>.notes>div>.note.new>.header
{
    color: #0076D2;
}

/* Sublevel items in left-hand search lists and grids */
.existingEntitiesList .subLevel, .grid .subLevel {
    color: #0076D2;
}

/* Add marker in the menu (before user's name) */
/* - Make sure to also include Custom_EnvMarkers.css at the top */
.mainMenu>.menuBar>.myServiceDesk>a::before
{
    content: "Acto ▶ ";
    color: #003B82;
}
/* OVERRIDE: Make sure that any prefixed or postfixed environment markers next to the user's name in the menu 
   are the same colour (e.g. white) as the selected 'Special Highlight Text Colour' in the Style sheet settings */
.mainMenu>.menuBar>.myServiceDesk.selected>a::before,
.mainMenu>.menuBar>.myServiceDesk.selected>a::after
{
    color: #FFFFFF;
}

/* Dim prefixes in request numbers in grid/worklists */
.cell-default.cell-requestNumber .requestTypeAcronym {
    opacity: 0.9;
}

/* Better align request numbers in grid/worklists */
.cell-default.cell-requestNumber .requestTypeAcronym {
    display: inline-block;
    min-width: 31px;
}
.grid > .body > a.row:hover .cell-default.cell-requestNumber .requestTypeAcronym {
    text-shadow: none;
}
.contactSearcher .telephone {
    width: 77px;
}

.contactSearcher .extension {
    width: 77px;
}
/* Customer specific functional modifications */

        /* logon page header no margin on top */
        #logon #container 
        {
                padding-top: 0px;
        }

/************************************
 * End of customer specific styling *
 ************************************/

/* 
   Documentation of in-MSM stylesheet values:
   (when different from the default Benelux settings)

   General > Max Width:                         1680px
           > Brand Image Width:                 170px
           > Brand Image URL:                   ../../Assets/Skins/Marval Gold/images/brand-GemeenteAlmelo.png
           > Background Image URL:              <Empty> (alt: ../../Assets/Skins/Marval Gold/images/background-GemeenteAlmelo.jpg)
           > Medium Border Colour:              #C5DCEA
           > Required Background Colour         #EDF9FF
           > Highlight Colour:                  #003B82
           > Highlight Text Colour:             #FFFFFF
           > Special Highlight Colour:          #0076D2
           > Special Highlight Text Colour:     #FFFFFF
           > Selected Colour:                   #84D0F0
           > Selected Text Colour:              #FFFFFF
           > Apply Button Background Colour:    #003B82
           > Apply Button Text Colour:          #FFFFFF
           > Selected Tab Background Colour:    #003B82
           > Selected Tab Text Colour:          #FFFFFF
           > Tab Has Content Colour:            #0076D2
           > Required Alternate Row Colour:     #EDF9FF
           > Special Text Colour (=requestno):  #003B82
   Login   > Brand Image URL:                   ../../Assets/Skins/Marval Gold/images/brand_logon-GemeenteAlmelo.png
           > Background Image URL:              ../../Assets/Skins/Marval Gold/images/background_logon-GemeentAlmelo.jpg
           > Button Background Colour:          #0076D2

*/