

/*****************************************
5. FORMULARIOS, INPUTS, BOTONES
*****************************************/


::-webkit-input-placeholder {
	color: #545353;
	font-size: 0.75rem;
	opacity: 1;
  }
  ::-moz-placeholder {
	color: #545353;
	font-size: 0.75rem;
	opacity: 1;
  }
  :-ms-input-placeholder {
	color: #545353;
	font-size: 0.75rem;
	opacity: 1;
  }
  :-moz-placeholder {
	color: #545353;
	font-size: 0.75rem;
	opacity: 1;
  }
  .form-control::-webkit-input-placeholder {
	color: #545353;
	font-size: 0.75rem;
	opacity: 1;
  }
  .form-control::-moz-placeholder {
	color: #545353;
	font-size: 0.75rem;
	opacity: 1;
  }
  .form-control:-ms-input-placeholder {
	color: #545353;
	font-size: 0.75rem;
	opacity: 1;
  }
  .form-control:-moz-placeholder {
	color: #545353;
	font-size: 0.75rem;
	opacity: 1;
  }
  
  input[type="text"] {
	/*-moz-box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.1);*/
	-webkit-box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.1);
	box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.1);
  }

  input[type="password"] {
    /*-moz-box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.1);*/
    -webkit-box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.1);
    }
  
  .radio input[type="radio"],
  .checkbox-inline input[type="radio"],
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"] {
	margin-left: 0;
	position: relative;
  }
  
  .block-buscar-entidades form .radio {
	padding-left: 80px;
  }
  .radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
  }
  .radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
  }
  .radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  }
  .radio input[type="radio"] {
	opacity: 0;
	z-index: 1;
  }
  .radio input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
  }
  .radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
  }
  .radio input[type="radio"]:disabled + label {
	opacity: 0.65;
  }
  .radio input[type="radio"]:disabled + label::before {
	cursor: not-allowed;
  }
  .radio.checkbox-inline {
	margin-top: 0;
  }
  .radio-danger input[type="radio"] + label::after {
	background-color: #ad2144;
  }
  .radio-danger input[type="radio"]:checked + label::before {
	border-color: #ad2144;
  }
  .radio-danger input[type="radio"]:checked + label::after {
	background-color: #ad2144;
  }
  
  input[type="radio"],
  input[type="checkbox"] {
	display: inline-block;
	margin-right: 10px;
	height: auto !important;
	line-height: normal;
	/*margin: 4px 0 0;*/
	width: auto !important;
  }


.selectNorm .btn-group,
.select .btn-group {
  /*-moz-box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.1);*/
  -webkit-box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.1);
}

.selectNorm .btn-group input,
.selectNorm .btn-group button,
.select .btn-group input,
.select .btn-group button {
  background-image: url(../icons/bootstrap-icons/funnel-fill.svg) !important;
  background-repeat: no-repeat;
  background-position: 12px, 10px;
}


@-moz-document url-prefix() {
  .selectNorm .btn-group input,
  .selectNorm .btn-group button,
  .select .btn-group input,
  .select .btn-group button {
    padding: 17px 17px;
  }

}

.selectNorm .btn-group.open button,
.selectNorm .btn-group.open input,
.select .btn-group.open input {
  -webkit-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(90deg) !important;
  background-position: 12px, 10px !important;
}

.selectNorm .dropdown-menu,
.select .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  margin: 0;
  padding-bottom: 12px;
  padding-top: 12px;
  width: 100%;
  box-shadow:0px 2px 2px 2px rgb(1 0 2 / 20%);
}


.selectNorm .dropdown-menu > li,
.select .dropdown-menu > li {
  padding-left: 43px;
  padding-right: 16px;
}
.selectNorm .dropdown-menu > li > a,
.select .dropdown-menu > li > a {
  background: none;
  color: black !important;
  font-size: 0.75rem;
  border-bottom: 1px solid black;
  padding: 6px 0px;
  padding-bottom: 10px;
}
.selectNorm .dropdown-menu > li:last-child > a,
.select .dropdown-menu > li:last-child > a {
  border-bottom: none;
}

.selectNorm .dropdown-menu > li > a:hover,
.selectNorm .dropdown-menu > li > a:focus,
.select .dropdown-menu > li > a:hover,
.select .dropdown-menu > li > a:focus {
  background: none;
  color: #fff;
}


.input-group-addon {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  border-radius: 6px 0px 0px 6px;
  /*padding-top: 4px;*/
  padding-left: 10px;
  padding-right: 0;
  
}


.btn-outline-info:focus{
  background-color: #d2eff3;
  color: #17a2b8;
}
.btn-outline-info:active{
  background-color: #d2eff3;
  color: #17a2b8;
}
.btn-outline-info:hover{
  background-color: #d2eff3 !important;
  color: #17a2b8;
}


.btn-primary{
  background-color: #a70331;
  border-color: transparent;
  padding: 0.8em 1.5em 0.8em 1.5em !important;
  border-radius: 6px;
  font-size: 0.875rem;
  color:#fff;
}
.btn-primary:hover{
  background-color: #7c0225!important;
  border-color: transparent !important;
  
}
.btn-primary:focus{
 /* background-color: #fdafc5!important;*/
  border-color: none !important;
  /*color:  #a70331!important;*/
  box-shadow: none;
}


.btn-primary:focus-visible{  
  border: solid 2px #000 !important;
  color:  #fff !important;
  box-shadow: none;
  background-color: #a70331 !important;
}

.btn-primary:active{
  background-color: #a0455e !important;
  border-color: transparent !important;
  color: white !important;
}


a.btn-primary:active {
  background-color: #a0455e !important;
  
}

a.btn-primary:focus {
  color: #fff !important;
  background-color: #3e1a24 !important;
}


.btn-secondary{
  background-color: #ffffff;
  border-color: #a70331;
  color: #a70331;
  font-size: 0.875rem;
  padding:0.8em 1.5em 0.8em 1.5em !important;
}

.btn-secondary:hover{
  background-color: #fccad8 !important;
  border-color: #a70331;
  color: #a70331 !important;
}
.btn-secondary:focus-visible{
  background-color: #fccad8 !important;
  border-color: #a70331;
  color: #a70331 !important;
  box-shadow: none;
}

.btn-primary:focus-visible{
  
   border-color: #a70331 !important;
   color:  #a70331!important;
   box-shadow: none;
 }

.dropdown-menu {
  top: auto !important;
} 

.dropdown .btn-secondary{
  padding: 0.4em !important;
}

.btn:first-child:hover, :not(.btn-check)+.btn:hover{
  border-color:#a70331!important ;
}
.btn-secondary:active{
  background-color:#f7b7e4 !important;
  border-color:#a70331!important ;
  color: #a70331!important;
  box-shadow: rgb(90, 89, 89);
}

.btn-secondary:focus{
  background-color:#f3e2f5 !important;
  border-color:#a70331!important ;
  box-shadow: rgb(90, 89, 89);
  color: #a70331!important;
}

.btn-secondary.dropdown-toggle {
  color: #050505;
  background-color: transparent; 
  border-color:transparent;
  margin-top: 50px;
  font-size: 1rem;
  
  
}
.dropdown-toggle::after{
  color: #ad2144 !important;
}



.btn-secondary.dropdown-toggle:focus {
  color: #050505;
   background-color: #ffffff; 
  border-color: #4e555b;
}
.btn-secondary.dropdown-toggle:active {
  color: #050505 !important;
   background-color: #ffffff !important; 
  border-color: #4e555b;
}

/*Otra Informacion relevante 20/01/2023*/
.tipoOIR {
  display: flex;
  justify-content: left;
  height: 150px !important;
  overflow-y: scroll;
  border-radius:3px;
  /*border: solid 1px #595959;*/
  outline:solid 1px #949494;
  outline-offset: 3px;
  /*-webkit-box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.1);*/
}

.tipoOIR table, .tipoOIR td {
  display:flex;
  align-items: center;
  margin:auto;
  text-align: left !important;
  border:none !important;  
  font-size:.75rem;
  font-weight:normal !important;
}


.checkboxlist-ul label {
  margin-bottom: 0;
  margin-top: 0;
}

.tipoOIR li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  font-size: 0.75rem;
  line-height:2;
}
.tipoOIR li {
  padding-left: 1.5em;  
}

.tipoOIR td {
  padding-left: 1.5em;  
}