html, body {
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

h3 {
    padding-left: 10px;
}

.imposed-session-info {
    color: red;
    display: none;
}

.metadata-reference table {
	display: table;
	font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    border-spacing: 0;
	border-color: grey;
	line-height: 1.5;
	border: 1px solid black;
}

.metadata-reference th {
	background-color: #4CAF50;
    color: white;
	border: 1px solid black;
}

.metadata-reference td {
	border: 1px solid black;	
	padding: 1px;
}

.metadata-ref-table-flipflop {
    background-color: lightblue;
    padding: 8px;
}

.metadata-comment {
    font-size:12px;
}

.metadata-filter-snippet-hilite {
    background-color: yellow;
}

.ext-metadata {
    display: block;
    vertical-align: top;
}

.ext-metadata td {
    border-bottom: none;
    padding: 2px;
    text-align: left;
    vertical-align: text-top;
}

.key-value-pairs-table {
    border-collapse: collapse;
    overflow-wrap: break-word;
}

.key-value-pairs-table th, .key-value-pairs-table td {
    border-bottom: 1px solid orange;
    padding: 2px;
    text-align: left;
}

.download-json {
    background-color: lightskyblue;
    padding: 5px;
}

li {
    margin-bottom: 2px;
}

.super {
    vertical-align: super;
    font-size: small;
}

/* BEGIN tooltip styles */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* END tooltip styles */

/* BEGIN Accordion */

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    font: normal 14px/1 FontAwesome;
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    /*width: 100%;*/
    text-align: left;
    border: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion-active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.accordion-panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.2s ease-out; /* Safari */
    transition: max-height 0.2s ease-out;
}

/* Accordion icons */
.accordion:after {
    background: url(/img/caret-down.svg);
    background-size: 100px 82px;
    display: block;
    text-indent: -9999px;
    width: 100px;
    height: 82px;

    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.accordion-active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* END Accordion */

/* Claims overview table */

table.claims {
    margin: 20px;
    text-align: left;
}

.claims th {
    border-bottom: 1px solid #666;
    padding: 2px;
    text-align: left;
}

.claims td {
    border-bottom: 1px solid #bbb;
    padding: 2px;
    text-align: left;
}

.claims td.last-in-family {
    border-bottom: 1px solid #666;
    padding: 2px;
    text-align: left;
}

.claims td.table-title {
    border-bottom: none;
    padding: 2px;
    text-align: left;
}

.alerting-snapshots-upload-panel {
    padding-left: 20px;
    visibility: hidden;
}

.alerting-snapshots-upload-panel #file-ca-input {
    width: 500px;
}

.alerting-snapshots-upload-panel #file-a3s-input {
    width: 500px;
}

.alerting-snapshots-upload-panel #ca-file-preview {
    float: left;
    width: 50%;
    overflow: hidden;
    padding-left: 30px;
}

.alerting-snapshots-upload-panel #a3s-file-preview {
    overflow: hidden;
    padding-right: 30px;
}
