.jwc_frame {
   
     cursor: move;
      z-index:1002;
}

.jwc_image {
    cursor: move;
    z-index:-1;
}

.jwc_controls {
    width: 100%;
    height: 26px;
    opacity: 0.6;
    filter: alpha(opacity=6);
    position: absolute;
    z-index: 100;
    bottom: 0px;
    left: 0px;
}

    .jwc_controls span {
        display: block;
        float: left;
        color: #FFF;
        font-size: 11px;
        margin: 7px 0px 0px 5px;
    }

.jwc_zoom_in, .jwc_zoom_out {
    display: block;
    cursor: pointer;
    border-radius: 100px;
    float: right;
    margin: 4px 4px 0px 0px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.cropimg {
    /*display: block;
    cursor: pointer;
    border-radius: 100px;
    margin: 4px 4px 0px 0px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;*/
}
/* over ride defaults */
body {
    font-family: sans-serif;
    font-size: 13px;
}

#results {
    font-family: monospace;
    font-size: 20px;
}
/* over ride defaults */

.Rotate {
    display: block;
    background-color: transparent;
    cursor: pointer;
    float: right;
    margin: 4px 4px 0px 0px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.table {
    display: table;
    width: 100%;
     align-content:center;
}

.tr {
    display: table-row;
     align-content:center;
     height:15px;
     margin-top:-10px;
}

.d1 {
    text-align:left;
    display: table-cell;
    width: 25%;
}

.d2 {
    display: table-cell;
    text-align: center;
    width: 50%;
}

.d3 {
    display: table-cell;
    text-align: right;
    width: 25%;
}


.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Browse';
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: solid thin;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer; 
}