/*   load the main media CSS file    */

@import url('../../../common/styles/media2.css');
#show {
    border: 1px solid #666263;
    padding: 2px 0px;
    background: #FDEED0;
    font-weight: bold;
    text-align: center;
    color: #000;
    font-size: 12px;
    outline: none;
    left: -20px !important;
}

input[disabled="true"] {
    color: #000;
    background: #D3D1D2 !important;
    -webkit-text-fill-color: black;
    font-weight: bold;
    text-align: center;
    outline: none;
    border: none;
    left: -10px !important;
    top: 3px !important;
}


/*@media only screen and (device-width: 768px) {
    #show {
        border: 1px solid #666263;
        padding: 2px 0px;
        background: #FDEED0;
        font-weight: bold;
        text-align: center;
        color: #000;
        font-size: 12px;
        outline: none;
        border-radius: 0px!important;
        left: -20px !important;
        top: -2px!important;
    }
    input[disabled="true"] {
        color: #000;
        background: #D3D1D2 !important;
        -webkit-text-fill-color: black;
        font-weight: bold;
        text-align: center;
        outline: none;
        width: 30px!important;
        border: none!important;
        left: -17px !important;
        top: 0px !important;
    }
    #htmlMedia {
        left: -130px !important;
        top: 5px !important;
    }
    #ID_txt01 {
        font-size: 11px !important;
        line-height: 12px;
    }
    #val3 {
        border: none;
    }
}*/
