.filePanel{
    border: 1px solid #00baff;
    border-radius: 5px;
    margin-top: 5px;
}
.document-item {
    display: block;
    margin: 1.5em 0 2.5em 0;
    position: relative;
    padding-left: 45px;
    color: black;
}
.document-item::before {
    position: absolute;
    width: 29px;
    height: 34px;
    left: 0;
    top: -7px;
    content: '';
    border: solid 2px #920035;
}
.document-item::after {
    content: 'file';
    content: attr(filetype);
    left: -4px;
    padding: 0px 2px;
    text-align: right;
    line-height: 1.3;
    position: absolute;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    top: 9px;
}
.document-item .fileCorner {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 0 11px;
    border-color: white transparent transparent #920035;
    position: absolute;
    top: -7px;
    left: 22px;
}

.dtree{
    width: 17%;
    font-family: tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    float: right;
    border: 3px solid #0066ee;
    border-radius: 5px;
    padding: 5px;
    margin-top: 20px;
}
.dtree li{
    height: 16px;
    overflow: hidden;
    cursor: hand;
    padding-right: 2px;
}

.dtree li:hover{
    background-color: rgba(134, 2, 121, 0.99);
}

#content_page{
    float: left;
    width: 80%;
    border: 3px solid #0066ee;
    border-radius: 5px;
    padding: 5px;

    font-family: tahoma;
    font-weight: normal;
    height: 100%;
    line-height: 20px;
    text-align: justify;
}
.header_page{
    text-align: left;
    text-align: center;
}






.partTitle{
    font-size:18px;
    color:brown;
    font-weight:bold;
}
.sessionTitle{
    font-size:16px;
    color:brown;
    font-weight:bold;
}
.bigTitle{
    font-size:14px;
    color:brown;
    font-weight:bold;
}
.smallTitle{
    font-size:12px;
    color:brown;
    font-weight:bold;
}
.tinyTitle{
    font-size:14px;
    color:brown;
    font-weight:bold;
}
.hadith{
    font-size:14px;
    color:#cc9966;
    display:inline;
}
.quran{
    font-size:14px;
    color:green;
    display:inline;
}
hr.footer{
    width:50%;
    text-align:right;
}
p.footer{
    font-size:13px;
    color:gray;
}
.quatation{
    display:inline;
}
.tablePoem{
    width:100%;
    text-align:justify;
}
.rightTdPoem{
    width:300px;
    text-align:justify;
}
.leftTdPoem{
    text-align:right;
}
.quranAddress{
    display:inline;
    color:  gray !important;
    font-size: 13px !important;
}
sup{
    color:blue;
}
a.indexLink{
    font-size:12px;
    color:#0002BE;
    text-decoration:none;
}
a.indexLink:visited{
    font-size:14px;
    color:#7878FF;
    text-decoration:none;
}
.Allah{
    text-align: center;
}
.ThesisTitle{
    text-align: center;
    font-weight:600;
    font-size:16px;
    font-family:tahoma;
    color:black;
}
.Shoora{
    text-align: center;
    font-weight:bold;
    font-size:10px;
    font-family:tahoma;
    color:black;
}
.SchoolName{
    text-align: center;
    font-weight:bold;
    padding-top:30px;
    padding-bottom:30px;
    font-size:12px;
    font-family:tahoma;
    color:black;
}

.Allah{
    background-image: url("../img/arm-allah.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
}

/** table */
.data{
    font-size: 12px;
}
tr.head{
    background: none repeat scroll 0 0 #00B9FF;
}
.data td, .data th{
    height: 25px;
    overflow: hidden;
    text-align: center;
}
.rt{
    background: no-repeat scroll right -3px #00B9FF;
}
.lt{
    background: no-repeat scroll left -3px #00B9FF;
}

a{
    color: #000000;
    text-decoration: none;
}

tr.even{
    background: none repeat scroll 0 0 #BAE2E8;
}
tr.odd{
    background: none repeat scroll 0 0 #F9F9F6;
}

/** end table */