:root {
  --header-height: 3rem;
  --nav-width: 68px;
  --nav-widht-half: 34px;
  --black-color: #000;
  --first-color: #375FAC;
  --secondary-color: #5b6483;
  --white-color: rgb(247, 246, 251);
  --grisclaro: #F2F2F2;
  --gray-color: #83878d;
  --light-gray-color: #e1e2e3;
  --secondary-color-50: #a3acce;
  --yellow-color: #f0ad4e;
  --green-color: #499c60;
  --blue-color: #2b5492;
  --cyan-color: #5ebed1;
  --orange-color: #f24e1e;
  --violet-color: #712cf9;
  --violet-rgb: 112.520718, 44.062154, 249.437846;
  --normal-font-size: 1rem;
  --z-fixed: 100;
  --border-radius: 12px;
  --box-shadow: 0 2px 3px rgb(49 57 69 / 40%);
}

body {
  background-image: url(../img/escudo.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right center;
  color: #000;
}

.btn-primary {
  color: var(--white-color) !important;
  background-color: var(--first-color) !important;
}

.login-page {
  background-color: #FFF !important;
}

.card {
  background-color: transparent !important;
}

.card-outline {
  border-top: 0 !important;
}

.card-primary {
  box-shadow: none !important;
  padding: 0 !important;
  border: 0.5px solid var(--first-color) !important;
}

.form-signin .form-control {
  border: 0 !important;
  border-bottom: 0.5px solid var(--black-color) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.form-label {
  font-weight: bold !important;
  color: var(--black-color) !important;
}

.formulario .form-control {
  border: 0 !important;
  border-bottom: 0.5px solid var(--black-color) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
  text-align: left;
}

.form-control,
.form-select {
  color: var(--black-color);
  background-color: #fff;
  border: 0px;
  border-radius: var(--border-radius);
  box-shadow: 0 3px 4px rgb(49 57 69 / 40%);
}

.modal_espere {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, .8) url('img/espere.gif') 50% 50% no-repeat;
}


body.loading .modal_espere {
  overflow: hidden;
}


body.loading .modal_espere {
  display: block;
}

.bg-color-menu {
  background-color: #375FAC;
}

.color-fondo-barra {
  background-color: #DEE2EA !important;
  color: #375FAC;
}

#content {
  background-color: white;
}

.botones-acciones {
  text-align: center;
}

.select2-selection {
  border: 0px !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0px !important;
  text-align: left !important;

}

.select2-selection--multiple {
  overflow-y: auto;
}

.select2-search__field {
  text-align: left !important;
}

.card-formulario {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  border: 1px solid lightgray;
  border-radius: 25px;
  padding: 20px;
}

.redondito {
  background-color: var(--grisclaro);
  border-radius: 10px !important;
  border: 1px solid var(--first-color);
  padding: 25px;
}

.cuadradito {
  background-color: var(--grisclaro);
  border: 1px solid var(--first-color);
  padding: 15px;
}

.larger {
  transform: scale(1.9);
}




.text-first-color {
  color: var(--first-color) !important;
}


.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input,
.form-label-group label {
  height: 3.125rem;
  padding: .75rem;
}

.form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--black-color);
  pointer-events: none;
  cursor: text;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
  font-weight: normal !important;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:-ms-input-placeholder) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:-moz-placeholder-shown)~label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:not(:-ms-input-placeholder)~label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: var(--black-color);
  font-weight: bold !important;
}

.form-label-group input:-webkit-autofill~label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .form-label-group label {
    position: static;
  }

  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/*.selectAltura {
  display:block;
  height:50px;
  width:100%;
}

.selectAltura2 {
  padding:20px;
}*/

.select_propio {
  display: block;
  height: 50px !important;
  width: 100%;
}

.input-group>.select2-container--bootstrap4:not(:last-child) .select2-selection {
  height: 40px;
  padding: 14px;
}






.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  font-size: medium !important;
}



label:not(.form-check-label):not(.custom-file-label) {
  /*font-weight: bold !important;
  color: #000 !important;*/
}

.form-label-group input:not(:placeholder-shown)~label {
  /*color: #000 !important;
  font-weight: bold !important;*/
}

/*Para los select2 y textarea con floating label*/
/*.input-group label:first-child {*/
.floatinglabel {
  font-size: 12px;
  font-weight: bold !important;
  color: var(--black-color) !important;
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 15px;
  transform: translateY(-50%);
  transition: all 0.2s ease 0s;
}

.floatinglabelselected {
  top: 0 !important;
  font-size: 11px !important;
  transform: translateY(0) !important;
}

/*Para los datepicker con floating label*/

.floatinglabeldate {
  font-size: 12px;
  font-weight: bold !important;
  color: #000;
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 60px;
  transform: translateY(-50%);
  transition: all 0.2s ease 0s;
}

.floatinglabeldateselected {
  top: 0 !important;
  font-size: 11px !important;
  transform: translateY(0) !important;
}

/*#labeltextarea {
  font-size: 16px;
  font-weight: 100;
  color: #000;
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 15px;
  transform: translateY(-50%);
  transition: all 0.2s ease 0s;
}

#labeltextarea.selected {
  top: 0;
  font-size: 11px;
  transform: translateY(0);
}*/

/* para los select2 */
.select2-container .select2-selection--single {
  height: 48px !important;
  padding: 8px !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  padding: 2px !important;
  font-size: medium !important;
}

/* Para el select del número de catastro*/

.select2-container .select2-selection--multiple {
  min-height: 60px !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  padding: 11px !important;
  font-size: medium !important;
}

.has-float-label {
  margin-bottom: 45px !important;
}

/*Botón para subir archivos*/
::-webkit-file-upload-button {
  background: var(--first-color);
  color: #FFF;
  padding: 10px;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  text-align: center;
}

/*Crea un recuadro al subir un archivo*/
input[type=file] {
  width: 350px;
  max-width: 100%;
  color: #444;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #555;
}

input[type=text] {
  height: 48px !important;
}

input[type="text"]:disabled {
  background-color: yellow;
}

/*Listado con guiones*/
ul {
  margin: 0;
}

ul.dashed {
  list-style-type: none;
}

ul.dashed>li {
  text-indent: -5px;
}

ul.dashed>li:before {
  content: "-";
  text-indent: -5px;
}

.inputFecha {
  height: 3.125rem !important;
  padding: 0.75rem !important;
}

.fw-bold {
  font-weight: 700 !important
}

.required::after {
  font-weight: bold;
  color: red;
  content: ' *'
}