﻿@import url('css/bootstrap.min.css');
@import url('css/animate.min.css');
@import url('css/magnific-popup.css');
@import url('fontawesome/css/all.min.css');
@import url('font-flaticon/flaticon.css');
@import url('css/dripicons.css');
@import url('css/slick.css');
@import url('css/meanmenu.css');
@import url('css/default.css');
@import url('css/style.rtl.css');
@import url('css/responsive.css');
@import url('../../Pager.css');
@import url('../../gridView2.css');

.ncol:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.ImageFading img {
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.ImageFading:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

.blog-content2 h4 a {
    display: block;
    height: 63px;
    overflow: hidden;
}

.blog-content2 p {
    display: block;
    height: 80px;
    overflow: hidden;
}

#map {
    height: 500px !important;
    width: 100% !important;
}

.Codal {
    width: 100%;
}

.CodalRow {
    display: flex;
    width: 100%;
    border: 1px solid #ccc;
    border-bottom: none;
}

    .CodalRow:last-child {
        border-bottom: 1px solid #ccc;
    }

    .CodalRow div {
        flex: 1;
        border-right: 1px solid #ccc;
        padding: 1px 5px;
    }

        .CodalRow div:first-child {
            border-right: none;
        }

.CodalAlt {
    background: #f9f9f9;
}

.CodalDR:hover {
    background: #e9e9e9;
}

.CDDate {
    width: 150px;
    flex: 0 0 150px !important;
}

.CDCode {
    width: 60px;
    flex: 0 0 60px !important;
}

.CDIco {
    width: 30px !important;
    flex: 0 0 30px !important;
}

.CDIco2 {
    width: 60px !important;
    flex: 0 0 60px !important;
    display: flex;
    justify-content: center;
}

.CDAttach {
    width: 150px;
    flex: 0 0 150px !important;
    display: flex;
    gap: 5px;
}

    .CDAttach a, .CDIco a {
        width: 25px;
        flex: 0 0 25px;
    }

    .CDAttach input, .CDAttach img, .CDIco input, .CDIco img {
        width: 25px;
        object-fit: contain;
        cursor: pointer;
    }

.CDTitle a {
    color: #0d75bd;
}

.CDHead {
    background: #e11d07;
    color: #fff;
}

    .CDHead div {
        padding: 5px;
    }

.loading {
    min-height: 50px;
    background: url('images/ajax-loader.gif') no-repeat center center;
}

.pnlSearch input[type=submit] {
    background: #e11d07 !important;
    color: #fff !important;
    padding: 6px !important;
    margin: 0px !important;
    border-radius: 3px !important;
}

.pnlSearch {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px !important;
    width: 100%;
}

    .pnlSearch select, .pnlSearch input[type=text] {
        border: 1px solid #ccc;
    }
.CDCell span{
    display:none;
}
@media only screen and (max-width: 768px) {
    .pnlSearch input, .pnlSearch select {
        width: 100%;
        margin-bottom: 10px;
    }

    .CodalRow {
        display: block;
        border-bottom: none !important;
    }

    .CDHead {
        display: none;
    }

    .CodalRow .CDCell {
        border-bottom: 1px solid #ccc;
        width: 100%;
        padding:5px;
    }
    .CDCell span {
        display: inline-block;
        color:#000;
        margin-left:5px;
    }
}
