.image_main { border: 0px solid; border-radius: 12px; padding: 0px; }
.image_main .images {
    width: 24%;
    display: inline-block;
    padding: 10px 10px 10px 0px;
}
.image_main .images img {
    border-radius: 12px;
    height: 230px;
    object-fit: fill;
	width: 100%;
}
.head {
    border: 1px solid;
    border-radius: 12px;
    padding: 20px 20px 20px 20px;
    margin: 30px 0px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}
.imageup{
	margin-right:0.2rem;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

input.imageupbutton{
	background-color:#56588c  !important;
	padding:18px 20px 20px 20px;
	margin-top:1rem;
	border: none !important;
  	-webkit-border-radius: 10px !important;
  	-moz-border-radius: 10px !important;
  	border-radius: 10px !important;
  	color:#FFF;
	clear:both !important;
}
input.imageupbutton:hover{
	background-color:#979cca   !important;
	cursor:pointer;
}

input.imageloctext{
	height: 10px; 
	padding:15px;
	width: 60%; 
	border:solid #CCC 1px;
}
.locupbutton{
	background-color:#56588c  !important;
	padding:4px 2px 4px 1px;
	margin-left: 10px;
	border: none !important;
	width:35px;
	height:35px;
  	-webkit-border-radius: 50% !important;
  	-moz-border-radius: 50% !important;
  	border-radius: 50% !important;
  	color:#FFF;
	clear:both !important;
}
.locupbutton:hover{
	background-color:#979cca   !important;
	cursor:pointer;
}

