﻿/* 
    TO CAPITALIZE ON :root CSS WITH VARIABLE DECLARATIONS, EDGE DOES NOT SUPPORT IT, SO YOU MUST DECLARE VARIABLES AS LITERALS FOR EDGE AND OTHER BROWSERS THAT DO NOT SUPPORT
    USE CSS VARIABLES. USE THIS SPACE TO CREATE THE NECESSARY VARIABLE OVERRIDES UNTIL THOSE BROWSERS SUPPORT IT.
*/

.Javascripts
{
    display:none; 
    height: 0px; 
    width: 100%;
}

.NO-BACKGROUND-FILL
{
    background: none !important;
    background-color: transparent !important;
}

.NO-BACKGROUND
{
    background: none !important;
}

.NO-BACKGROUND-COLOR
{
    background-color: transparent !important;
}

.NO-BORDER
{
    border: 0 !important;
}

.NO-BOXSHADOW
{
    box-shadow: transparent 0 0 !important;
}