﻿@media (min-width: 200px) {
  
    .form-container {
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: none;
    }

}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: none;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: none;
    }
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: none;
    }
}



.card-body3:hover {
    background-color: #aeabab;
}


.card-body1:hover {
    background-color: #aeabab;
}

.card-body2:hover {
    background-color: #aeabab;
}

.card-body3 {
    background: #ffffff;
}

.card-body1 {
    background: #ffffff;
}

.card-body2 {
    background: #ffffff;
}

html {
    background: rgb(0,52,98);
    background: linear-gradient(149deg, #fffffff6 0%, #dcdcdc 100%);
}

.btn {
    font-size: 0.8rem;
}

@import url(http://fonts.googleapis.com/earlyaccess/notokufiarabic.css);

#myInput {
    background-image: url('/css/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}



#myTable {
    border-collapse: collapse; /* Collapse borders */
    width: 100%; /* Full-width */
    border: 1px solid #ddd; /* Add a grey border */
    font-size: 18px; /* Increase font-size */
}

    #myTable th, #myTable td {
        text-align: left; /* Left-align text */
        padding: 12px; /* Add padding */
    }

    #myTable tr {
        /* Add a bottom border to all table rows */
        border-bottom: 1px solid #ddd;
    }

        #myTable tr.header, #myTable tr:hover {
            /* Add a grey background color to the table header and on hover */
            background-color: #f1f1f1;
        }


.icon {
    padding: 10px;
    min-width: 40px;
}

.input-field {
    width: 100%;
    padding: 10px;
    text-align: center;
}

#NewHiasahNoinfo-table tr {
    display: none;
}

#NewActivetynfo-table tr {
    display: none;
}

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.test3 {
    display: block;
    width: 115px;
    height: 25px;
    background: #4E9CAF;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 25px;
}

.noty-message {
    width: 200px;
    height: 300px;
}

hr.vertical {
    height: 30px; /* you might need some positioning for this to work, see other questions about 100% height */
    width: 0;
    border: 1px solid #eee;
}

.hsr {
    width: 90px;
    margin-left: 30px;
}

.ministry {
    width: 220px;
}

.float-left {
    float: left;
}

.text-right {
    text-align: right;
}

.login-container-width {
    width: 65%;
}

.yellow-color-btn {
    background-color: #EEB338;
    border-color: #d4a132;
    color: #fff;
}

.login-input {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.288);
    text-align: right;
}

    .login-input:focus {
        box-shadow: 0 0 5px rgba(241, 215, 68, 0.904);
    }


.main-logos {
    position: relative;
}

.content {
    height: auto;
    padding: 29px;
}



.nav-item {
    width: 88%;
}

.nav-item2 {
    width: 50%;
}

.nav-pills .nav-link {
    text-align: center;
    background: #343436;
    color: #fff;
    border-radius: 30px;
}

    .nav-pills .nav-link.active {
        background: #63be6a;
        color: #fff;
    }

.on {
    height: 100%
}
.tab-content {
    height: auto;
    background: #fff;
    color: #000;
    border-radius: 30px;
    z-index: 1000;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    padding: 30px;
    margin-bottom: 50px;
    border: 2px solid #63be6a;
}

  

.tab-content2 {
    height: 30%;
    margin-top: -50px;
    background: #fff;
    color: #000;
    border-radius: 30px;
    z-index: 1000;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    padding: 30px;
    margin-bottom: 50px;
    border: 2px solid #63be6a;
}

    .tab-content2 button {
        border-radius: 15px;
        width: 100px;
        margin: 0 auto;
        float: left;
        margin-left: 22px;
        background: #63be6a;
        color: #fff;
    }



fieldset {
    height: 100%;
}

.main-content {
    position: relative;
    bottom: 0px;
    display: flex;
}



.card {
    background: transparent;
    border: 0px solid transparent;
    border-radius: 0px;
}

.accordion h2 {
    color: #fff;
    font-size: 18px;
}

.card-body {
    background-color: #fff;
}

.collapse.show {
    display: block;
}

.show > .card-body {
    height: 100%;
}
select.form-control {
    background-color: #ffffff;
    color: #424546;
}



.form-control {
    background-color: #ffffff;
    padding: 5px;
    color: #424546;
    border: 1px solid;
    /* font-size: 12px; */
    margin-top: 5px;
    font-size: 12px;
}
select.empty {
    color: gray
}

;
input[type="file"] {
    display: none;
}

.inputfile + label {
    color: #fff;
    background-color: #EEB338;
    display: inline-block;
    float: left;
    padding: 4px;
    border-radius: 5px 0px 0px 5px;
    font-size: 16px;
}

.inputfile1 + label {
    color: #fff;
    background-color: #EEB338;
    display: inline-block;
    float: left;
    padding: 6px;
    border-radius: 5px 0px 0px 5px;
    margin-top: 5px;
    font-size: 16px;
}

.subtitle {
    color: #489463;
    font-weight: bold;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
}

.inputfile + label {
    cursor: pointer; /* "hand" cursor */
}

.inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

label#fileName {
    height: 33px;
    margin-top: 5px;
}

label#fileName1 {
    height: 33px;
    margin-top: 50px;
}

#ownerInfoForm {
    margin-top: 16px;
    position: relative;
    display: block;
}

.icon {
    margin-left: 5px;
}

    .icon img {
        width: 14px;
    }

.login {
    background: url('~/outPages/HSRRes/After_HSR/After_HSR/images/saudi-map.svg');
    background-repeat: no-repeat;
    background-position: 26% 7%;
}

.login-logo {
    width: 30%;
}

.content-center {
    text-align: center;
}

.login-form-div {
    background-color: #fff;
    border-radius: 20px;
    border-top: 30px solid #EEB338;
    float: right;
    width: 100%;
}

.text-gold {
    color: #C2884F;
}

.text-info {
    font-size: 11px;
}

#loginBtn {
    margin-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
}

#codeToEnter {
    position: absolute;
    padding: 3px 20px 3px 20px;
    background-color: #65A542;
    color: #fff;
    font-style: italic;
    left: 0px;
    z-index: 1;
    height: 28px;
}

#map {
}

#mapSmal {
    height: 100%;
    width: 100%;
    float: left;
    left: 0px;
    position: relative;
    overflow: hidden;
    bottom: 0px;
}

.accordion_small {
    margin: 0 auto;
    height: 60px;
    overflow: hidden;
    transition: height 0.3s ease;
    margin-bottom: 20px;
}

    .accordion_small .accordion_tab {
        cursor: pointer;
        padding: 10px;
        position: relative;
    }

    .accordion_small .accordion_arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
        width: 15px;
        height: 15px;
        transition: all 0.3s ease;
    }

        .accordion_small .accordion_arrow img {
            width: 100%;
            height: 100%;
        }

    .accordion_small .accordion_tab.active .accordion_arrow {
        transform: translateY(-50%) rotate(180deg);
    }

    .accordion_small.active {
        height: 100%;
    }

    .accordion_small .accordion_content {
        padding: 20px;
        padding-left: 0px;
        padding-right: 0px;
        border-top: 1px solid #e9e9e9;
    }

        .accordion_small .accordion_content .accordion_item {
            margin-bottom: 20px;
        }

            .accordion_small .accordion_content .accordion_item p.item_title {
                font-weight: 600;
                margin-bottom: 10px;
                font-size: 18px;
                color: #6adda2;
            }

            .accordion_small .accordion_content .accordion_item p:last-child {
                color: #9a9b9f;
                font-size: 14px;
                line-height: 20px;
            }












.form-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}

    /* When the inputs get focus, do something */
    .form-container input[type=text]:focus, .form-container input[type=password]:focus {
        background-color: #ddd;
        outline: none;
    }

/* Set a style for the submit/login button */
.form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}




#loadingDiv {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(255,255,255,0.90) url('../images/loader.gif') center center no-repeat;
    z-index: 999;
}

#required:after {
    content: " *";
    color: red;
}

.loading-msg {
    background-color: #E1F1C0;
    color: #728943;
    padding: 10px;
    margin: 0px auto;
    margin-top: 59vh;
    width: 250px;
    border-radius: 10px;
    border: 1px solid #728943;
    text-align: center;
}
/* do not put anything below this line */
.map .container {
}

.map-location {
    float: left;
    left: 0px;
    position: relative;
    overflow: hidden;
    bottom: 0px;
    top: 0px;
    background-color: #fffffff6;
}

.borderbody {
    border: 1px solid #888;
}

.zoom-btn1 {
    position: absolute;
    z-index: 99;
    top: 10px;
    right: 95%;
    border-radius: 5px;
    background-color: #fff;
    color: #888;
    border: 1px solid #888;
}

.zoom-btn {
    position: absolute;
    z-index: 99;
    top: 30px;
    right: 10px;
    border-radius: 5px;
    background-color: #fff;
    color: #888;
    border: 1px solid #888;
}

    .zoom-btn:hover {
        border-color: #5a9946;
        color: #5a9946;
    }

    .zoom-btn:focus {
        outline: none;
    }

.zoom-in {
    top: 5px;
}

.zoom-out {
    top: 35px;
}
#NOinfoDiv {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(32, 39, 39, 0.50);
    z-index: 100;
}

#NOinfoDiv_V {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(32, 39, 39, 0.50);
    z-index: 100;
    overflow: auto;
}

#DivinfoShow {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(32, 39, 39, 0.50);
    z-index: 101;
    overflow: auto;
}

#GisDiv {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    display: block;
    height: 100%;
    background: rgba(32, 39, 39, 0.50);
    z-index: 101;
}

#Search_Div {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(32, 39, 39, 0.50);
    z-index: 100;
}

#FirestinfoDiv {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(32, 39, 39, 0.50);
    z-index: 100;
}


#EndinfoDiv {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(32, 39, 39, 0.50);
    z-index: 100;
}


.window {
    position: absolute;
    background-color: #fff;
    width: 60%;
    right: 20%;
    border-radius: 5px;
    box-shadow: 3px 4px 16px -2px rgba(0,0,0,0.3);
    /*display:none;*/
    font-size: 12px;
}

.window-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    background-color: #003462;
    font-weight: bold;
    font-size: 13px
}

    .window-header .close {
        float: left;
        padding: 15px;
        margin-top: -13px;
    }

.window-content {
    margin: 25px 10px 10px 15px;
}

#NewHiasahNoinfo-table th {
    text-align: start;
}


/*eyad card*/

* {
    box-sizing: border-box;
}

.columnsCardEyad {
    width: 90%;
    padding: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .price:hover {
        box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
    }

    .price .headerCardEyad {
        color: white;
        font-size: 17px;
        height: 60px;
    }

    .price li {
        border-bottom: 1px solid #eee;
        padding: 10px;
        text-align: center;
        height: 50px;
    }

    .price .grey {
        background-color: #eee;
        font-size: 15px;
        text-align: center;
        height: 60px;
    }

    .price .grey1 {
        background-color: rgba(255, 255, 255, 0.288);
        font-size: 15px;
        text-align: center;
        height: 45px;
    }

#surr {
    border: 2px solid black;
}

#surrTx {
    width: 309px;
    margin-top: -31px;
    margin-left: 5px;
    background: white;
}

#btnPr1 {
    color: #fff;
    /* background-color: #0d6efd; */
    border-color: #0d6efd;
}

.button {
    background-color: #2d6f4d;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    margin-left: 10px;
}

.button1 {
    background-color: #ed2b2b;
    border: none;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}


#zoomDiv {
    position: absolute;
    top: 200px;
    right: 20px;
}



#Renter {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    display: block;
    height: 100%;
    background: rgba(32, 39, 39, 0.50);
    z-index: 101;
    overflow: auto;
}

#HASAdREg {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    display: block;
    height: 100%;
    background: rgba(32, 39, 39, 0.50);
    z-index: 101;
    overflow: auto;
}

.modal1 {
    display: none; /* Hidden by default */
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: rgba(32, 39, 39, 0.50);
    z-index: 101;
    overflow: auto;
}

.table .thead-dark th {
    /* color: #1e1e2f; */
    background-color: #003462;
    border-color: #32383e;
}

tr:nth-child(even) {
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 12px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.blog-post {
    height: auto;
    border: 0px solid #003462;
    overflow: hidden;
    margin-top: 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.down-arrow {
    width: 22px;
    height: 22px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.invert {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*خاض لصفحة اضافة المستخدمين*/

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: white !important url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.windowAtt {
    position: absolute;
    top: 16%;
    background-color: #fff;
    width: 85%;
    right: 5%;
    border-radius: 5px;
    box-shadow: 3px 4px 16px -2px rgba(0,0,0,0.3);
    z-index: 999999;
    /*display:none;*/
}

#AttachmantDiv {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(32, 39, 39, 0.50);
    z-index: 1000;
}

.modal-dialog {
    padding-left: 15px;
    padding-top: 20%;
}

@media only screen and (max-width: 1200px) {
    .form-group label {
        font-size: 12px;
    }

    * {
        font-size: 12px;
    }

    .idall {
        height: 400px;
    }

    .main-logos > img {
        margin-right: 0px !important;
        width: 65px;
    }

    .nav-pills {
        width: 265px;
    }

    fieldset {
        margin: 1px;
    }

    .main-content {
        width: 100%;
        height: 100%;
    }

    #top {
        padding-top: 15%;
    }

    .map-location {
    }

    .inputfile + label {
        width: 100%;
    }

    .inputfile1 + label {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .form-group label {
        font-size: 12px;
    }

    * {
        font-size: 12px;
    }

    .idall {
        height: 400px;
    }

    .nav-pills {
        width: 265px;
    }

    fieldset {
        margin: 1px;
    }

    header {
        height: 100px;
    }

    #top {
        padding-top: 15%;
    }

    .main-logos > img {
        margin-right: 0px !important;
        float: right;
        margin-bottom: 10px;
    }

        .main-logos > img + img {
            width: 120px;
            float: right
        }

    .inputfile + label {
        width: 100%;
    }

    .inputfile1 + label {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .form-group label {
        font-size: 12px;
    }

    * {
        font-size: 12px;
    }

    .idall {
        height: 400px;
    }

    fieldset {
        margin: 1px;
    }

    body {
        position: relative;
    }

    #top {
        padding-top: 15%;
    }

    header .btn {
        margin-top: 0px !important;
    }

    .nav-pills {
        width: 265px;
    }
}

@media only screen and (max-width: 1100px) {
    .form-group label {
        font-size: 12px;
    }

    * {
        font-size: 12px;
    }

    .idall {
        height: 400px;
    }

    fieldset {
        margin: 1px;
    }

    header {
        height: 100px;
    }

    #top {
        padding-top: 15%;
    }

    .inputfile + label {
        width: 100%;
    }

    .inputfile1 + label {
        width: 100%;
    }

    .nav-pills {
        width: 265px;
    }
}

.nav-pills {
    width: 480px;
}

@media (max-width: 2000px) {
    .window {
        margin-top: 5%;
    }
}
#required:after {
    content: " *";
    color: red;
}
@media only screen and (max-width: 900px) {


    .form-container {
        width: 100%;
    }
    .form-popup {
        display: none;
        position: absolute;
        border: 3px solid #1a4164;
        margin-top: 10%;
        width: 95%;
    }

    .form-group label {
        font-size: 12px;
    }

    * {
        font-size: 12px;
    }

    .idall {
        height: 400px;
    }



    header {
        height: 100%
    }

    #heading {
        font-size: 20px;
    }

    .h5, h5 {
        font-size: 12px;
    }


    .main-logos > img {
        margin-right: 0px !important;
    }

        .main-logos > img + img {
            width: 125px;
        }

    .main-logos + div, .main-logos + div label {
        font-size: 13px;
    }

    header .btn {
        font-size: 0px;
        float: right;
        margin-top: 0px !important;
    }

    .fa, .fas {
        font-size: initial;
    }



    .main-content {
        display: block;
    }

    .zoom-btn {
    }

    .window {
        width: 90%;
        right: 5%;
        margin-top: 25%;
    }

    .login-logo-div {
        position: absolute;
        top: 0px;
    }

    .login-logo {
        width: 72px;
    }

    .login-container-width {
        width: 100%;
        margin: 0 auto;
    }

    .login-form-div {
        margin-top: 300px;
        margin-bottom: 40px;
    }

    .h-100 {
        height: auto !important
    }



    #msform1 {
    }

    .idall {
        height: 400px;
    }

    header {
        height: 100%
    }

    #heading {
        font-size: 20px;
    }

    .h5, h5 {
        font-size: 12px;
    }


    .main-logos > img {
        margin-right: 0px !important;
    }

        .main-logos > img + img {
            width: 125px;
        }

    .main-logos + div, .main-logos + div label {
        font-size: 13px;
    }

    header .btn {
        font-size: 0px;
        float: right;
        margin-top: 0px !important;
    }

    .fa, .fas {
        font-size: initial;
    }




    .main-content {
        display: block;
    }

    .zoom-btn {
        display: none;
    }

    .window {
        width: 90%;
        right: 5%;
    }

    .login-logo-div {
        position: absolute;
        top: 0px;
    }

    .login-logo {
        width: 72px;
    }

    .login-container-width {
        width: 100%;
        margin: 0 auto;
    }

    .login-form-div {
        margin-top: 300px;
        margin-bottom: 40px;
    }

    .h-100 {
        height: auto !important
    }



    .nav-pills {
        width: 265px;
    }

    fieldset {
        margin: 1px;
    }

    header {
        height: 100%
    }

    #top {
        padding-top: 15%;
    }

    #heading {
        font-size: 20px;
    }

    .h5, h5 {
        font-size: 12px;
    }


    .main-logos > img {
        margin-right: 0px !important;
        width: 65px;
    }

        .main-logos > img + img {
            width: 125px;
        }

    .main-logos + div, .main-logos + div label {
        font-size: 13px;
    }

    header .btn {
        font-size: 0px;
        float: right;
        margin-top: 0px !important;
    }

    .fa, .fas {
        font-size: initial;
    }
    

    nav {
        width: 100%;
        float: right;
        height: auto;
        display: inline;
        padding-top: 2px;
    }

    .map-location {
        width: 105%;
        height: 100px;
        left: auto;
        top: auto;
        bottom: auto;
        display: block;
    }

    .main-content {
        display: block;
    }

    .zoom-btn {
        display: block;
    }

    .window {
        width: 90%;
        right: 5%;
    }

    .login-logo-div {
        position: absolute;
        top: 0px;
    }

    .login-logo {
        width: 72px;
    }

    .login-container-width {
        width: 100%;
        margin: 0 auto;
    }

    .login-form-div {
        margin-top: 300px;
        margin-bottom: 40px;
    }

    .h-100 {
        height: auto !important
    }

    .login-container-width > .row {
        display: block;
        margin: 0px;
    }

    .login-container-width.d-flex {
        display: block !important;
    }

    .login {
        background-attachment: fixed;
    }

    #map {
        width: 100px;
        margin-left: 2px;
    }

    #maps {
        display: inline;
    }

    #expann {
    }

    .inputfile + label {
        width: 100%;
    }

    .inputfile1 + label {
        width: 100%;
    }
}



/**/

.Vinputfile + label {
    color: #fff;
    background-color: #EEB338;
    display: inline-block;
    float: left;
    padding: 6px;
    border-radius: 5px 0px 0px 5px;
    margin-top: 30px;
    font-size: 16px;
}

.Vsubtitle {
    color: #017C36;
    font-weight: bold;
}

.Vinputfile:focus + label,
.Vinputfile + label:hover {
    background-color: red;
}

.btn-outline-secondary:hover {
    background-color: #63be6a;
}

.Vinputfile + label {
    cursor: pointer; /* "hand" cursor */
}

.Vinputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

label#VfileName {
    height: 33px;
    margin-top: 5px;
}







body {
    background: #ffffff;
}

h2 {
    color: #000;
    text-align: center;
    font-size: 2em;
}

.warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px 2px;
    background: #000;
    display: inline-block;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0 0.5rem 0.8rem #00000080;
}

.panels {
    background: #fffffff6;
    box-shadow: 0 2rem 2rem #00000080;
    min-height: 200px;
    width: 100%;
    max-width: 500px;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px;
}

.panel {
    display: none;
    animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: bold
}

.radio {
    display: none;
}

#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel {
    display: block
}

#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab {
    background: #fffffff6;
    color: #000;
    border-top: 3px solid #000;
}


* {
    direction: rtl;
}

h3 {
    color: #f9f9f9;
    padding: 5px;
}


.arrow1::after {
    content: '\2192';
    /* little make up */
    font-size: 2em;
    /* whatever needed*/
    padding: 0 0.5em;
    /* whatever needed*/
    vertical-align: -0.1em;
    /* whatever needed*/
}

.arrow1:nth-child(2)::after {
    content: '\21fe';
    display: inline-block;
    transform: scale(2,1);
}

.arrow1:nth-child(3)::after {
    content: '\21d2';
    display: inline-block;
    transform: scale(2,0.8);
}

.rtl .dropdown-menu.dropdown-menu-right.dropdown-navbar {
    background-color: white;
    border-image-slice: 1;
    border-width: 0px 2px 2px 2px;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #b17c2b, #efc342);
    margin: 2.125rem 0px 0px 0px !important;
}

.white-content .form-control:focus {
    border-color: #48c445 !important;
}

.table-dash {
    border-collapse: collapse !important;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 0 1px #66666659;
    border-radius: 19px;
    border-style: hidden;
}

td, th {
    border: 2px solid rgba(0,0,0,0.2);
    font-size: 12px !important;
    /*text-align: right;*/
    padding: 8px;
    line-height: 13px;
    vertical-align: middle;
}

th {
    padding: 15px 10px;
}

tr:nth-child(even) {
}

.cardbox {
    padding: 13px 12px 3px 0;
    background: #13dc725c;
    border-radius: 11px;
}

    .cardbox :hover {
        /*padding: 13px 12px 3px 0;*/
        background-color: #13dc725c;
        border-radius: 11px;
    }

.project-tab #tabs {
    background: #007b5e;
    color: #eee;
}

    .project-tab #tabs h6.section-title {
        color: #eee;
    }

    .project-tab #tabs .nav-tabs .nav-item.show .nav-item2.show .nav-link, .nav-tabs .nav-link.active {
        color: #2d6f4d;
        background-color: transparent;
        border-color: transparent transparent #f3f3f3;
        border-bottom: 3px solid !important;
        font-size: 16px;
        font-weight: bold;
    }

.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #3f9268db;
    font-size: 16px;
    font-weight: 600;
}

    .project-tab .nav-link:hover {
        border: none;
        background-color: #06904924;
        border-radius: 20px;
    }

/*.project-tab thead {
                        background: #f3f3f3;
                        color: #333;
                    }*/

.project-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.project-tab thead {
    background: #2d6f4d !important;
}

.tablefit {
    max-width: fit-content;
}

.content {
    direction: rtl;
}

.table-taps {
    max-width: 1140px;
    margin: auto;
    width: 90%;
}

.farms-hover :hover {
    background-color: #47b6392b;
    border-radius: 20px;
    /*opacity: 0.3;*/
}

.cattles_hover :hover {
    background-color: #f443361f !important;
    border-radius: 20px;
    /*opacity: 0.3;*/
}

.birds_hover :hover {
    background-color: #d6642d40;
    border-radius: 20px;
    /*opacity: 0.3;*/
}

.fishes_hover :hover {
    background-color: #2196f330;
    border-radius: 20px;
    /*opacity: 0.3;*/
}

.bees_hover :hover {
    background-color: #ffeb3b42;
    border-radius: 20px;
    /*opacity: 0.3;*/
}

.weels_hover :hover {
    background-color: #ffeb3b42;
    border-radius: 20px;
    /*opacity: 0.3;*/
}

.dropdown-notification {
    right: -323px !important;
}

.dropdown-farms {
    right: -450px !important;
}

.farmsdeopdown-toggle {
    background-color: #48b53933;
    padding: 10px 48px !important;
    border-radius: 7px;
}

/*.farmsdeopdown-toggle :hover {
                            background-color: #ffeb3b42;
                            padding: 10px 48px;
                            border-radius: 7px;
                        }*/

.fontsizelarger {
    font-size: smaller !important;
}

.dropdown-active {
    color: green !important;
    text-decoration: underline;
    text-underline-offset: 9px;
    /*text-underline-position: under;*/
    /*border-bottom: 2px solid currentColor;*/
    /*display: inline-block;*/
    /*line-height: 20px;*/
    /*margin-bottom: 10px;*/
}

.font-dirltr {
    direction: ltr !important;
}

.iconsvg {
    position: absolute;
    font-size: x-large !important;
    color: #ffffffba;
}

.uiDropdown {
    right: auto !important;
    margin-left: 20px;
    padding: 10px 20px;
    min-width: 270px;
    text-align: center;
}

.loginbtn {
    padding: 10px 0 !important;
    background-color: #d5ead5;
}

    .loginbtn :hover {
        background-color: #55ce7442;
        /*margin: 10px !important;*/
        border-radius: 20px;
        /*opacity: 0.3;*/
    }

.card-width-25 {
    flex: 0 0 25%;
    max-width: 25%;
}

.height100 {
    height: 100% !important;
}

.heightauto {
    height: auto !important;
}

.height215 {
    height: 215px !important;
}

/*menu-margin-top {
                        margin-top: -8px !important;
                    }*/



.dashboard-font-icon {
    font-size: 15px;
}


.Navbar-user {
}

p {
    color: black !important
}

.navlogin {
    display: flex;
}

.margin-auto {
    margin: auto !important;
}

.menu-text {
    color: #fff !important;
    font-size: 14px !important;
}

.menu-img-color {
    color: black !important
}

.menu-img {
    height: 40px;
    /*filter: brightness(0.4);*/
    margin: auto;
}

.white-content .card:not(.card-white) {
    background: #ffffffb3;
    /*box-shadow: 0px 0px 13px 2px #c9973566 !important;*/
    box-shadow: 0px 7px 9px -4px #c18e32 !important;
}

.menu-filter {
    padding: 0px !important;
    /* padding: 2% 30px !important;
                        width: 100%;
                        border: 1px double #efdcbf47;
                        border-radius: 1px;
                        background: linear-gradient(99deg, #c18e3214 1%,#c18e3278 19%, #f0c342d6 40%, #c18e328c 81%, #c18e320f 99% );
                        opacity: 0.8;
                        border-width: 1px;
                        border-image: linear-gradient( to bottom, #c18e32, rgba(0, 0, 0, 0) ) 1 117%;*/
    /*
                        padding: 2% 30px !important;
                        width: 100%;
                        border-radius: 5px;
                        background: linear-gradient(99deg, #c18e3214 1%,#c18e3278 19%, #f0c342d6 40%, #c18e328c 81%, #c18e320f 99% );
                        opacity: 0.8;
                        border-bottom: 1px solid #8c740094;*/
}


    .menu-filter:hover {
        padding: 0px !important;
        /*                box-shadow:0px 0px 20px #b48d1e
            */ /*padding: 2% 30px !important;
                            width: 100%;
                            border: 1px double #efdcbf;
                            border-radius: 1px;
                            background: linear-gradient(99deg, #c18e320f 1%,#c18e32a6 19%, #f0c342eb 40%, #c18e32a6 81%, #c18e320f 99% );
                            opacity: 1;*/
    }


.menu-filter-text {
    color: #312200 !important;
}

    .menu-filter-text:hover {
        color: #312200 !important;
        filter: drop-shadow(0px 0px 4px #b37613);
    }

.sidemenu-logo {
    display: flex !important;
    justify-content: center !important;
    padding: 15px 0 0 !important;
}

    .sidemenu-logo:hover {
        filter: drop-shadow(0px 0px 2px #fff);
    }

.sidemenu-a {
    display: grid !important;
    padding: 0px 0 5px 0 !important;
}

    .sidemenu-a:hover {
        display: grid !important;
        padding: 0px 0 5px 0 !important;
        filter: drop-shadow(0px 0px 2px #fff);
    }

.sidemenu-a-error {
    display: grid !important;
    padding: 0px 0 5px 0 !important;
}

    .sidemenu-a-error:hover {
        display: grid !important;
        padding: 0px 0 5px 0 !important;
        filter: drop-shadow(0px 0px 2px red);
    }
/*

                    #style-3::-webkit-scrollbar-track {
                        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                        background-color: #F5F5F5;
                    }

                    #style-3::-webkit-scrollbar {
                        width: 6px;
                        background-color: #F5F5F5;
                    }

                    #style-3::-webkit-scrollbar-thumb {
                        background-color: #000000;
                    }*/
::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
}

::-webkit-scrollbar-thumb {
}

.card .card-title {
    margin-bottom: 5px !important;
}

.card-chart .chart-area {
    height: revert;
}

.scrollweather {
    overflow-y: scroll;
}




.activecolor {
    background-color: #f2f2f2;
    font-weight: bold;
    font-size: 13px;
}

.color-complete {
    color: green !important;
}

.color-errorData {
    color: #c6600c !important;
}

.color-errorandmissed {
    color: #8d1c1c !important;
}

.color-missedData {
    color: #d3b72d !important;
}

.color-related {
    color: #ff8100 !important;
}


.color-ownershipborders {
    color: #2f6d4b !important;
}

.color-farms {
    color: #0e8e45 !important;
}

.color-cattles {
    color: #961b1e !important;
}

.color-birds {
    /*color: #3397d3 !important;*/
    /*eb960e*/
    color: #d18409 !important;
}

.color-fishs {
    color: #0a568e !important;
}

.color-bees {
    color: #b7a20b !important;
}

.color-wells {
    /*color: #d18409 !important;*/
    color: #3397d3 !important;
}

.color-unlisted {
    color: #6a6a6a !important;
}


.cards1 {
    /*padding: 5px 10px 0 0;
                        margin: 0px 0 0 0;*/
    text-align: right !important;
    color: #4c4c4c !important;
    font-size: 13px;
}

.cardstext {
    text-align: center !important;
}

.counter-count {
    font-size: 18px;
    margin: 10px 0 0;
    font-weight: 600;
    display: inline-block;
}

.pb-2, .py-2 {
    margin-bottom: 20px
}

.rtl .notification {
    left: 15px !important;
    background: #ff0000 !important;
}


.footer {
    padding: 24px 0 24px 0;
    margin-top: 40px;
    background-color: #f7f7f7d4;
    border-top: 1px solid #dcdcdc;
    border-image-slice: 1;
    border-top-width: 1px;
    border-image-source: linear-gradient(to left, #c08d32, #ddaf3c);
}



.rtl .footer {
    padding: 24px 0 24px 0;
    margin-top: 40px;
    background-color: #f7f7f7;
    border-top: 1px solid #dcdcdc;
    border-image-slice: 1;
    border-top-width: 1px;
    border-image-source: linear-gradient(to left, #c08d32, #ddaf3c);
}



.footerli {
    display: inline-block !important;
    margin: 0 3.5px;
}

.footer-a {
    color: #2d6f4d !important;
    padding-bottom: 7px;
}




    .footer-a::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background-image: linear-gradient(to left, #c08d32, #ddaf3c);
        transition: width .3s;
        margin-top: 7px;
    }

    .footer-a:hover::after {
        margin-top: 7px;
        width: 100%;
    }

* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

p {
    color: grey
}

#heading {
    text-transform: uppercase;
    color: #000;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

    #msform input:focus,
    #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #673AB7;
        outline-width: 0
    }

#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

    #msform .action-button:hover,
    #msform .action-button:focus {
        background-color: #311B92
    }

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
        background-color: #000000
    }

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    transform: rotate(180deg)
}

    #progressbar .active {
        color: black;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 33%;
        float: left;
        position: relative;
        font-weight: 400
    }

    #progressbar #account:before {
    }

    #progressbar #personal:before {
    }

    #progressbar #payment:before {
    }

    #progressbar #confirm:before {
    }

.bootstrap-datetimepicker-widget dropdown-menu {
    background-color: brown;
}

#progressbar li:before {
    width: 45px;
    height: 45px;
    display: block;
    font-size: 25px;
    color: #ffffff;
    background: lightgray;
    /* border-radius: 50%;*/
    margin: 0 auto 10px auto;
    text-align: center;
    padding-top: 3px;
}

#progressbar li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

article {
    background: #fff;
    height: 200px;
    display: none;
}

    article.on {
        display: block;
    }

#progressbar li.active:before {
    background-position: center;
    background-size: 150% 115%;
    background-color: #63be6a;
    border: 2px solid #002b4d;
}

#progressbar li.active:after {
    background-position: center;
}

.progress {
    height: 10px
}

.progress-bar {
    background-color: #daa520;
}

.fit-image {
    width: 100%;
    object-fit: cover
}






.rtl .dropdown-menu.dropdown-menu-right.dropdown-navbar {
    background-color: white;
    border-image-slice: 1;
    border-width: 0px 2px 2px 2px;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #b17c2b, #efc342);
    margin: 0.125rem -18px 0px 33px !important;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #63be6a;
    border: 1px solid #000000d1;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}

.content {
    direction: rtl;
}

.table-taps {
    max-width: 1140px;
    margin: auto;
    width: 90%;
}



.dropdown-notification {
    right: -323px !important;
}

.dropdown-farms {
    right: -450px !important;
}

font-size: smaller !important;
}

.dropdown-active {
    color: green !important;
    text-decoration: underline;
    text-underline-offset: 9px;
    /*text-underline-position: under;*/
    /*border-bottom: 2px solid currentColor;*/
    /*display: inline-block;*/
    /*line-height: 20px;*/
    /*margin-bottom: 10px;*/
}



.Navbar-user {
}

p {
    color: black !important
}

.navlogin {
    display: flex;
}

.margin-auto {
    margin: auto !important;
}

.menu-text {
    color: #fff !important;
    font-size: 14px !important;
}

.menu-img-color {
    color: black !important
}

.menu-img {
    height: 40px;
    /*filter: brightness(0.4);*/
    margin: auto;
}

.white-content .card:not(.card-white) {
    background: #ffffffb3;
    /*box-shadow: 0px 0px 13px 2px #c9973566 !important;*/
    box-shadow: 0px 7px 9px -4px #ffffffb3 !important;
}

.menu-filter {
    padding: 0px !important;
}


    .menu-filter:hover {
        padding: 0px !important;
    }


.menu-filter-text {
    color: #312200 !important;
}

    .menu-filter-text:hover {
        color: #312200 !important;
        filter: drop-shadow(0px 0px 4px #b37613);
    }



.rtl .notification {
    left: 15px !important;
    background: #ff0000 !important;
}
