.docs-content {
    width: 100%;
    margin: 3% auto;
}
.docs-content .docs-wrapper {
    position: relative;
    padding: 15px 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out;
}
.docs-content .docs-wrapper:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.docs-content .desc {
    margin-top: 10px;
    color: #A27A57;
    font-size: 18px;
    font-weight: 500;
}
.docs-content .desc a,
.docs-content .desc a:hover,
.docs-content .desc a:focus,
.docs-content .desc a:visited {
    color: #A27A57;
    text-decoration: underline;
}
.docs-content .desc span {
    display: block;
    color: #18428B;
    font-size: 10px;
    margin-top: 10px;
    font-weight: bold;
}
.docs-content .structure-images-list li {
    text-align: center;
    width: 330px;
}
.section.home-docs .tab-nav-content docs {
    display: block;
}
.docs-content .desc .file-downloads a, .docs-content .desc .file-downloads a:hover, .docs-content .desc .file-downloads a:focus, .docs-content .desc .file-downloads a:visited {
    text-decoration: none;
}
.docs-content .desc .file-downloads a i {
    color: #F8B469;
    font-size: 28px;
    margin-right: 10px;
}
.docs-content .desc .file-downloads a img {
    margin-right: 10px;
    width: 30px;
}
.docs-content .desc .file-downloads a:last-child i {
    margin-right: 0px;
}

/*filter css*/
.filter-area {
    background: rgba(204, 204, 255, .27);
    height: 47px;
    border-radius: 40px;
}
.filter-area form {
    height: inherit;
}
.filter-area input {
    font-size: 13px !important;
    margin-top: 4px;
}
.select2-container {
    margin-top: 8px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #5B5B5B !important;
    font-size: 13px;
}
.select2-container--focus:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.filter-area select {
    max-width: 168px;
}
.start-date,
.end-date {
    display: inline-block;
    width: 40%;
}
.end-date {
    width: auto;
}
.fa-calendar-check-o {
    vertical-align: top;
    margin-top: 15px;
    color: #18428B;
}
.filter-area .btn-primary {
    background-color: #18428B !important;
    border-color: #18428B !important;
    border-top-left-radius: 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 100%;
    height: 47px;
    top: -6px;
    font-size: 0px;
}
.filter-area .btn-primary:before {
    font-size: 14px;
}
.result-count {
    margin: 20px 0;
    font-size: 1.4rem;
}
.datepicker table th {
    font-size: 12px;
}
.datepicker table td {
    font-size: 11px;
}
.filter-area .search-field input {
    padding-left: 5%;
}
/*End filter css*/

