/* Bar */
nav#docnav {
/*    z-index: 999; */
    height: 56px;
    background-color: #eeeeee;
    /*border-bottom: 5px solid #dade63;*/
    border-bottom: 6px solid #cccccc;
    margin-bottom: 15px;
    color: white;
    font-size: 13px;
    /*font-weight: 500;*/
    font-weight: bold;
    text-transform: uppercase;
    /*margin-top: 4px;*/
    padding: 0;


    line-height:20px;
    font-family:Roboto, sans-serif;


}

nav#docnav > div.container{
    height: 100%;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
}
nav#docnav a:hover {
    text-decoration: none;
}

/* for documentation.solarwinds.com front page */
nav#docnav-home {
    height: 0px;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    border-bottom: 6px solid #cccccc;
}


/*** PRODUCT DROPDOWN ***/
/* Old product dropdown styling from Liz */

/*
div#prod-dropdown {
  color: #fff;
}
span#prod-name, span#prod-short {
    font-size: 16px;
    font-weight: bold;
}
span#prod-name::after, span#prod-short::after{
    margin-right: 8px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; /* Font awesome is the icon font 
    font-weight: 900;
    content: "\00a0 \f107";
}
div#prod-nav-wrapper{
    user-select: none;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: flex-start;
    float: left; /*without this, the hamburger menu doesn't work
}

div.navbar-brand{
    display: flex;
    align-items: center;
}
div.navbar-brand:hover > ul.dropdown-menu {
    display: flex;
    flex-wrap: wrap;
}


nav#docnav ul.dropdown-menu h4 {
    color: #f59206;
}

*/

/*dropdown insides */

nav#docnav ul.dropdown-menu {
    width: 200%;
    min-width: 800px;
    background: white; //background: #444 none;
    color: #444; //#fff;
    border: none;
    border-radius: 0;
    border-bottom: 5px solid #04c9d7;
    border-top: 5px #ccc solid;
    top: 55px;
    margin-top: 0;

    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-bottom: 5px solid #04c9d7;
}

nav#docnav ul.dropdown-menu ul {
    list-style-type: none;
}
nav#docnav ul.dropdown-menu a{
    color: #444;
}
nav#docnav ul.dropdown-menu ul li:hover{
    background-color: #eee;
    cursor: pointer;
}
nav#docnav ul.dropdown-menu:hover{
    cursor: default;
}


/* Large devices (computers) */

@media (min-width: 901px) {
    span#prod-short {
        display: none;
    }
    nav#docnav ul.dropdown-menu ul {
        padding: 0 16px;
    }
    nav#docnav ul.dropdown-menu ul li {
        text-transform: none;
        padding: 4px 16px;
    }
}


/* Small & Medium Devices (mobile & tablet) */
@media (max-width: 900px) {
    nav#docnav ul.dropdown-menu {
    /* min-width: 200px; */
        min-width: 330px;
    }
    #prod-name {
        /* display: none; */
    }
    #prod-short {
        display: inline;
        color: white;
    }
    nav#docnav ul.dropdown-menu ul {
        padding: 0 8px;
    }
    nav#docnav ul.dropdown-menu > li > ul > li {
        padding: 4px;
        text-transform: none;
    }
}

@media (max-width: 850px){

    #prod-name span {
        font-size: 28px;
    }
    #observability-tier span{
    	font-size: 28px;
    }

    #prod-name {
        font-size: 28px !important;
        /*
        height: 51px;
        */
    	margin-top:18px;  
        text-align: center;
        vertical-align: middle;
    	display: inline-block;

    }
    #observability-tier {
    	font-size: 28px !important;
    	/*
    	height: 51px;
    	*/
    	margin-top:18px;
    	text-align: center;
    	vertical-align: middle;
    	display: inline-block;
    }


    div#flare-nav-wrapper a {
        font-size: 14px;
    }

}

/* Small devices only */


@media (max-width: 576px){

	#prod-name span {
        font-size: 24px;
    }
    #observability-tier span{
    	font-size: 24px;
    }


	#prod-name {
        font-size: 24px !important;
        margin-top:22px;  

    }
    #observability-tier {
    	font-size: 24px !important;
    	margin-top:22px;  

    }

   div.navbar-header, p#prod-intro{
        padding: 0px 8px;
    }

    #flare-nav-wrapper ul > li.has-children {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }

}



@media (max-width: 512px){
    div#flare-nav-wrapper a {
        font-size: 11px;
    }
}



@media (max-width: 475px){
    div#flare-nav-wrapper a {
        font-size: 10px;
        line-height: 14px;

    }

    #product-name-container {
        margin-top: 22px !important;
    }

    #documentation-for {
        font-size: 24px !important;
    }

    #prod-name span {
        font-size: 20px;
    }
    #observability-tier span {
        font-size: 20px;
    }

    #prod-name {
        font-size: 20px !important;
    	margin-top:22px;  
    }
    #observability-tier {
        font-size: 20px !important;
    	margin-top:22px;  

    }


}


@media (max-width: 400px){
    div#flare-nav-wrapper a {
        font-size: 10px;
        line-height: 14px;

    }

    #product-name-container {
        margin-top: 22px !important;
    }

    #documentation-for {
        font-size: 21px !important;
    }

    #prod-name span {
        font-size: 19px;
    }
    #observability-tier span {
        font-size: 19px;
    }

    #prod-name {
        font-size: 19px !important;
    }
    #observability-tier {
        font-size: 19px !important;
    }


}

@media (max-width: 370px){
    div#flare-nav-wrapper a {
        font-size: 10px;
        line-height: 14px;

    }

    #product-name-container {
        margin-top: 22px !important;
    }

    #documentation-for {
        font-size: 21px !important;
    }

    #prod-name span {
        font-size: 15px;
    }
    #observability-tier span {
        font-size: 15px;
    }

    #prod-name {
        font-size: 15px !important;
    	margin-top:28px;  
    }
    #observability-tier {
        font-size: 15px !important;
    	margin-top:28px;  
    }


}














/*** FLARE NAV ITEMS ***/

#flare-nav-wrapper ul {
    list-style-type: none;
    padding-inline-start: 0px;
}
#flare-nav-wrapper a {
    /*color: #fff;*/
    color: #444444;
}

/* Large Devices (computers) */

/*
@media (min-width: 901px){
  */

    #flare-nav-wrapper {
        flex-grow: 1;
    }
    #flare-nav-wrapper > ul {
        display: flex;
        flex-direction: row;
        /* justify-content: space-between; */
        justify-content: center;
        align-items: center;
        height: 60px;
        font-size: 16px;
    }

    /* submenu toggling */
    #flare-nav-wrapper ul.sub-menu {
        z-index: 2;
        display: none;
    }
    #flare-nav-wrapper li.has-children:hover > ul.sub-menu {
        /*display: block;*/
    }

    /* list styling */
    #flare-nav-wrapper ul{
        list-style-type: none;
    }
    #flare-nav-wrapper a {
        /*color: #fff;*/
    }
    #flare-nav-wrapper a:hover {
        text-decoration: none;
    }

    /* carets */
    /*
    #flare-nav-wrapper > ul > li.has-children::after{
        margin-right: 8px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\00a0 \f107";
    }
    */






    /* side nav carets */
    /*
#sideNav li.has-children::after {
margin-right: 8px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\00a0 \f107";
}
*/

/*    #sideNav > ul > li > ul.sub-menu ~ li.has-children > a::after { */


/*
@media (min-width: 768px){*/

    #sideNav ul * li.has-children > a:not(.selected):not(.opened)::after { 
        margin-right: 8px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\00a0 \f107";
        float: right;
        line-height: 18px;
        font-size: 14px;

        position:absolute;
        right:4px;

    }

/*  original up chevron style used in selected and opened topics
    #sideNav ul * li.has-children > a.selected::after { 
        margin-right: 8px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\00a0 \f106";
        float: right;
        line-height: 18px;
        font-size: 14px;

        position:absolute;
        right:4px;

    }
    

    #sideNav ul * li.has-children > a.opened::after { 
        margin-right: 8px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\00a0 \f106";
        float: right;
        line-height: 18px;
        font-size: 14px;

        position:absolute;
        right:4px;

    }
    */

    /*
        #sideNav > ul * li:not(.has-children) { 
            margin-right: 8px;
            display: none;
        }
    */


    /*
    #sideNav ul:not(.sub-menu) > li:not(.has-children) {
        display: none !important;
    }*/





    /*
        #sideNav > ul * li:not(.has-children) { 
            margin-right: 8px;
            display: none;
        }
    */


    /*
    #sideNav ul:not(.sub-menu) > li:not(.has-children) {
        display: none !important;
    }*/


/*
}*/

    /* Hide the top level menu items from side nav */
    #sideNav ul:not(.sub-menu) > li > a {
        display: none;
    }

    /* Hide nested children items in side nav */
    #sideNav ul:not(.sub-menu) > li > ul.sub-menu * li > a {
        display: none;
    }

    #sideNav ul {
        display: none;
    }


@media (min-width: 768px){
        #sideNav span#currentTopic {
          display:none; /* hide the current topic indicator used in the responsive drop down menu */

        }    
}

@media (max-width: 767px){

        #docnav {
            margin-bottom:0px !important;
        }

        #contentBody {
            margin-top:10px !important;
        }

        #sideNav {
          position: relative;
/*          display: flex !important;*/
          border: solid 2px #a1a1a1;
          width:100%;
          display: inline-block;
          min-height: 30px;
          margin:auto;
          margin-right:15px;
          margin-left: 15px;
          margin-bottom: 15px;

/*          padding-right:-15px;*/

        }

        #sideNav span#currentTopic {
          position: relative;
          color: #a1a1a1;
          content: "Product Dropdown";
          top:4px;
          margin-left: 10px;
          display:block;
         /* margin-top:4px;*/

        }

        #sideNav span#currentTopic.NavOpened::after {
            
          position:absolute;
          right: 11.5px;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\00a0 \f106";
          margin-top: 0px;
          float:right;
          right:4px;
          margin-right:8px;


        }

        #sideNav span#currentTopic::after {
            
          position:absolute;
          right: 11.5px;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\00a0 \f107";
          margin-top: 1px;
          float:right;
          right:4px;
          margin-right:8px;


        }

        #sideNav div#sideNavContents.NavOpened {
          left: -2px;
          position: absolute;
          margin-top: -4px;
          padding-top: 10px;
          padding-left: 10px;
          /* display: flex !important; */
          border: solid 2px #a1a1a1;
          width: calc(100% + 4px); /* fix the width of the dropdown section */

          display: inline;
          z-index: 2;
          top:30px;
          background-color: #ffffff;
        }

        #sideNav div#sideNavContents {

          display:none;
        }


}
    


    #flare-nav-wrapper > ul > li {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }

    #flare-nav-wrapper > ul > li > a {
        width: 100%;
        align-content: center;

/*
        padding: 15px 8px;
        position: relative;
        margin-left: 30px;
        margin-bottom: 8px; /* for centering the nav items (release notes, install, etc) 
        */

        position: relative;
        top: 4px;         /* fix offset */        

    }

    #flare-nav-wrapper ul > li.has-children {
        position: relative;
        /*
        top: 0;
        left: 0;
        */
        margin-left: 15px;
        margin-right: 15px;
        padding: 15px 8px;
        border-bottom: 6px solid #cccccc; 
        bottom: 4px;

    }

    #flare-nav-wrapper ul > li.has-children > a {

        text-align:center;
    }    



    #flare-nav-wrapper li.current_section { /* this isn't used */
/*        border-bottom: 6px solid #f99d1c; */
        border-bottom: 6px solid #fbe04b; 
        background-color: #ffffff;
    }

    #flare-nav-wrapper li.current_section_administer {
/*        border-bottom: 6px solid #f99d1c; */
/*        border-bottom: 6px solid #fbe04b; */
        background-color: #ffffff;
        border-bottom: 6px solid #f99d1c !important; 
    }

    #flare-nav-wrapper li.current_section_get_started {
/*        border-bottom: 6px solid #f99d1c; */
/*        border-bottom: 6px solid #b8d757; */
        background-color: #ffffff;
        border-bottom: 6px solid #f99d1c !important; 
    }

    #flare-nav-wrapper li.current_section_install {
/*        border-bottom: 6px solid #f99d1c; */
/*        border-bottom: 6px solid #04c9d7; */
        background-color: #ffffff;
        border-bottom: 6px solid #f99d1c !important; 
    }

    #flare-nav-wrapper li.current_section_release_notes {
/*        border-bottom: 6px solid #f99d1c; */
        border-bottom: 6px solid #f99d1c !important; 
        background-color: #ffffff;
    }



/*
}
*/


/* Small and Medium Devices (mobile & tablet) */

/*
@media (max-width: 900px) {
    nav#docnav {
        z-index: 2;
    }
    #flare-nav-wrapper ul {
        background-color: #444;
        text-transform: none;
    }
    #flare-nav-wrapper > ul{
        padding: 8px 16px;

    }
    #flare-nav-wrapper > ul > li {
        color: #f99d1c;
    }
    #flare-nav-wrapper.collapse.in, #flare-nav-wrapper.collapsing{
        margin-top: 5px;
        border-top: 5px solid rgba(204, 204, 204, 1.0);
        padding: 0;
        position: absolute;
        right: 0;
    }
    #flare-nav-wrapper li {
        padding: 4px 0;
    }
    #flare-nav-wrapper > ul > li > a {
        font-weight: bold;
    }

    nav#docnav div.navtoggle {
        display: block;
        color: white;
        font-size: 20px;
        padding: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    nav#docnav #flare-nav-wrapper {
        display: none;
        position: absolute;
        top: 55px;
        right: 0;
        border-top: 5px solid #ccc;
    }


/* Responsive */

/*
    #sideNav > ul * li.has-children > a:not(.selected)::after { 
        margin-right: 8px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\00a0 \f107";
        float: right;
        line-height: 18px;
        font-size: 14px;

        position:absolute;
        right:4px;

    }

    #sideNav > ul * li.has-children > a.selected::after { 
        margin-right: 8px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\00a0 \f106";
        float: right;
        line-height: 18px;
        font-size: 14px;

        position:absolute;
        right:4px;

    }

    #sideNav > ul * li.has-children > a.opened::after { 
        margin-right: 8px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\00a0 \f106";
        float: right;
        line-height: 18px;
        font-size: 14px;

        position:absolute;
        right:4px;

    }   

/*

/*
    #sideNav > ul * li:not(.has-children) { 
        margin-right: 8px;
        display: none;
    }
*/


/*
#sideNav ul:not(.sub-menu) > li:not(.has-children) {
    display: none !important;
}*/



/* Hide the top level menu items from side nav */

/*
#sideNav ul:not(.sub-menu) > li > a {
    display: none;
}
*/

/* Hide nested children items in side nav */
/*
#sideNav ul:not(.sub-menu) > li > ul.sub-menu * li > a {
    display: none;
}

#sideNav ul {
    display: none;
}
*/










/*
}
*/


/* product header */
.product-header {
    height: 129px; 
    /* margin-top: 18px; */
    display:block;
    flex-direction:row;
    justify-content: space-between;    
    /*width: 1200px;*/
}

.product-header > div#product-name-container {
    display:flex;
    flex-direction:column;
    align-items: center;
    background-color: #fff;
    margin: 0 auto;
    margin-top:18px;
    width: 100%;
    /* height: 100%;    */
    
/*    margin-top: 18px; */
    position:absolute;
    background-color:transparent;

}

.product-header > div > a#documentation-for {

    font: normal 28px "Roboto", sans-serif;
    font-family: 'Roboto', sans-serif !important; /* Overwrite for branding */
    font-weight: normal;
    color: #444;
    text-decoration: none;
}

.product-header > div > a#prod-name {
    font: normal 42px "Roboto", sans-serif;
    font-family: 'Roboto', sans-serif !important; /* Overwrite for branding */
    color: #04c9d7;
    font-weight: 500;
    /*margin-top:-6px;*/

}

.product-header > div > a#prod-name:hover {
    text-decoration: none;
    cursor: pointer;
}    


.product-header > div > a#observability-tier {
    font: normal 26px "Roboto", sans-serif;
    font-family: 'Roboto', sans-serif !important; /* Overwrite for branding */
    color: #444;
    font-weight: normal;
    /*margin-top:-6px;*/

}

.product-header > div > a#observability-tier:hover {
    text-decoration: none;
    cursor: pointer;
}



/* alternative product header for observability */

.product-header-alt {
/*    height: 129px; */
    height: 169px;
    /* margin-top: 18px; */
    display:block;
    flex-direction:row;
    justify-content: space-between;    
    /*width: 1200px;*/
}

.product-header-alt > div#product-name-container {
    display:flex;
    flex-direction:column;
    align-items: center;
    background-color: #fff;
    margin: 0 auto;
    margin-top:18px;
    width: 100%;
    /* height: 100%;    */
    
/*    margin-top: 18px; */
    position:absolute;
    background-color:transparent;

}

.product-header-alt > div > a#documentation-for {

    font: normal 28px "Roboto", sans-serif;
    font-family: 'Roboto', sans-serif !important; /* Overwrite for branding */
    font-weight: normal;
    color: #444;
    text-decoration: none;
}

.product-header-alt > div > a#prod-name {
    font: normal 42px "Roboto", sans-serif;
    font-family: 'Roboto', sans-serif !important; /* Overwrite for branding */
    color: #04c9d7;
    font-weight: 500;
    /*margin-top:-6px;*/

}

.product-header-alt > div > a#prod-name:hover {
    text-decoration: none;
    cursor: pointer;
}    

.product-header-alt > div > a#observability-tier {
    font: normal 42px "Roboto", sans-serif;
    font-family: 'Roboto', sans-serif !important; /* Overwrite for branding */
    color: #04c9d7;
    font-weight: 500;
    /*margin-top:-6px;*/

}

.product-header-alt > div > a#observability-tier:hover {
    text-decoration: none;
    cursor: pointer;
}    

.product-header-alt > div span.and-text {
    font: normal 28px "Roboto", sans-serif;
    font-family: 'Roboto', sans-serif !important; /* Overwrite for branding */
    font-weight: normal;
    color: #444;
    text-decoration: none;
}    







/* documentation front page */

.product-header > div#solarwinds-products {
    display:flex;
    flex-direction:column;
    align-items: center;
    background-color: #fff;
    margin: 0 auto;
    margin-top:18px;
    width: 100%;
    /* height: 100%;    */
    
/*    margin-top: 18px; */
    position:absolute;
    background-color:transparent;

}

.product-header > div > span#documentation-for {
    margin-top:21px;
    font: normal 42px "Roboto", sans-serif;
    font-family: 'Roboto', sans-serif !important; /* Overwrite for branding */
    font-weight: normal;
    color: #04c9d7;
    font-weight: 500;
    text-decoration: none;
}


/* documentation front page */

.product-header-alt > div#solarwinds-products {
    display:flex;
    flex-direction:column;
    align-items: center;
    background-color: #fff;
    margin: 0 auto;
    margin-top:18px;
    width: 100%;
    /* height: 100%;    */
    
/*    margin-top: 18px; */
    position:absolute;
    background-color:transparent;

}

.product-header-alt > div > span#documentation-for {
    margin-top:21px;
    font: normal 42px "Roboto", sans-serif;
    font-family: 'Roboto', sans-serif !important; /* Overwrite for branding */
    font-weight: normal;
    color: #04c9d7;
    font-weight: 500;
    text-decoration: none;
}





/*
div.product-header > div > div#documentation-for {

    font: normal 28px "Roboto", sans-serif;
    font-family: 'Roboto', sans-serif !important; /* Overwrite for branding 
    font-weight: normal;
    color: #444;
}

div.product-header > div > div#documentation-for:hover {
    text-decoration: none;
    cursor: pointer;
}    

*/

/*
div.product-header > div > div#prod-name {
    font: normal 42px "Roboto", sans-serif;
    font-family: 'Roboto', sans-serif !important; /* Overwrite for branding 
    color: #04c9d7;
    font-weight: 500;
    /*margin-top:-6px;

}

div.product-header > div > div#prod-name:hover {
    text-decoration: none;
    cursor: pointer;
}    

*/


.product-header > div#background-image-left {
    background: url(../docimages/background-left.png) no-repeat;

    width: 422px;
    height: 129px; 


    display: block;
    background-position: 0 0;
    position:absolute;
    z-index: -1;
}

.product-header > div#background-image-right {
    background: url(../docimages/background-right.png) no-repeat;

    width: 422px;

    height: 129px;

    position:absolute;
    right:0;
    z-index: -1;

    /*display: inline-block;
    background-position: right 300px center;
    background-size: contain;*/
}


.product-header-alt > div#background-image-left {
    background: url(../docimages/background-left.png) no-repeat;
    background-size: 422px 169px;

    width: 422px;
/*    height: 129px; */
    height: 169px;


    display: block;
    background-position: 0 0;
    position:absolute;
    z-index: -1;
}

.product-header-alt > div#background-image-right {
    background: url(../docimages/background-right.png) no-repeat;
    background-size: 422px 169px;

    width: 422px;

/*    height: 129px; */
    height: 169px;

    position:absolute;
    right:0;
    z-index: -1;

    /*display: inline-block;
    background-position: right 300px center;
    background-size: contain;*/
}


@media (max-width: 715px) { /* remove background images from documentation for product name header when screen gets smaller */
    div#background-image-left {
        display: none !important;
    }

    div#background-image-right {
        display: none !important;
    }
}


/* Hide the top level menu items from side nav */
/*
#sideNav ul:not(.sub-menu) > li > a {
    display: none;
}
*/

/* Hide nested children items in side nav */
/*
#sideNav ul:not(.sub-menu) > li > ul.sub-menu * li > a {
    display: none;
}

#sideNav ul {
    display: none;
}
*/

#docnav div.navtoggle { /* remove the navtoggle - we don't need it any more */
    display: none;
}


/* overrides for cookies */

#cookie-container p {
    font-size: 1rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
    line-height: 26px;
}

div#cookie-container {
    padding: 1rem !important;
}

div#cookie-container a {
    color: #04c9d7;
}

#hideCookieMessage {
    color: #0079aa !important;
}