<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ==================================== */
/* ==== RESET ========================= */
/* ==================================== */


.wd-icon-arrow-r:before		{ content: '\f139'; }
.wd-icon-arrow-b:before		{ content: '\f140'; }
.wd-icon-arrow-l:before		{ content: '\f141'; }
.wd-icon-arrow-t:before		{ content: '\f142'; }

.wd-icon2-plus:after { content: '\f132'; }

.wd-input
 { padding: 6px 10px;
 }

.wd-select
 { padding: 5px 10px;
 }
.wd-label, .wd-input, .wd-select, .wd-panel, .wd-input-value-select
 { -webkit-box-sizing: 			border-box;
	-moz-box-sizing:				border-box;
	box-sizing: 					border-box;	
 }
 
.wd-input[type="number"]
 { text-align:right; 	
 }
 
.wd-checkbox
 {
	 
 }
.wd-group
 {
	display: inline-block !important;
    white-space: nowrap;
 }

.wd-group.wd-separator-right
 {
	 padding-right: 5px;
	 margin-right: 5px;
	 border-right: 1px solid #cccccc;
	 
 }
/* ==================================== */
/* ==== INPUT LABEL =================== */
/* ==================================== */
.wd-input-label
 {
	 display: block;
	 position: relative;
	 margin-bottom: 6px;
 }
 /* wdtop: Alinea la etiqueta en la parte superior */
 .wd-input-label.wdtop&gt;*,
 .wd-input-label.wdbottom&gt;*
  {
	  display: block;
	  width:   100%;
  }  

.wd-input-label.wdtop&gt;input[type="checkbox"]
 {
	 display:inline-block;
	 width:   auto;
	 margin:0px;
 }
 
.wd-input-label input[type="text"],
.wd-input-label input[type="number"],
.wd-input-label input[type="time"],
.wd-input-label input[type="date"],
.wd-input-label input[type="tel"]
 {
 	padding: 4px 4px 3px !important;
 }
 
 .wd-input-label select
 {
 	margin-top: 1px !important;
 }
 

/* ==================================== */
/* ==== ELEMENT HANDLE, ICON ========== */
/* ==================================== */
.wd-icon-setup:before, .wd-icon-setup a:before	{ content: '\F111'; }
.wd-icon-arrow-r:before, .wd-icon-arrow a:before	{ content: '\F139'; }

.wd-icon, .wd-handle
 { 	position: 		relative;
 	display:		inline-block;
 	width:			40px;
	height: 		100%;
	line-height:    inherit;
	text-align:		center;
	font-size: 		1.2em;	
 }
/* Si el button no tiene texto hace que mantenga un heigh mínimo
.wd-icon:before
 { 
 	content: "";
 }
 */
.wd-handle { cursor: pointer; }
.wd-icon:before, .wd-icon a:before, .wd-icon:after, .wd-icon a:after,
.wd-handle:before, .wd-handle a:before, .wd-handle:after, .wd-handle a:after
 { 
 	width: 				100%;
	line-height: 		inherit;
	text-align:			center;
	vertical-align:		top;	
	font-family: 		Dashicons;
	font-size:			16px;
	text-decoration:	none;
	
	margin:				0;
	padding:			0;
	border: 			none;
	outline:			0;	
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing: 		border-box;
 }
.wd-icon:before, .wd-icon a:before,
.wd-handle:before, .wd-handle a:before
 { display:					inline-block;
 }
.wd-icon:after, .wd-icon a:after,
.wd-handle:after, .wd-handle a:after
 { position: 	absolute;
 	top:			0px;
	right:		0px;
 }
.wd-handle:hover { background-color:#F7F7F7; }

.wd-toggle.wd-hit .wd-handle,
.wd-toggle.wd-hit .wd-icon,
.wd-toggle.wd-hit .wd-text
 {
	 float:none;
 }

.wd-bar-header
 { display:							block;
 	position:						relative;
 	-webkit-box-sizing: 			border-box;
	-moz-box-sizing:				border-box;
	box-sizing: 					border-box;
 }
.wd-bar-header .wd-icon, .wd-bar-header .wd-text, .wd-bar-header .wd-handle { line-height: inherit; }
.wd-bar-header .wd-icon	 { float: left; }
.wd-bar-header .wd-handle { float: right; }

/* ==================================== */
/* ==== ELEMENT LABEL ================= */
/* ==================================== */
label, .wd-label
 { line-height:inherit;
 }

/* ==================================== */
/* ==== ELEMENT TITLE ================= */
/* ==================================== */

.wd-title { }
/* ==================================== */
/* ==== ELEMENT TEXT ================== */
/* ==================================== */
.wd-text
 { 
 	display: inline-block;
 	position: relative;
	min-width: 10px;
 }




.wd-buttons
 {
	 text-align: right;
	 padding: 4px 0px;
 }

/* ==================================== */
/* ==== ELEMENT PANEL ================= */
/* ==================================== */
.wd-panel
 { display: 			inline-block;
 	position:			relative;
 	min-width:			150px;
 	min-height:			150px;
	border:  			1px solid #CCC;
	background-color: #EEE;
 }
 
.wd-panel&gt;.wd-content
 { padding:				0px;
 }

.wd-panel&gt;.wd-button 
 { width:						100%;
 	border-left:				0;
	border-right:				0;
	border-top:					0;
 	border-radius:				0;	
 	-webkit-border-radius:	0;
	padding-left:				32px;	
 }
/* ==================================== */
/* ==== METABOXES ===================== */
/* ==================================== */
.cmb2-metabox &gt;.cmb-row .cmb-repeat-table .cmb-row&gt;.cmb-td:.wd-metabox-full
 {
	 float: none;
 } 
 
/* ==== ANIMATIONS ==== */
.wd-spin-left { animation: wd-spin-left 2s infinite linear; }
@keyframes wd-spin-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
.wd-spin-right { animation: wd-spin-right 2s infinite linear; }
@keyframes wd-spin-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}</pre></body></html>