.container-satisfaccion-porlet {
	background-color: #5081BD;
	margin-top: 50px;
	margin-right: 10%;
	margin-bottom: 50px;
	margin-left: 10%;
	padding: 4rem;
	color: #FFFFFF;
	border-radius: 10px !important;
	min-height: 2.5em;
	position: relative;
}

.legend {
	color: #fff !important;
	font-size: 32px !important;
	font-weight: normal !important;
}

.control-group {
	margin-bottom: 0px !important;
}

.control-label {
	width: 100% !important;
	float: left;
}

textarea {
	height: 50px !important;
	width: 30% !important;
}

.divPrivacidad {
	clear: both;
	margin-top: 10px;
}

.divPrivacidad a {
	color: #fff !important;
}

.g-recaptcha {
	clear: both;
}

#layout-column_column-3 {
	width: 90% !important;
}

.portlet-borderless-container {
	border-radius: 10px !important;
}

.btn.btn-primary {
	background: #f5f5f5 !important;
	color: #db8239 !important;
	font-weight: bold;
}

.select-multiple {
	width: 40%;
    height: 10rem;
}
select {
	width: 40% !important;
}



@media (max-width: 768px) {
  .container-satisfaccion-porlet{
    margin: 0;
    padding: 0.5rem;
  }
  .legend{
    font-size: 21px !important;
  }
}

.container-satisfaccion-porlet .control-label, .container-satisfaccion-porlet select, .container-satisfaccion-porlet textarea {
  width: 100% !important;
}

.container-satisfaccion-porlet .control-label{
  text-transform: initial !important;
}


.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: flex !important;
}
.select2-container--default .select2-selection--multiple {
    background-color: #f7f7f7 !important;
    border: 1px solid #ccc !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3498db !important;
    border: 1px solid #2980b9 !important;
    color: white !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white !important;
    margin-left: 5px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db !important;
    color: white !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f7f7f7 !important;
    color: #333 !important;
}

.select2-container--default .select2-results>.select2-results__options {
    background: #5081bda8 !important;
}


.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #5081bd !important;
    color: black !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #5081bd !important;
}


.select2-container--default .select2-results > .select2-results__options {
  background: none !important;
}
.select2-container{
  margin-bottom: 10px;
}
.select2-dropdown{
  background-color: #eaeaea;
}

.select2-container--default .select2-results__option[aria-selected="true"]{
  background-color: #5081BD !important;
  color: white !important;
}

.select2-selection ul{
  margin: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background-color: #5081BD !important;
  border: 1px solid #5081BD !important;
  color: white !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  border-right: 1px solid white !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
  padding-left: 5px !important;
}

.select2-container--default .select2-results__option--selected{
  background-color: #4671a6 !important;
  color: white !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
  background-color: transparent !important;
}

span.select2 {
	width:  100% !important;
}


.multi-select-container {
    width: 100%;
}

.multi-select-menuitem {
	  color: #555;
}


.multi-select-button {
    max-width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: default;
    width: 99%  !important;
    color: #8d8d8d !important;
}

.multi-select-button:after {
    float: right !important;
    margin-top: 6px !important;
    font-size: 1rem !important;
}




.multi-select-menuitem {
	padding-left: 1rem;
	display: flex !important;
}

/* to add space before: */

.multi-select-menuitem:before {
  display: block;
  content: " ";
  padding-top: 5px;
}

/* to add space after: */

.multi-select-menuitem:after {
  display: block;
  content: " ";
  padding-bottom: 5px;
}

.multi-select-menuitem input {
    margin-left: -20px !important;
}

#_form{
    display: flex;
    flex-direction: column;
}

.control-group {
  margin-bottom: 7px !important;
}

.container-satisfaccion-porlet .control-label, .container-satisfaccion-porlet select, .container-satisfaccion-porlet textarea {
  width: 100% !important;
}

span.select2 {
  width: 100% !important;
}

.container-satisfaccion-porlet{
    background-color: #ACCCE6 !important;
    color: #333 !important;
}

.aui legend{
    color: #333 !important;
    border-bottom: 1px solid #333 !important;
}

.legend{
    color: #333 !important;
}

.select2-container{
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 600px) {
  .container-satisfaccion-porlet .control-label, .container-satisfaccion-porlet select, .container-satisfaccion-porlet textarea {
    	width: 100% !important;
	}	
	
	span.select2 {
	  width: 100% !important;
	}
}