@CHARSET "UTF-8"; /* REVIEW: Vero - árbol */ .buttonHideTree { background: transparent; border: none !important; font-size:0; pointer-events: none; } span.fancytree-title { margin-left: 1em; } .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: 20px; } .badge { margin-left:5px; } .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; } /* 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;*/ height: 100%; top: 0; width: 17px; right: 0; } .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;*/ width: auto; padding-left: 10px; padding-right: 5px; } .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; */ height: auto; } .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 { } .gvHAboutLogo, .gvHFooterLogo { background-repeat: no-repeat; background-color: transparent; background-size: 100%; background-position: top, left; content: ""; display: none; } .gvHAboutLogo { margin: 1em auto; } .gvHFooterLogo { margin-left: 1em; margin-right: 1em; vertical-align: middle; } #gvHFooterLogo_1 { background-image: url("images/logo_gvhidra.gif"); display: inline-block; width: 225px; height: 159px; } #gvHAboutLogo_1 { background-image: url("images/logo_gvhidra.gif"); display: block; width: 112px; height: 79px; } /* * Para pasar a los custom ... */ table.table-row-triggable tr.rowNoData[data-gvhpaneljson="lis"] , table.table-row-triggable tr.rowNoData[data-gvhpaneljson="lis"] * , table.table-row-triggable tr.rowNoData[data-gvhpaneljson="lis"] .form-control[disabled] , table.table-row-triggable tr.rowNoData[data-gvhpaneljson="lis"] .form-control[readonly] , table.table-row-triggable tr.rowNoData[data-gvhpaneljson="lis"] fieldset[disabled] .form-control { cursor: default; } .table-hover > tbody > tr.rowNoData:hover { background-color: transparent; } .table-striped > tbody > tr.rowNoData:nth-of-type(2n+1) { background-color: #f9f9f9; } /* * Ordenación drag&drop panel tabular (#22991) */ #trOrder { background-color: #ffeaea!important; } .iconSort { color: #ce0000; padding-left: 10%; } .tdSort { background-color: #c9a2a2; } /* * Editor de texto (cweditortexto) */ #editors { display: flex; flex-direction: row; justify-content: space-around; } @media screen and (max-width: 1800px) { #editors { flex-direction: column; div { margin-bottom: 20px; } } }