﻿body {
}

.multiquery-filters-frame
{
    /* display: flex; */
    /* margin: 15px;  */
    z-index: 115;
    /* background-color: white; */
    padding: 15px;
}

.multiquery-list-frame 
{
    border: 1px solid #ddd;
    /*border-radius: 5px;*/
    /*margin: 5px;*/
    padding: 0px;
    min-width: 200px;
}

.multiquery-list-header 
{
    font-weight: bolder;
    background-color: #ececec;
    /* border-radius: 5px; */
    padding: 1px;
    /* display: flex; */
    min-height: 58px;
}

.multiquery-list-header .title
{
}

.multiquery-list-header .clear-keys
{
    cursor: pointer;
}

.multiquery-list 
{
    padding: 4px;
    height: 200px;
    overflow-x: auto;
}

.multiquery-item
{
    padding: 5px;
    cursor: pointer;
}

.multiquery-item-readonly
{
    padding: 5px;
    cursor: default;
}

.mqitem-selected
{
    color: #2a77a4;
    font-weight: bold;
    background-color: #f5f5f5;
}

.multiquery-loading 
{
    position:absolute;
    top: 10px;
    left: 10px;
    background-color: #85c385;
    color: White;
    font-size: 1em;
    border: 1px solid #ddd;
}

#multiquery-map {
	 height: 100%;          
	 z-index: 100;        
}

.multiquery-graph 
{   
    z-index: 101;
    top: 300px;
    right: 10px;
    text-align: -webkit-center;
    background-color: white;
    border: 2px solid #eee;
}

.multiquery-summ 
{
    font-size: x-large;
    text-align: center;
}

.multiquery-summ  > .title
{
    font-size: x-large;
    text-align: center;
}

.multiquery-summ  > .data
{
    font-size: xx-large;
    text-align: center;
    color: #2e6da4;
}

.mqchartcontainer {
	margin: 5px 5px 5px 5px;
	background-color: #fbfbfb;
	clear: both;
}

.multiquery-summ-filters 
{
    display: flex;
    /*background-color: #f0f0f0;*/
    padding: 10px;
    min-height: 70px;
}

.mq-small-summary 
{
    color: #a0a0a0;
    font-size: smaller;
    font-style: italic;
}

.multiquery-clear-selection-btn 
{
    background-color: #7abff1;
    font-size: 1em;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: white;
}

.multiquery-finish-selection-btn 
{
    background-color: #85c385;
    color: White;
    font-size: 1em;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.mqfilter-box 
{
    border: 1px solid #cfd8d1;
    padding: 1px;
    margin: 1px;
    float: left;
    min-width: 90px;
    margin-right: 16px;
}

.mqfilter-box > .title 
{
    background-color: #f0f0f0;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.mqfilter-box > .legend 
{
    color: #a0a0a0;
    font-size: smaller;
    font-style: italic;
}


.multiquery-graph-container
{
}


.multiquery-drag-filter-out
{
    /*border: 1px dashed #f0f0f0;*/
    display: block !important;
}

.multiquery-summ-graph-nodata 
{
    text-align: center;
}

.lote-data-container 
{
    display: block;
}

.lote-data-item 
{
    min-height: 25px;
    border: 1px solid #ccc;
    float: left;
    padding: 10px;
    margin: 6px;
    background-color: #deedde;
}

/* ************************** */
/* ************************** */
/* ************************** */
/* ************************** */
#multiquery-app-edit 
{
    display: block;
}

.mqedit-links
{
    padding: 4px;
    height: 600px;
    overflow-x: auto;
    /*width: 250px;
    float: left;*/
}

.mqedit-center
{
    /*background-color: #f0f0f0;*/
    /*float: left;*/
    padding: 40px;
}

.mqedit-producer
{
    border: 1px solid #f0f0f0;
    margin: 10px;
    padding: 15px;
}

.mqedit-producer > .title
{ 
    font-weight: bold;
}

.mqedit-producer > .data
{
    margin-left: 20px;
}

.mqedit-field > .title
{ 
    font-weight: bold;
}

.mqedit-field > .data
{
    margin-left: 40px;
}

.mqedit-plot 
{
    cursor: pointer;
}

.mqedit-main-frame
{
    border: 1px solid #ddd;
}

.mqedit-main-frame-title
{
    font-weight: bolder;
    background-color: #ececec;
    padding: 1px;
    font-size: large;
    text-align: center;
    min-height: 42px;
    padding-top: 10px;
    display: flex;
}

.mqedit-attribute-frame
{
    display: flex;
    margin:  5px;
    padding: 4px;
}

.mqedit-idle
{
    /*display: flex;*/
}

.mqedit-modified 
{
    background-color: #faefe1;
    /*display: flex;*/
}

.mqedit-saved
{
    background-color: Green;
    /*display: flex;*/
}

.mqedit-commands
{
    text-align: center;
}

.mqedit-suggestions 
{
    position: absolute;
    top: 30px;
    background-color: #e5e5e5;
    width: 90%;
    z-index: 100;
    border: 1px dashed #eee;
    padding: 4px;
    height: 200px;
    overflow-x: auto;
    overflow-anchor: visible;
}

.mq-raster-container 
{
    /* height: 600px; */
    overflow-y: auto;
    margin-bottom: 12px;
}

.mq-raster-box 
{
    /*float: left;*/
    border: 1px solid #ccc;
    margin: 5px;
    padding: 5px;
    background-color: #f0f0f0;
}

.mq-raster-box.selected
{
    background-color: #e3e3e3;
    border: 5px solid #9baccf;
}

.mq-raster-ref-description
{
    margin: 1px;
    padding: 2px;
    font-weight: bold;
    letter-spacing: 2px;
    /* color: #f0f0f0; */
}

.mqraster-info-title {
    border-bottom: 1px solid #c0c0c0;
    background-color: #f0f0f0;
}


.mqraster-zona-layer-button {
	float: left;
    border: 2px solid rgb(96, 125, 139);
    padding: 5px;
    border-radius: 5px;
    margin: 5px 0px;
    opacity: 0.3;
    cursor: pointer;
}

.mq-button-active {
	/*opacity: 0.8;*/
	opacity: 100;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

table th 
{
    font-size: 10pt;
}


table td 
{
    font-size: 9pt;
}

.proteina-superf-header
{
    background-color: rgba(151, 161, 102, 0.63);
}

.proteina-superf-value
{
    background-color: rgba(0, 0, 0, 0.04);
}
