@CHARSET "UTF-8"; .btnRowEdit { padding: 3px 4px 2px 5px; font-size: 11px; font-weight: normal; margin-bottom: 3px; display: inline; } .flecha-down { width:0px; height:0px; border-left:10px solid transparent; /* izquierda flecha */ border-right:10px solid transparent; /* derecha flecha */ border-top:10px solid #55585d; /* base flecha y color*/ font-size:0px; top: 2px; padding-left: -2px; line-height:0px; } /* Inhabilitar botón flecha */ .disabledSelect { pointer-events: none; } .rowNoData { height: 18px; } .badge { margin-left:5px; } .ui-dialog { padding-top: 0.6em !important; padding-right: 0.6em !important; padding-bottom: 0.2em !important; padding-left: 0.6em !important; } .ui-widget.ui-widget-content { border: 1px solid #004080; } .dialogButtonClose { font-size: 14px !important; font-weight: normal; cursor:pointer; border: thin #C1CADD solid; border-radius: 8px 8px 8px 8px; box-shadow: #b8cbbd 1px 1px 1px 0px; background-color: #f4f4f4; display: inline; width: 28px !important; color: #7c8187; height: 21px !important; } /* CSS PARA CWFilter */ .filter { background-color: #e9e7e4 !important; } .group-conditions { border: 1px solid #3499c9; padding: 4px; margin: 2px; } .group-conditions > label { margin-left: 3px; background-color: #cceeff; } .group-actions > button { color: #3b4b60; background-color: #a3cea3; margin: 3px; } .group-actions > button > i { color: #00592d; } .rule-actions > button { background-color: #fbbbbb; color: #3b4b60; } .rule-actions > button:hover { background-color: #f45353; color: #fff !important; } .rule-actions > button > i { color: #780707 !important; } /* SELECT2 */ .select2-container--default.select2-container--focus .select2-selection--multiple { border: solid #aaa 1px !important; } .select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: transparent; border: none !important; } .select2-container--default .select2-selection--single .select2-selection__arrow { top: 0; } .select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: transparent; } .select2-container .select2-selection--multiple { min-height: 29px; } .select2-container--default .select2-selection--single .select2-selection__rendered { margin-top: 1px; } .select2-selection__arrow { border: solid 1px #707070 !important; background-color: #cfcfcf; background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #ebebeb 50%, #d8d8d8 50%, #cfcfcf 100%) !important; background-image: -moz-linear-gradient(top, #f2f2f2 0%, #ebebeb 50%, #d8d8d8 50%, #cfcfcf 100%) !important; background-image: -ms-linear-gradient(top, #f2f2f2 0%, #ebebeb 50%, #d8d8d8 50%, #cfcfcf 100%) !important; background-image: -o-linear-gradient(top, #f2f2f2 0%, #ebebeb 50%, #d8d8d8 50%, #cfcfcf 100%) !important; background-image: linear-gradient(top, #f2f2f2 0%, #ebebeb 50%, #d8d8d8 50%, #cfcfcf 100%) !important; } .select2-container--default .select2-selection--single .select2-selection__arrow { height: 18px; top: 0; width: 17px; } .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #000 transparent transparent; border-style: solid; border-width: 4px 4px 0; margin-top: none; } .select2-selection__clear { display: none; } .backgroundFil .select2-container--default .select2-selection--single, .backgroundFil .select2-container--default .select2-selection--multiple { background-color: #fff; } .select2-container--default .select2-selection--single { background-color: transparent; height: 18px; } .select2-container--default .select2-selection--multiple { background-color: transparent; border-color: #c1cadd solid 1px !important; } .backgroundLis .select2-container--default .select2-selection--single .select2-selection__rendered { color: #234372; font-weight: bold; } .backgroundLis .select2-container--disabled .select2-selection__rendered { color: #55585d !important; font-weight: normal !important; } .progressPercent { background-color: #f9bea6; } .barProgress { }