/*@import url("https://www.gis-daten.ch/docs/tr/ci/css/WO-GISDATEN.css") all;
/* customer changes overriding definitions in "basicresource\synergis.css" */

.splashscreen #splashimage
{
/* background-image: url( "../../images/custom/Trigonet-Logo-farbig_transparent_300_150.png" ); */
background-image: url( "../../images/custom/webGIS.png" );
height: 110px;
}

/* # Anpassung der Farbe des Initialisierungslogo (bewegendes Objekt) */
/* .splashscreen #load{} */
.splashscreen #load
{
  background-color: transparent;
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 50px solid #FF0000;
  border-radius: 1px;
}

img.logo  {
  background-image: url( "logo_synergis.png" );
  background-repeat: no-repeat;
  background-position:center;
  width: 150px;
  height: 36px;
  border: 0px;
}


/* # Anpassung der Farbe der Intialisierungsmeldungen (noch nicht abgeschlossen) */

/* .load_msg_id {} */

.load_msg_id
{
color: #5B797A;
}

/* # Anpassung der Farbe der Intialisierungsmeldungen (abgeschlossen) */
/* .load_msg_id_done {} */
.load_msg_id_done {
    color: #D23039;
    display: none;
}


.synergis_body {
    background-color: #FFFFFF;
}

#mainMapContainer {
    background-color: white;
}

.tundra {
    background: whitesmoke;
}


/* Identifizieren */

#toolIdentify_group {
    position: relative;
    left: -20px;

}

/* Maptip*/
.maptipWidget {
    resize: both;
	background: #eee;
	opacity: 1;
}
#maptipPagingContainer {
    float: left;
}

.maptipWidgetContainer .contentNode table tr:nth-child(even) {
    background: #eee;
}

@media (min-width : 1000px) {

}

/* Toolbar */
/*
#toolbar #maintabs_tablist_ribbon\:0 {
  content: url(../../images/custom/Logo_Gis_cmyk_300_230.png);
  width: 20px;
}
*/




@media only screen and (min-width : 1000px) {

/* logo */
#customerinfo_container {
    transition: 1s;
}

#customerinfo_container.narrow #customerinfo_customerlogo{
    width:50px;
    transition: 1s;
}

#customerinfo_container.narrow #customerinfo_div{
    padding-left: 95px;
    transition: 0.4s;
}

/*fts*/
    
    #left_container #fts #fts_query_btn {
        position: fixed;
        right: 345px;
        top: 73px;
        transition: 0.8s;
    }   
    
    
    #left_container #fts {
        position: fixed;
        right: 330px;
        width: 230px;
        top: 45px;
        margin-bottom: 10px;
        z-index: 99999;
        transition: .8s;
    }

    #left_container #fts #fts_suggestions {
        position: fixed;
        width: 300px;
        right: 340px;
    }

    #left_container #fts #widget_fts_value_txt {
        width: 220px;
        padding-right: 5px;
        padding-left: 5px;
        margin-left: 0px;
    }
     
    #left_container #fts.narrow  {
        float: right;
        position: fixed;
        right: 195px;
        width: 70px;
        top: 45px;
        margin-bottom: 10px;
    }
    
    #left_container #fts.narrow #fts_query_btn {
        position: fixed;
        right: 200px;
        top: 73px;
    }   

    #left_container #fts.narrow #fts_suggestions {
        position: fixed;
        top: 95px;
        right: 195px;
        width: 340px;
    }

    #left_container #fts.narrow #widget_fts_value_txt {
        width: 60px;
        padding-right: 18px;
        padding-left: 2px;
        margin-left: 0px;
    }
    
    /** Search Fields **/
 #left_container #fts.narrow #widget_fts_value_txt {
         background-color: #fff;
   /* background-image: url('http://snag.gy/n8Yty.jpg');
    background-repeat: no-repeat;
    background-position:right;
    background-size: 20px;*/
    float: right;
    display: block;
    transition: all 0.4s ease;
}
/** Search Field 1 Focus (Full Width) **/
  #left_container #fts.narrow #widget_fts_value_txt.dijitFocused {
    right: 280px;
    min-width: 200px;
    max-width: 500px;
}
    
    #left_container #fts label {
        /*  background-color: white;  */
        opacity: 0.8;
        text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white, 1px 2px 3px white;
    }

    #left_container #fts #widget_fts_value_txt.dijit {
        min-width: 70px;
        max-width: 350px;
        height: 25px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
        z-index: 99999;
       }

    /*Basemap*/
    #left_container #basemaps_container {
        position: fixed;
        right: 170px;
        width: 130px;
        top: 70px;
        transition: 1s;
    }

    #left_container #basemaps_container.narrow {
        position: fixed;
        right: 70px;
        width: 100px;
        top: 70px;
        transition: 1s;
    }


    #left_container #basemaps_sel {
        border: none;
    }

    #left_container #basemaps_container #basemaps_sel .dijitInputField {
        /*background-color: #5E88A2; /* Green */
        background-color: #DB3037;
        /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
        /*background-image: url( "../../images/custom/Logo_Gis_cmyk_300_230.png" );		*/
        border: none;
        color: white;
        padding: 5px 5px 5px 5px;
        text-align: center;
        font-size: 12px;
        height: 15px;
        width: 130px;
        position: fixed;
        top: 70px;
        right: 170px;
        transition: 1s;
    }

    #left_container #basemaps_container.narrow #basemaps_sel .dijitInputField {
        position: fixed;
        right: 70px;
        width: 100px;
        top: 70px;
    }

    #left_container #basemaps_container .dijitArrowButtonContainer {
        display: none;
        transition: 1s;
    }

    #left_container #basemaps_container label {
        /*color: whitesmoke;*/
        /*	font-size: 9px;*/
        height: 15px;
        /* width: 140px; */
        border: none;
        /*background-color: #DB3037;*/
        text-align: left;
        position: fixed;
        top: 45px;
        right: 230px;
        color: rgba(0, 114, 198, 1);
        font-size: 11pt;
        text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white, 1px 2px 3px white;
        /*  background-color: white;  */
        opacity: 0.8;
        transition: 1s;
    }

    #left_container #basemaps_container.narrow label {
        right: 100px;
    }

}

.button_big_blk[id$="0_3_CUSTOM_TOOL"], .button_big_blk[id$="0_4_CUSTOM_TOOL"], .button_big_blk[id$="0_5_CUSTOM_TOOL"]{
    opacity: 0.3;
}
.button_big_blk_active[id$="0_3_CUSTOM_TOOL"], .button_big_blk_active[id$="0_4_CUSTOM_TOOL"], .button_big_blk_active[id$="0_5_CUSTOM_TOOL"]{
    opacity: 1;
}
.measure3d_result_value.ltr { 
    user-select: text;
}