
.table-scroll {
    overflow-x: auto !important;
    overflow: hidden;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
}

.invisible {
    display: none;
}

.row-padding {
    padding-left: 3%;
}

.loader {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.eliminate-margin-bottom {
    margin-bottom: 0 !important;
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1em;
    font-family: sans-serif;
    min-width: 400px;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);*/
}

.btn-right {
    position: absolute;
    right: 20px;
}

.styled-table thead tr {
    background-color: #81aab0;
    color: #ffffff;
}

tr.sem {
    background-color: #cccbcb;
    color: #000000;
    font-size: 1.1em;
    font-weight: bold;
}

tr.semNV {
    background-color: #d3b7b7;
    color: #0c0c0c;
    font-size: 1.1em;
    font-weight: bold;
}
tr.semADM {
    background-color: #ecf8e8;
    color: #0c0c0c;
    font-size: 1.1em;
    font-weight: bold;
}

tr.mod {
    background-color: #ffffff;
    font-weight: bold;
}

tr.mat {
    background-color: #ffffff;
}

.styled-table th {
    padding: 12px 15px;
    color: #ffffff;
    font-size: 14px;
}

.styled-table td {
    padding: 12px 15px;
    /*color: #777575;*/
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

/*.styled-table tbody tr:nth-of-type(even) {*/
/*    background-color: #f3f3f3;*/
/*}*/

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #09adba;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.styled-table tbody tr.rpt {
    color: #999999;
}

.btn-aqua {
    background-color: #09adba;
    border: 1px solid #11cdef;
    color: #ffffff;
}

.btn-aqua:hover, .btn-aqua:focus, .btn-aqua.active {
    background-color: #0fb9d8;
    border: 1px solid #0fb9d8;
    color: #ffffff !important;
}

.page_break_after {
    page-break-after: always;
}

table.releve {
    width: 670px;
    border-collapse: collapse;
    margin-bottom: 7px;
    font-size: 12px;
}

table.releve td, table.releve th {
    border: 2px solid black;
    text-align: center;
    vertical-align: middle;
}

table.releve.sem tr {
    background-color: #C7C7C7;
    padding: 2px;
}

table.releve.mod tr {
    background-color: #E8E8E8;
    padding: 2px;
}

table.releve th.elp {
    width: 370px;
}

footer {
    position: fixed;
    bottom: 100px;
    left: 0px;
    right: 0px;
    height: 50px;
}

.arFont {
    font-family: 'Noto Naskh Arabic', serif;
}

.blog-image {
    border-radius: 4px;
    margin-top: -45px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
