.pod-wrapper{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    z-index:1000000;
    background-color:#eee;
    opacity:0.3;
}
.pod-box{
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    z-index:1000001;
    background-color:#fff;
}
.pod-box li{
    position: relative;
    padding: 0px 10px;
}
.pod-box li:active{
    color: #000 !important;
    background: none !important;
    box-shadow: none !important;
}
.pod-box li.a{
    border-bottom: none;
}
.pod-box input[type="text"],
.pod-box textarea{
    line-height: 40px;
    width: 100%;
}
.pod-box input[type="text"]::placeholder {
    color: red;
}
.pod-box .close{
    margin-top:10px;
    color:red;
    opacity: 1;
}
.pod-box .btn{
    /*position:fixed !important;*bottom:0px;width:100%;*/
}
.pod-box .gallery{
    overflow: auto;
    scrollbar-width: thin;
}
.pod-box .open-photo,
.pod-box .add-photo{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    /*color: green;*/
}
.pod-box .open-photo{
	top: 50px;
}
.pod-box button.save{
    line-height:40px;
    background-color:#33b401 ;
    border-radius:20px;
    width:200px;
}
button.save {
    color: white;
    font-weight: bold;
    font-size: 18px;
    
  }
.glyphicon-camera{
    /*color: yellow !important;*/
}
