.textMasterHeadline { color:var( --primarycolorgrey ); visibility:hidden }

/*.text11bf { color:var( --secondarycolorgrey1 ); }
.text12bf { color:var( --secondarycolorgrey1 ); }
.text14lf { color:var( --secondarycolorgrey1 ); }
.text14ldf { color:var( --secondarycolorgrey1 ); }
.text26lf { color:var( --secondarycolorgrey1 ); }*/

.text11error { color:var( --accentcoloryellow ); }

.text11b { color:var( --primarycolorgrey ); }

.text11bf { color:var( --primarycolorgrey ); }

.text11ul { color:var( --primarycolorgrey ); }

.text11bcenter { color:var( --primarycolorgrey ); }

.text11binact { color:var( --secondarycolorgrey1 ); }

.text11bk { color:var( --primarycolorgrey ); }

.text11bfinact { color:#4b4b4b;}

.text12b { color:var( --primarycolorgrey ); }

.text12bf { color:var( --primarycolorgrey ); }

.text14error { color:var( --accentcoloryellow ); }

.text14lf { color:var( --primarycolorgrey ); }

.text14ldf { color:var( --primarycolorgrey ); }

.text26lf { color:var( --primarycolorgrey ); }

div.dd_chk_select { background-color:var( --primarycolorwhite ); }

div.dd_chk_select div#caption {
     background-color:var( --primarycolorwhite ) !important; 
    box-shadow: none !important;
}

div.dd_chk_select {
    height: 15px !important;
    background-image: url( "../COMMON/images/dropDownCheckBoxesButton.gif" ) !important;
    border: 1px solid var(--secondarycolorgrey2) !important;
}

div.dd_chk_select div#caption {
    height: 14px !important;
    top: 0 !important;
    padding: 1px 0 0 5px !important;
    margin: 0 17px 0 0 !important;
    background-color: var(--primarycolorwhite) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

div.dd_chk_drop {
    top: 16px !important;
    width: 300px !important;
    background: var(--primarycolorwhite) !important;
}