﻿/* Used for TableQuery webcontrol */
.tablequery_container
{
}

.tablequery_showinformationlink
{
    background: url("/resources/scb/images/api_16px.svg") left center;
    background-repeat: no-repeat;
    text-decoration: underline;
    padding-left: 25px;
    min-height: 16px;
    display: block;
    text-decoration: underline !important;
}

.tablequery_showinformationlink::after {
  content: url(/resources/scb/images/pil_ned_12px.svg);
  position: relative;
  top: 3px;
  right: -4px;
}

.tablequery_hideinformationlink
{
    background: url("/resources/scb/images/api_16px.svg") left center;
    background-repeat: no-repeat;
    text-decoration: underline;  
    display:block;
    padding-left: 25px;
    min-height: 16px;
    text-decoration: underline !important;
}
.tablequery_hideinformationlink::after {
    content: url(/resources/scb/images/pil_upp_12px.svg);
    position: relative;
  top: 3px;
  right: -4px;
}

.tablequery_informationpanel
{
   
    display: inline-block;
    margin-top: 30px; 
}

.tablequery_informationtext
{
    display: block;
    margin-top: 7px;
}

.tablequery_urlcaption
{
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

.tablequery_url
{
    display: block;
    width: 700px;
    font-family: Courier New;
}

.tablequery_querycaption
{
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

.tablequery_query
{
    display: block;
    width: 700px;
    margin-bottom: 10px;
}

.tablequery_moreinformation
{
}
