<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.no-color {
    background-color: transparent;
}

.jqx-widget {
    font-size: 12px !important;
    font-family: 'segoe ui', arial, sans-serif !important;
}

.jqx-widget-content {
    font-size: 12px !important;
    font-family: 'segoe ui', arial, sans-serif !important;
    /*font-family: "Open Sans",sans-serif!important;*/
    border-color: #e5e5e5 !important;
    /*color: #767676 !important;*/
    background-color: #fff !important;
}

.jqx-rc-all {
    /*border-radius: 3px 3px 3px 3px;
    z-index: 99999; 
    margin-left: -66px; left: 50%; top: 50%; margin-top: -24px; 
    position: relative; width: 112px; height: 50px;*/
    font-family: 'segoe ui', arial, sans-serif !important;
    font-size: 11px !important;
    ;
    /*color: #767676; border-color: #898989; border-width: 1px; border-style: solid; background: #f6f6f6;*/
}

.jqx-input {
    padding: 0px !important;
    outline: medium none !important;
    border-width: 1px !important;
    border-style: solid !important;
    background-clip: padding-box !important;
    color: black !important;
}



body.background-dark {
    /*background: radial-gradient(ellipse farthest-side at 0% 0px , rgb(234, 200, 94), #fff, rgb(239, 142, 23)) repeat scroll 0% 0%, url("../img/bgnoise_lg_dark.png") repeat scroll 0% 0% transparent;*/
    /*background: radial-gradient(ellipse farthest-side at 180% 50px, rgb(128, 128, 128), rgb(128, 128, 128),rgb(128, 128, 128)) repeat scroll 0% 0%, url("../img/bgnoise_lg_dark.png") repeat scroll 0% 0% transparent !important;*/
    background: linear-gradient(to right, rgb(128, 128, 128) 0%, rgb(215, 55, 26) 300%);
}

html {
    font-family: 'segoe ui', arial, sans-serif !important;
}

select {
    border: medium none !important;
    color: rgb(0, 0, 0) !important;
    background-color: rgba(51, 51, 51, 0.4) !important;
    height: 29px !important;
}

input, textarea {
    border: medium none!important;
    color: rgb(255, 255, 255)!important;
    background-color: rgba(51, 51, 51, 0.4)!important;
}


.modal-dialog  input, .modal-dialog textarea {
    border: medium 1px!important;
    border-bottom: solid 1px!important;
    /*border-color: #e5e5e5;*/
    color: black!important;
    background-color: white!important;
}

.modal-dialog select {
    border: medium none !important;
    /*border-bottom: solid 1px!important;*/
    /*color: rgb(248, 248, 248) !important;
    background-color: rgba(51, 51, 51, 0.4) !important;*/
    color: black!important;
    background-color: white!important;
}

.modal-dialog .btn {
color: black !important;
}

.modal-dialog th {
color: black !important;
}

.modal-dialog legend {
color: black !important;
}

/*.modal-dialog a {
color: #1a89f3 !important;
}*/

.fecha-ajustar {
    margin-top: -3px; margin-left: -3px
}

.input-group-addon-especial {
    background-color: rgba(51, 51, 51, 0.25);
    border: 1px solid transparent;

    /*padding: 4px 12px;*/
    padding: 6px 4px;
    margin-right: -4px;
    /*margin-top: -3px;*/
    /*padding-left: 4px;*/
    /*pa*/
font-size: 13px;
font-weight: normal;
line-height: 1;
text-align: center;
/*width: 20px;*/
/*background-color: rgb(238, 238, 238);
border: 1px solid rgb(136, 136, 136);*/
border-radius: 1px 1px 1px 1px;

/*white-space: nowrap;*/
vertical-align: middle;


}

.igae-right {

    margin-right: 0px !important;
     margin-left: -4px !important;

}


/*Clase de Validación de Errores*/

/*.parsley-error-list {
    font-size: 11.05px;
}

.parsley-error-list li {
    list-style: none outside none;
    color: rgb(234, 200, 94);
}*/

.field-validation-error, .help-inline {
     font-size: 11.05px !important;
     color: rgb(234, 200, 94) !important;
}

.form-horizontal .form-group {
    margin-right: 20px !important;
    padding-right: 5px;
      /*margin-left: 15px !important;*/
}

.form-horizontal .control-label {

    padding-right: 10px;
      /*margin-left: 15px !important;*/
}


.form-horizontal .row {

    padding-bottom: 7px;
      /*margin-left: 15px !important;*/
}

.form-horizontal .well {
    margin-left: 0px;
}

.col-md-mini2 {
width: 100px !important;
}

.rowpad {
/*margin-left: 0px;*/
}

.btn-grid {
color: black;
background-color: lightgrey;
padding: 7px;
}

.input-validation-error {
    background-color:rgba(234, 200, 94,0.4) !important;
}

.validation-summary-errors {
    color:rgb(234, 200, 94) !important;
}
</pre></body></html>