﻿
@font-face {
    font-family: 'Alwatan';
    src: url('/files/cpanel/fonts/alwatanheadlines-bold.ttf') format('truetype');
}

.ClassFont {
    font-family: Alwatan;
}

@media screen and (min-width: 768px) {
    .dropdown-menu {
        min-width: 180px;
    }

    .w {
        font-size: 14px;
    }

        .w span {
            font-size: 12px;
        }

    .imgHot2 {
        Width: 250px;
        Height: 250px;
    }

    .footable > thead > tr > th, .footable > thead > tr > td {
        position: relative;
        border-radius: 8px;
    }

    .footable {
        border-spacing: 0;
        width: 100%;
        border: solid #ccc 1px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        font-size: 10px;
        color: #444;
    }

        .footable.breakpoint > tbody > tr > td.expand {
            background: url(images/plus.png) no-repeat 5px center;
            padding-left: 40px;
        }

        .footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
            background: url(images/minus.png) no-repeat 5px center;
        }

        .footable.breakpoint > tbody > tr.footable-row-detail {
            background: #eee;
        }

        .footable > tbody > tr:hover {
            background-image: linear-gradient(to right, #599c71 0,#407f74 100%);
            color: #fff;
        }

        .footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
            cursor: pointer;
        }

        .footable > tbody > tr > td, .footable > thead > tr > th {
            border-left: 1px solid #ccc;
            border-top: 1px solid #ccc;
            padding: 5px;
            text-align: right;
            color: #393939;
            height: 25px;
            font-size: 10px;
        }

        .footable > thead > tr > th, .footable > thead > tr > td {
            background-image: linear-gradient(to right, #599c71 0,#407f74 100%);
            border-top: 0;
        }

            .footable > thead > tr > th:first-child, .footable > thead > tr > td:first-child {
                -moz-border-radius: 6px 0 0;
                -webkit-border-radius: 6px 0 0;
                border-radius: 6px 0 0;
            }

            .footable > thead > tr > th:last-child, .footable > thead > tr > td:last-child {
                -moz-border-radius: 0 6px 0 0;
                -webkit-border-radius: 0 6px 0 0;
                border-radius: 0 6px 0 0;
            }

            .footable > thead > tr > th:only-child, .footable > thead > tr > td:only-child {
                -moz-border-radius: 6px 6px 0 0;
                -webkit-border-radius: 6px 6px 0 0;
                border-radius: 6px 6px 0 0;
            }

        .footable > tbody > tr:last-child > td:first-child {
            -moz-border-radius: 0 0 0 6px;
            -webkit-border-radius: 0 0 0 6px;
            border-radius: 0 0 0 6px;
        }

        .footable > tbody > tr:last-child > td:last-child {
            -moz-border-radius: 0 0 6px;
            -webkit-border-radius: 0 0 6px;
            border-radius: 0 0 6px;
        }

        .footable > tbody img {
            vertical-align: middle;
        }



        .footable1 > thead > tr > th, .footable > thead > tr > td {
            position: relative;
            border-radius: 8px;
        }

    .footable1 {
        border-spacing: 0;
        width: 100%;
        border: solid #ccc 1px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        font-size: 12px;
        color: #444;
    }

        .footable1.breakpoint > tbody > tr > td.expand {
            background: url(images/plus.png) no-repeat 5px center;
            padding-left: 40px;
        }

        .footable1.breakpoint > tbody > tr.footable-detail-show > td.expand {
            background: url(images/minus.png) no-repeat 5px center;
            color: #fff;
        }

        .footable1.breakpoint > tbody > tr.footable-row-detail {
            background: #eee;
        }

        .footable1 > tbody > tr:hover {
            background-image: linear-gradient(to right, #599c71 0,#407f74 100%);
            color: #fff;
        }

        .footable1.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
            cursor: pointer;
        }

        .footable1 > tbody > tr > td, .footable > thead > tr > th {
            border-left: 1px solid #ccc;
            border-top: 1px solid #ccc;
            padding: 5px;
            text-align: right;
            color: #393939;
            height: 25px;
            font-size: 12px;
        }

        .footable1 > thead > tr > th, .footable > thead > tr > td {
            background-image: linear-gradient(to right, #599c71 0,#407f74 100%);
            color: #fff;
            border-top: 0;
            text-align: right;
            padding-right: 2px;
        }

            .footable1 > thead > tr > th:first-child, .footable > thead > tr > td:first-child {
                -moz-border-radius: 6px 0 0;
                -webkit-border-radius: 6px 0 0;
                border-radius: 6px 0 0;
                text-align: right;
            }

            .footable1 > thead > tr > th:last-child, .footable > thead > tr > td:last-child {
                -moz-border-radius: 0 6px 0 0;
                -webkit-border-radius: 0 6px 0 0;
                border-radius: 0 6px 0 0;
                text-align: right;
            }

            .footable1 > thead > tr > th:only-child, .footable > thead > tr > td:only-child {
                -moz-border-radius: 6px 6px 0 0;
                -webkit-border-radius: 6px 6px 0 0;
                border-radius: 6px 6px 0 0;
                text-align: right;
            }

        .footable1 > tbody > tr:last-child > td:first-child {
            -moz-border-radius: 0 0 0 6px;
            -webkit-border-radius: 0 0 0 6px;
            border-radius: 0 0 0 6px;
            text-align: right;
        }

        .footable1 > tbody > tr:last-child > td:last-child {
            -moz-border-radius: 0 0 6px;
            -webkit-border-radius: 0 0 6px;
            border-radius: 0 0 6px;
            text-align: right;
        }

        .footable1 > tbody img {
            vertical-align: middle;
        }


    .footableUser > thead > tr > th, .footable > thead > tr > td {
        position: relative;
        border-radius: 8px;
    }

    .footableUser {
        border-spacing: 0;
        width: 100%;
        border: solid #ccc 1px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        font-size: 10px;
        color: #444;
    }

        .footableUser.breakpoint > tbody > tr > td.expand {
            background: url(images/plus.png) no-repeat 5px center;
            padding-left: 40px;
        }

        .footableUser.breakpoint > tbody > tr.footable-detail-show > td.expand {
            background: url(images/minus.png) no-repeat 5px center;
        }

        .footableUser.breakpoint > tbody > tr.footable-row-detail {
            background: #eee;
        }

        .footableUser > tbody > tr:hover {
            background-image: linear-gradient(to right, #599c71 0,#407f74 100%);
            color: #fff;
        }

        .footableUser.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
            cursor: pointer;
        }

        .footableUser > tbody > tr > td, .footable > thead > tr > th {
            border-left: 1px solid #ccc;
            border-top: 1px solid #ccc;
            padding: 5px;
            text-align: right;
            color: #393939;
            height: 25px;
            font-size: 10px;
        }

        .footableUser > thead > tr > th, .footable > thead > tr > td {
            background-image: linear-gradient(to right, #599c71 0,#407f74 100%);
            border-top: 0;
            text-align: right;
            padding-right: 2px;
        }

            .footableUser > thead > tr > th:first-child, .footable > thead > tr > td:first-child {
                -moz-border-radius: 6px 0 0;
                -webkit-border-radius: 6px 0 0;
                border-radius: 6px 0 0;
                text-align: right;
            }

            .footableUser > thead > tr > th:last-child, .footable > thead > tr > td:last-child {
                -moz-border-radius: 0 6px 0 0;
                -webkit-border-radius: 0 6px 0 0;
                border-radius: 0 6px 0 0;
                text-align: right;
            }

            .footableUser > thead > tr > th:only-child, .footable > thead > tr > td:only-child {
                -moz-border-radius: 6px 6px 0 0;
                -webkit-border-radius: 6px 6px 0 0;
                border-radius: 6px 6px 0 0;
                text-align: right;
            }

        .footableUser > tbody > tr:last-child > td:first-child {
            -moz-border-radius: 0 0 0 6px;
            -webkit-border-radius: 0 0 0 6px;
            border-radius: 0 0 0 6px;
            text-align: right;
        }

        .footableUser > tbody > tr:last-child > td:last-child {
            -moz-border-radius: 0 0 6px;
            -webkit-border-radius: 0 0 6px;
            border-radius: 0 0 6px;
            text-align: right;
        }

        .footableUser > tbody img {
            vertical-align: middle;
        }
}

@media screen and (max-width: 767px) {
    .dropdown-menu {
        min-width: 100px;
    }

    .w {
        font-size: 12px;
    }

        .w span {
            font-size: 10px;
        }

    .imgHot {
        Width: 150px;
        Height: 150px;
    }

    .imgHot2 {
        Width: 150px;
        Height: 150px;
    }

    .footable > thead > tr > th, .footable > thead > tr > td {
        position: relative;
        border-radius: 8px;
    }

    .footable {
        border-spacing: 0;
        width: 100%;
        border: solid #ccc 1px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        font-size: 10px;
        color: #444;
        text-align: right;
    }

        .footable.breakpoint > tbody > tr > td.expand {
            background: url(images/plus.png) no-repeat 5px center;
            padding-left: 40px;
        }

        .footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
            background: url(images/minus.png) no-repeat 5px center;
        }

        .footable.breakpoint > tbody > tr.footable-row-detail {
            background: #eee;
        }

        .footable > tbody > tr:hover {
            background-image: linear-gradient(to right, #599c71 0,#407f74 100%);
            color: #fff;
        }

        .footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
            cursor: pointer;
        }

        .footable > tbody > tr > td, .footable > thead > tr > th {
            border-left: 1px solid #ccc;
            border-top: 1px solid #ccc;
            padding: 5px;
            text-align: right;
            color: #393939;
            font-size: 12px;
        }

        .footable > thead > tr > th, .footable > thead > tr > td {
            background-image: linear-gradient(to right, #599c71 0,#407f74 100%);
            border-top: 0;
        }

            .footable > thead > tr > th:first-child, .footable > thead > tr > td:first-child {
                -moz-border-radius: 6px 0 0;
                -webkit-border-radius: 6px 0 0;
                border-radius: 6px 0 0;
            }

            .footable > thead > tr > th:last-child, .footable > thead > tr > td:last-child {
                -moz-border-radius: 0 6px 0 0;
                -webkit-border-radius: 0 6px 0 0;
                border-radius: 0 6px 0 0;
            }

            .footable > thead > tr > th:only-child, .footable > thead > tr > td:only-child {
                -moz-border-radius: 6px 6px 0 0;
                -webkit-border-radius: 6px 6px 0 0;
                border-radius: 6px 6px 0 0;
            }

        .footable > tbody > tr:last-child > td:first-child {
            -moz-border-radius: 0 0 0 6px;
            -webkit-border-radius: 0 0 0 6px;
            border-radius: 0 0 0 6px;
        }

        .footable > tbody > tr:last-child > td:last-child {
            -moz-border-radius: 0 0 6px;
            -webkit-border-radius: 0 0 6px;
            border-radius: 0 0 6px;
        }

        .footable > tbody img {
            vertical-align: middle;
        }



        .footable1 > thead > tr > th, .footable > thead > tr > td {
            position: relative;
            border-radius: 8px;
        }

    .footable1 {
        border-spacing: 0;
        width: 100%;
        border: solid #ccc 1px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        font-size: 10px;
        color: #444;
    }

        .footable1.breakpoint > tbody > tr > td.expand {
            background: url(images/plus.png) no-repeat 5px center;
            padding-left: 40px;
        }

        .footable1.breakpoint > tbody > tr.footable-detail-show > td.expand {
            background: url(images/minus.png) no-repeat 5px center;
        }

        .footable1.breakpoint > tbody > tr.footable-row-detail {
            background: #eee;
        }

        .footable1 > tbody > tr:hover {
            background-image: linear-gradient(to right, #599c71 0,#407f74 100%);
            color: #fff;
        }

        .footable1.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
            cursor: pointer;
        }

        .footable1 > tbody > tr > td, .footable > thead > tr > th {
            border-left: 1px solid #ccc;
            border-top: 1px solid #ccc;
            padding: 5px;
            text-align: right;
            color: #393939;
            height: 25px;
            font-size: 10px;
        }

        .footable1 > thead > tr > th, .footable > thead > tr > td {
            background-image: linear-gradient(to right, #599c71 0,#407f74 100%);
            color: #fff;
            border-top: 0;
        }

            .footable1 > thead > tr > th:first-child, .footable > thead > tr > td:first-child {
                -moz-border-radius: 6px 0 0;
                -webkit-border-radius: 6px 0 0;
                border-radius: 6px 0 0;
            }

            .footable1 > thead > tr > th:last-child, .footable > thead > tr > td:last-child {
                -moz-border-radius: 0 6px 0 0;
                -webkit-border-radius: 0 6px 0 0;
                border-radius: 0 6px 0 0;
            }

            .footable1 > thead > tr > th:only-child, .footable > thead > tr > td:only-child {
                -moz-border-radius: 6px 6px 0 0;
                -webkit-border-radius: 6px 6px 0 0;
                border-radius: 6px 6px 0 0;
            }

        .footable1 > tbody > tr:last-child > td:first-child {
            -moz-border-radius: 0 0 0 6px;
            -webkit-border-radius: 0 0 0 6px;
            border-radius: 0 0 0 6px;
        }

        .footable1 > tbody > tr:last-child > td:last-child {
            -moz-border-radius: 0 0 6px;
            -webkit-border-radius: 0 0 6px;
            border-radius: 0 0 6px;
        }

        .footable1 > tbody img {
            vertical-align: middle;
        }

    .footableUser > thead > tr > th, .footable > thead > tr > td {
        position: relative;
        border-radius: 8px;
    }

    .footableUser {
        border-spacing: 0;
        width: 100%;
        border: solid #ccc 1px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        font-size: 10px;
        color: #444;
    }

        .footableUser.breakpoint > tbody > tr > td.expand {
            background: url(images/plus.png) no-repeat 5px center;
            padding-left: 40px;
        }

        .footableUser.breakpoint > tbody > tr.footable-detail-show > td.expand {
            background: url(images/minus.png) no-repeat 5px center;
        }

        .footableUser.breakpoint > tbody > tr.footable-row-detail {
            background: #eee;
        }

        .footableUser > tbody > tr:hover {
            background-image: linear-gradient(to right, #599c71 0,#407f74 100%);
            color: #fff;
        }

        .footableUser.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
            cursor: pointer;
        }

        .footableUser > tbody > tr > td, .footable > thead > tr > th {
            border-left: 1px solid #ccc;
            border-top: 1px solid #ccc;
            padding: 5px;
            text-align: right;
            color: #393939;
            height: 25px;
            font-size: 10px;
        }

        .footableUser > thead > tr > th, .footable > thead > tr > td {
            background-image: linear-gradient(to right, #599c71 0,#407f74 100%);
            border-top: 0;
            padding-right: 2px;
            text-align: right;
        }

            .footableUser > thead > tr > th:first-child, .footable > thead > tr > td:first-child {
                -moz-border-radius: 6px 0 0;
                -webkit-border-radius: 6px 0 0;
                border-radius: 6px 0 0;
                text-align: right;
            }

            .footableUser > thead > tr > th:last-child, .footable > thead > tr > td:last-child {
                -moz-border-radius: 0 6px 0 0;
                -webkit-border-radius: 0 6px 0 0;
                border-radius: 0 6px 0 0;
                text-align: right;
            }

            .footableUser > thead > tr > th:only-child, .footable > thead > tr > td:only-child {
                -moz-border-radius: 6px 6px 0 0;
                -webkit-border-radius: 6px 6px 0 0;
                border-radius: 6px 6px 0 0;
                text-align: right;
            }

        .footableUser > tbody > tr:last-child > td:first-child {
            -moz-border-radius: 0 0 0 6px;
            -webkit-border-radius: 0 0 0 6px;
            border-radius: 0 0 0 6px;
            text-align: right;
        }

        .footableUser > tbody > tr:last-child > td:last-child {
            -moz-border-radius: 0 0 6px;
            -webkit-border-radius: 0 0 6px;
            border-radius: 0 0 6px;
            text-align: right;
        }

        .footableUser > tbody img {
            vertical-align: middle;
        }
}

@media screen and (min-width: 768px) {
    .WidthMaglis24 {
        float: right;
        Width: 24%;
        padding-right: 5px;
    }

    .WidthMaglis {
        float: right;
        Width: 19%;
        padding-right: 5px;
    }
}

@media screen and (max-width: 767px) {
    .WidthMaglis24 {
        Width: 95%;
    }

    .WidthMaglis {
        Width: 95%;
    }
}

.HideNow {
    display: none;
}

.HideEdarah {
            display: none;
        }


.StylefileCheckbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.customCheckbox {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    cursor: pointer;
    user-select: none;
    line-height: 20px;
}

    .customCheckbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #fff;
        border: 2px solid #555;
        border-radius: 4px;
        transition: background 0.3s ease;
    }

    .customCheckbox input:checked + .checkmark {
        background: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 100%);
        border: 2px solid transparent;
    }

        .customCheckbox input:checked + .checkmark::after {
            content: "";
            position: absolute;
            left: 5px;
            top: 1px;
            width: 5px;
            height: 10px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }
