/* dashboard */

body {
  /* background-color: #f1f1f1!important; */
  /* position: relative; */
  /* font-family: 'Open Sans', sans-serif !important; */
}

@font-face {
  font-family: Montserrat-light;
  src: url("fonts/Montserrat-ExtraLight.ttf") format("opentype");
}

@font-face {
  font-family: Montserrat-regular;
  src: url("fonts/Montserrat-Regular.ttf") format("opentype");
}

/* colores listado de datos */

tr[data-estado-indicencia="CONTACTAR"],
tr[data-estado-indicencia="CONCERTAR ENTREVISTA"] {
  background-color: rgba(212, 212, 212, 0.349) !important;
}

tr[data-estado-indicencia="VOLVER A CONTACTAR"],
tr[data-estado-indicencia="ENT., VOLVER A CONTAC."],
tr[data-estado-indicencia="ENT., NO SE ENCONTRÓ"],
tr[data-estado-indicencia="NO ATIENDE"],
[data-entrevista-estado="VOLVER A CONTACTAR"] {
  background-color: rgba(226, 192, 141, 0.5) !important;
}

[data-entrevista-estado="EN ESPERA"],
[data-entrevista-estado="NO SE ENCONTRÓ"] {
  background-color: rgba(255, 214, 81, 0.5) !important;
}

tr[data-estado-indicencia="SIN ASIGNACION"] {
  background-color: rgb(255, 255, 199) !important;
}

tr[data-estado-indicencia="ENTREVISTA CONFIRMADA"] {
  background-color: rgba(158, 183, 228, 0.747) !important;
}

tr[data-estado-indicencia="ENTREVISTA POSITIVA"],
[data-entrevista-estado="POSITIVA"] {
  background-color: rgba(144, 223, 170, 0.5) !important;
}

tr[data-estado-indicencia="NO CALIFICA"],
tr[data-estado-indicencia="CONTACTO NEGATIVO"],
tr[data-estado-indicencia="ENTREVISTA NEGATIVA"],
[data-entrevista-estado="NEGATIVA"] {
  background-color: rgba(255, 54, 0, 0.29) !important;
}

tr[data-estado-indicencia="ENT., CANCELADA"],
[data-entrevista-estado="CANCELADA"] {
  background-color: rgba(255, 123, 0, 0.29) !important;
}

/* Datos del dia para index de agente */

.container-datos_del_dia {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-direction: column;
  font-family: "Open Sans", sans-serif !important;
  /* background: linear-gradient(45deg, rgba(251, 171, 52, 0.71) 0%, rgba(251, 101, 52, 0.68) 100%); */
  /* background: linear-gradient(45deg, rgba(7, 104, 164, 0.71) 2%, rgba(19, 60, 116, 0.68) 80%,rgba(22, 50, 104, 0.68) 100%); */
  /* background: linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(23, 50, 105, 0.68) 50%,rgba(9,97,154,0.69) 100%); */
  /* background: linear-gradient(45deg, rgba(191, 191, 191, 1) 0%, rgba(88, 85, 83, 0.68) 50%,rgba(0,0,0,0.69) 100%); */
  /* background: linear-gradient(90deg, rgba(19, 61, 117, 1) 0%, rgba(9, 96, 156, 1) 50%,rgba(1,124,186,1) 100%); */
  color: #0768a4;
  font-weight: 600;
}

.box-datos_del_dia {
  width: 21.3vw;
  min-width: 190px;
  max-width: 250px;
  height: 80px;
  display: flex;
  margin: 5px 0;
}
.titulo-datos-dia {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.container_datos-datos_del_dia {
  display: flex;
  flex-direction: column;
  padding: 5px 0px;
}

.container_icono-datos_del_dia {
  width: 76px;
  height: 80px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
}

.titulo-datos_del_dia {
  color: #585553;
  font-size: 18px;
  font-weight: 300;
}

.dato-datos_del_dia {
  font-size: 40px;
  text-align: center;
}

/* Modal basico */

.producto_seleccionado_basico {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px;
}

button.btn__eliminar_producto_seleccionado_basico {
  background: white;
  border: none;
}

.container_modal_content input {
  height: 50px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
  margin-bottom: 20px;
}

.container_modal_content input:focus,
select#tipo_documento_basico:focus,
select#producto_basico:focus {
  border: 1px solid #0078d7;
}

.form_basico,
.form_recomendado {
  display: flex;
  flex-direction: column;
  width: 450px;
  margin: 0 auto;
}

.modal_link {
  display: flex;
  border: 1px solid #d3d3d3;
  padding: 20px;
  margin: 30px auto;
  align-items: center;
  width: 400px;
  cursor: pointer;
}

.modal_link:hover {
  border: 1px solid #0078d7;
}

select#tipo_documento_basico,
select#producto_basico,
select#productor_basico {
  height: 50px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
}

label.titulo_form_basico,
label.titulo_form_recomendado {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}

.icono_modal_link {
  width: 40px;
  margin-right: 20px;
}

.icono_modal_link svg {
  fill: #0078d7;
}

.titulo_modal_link {
  font-size: 24px;
}

.container_modal_content.container__segundo_step .modal-body {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.inp_radio_opcion_estado {
  width: 17px;
  height: 17px;
  margin: 0 !important;
}

.container__opcion_estado label {
  margin: 0 8px 0px 20px;
  font-weight: 300;
  font-size: 16px;
}

label.container__opcion_estado {
  align-items: center;
  display: flex;
  height: 40px;
}

.modal_basico_acciones {
  width: 559px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}

.container_btn_recomendados_modal_basico {
  display: flex;
  flex-direction: column;
  height: 180px;
  align-items: center;
  justify-content: space-evenly;
}

.btn_recomendados_modal_basico {
  border: none;
  height: 40px;
  width: 290px;
  border-radius: 5px;
  color: white;
  background-color: #1492e6;
}

.nuevo_recomendado_title {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
}

.container_agregar_recomendado,
.container_agregar_recomendado_adjudicado {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}

.container_chk_recomendado,
.container_chk_recomendado_adjudicado {
  display: flex;
}

.chk_recomendado,
.chk_recomendado_adjudicado {
  display: flex;
  justify-content: space-evenly;
  width: 100px;
  align-items: center;
  height: 34px;
}

.container_carga_recomendado,
.container_carga_recomendado_adjudicado {
  display: none;
  width: 76%;
}

.referencia_recomendados {
  display: none;
}

.button-column {
  padding: 0 !important;
  width: 0 !important;
}

td.botonera {
  width: auto !important;
}

.fondo__dashboard {
  /* background-color: #F9FAFB; */
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
}

.fondo_aside__dashboard {
  width: 520px;
  background-color: white;
  /*position: fixed;*/
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  border-left: 1px solid #e5e5e5;
}

.container__dashboard {
  display: flex;
  position: relative;
  width: 100%;
}

.estadisticas__dashboard {
  width: 800px;
  flex: 1 1 auto;
  margin-right: 40px;
}

.titulo__dashboard {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 15px;
}

.titulo_aside__dashboard {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /* padding: 0 30px 20px; */
  padding: 12px;
  border-bottom: 1px solid #e5e5e5;
}

.left_titulo__dashboard {
  font-size: 20px;
  font-weight: 600;
  font-family: Montserrat-regular;
}

.right_titulo__dashboard {
  padding: 5px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* cursor: pointer; */
  font-family: Montserrat-regular;
}

.cls-1 {
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

#noEncontradas {
  display: none;
}

.card__dashboard {
  width: 100%;
  height: auto;
  padding: 40px;
  background-color: white;
  border: 1px solid #e5e5e5;
}

.container_card__dashboard {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: 1px solid #e5e5e5;
  margin-top: 20px;
}

.container_progress_bar__dashboard {
  width: 70%;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 30px 0;
}

.ventas__dashboard {
  font-size: 35px;
  color: #333;
  text-align: center;
}

.container_dato_ventas {
  display: flex;
  flex-direction: column;
}

.nombre__dashboard {
  font-size: 16px;
  font-weight: 600;
  font-family: Montserrat-regular;
}

.subtitulo_progress_bar__dashboard {
  font-family: Montserrat-regular;
}

.subtitulo_dato {
  font-size: 12px;
  color: #6c6c6c;
  line-height: 20px;
}

.detalle_fechas_referencia {
  font-style: italic;
  font-size: 10px;
  color: #6c6c6c;
  margin-top: 5px;
}

.info_progress_bar__dashboard {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 20px 0 0;
}

.dato__dashboard {
  font-size: 35px;
}

.progress_bar_background__dashboard {
  width: 100%;
  height: 8px;
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-top: 8px;
}

.progress_bar__dashboard {
  width: 300px;
  height: 8px;
  background-color: #36a6fc;
  border-radius: 8px;
}

.aside__dashboard {
  position: relative;
  /* min-width: 520px;
  max-width: 520px; */
  /* min-width: 49%; */
  min-width: 49%;
  max-width: 49%;
  margin-right: -30px;
  background: white;
}

.container_list_aside__dashboard {
  height: 180px;
  padding: 0 20px;
}

.list_sin_borde {
  background-color: #f3f9ff;
  border-left: 1px solid #e5e5e5;
}

.list_con_borde {
  border-left: 6px solid #3399ff;
}

.title_list_aside__dashboard {
  height: 24%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  font-family: Montserrat-regular;
}

.container_estadisticas_list__dashboard {
  height: 90px;
  display: flex;
  justify-content: space-between;
}

.estadisticas_list__dashboard {
  width: 20%;
  height: 90%;
  background-position: center;
  background-size: 70% 70%;
  background-repeat: no-repeat;
  position: relative;
}

.valor_entrevista_list__dashboard {
  font-size: 35px;
  /* position: absolute; */
  position: revert;
  bottom: 0;
  width: 100%;
  right: 5px;
  text-align: center;
  font-family: Montserrat-regular;
}

.title_estadisticas_list__dashboard {
  font-family: Montserrat-regular;
  font-size: 12px;
  text-align: center;
}

/* fin dashboard */

.grid-view table.items th a {
  color: white;
  font-weight: lighter;
}

.grid-view table.items th {
  color: white;
  font-weight: lighter;
}

.map_productores__select_usuario {
  cursor: pointer;
  width: 100%;
  height: 40px;
  padding: 10px;
  margin-bottom: 5px;
}

.map_productores__select_usuario:hover {
  background-color: #e0e0e0;
}

.container_form_entrevista {
  width: 48%;
}

.panel-default {
  /* background-image: url(../img/laptop.jpg) !important; */
  /* box-shadow: 0 0 8px #0000004f !important; */
  border: none !important;
}

.panel {
  box-shadow: none !important;
  background-color: transparent !important;
}

.productos_seleccionados_container,
.asignacion_agencia_container {
  display: flex;
  flex-wrap: wrap;
}

.input_form_entrevistas {
  min-width: 130px !important;
}

.titulo-slide-btn {
  height: 35px;
  color: white;
  background-color: #5bc0de;
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #46b8da;
  position: relative;
  width: 100%;
  justify-content: space-between;
}

.container_modal_recomendados {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #cdcdcd;
  box-shadow: 0px 0px 4px #b0b0b0;
  position: relative;
}

#guardarNuevoRecomendado {
  margin: 12px 10px 5px 10px;
  padding: 5px 10px;
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.flip_up_arrow {
  animation: flip-up 350ms forwards;
}

@keyframes flip-up {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

.flip_down_arrow {
  animation: flip-down 350ms forwards;
}

@keyframes flip-down {
  0% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.form_recomendado_hidden {
  display: block !important;
  animation: mostrar-panel 350ms forwards;
}

@keyframes mostrar-panel {
  0% {
    height: 0px;
    opacity: 0;
  }

  100% {
    height: 190px;
    opacity: 1;
  }
}

.producto_cargado,
.producto_seleccionado,
.asignacion_nombre {
  height: 40px;
  display: flex;
  width: 100%;
  padding: 7px;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #cdcdcd;
}

.btn__eliminar_producto_seleccionado,
.btn__eliminar_producto_seleccionado_db,
.btn__eliminar_asignacion,
.btn__eliminar_asignacion {
  position: absolute;
  right: 0;
  top: 3px;
  background: none;
  border: none;
  font-size: 14px;
  color: #333;
}

#cargandoDiv {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../img/spinner.gif") 50% 50%
    no-repeat;
  background-size: 100px !important;
}

div.form input,
div.form textarea,
div.form select {
  margin: 0 0 0 0 !important;
}

.ui-header,
.ui-footer {
  border: 0px !important;
}

.bootstrap-timepicker-widget,
.datepicker {
  z-index: 10000 !important;
}

.btn {
  font-family: "Open Sans", sans-serif !important;
  /* font-weight: 700 !important; */
  font-size: 12px !important;
  margin-right: 2px;
}

.modal-header {
  background: #5bc0de;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-title {
  font-weight: 300 !important;
  font-size: 20px !important;
}

#idsAsignarProspectos {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300 !important;
}

#asigSupervisor {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300 !important;
}

#titulos {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  color: #585553;
  /* margin-bottom: 1em; */
}
#titulosForm {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin-left: 0.5em;
  color: #585553;
  margin-bottom: 1em;
}

.control-label {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px !important;
}

.odd {
  height: 40px;
  line-height: 40px;
}

.even {
  height: 40px;
  line-height: 40px;
}

.navbar {
  border-radius: 0px !important;
  border-bottom: 1px solid #d5d5d5 !important;
  font-weight: 300;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%),
    0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  
}

#headerMobile {
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  text-align: center;
  border-top: 5px solid #006eab;
  border-bottom: 1px solid #b0b0b0;
  background-color: #006eab;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.table > thead > tr > th {
  border-bottom: 0px !important;
  background-color: #005197eb !important;
  color: #fff !important;
  height: 50px;
  line-height: 50px;
}

.picker_search {
  min-width: 0px !important;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 11px !important;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px 4px 4px 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.table > tbody > tr > td {
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

input.nroSuscripcion {
  height: 20px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  font-size: 13px;
  margin: 0;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

.navbar-default .navbar-nav > li > a {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #fff !important;
  font-size: 13px;
  letter-spacing: -1px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  /* background-color: #0098d1 !important;
    color: #555; */
}

.container_card {
  width: 349px;
  height: auto;
  border-radius: 12px;
  background-color: #ffffff;
  display: flex;
  box-shadow: 0 2px 6px #00000038;
  flex-direction: column;
  margin: 16px;
}

.header_card {
  width: 100%;
  height: 57px;
  border-radius: 12px 12px 0 0;
  background-color: #6c6c6c;
  display: flex;
  justify-content: space-evenly;
}

#body_agencias_codigosPostales {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.title_card {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  width: 50%;
}

.btn_guardar_codigosLocalidades {
  display: flex;
  height: 33px;
  background-color: #44866b;
  width: 91px;
  justify-content: center;
  color: white;
  align-items: center;
  font-size: 18px;
  border-radius: 20px;
  border: none;
}

.btn_guardar_codigosLocalidades:hover {
  background-color: #5b957d;
}

.btn_guardar_codigosLocalidades:active {
  background-color: #2392f5;
}

.btn_guardar_codigosLocalidades:focus {
  border: 1px solid #5b957d;
}

.btn_guardar_codigosPostales {
  display: flex;
  height: 33px;
  background-color: #44866b;
  width: 91px;
  justify-content: center;
  color: white;
  align-items: center;
  font-size: 18px;
  border-radius: 20px;
  border: none;
}

.btn_guardar_codigosPostales:hover {
  background-color: #5b957d;
}

.btn_guardar_codigosPostales:active {
  background-color: #2392f5;
}

.btn_guardar_codigosPostales:focus {
  border: 1px solid #5b957d;
}

.right_header_card {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 45%;
}

.container_info_right_card {
  width: 107px;
  height: 42px;
  background-color: white;
  border-radius: 20px 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #b5b5b5;
}

.container_btn_agregar_card {
  width: 44px;
  height: 42px;
  background-color: #77bff8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 20px 20px 0;
}

.container_info_card {
  width: fit-content;
  padding: 0 6px 0px 13px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #e5e5e5;
  border-radius: 20px;
  margin: 9px;
}

.body_card {
  min-height: 57px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-end;
}

.text_info_card {
  font-size: 16px;
  color: #333333;
  max-width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.delete_info_card {
  width: 29px;
  margin-left: 7px;
  padding: 7px;
  height: auto;
  border-radius: 17px;
  border: none;
  background-color: white;
}

.delete_info_card:hover {
  background-color: #f8f8f8;
}

.delete_info_card:active {
  background-color: #2392f5;
}

.delete_info_card:active .cls-1 {
  stroke: #ffffff;
}

.delete_info_card:focus {
  border: 1px solid #2392f5;
}

.background_icono_agregar {
  background-color: white;
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 20px;
  border: none;
}

.background_icono_agregar:hover {
  background-color: #ffffffdb;
}

.background_icono_agregar:active {
  background-color: #2392f5;
}

.background_icono_agregar:active .st0 {
  stroke: #ffffff;
}

.background_icono_agregar:focus {
  border: 1px solid #2392f5;
}

input.codigo_postal {
  width: 88%;
  border: none;
  font-size: 18px;
  color: #333;
}

.st0 {
  fill: none;
  stroke: #333333;
  stroke-miterlimit: 10;
}

.footer_card {
  width: 100%;
  height: auto;
  display: none;
  justify-content: flex-end;
  padding: 6px;
}

.cls-1 {
  fill: none;
  stroke: #333;
  stroke-miterlimit: 10;
}

#dashCuadroResumen {
  text-align: center;
  color: #676a6c;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  width: 177px;
  font-family: "Roboto", sans-serif !important;
}

#dashCuadros {
  /* background-color: #f1f1f1; */
  text-align: center;
  min-height: 135px;
  color: #333;
  padding-top: 10px;
  max-height: 135px;
  /* margin-left: 2%; */
  /* border: 1px solid white; */
  display: flex;
  justify-content: center;
  width: 165px;
  background-position: center;
  /* cursor: pointer; */
  box-shadow: 6px 6px 10px 0px #0f0f0f;
  border: 0;
  position: relative;
  border-radius: 3px;
}

.imagen_cuadros_resumen {
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.total_ideal_ejemplo {
  color: #fff;
  font-size: 16px;
  display: block;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.row_cuadro_resumen {
  /* display: flex;
  flex: 1 1 50%; */
  /* flex-direction: column; */
  background: white;
  padding: 20px;
}

a.dropdown-toggle {
  padding: 15px 13px !important;
  color: #585553 !important;
}

div#bs-example-navbar-collapse-1 {
  padding: 0;
}

.btn-login {
  width: 99px;
  background: #173269 !important;
  color: #fff !important;
  border-radius: 15px !important;
  padding: 20px 10px !important;
}

#dashCuadroIcono1 {
  color: #333;
  background-color: #fff;
  padding: 15px;
  font-size: 28px;
  border-radius: 50%;
  margin-bottom: 10px;
}

#dashCuadroIcono2 {
  color: #fff;
  background-color: #fbab34;
  padding: 20px;
  font-size: 30px;
  border-radius: 50%;
}

#dashCuadroIcono3 {
  color: #fff;
  background-color: #c71b5f;
  padding: 20px;
  font-size: 30px;
  border-radius: 50%;
}

#dashCuadroIcono4 {
  color: #fff;
  background-color: #35a849;
  padding: 20px;
  font-size: 30px;
  border-radius: 50%;
}

#dashCuadroIcono5 {
  color: #fff;
  background-color: #278fac;
  padding: 20px;
  font-size: 30px;
  border-radius: 50%;
}

#dashCuadrosTextos {
  float: left;
  margin-left: 0;
  /* font-size: 60px; */
  font-size: 40px;
  font-weight: 900;
  color: white;
  /* font-size: 70px; */
  z-index: 2;
}

span.ideal {
  /* font-size: 30px; */
  font-size: 20px;
  color: #fff;
}

#dashCuadrosTextos2 {
  font-size: 45%;
  font-weight: 400;
  color: #fff;
  font-family: "Open Sans";
}

#dashOrgCuadroIcono,
#dashOrgCuadroIconoBolsa {
  position: absolute;
  left: 15px;
  width: 50px;
  height: 50px;
  background-color: #bfbfbf;
  /* cursor: pointer; */
  border-radius: 6px;
}

#busquedaIcono, #busquedaIconoMonetizacion,#busquedaIconoCalnedario {
  float: left;
  width: 50px;
  height: 50px;
  background-color: #555;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0px 0px 10px -3px #333;
}

#dashOrgIcono {
  color: #fff;
  padding: 15px;
  font-size: 20px;
}

/* #dashOrgTitulos {
  font-size: 15px;
  text-align: center;
} */

#dashOrgDato1 {
  font-size: 30px;
  padding-left: 5px;
  font-weight: 900;
  color: #fbab34;
  text-align: center;
}

#dashOrgDato2 {
  font-size: 30px;
  padding-left: 5px;
  font-weight: 900;
  color: #35a849;
  text-align: center;
}

#dashOrgDato3 {
  font-size: 30px;
  padding-left: 5px;
  font-weight: 900;
  color: #ff0000;
  text-align: center;
}

#dashOrgDato4 {
  font-size: 30px;
  padding-left: 5px;
  font-weight: 900;
  color: #11538c;
  text-align: center;
}

#dashOrgDato5 {
  font-size: 30px;
  padding-left: 5px;
  font-weight: 900;
  color: #585553;
  text-align: center;
}

#dashOrgDato1b {
    font-size: 20px;
    padding-left: 5px;
    font-weight: 900;
    color: #2392f5;
    text-align: center;
  }
  
  #dashOrgDato2b {
    font-size: 20px;
    padding-left: 5px;
    font-weight: 900;
    color: #2392f5;
    text-align: center;
  }
  
  #dashOrgDato5b {
    font-size: 20px;
    padding-left: 5px;
    font-weight: 900;
    color: #585553;
    text-align: center;
  }

#dashCuadroDatosAd {
  width: 40%;
  text-align: center;
  font-size: 14px;
  background-color: #585553;
  color: #fff;
  float: left;
  min-height: 70px;
  border-radius: 3px;
  box-shadow: 6px 6px 10px 0px #0f0f0f;
}

#dashDatosAd {
  font-size: 30px;
  font-weight: 900;
}

/* ===================================MEDIA======================================== */

@media (min-width: 1200px) {
}

@media (min-width: 450px) and (max-width: 1024px) {
  #dashCuadrosTextos {
    font-size: 6vw;
  }

  span.ideal {
    font-size: 2.3vw;
  }

  #dashCuadrosTextos2 {
    font-size: 1.7vw;
  }
}

/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
  #dashOrgDato1 {
    font-size: 24px;
    padding-left: 2px;
  }

  #dashOrgDato2 {
    font-size: 24px;
    padding-left: 2px;
  }

  #dashOrgDato3 {
    font-size: 24px;
    padding-left: 2px;
  }

  #dashOrgDato4 {
    font-size: 24px;
    padding-left: 2px;
  }

  #dashOrgTitulos {
    font-size: 10px;
  }

  #dashOrgTitulos {
    font-size: 15px;
    text-align: start;
  }

  #dashCuadroIcono2 {
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
  }

  #dashCuadroIcono3 {
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
  }

  #dashCuadroIcono4 {
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
  }

  #dashCuadroIcono5 {
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
  }

  #dashDatosAd {
    font-size: 20px;
    font-weight: 900;
  }

  #dashCuadroDatosAd {
    font-size: 10px;
  }
}

/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
  #dashCuadroIcono2 {
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
  }

  #dashCuadroIcono3 {
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
  }

  #dashCuadroIcono4 {
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
  }

  #dashCuadroIcono5 {
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
  }

  #dashOrgDato1 {
    font-size: 24px;
    padding-left: 2px;
  }

  #dashOrgDato2 {
    font-size: 24px;
    padding-left: 2px;
  }

  #dashOrgDato3 {
    font-size: 24px;
    padding-left: 2px;
  }

  #dashOrgDato4 {
    font-size: 24px;
    padding-left: 2px;
  }

  #dashOrgTitulos {
    font-size: 10px;
  }
}

/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
}

/* Portrait phones and smaller */

@media (max-width: 480px) {
  #dashOrgDato1 {
    font-size: 15px;
    padding-left: 1px;
  }

  #dashOrgDato2 {
    font-size: 15px;
    padding-left: 1px;
  }

  #dashOrgDato3 {
    font-size: 15px;
    padding-left: 1px;
  }

  #dashOrgDato4 {
    font-size: 15px;
    padding-left: 1px;
  }

  #dashOrgTitulos {
    font-size: 10px;
    border: 0px;
    min-width: 80px;
  }

  #dashCuadroIcono2 {
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
  }

  #dashCuadroIcono3 {
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
  }

  #dashCuadroIcono4 {
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
  }

  #dashCuadroIcono5 {
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
  }

  #dashDatosAd {
    font-size: 20px;
    font-weight: 900;
  }

  #dashCuadroDatosAd {
    font-size: 10px;
  }

  #mensuales-grid {
    font-size: 10px;
    overflow: scroll;
  }
}

.accesos_directos_agente {
  display: flex;
  justify-content: space-evenly;
}

.acceso_directo_container {
  width: 219px;
  height: 94px;
  margin-right: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 18px;
  font-size: 22px;
  color: #333;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.16);
  /* cursor: pointer; */
  position: relative;
  overflow: hidden;
  border-radius: 9px;
}

.acceso_directo_container_hover {
  animation-name: letra_color_hover;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes letra_color_hover {
  from {
    color: #333;
  }

  to {
    color: rgb(255, 255, 255);
  }
}

.acceso_directo_container_not_hover {
  animation-name: letra_color_not_hover;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes letra_color_not_hover {
  from {
    color: rgb(255, 255, 255);
  }

  to {
    color: #333;
  }
}

.acceso_directo_ventas {
  border: 1px solid #67af6a;
}

.acceso_directo_en_agencia {
  border: 1px solid #41afe4;
}

.acceso_directo_entrevista {
  border: 1px solid #f96f43;
}

.acceso_directo_asignados {
  border: 1px solid #bc68e6;
}

/* .acceso_directo_filtro{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2px;
    right: 180px;
} */

.acceso_directo_filtro {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 100%;
  width: 0px;
  height: 0px;
  opacity: 0;
}

.acceso_directo_container:hover .acceso_directo_filtro {
  width: 238px;
  height: 238px;
  left: -10px;
  opacity: 1;
  transition: all 0.3s;
}

.filtro_color_ventas {
  background-color: #67af6a;
}

.filtro_color_en_agencia {
  background-color: #41afe4;
}

.filtro_color_entrevista {
  background-color: #f96f43;
}

.filtro_color_asignados {
  background-color: #bc68e6;
}

/* .acceso_directo_not_hover{
    animation-name: not_hover;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}

@keyframes not_hover {
    from {
        left: 0px;    
        right: 0px;
    }
    to {
        left: -2px;
        right: 180px;
    }
} */

/* .acceso_directo_hover{
    animation-name: hover;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}

@keyframes hover {
    from {left: -2px;
        right: 180px;}
    to {left: 0px;    
        right: 0px;}
} */

.container_card_localidades {
  width: fit-content;
  box-shadow: 0 2px 6px #00000038;
  border-radius: 15px 15px 13px 13px;
  margin-bottom: 20px;
}

.asignacion1 {
  background: #fb5e5e;
  color: white;
}

.container_header_card_localidades {
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: space-evenly;
  width: 500px;
  background-color: #cdcdcd;
  border-radius: 13px 13px 0px 0px;
}

div#body_agencias_codigosLocalidades {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

h3.nombre_agencia_card_localidades {
  margin: 0;
  font-size: 18px;
}

.container_localidades_seleccionadas_card_localidades {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  height: auto;
  min-height: 30px;
}

.localidad_seleccionada_card_localidades {
  width: fit-content;
  padding: 0 6px 0px 13px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #e5e5e5;
  border-radius: 20px;
  margin: 9px;
}

.container_buscador_card_localidades {
  display: flex;
  justify-content: space-evenly;
  width: 60%;
}

.btn_agregar_localidad {
  background: #44866b;
  border: none;
  margin-left: 8px;
  padding: 5px;
  color: white;
  border-radius: 5px;
}

.btn_agregar_localidad:hover {
  background: #44866ac7;
}

.caret-right {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 15% !important;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
  color: #048abf !important;
}

.ampliar_bolsa {
  background: #255f2f !important;
}

/**
*Nuevos estilos v4
**/
.table {
  font-size: 11px !important;
}

.navbar-brand img {
  height: 40px !important;
  margin-top: 6px;
}

.select2-container .select2-choice {
  font-size: 11px;
}

.form-control {
  font-size: 12px !important;
}

.estado_2 {
  border-left: 5px solid #ff0000;
  background-color: #ffb8b8;
}
.cuadro-estructura {
  background: linear-gradient(
    45deg,
    rgba(53, 168, 73, 0.8) 0%,
    rgb(51, 193, 147) 100%
  );
}
.box-est-camp {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #333;
}

.box-est-camp-datos {
  text-align: center;
  color: #333;
}

.box-est-camp-datos span {
  font-size: 30px;
  font-weight: 700;
}
.box-est-camp-datos2 {
  text-align: center;
  color: #333;
  width: 30%;
  padding-bottom: 20px;
}

.box-est-camp-datos2 span {
  font-size: 30px;
  font-weight: 700;
  background-color:#048abf;
}

.imagen_venta {
  width: 100%;
  display: flex !important;
  align-items: center;
}

.descargar_imagen_venta {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.descargar_imagen_venta i {
  opacity: 0;
  transition: all 0.3s;
  font-size: 70px;
  color: #ffffff;
}
.descargar_imagen_venta:hover i {
  opacity: 0.7;
}

a#downloadPNG {
  margin: 0 10px;
}

.descargar_imagen_venta h1 {
  text-align: center;
}
/**
* Ranking suscriptores
**/
.ranking-suscriptores {
  padding: 10px 20px;
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgb(83 187 119) 0%,
    rgb(62 191 138) 81%
  );
  border-radius: 1px;
}
.titulo-suscriptores {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
.titulo-datos-suscriptores {
  font-size: 12px;
}
.titulo-datos-suscriptores span {
  font-weight: 600;
  font-size: 14px;
}
.numero-datos-suscriptores {
  font-size: 30px;
  font-weight: 700;
}
.numero-datos-suscriptores span {
  font-size: 13px;
  font-weight: 300;
}
/**
*Objetivos
**/
.cuadro-objetivos {
  min-height: 100px;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 10px;
}
.titulo-objetivos {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #676a6c;
  margin-bottom: 20px;
}
.titulo-objetivos span {
  font-weight: 900;
  color: #676a6c;
}
.dato-objetivos {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #676a6c;
  padding: 8px 0px;
}
.dato-objetivos span {
  font-size: 24px;
  font-weight: 700;
  color: #42afbe;
  padding: 3px 0px;
}
.help-objetivos {
  padding: 10px;
  margin-top: 20px;
  font-size: 12px;
}
.container-objetivos {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  background-color: #f6f6f6;
  padding: 10px 15px;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
}
.box-objetivos {
  padding: 3px;
}
.titulo-box-objetivos {
  font-size: 14px;
  font-weight: 300;
}
.dato-box-objetivo {
  text-align: center;
  font-size: 20px;
  padding-top: 3px;
  font-weight: 700;
}
.linkLiquidador {
  color: #428bca !important;
}
.linkLiquidador:hover {
  cursor: pointer;
  color: #293991 !important;
  border-bottom: 1px solid #293991;
}
.form .create input {
  border: 0;
  background-color: #edf8ffa6;
}
.form .create select {
  border: 0;
  background-color: #edf8ffa6;
}
.form .create textarea {
  border: 0;
  background-color: #edf8ffa6;
}
.create .select2-choice {
  background-color: #edf8ffa6 !important;
}
.create label {
  display: block;
  font-family: "Roboto", sans-serif !important;
  color: #357ebd;
}

.table > thead > tr > th {
  font-family: "Open Sans", sans-serif !important;
  border-bottom: 0px !important;
  background-color: #585553 !important;
  color: #fff !important;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.table > tbody {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.table > tbody > tr > td {
  text-align: center;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background: transparent !important;
}

#verticalForm #LoginForm_username,
#verticalForm #LoginForm_password {
  width: 400px;
  margin: auto;
}

#verticalForm .control-label {
  margin-left: 85px;
}

#verticalForm .remember-me {
  width: 100%;
  margin: 0;
}
/* Start amCharts Graphics */
#chartdiv {
  width: 100%;
  height: 500px;
}

.border-gradient {
  width: 100%;
  height: 0.188em;
  margin-bottom: 5px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#048abf),
    color-stop(#0768a4),
    to(#11538c)
  );
  background: linear-gradient(to left, #048abf, #0768a4, #11538c);
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #0768a4 !important;
  text-align: center !important;
}

.has-error .form-control {
  border-color: #0768a4 !important;
}

#LoginForm_username {
  font-family: "Open Sans";
  font-size: 14px !important;
}

.contenedor {
  /* width:90%; */
  /* max-width:1000px; */
  /* margin: auto; */
  margin-right: 2%;
  border-radius: 20px;
  background: #fff;
  /* Flexbox */
  display: flex;
  flex-flow: row wrap;
}

.main {
  padding: 20px;

  flex: 1 1 50%;
  /*flex:1;*/
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
}

/*.main article {
	margin-bottom: 20px;
	padding-bottom:20px;
	border-bottom:1px solid #000;
}*/

.main article:nth-last-child(1) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

aside {
  /* background: white; */
  padding: 20px;
  /*FLEX*/
  flex: 1 1 50%;
  /*flex:0 0 300px;*/

  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
}

/* .panel-body {
    background: #585553;
} */
/* 
.navbar {
  font-weight: 300;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.navbar form .md-form input {
  margin: 0 5px 1px 8px;
}
.navbar .breadcrumb {
  padding: 0.3rem 0 0 1rem;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  background-color: inherit;
}
.navbar .breadcrumb .breadcrumb-item {
  color: #fff;
}
.navbar .breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.65);
}
.navbar .breadcrumb .breadcrumb-item:before {
  color: rgba(255, 255, 255, 0.65);
}
.navbar .navbar-toggler {
  border-width: 0;
  outline: 0;
}
.navbar .nav-flex-icons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 992px) {
  .navbar .container {
    width: 100%;
  }
  .navbar .container .navbar-toggler-right {
    right: 0;
  }
}
.navbar .nav-item .nav-link {
  display: block;
}
.navbar .nav-item .nav-link.disabled:active {
  pointer-events: none;
}
.navbar .nav-item .nav-link .fas,
.navbar .nav-item .nav-link .fab,
.navbar .nav-item .nav-link .far {
  padding-right: 3px;
  padding-left: 3px;
}
@media (max-width: 992px) {
  .navbar .nav-item .nav-link {
    padding-right: 6px;
    padding-left: 6px;
  }
}
.navbar .dropdown-menu {
  position: absolute !important;
  margin-top: 0;
}
.navbar .dropdown-menu a {
  padding: 10px;
  font-size: 0.9375rem;
  font-weight: 300;
}
.navbar .dropdown-menu a:not(.active) {
  color: #000;
}
@media (max-width: 600px) {
  .navbar .dropdown-menu form {
    width: 17rem;
  }
}
@media (min-width: 600px) {
  .navbar .dropdown-menu form {
    width: 22rem;
  }
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link.disbled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link.disbled:hover {
  color: rgba(0, 0, 0, 0.3);
}
.navbar.navbar-light .navbar-toggler-icon {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar.navbar-light .breadcrumb .nav-item .nav-link,
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #000;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.navbar.navbar-light .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link:hover {
  color: #000;
}
.navbar.navbar-light .navbar-toggler {
  color: #000;
}
.navbar.navbar-light form .md-form input {
  border-bottom: 1px solid #000;
}
.navbar.navbar-light form .md-form input:focus:not([readonly]) {
  border-color: #4285f4;
}
.navbar.navbar-light form .md-form .form-control {
  color: #000;
}
.navbar.navbar-light form .md-form .form-control::-webkit-input-placeholder {
  font-weight: 300;
  color: #000;
}
.navbar.navbar-light form .md-form .form-control::-moz-placeholder {
  font-weight: 300;
  color: #000;
}
.navbar.navbar-light form .md-form .form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #000;
}
.navbar.navbar-light form .md-form .form-control::-ms-input-placeholder {
  font-weight: 300;
  color: #000;
}
.navbar.navbar-light form .md-form .form-control::placeholder {
  font-weight: 300;
  color: #000;
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link.disbled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link.disbled:hover {
  color: rgba(255, 255, 255, 0.25);
}
.navbar.navbar-dark .navbar-toggler-icon {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  color: #fff;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link:hover {
  color: #fff;
}
.navbar.navbar-dark .navbar-toggler {
  color: #fff;
}
.navbar.navbar-dark form .md-form input {
  border-bottom: 1px solid #fff;
}
.navbar.navbar-dark form .md-form input:focus:not([readonly]) {
  border-color: #4285f4;
}
.navbar.navbar-dark form .md-form .form-control {
  color: #fff;
}
.navbar.navbar-dark form .md-form .form-control::-webkit-input-placeholder {
  font-weight: 300;
  color: #fff;
}
.navbar.navbar-dark form .md-form .form-control::-moz-placeholder {
  font-weight: 300;
  color: #fff;
}
.navbar.navbar-dark form .md-form .form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #fff;
}
.navbar.navbar-dark form .md-form .form-control::-ms-input-placeholder {
  font-weight: 300;
  color: #fff;
}
.navbar.navbar-dark form .md-form .form-control::placeholder {
  font-weight: 300;
  color: #fff;
}
@media (min-width: 600px) {
  .navbar.scrolling-navbar {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar.scrolling-navbar .navbar-nav > li {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
  }
  .navbar.scrolling-navbar.top-nav-collapse {
    padding-top: 5px;
    padding-bottom: 5px;
  }
} */
