/* Copyright © 2018-2020 Triveni Digital Inc. All rights reserved. */

@import "common.css";
@import "header.css";
@import "nav.css";
@import "summaryGraphTab.css";
@import "logs.css";
@import "thumbnails.css";
@import "login.css";
@import "settings.css";
@import "textTrees.css";
@import "tooltips.css";
@import "charts.css";
@import "tabs.css";
@import "dialog.css";
@import "restTest.css";
@import "sls.css";


/* Base div for the whole layout. Everything is in here, including dialogs. */
#IPSE { position: absolute; top: 0; left: 0; bottom: 0; right: 0; min-height: 500px; min-width: 500px;
   overflow: hidden; background-color: #FFF; }
/* Everything below the header, except dialogs */
#MainDiv { position: absolute; top: 64px; left: 0; bottom: 0; right: 0; }
/* everything to the right of the nav list */
#ContentDiv { position: absolute; top: 0; bottom: 0; left: 250px; right: 0; }

.interiorTitle { margin-top: 20px; margin-bottom: 10px; font-size: 20px; font-weight: bold; }

#SegmentsDiv { width: 100%; height: calc( 100% - 260px ); display: flex; padding-top: 10px; }
#SegmentsIngestDiv { width: 49%; position: relative; }
.transmitHeaderButton { background: #0b559b; height: 30px; font-size: 14px; cursor: pointer; color: white;
   padding: 0 10px 0 10px; border-radius: 8px; margin-top: -4px; }

.transmitColumn { height: 100%; flex-grow: 1; border: 1px solid #CACDDB; border-radius: 3px; }

/* Ingest file list from element status tab */
#dynamicTable { width: 100%; }
#dynamicTable tbody tr td {  word-wrap: break-word; width: 120px; margin-bottom: 10px; }
#dynamicTable tbody tr th { padding: 10px 5px 10px 5px; width: 100px; font-weight: bold; text-align: left; }
td.numberClass {  padding: 5px; word-wrap: break-word; width: 80px; margin-bottom: 10px;text-align: right; }

#dynamicTable tbody tr:nth-child(odd) { background-color: #e6eaf4; color: black; padding: 2px; }

