/*Container*/
.mdidNLContainter {
    position: fixed;
    bottom: -50px;
    right: 3%;
    min-width: 350px;
    max-width: 100%;
    z-index: 2;
    display: none;
}
@media all and (max-width: 500px) {
    .mdidNLContainter {
        right: 0;
        width: 100%;
    }
}

/*Header*/
.mdidNLHeader, .mdidNLBody {
    border-top: 7px solid #ff5c35;
    background-color: #1a2b3a;
    width: 100%;
    box-shadow: 0 0 2px #333;
}
.mdidNLHeader {
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.mdidNLHeader span{
    color: #ffffff;
    font-size:130%;
}
.mdidNLHeader i {
    color: #ff5c35;
}
.mdidNLHeader td {
        text-align: center;
}

/*Body*/
.mdidNLBody {
    border-top: 0;
    background-color: #ffffff;
    bottom: -120px;
}

.interriorPadding
{
    padding:10px;
    direction:rtl;
}
.mdidcaret {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

tr.row {
    background-color: #fff;
}


    tr.row td {
    }

    tr.row:hover td,
    tr.row.over td {
        background-color: #e2cbb2;
    }

.GridPager a, .GridPager span {
    display: block;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px !important;
    color: grey;
    border: 1px solid #eeeeee;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.GridPager span {
    background-color: darkorange;
    color: #ffffff;
}

.GridPager a:hover {
    border: 1px solid Orange;
    background-color: #f2e0b3;
}

.exit
{
    float:left;
}