.modalOption, myModalItem {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
   /*padding-top: 100px; Location of the box */
  
  top: 0;/*left: 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 background-color: #fefefe;border: 1px solid #888;*/
.modalOption-content {
  position: fixed; 
  bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: auto;
  width: 100%;
  
  padding-left: 3%;
  padding-right: 3%;
}

.modalOption-body {
    min-width: 300px;
    max-width: 750px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.panelcamara {
    display: none;
    background-color: #FFF;
    width: 75%;
    min-width: 250px;
    max-width: 600px;
    color: #00A6F2;
    margin-top: 25px;
    padding: 30px 30px 35px 30px;

    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
}

 .itemLbl {
    background-color: #F5F5F5;
    margin-top: 10px;
    color: #00A6F2;
    padding: 10px 30px 10px 30px;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.horizontal-center {
  margin: 0;
  position: absolute;
  left: 50%;
}

 .itemLbl1 {
    color: #000;
}



.image-upload > input
{
    display: none;
}

.image-upload img
{
    width: 80px;
    cursor: pointer;
}

.maxLbl { 
    display: block; 
    min-height: 100%; /* for the latest browsers which support min-height */
    height: auto !important; /* for newer IE versions */
    height: 100%; /* the only height-related attribute that IE6 does not ignore  */
}