﻿.XmlTable th {
    background: #3e8d3a;
    color: white;
    font-weight: bold;
    white-space: nowrap;
}
div#loading {
    display: none;
}

#loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,0.7);
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    /*display: none;*/
    font-weight: 500;
}

#loadingi {
    color: white;
}

#loadingimggif {
    height: 100px;
    width: 100px;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}




#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}


.center {
    margin-left: auto;
    margin-right: auto;
}

.par-head {
    color: black;
    font-size: 150%;
    font-weight: 700;
}

.par-content {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    color: #212020;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    margin-top: -3px;
    line-height: 170%;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 110%;
    text-align: justify;
}
.container12 {
    position: relative;
    font-family: Arial;
}



.text-block {
    position: absolute;
    bottom: 40px;
    right: 40px;
    height: 300px;
    width: 300px;
    color: white;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(1, 112, 203, 0.58);
    border: 2px;
    border-radius: 50px 20px;
}

 
    


.h-list {
    list-style: none;
}

    .h-list li::before {
        content: "\2022";
        color: white;
        font-weight: bold;
        display: inline-block;
        width: 2em;
        margin-left: 20px;
    }

