.confpopup-confbtn {
    background-color: #189;
    color: white;
    height: 28px;
    font-size:11px;
}

.tt-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 30;
	user-select: none;
}

.tt-overlay-popup {
	width: 700px;
  max-width: 1000px;
  max-height: 400px;
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
}

.tt-overlay-title {
  font: normal 22px/25px Roboto;
  display: flex;
  align-items: center;
  height:40px;
	color: #1c99c4;
	margin-bottom: 15px;
	border-bottom: 1px solid #d8d8d8;
}

.tt-overlay-mid {
    display: flex;
    width:100%;
    overflow-y: auto;
    max-height: 230px;
    margin-bottom: 20px;
}

.tt-overlay-desc {
    font: normal 16px/25px Roboto;
    display: flex;
    flex-direction: column;
    width:100%;
    height:100%;
    overflow-y:auto;
}

.tt-overlay-desc::-webkit-scrollbar {
    width:5px;
    background-color: #EBEBEB;
}

.tt-overlay-desc::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.tt-overlay-btn-holder {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tt-overlay-btn {
	display: inline-flex;
  align-items: center;
  width:100px;
	justify-content: center;
	padding: 10px 20px;
	margin: 0px 10px;
	font: normal 16px/25px Roboto;
	border-radius: 5px;
	border: 1px solid #cd2027;
	cursor: pointer;
}

.tt-overlay-btn.ok-btn {
	background-color: #cd2027;
	color: #fff;
}

.tt-overlay-btn.ok-btn:active {
	background-color: #fff;
	color: #990000;
}

.prop-cont {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 10px;
}
.prop-label {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #63666a;
}