<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*autocompletar*/
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item &gt; a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
/*autocompletar fin*/


/*Error span*/
span.error {
    display: block;
    visibility: hidden;
    color: red;
    font-size: 90%;
}

tr.error {
    background-color: rgba(255,0,0,0.35);
}
/*Error span fin*/

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.buttonInside {
    position: relative;
    margin-bottom: 10px;
}

.modaltst {
    /*visibility: hidden;*/
   position: fixed;
    left: 0;
    top: 5%;
    width: 100%;
    height: 100%;

   
    /*-moz-opacity: .8;  opacity: .8; filter: alpha(opacity=80);
    display: none;
     z-index: 9; 
    */
  

}
/*.custom-selectListItems {
    position: relative;
    display: inline-block;
}

.custom-selectListItems-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    support: IE7 
    *height: 1.7em;
    *top: 0.1em;
}

.custom-selectListItems-input {
    margin: 0;
    padding: 0.3em;
}*/

.btn-frm ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #333;*/
}

.btn-frm li {
    float: left;
    border-right: 1px solid #bbb;
}

    .btn-frm li:last-child {
        border-right: none;
    }

    .btn-frm li a {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

        .btn-frm li a:hover:not(.active) {
            background-color: lightsteelblue;
        }

.custom-selectarea {
    position: relative;
    display: inline-block;
}

.custom-selectarea-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}

.custom-selectarea-input {
    margin: 0;
    padding: 0.3em;
    padding: 5px 10px;
} 

.img1 {
  
    position: absolute;
    top: 2%;
    left: 5%;
    width: 90%;
    height: 100%;
    padding: 16px;
    background: #fff;
    color: #333;
    z-index: 999999999;
    overflow: auto;
}

/*.inputTST {
    height: 25px;
    width: 100%;
    padding-left: 10px;
    border-radius: 4px;
    border: none;
    outline: none;
}

.buttonTST {
    position: absolute;
    right: 0px;
    top: 4px;
    border: none;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    outline: none;
    text-align: center;
    font-weight: bold;
    padding: 2px;
}*/</pre></body></html>