/*<meta />*/

/*
 * © 2020 HYCU, Inc. All rights reserved.
 *
 * HYCU product specific style sheet:
 * 
 * HYCU Data Protection (HYCU Data Protection for Nutanix, HYCU Backup and Recovery as a Service for GCP)
 *
 * NOTE: This style sheet is a layer on top of the common HYCU
 * style sheet and defines only product specifics (colors).
 * If you wish to make general fixes to the style sheets, please 
 * update the common style sheet. This CSS should stay as short as possible.
 * 
 * Product specific spot color:
 * #7530f0 (RGB(117,48,240))
 * 
 */

/* Import the common template(s) */

@import url('hycu.css');

@import url('hycu-data-protection-html5-skin.css');
@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

h1 {
    /* Color: Brandbook > HYCU Data Protection purple */
    color: #7530f0;
}

div.Note,
div.Important,
div.Caution,
div.Tip {
    /* Color: Brandbook > HYCU Data Protection purple */
    border-color: #7530f0;
}

div.Note > p:first-child {
    /* Color: Brandbook > HYCU Data Protection purple */
    mc-auto-number-format: '{color #7530f0}{family hycu-doc-icons}{size 14pt}n{/size}{/family} Note{/color}\2004\2004';
}

div.Important > p:first-child {
    /* Color: Brandbook > HYCU Data Protection purple */
    mc-auto-number-format: '{color #7530f0}{family hycu-doc-icons}{size 14pt}i{/size}{/family} Important{/color}\2004\2004';
}

div.Caution > p:first-child {
    /* Color: Brandbook > HYCU Data Protection purple */
    mc-auto-number-format: '{color #7530f0}{family hycu-doc-icons}{size 14pt}C{/size}{/family} Caution{/color}\2004\2004';
}

div.Tip > p:first-child {
    /* Color: Brandbook > HYCU Data Protection purple */
    mc-auto-number-format: '{color #7530f0}{family hycu-doc-icons}{size 14pt}t{/size}{/family} Tip{/color}\2004\2004';
}

MadCap|xref {
    /* Color: Brandbook > HYCU Data Protection purple */
    color: #7530f0;
}

a:link,
a.MCXref.xref:link,
a.MCDropDownHotspot:link,
a.MCDropDownHotSpot_:link {
    /* Color: Brandbook > HYCU Data Protection purple */
    color: #7530f0;
}

a:visited,
a.MCXref.xref:visited,
a.MCDropDownHotspot:visited,
a.MCDropDownHotSpot_:visited {
    /* Color: Brandbook-external, darker tone of "HYCU Data Protection purple". */
    color: #520282;
}

a.landingPage:link,
a.MCXref.xref:link {
    color: #43128e;
}

a.landingPage:visited,
a.MCXref.xref:visited {
    color: #2A124F;
}

h1.productName,
h1.subtitle,
p.front_guideType {
    /* Color: Brandbook > Typography black */
    color: #000000;
}
