/** For Zoomin/out **/
.zoombtn {
    width: 35px;
    height: 35px;
    background: #FFF;
    color: #005bac !important;
    padding: 10px 10px 5px;
    /*border: 1px solid #005bac;*/
    border-radius: 10%;
    -moz-border-radius: 10%;
    -webkit-border-radius: 10%;
    position: fixed;
    text-align: center;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
    z-index: 1;
}
.btn:hover {
    /*background: #eef;*/
}

.zoom {
    left: 53%;
    position: fixed;
}

.zoom-out {
    left: 56%;
    position: fixed;
}
.zoom-init {
    left: 59%;
    position: fixed;
}

.zoom-download {
    left: 50%;
    position: fixed;
}

 .preview-image {
     max-width: 211px;
     max-height: 150px;
     margin-bottom: 5px;
     vertical-align: baseline;
 }
.delete-button {
    /*position: absolute;*/
    top: 0;
    right: 0;
    z-index: 1;
    background-color: red;
    padding: 5px;
    cursor: pointer;
    color: #ffffff !important;
}
.image-container {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.custAddr {
    min-width: 420px !important;
}
