﻿@font-face {
    font-family: MyFontBold;
    src: url('../Fonts/NotoKufiArabic-Bold.ttf');
}

@font-face {
    font-family: MyFontRegular;
    src: url('../fonts/NotoKufiArabic-Regular.ttf') format('truetype');
}

body {
    margin: 0px 0px;
    direction: rtl;
    background-color: white;
    min-height: 100%;
    font-family: MyFontRegular;
    font-size: 12pt;
}

.Master_HeaderDiv {
    background: rgb(0,184,106); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgb(0,184,106), rgb(0,105,58)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgb(0,184,106), rgb(0,105,58)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgb(0,184,106), rgb(0,105,58)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgb(0,184,106), rgb(0,105,58)); /* Standard syntax */
    width: 100%;
    height: 87px;
    border-bottom: 2px solid rgb(204,164,61);
    box-shadow: 0px 2px 10px Gray;
    font-family: MyFontRegular;
}

.Master_HeaderDiv table tr td:nth-child(1) {
    width: 40%;
}

.Master_HeaderDiv table tr td:nth-child(2)
{
    text-align: center;
    width: 20%;
}

.Master_HeaderDiv table tr td:nth-child(3) {
    width: 40%;
}

#IDCLogo {
    margin-top: 8px;
    width: 70px;
    height: auto;
    margin-right: 50px;
}

#Vision2030 {
    position: absolute;
    left: 100px;
    top: 15px;
    width: 80px;
}

.divNorthernBordersProvince {
    font-size:20px;
    font-weight: bold;
    padding-top: 10px;
    color: white;
}

.divProjectName {
    padding-top: 5px;
    font-size: 15px;
    color: white;
}

#lblTime, #lblDate {
    color: #dddddd;
    font-family: MyFontRegular, Tahoma;
    margin-right: 35px;
    font-size: 8pt;
    position: inherit;
}

.bottomcircle {
    background: #9e978e;
    margin: -30px auto;
    background: rgb(0,147,84);
    /*background: -webkit-linear-gradient(left, rgb(0,147,84), rgb(58,76,66)); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(right, rgb(0,147,84), rgb(58,76,66));*/ /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(right, rgb(0,147,84), rgb(58,76,66)); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(to right, rgb(0,147,84), rgb(58,76,66)); /* Standard syntax */
    height: 75px;
    width: 150px;
    border-bottom-left-radius: 75px;
    border-bottom-right-radius: 75px;
    z-index: -1;
    position: relative;
    box-shadow: 0px 2px 10px Gray;
    text-align: center;
}

.bottomrectangle {
    background: #9e978e;
    margin: -45px auto;
    background: rgb(0,147,84);
    /*background: -webkit-linear-gradient(left, rgb(0,147,84), rgb(58,76,66));*/ /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(right, rgb(0,147,84), rgb(58,76,66));*/ /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(right, rgb(0,147,84), rgb(58,76,66));*/ /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(to right, rgb(0,147,84), rgb(58,76,66));*/ /* Standard syntax */
    height: 8px;
    width: 134px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    position: inherit;
}

.Master_ContentsDiv {
    height: 150px;
    margin-top: 0px;
    margin-bottom: 25px;
    z-index: -1000;
}

.HomePageImage {
    margin-top: 5%;
    width: 25%;
}

.HideInMobile {
    visibility: visible;
}

.StatusColorsContainerDiv {
    position: fixed;
    z-index: 2;
    top: 120px;
    left: 60px;
}

.StatusColorsDiv {
    height: 2.1vw;
    padding: 0.4vw;
    text-align: left;
    background-color: #eaeaea;
    border-radius: 5px;
    font-family: MyFontRegular;
    font-size: 0.8vw;
    float: left;
    margin-right: 0.6vw;
}

.StatusColorsCircleDiv {
    margin: 0.25vw 0.5vw;
    height: 0.9vw;
    width: 0.9vw;
    border-radius: 50%;
    float: left;
}

.StatusColorsCircleTitle {
    margin-right: 0.5vw;
    margin-top: 0.15vw;
    float: right;
}

.ResponsibleFacilityCardContainer {
    display: inline-block;
    padding: 20px;
    font-family: MyFontRegular;
    font-weight: bold;
    text-align: center;
}

    .ResponsibleFacilityCardContainer a {
        color: gray;
        cursor: pointer;
    }

    .ResponsibleFacilityCardContainer a:hover img {
        transform: scale(1.05);
    }

        .ResponsibleFacilityCardContainer a img {
            padding: 10px;
            height: 125px;
            width: 125px;
            border: 1px solid #ddd;
            border-radius: 5px;
            margin-bottom: 10px;
            transition: all ease-in-out 0.15s;
        }

        .ResponsibleFacilityCardContainer a span {
            transition: all ease-in-out 0.15s;
        }

        .ResponsibleFacilityCardContainer a:hover img {
            border: 1px solid black;
        }

        .ResponsibleFacilityCardContainer a:hover span {
            color: black;
        }

    .PagingDiv {
        position: fixed;
        z-index: 2;
        bottom: 40px;
        left: 60px;
        right: 60px;
        text-align: center;
    }

.PagingNumberingDiv {
    height: 2vw;
    width: 2vw;
    display: inline-block;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    font-size: 0.9vw;
    font-family: Tahoma;
    font-weight: bold;
    padding-top: 0.2vw;
    background-color: rgba(231,231,231,1);
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    color: rgb(180, 180, 180);
    border: solid 2px rgba(202,202,202,1);
}

.PadingSelected {
    border: solid 2px rgb(64, 64, 64);
    background-color: white;
    color: rgb(64, 64, 64);
    cursor: default;
}

.PagingNumberingDiv:hover {
    background-color: white;
}

.PadingSelected:hover {
    background-color: white;
}

@media(max-width:1100px) {
    .PagingDiv {
        position: inherit;
        z-index: 2;
        bottom: inherit;
        left: inherit;
        right: inherit;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 55px;
        width: 90%;
    }

    .PagingNumberingDiv {
        height: 25px;
        width: 25px;
        font-size: 9pt;
        padding-top: 2px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .StatusColorsContainerDiv {
        padding-top: 15px;
        padding-bottom: 15px;
        position: inherit;
        z-index: 2;
        top: inherit;
        left: inherit;
        width: 90%;
    }

    .StatusColorsDiv {
        height: 25px;
        padding: 5px;
        font-size: 8pt;
        margin-right: 6px;
    }

    .StatusColorsCircleDiv {
        margin: 2.5px 5px;
        height: 12px;
        width: 12px;
    }

    .StatusColorsCircleTitle {
        margin-right: 5px;
        margin-top: 2px;
        float: right;
    }
}

@media (max-width:600px) {
    .Master_ContentsDiv {
        margin-top: 0px;
    }

    .Master_HeaderDiv {
        height: 125px;
    }
    
    .HideInMobile {
        display: none;
    }
}

.Master_FooterDiv {
    position: fixed;
    bottom: 0px;
    background: rgb(0,184,106);
    background: -webkit-linear-gradient(left, rgb(0,184,106), rgb(0,105,58)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgb(0,184,106), rgb(0,105,58)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgb(0,184,106), rgb(0,105,58)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgb(0,184,106), rgb(0,105,58)); /* Standard syntax */
    border-top: 2px solid rgb(204,164,61);
    width: 100%;
    text-align: center;
    height: 27px;
    font-family: MyFontRegular;
    font-size: 7pt;
    padding-top: 6px;
    color: white;
}

.menuContainer {
    cursor: pointer;
    position: absolute;
    left: 50px;
    top: 25px;
}

.Master_UserNameDiv {
    position: absolute;
    left: 135px;
    top: 32px;
    font-family: MyFontRegular;
    color: rgb(250,254,253);
}

.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
    transform: rotate(-45deg) translate(-5px, 6px);
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background: rgb(0,184,106); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgb(0,184,106), rgb(0,105,58)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgb(0,184,106), rgb(0,105,58)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgb(0,184,106), rgb(0,105,58)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgb(0,184,106), rgb(0,105,58)); /* Standard syntax */
    min-width: 300px;
    box-shadow: 3px 3px 10px 3px rgba(0,0,0,0.35);
    z-index: 1;
    left: -15px;
    margin-top: 55px;
    text-align: center;
    font-family: MyFontRegular;
    font-size: 13px;
    border-radius: 10px;
}

    .dropdown-content:after {
        bottom: 100%;
        left: 50px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(76, 100, 86, 0);
        border-bottom-color: rgb(0,184,106);
        border-width: 15px;
        margin-left: -35px;
    }

/* Links inside the dropdown */
    .dropdown-content a {
        color: #dddddd;
        padding: 5px 0px; 
        padding-right: 16px;
        padding-left: 8px;
        text-decoration: none;
        display: block;
        text-align: right;
        border-bottom: solid 0.5px white;
    }

    .dropdown-content a:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .dropdown-content a:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    
    .dropdown-content a:last-child {
        border-bottom: none;
    }

/* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: white;
            color: black;
            text-decoration: none;
            transition: 0.4s;
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

.blurDiv {
    -webkit-filter: blur(1px); /* Safari 6.0 - 9.0 */
    filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='1'); /* IE lte 9 */
    pointer-events: none;
}

@media (max-width:600px) {
    .menuContainer {
        top: 15px;
        left: 25px;
    }

    .dropdown-content {
        margin-top: 110px;
    }

    .Master_UserNameDiv {
        display: none;
    }
}

/*@media (min-width:800px) {

    body {
        font-size: 12vw;
    }

    .Master_HeaderDiv {
        height: 6.5vw;
        box-shadow: 0px 0.2vw 1vw Gray;
    }

    #IDCLogo {
        width: 9.5vw;
    }

    #lblTime, #lblDate {
        margin-right: 1.5vw;
        font-size: 0.75vw;
    }

    .bottomcircle {
        margin: -2.5vw auto;
        height: 5.5vw;
        width: 10vw;
        border-bottom-left-radius: 5.5vw;
        border-bottom-right-radius: 5.5vw;
        box-shadow: 0px 0.2vw 1vw Gray;
    }

    .bottomrectangle {
        margin: -3vw auto;
        height: 1vw;
        width: 8.8vw;
        border-bottom-left-radius: 10vw;
        border-bottom-right-radius: 10vw;
    }

    .Master_ContentsDiv {
        margin-top: 6vw;
        margin-bottom: 6vw;
    }

    .Master_FooterDiv {
        height: 1.8vw;
        font-size: 0.7vw;
        padding-top: 0.5vw;
    }

    .menuContainer {
        left: 2.5vw;
        top: 1.8vw;
    }

    .bar1, .bar2, .bar3 {
        width: 2.5vw;
        height: 0.28vw;
        margin: 0.5vw 0;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-0.6vw, 0.6vw);
        transform: rotate(-45deg) translate(-0.6vw, 0.6vw);
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-0.5vw, -0.5vw);
        transform: rotate(45deg) translate(-0.5vw, -0.5vw);
    }

    /* Dropdown Content (Hidden by Default) */
    /*.dropdown-content {
        min-width: 30vw;
        box-shadow: 0.3vw 0.3vw 1vw 0.3vw rgba(0,0,0,0.35);
        left: -.75vw;
        margin-top: 65px;
        font-size: 13px;
        border-radius: 10px;
    }

        .dropdown-content:after {
            left: 50px;
            border-width: 15px;
            margin-left: -35px;
        }

        .dropdown-content a {
            padding: 5px 0px;
            padding-right: 16px;
            padding-left: 8px;
            border-bottom: solid 0.5px white;
        }

            .dropdown-content a:first-child {
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

            .dropdown-content a:last-child {
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
            }

    .seven-cols {
        padding: 0px 50px;
        padding-top: 15px;
    }
}*/

#myModal {
    top: 0px;
    bottom: 0px;
    left: -25px;
    right: -25px;
    padding: 0px;
    margin: 0px;
}

    #myModal > .modal-dialog {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        width: 95%;
    }

        #myModal > .modal-dialog > .modal-content {
            position: absolute;
            top: 0px;
            bottom: 0px;
            width: 100%;
            background-color: rgb(225,218,207);
        }

            #myModal > .modal-dialog > .modal-content > .modal-body {
                height: 100%;
                width: 100%;
            }

            #myModal > .modal-dialog > .modal-content > .modal-body > iframe {
                height: 100%;
                width: 100%;
                border: none;
            }