.collapsible {
    background-color: #323232;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border:none;
    border-color: #fff;
    text-align: left;
    outline: none;
    font-size: 22px;
    font-family:DaimlerCAC-Regular;
    border-bottom: 0.01em solid #ccc;
}

.div-link {
    color: white;
    padding: 8px;
    width: 100%;
    border:none;
    border-color: #fff;
    text-align: left;
    outline: none;
    font-size: 22px;
    font-family:DaimlerCAC-Regular;
}

.arabic .div-link {
 text-align: right;}

.pdf-download {
    width: 80px;
    border:none;
    float: right;
    cursor: pointer;
}

.arabic .pdf-download {
    float: left;}

@media screen and (max-width: 767px) {
    .div-link  {
        font-size: 16px;
    }

    .pdf-download {
        width: 60px;
    }
}

.active_c, .collapsible:hover {
    background-color: #d9d9d9;
    color: #323232;
}

.collapsible:after {
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active_c:after{
    content: "\2212";
    color: #323232;
}

.pdfContentDialog_h2 {
    border-bottom: 1px solid #141414;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: "DaimlerCAC-Regular";
    font-weight: normal;
    font-size: 25px;
    line-height: 1;
    color: #171717;
    text-transform: none; 
    border-bottom:1px solid #000;
    padding-bottom: 5 px;
}

.pdfContent {
    background-color: #323232;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border:none;
    border-color: #fff;
    text-align: left;
    outline: none;
    font-size: 22px;
    font-family:DaimlerCAC-Regular;
    border-bottom: 0.01em solid #ccc;
}

.contentInfo {
    font-weight: bold;
}
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #fff;
    color: #000;
}

.body_message{
    color:white;
}
.inner_content_bold {
    color: black;
    font-weight:bold;
}
.inner_content_normal {
    color:black;
    font-weight:normal;
}
.inner_content_href {
    color:#00adef !important;
    text-decoration:none;
    font-weight: normal;
}

.inner_content_href_img {
    height:1em;
}