.consent-popup {
	position: absolute;
	width: 40vw;
	height: 30vw;
	display: none;
}

.consent-popup-body {
	width: 43vw;
	height: 45vh;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding: 20px;
}

.consent-popup-header {
	align-self: stretch;
	margin-bottom: 10px;
	min-height: 40px;
	border-bottom: 1px solid #e5e5e5;
}

.consent-popup-content {
	align-self: stretch;
	overflow: auto;
	flex-basis: 60vh;
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.consent-popup-footer {
	align-self: flex-end;
	margin-top: 10px;
}  
  .popup-cancel-button{
	  float:left;margin:10px;
  }
  .popup-ok-button{
    float:right;margin:10px;
  }
  #appcontainer .btn {
    font-size: 1.1em !important;
}
.btn-primary {
    background: #0572CE !important;
	padding: 10px 30px !important;
}
.ExtractProgress-popup {
    position: absolute;
    height:15w;
    width:19vw;
    display:none;
}

.oj-progress-bar-value {
	margin: 0;
	box-sizing: border-box;
	height: 100%;
	background: #027bc7;
}