body {
  margin: 0;
  font-family: Arial;
  background-color: #EEEEEE;
  color: black;
  line-height: 1.25;
}

.footer {
    background-color: black;
    color:white;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: -50px;
    text-align: center;
    z-index:1000;
}
summary {
  font-weight: 900;
  font-size: 1.25em;
}

div.header{
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top:0px;
  min-height: 3vh;
  padding: 3px 2px 3px 2px;
  display: inline-block;
  width:100%;
  overflow: hidden;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 10px 30px 0 rgba(0, 0, 0, 0.19);
  z-index: 1000;
  color: black;
  margin-bottom:2px;
  background-color: #FFFFFF;
}

div.main{
  /*margin: 1vh 0px 1vh 0px;*/
  padding:5px;
  /*min-height:100vh;*/
  overflow-x: visible;
  overflow-y:auto;
  z-index:0;
}

p.title{
  font-size: 2em;
  text-align: left;
  margin:0;
  padding:0;
}

div.box-search{
  padding: 2px;
  overflow:visible;
  display: flex;
  justify-content: center;
  align-items: center; 
}


/* // TEXT SEARCH INPUT // */
/*****************************************************************************/
/*****************************************************************************/

.searchWrapper {
  width: auto;
  position: relative;
  margin-top: 0.4rem;
}

.searchWrapper input.search {
  color: black;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 2rem;
}
.searchWrapper input.search {
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
  border-bottom: solid 1px #000;
  -webkit-appearance: none;
}
.searchWrapper ::-webkit-input-placeholder {
  color: #000;
}
.searchWrapper :-moz-placeholder {
  color: #000;
}
.searchWrapper ::-moz-placeholder {
  color: #000;
}
.searchWrapper :-ms-input-placeholder {
  color: #000;
}
.searchWrapper button.close.icon {
  display: none;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border: none;
  padding-top: 0.7rem;
  position: relative;
  font-size: 0.8em;
  font-weight: 500;
}
.searchWrapper input.search:not(:valid) ~ .close.icon {
  display: none;
}
.searchWrapper input.search:not(:valid) ~ .search.icon {
  display: contents;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

p.SearchWarning{
  position:absolute;
  top:2rem;
  margin:0;
  padding:0;
  color: red;
  font-size: 0.8em;
}

/*****************************************************************************/
/*****************************************************************************/

/* // MODAL SCREEN SELECTION // */
/*****************************************************************************/
/*****************************************************************************/

div.screen-info{
  padding: 2px;
  overflow:visible;
  display: flex;
  justify-content: center;
  align-items: center; 
}

.screen-info-box-1, .screen-info-box-2 {
    float: left;
    width: 30%;
    height:;
    select {
        padding: 0;
        option {
            padding: 4px 10px 4px 10px;
        }
        option:hover {
            background: #EEEEEE;
        }
    }
}
.screen-info-arrows {
    display:flex;
    flex-direction: column;
    padding:5px;
    margin-top: 2%;
}

p.screen-info-title{
  color: black;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  text-align: center;
  margin:0;
}
/*****************************************************************************/
/*****************************************************************************/


/* // TABLE CSV TO HTML FIXED HEADER SCROLLING CONTENT // */
/*****************************************************************************/
/*****************************************************************************/

div.parsed_csv{
  display:none;
  width:100%;
  position:relative;
}

p.filter-results{
  display:none;
  position:relative;
  margin:0 auto 0 auto;
  max-width: 50%;
  text-align: center;
  font-size: 1.0em;
  color: gray;
  font-weight: 700;
  z-index:999;
}

table.table{
  max-width:100%;
  table-layout: fixed;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 0;
  margin-top: 0;
  /*border-spacing: 5px;*/
  /*border-collapse: separate;*/
}

table.table thead {
  display:block;
  overflow:hidden;
  text-align: center;
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
}


/*table.table thead tr th div{
  position: absolute;
  padding: 10px;
  margin-left: -10px;
  line-height: normal;
  width: 100%;
  z-index: 999;
  text-align: left;
  font-weight: bold;
}*/

table.table tbody{
  max-height:75%;
  border: 1px solid black;
  display:block;
  overflow:auto;
  text-align: center;

}

table.table thead th{
  padding: 10px 5px;
  font-size: 1.0em;
  font-weight: 800;
  /*border-bottom: 2px solid #d4d4d4;*/
  /*border-top: 2px solid #d4d4d4;*/
  overflow-x:hidden;
  background-color: lightgray;
  text-transform: uppercase;
}

table.table tbody td {
  font-size: 1.0em;
  vertical-align: middle;
  /*border-left: 2px solid black;*/
  word-wrap:break-word;
  /*overflow:hidden;*/
}

.col-chk {  min-width: 2ch; }
.col-num {  min-width: 5ch; }
.col-ORF {  min-width: 15ch; }
.col-NAME {  min-width: 10ch; }
.col-FUNCTION {  min-width: 60ch; }
th.col-DESCRIPTION {  min-width: 90ch; height:auto; }
td.col-DESCRIPTION {  min-width: 90ch; height:auto; text-align: left; }
.col-GOONTO {  min-width: 5ch; }
.col-GOEVIDENCE {  min-width: 5ch; }
.col-GOLOC {  min-width: 15ch; }
.col-GOIDS {  min-width: 15ch; }
.col-GOmatch {  min-width: 3ch; width:100%; }

a.truncate {
  max-width: 90ch;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a.truncate:hover {
  max-width: none;
  overflow-x: none;
}

.table tbody tr td span {
  height:auto;
  position: relative;
  display: inline-block;
  margin-top: 5px;
}

.table tbody tr td span a {
  text-decoration: none;
  color: inherit;
}

.tbl-header{
  background-color: rgba(255,255,255,0.3);
  margin-bottom: 0;
  margin-top: 0;
  width:100%;
 }
.tbl-content{
  height:80%;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
}
/*****************************************************************************/
/*****************************************************************************/

/*.is-loading {
  background-color: black;
  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/82/loading.gif');
}

.is-broken {
  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/82/broken.png');
  background-color: #be3730;
  width: 120px;
}

.is-loading img, .is-broken img {  opacity: 0; }
*/

/* // LOADER // */
/*****************************************************************************/
/*****************************************************************************/
.loader{
  display:none;
  width:100%;
  height:100%;
  z-index: 1001;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  position: absolute;
}

.loader-text{
  display:block;
  padding-top: 10%;
  text-align: center;
  color:white;
  font-size:2em;
  z-index: 1002;
  background-color: transparent; /* Fallback color */
}

.loader-bg{
  display: block; /* Hidden by default */
  width:100%;
  height:100%;
  z-index: 1000;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.myprogress {
  width:80vw;
  margin-left:auto;
  margin-right:auto;
  margin-top: 0;
  margin-bottom: 0;
}

.modal {
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
}


.is-loading {
  width: 300px;
  height: 300px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*****************************************************************************/
/*****************************************************************************/

/*div.btn-toolbar div.btn-group button.btn-link{
    color: black !important;
}

div.btn-toolbar div.btn-group button.btn-link:hover, div.btn-toolbar div.btn-group button.btn-link:active {
    color: gray !important;
    background-color: lightgrey !important;
}*/

.mygallery{
  min-width:100%;
  max-width:100%;
  min-height: 100%;
  max-height: 100%;
  margin:0px;
}

.screen-grid {
  width:100%;
  display:flex;
  flex-direction: row; 
  align-items: flex-start;
  justify-content: flex-start;
  padding:2px;
}

button#vertical.active{ background-color: #ffc107; } 
button#horizontal.active{ background-color:#ffc107; } 

 /* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    color: #444;
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-size:1em;
    border: 1px solid #ccc;
    border-radius: 20%;
    outline: none;
    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) */
.active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    width:100%;
    display: none;
    overflow: hidden;
} 

.carousel-caption-top {
  text-align: center;
  top:0;
  bottom:auto;
  background: rgba(0,0,0,0.4);
  color:  white !important;
}

.carousel-caption-bottom {
  text-align: center;
  top:auto;
  bottom:0;
  background: rgba(0,0,0,0.4);
  color:  white !important;
}


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators .active{
    background-color: #007bff;
}

.carousel-indicators {
    bottom: -5%;
}
/*
#gallery:hover div.screen-grid {
  -moz-transform: scale(0.5) translate(-50%,-50%);
  -webkit-transform: scale(0.5) translate(-50%,-50%);
  transform: scale(0.5) translate(-50%,-50%);
  margin-top: -25%;
  margin-bottom: -25%;
  padding:0;
  left:0;
}
*/

.mytable {
  margin-top:10px;
  table-layout: fixed;
  min-width:100%;
  min-height:100%;
}

.mytable, td th {
   border-bottom: 1px solid #ddd;
}

img.center {
  display: block;
  margin: auto;
  width: 65%;
  width: 65vw;
  height: 75%;
  height: 75vh;
  min-height: 75%;
  min-height: 75vh;
}

.container-slideshow{
  position: absolute;
  left:5vw; left :5%;
  right:5vw; right:5%;
  padding: 0.5rem 0.5rem;
  margin-top: 16px;
  background-color: #EEEEEE;
  z-index: 0;
}

.myslideshow{
 min-height:75%;
 min-height: 75vh;
 height:75%;
 height: 75vh;
 max-height: 75%;
 max-height: 75vh;
}

.slide-lightbg {
  background-color:rgba(220,220,220,0.25);
}

ul#pageList{
  margin-bottom: 0;
}

li.disabled{
  cursor:not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

#Changes{
  font-size: 0.7em;
  line-height: 1.2em;
}

.treeView ul {
  margin: 0 0 0 -1.5em;
  padding: 0 0 0 1.5em;
}

.treeView li {
  margin: 0;
  padding: 0;
  background: url('../CSS/list-item-root.png') no-repeat top left;
  list-style-position: inside;
  list-style-image: none;
  cursor: auto;
}

.collapsibleList li{
  background-image: url('../CSS/list-item.png');
  list-style-image : none;
  cursor           : auto;
}

li.collapsibleListOpen{
  list-style-image : url('../CSS/button-open.png');
  cursor           : pointer;
}
.treeView li.collapsibleListOpen.lastChild{
  background-image: url('../CSS/list-item-last-open.png');
}

li.collapsibleListClosed{
  list-style-image : url('../CSS/button-closed.png');
  cursor           : pointer;
}

.treeView li.collapsibleListClosed {
    list-style-image: url('../CSS/button-closed.png');
    cursor: pointer;
}
.treeView li li {
    background-image: url('../CSS/list-item.png');
    padding-left: 1.5em;
}

.treeView li li li {
    background-image: url('../CSS/list-item.png');
    padding-left: 1.5em;
}

.treeView li.lastChild {
    background-image: url('../CSS/list-item-last.png');
}




/* FORM WIZARD MULTI STEP */
.steps{  margin-left: 15%; }
.tab-pane { background: black; border: none; }

.wizard {
    margin: 20px auto;
    background: black;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    position: absolute;
    height: 0.3em;
    background: #E0E0E0;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 25%;
    z-index: -1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    padding:20 0 0 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    left: 10%;
    text-align: center;
    font-size: 1.5em;
}
span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: none ; /*5px solid transparent;*/
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: none; /*10px solid transparent;*/
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 { margin-top: 0; }