body._popup{
	padding: 0 0 20px 0;
}

div#_alertModal, div#delModal, div#myModal {
    background-color: rgba(255,255,255,0.5);
}

.list label {
    display: inline-block;
    width: 30%;
    font-weight: bold;
}

.list label::after{
    content: " :";
}

.list div[class^="col-"] {
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 10px;
}

.hidden{
	display: none;
}

tbody.sub1 tr td:first-child{
	padding-left: 40px;
}

tbody.sub2 tr td:first-child{
	padding-left: 80px;
}

.pagination {
  justify-content: flex-end;
  margin-top: 8px !important;
}

.pag-btn {
  background: none;
  border: none;
  font-size: 20px;
  color: #808080;
  /*font-family: 'db_adman_xregular';*/
  margin: 0 10px;
}

.pag-active {
  /*font-family: 'db_adman_xbold';*/
  color: #008ecf;
}

tbody.sub2 tr td:first-child {
    padding-left: 80px;
}

#select-map{
	display: table;
	margin: 0 auto;
	width: 360px;
	height:640px;
	background-image: url('../images/Map.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

#select-map #sel{
	display: block;
	position: absolute;
	width:10px;
	height: 10px;
	border-radius: 50%;
	background-color: red;
	margin-top: -5px;
	margin-left: -5px;
}

.hidden{
	display: none !important;
}

#_alertModal{
	z-index: 1052;
}

#ui-datepicker-div{
	z-index: 2 !important;
}