/*flex-container*/
#loadButtons {
    display: flex;
    position: absolute;
    top: 70px;
    right: 50px;
    z-index: 1;
    margin-top: 30px;
}
/*flex-items*/
/*
#return {
  display: flex;
  justify-content: left;
}
#uploadB {
  display: flex;
  justify-content: right;
}
#downloadB {
  display: flex;
  justify-content: right;
}
*/



/*button-stlye*/
.breadcrub {
    display: block;
    text-align: center;
    height: 30px;
    font-size: 15px;
    float: left;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    color: #00105E;
    font-weight:normal;
}
.breadcrub::after {
  content:">";
  padding-left:10px;
}
#breadcrumbHome{
  position: absolute;
  top:122px;
}
.breadcrub:link{
  text-decoration: none;
}
.breadcrub:hover{
  text-decoration: none;
}
.breadcrub:active{
  color:#555E68;
  text-decoration: none;
}
.breadcrub:visited{
  color:#555E68;
  text-decoration: none;
}
.updownloadButton {
    display: block;
    align-content: center;
    text-align: center;
    font-size: 15px;
    height: 30px;
    border-radius: 30px;
    color: #50a5eb;
    border-color: #50a5eb;
    font-weight: 600;
    border-width: 2px;
    border-style: solid;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    cursor: pointer;
}
.updownloadButton:hover {
  	background: #50a5eb;
    color:#ffffff;
}
#submitButton{
    float: left;
    width: 100px;
    margin-top: 20px;
}
#cancelButton{
    width: 100px;
    float: left;
    margin-top: 20px;
}
/*data-table*/
.InovuaReactDataGrid {
    display: flex;
    position: absolute;
    height: 850px;
    top: 100px;
    z-index: 1;
}
/*screen width max 700*/
@media screen and (max-width: 700px) {
	/*popup width smaller**/
    .popup {
      width: 70%;
    }
}
/*screen height bigger 1400*/
@media screen and (max-height: 1000px) {

	/*datagrid height smaller*/
	.InovuaReactDataGrid {
		height: 550px;
	}
}
/*screen height bigger 1400*/
@media screen and (min-height: 1400px) {

	/*datagrid height smaller*/
	.InovuaReactDataGrid {
		height: 1300px;
	}
}
.InovuaReactDataGrid__column-header{
    background-color: rgb(190, 191, 194);
}
.gridButton{
    display: none;
}
#getFile{
    display: none;
}
#retButton{
  display: none;
}
#resetButton{
    display: none;
}
#metaButton{
  display: none;
}
#analyse-buttons {
    margin-top: 80px;
    padding-bottom: 40px;
}

.overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
  }
  .popup {
    /* margin: 120px 200px 0 0; */
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 450px;
    /* position: fixed; */
    /* left: auto; */
    min-height: auto;
    /* transition: all 5s ease-in-out; */
    /* right: auto; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
  }
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
.popup .close:hover {
    cursor: pointer;
    color: #000;
  }

.popup .content {
    height: 90%;
    /* overflow: auto; */
    /* overflow-y: scroll; */
    margin-bottom: 50px;
}

.folder{
	  background: #ccc;
  }
.analyseLink{
    text-decoration: none;
    color: #FFFFFF;
}
