
.ie11only {
  display: none;
}

.ldBar-label {
  display:none;
}

@font-face {
  font-family: NotoColorEmojiLimited;
  unicode-range: U+1F1E6-1F1FF;
  src: url(https://raw.githack.com/googlefonts/noto-emoji/main/fonts/NotoColorEmoji.ttf);
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype');
}

.flags {
  font-family: 'NotoColorEmojiLimited', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.emoji {
  font-family: 'NotoColorEmojiLimited', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-briefcase:before { content: "\e139"; }

#atlwdg-trigger {
  color: white !important;
  background-color: rgb(0,169,206);
  border-color: rgba(0,49,60,0.5);
}

.btn {
  align-items: center;
  font-size:12pt;
  width:12rem;
  margin: 8px;
  padding:12px;
  border:none;
  border-radius:12px;
}
.btn-default {
  color:white;
  background-color:#0097b9;
}
.btn-default:hover {
  color:white;
  background-color:#0087a9;
}

html, body, #container { height: 100%; }
body > #container { height: auto; min-height: calc(100% - 4em) }

body {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  background-color: #fff;
}

svg.hierarchy {
  cursor: move;
  background-color: #fff;
  float: left;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#dragbar {
  cursor:ew-resize;
  position:absolute;right:2px;top:calc(50% - 20px);
  height:40px;
  width:6px;
  background-color:darkgrey;
}
#dragbar:hover {
  background-color:black;
}

#dragbar2 {
  cursor:ns-resize;
  position:absolute;bottom:2px;left:calc(50% - 20px);
  width:40px;
  height:6px;
  background-color:darkgrey;
}
#dragbar2:hover {
  background-color:black;
}

[draggable] {
  cursor: move;
}

.label {
  cursor: pointer;
  font-size: 10pt;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.clickable {
  cursor: pointer;
}

.highlight {
  font-style:italic;
  stroke-width: 0.25px;
  stroke: green;
  fill: green;
}

line.link {
  fill: none;
  stroke: #9ecae1;
  stroke-width: 1.5px;
}

table {
  overflow: auto;
  table-layout:fixed;
  border-collapse:collapse;
  border: solid 1px;
}
th {
  color: #007377;
  background: #C7F2F3;
  text-transform: uppercase;
}
td {
  vertical-align: top;
  word-wrap:break-word;
}
th,td {
  padding: 2px 4px; border: 1px solid black;
}
tr:nth-child(even) {
  background-color: #e6eae9;
}
tr:nth-child(odd) {
  background-color: #fff;
}

#contentRequest { margin-top:6px; }
#contentRequest a { padding:2px 6px; border: solid 1px gray; border-radius: 6px; }
#contentRequest a:link,a:visited { color:black; text-decoration: none; }
#contentRequest a:hover { background: #9CF; }

ul.resultlist {
  list-style: none;
  font-size: 10pt;
  border: solid 1px gray;
  padding-left: 2px;
  min-height: 15ex;
  overflow: auto;
  background-color: #fff;
}
ul.resultlist li {
  overflow: auto;
  padding-left: 4px;
  color: gray;
}
span.unmatched {
  color: black;
}
ul.resultlist li:nth-child(even) {
  background-color: #e4f8f9;	/* light teal tint - see http://0to255.com/2DCCD3 */
}
ul.resultlist li:nth-child(odd) {
  background-color: #fff;
}
ul.resultlist li.selected {
  background-color: #6af;
  color: white;
}

ul.resultlist li.inactive {
  Xtext-decoration: line-through;
  color: #a2a25f;
}
ul.resultlist li.inactive span.unmatched {
  color: #82821f;
}

/*
ul.resultlist li.inactive:nth-child(even) { background-color: #e6fa09; }
ul.resultlist li.inactive:nth-child(odd) { background-color: #ff0; }
*/
ul.resultlist li.inactive.selected {
  Xbackground-color: #6a0;
  color: #ffffff;
}
ul.resultlist li.inactive.selected span.unmatched {
  color: yellow;
}

.dnode text {
  font-size: 9pt;
}

.dnode circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 1.5px;
}

.dnode circle.conj {
  fill: #000;
  stroke: #000;
}

.dnode circle.grp {
  stroke: black;
}

.dlink {
  fill: none;
  stroke: black;
  stroke-width: 1px;
}

path.subclass {
  marker-end: url(#markerArrow);
}

select {
  font-size: 9pt;
}

div {
  padding: 0px;
  margin: 0px;
}

#modal {
    display: block;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 64px;
    height: 64px;
    padding:30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow:1px 1px 10px #ababab;
    border-radius:20px;
    background-color: white;
    z-index: 1002;
    text-align:center;
    overflow: auto;
}

#footer {
clear: both;
    position: relative;
    padding: 2px;
    height: 2em;
    line-height: 0.7;
    width: calc(100% - 270px);
}

small {font-size: 6pt;}

/* HEADER */
div.banner-container {position:absolute;z-index:-3;display:block;width:100%;height:120px;margin:0px 0px 0px 0px;background:transparent url('web-ribbons_Main-header_grey.png') no-repeat 49.3% 0px;}
div.header-container {max-width:1060px;position:relative;margin:0px auto;padding:0px 0px 0px 18px;}
div.top-nav {white-space:nowrap;text-overflow: ellipsis;overflow:hidden;font-size:18pt;width:770px;position:absolute;top:0px;right:0px;z-index:3;}
header {display:block;height:120px;position:relative;margin:0.5625rem 0px 0.8125rem 0px;}
nav {position:absolute;width:750px;right:-100px;top:4.5625rem;}

nav div a, nav div a:active, nav div a:VISITED {margin:0px 2em 0px 2em;font-weight:bold;text-decoration:none;padding:4px 10px 5px 10px;border-radius:15px;color:#fff;}
nav div a:hover { background: #00313c; }

/* IMG */
div.header-container < img {position:absolute;top:19px;left:25px;z-index:3;}
div.logo {position:absolute;top:16px;left:-6%;z-index:-2;}

/* tabs */
.tabscontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 2px;
  padding: 0;
  max-width: 955px;
}
.tabscontainer > [name="filterGroup"] {
  position: absolute;
  visibility: hidden;
}
/* Set Flexbox ordering of radio items within the #tabscontainer.  A unique rule has to be created for each tab. */
.tabscontainer > #csradio{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;}
.tabscontainer > #vsradio{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;}
.tabscontainer > #eclradio{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3;}
.tabscontainer > .tabcontent {
  -webkit-box-ordinal-group: 999;
  -webkit-order: 999;
  -ms-flex-order: 999;
  order: 999; /* Set to a high value - just has to be at least one more than the number of tabs */
  display: none;    
  z-index: 2;
  top: 48px;
  width: 100%;
  min-height: 5em;
  overflow: hidden;    
  font-size: 14px;
  border-width: 0px 0px 0px 0px;
  XXborder-width: 1px;
  border-style: solid;
  border-color: darkgrey;
  Xpadding: 10px 25px 25px 25px;
  Xbackground: #c9c9c9;
  margin-top: -1px;
  border-radius: 0 5px 5px 5px;
}
.tabscontainer > .tablabel {
  position: relative;
  top: 0px;
  max-height: 10px;
  margin: 4px 2px 0 0;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 5px 5px 0 0;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: darkgrey darkgrey white darkgrey;
  font-size: 12px;
  Xfont-weight: bold;
  Xtext-transform: uppercase;
  background: #F0F0F0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabscontainer > .tablabel:hover {
  background: #969696;  
}
.tabscontainer > [name="filterGroup"]:checked + .tablabel {
  z-index: 4;
  margin-top: 0px;
  padding-top: 10px;
  background: white;
  border-color: darkgrey darkgrey #c9c9c9 darkgrey;
}
/* Display the content DIV that corresponds to the selected tab (because of the limitations of CSS selectors, this could not be done with a single rule.  A unique rule has to be created for each tab/tab content within the tab set.) */
.tabscontainer > #csradio:checked ~ #cs-content{display: block;}
.tabscontainer > #vsradio:checked ~ #vs-content{display: block;}
.tabscontainer > #eclradio:checked ~ #ecl-content{display: block;}

/*
#vsfilter::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
#vsfilter::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
*/

