.ca_banner{
    padding: 8px;
    position:fixed;
    height:auto;
    background-color: white;
    overflow: auto;
    font-family: Arial;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border: 1px solid #ccc;
    border-radius: 20px;
    
}
.ca-green, .ca-hover-green:hover {
    color: #fff!important;
    background-color: #4CAF50!important;
}
.ca-text-blue, .ca-hover-text-blue:hover {
    color: #2196F3!important;
}
.ca-round{
    border-radius: 4px;
}
.ca-ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0px;
}
.ca-ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd;
}
.ca-xlarge {
    font-size: 24px!important;
}
.ca-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,.4);
}
.ca-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
    font-size: 18px!important;
}
.ca-container, .ca-panel {
    padding: .01em 16px;
}

.ca-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}

.ca-right-align {
    text-align: right!important;
}

.ca-card, .ca-card-2 {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.ca_dialog{
    font-family: Arial;
}


.ca-padding {
    padding: 8px 16px!important;
}

.ca_tpos { 
top: 120px;
    width: 600px;
    right: 149px;
}
.ca_bpos { 
    left: 10%;
    right: 10%;
    bottom:2%; 
}

.ca_head{
    padding: 12px 0 8px 18px;
    font-size: 12pt;
    font-weight: 700;
    line-height: 100%;
    color: #2a2a2a;
    display: block;
    position: static;
    margin: 2px 0 6px;
}
.ca_content{
    min-height: 32px;
    font-size: 9.5pt;
    font-weight: 400;
    line-height: 130%;
    padding: 12px 0 8px 18px;
}
.ca_txt{
    min-height: 32px;
    font-size: 9pt;
    font-weight: 400;
    line-height: 130%;
    padding: 4px 12px 8px 0px;
    display: inline-block;
    position: static;
}
.ca_btn{
    /*border: 1px solid #2a2a2a;*/
    display: inline-block;
    padding: 4px 8px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 9pt;
    font-weight: 700;
    line-height: 100%;
    color: #2a2a2a;
    margin-left: 5pt;
}

.ca_close{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 15pt;
    font-weight: 700;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    padding: 0px 10px 0px 8px;
    cursor:pointer;
}