.form_group{
	margin-bottom:10px;
}
.form_group select {
    min-width: 20%;
}
.form_group input {
    width: 45%;
    margin-right: 2%;
}
.images_upd {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
}
.image {
    width: 200px !important;
    height: 135px !important;
}
#myModal {
  display: none;
}
div#myModalupdate {
    padding-top: 100px;
  }

.images_upd > [class*="wrapper"] {
	position:relative;
	margin-right:10px;
	width:120px;
}

.images_upd > [class*="wrapper"] img {
    height: 100%;
    object-fit: cover;
    width: auto;
	max-width:100%;
}

.wp-admin #myModal {
  display: block;
  z-index: 100000;
  position: fixed;
}

.close , .updremove{
    color: #aaaaaa;
    float: right;
    top: 15px;
    right: 10px;
    text-align: center;
    background: rgba(0,0,0,.5);
    width: 30px;
    height: 30px;
    border-radius: 100%;
	font-size:0px;
	cursor:pointer;
	display:flex;
	align-items: center;
    justify-content: center;
	text-decoration:none;
	box-shadow:0px 0px 10px 5px rgba(255,255,255,.2);
}
.updremove {
    position: absolute;
    top: 5px;
    right: 5px;
}
.close:after , .updremove:after{
    content: "+";
    font-size: 18px;
    line-height: 16px;
    font-family: auto;
	transform: rotate(45deg);
	color:#fff;
	font-weight:bold;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
	max-width:750px;
}
.modal, .wp-admin #myModalupdate {
    display: none;
    position: fixed;
    z-index: 9991;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}
input#savecollection , input#upload_image {
    margin-top: 10px;
}
img.img {
    width: 100px;
    margin:20px 20px 0px 0px;
    height: 100px;
    object-fit: cover;
}

label.widgettype {
    margin-left: 5%;
}

