.ngparasql-tablecontainer {
    overflow-x: auto;
}

.ngparasql table
{
	border-collapse: collapse;
	margin-bottom: 10px;
	min-width: 100%;
}

.ngparasql table td,
.ngparasql table th 
{
	border-color: #cacbcc;
	border-width: 1px;
	border-style: solid;
	padding: 6px 12px 6px 12px;
	background: #ffffff;
	line-height: 100%;
	text-align: left;
	vertical-align: top;
	font: 15px 'PT Sans',Tahoma,Helvetica,sans-serif;
	color: #979499;
	letter-spacing: 0px;
	
}


.ngparasql-alt-rows tbody tr:nth-child(even) td {
	background: #fcfcfc;
}
.ngparasql-alt-columns tbody tr td:nth-child(even) {
	background: #fcfcfc;
}

.ngparasql-panorama {
    margin-left: 30px;
    margin-right: 30px;
}



.ngparasql table th
{
	border-color: #cacbcc;
	border-width: 1px;
	border-style: solid;
	padding: 6px 12px 6px 12px;
	background: #163c4f;
	font: 15px 'PT Sans',Tahoma,Helvetica,sans-serif;
	color: #f7f9fb;
	letter-spacing: 0px;
}

.ngparasql table td.ngparaqsql-int,
.ngparasql table td.ngparaqsql-float {
    text-align: right;
}

.ngparasql table td.ngparaqsql-null {
    text-align: center;
}

.ngparasql-loadmore {
    display: flex;
    justify-content: center;
}

.ngparasql-loadmore a,
.ngparasql-form input[type=submit] {
    display: block;
   	border-color: #5085a5;
	border-width: 2px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #163c4f;
	font: 15px 'PT Sans',Tahoma,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	border-radius: 10px;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    margin-top: 20px;
}

.ngparasql-loadmore a {
    display: none;
}

.ngparasql-loadmore a:hover,
.ngparasql-form input[type=submit]:hover {
	border-color: #564f6f;
	background: #464155;
	font-weight: bold;
	font-style: italic;
	text-transform: none;
	color: #ffffff;
}

.ngparasql-loadmore a:focus,
.ngparasql-form input[type=submit]:focus
{
	border-color: #802bb1;
    background: #753b97;    	font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
    outline: auto;
}

.ngparasql-form input[type=text], .ngparasql-form input[type=number]
{
	-webkit-appearance: none;
}

.ngparasql-form input[type=text], .ngparasql-form input[type=number]
{
    box-sizing: border-box;
	border-color: #d9d4ce;
	border-width: 1px;
	border-style: solid;
	padding: 6px 12px 6px 12px;
	background: #ffffff;
	font: 15px 'PT Sans',Tahoma,Helvetica,sans-serif;
	color: #464646;
	letter-spacing: 0px;
	border-radius: 0px;
}

.ngparasql-form input[type=text]:focus, .ngparasql-form input[type=number]:focus {
    border-color: #d9d4ce;
    background: #ffffff;
}

.ngparasql-form {
    display: none;
    margin-bottom: 30px;
}

.ngparasql-form-submit {
    display: flex;
    justify-content: flex-end;
}

@media (min-width: 1024px) {

    .ngparasql-form-param {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 10px;
    }

    .ngparasql-form-param label {
        width: 25%;
        display: block;
    }

    .ngparasql-form-param input {
        width: 75%;
        display: block;
    }
}

@media (max-width: 1023px) {

    .ngparasql-form-param label {
        display: block;
        width: 100%;
        margin-bottom: 6px;
    }

    .ngparasql-form-param input {
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }

  .ngparasql-pivot thead {
    display: none;
  }
  .ngparasql-pivot td {
    display: block;
    width: 100% !important;
	border-color: #cacbcc;
	border-width: 1px;
	border-bottom-width: 0 !important;
	border-style: solid;
	border-top: none;
	box-sizing: border-box;
	text-align: left !important;
  }

  .ngparasql-pivot td:before {
    content: attr(data-header) ": ";
    font-style: italic;
  }
  .ngparasql-pivot tr {
    display: block;
    border: none;
  }

  .ngparasql-pivot table {
 	border-bottom-color: #cacbcc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
  }


}