﻿.hidden
{
    display: none !important;
}

.hide_in_debugmode
{
    display: none !important;
}

.only_full_site
{
    display: none !important;
}

/* Debuginformatie */

.divDebugInfo 
{
    margin-left: 10px;
    position: absolute;
    top: 50px; 
}

div.divDebugImage
{
    float: left; /*Als we het debugicoon aanklikken willen terug naar de kaart zonder dat de cursor naar de andere kant van de pagina moet.*/
    margin-left: 10px;
    padding-top: 10px;
}

/* Layerswitch */

div.trigger_control
{
    display: none;
}

/* Gewone layerswitch maar ook de mobiele */
.HideText 
{
    display: none;
}

img.DisplayText {
    height: 13px !important;
    margin-left: -16px;
    margin-right: 2px;
    margin-top: 0;
    width: 14px;
}

img.HideText 
{
    height:13px;
    margin-left:-16px;
    margin-right:2px;
    margin-top:0;
    width:14px;
}

/* TrsControls : tijdstippen */

.divTijdstippenContainer
{
    color:#FFF;
    display:none;
    height:100%;
    left:50%;
    margin-left:-130px;
    margin-top:-35px;
    padding-left:10px;
    padding-right:10px;
    position:fixed;
    top:50%;
    width:260px;
    z-index:9998;
}

div.divTijdstippenContainer div.inputDiv
{
    background-color: #00008B;
    -ms-opacity: 1;
    opacity: 1;
    padding: 10px 0 10px 10px;
    height: 65px;
}

.zoominbut
{
    background-image: url("../../images/icons_sprite.png");
    -ms-background-position: -2px -540px;
    background-position: -2px -540px;
    height: 40px;
    width: 40px;
    border: 2px solid black;
}

.zoomoutbut
{
    background-image: url("../../images/icons_sprite.png");
    -ms-background-position: -2px -630px;
    background-position: -2px -630px;
    height: 40px;
    width: 40px;
    border: 2px solid black;
}

.debugIcon
{
    background: url("../../framework/images/bug.png");
    -ms-background-position: 3px 3px;
    background-position: 3px 3px;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;    
    height: 40px;
    width: 40px;
    border: 2px solid black;
}

.mobile_layers
{
    background-image: url("../../images/icons_sprite.png");
    -ms-background-position: -2px -180px;
    background-position: -2px -180px;
    height: 40px;
    width: 40px;
    border: 2px solid black;
}

.layer-switcher,
.layer-switcher .layer-switcher-panel
{
    display: none;
}

.layer-switcher
{
  height: 100%;
  padding: 0;
  position: absolute; 
  width: 99.9%;  
}

/* layout voor de mobiele visualisatie van de layers */
.list-group-item
{
    height: 85px;
}

.list-group-item label.checkbox-inline
{
    width: 110px;
}

div.trigger_control
{
    position: absolute;
    text-decoration: none;
    right: 0;
    font-size: 16px;
    letter-spacing:-1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color:#fff;
    padding: 20px 0 20px 40px;
    font-weight: 700;
    border:1px solid #CCCCCC;
    border-right: 0;
    -ms-border-top-left-radius:20px;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius:20px;
    -ms-border-bottom-left-radius:20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius:20px;
    -ms-border-bottom-right-radius:0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius:0;
    display: none;
    z-index: 151;  /*Moet bovenop de layer-switcher liggen*/
    outline: none; /*Verwijderen van dotted line bij selectie, IE7 probleem */
}


div.layerswitch_trigger
{
    background:#808080 url(../../images/layers.png) 15% 55% no-repeat;
    top: 5px;     
}

div.watch_trigger
{
    background:#808080 url(../../images/watch.png) 15% 55% no-repeat;
    top: 65px;         
}

div.layerswitch_trigger:hover .rotated_text
{
    color: Black;
}

/* Popup */
div.popup table td
{
    white-space: nowrap; 
}

div.popup table td.left 
{
    padding-right: 3px;
    font-weight: bold;
    text-align: right;
}

div.popup table tr.separator 
{
    height:10px;
}

div.popup table tr td.url 
{
    height: 10px;
    padding-top: 5px;
    text-align: center;
}


div.popup table td.groupbox 
{
    background-color:#FC4;
    font-weight:700;
    padding-bottom:3px;
    padding-top:3px;
    text-align:center;
}

.rotated_text 
{
    width: 33px;
    /* Safari */
    -webkit-transform: rotate(90deg) translate(-100px, 16px);
    /* Firefox */
    -moz-transform:rotate(270deg);
    /* IE */
    -ms-transform: rotate(270deg);
    /* Opera */
    -o-transform: rotate(270deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg);
}

/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){
  /* some CSS here */
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape){
  /* some CSS here */
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
  /* some CSS here */
}

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2){
  /* some CSS here */
}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
  /* some CSS here */
}

/* #### Desktops #### */
@media screen and (min-width: 1024px)
{
    body
    {
        overflow: auto;
    }

    /* some CSS here */
    div.only_full_site
    {
        display: block !important;
    }

    div.only_mobile
    {
        display: none !important;
    }

    .only_full_site,
    div.custom-mouse-position,
    div.trigger_control
    {
        display: block;
    }

    div.layer-switcher
    {
        height: auto;
        padding-left: 20px;
        top: 15px;
        width: auto;
    }

    div.layer-switcher-panel ul
    {
        margin-left: 10px;
    }

    div.layer-switcher,
    div.layer-switcher div.layer-switcher-panel
    {
        display: inline;
    }

    div.layer-switcher div.layer-switcher-panel
    {
        padding-right: 50px;
    }

    .mobile_layers
    {
        display: none;
    }

    /* Zoomcontrols kleiner en linksboven */
    .zoominbut,
    .zoomoutbut,
    .debugIcon
    {
        height: 26px;
        left: 5px;
        width: 26px;
    }

    .zoominbut
    {
        -ms-background-position: -9px -550px;
        background-position: -9px -550px;
        top: 5px;
    }

    div.zoomoutbut
    {
        -ms-background-position: -9px -639px;
        background-position: -9px -639px;
        margin-left: 0;
        top: 35px;
    }

    div.debugIcon
    {
        -ms-background-size: 20px 20px;
        background-size: 20px 20px;
        -ms-background-position: 2px 1px;
        background-position: 2px 1px;
    }

    /* Loading icon */
    body div.loading-container
    {
        left: 50%;
        margin-left: -250px;
        margin-top: -15px;
        position: fixed;
        top: 50%;
        width: 400px;
    }
}
