* {
    line-height: 30px;
    font-family: 'Cairo', sans-serif;
    /* font-family: 'Aref Ruqaa', serif; */
    font-size: 18px;
}

body {
    width: 95%;
    margin: 4px auto;
    /* background-color: rgb(170, 168, 168); */
    background-image: url(../assets/img/wktbg.png);
}

li {
    list-style: none;
}

aside li {
    padding: 2px;
}

aside {
    float: right;
    overflow-y: scroll;
    /* width: 24%; */
    margin-top: 10px;
    margin-left: 8px;
    height: 950px;
    padding: 4px;
    /* background-color: #F5F5DC; */
}

.containerH {
    float: left !important;
    overflow-y: scroll;
    width: 74%;
    margin-bottom: 10px;
    margin-top: 7px;
    background: white;
    height: 950px;
    /* background-position: fixed; */
    position: relative;
    margin: auto;
}

.overline {
    text-decoration: line-through;
    outline: 5px solid red;
    font-weight: bold;
}


/*--------------- the sub menue ------------------------*/

#flyout1 {
    position: relative;
    cursor: pointer;
}

#flyout1:hover {
    transform: translateY(-2%)
}

.flyout-navx {
    position: relative;
    /* display: none; */
    padding: 2px;
    cursor: pointer;
}


/*--------------- the table ------------------------*/

table.tbl {
    border: 6px solid #787394;
    background-color: #DEC5AC;
    width: 100%;
    text-align: right;
}

table.tbl td,
table.tbl th {
    border: 1px solid #948473;
    padding: 5px 8px;
}

table.tbl tbody td {
    font-size: 20px;
    font-weight: bold;
}

table.tbl tr:nth-child(even) {
    background: #C8BFA7;
}

table.tbl thead {
    background: #948473;
    border-bottom: 3px solid #850C1B;
}

table.tbl thead th {
    font-size: 20px;
    font-weight: bold;
    color: #530D3F;
    text-align: center;
    border-left: 2px solid #948473;
}

table.tbl thead th:first-child {
    border-left: none;
}

table.tbl tfoot td {
    font-size: 20px;
}


/*--------------- the end of table ------------------------*/

.toup {
    float: left;
    margin-right: -1%;
    margin-top: -1%;
    position: fixed;
}

.toaside {
    position: fixed;
    float: right;
    margin-right: 22%;
}

.scroll {
    max-height: 950px;
    overflow-y: auto;
    margin: auto;
}