﻿@charset "utf-8";
@font-face {
    font-family: 'DroidArabicKufi';
    src: url("webfonts/DroidArabicKufi.woff") format("woff"), url("webfonts/DroidArabicKufi.ttf") format("truetype"), url("webfonts/DroidArabicKufi.svg#DroidArabicKufi") format("svg");
    font-weight: normal;
    font-style: normal;
}

html,
body,
#map {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

span.dijit.dijitReset.dijitInline.dijitButton[widgetid=dijit_form_Button_1] {
    display: none;
}

body {
    font-family: 'DroidArabicKufi', 'DroidSans', sans-serif !important;
}

::-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;
}

.esri-legend__layer-caption {
    display: none !important;
}

#loaderContainer {
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
    background-color: #0000001f;
}

.loader {
    width: 45px;
    height: 45px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 5px solid;
    border-top-color: rgba(246, 36, 89, 1);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(246, 36, 89, 1);
    border-right-color: rgba(255, 255, 255, 0.3);
    -webkit-animation: loader 1s ease-in-out infinite;
    animation: loader 1s ease-in-out infinite;
    top: 50%;
    right: 50%;
    position: absolute;
}

@keyframes loader {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.btn-primary {
    background: linear-gradient(232.56deg, #0E8A8A 0%, #153536 100%) !important;
    border: 0px;
    width: 100px !important;
    color: #fff !important;
}
label {
    text-align: right !important;
    border-bottom: 0px solid #CCC !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;
}

.disableUpload{
    pointer-events: none;
    opacity: 0.7;
    cursor: default;
    background:#282929
}

input[type="file"] {
    opacity: 1;
    cursor: pointer;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
}

.error {
    opacity:1; color: #D8000C; width: 100%;
}

.success{
    opacity:1; color: #04a81f; width: 100%;
};

