/* Common Page Styles */
.photo-loader-container {
    position: relative;
    overflow: hidden;
}

.photo-loader-input {
    height: 30px;
}

.photo-loader-input-rectangle-select {
    height: 30px;
}

.btn-margin-right {
    margin-right: 9px;
}

.photo-upload-container {
    position: relative;
}

.ano_phototool_workbench {
    border: none;
    height: auto;
    margin: 0;
}

.ano_phototool_preview img {
    max-width: none;
}

div.photo-loader-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

div.photo-loader-input-rectangle-select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

div.photo-loader-input input {
    margin-top: -50px;
    margin-left: -410px;
    font-size: 150px;
    height: 100px;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
}

div.photo-loader-input-rectangle-select input {
    margin-top: -50px;
    margin-left: -410px;
    font-size: 150px;
    height: 100px;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
}

div.photo-loader-input-select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

div.photo-loader-input-select input {
    margin-top: -50px;
    margin-left: -410px;
    font-size: 150px;
    height: 100px;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
}

.photo-upload-container {
    width: auto;
}

#uploadPictureDialog {
    width: auto;
}

.ano_phototool_controls {
    margin: 0;
}

.ano_phototool_rotateleft {
    padding-top: 0;
}

.ano_phototool_select_area {
    margin: 0 auto;
    max-width: 355px;
}

.ano_phototool_preview {
    margin: 0;
}

.featureGroupName{
    float: left;
    margin-right: 10px;
}
.button-features-add-new{
    float: left;
    clear: both;
}

.deschedule {
    position: relative;
}

.deschedule button.close {
    font-size: 32px;
    line-height: 1;
    opacity: 1;
    position: absolute;
    top: -5px;
    right: 5px;
}

.ano_phototool_body {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.ano_phototool_body .radio input[type="radio"] {
    margin-left: 0;
}

.ano_phototool_body input {
    width: 25px !important;
}

#photoUploadModal .modal-footer form {
    margin-bottom: 0;
}
