
.ymm-selector.ymm-box .ymm-garage {margin-bottom:10px}
.ymm-selector.ymm-box .ymm-garage .ymm-garage-select {width:auto; margin:0; color: #575757;}
.ymm-selector.ymm-box select.disabled { border-color:#bbb !important; background:#bbb !important; }

.ymm-selector.ymm-box .ymm-extra.or-search select.ymm-category-select:last-child {margin-bottom:2px;}
.ymm-selector.ymm-box .ymm-extra .ymm-search {margin:0;}
.ymm-selector.ymm-box .ymm-extra .ymm-search .ymm-or-search{display:none;}
.ymm-selector.ymm-box .ymm-extra.or-search .ymm-search .ymm-or-search {display:block;}
.ymm-selector.ymm-box .ymm-extra .ymm-search table {width:100%;}
.ymm-selector.ymm-box .ymm-extra .ymm-search table td.ymm-td-input  {padding:0;}
.ymm-selector.ymm-box .ymm-extra .ymm-search table td.ymm-td-input input {width:100%; max-width:none;}
.ymm-selector.ymm-box .ymm-extra .ymm-search table td.ymm-td-button  {width:1px;white-space: nowrap;padding:0 0 0 9px;}
.ymm-selector.ymm-box .ymm-submit-any-selection {margin-top:0;}

.ymm-selector.ymm-horizontal .ymm-title  {float:left;}
.ymm-selector.ymm-horizontal .ymm-title .widget-title { padding:0 !important; margin:0 !important; border:none !important;}
.ymm-selector.ymm-horizontal .ymm-title-right {float:right; margin:3px 1.2% 0 0;}
.ymm-selector.ymm-horizontal .ymm-title-right .ymm-garage-select {width:auto; margin:0; color: #575757;} 
.ymm-selector.ymm-horizontal .level {margin:0; float:left; width:25%;}
.ymm-selector.ymm-horizontal .level select.disabled { border-color:#bbb !important; background:#bbb !important; }
.ymm-selector.ymm-horizontal .level select.ymm-select,
.ymm-selector.ymm-horizontal .level select.ymm-category-select {width:97%; margin:0; color: #575757; font-size: 16px;}
.ymm-selector.ymm-horizontal .level select.ymm-category-select {margin-top:8px;}
.ymm-selector.ymm-horizontal .ymm-extra .ymm-search {margin:6px 1% 0 0;}
.ymm-selector.ymm-horizontal .ymm-extra .ymm-search .ymm-or-search{display:none;}
.ymm-selector.ymm-horizontal .ymm-extra .ymm-search.or-search {margin-top:2px;}
.ymm-selector.ymm-horizontal .ymm-extra .ymm-search.or-search .ymm-or-search{display:block;}
.ymm-selector.ymm-horizontal .ymm-extra .ymm-search form,
.ymm-selector.ymm-horizontal .ymm-extra .ymm-search table {margin:0;}
.ymm-selector.ymm-horizontal .ymm-extra .ymm-search table td.ymm-td-input  {padding:0;}
.ymm-selector.ymm-horizontal .ymm-extra .ymm-search table td.ymm-td-input input {width:100%; max-width:none;}
.ymm-selector.ymm-horizontal .ymm-extra .ymm-search table td.ymm-td-button  {width:1px;white-space: nowrap;padding:0 0 0 9px;}
.ymm-selector.ymm-horizontal .ymm-submit-any-selection {clear:both; margin-top:6px;}
.ymm-selector.ymm-horizontal .ymm-clear {clear:both;height:1px;}

.ymm-selector.ymm-horizontal
{
	float: none !important;
    width: 100% !important;
    padding: 10px !important;
    margin: 10px !important;
    background-color: #444;
	border-radius: 8px;     
}
.ymm-selector.ymm-horizontal .level select.ymm-select, .ymm-selector.ymm-horizontal .level select.ymm-category-select
{
	width: 97%;
	padding: 3px 3px;
	margin: 0;
	font-size: 15px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	color: #333;
    text-indent: 10px;
	background-color: #ffffff;
	border: 1px solid #d1d5db;        /* gris ejecutivo */
	border-radius: 8px;              /* bordes redondeados */
	
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
	
.ymm-selector.ymm-horizontal .level select.ymm-category-select:focus {
    border-color: #2563eb;            /* azul corporativo */
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.ymm-selector.ymm-box .ymm-select
{
	width: 97%;
	margin: 5px;
	font-size: 15px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	color: #333;
    text-indent: 10px;
	background-color: #ffffff;
	border: 1px solid #d1d5db;        /* gris ejecutivo */
	border-radius: 4px;              /* bordes redondeados */
	
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ymm-selector.ymm-horizontal .ymm-submit-any-selection,
.ymm-selector.ymm-horizontal .ymm-clear-button,
.ymm-selector.ymm-box .ymm-submit-any-selection,
.ymm-selector.ymm-box .ymm-clear-button
 {
    font-family: Onest, sans-serif;
    font-weight: 700;
    font-size: 12px;
    padding: 11px 25px;
    color: #fff;
    border: 2px solid #444;
    /* background-image: none; */
    background: #2c29b7;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
	border-radius: 8px;     
}