@font-face {
    font-family: IRANSansWeb;
    src: url('../font/IRANSansWeb(FaNum).eot');
    src: url('../font/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
         url('../font/IRANSansWeb(FaNum).woff') format('woff'),
         url('../font/IRANSansWeb(FaNum).ttf') format('truetype');
    font-weight: normal;
  }
  @font-face {
    font-family: Mikhak-Bold;
    src: url('../font/Mikhak-Bold.ttf') format('truetype');
    font-weight: normal;
  }
  @font-face {
    font-family: Mikhak-Black;
    src: url('../font/Mikhak-Black.ttf') format('truetype');
    font-weight: normal;
  }
  body{
    font-family: 'IRANSansWeb';
    font-size: 0.9em;
   /* background-image:url('../images/bg.png'); */
  }
  html{
        font-family: IRANSansWeb;
  }
  table{
    font-family: 'IRANSansWeb' !important;

  }
label{
    float: right !important;
}
hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.15);
}
#searchList button {
    float: left;
}
#searchList {
    margin-bottom: 0 !important ;
}
#searchList li{cursor: pointer; padding: 0.25rem !important}

#mapSearchList button {
    float: left;
}
#mapSearchList {
    margin-bottom: 0 !important ;
}
#mapSearchList li{cursor: pointer; padding: 0.25rem !important}

#archiveList button{
    font-size: smaller !important;
    float: left !important;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #212121;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #212121;
    color: #fff;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
}



/* ---------------------------------------------------
    Leaflet Map STYLE
----------------------------------------------------- */


.legend {
    line-height: 1rem;
    color: #555;
    height: 8rem;
    background-color: #80cbc4 !important;
    border-radius: 0.3rem;
    padding: 0.5rem;
    direction: rtl !important;
    font-size: small;
    font-family: 'iranSansWeb';
    text-align: right;
    display: none;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.leaflet-right .leaflet-control-layers-toggle {
    background-image: url(../storage/images/satellite.png) !important;
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover !important;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    }

 .leaflet-control-layers-expanded{
    background-color: #80cbc4 !important;
    border-radius: 0.3rem;
    padding: 0.5rem;
    direction: rtl !important;
    font-size: small;
    font-family: 'iranSansWeb';
    text-align: right;
    width: 100% !important;
    line-height: 0.5rem;
}
 .leaflet-popup-content-wrapper {
    background-color: #80cbc4 !important;
    border-radius: 0.3rem;
    padding: 0.5rem;
    direction: rtl !important;
    font-size: small;
    font-family: 'iranSansWeb';
    text-align: right !important;
}


.leaflet-retina .leaflet-control-layers-toggle {
    background-size: 36px 36px !important;
}
.leaflet-control-layers-toggle {

    background-position: 0% 50% !important;
}
.leaflet-popup-content-wrapper .leaflet-popup-content {

}

.leaflet-popup-tip-container {
}
.leaflet-control-layers-separator {
    border-top: 0 !important;
    margin: 0px !important;
}
.leaflet-top, .leaflet-bottom {
    z-index: 998 !important;
}
.leaflet-left .leaflet-control {
    width: 100% !important;
}
.leaflet-control-layers label {
    clear: both !important;
}

/* ---------------------------------------------------
    Leaflet Data Table
----------------------------------------------------- */

    .dataTables_wrapper .dataTables_length {
        margin: 0.5rem 1rem !important;

    }
    #MainTable_wrapper{
        width : 100%;
    }
    #MainTable_filter{
        direction: rtl !important;
        float: right !important;
        margin: 0.5rem 1rem;
    }
    #dataTables_info{
        display: none !important;
    }
    .dataTables_wrapper .dataTables_paginate {
    float: none !important;
    text-align: center !important;
    background-color: cadetblue !important;
    }
   /* ----------------------------------------------------- */
   .highcharts-credits {

    display: none !important;
  }
