/*.resp-tab {
    border-radius: 5px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
}
.resp-tab th, .resp-tab td {
    padding: 10px 20px;
    font-size: 13px;
    border: none;
    font-family: Verdana, sans-serif;   
    border: 1px solid #ececec;
    vertical-align: top;
}
.resp-tab th {
    color: #FFF;
    background: #777;
    font-weight: bold;
    border: 1px solid #ececec;   
    text-transform: uppercase;   
    text-align: center;   
}
.resp-tab tr:nth-child(even) {
    background: #FAF9F7;
}*/

.resp-tab td, .resp-tab th {
     border: 1px solid #ffffff !important;
}


.resp-tab td span:not(.stripe_span) {
    background: #cccccc;
    color: #FFF;
    display: none;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, sans-serif;   
    text-transform: uppercase;       
    padding: 5px 20px;
    position: absolute;
    top: 0;
    left: 0;  
    width: 100%; 
}

/*.neap_status {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #F53636;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
}

.kav_status {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #F0A82B;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
}

.apm_status {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #24A638;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
}*/

.doc_label {
    font-weight: bold;
}

.small_text {
    font-size: 90%;
}

.td_download img {
    width: 40px;
    cursor: hand;
    cursor: pointer;
}

.total_block {
    float: left;
    margin-right: 10px;
    padding: 50px;
    padding-left: 0px;
    padding-top: 10px;
    font-size: 120%;
    font-weight: bold;
}

.total_block_lbl {
    margin-bottom: 10px;
}

.mobile_tr {
    display: none;
}

@media(max-width: 768px) {

    .mobile_tr {
        display: block;
       /* margin-bottom: 0 !important; */
    }

    .dark_title_module {
        background-color: #777777;
        color: #ffffff;
        font-weight: bold;       
    }

    .dark_title {
        background-color: #cccccc;
        color: #ffffff;
        font-weight: bold;
    }

    .empty_td {
        background-color: #ffffff;
    }

    .padded_td {
      padding-top: 35px;
    }    

    .total_block {
        padding: 10px;
        padding-left: 0px;
        margin-right: 10px;
    }

    .total_block_lbl {
        margin-bottom: 0px;
    }

    .td_status {
        display: none;
    }

    .td_status_kav {
        background-color: #F0A82B;
        color: #ffffff;
    }
    .td_status_apm {
        background-color: #24A638;
        color: #ffffff;
    }
    .td_status_neap {
        background-color: #F53636;
        color: #ffffff;
    }

    /*.resp-tab th, .resp-tab td {
        border: 1px solid #777;
     }  */


    .resp-tab thead {
        display: none;
    }
    .resp-tab tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .resp-tab td {
        margin: 0 -1px -1px 0;
        position: relative;
        width: 50%;
        text-align: center;
    }
    .resp-tab td span {
        display: block !important;
    }

    .number_td {
        display: none;
    }
    .docs_td {
        width: 100% !important;
        border: 0 !important;
        padding-top: 10px !important;
        text-align: center !important;
    }

    .td_download span, .docs_td span {
        /*display: none !important;*/
     }  

     .td_download {
        text-align: center !important;
        padding-top: 10px !important;
     } 
     .photo_td {
        width: 100% !important;
        border: 0 !important;
     } 

    .photo_td img {
        width: 100px;
        max-width: 100px;
        border-radius: 100px;
        margin-right: 5px;
    }
}
@media(max-width: 400px) {
    .resp-tab td {
        width: 100%;
    }
}
