#main_div {
	background-color: #ffffff;
	width: 750px;
	height:auto;
	position: fixed;
	top: 50px;
	left: 150px;
	border: 1px #F2F2F2 solid;
	box-shadow: darkgrey 10px 10px 30px 5px;
	z-index: 100;
	display: none;
}

.title_div {
	height: 40px;
	border-bottom: 5px #F2F2F2 solid;
	cursor: default;
}

.title_text {
	text-align: center;
	width: 100%;
	font-weight: 900;
	font-size: 20px;
	margin-top: 5px
}

.title_close {
	position: absolute;
	top: 8px;
	right: 0;
	cursor: pointer;
	width: 40px;
	text-align: center;
}

.middle_content {
	width: 100%;
	height:auto;
	overflow:auto;
	background-color: #Ffffff;
}

.middle_div{

    margin-left: 10px;
    font-size: 12px !important;
    text-align: center;
    display: inline-table;
    width:auto;
    height:25px;
    padding:0 5px;
    margin-top: 4px;
    background-color: #d0d0d0;
    border-radius: 10px;
    float: left; 
     cursor: pointer; 
}

.middle_button{
 
    font-size: 12px !important;
    text-align: center;
    display: inline-table;
    width:auto;
     padding:0 5px;
    height:25px;
    background-color: #d0d0d0;
    border-radius: 10px;
    float: left; 
    cursor: pointer; 
}

.middle_selected{
     margin-left: 10px;
    font-size: 12px !important;
    text-align: center;
    display: inline-table;
     width: auto;
     padding:0 5px;
      margin-top: 4px;
    height:25px;
    background-color:#1e9fff;
    border-radius: 10px;
    float: left;
    cursor: pointer;
	
}

.middle_text{
	/* line-height: 45px;
	vertical-align: middle;
	font-size: 10px;
	background-color: gray; */
	line-height: 25px;
	font-size: 14px;
	text-align:center;
}




.bottom_content{
	width: 100%;
	height: 50px;
	text-align: center;
	position: relative;
}

#onSubmit_button{
	width: 150px;
	height: 30px;
	margin: auto;
	margin-top:30px;
	background-color: #E51C23;
	color: white;
	border: 1px rgba(187, 187, 187, 1);
	border-radius: 2px;
	cursor: default;
}
.add_label_textInput{
     margin-top: 7.5px;
	cursor: pointer; 
	 margin-left: 10px;
	width: 150px;
	height: 20px;
}

.add_label_textInput1{
     margin-top: 7.5px;
	cursor: pointer; 
	 margin-left: 10px;
	width: 150px;
	height: 20px;
}