/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.mtli_folders{
    width: 100%;
    margin-top: -30px;
}

.mtli_folders_row{
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

.mtli_folder{
    background: #fff;
    text-transform: uppercase;
    margin-top: 30px;
}

.mtli_folder :hover{
    background: #3CA67B;
    color: #fff;
}

.mtli_attachment_a{
    text-decoration: none;
}

.mtli_folder p{
    text-align: center;
    margin: 15px 0;
    font-weight: bolder;
}

.mtli_folder .mtli_attachment_a{
    /*padding: 10px 15px 0px 15px;*/
    width: 100%;
    border: 1px solid #ccc;
    display: block;
}

.mtli_folder_header{
    text-align: center;
}

.mtli_folder_more{
    text-align: center;
}

.mtli_files{
    margin-top: 40px;
}
.mtli_files_row{
    display: flex;
}

.file-list-image{
    /* display: flex; */
    /* align-items: center; */
    height: 170px;
    /* padding: 10px; */
}

.mtli_files img{
    width: 70px;
    max-height: 70px;
}

.mtli_files .mtli_attachment_a{
    display: flex;
    width: 100%;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.mtli_files .mtli_attachment_image{
    /* margin-right: 10px; */
    /* display: flex; */
    /* align-items: center; */
}

.mtli_files .mtli_attachment_description{
    font-size: 13px;
    /* display: flex; */
    /* flex-direction: column; */
}

.mtli_files .mtli_attachment_description .mtli_attachment_description_desc{
    padding-top: 10px;
}

.mtli_files .mtli_attachment_description .mtli_attachment_description_param{
    color: #666;
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
}

.mtli_attachment_description_param_size{
    margin-right: 20px;
    width: 50%;
}

.mtli_video {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.mtli_backbtn {
    margin-bottom: 20px;
}

.file-list-image{
    background: #fff;
    text-transform: uppercase;
    margin-top: 30px;
}

.file-list-image :hover{
    background: #3CA67B;
    color: #fff;
}

.file-list-image a {
    border: 1px solid #ccc;
}

.mtli_files .mtli_attachment_a {
    height: inherit;
}

@media (max-width: 800px){
    .row {
        flex-direction: row !important;
    }
}