﻿
 
table#_footerTable > tbody > tr > td > div > a {
  display: inline-block;
  padding: 6px 12px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 4px;
      color: #158885 !important;
}

/* Hover */
table#_footerTable > tbody > tr > td > div > a:hover {
  background: #158885 ;
  color: #fff;
  border-color: #158885 ;
}

/* الحقول */
table#_footerTable > tbody > tr > td > div > input {
  display:none;
}









.lbldata{
	
	display:none;
}

.pagingDiv a, .pagingDiv span {
        display: inline-block;
        padding: 0px 9px;
        margin-right: 4px;
        border-radius: 3px;
        border: solid 1px #c0c0c0;
        background: #e9e9e9;
        box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
        font-size: .875em;
        font-weight: bold;
        text-decoration: none;
        color: #717171;
        text-shadow: 0px 1px 0px rgba(255,255,255, 1);
    }

        .pagingDiv a:hover {
            background: #fefefe;
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
            background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
        }

        .pagingDiv a.active {
            border: none;
            background: #616161;
            box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
            color: #f0f0f0;
            text-shadow: 0px 0px 3px rgba(0,0,0, .5);
        }

    .pagingDiv span {
        color: #f0f0f0;
        background: #616161;
    }

.subRec a:hover {
    background-color: #e9e9e9;
}
    .header {
        padding: 20px;
    }

    .container-section {
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        padding-bottom: 20px;
    }

    .arrowImg {
        height: 30px;
        width: 30px;
        float: left;
    }

    .arrow {
        padding-top: 23px;
    }

    .w-100 {
        width: 100% !important;
    }


    .card-table {
        background-color: white;
    }

        .card-table p {
            font-size: 14px;
            color: #747474;
        }

        .card-table td, th {
            padding: 8px;
        }

        .card-table th {
            color: #9f9f9f;
            font-size: 16px;
            
            color: #111111ad;
        }

        .card-table td {
            color: #a0a0a0;
            font-size: 15px;
        }

        .card-table tr:nth-child(odd) {
            background-color: rgba(247, 247, 247, 0.8);
        }

    body {
        padding: 0px;
        background: #fff;
    }

    .wrapper {
        width: 100%;
        padding: 20px;
    }

    @media(max-width:992px) {
        .wrapper {
            width: 100%;
        }
    }

    .panel-heading {
        padding: 0;
        border: 0;
    }

    .panel-title > a, .panel-title > a:active {
        display: block;
        padding: 5px;
        color: #555;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        direction: rtl;
        font-family: "Frutiger LT W20 65 Bold";
    }

    .panel-heading a:before {
        font-family: 'Glyphicons Halflings';
        /*content: "\e114";*/
        float: left;
        transition: all 0.5s;
    }

    .panel-heading.active a:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }


    .table tr th {
        background-color: #f3f3f34a !important;
        color: #191919 !important;
    }

    .innerpages .table > tbody > tr:nth-child(odd) {
        background-color: #f6f6f6 !important;
    }

    .img {
        height: 250px;
        width: 250px;
    }

    .ctrWidth {
        width: 280px !important;
    }

    @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

        /* Force table to not be like tables anymore */
        .tableMobile, .tableMobile thead, .tableMobile tbody, .tableMobile th, .tableMobile td, .tableMobile tr {
            display: block;
        }

            /* Hide table headers (but not display: none;, for accessibility) */
            .tableMobile thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

            .tableMobile tr {
                margin: 0 0 1rem 0;
            }

                .tableMobile tr:nth-child(odd) {
                    background: rgba(247, 247, 247, 0.8);
                }

            .tableMobile td {
                /* Behave  like a "row" */
                border: none;
                border-bottom: 1px solid #eee;
                position: relative;
                padding-left: 50%;
            }


                .tableMobile td:before {
                    /* Now like a table header */
                    position: absolute;
                    /* Top/left values mimic padding */
                    top: 0;
                    left: 6px;
                    width: 45%;
                    padding-right: 10px;
                    white-space: nowrap;
                }
				
    }
    
    
    
    .grd>tbody>tr>th
 
 {
    background-color: #138884 !important;
    font: normal .90em DroidArabicKufi, arial, sans-serif  !important;
    color: #fff  !important;
    text-align: center  !important;
    border: 1px solid #fff  !important;
    vertical-align: middle;
    padding: 5px 3px  !important;
    
    
    