.selection {
	border-radius: 3px;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	padding: 5px;
	max-width: 700px;
	background: #72537c;
	z-index:10;
}

.selection-wide {
	max-width: 700px;
	min-width: 640px;
}

.patient-selection-filters {
	clear: both;
	overflow: visible;
	padding: 4px 0 8px 0;
	background: transparent;
	border-top: none;
	border-bottom: none;
}

.patient-selection-filters::after {
	content: "";
	display: table;
	clear: both;
}

.patient-selection-filters .row {
	padding-left: 0;
	padding-bottom: 0;
}

.patient-selection-filters .row.middle {
	width: 50%;
	margin-left: 0 !important;
	padding-left: 0;
}

.patient-selection-filters .row .label {
	font-size: 12px;
	font-weight: 600;
	margin-top: 6px;
	margin-bottom: 2px;
}

.selection .dialog-title {
    background: none repeat scroll 0% 0% rgb(114, 83, 124);
    color: white;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: bold;
}

.selection .finder {
	display: flex;
	align-items: center;
	float: left;
	width: 100%;
	height: 36px;
	margin: 0;
	margin-top: 1px;
	background: white;
	border: 1px solid #d0c5d8;
	border-radius: 20px;
	padding: 0 8px;
	box-sizing: border-box;
}

.selection .finder input {
	flex: 1;
	border: none;
	background: transparent;
	outline: none;
	font-size: 14px;
	padding: 0 6px;
	width: auto;
}

.selection .imgFinder {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	background: url(../images/finder.png) no-repeat center / 16px;
	order: -1;
	opacity: 0.5;
}

.selection .lblFinder {
	float: right;
	display: table;
	height: 55px;
	vertical-align: center;
	margin-top: 3px;
	font-size: 15px;
}

.selection-content{
	background: #dfdfdf;;
	font-size: 15px;
	color: black;
}

.selection-buttons{
	clear:both;
	float:right;
	padding-top:0px;
	padding-bottom:5px;
	height:50px;
	width:100%;
}

.selection-buttons .grayButton,.selection-buttons .greenButton{
    clear:none;
    padding:0px;
    float:left;
    margin:5px;
	max-height:50px;
	width:45%;
}

.selection-buttons .redButton{
    clear:none;
    padding:0px;
    float:left;
    margin:5px;
    margin-right:5%;
	max-height:50px;
	width:45%;
}

.pSearchSection {
	background: #f0eaf3;
	border-bottom: 1px solid #c2aece;
	padding: 8px 8px 0;
}

.search-section-title {
	overflow: hidden;
	color: #72537c;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	padding: 0 4px 6px;
}

/* Limpiar filtros — floated right inside title row */
.btn-clear-filters-inline {
	float: right;
	font-size: 11px;
	font-weight: 600;
	text-transform: none !important;
	letter-spacing: 0;
	color: #e85f5f;
	border: 1px solid #e85f5f;
	border-radius: 12px;
	padding: 1px 8px;
	cursor: pointer;
	margin-left: 8px;
	line-height: 1.6;
}

.btn-clear-filters-inline:hover {
	background: #e85f5f;
	color: white;
}

.field-clear-x {
	display: none;
	position: absolute;
	right: 35px;
	top: 12px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #b0a0bb;
	color: white;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	z-index: 5;
	text-transform: none;
	/* pre-declare so they activate when display switches to flex */
	align-items: center;
	justify-content: center;
}

.row.has-value .field-clear-x {
	display: flex;
}

.field-clear-x:hover {
	background: #e85f5f;
}

.pOptions{
    clear:both;
    width:100%;
    height:260px;
    overflow:auto;
}

.selection-options{
    font-size:16px;
    width:100%;
}

.selection-options tr:hover{
    background:#bebebe;
}

.selection-options td{
	font-size: 14px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}

.selection-options td:first-child{
	font-size: 14px;
	width:10%;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}

.selection-options td:nth-child(2){
	font-size: 14px;
	width:90%;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}


