﻿


/********************************** */
html {
    /*background-color: #f4f4f9;*/
    background-color: white;

}

body {
    background-color: white;
    color: #242122; /* wijmo schwarz*/ /* bisschen helelres dunkelgrau 404040*/ 
 
}

.white .header-logo-subtext {
    color: #242122; 
}
#body {
    background-color:#fff;
 
}
header .content-wrapper {
   
}

#divRender {
    /*nur beim weißen machen*/
    margin-left:10px; 
    margin-right:10px;
}

#divBlackWhite {
    background-color: #fff; 
    color: #242122; /* wijmo schwarz*/ /* bisschen helelres dunkelgrau 404040*/ 
 
}


footer {
    background-color:white;
}


.divLeftLogin h2, 
.divRightChangePassword h2, 
.divTan h2, 
.TANlegend
{
    color:#242122 !important; 
} 

.white .divLeftLogin h2, 
.white .divRightChangePassword h2, 
.white .divTan h2 , 
.white .TANlegend, 
.white h2, .white h3, .white h4, .white h1
{
    color:#242122 !important;
}

.loader {

    background-color: rgba(4, 4, 4, 0.70);
    z-index: 9999;
}

/* kommt von jquery-validate*/
.field-validation-error {
    color: red;
    font-weight: bold;
}




/* icons von icon check aendern werden in color schmea gesetzt */
/*.yellow .ui-state-active .wijmo-wijradio-icon {
    background-image: url(themes/wijmo/xrweb_yellow/images/ui-icons_FEEDC0_256x240.png) !important;
}

.blue .ui-state-active .wijmo-wijradio-icon {
    background-image: url(themes/wijmo/xrweb_blue/images/ui-icons_D0D0FF_256x240.png) !important;
}

.violet .ui-state-active .wijmo-wijradio-icon {
    background-image: url(themes/wijmo/xrweb_blue/images/ui-icons_E5C7FF_256x240.png) !important;
}*/






/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
    }


/* login
----------------------------------------------------------*/


    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }            


/* menu
----------------------------------------------------------*/


       .white ul#menu li a {
         
            color: white !important;
        }

            ul#menu li a:hover span {
                color: #fe8f01;
                text-decoration: none;
            }

   
