
/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
/*[type=radio] + img {*/
[type=radio] + figure {
    /*all: unset;*/
    cursor: pointer;
    margin: 5px;
    width: 100px;
    display: inline-block;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
    outline: 1px solid red;
}

.hmg-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.radio-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.radio-picker-reverse {
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 10px;
}

.picker-photo {
    height: 80px;
    width: 100px;
}


ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}

ol li {
    counter-increment: my-awesome-counter;
    margin-bottom: 10px;
}

ol li::before {
    content: counter(my-awesome-counter);
    color: black;
    font-size: larger;
    font-weight: bolder;
    padding-right: 10px;
}

/*ol li [type=button], ol li [type=submit] {*/
/*    border: 1px dashed #355e9f;*/
/*    padding: 3px !important;*/
/*}*/

.hmg-preview {
    position: relative;
    left: 0;
    top: 0;
    /*width: 300px;*/
    /*height: 250px;*/
}

.hmg-preview-frame {
    position: relative;
    top: 0;
    left: 0;
    width: 250px;
    height: 200px;
}

.hmg-preview-photo {
    position: absolute;
    top: 24px;
    left: 25px;
    width: 200px;
    height: 152px;
}

.hmg-preview-image {
    margin: 0;
    padding: 0;
    width: 200px;
    height: 250px;
    max-width: 200px;
    max-height: 250px;
    min-width: 200px;
    min-height: 250px;
}

.hmg-frame-shadow {
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.hmg-frame-caption {
    color: black;
    text-align: center;
    margin-top: 8px;
    line-height: 1.2em;
    font-size: 12pt;
}


.hmg-shadowbox {
    display: grid;
    grid-template-columns: 500px 300px;
}

.hmg-form-section {
    background-color: silver;
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 15px;
    margin-right: 20px;
}

input[type="number"] {
    /*font-size: 16pt;*/
    width: 75px;
    /*color: black;*/
    /*background-color: silver;*/
}

.hmg-errors {
    border: 3px solid red;
    border-radius: 10px;
    background-color: red;
    color: #000 !important;
    padding: 10px;
}

.hmg-btn {
    background-color: #355e9f !important;
    color: white !important;
    padding: 5px 10px !important;
    text-decoration: none !important;
    border-radius: 5px !important;
    font-size: 12pt;
    line-height: 2.5rem !important;
    cursor: pointer !important;
}

.hmg-btn:hover {
    background-color: darkblue !important;
    text-decoration: underline !important;
}

.list-scroll {
    overflow-y: scroll;
}

.hmg-manifest-label {
    font-weight: normal;
}
.hmg-manifest-value {
    font-weight: bold;
}

.hmg-ol-li {
    font-size: 125%;
    font-weight: bolder;
    color: #355e9f;
}

#hmg-image-upload {
    opacity: 0;
    visibility: hidden;
}

/* #hmgFramePicker { */
#TB_window {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80%;
    max-width: 90%;
    margin: 0 !important;
    overflow-y: scroll;
}
#TB_ajaxContent {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    box-sizing: border-box;
}
