﻿
  
    .ui.primary.button
    {
      background-color: rgba(42,105,109,1);
    }


    .options a {
      cursor: pointer;
    }

    .ol-control {
      background-color: #4CAF50; 
    }

    .ol-control:hover {
      background-color: #4CAF50; 
    }

    .ol-rotate
    {
      top: 65px;
    }

    .ol-scale-line
    {
      position: absolute;
      right: 75px;
      left: auto;
      bottom: 5px;
    }

    .ol-control.ol-layerswitcher {
      position: absolute;
      right: 4px;
      top: 100px;
    }

   

    .layerSwitcher-title
    {
      padding-top: 10px;
      padding-left: 5px;
      background-color: #2a696d;
      color: #fff;
      margin-bottom: 5px;
      border-radius: 0 5px 0 0;
    }



   .ol-layerswitcher > button:before {
      background: #3a4036;
      top: .32em;
      left: .34em;
      -webkit-box-shadow: 0.1em 0.1em #325158;
      box-shadow: 0.1em 0.1em #325158;
    }

    .ol-layerswitcher > button:after {
        top: .22em;
        left: .34em;
        background: #fff;
        background-image: radial-gradient( circle at .85em .6em, #334548 0, #63b9c7 .65em, #76abb3 .65em);
    }

    .ol-layerswitcher
    {
      font-size: 10pt;
    }

    .layerSwitcher-layer-options
    {
      display: none;
      margin-left: 22px;
      font-size: 8pt;
    }

    .layerSwitcher-layer-options label
    {
      color: #fff;
      font-size: 8pt !important; 
    }

    .layerSwitcher-layer-zoom-btn
    {
      padding-left: 4px;
      cursor: pointer;
      color: #999;
    }

    .layerSwitcher-layer-zoom-btn:hover
    {
      color: #000;
    }

    .layerSwitcher-layer-options-btn
    {
      float: right;
      cursor: pointer;
      color: #999;
    }

    .layerSwitcher-layer-options-btn:hover
    {
      color: #000;
    }

    .layerSwitcher-layer-options-zindex-btn
    {
      cursor: pointer;
      color: #999;
    }

    .layerSwitcher-layer-options-zindex-btn:hover
    {
      color: #FFF;
    }

    .layerSwitcher-layer-options-opacity-btn
    {
      cursor: pointer;
      color: #999;
    }

    .layerSwitcher-layer-options-opacity-btn:hover
    {
      color: #FFF;
    }

    .layerSwitcher-layer-options-opacity-slider {
      background-color: #000;
      max-width: 150px;
    }

    .layerSwitcher-layer-options-opacity-slider .ui-slider-handle {
      border: 1px solid #333 !important;
      background: #000;
    }

    .layerSwitcher-layer-options-opacity-slider .ui-slider-handle:hover {
      border: 1px solid #ECECEC !important;
    }

    

      
  .hideOpacity .layerswitcher-opacity {
    display:none;
  }
  .hideOpacity .ol-layerswitcher .layerup {
    height: 1.5em;
  }
  .showPercent .layerSwitcher .ol-layerswitcher .layerswitcher-opacity-label {
    display: block;
  }

  .ol-header > div {
    width:100%; 
  }
  .toggleVisibility {
    padding-left: 1.6em;
    cursor: pointer;
    border-bottom: 2px solid #369;
    margin-bottom: 0.5em; 
  }
  .toggleVisibility:before {
    background-color: #fff;
    border: 2px solid #369;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 1.2em;
    left: 0.1em;
    margin: 0;
    position: absolute;
    width: 1.2em;
  }
  .toggleVisibility.show:before {
    background: #369;
  }


  .layerSwitcher
  {
    font-size: 8pt;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  .layerSwitcher::-webkit-scrollbar-track {
    padding: 2px 0;
    background-color: #FAFAFA;
    border: 2px solid #999;
  }

  .layerSwitcher::-webkit-scrollbar {
    width: 7px;
  }

  .layerSwitcher::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FAFAFA;
    border: 2px solid #999;
  }

  .layerSwitcher-group {
    margin-top: 5px;
  }

  .layerSwitcher-group .title
  {
    color: #333 !important;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  }

  .layerSwitcher-layer
  {
      margin-left: 15px;
      position: relative;
  }

  .lagerSwitcher-legend
  {
    margin-left: 5px;  
  }

  .layerSwitcher label
  {
    font-size: 8pt !important;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    color: #333 !important;
  }

  .checkbox label:before {
    transform: scale(0.7);
  }
  .checkbox label:after {
    transform: scale(0.7);
  }

  .sub-accordion
  {
    margin-left: 10px !important;
  }

  .ui.accordion .accordion
  {
      margin: 0px 0px 0px 10px !important;
      padding: 0;
  }


.ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before {
    background: #333;
}


.ui.checkbox input:checked~.box:after, .ui.checkbox input:checked~label:after {
    opacity: 1;
    color: rgba(255,255,255,.95) !important;
}


.ui.checkbox .box:before, .ui.checkbox label:before{

    background: #333 !important;
}

.ui.radio.checkbox input:checked~.box:before, .ui.radio.checkbox input:checked~label:before
{
  transform: scale(0.8);
}

.ui.radio.checkbox input:checked~.box:after, .ui.radio.checkbox input:checked~label:after {
    background-color: rgba(255,255,255,.95) !important;
    transform: scale(0.3);
}

.ui.radio.checkbox .box:before, .ui.radio.checkbox label:before
{
  transform: scale(0.8);
}

.ui.accordion .title:not(.ui)
{
  border-bottom: 1px solid #333;
  padding: 0 2px 2px 2px;
}


.legend
{
  font-size: 8pt;
  margin-left: 10px;
}

    .ui-slider-horizontal .ui-slider-handle
    {
      height: 10px;
      width: 9px;
      background-color: #333;
    }



    #proj {
        position: absolute;
        left: 10px;
        bottom: 1px;
        font-size: 8pt;
        color: white;
    }

    #zoom {
        position: absolute;
        left: 90px;
        bottom: 1px;
        font-size: 8pt;
        color: white;
    }

    #mouse-position {
        position: absolute;
        left: 170px;
        bottom: 1px;
        font-size: 8pt;
        color: white;
    }

   
   
    .c11
    {
      font-style: italic; 
    }

    .ol-attribution {
      bottom: 2.5em;
    }

    .ol-control.ol-print {
      top: 7.0em;
      left: unset;
      right: 0.5em;
    }


    .ol-popup {
      position: absolute;
      background-color: white;
      box-shadow: 0 1px 4px rgba(0,0,0,0.2);
      padding: 15px;
      border-radius: 10px;
      border: 1px solid #cccccc;
      bottom: 12px;
      left: -50px;
      min-width: 280px;
      max-width: 400px;
    }
    .ol-popup:after, .ol-popup:before {
      top: 100%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }
    .ol-popup:after {
      border-top-color: white;
      border-width: 10px;
      left: 48px;
      margin-left: -10px;
    }
    .ol-popup:before {
      border-top-color: #cccccc;
      border-width: 11px;
      left: 48px;
      margin-left: -11px;
    }
    .ol-popup-closer {
      text-decoration: none;
      position: absolute;
      top: 2px;
      right: 8px;
    }
    .ol-popup-closer:after {
      content: "✖";
    }

    td {
        word-wrap:break-word
    }

    .popup-value-field
    {
      width: 200px;
      word-wrap: break-word;
      display: block;
    }


      .grupo_capas_head
      {
        padding-left: 5px;
        margin-bottom: 4px;
        border-bottom: 1px solid #333;
        color: #333;
        font-size: 8pt;
        padding-top: 5px;
        cursor: pointer;
      }

      .grupo_capas_head span
      {
        margin-left: 5px;
        cursor: pointer;
      }

      .grupo_capas_items
      {
         margin-top: 5px;
         margin-left: 15px;
         width: 100%;
         color: #333;
         font-size: 9pt;
      }

      .grupo_capas_items label
      {
        color: #333;
      }


      .circle670MW {
        background-color:#DDD;
        width:80px; 
        height:80px; 
        position:relative;
        border:1px solid black;
        border-radius: 50%;
      }

      .circle300mw {
        background-color: #DDD;
        top: 0px;
        left: 19%;
        width: 48px;
        height: 48px;
        position: relative;
        border: 1px solid black;
        border-radius: 50%;
      }

      .circle10MW {
        background-color: #DDD;
        top: -5px;
        left: 39%;
        width: 23%;
        height: 23%;
        position: relative;
        border: 1px solid black;
        border-radius: 50%;
      }

      .circle670MW-text
      {
        position: relative;
        font-size: 7pt;
        font-weight: bold;
        top: 33%;
        left: 22px;
        width: 45px;
        height: 30px;
        text-align: center;
      }

      .circle300mw-text
      {
        position: relative;
        font-size: 7pt;
        font-weight: bold;
        top: 42px;
        left: 10px;
        width: 45px;
        height: 10%;
      }


      .circle10MW-text
      {
        position: relative;
        font-size: 7pt;
        font-weight: bold;
        top: 3px;
        left: -9px;
        width: 45px;
        height: 10%;
      }

      .title
      {
        font-size: 8pt;
      }