.footer.footer-table{
    border-top: 1px solid lightgrey;
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
}

.footer .align-center{
    text-align: center;
}

.footer .footer-text{
    margin-top: 5px;
    font-size: 85%;
    max-width: 800px;
}

.footer .center-fluid {
    margin-right: auto;
    margin-left: auto;
}

.footer .inline-block{
    display: inline-block;
}

.footer .icons{
    display:inline-block;
    height: 60px;
    margin: 5px 10px 5px 5px;
}

.footer a.discl.link{
    color: #436976 !important; text-decoration: none !important;
}

.footer a.discl.link:hover{
    color: #436976 !important; text-decoration: underline !important; cursor: pointer;
}

.modal-body{
    margin-right: 5%;
    margin-left: 5%;
    font-family:arial,sans-serif;
    font-size: 14px;
    line-height: 200%;
}

.modal-body .discl.title{
    font-size: 26px;
    padding-bottom: 15px;
    border-bottom: 1px solid silver;
}

.modal-body .discl.subtitle{
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}

.modal-body .discl.date{
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal-body .justify{
    text-align: justify;
}

.modal-body .margin-top{
    margin-top: 20px;
}

.modal-body .btn, .modal-footer .btn{
    /*color: #5a5a5a !important;*/
    color: white !important;
    background-color: #6BB618 !important;
    padding-top: 4px;
    padding-bottom: 4px;
}
.modal-body .btn:hover, .modal-footer .btn:hover{
    background-color: #59a218 !important;
    color: white !important;
    /*font-weight: bold;*/
}
.modal-body .btn.disabled, .modal-footer .btn.disabled, .btn[disabled]{
    background-color: white !important;
    color: lightgrey !important;
}

body {
    margin-left: calc(100vw - 100%);
}


.cl-banner {
    color: white;
    background-color: rgb(60, 118, 61);
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 1em;
    right: 1em;
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
    opacity: 0;
    transition: opacity 1s ease;
    text-align: center;
}


.cl-banner-show .cl-banner {
    opacity: 1;
}

.cl-button {
    color: rgb(83, 83, 103) !important;
    background-color: rgb(241, 241, 241) !important;
    border-color: transparent;
    -ms-flex: 1;
    flex: 1;
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    text-decoration-line: none;
}

.cl-button:hover, .cl-button:focus {
    background-color: rgb(255, 255, 255);
    color: rgb(83, 83, 103);
    text-decoration-line: underline;
}

.cl-message {
    margin-bottom: 1em;
    display: block;
}

a[href].cl-policy {
    text-decoration: underline;
    color: #f1f1f1;
}


