﻿.component-form {
    zmax-width: 1000px;
}

    .component-form input:disabled,
    .component-form *:disabled, .component-form *[readonly]
    {
        background: #ddd;
        color: var(--upenn-blue-1);
    }

.component-form .form-instructions {
    max-height: 200px;
    overflow: auto;
    background: var(--upenn-marine-gray);
}

.component-form .control-label,
.component-form code {
    font-size: 1.1em;
}

div.ddmTime {
    display: inline-flex !important;
}

#ui-datepicker-div,
div.component-form ul.component-form-time {
    box-shadow: rgb(0 0 0 / 75%) -1px 0px 14px 6px;
    z-index: 10 !important;
}

div.component-form ul.component-form-time {
    height: 200px;
    overflow: hidden scroll;
    text-align: center;
}

    div.component-form ul.component-form-time li {
        color: rgb(0, 0, 0);
        text-decoration: none;
        cursor: pointer;
    }

        div.component-form ul.component-form-time li:hover {
            background: rgb(0, 0, 0, 0.1);
        }

div.component-form .date-border {
    border: 0 !important;
}

div.component-form .checkbox label input[type="checkbox"] {
    display: none;
}

div.component-form .commonToggle i.isChecked {
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    transition: all .2s linear;
    color: #990000 !important;
    font-size: 1.4em;
}

div.component-form .commonToggle i.isNotChecked {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: rgba(0,0,0,.4);
    font-size: 1.4em;
}

div.component-form .signaturePad {
    background: #fff;
    border: 1px #000 solid;
    width: 320px;
    height: 100px;
}
/*    @media only screen and (max-width: 380px) {
        div.component-form .signaturePad {
            width: 100%;
        }
    }
*/

div.component-form input[type="radio"] {
    accent-color: var(--upenn-blue);
    margin-top: 6px;
    margin-right: 5px;
}
    /*
    div.component-form input[type="radio"][disabled] {
        opacity: .7;
    }

        div.component-form input[type="radio"][disabled]:checked {
            opacity: 0;
        }
    */

div.auto-save-indicator {
    position: fixed;
    background: var(--upenn-blue);
    color: white;
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
    right: 3px;
    bottom: 3px;
    height: 0;
    width: 0;
    opacity: 0;
}

div.auto-save-indicator-show {
    height: unset;
    width: unset;
    opacity: 1;
}

.img-thumbnail2 {
    padding: .25rem;
    background-color: #dee2e6;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 50%;
    height: 138px;
    width: 148px;
}