﻿.schoolInfoFiles-container {
    /*background: #f7f6f6;*/
}
.schoolInfoFiles-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px 10px;
    border-bottom: 1px solid #0000001a;
}
.schoolInfoFiles-item-download-icon{
    width: 40px;
    font-size: 24px;
}
.schoolInfoFiles-item-download-icon a {
    color: #111 !important;
    text-decoration: none;
}

.schoolInfoFiles-item-download-icon a:hover {
    color: #0056b3 !important;
}

.schoolInfoFiles-item-detail-1{
    width: 53%;
    font-size: 14px;
    margin-bottom: 5px;
}
.schoolInfoFiles-item-name{
    width: calc(100% - 42px);
}
.schoolInfoFiles-item-detail-2 {
    width: 45%;
}
.schoolInfoFiles-item-type {
    color: #565555;
}
.schoolInfoFiles-item-date {
    font-size: 14px;
}
.schoolInfoFiles-item-download-btn .btn {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    color: #fff !important;
    background: #89ab3b;
    transition: 0.6s;
}

    .schoolInfoFiles-item-download-btn .btn:hover {
        background-color: White;
        color: Black !important;
        border: 1px solid #d1d1d1;
    }

@media(max-width: 768px){
    .schoolInfoFiles-item {
        flex-direction: column;
    }

    .schoolInfoFiles-item-detail-1 {
        width: 100%;
    }

    .schoolInfoFiles-item-detail-2 {
        width: 100%;
    }
}