@CHARSET "UTF-8";


/*************************************************************************************/

body, html {
    margin: 0;
    pading: 0;
    font-family: Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 13px;
}

.jqx-grid-column-header{
    z-index:0!important;
}

/* spinner */
.spinner {
    width: 100px;
    height: 100px;
    margin: 10px auto;
    background-color: #333;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
    0% { -webkit-transform: scale(0) }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 100% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
          opacity: 0;
    }
}
/***************************************/

.messageFrame {
    border: 1px solid lightgray;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    background: lightgreen  
}

.linkFont {
    font-size: 14px; 
    color: blue; 
    text-decoration: underline;
    padding-left: 15px;
    cursor: pointer;
}

p {
    margin-bottom: 8px;
    margin-top: 8px;
}
ul, li {
    margin-bottom: 8px;
    margin-top: 8px;
}

h2 {
    margin-top: 50px;
    margin-bottom: 0px;
}

h3 {
    margin-top: 50px;
    margin-bottom: 10px;
}

.label1 {
    font-family: sans-serif, serif, monospace;
    font-size: 12px;
    color: lightgray;
} 
.label2 {
    font-family: sans-serif, serif, monospace;
    font-size: 12px;
    color: green;
    font-weight: 900;
}
.text1 {
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    color: black;
    font-weight: normal;
}

.text_small {
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    color: black;
    font-weight: normal;
}

.text_normal {
    font-family: Verdana,Arial,sans-serif;
    font-size: 14px;
    color: black;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: 2px;
}

.corr {
    color: blue;
}

/*
.labelFont3 {
    font-family: sans-serif, serif, monospace;
    font-size: 14px; color: gray;
} 

.labelFontOK {
    font-family: sans-serif, serif, monospace;
    font-size: 18px; color: green; font-weight: 900;
} 
.labelFontFail {
    font-family: sans-serif, serif, monospace;
    font-size: 18px; color: red; font-weight: 900;
} 
.redFont {
    color: red; 
    font-weight: 900;
}*/


