﻿@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

html {
    height: 100vh;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    color: darkslategrey;
    background-color: #333;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#geoContent {
    flex: 1;
    width: 100vw;
    height: 100vh;
    color: darkslategrey;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

#geoHeader {
    height: 10vh;
    width: 100vw;
    padding: 1px 10px;
    background-color: ghostwhite;
    border-bottom: thick inset crimson;
    color: black;
}

#geoFooter {
    width: 100%;
    height: 5vh;    
    background-color: ghostwhite;
    color: darkslategrey;
    border-top-color: crimson;
    border-top-width: thick;
    border-top-style: inset;

}

#frmMain {
    width: 100%;
    height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.geoContainer {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 5px 5px;
    width: 10%;
    max-width: 320px;
    height: 82vh;
    max-height: 82vh;
    background-color: #333;
    border-style: inset;
    border-radius: 15px;
    border-width: 1px;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.geoDisplaing {
    color: black;
    width: 98%;
    height: 83vh;
    max-height: 83vh;
    font-size: 12px;
    background-color: whitesmoke;
    border: 2px inset white;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:center;
}

.geolink {
    float: none;
    display: block;
    margin-top: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    height: auto;
    font-size: 11px;
    width: 95%;
    max-width: 95%;
}

    .geolink a {
        display: block;
        margin-bottom: 5px;
        color: white;
        text-decoration: none;
        border: 1px solid #ccc;
        padding: 5px;
        border-radius: 5px;
        background: #fff;
        transition: background 0.3s, border-color 0.3s;
        background-color: silver
    }

        .geolink a:hover {
            background: #e2e2f9;
            border-color: #7a7af0;
        }

        .geolink a.active-map {
            background-color: #d1e7dd;
            border-color: #38c172;
            color: white;
            font-weight: bold;
        }


        .geolink a.active-link {
            background-color: #007bff !important;
            color: white !important;
            font-weight: bold;
            border-radius: 6px;
            padding: 5px;
            display: block;
            border: 2px unset #0056b3;
            box-shadow: 0 0 4px rgba(0, 123, 255, 0.5);
        }

        .geolink a.active-gios {
            background-color: #ffcc00 !important;
            color: black !important;
            font-weight: bold;
            border-radius: 6px;
            padding: 5px;
            display: block;
            border: 2px ridge white;
            box-shadow: 0 0 4px rgba(0, 123, 255, 0.5);
        }

#geotbHead {
    width: 100%;
    height: 100%;
    margin: 0;
   /* border: 2px ridge lightgray;
    background-color:lightgray;*/
}

.GeoLinkEntry {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    width: 85vw;
    max-width: 85vw;
    height: 83vh;
    max-height: 83vh;
    font-size: 10px;
    background-color: #f9f9f9;
    border-style: inset;
    border-radius: 15px;
    float: right;
}

.GeoimgSet {
    border-radius: 15px;
    border: 2px inset whitesmoke;
    height: 100%;
    width: 100%;
}

.Div-Contaner-left {
    border: 1px inset lightgray;
    width: 51%;
    height: 98%;
    border-radius: 10px;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    padding: 5px;
    gap: 5px;
}

.Div-Contaner-rigt {
    border: 1px inset lightgray;
    width: 47%;
    height: 98%;
    margin-left:10px;
    border-radius: 10px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 5px;
    gap: 5px;
}

.Div-ComboBox {
    width: 100%;
    height: 6%;
    border: 1px inset lightgray;
    border-radius: 8px;
    display: flex;
    align-items: start;
    justify-content:start;
    flex-direction:column;
    padding: 2px;
    gap: 2px;
}

.Div-DataEnt {
    width: 100%;
    height: 95%;
    border: 1px inset lightgray;
    border-radius: 8px;
}

.tableEnter {
    width: 85%;
    height: 260px;
}

    .tableEnter tr {
        height: 22px;
        width: 100%;
    }

    .tableEnter td {
        height: 20px;       
    }

.MapsViews {
    height: 100%;
    width: 100%;
    padding: 4px 4px;
    overflow: hidden;
}

.text-dangers {
    color: yellow !important;
    background-color: #dc3545 !important;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.form-control-geo {
    height: 23px;
    padding: 3px 3px;
    border-radius: 5px;
    border-style: inset;
    border-width: 2px;
    border-color: white;
    font-size: 10px;
    color: black;
}

.arabic-combo-control-geo, select.arab-combo-geo option{
    height: 28px;
    padding: 3px 3px;
    border: 1px inset whitesmoke;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    color: black;
    direction: rtl;
    text-align: right;
}


#geoEntryDiv {
    color: black;
    width: 87%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    height: 82vh;
    max-height: 82vh;
    padding: 5px 5px;
    font-size: 12px;
    background-color: darkslategray;
    border: inset 1px darkgray;
    border-radius: 15px;   
    float: right;
}

#VerticalTextContainer {
    width: 33%;
    max-width: 37%;
    height: 72vh;
    max-height: 72vh;
    border: inset 2px white;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 5px;
    background-color: whitesmoke;
    padding: 5px 5px;
    display: block;
    align-items: start;
    justify-content: start;
    float:left

}
#verticalGridContainer {
    width: 66%;
    max-width: 66%;
    height: 72vh;
    max-height: 72vh;
    border: inset 2px white;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 5px;
    background-color: whitesmoke;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}
.block_Boxes {
    width: 100%;
    height: 27px;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    gap: 5px;
}

.group_Box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 5px;
}

#toolButtonDiv {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#toolTaskBar {
    height: 46px;
    width: 85%;
    border: inset 2px white;
    border-radius: 10px;
    margin-left: 10px;
    background-color: #333;
    padding: 5px 10px;
    color:yellow;
}

#toolContainer {
    height: 47px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#textContainer {   
    width: 98%;
    max-width: 98%;
    border: inset 2px white;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 10px;
    background-color: whitesmoke;
    padding: 5px 10px;
    display: block;
    align-items: start;
    justify-content: start
}

.lineContainers {
    width: 99.50%;
    height: 35px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}


.line_Containers {
    width: 99.50%;
    height: 30px;
    display: flex;
    gap: 20px;
    margin: 5px 1px 5px 1px;
    align-items: center;  
}

.blockContainers {
    width: 49%;
    height: 30px;
    border: inset 2px white;
    border-radius: 8px;
    display:flex;
    flex-direction:row;
    gap:20px;
}

.Vertical-block-Containers {
    width: 100%;
    height: 30px;
    border: inset 1px white;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    gap: 5px;
}


.form-control-geo {
    display: block;
    width: 400px;
    height: 28px;
    max-height: 28px;
    padding: 5px 5px;
    font-size: 11px;
    font-weight: 400;
    color: black;
    background-color:white;
    border-radius: 5px;
    border: inset 2px white;
    margin: 1px 1px 1px 1px;
}

.lable-control-geo {
    width: 120px;
    color: black;
    padding: 5px 5px;
    border: 2px inset whitesmoke;
    border-radius: 5px;   
    font-size: 10px;
    text-align: left;
    margin: 1px 1px 1px 1px;
}


.form-control-geo-sa {
    display: block;
    width: 400px;
    height: 24px;
    max-height: 24px;
    padding: 2px 2px;
    font-size: 10px;
    font-weight: 400;
    color: black;
    background-color: white;
    border-radius: 5px;
    border: inset 1px white;
    margin: 2px 1px 2px 1px;
    vertical-align:central;
}

.lable-control-geo-sa {   
    height: 24px;
    color: black;
    padding: 7px 2px;
    border: 1px inset whitesmoke;
    border-radius: 5px;
    font-size: 10px;
    text-align: left;
    margin: 2px 1px 2px 1px;
    vertical-align: central;
}

#gridContainer {   
    width: 98%;
    max-width: 98%;
    border: inset 2px white;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 10px;
    background-color: whitesmoke;
    padding: 5px 10px;
    display: flex;
    align-items: start;
    justify-content: start
}


.BarButton {
    padding: 4px 4px;
    cursor: pointer;
    width: 150px;
    height: 32px;
    border-radius: 5px;
    border: 2px ridge white;
    color: white;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.btnAddn {
    background-color: darkblue;
}

.btnEdit {
    background-color: dodgerblue;
}

.btnUndo {
    background-color: orange;
}

.btnSave {
    background-color: darkgreen;
}

.btnDele {
    background-color: orangered;
}

.btnPrnt {
    background-color: darkviolet;
}

.BarButton:hover {
    opacity: 0.8;
    transform: scale(1.02);
}


.GridMainStyle {
}

    .GridMainStyle column3 {
        text-align: right;
        width:100%

    }

.btnB {
    padding: 4px 4px;
    color: white;
    cursor: pointer;
    width: 16%;
    height: 30px;
    border-radius: 5px;
    border: 2px ridge white;
    color: cornflowerblue;
}

    .btnB:hover {
        opacity: 0.6;
    }


.h-style {
    margin-top: 5px;
    margin-left: 20px;
    color:black;
}

h1 {
    font-size: 1rem;
    font-family: "Stencil Std", Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    text-align: left;
}


h2 {
    font-size: 2rem;
    font-family: "Stencil Std", Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    text-align: left;
}
