﻿@charset "utf-8";

@font-face {
    font-family: Sahel;
    src: url("../fonts/Sahel-FD.eot");
    src: url("../fonts/Sahel-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Sahel-FD.woff") format("woff"), url("../fonts/Sahel-FD.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: Sahel;
    src: url("../fonts/Sahel-Bold-FD.eot");
    src: url("../fonts/Sahel-Bold-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Sahel-Bold-FD.woff") format("woff"), url("../fonts/Sahel-Bold-FD.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: Sahel;
    src: url("../fonts/Sahel-Black-FD.eot");
    src: url("../fonts/Sahel-Black-FD.eot?#iefix") format("embedded-opentype"), url("../fonts/Sahel-Black-FD.woff") format("woff"), url("../fonts/Sahel-Black-FD.ttf") format("truetype");
    font-weight: 900;
}
/**  Scrollbar **/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #c1c1c1bf;
}

html {
    direction: rtl;
}

*, ::after, ::before {
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Sahel', 'DroidSans', sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    background: #f6f6f6;
    line-height: 1.5;
    color: #212529;
    text-align: right;
}

html, body, .container, #locator-map {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#locator-map {
    position: relative;
}

a {
    text-decoration: none !important;
}






.message {
    background-color: #ff6a00;
    padding: 0px;
    border: 1px solid #eee;
    position: absolute;
    border-radius: 5px;
    right: 250px;
    font-size: 30px;
    /*top: 110px;*/
    display: none;
    z-index: 99;
    color: #fff;
    font-weight: bold;
}




header.green-h {
    background: #0e8a8aad;
    background-image: -webkit-linear-gradient(232.56deg, #0e8a8abd 0%, #153536d4 100%);
    background-image: linear-gradient(232.56deg, #0e8a8abd 0%, #153536d4 100%);
    border-bottom: 5px solid #25b5b5;
    box-shadow: 0 5px 5px #00000052;
    width: 100%;
    z-index: 1005;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar {
    flex: 100% 1 1;
}

.mr-auto, .mx-auto {
    margin-right: 50px !important;
    margin-left: auto !important;
}

ul, ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.momra-logo {
    padding: 5px 0px;
}

.pb-2, .py-2 {
    padding-bottom: 0rem !important;
}

.pt-2, .py-2 {
    padding-top: 0rem !important;
}

header .esriSimpleSlider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: transparent;
    border: none;
    color: #527575;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    opacity: 1;
    z-index: 30;
}

    header .esriSimpleSlider div {
        font-family: 'Sahel', 'DroidSans', sans-serif;
        font-size: initial;
        cursor: initial;
    }

    header .esriSimpleSlider > div {
        width: 33px;
        height: 31px;
        background: #fff;
        font-size: 20px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        border: 1px solid #ffffff;
        margin: 0 3px;
        border-radius: 3px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    }

    header .esriSimpleSlider.navSimpleSliderVertical .fa {
        margin: 0px;
    }

.user-data {
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    font-size: 25px;
    color: #fff;
    flex: auto;
    text-align: center;
}

.user-summary .username {
    text-align: center;
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 1.1;
    color: #fff !important;
    padding: 0 20px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

    .user-summary .username img {
        max-width: 45px;
        width: 45px;
        background: #fff;
        border-radius: 50%;
        height: 45px;
        border: 4px solid #ddd;
        margin: 0 8px;
    }

    .user-summary .username span {
        position: absolute;
        top: 18px;
        right: 5px;
        color: #d8d8d8;
        text-shadow: -9px 0 #d8d8d8, 9px 0 #d8d8d8;
        font-size: 11px;
        transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        pointer-events: none;
    }

.user-summary .dropdown-menu {
    border: 0;
    -webkit-box-shadow: -2px 17px 29px -9px rgba(0,0,0,0.26);
    -moz-box-shadow: -2px 17px 29px -9px rgba(0,0,0,0.26);
    box-shadow: -2px 17px 29px -9px rgba(0,0,0,0.26);
    min-width: 14rem !important;
    top: 60px;
}

    .user-summary .dropdown-menu a, .user-summary .dropdown-menu span {
        padding: 10px !important;
        font-size: 14px;
        font-weight: 300;
        color: #000 !important;
        display: block !important;
        text-align: right;
        text-decoration: none;
        border: 0px;
        margin: 0 5px;
    }

        .user-summary .dropdown-menu a:hover {
            color: #0e8a8a !important;
        }
/**************************Div Form****************************/
.btn {
    margin: 0 5px;
}

.GIS-form {
    position: absolute;
    top: 105px;
    right: 10px;
    z-index: 1;
    width: 400px;
}

.GIS-form-content {
    width: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transition-property: -webkit-transform,transform,opacity;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.0,0.0,0.2,1);
    opacity: 1;
    overflow: visible;
    /*height: 100%;*/
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex: none;
}

.btn-light {
    color: #205051;
    background-color: #ffffff;
    border-color: #dee2e6;
    border-radius: 4px 4px 0px 0px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin: 0px;
}

    .btn-light.focus, .btn-light:focus {
        box-shadow: 0 0 0 0rem rgba(72,180,97,.5);
    }

.card {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    background: #fff;
    border-radius: 0px 0px 4px 0px;
    border: 0px solid #dee2e6;
    overflow-y: auto;
    flex: 1 1;
    display: block;
}

.fa-chevron-circle-left, .fa-chevron-circle-right {
    float: left;
}

a.btn[aria-expanded="true"] .fa-chevron-circle-left {
    display: none;
}

a.btn[aria-expanded="false"] .fa-chevron-circle-right {
    display: none;
}

.form-check {
    padding-left: .25rem;
    padding-right: 1.25rem;
}

.form-check-input {
    margin-left: -.25rem;
    margin-right: -1.25rem;
}

.form-control:focus {
    box-shadow: 0 0 0 .2rem #0e8a8a47;
}

.btn-primary {
    background: linear-gradient(232.56deg, #0E8A8A 0%, #153536 100%) !important;
    border: 0px;
    color: #fff !important;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem auto -1rem -1rem;
}

/******************** Scrollbar ********************/
.scrollbar {
    height: 700px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
    margin-left: .5px;
    border-radius: 0px 0px 4px 0px;
    border: 0px solid #dee2e6;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/*.force-overflow{
	min-height: 450px;
}*/

#Scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

#Scrollbar::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#Scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #c1c1c1bf;
}

.scrollbar.scrollbar-hidden {
    height: auto;
    overflow: hidden;
}
/**************************Footer****************************/
#copyright {
    font-size: 12px;
    color: #000;
    position: fixed;
    bottom: 0;
    left: auto;
    right: auto;
    width: 100%;
}

    #copyright a {
        color: #000;
    }

    #copyright span {
        font-family: Arial, Helvetica, sans-serif;
    }

    #copyright ul {
        display: flex;
        align-items: center;
    }

        #copyright ul li {
            margin-left: 15px;
        }

.border-top {
    border-bottom: 1px solid #dee2e6 !important;
}

.bg-w {
    background-color: #fff;
}

.mt-3, .my-3 {
    margin-top: .20rem !important;
}

.pb-3, .py-3 {
    padding-bottom: .20rem !important;
}

.pr-5, .px-5 {
    padding-right: 1rem !important;
}

.pl-5, .px-5 {
    padding-left: 1rem !important;
}
/***********************Animation***************************/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.esriSimpleSliderTL {
    top: 130px;
    left: 40px;
}

.map {
    height: 100%;
    min-height: 100vh;
}

.alert-dismissible .close {
    left: 0;
    right: auto;
}

.alert-dismissible {
    padding-right: 1.25rem;
}

.esriPopup {
    font-family: 'Sahel', 'DroidSans', sans-serif;
    text-align: right;
}

    .esriPopup .titlePane {
        background-color: #0e8a8a;
        padding: 8px;
    }

    .esriPopup .titleButton.close {
        left: 6px;
        right: auto;
        top: 8px;
    }

    .esriPopup .titleButton.maximize,
    .esriPopup .titleButton.restore {
        left: 25px;
        right: auto;
        top: 11px;
    }

    .esriPopup.esriPopupMaximized {
        font-size: 25px;
    }

        .esriPopup.esriPopupMaximized .titlePane,
        .esriPopup.esriPopupMaximized .contentPane {
            padding: 25px;
        }

        .esriPopup.esriPopupMaximized .titleButton {
            background-size: 100px;
        }

            .esriPopup.esriPopupMaximized .titleButton.restore {
                background-position: -54px -25px;
                width: 32px;
                height: 35px;
                top: 15px;
            }

            .esriPopup.esriPopupMaximized .titleButton.close {
                width: 20px;
                height: 26px;
            }

            .esriPopup.esriPopupMaximized .titleButton.close {
                left: 10px;
                right: auto;
                top: 21px;
            }

.alert {
    padding: 20px;
    background-color: rgba(165, 19, 8, 0.7);
    color: white;
    display: none;
    width: 300px;
    position: absolute;
    top: 500px;
    left: 500px;
    z-index: 100;
}

.alert1{
   
    padding: 20px;
    background-color: rgba(23, 87,86, 0.7);
    color: white;
    display: none;
    width: 345px;
    position: absolute;
    top: 500px;
    left: 500px;
    z-index: 100;
}

#location-details .alert.alert-info {
    display: block;
    top: 0px;
    left: auto;
    width: 100%;
    position: relative;
    background-color: #d1ecf1;
    color: #0c5460;
    padding: 10px;
    font-size: 12px;
    line-height: 2;
}

.map-alert strong {
    font-size: 18px;
}

span.closebtn {
    position: absolute;
    left: 12px;
    top: 2px;
    font-size: 25px;
    cursor: pointer;
}

.color-indicator {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: #aaa;
    border-radius: 50%;
    vertical-align: middle;
    margin: 7px;
}

    .color-indicator.red {
        background-color: #b47d6e;
    }

    .color-indicator.green {
        background-color: #afb193;
    }

.navbar-nav .dropdown-menu {
    width: 490px;
    height: auto;
    padding: 15px;
}

.esriSimpleSlider div.content {
    width: auto;
    height: auto;
    text-align: right;
}

b, strong {
    font-weight: bold;
}

.GIS-form strong {
    color: #218585;
}

.input-group {
    flex-direction: row-reverse;
}

    .input-group input {
        font-size: 15px;
    }

ul.list-style li {
    list-style-type: disc;
    margin-right: 20px;
}

.nav.nav-pills {
    flex-direction: row-reverse;
}

    .nav.nav-pills li a {
        color: #0e8a8a;
    }

        .nav.nav-pills li a.active {
            background: #0e8a8a;
            color: #fff;
        }

#AnimatedList h3.open + div {
    height: 100% !important;
    min-height: 300px;

    min-width: 95% !important;
   
    position: relative !important;
    margin-top: -19px !important;
    margin-right: 25px !important;
    border-left: 1px solid #666 !important;
    border-radius: 5px !important;
    border-color: #ddd !important;
}

label {
    text-align: right !important;
    border-bottom: 0px solid #CCC !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

#lyrname {
    font-family: 'Sahel', 'DroidSans', sans-serif !important;
    text-decoration: none !important;
    text-align: center !important;
    font-size: 22px !important;
    padding: 7px;
    border-color: transparent !important;
    border-bottom: 1px solid #ddd !important;
}

.noncursor {
    font-family: 'Sahel', 'DroidSans', sans-serif !important;
    font-size: 16px !important;
}
/*mnue1 tab-pan1*/
.tab-content .fade.active {
    opacity: 1;
}
/*30042020*/
.GIS-form {
    top: 90px;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.btn-primary {
    width: 100px !important;
}

    .btn-primary[disabled] {
        background: linear-gradient(232.56deg, #c3c3c3 0%, #adadad 100%) !important;
        color: #3a3a3a !important;
        text-shadow: 1px 0 0 #fff;
        width: 100px !important;
    }

.data-title {
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    font-size: 25px;
    color: #fff;
    flex: auto;
    text-align: center;
}

.esriSimpleSlider div {
    width: 33px;
    height: 33px;
    line-height: 30px;
}

header .esriSimpleSlider div[aria-expanded="true"] {
    color: #85bd48;
}

header .esriSimpleSlider .dropdown-menu.show div.card {
    z-index: 999;
}

header .esriSimpleSlider .dropdown-menu.show div {
    width: auto;
    height: auto;
    text-align: right;
}

header .navbar-nav .dropdown-menu {
    width: 320px;
    height: auto;
    padding: 1px;
}

.file-upload {
    border: 1px solid #ddd !important;
    border-radius: 4px;
    padding: 1px 5px 1px 5px !important;
    cursor: pointer;
    margin-right: -2px;
}

    .file-upload:after {
        content: "اختر الملف";
        position: absolute;
        right: 20px;
        cursor: pointer;
        background: linear-gradient(232.56deg, #0e8a8a 0%, #153536 100%);
        color: #fff;
        width: 106px;
        height: 35px;
        border-radius: 0px 4px 4px 0px;
        text-align: center;
        padding-top: 5px;
    }

input[type="file"] {
    opacity: 1;
    cursor: pointer;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
}

.card-text {
    font-size: 13px;
    color: #616161;
}

.esriSimpleSliderTL {
    left: 30px;
    z-index: 0 !important;
}

.btn-light[aria-expanded="false"] {
    flex: 0 0 50%;
    max-width: 50%;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: .75;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: .75;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
/************************@Media***************************/
@media only screen and (max-width: 1200px) {
    header .v-2030-logo {
        display: none;
    }

    .img-fluid {
        width: 150px;
        margin-left: 10px;
    }

    header .navbar {
        padding: .25rem .5rem;
    }

    .GIS-form {
        top: 70px;
    }
}

@media (max-width: 992px) {
    .mr-auto, .mx-auto {
        margin-right: auto !important;
    }
}

@media (max-width: 767px) {
    header .navbar-nav .dropdown-menu {
        position: absolute;
    }

    header .navbar {
        justify-content: center;
    }

    .btn-light[aria-expanded="false"] {
        flex: 0 0 66%;
        max-width: 66%;
    }
}

@media (max-width: 576px) {
    #copyright {
        text-align: center;
        line-height: 1;
    }

    .GIS-form {
        width: 75%; /*30042020*/
        top: 105px; /*30042020*/
    }

    header.green-h {
        flex-wrap: wrap;
    }

    .mr-auto, .mx-auto {
        margin-right: auto !important;
    }

    .user-data {
        position: absolute;
        top: 15px;
        left: 10px;
    }

    .user-summary .username {
        font-size: 0px;
    }

    .dropdown-toggle::after {
        font-size: 15px;
        display: inline-block;
        margin-left: 0em;
        vertical-align: middle;
    }

    .user-summary .dropdown-menu {
        top: 45px;
    }
}

#tblParcels {
    max-height: 250px;
    overflow-y: scroll;
}

    #tblParcels li {
        background: #eee;
        padding: 15px;
        border-radius: 4px;
        margin-bottom: 12px;
        margin-left: 12px;
    }

        #tblParcels li a {
            float: left;
            color: #218585;
            font-size: 20px;
            margin-top: -5px;
        }

@media (max-width: 576px) {
    .user-data {
        font-size: 13px;
        width: 125px;
        line-height: 2;
    }

    .GIS-form {
        z-index: 99;
    }

    .btn-light.collapsed {
        width: 250px;
    }

    ul.navbar-nav.mr-auto {
        border-top: 1px solid #fff;
        padding-top: 5px;
    }
}

@media (min-width: 768px) {
    .GIS-form {
        top: 130px;
    }
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        margin-right:-300px;
        background-color: #fff !important;
        border: 1px solid rgba(0,0,0,.15) !important;
        border-radius: 4px !important;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
        box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
    }
    div#attachment-control .content {
        min-width: 300px !important;
    }
    .navbar-nav .coord.open .dropdown-menu {
        margin-right:-200px;
        min-width: 300px;
    }
}