/* ashraf 16-07/2019
.footable .PagerView:hover,
.footable .PagerView:hover td:first-child,
.footable .empty:hover,
.footable .empty:hover td:first-child {
    background-color: transparent !important;
}

.PagerView .expand {
    background: transparent !important;
}

.PagerView + .footable-row-detail {
    display: none !important;
}*/





.ShowButton {
    text-align: center;
}

    .ShowButton i {
        transition: 0.2s;
        font-size: 30px;
        font-weight: 100 !important;
        width: 100%;
    }

    .ShowButton a {
        width: 100%;
    }

    .ShowButton:hover > a i {
        color: #e8a510 !important;
    }



/*No Data Panel*/
/* ashraf 16-07/2019
div .footable .empty td {
    background-position: center 5px;
    text-align: center !important;
    color: #A5A5A5 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-image:url(../Images/icon_nodata.png);
    background-color: #ffffff !important;
    padding: 35px !important;
    background-position: center;
}

    .footable .empty td img { 
    }

    .footable .empty td span {
        color: #f60b0b;
        font-size: 16px; 
    }

.empty {
    border: #ccc 2px solid !important;
}*/

/*No Data Panel End*/

.accordionHeader {
    color: #ffffff !important;
    background-color: #72b391;
    border-radius: 6px;
    margin-bottom: 10px;
    height: 40px;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    transition: all linear 0.15s;
    background-image: url(../Images/down_icon.png);
    background-repeat: no-repeat;
    background-position: 10px;
}

.accordionHeaderSelected {
    color: #ffffff !important;
    background-color: #daa633 !important;
    border-radius: 6px 6px 0px 0px;
    height: 40px;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    transition: all linear 0.15s;
    background-image: url(../Images/up_icon.png);
    background-repeat: no-repeat;
    background-position: 10px;
}


.accordionContent {
    border: 3px solid #daa633;
    padding: 10px;
    border-radius: 4px;
    margin-top: -10px;
    margin-bottom: 10px;
    background: white;
    overflow:visible !important
}

    .accordionContent .panel-body,.accordionContent .panel-default {
        margin-top: 10px;
    }
