.arcgisSearch .searchInputGroup{
      width: 233px !important; /* configurarea latimii pentru search box de la widgetul District*/
    }

.arcgisSearch .searchBtn{
      background-color:rgba(255,255,255,0) !important;
      border: 0px solid #c7bb78 !important;
    }
.arcgisSearch .searchGroup .searchInput{
      background-color:rgba(255,255,255,0) !important;
      border: 0px solid #c7bb78 !important;
      width: 197px !important;}
/*Royalmap logo animate*/
    @-webkit-keyframes prl-top {
      0% {
          transform: translateY(0)
      }
      50% {
          transform: translateY(-10px);
      }
      100% {
          transform: translateY(0)
      }
    }
    .preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      z-index: 1999;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .align-items-center{
      /*margin-top: 15% !important;*/
      align-items: center !important;
      -ms-flex-align: center !important;
    }

    .flex-column{
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .d-flex{
      display: -ms-flexbox !important;
      display: flex !important;
    }

    .preloader .top-ico {
      width: 43px;
      animation-name: prl-top;
      animation-direction: normal;
      animation-duration: 1s;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
    }
    .preloader .bottom-ico {
      width: 32px !important;
    }
    img{
      vertical-align: middle;
      border-style: none;
    }

*{box-sizing: border-box;}
      body,html {
        width:100%;
        height:100%;
        margin:0;
        padding:0;
        overflow:hidden;
      }
      #main-loading{
        width: 100%;
        height: 100%;
        text-align: center;
        overflow: hidden;
      }
      #main-loading #ie-note{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
      } 
      #main-loading #ie-note {
        width: 586px;
        height: 253px;
        background-image: url('images/notes.png');
        padding: 0 30px 40px 30px;
        font-size: 14px;
        color: #596679;
      }
      #ie-note .hint-title{
        height: 40px;
        line-height: 48px;
        text-align: left;
        font-weight: bold;
      }
      #ie-note .hint-img{
        background-image: url('images/hint.png');
        background-position: left;
        padding-left: 40px;
        margin-top: 20px;
        background-repeat: no-repeat;
        height: 30px;
        text-align: left;
        line-height: 30px;
        font-weight: bold;
      }
      #ie-note span{
        display: block;
        line-height: 14px;
      }
      #main-page{
        display: none;
        width: 100%;
        height: 100%;
        
      }

      #jimu-layout-manager{
        width: 100%;
        height: 100%;
      }
      #map{
        top: 0px !important;
        width: 100%;
        height: 100%;
      }
      .map{
        right: 5px !important;
      }
      .resLink, .serverLink{
        display: none;
      }
      .resLink, .serverLink{
        display: none;
      }
      .container-section{
        
      }
      .jimu-widget-header-controller{
        top: 3px !important;
        border-radius: 25px !important;
        
      }
.esriAttribution{
  display: none !important;
}