/* Bootstrap */
.bg-info,.bg-warning {
  background-color:#fdb338!important;
}
.bg-primary, .btn-primary {
  border-color: #2F98D5!important;
  background-color: #2F98D5!important;
}
.btn-outline-primary {
  color: #2F98D5;
  border-color: #2F98D5;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #2F98D5;
  border-color: #2F98D5;
}
.text-primary {
  color: #2F98D5!important;
}
.hr-white{
	background-color: rgba(255,255,255,.5);
}
.navbar-dark .navbar-nav .nav-link{
	color:#fff;
}
.fa-stack{
  width: 2em;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
  background-image:url(/templatecapitalup/img/circle.svg);
}
.navbar-dark .navbar-toggler-icon{
	background-image:url(/templatecapitalup/img/menuMobile.svg);
}
#tbFacturas_filter{
  display: none
}

/* Custom */
.p-all{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.table-middle thead th,
.table-middle td{
  vertical-align: middle;
}

#mainNav .navbar-nav .nav-item .nav-link{
	/*text-transform: uppercase;*/
  font-weight: 300;
  font-size: .9rem;
}
.tooltip-bg-white .arrow::before{
	border-top-color: #fff;
}
.tooltip-bg-white .tooltip-inner{
	background-color: #fff;
	color: #000;
}

/* OperationDetails */
.operation-details-item{
  font-weight: 500;
}

/* Selecciona perfil */
.boton-persona {
  background-color: #fdb338;
  background-position: center;
  background-size: cover;
  min-height: 13rem;
  border-radius: .75rem
}

.boton-empresa {
  background-color: #025196;
  background-position: center;
  background-size: cover;
  min-height: 13rem;
  border-radius: .75rem
}

.bg-capital{
  background: #d9e7f4!important;
}
.text-capital{
  color: #585858!important;
  font-size: 13px;
}
table#tbFacturas.table{
  font-size: 13px;
}
table#tbCuentas.table{
  font-size: 13px;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  text-align: center;
}


/* ========================= Temp Responsive ========================= */

/* Home */
#mainNav{
  background-color: #ffffff;
}

.navbar-dark .navbar-toggler {
  color: #000;
  border-color: #2F98D5;
  background-color: #2F98D5;
}
#homeMainSectionTitle{
  font-size: 2rem;
}

/* Operacion 1 */
.stepper{
  font-size: 1.5rem;
}

/* Responsive */

@media (min-width: 768px){

  /* Header */

	.navbar-expand-md .navbar-nav .nav-link{
    padding-right: 1rem;
    padding-left: 1rem;
	}
	.navbar-expand-md .navbar-nav .nav-item:last-child{
		padding-left: 1rem
	}
	.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link{
		padding-right: .5rem;
		padding-left: .5rem;
	}

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/*https://css-tricks.com/snippets/css/media-queries-for-standard-devices/*/

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

    #homeMainSectionTitle{
      font-size: 1.5rem;
      text-align: center;
    }
  
    /* Selecciona perfil */
    
    .boton-persona {
      min-height: 6rem;
    }
  
    .boton-empresa {
      min-height: 6rem;
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

    #homeMainSectionTitle{
      font-size: 1.5rem;
      text-align: center;
    }
  
    /* Selecciona perfil */
    
    .boton-persona {
      min-height: 6rem;
    }
  
    .boton-empresa {
      min-height: 6rem;
    }

}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

    #homeMainSectionTitle{
      font-size: 1.4rem;
      text-align: center;
    }
  
    /* Selecciona perfil */
    
    .boton-persona {
      min-height: 6rem;
    }
  
    .boton-empresa {
      min-height: 6rem;
    }

}




@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) { 
  /* iPhone 6 Portrait */ 

  #homeMainSectionTitle{
    font-size: 1.4rem;
    text-align: center;
  }

  /* Selecciona perfil */
  
  .boton-persona {
    min-height: 6rem;
  }

  .boton-empresa {
    min-height: 6rem;
  }
}


@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) { 
  /* iPhone 6 landscape */


}


@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) { 
  /* iPhone 6+ Portrait */
  #homeMainSectionTitle{
    font-size: 1.4rem;
    text-align: center;
  }
  
  /* Selecciona perfil */
  .boton-persona {
    min-height: 6rem;
  }

  .boton-empresa {
    min-height: 6rem;
  }

}


@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) { 
  /* iPhone 6+ landscape */
  /* Selecciona perfil */
  .boton-persona {
    min-height: 6rem;
  }

  .boton-empresa {
    min-height: 6rem;
  }
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){ 
  /* iPhone 6 and iPhone 6+ portrait and landscape */
  /* Selecciona perfil */
  .boton-persona {
    min-height: 6rem;
  }

  .boton-empresa {
    min-height: 6rem;
  }
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : portrait){ 
  /* iPhone 6 and iPhone 6+ portrait */
  /* Selecciona perfil */
  .boton-persona {
    min-height: 6rem;
  }

  .boton-empresa {
    min-height: 6rem;
  }
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : landscape){ 
  /* iPhone 6 and iPhone 6+ landscape */
  /* Selecciona perfil */
  .boton-persona {
    min-height: 6rem;
  }

  .boton-empresa {
    min-height: 6rem;
  }
}


@media (min-width: 576px){
	/* Bootstrap */
	.text-sm-justify{
		text-align: justify;
	}
	.border-sm-right{
		border-right:1px solid #dee2e6;
	}

	/* Custom */
	.fa-sm-6x{
		font-size: 6em;
	}

  #homeMainSectionTitle{
    font-size: 3rem;
  }

  
}
@media (min-width: 768px){
  #homeMainSection{
    display: flex;
    min-height: 500px;
  }
}
@media (min-width: 992px){
  #mainNav{
    background-color: transparent;
  }
  #mainNav .navbar-nav .nav-item{
    margin-right: .5rem;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
  }
  #mainNav .navbar-nav .nav-item:not(.nav-item-dropdown):hover,
  #mainNav .navbar-nav .active{
    /*border-bottom: 2px solid var(--blue);*/
    /*border-bottom: 2px solid var(--yellow);*/
    border-bottom: 2px solid #fbba33;
		color:#fbba33!important;

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

@media (max-width: 420px){

	/* Editar perfil */
	.bootstrap-datetimepicker-widget {
		left: 0 !important;
		max-width: 100%;
	}

}

@media (max-width: 991.98px){ 
	#mainNav .navbar-nav > .active{
    /*border: 2px solid var(--yellow);*/
    border: 2px solid #2F98D5;
		border-radius: .5rem;
	}
	#mainNav .navbar-nav .active a{
		/*color:var(--yellow);*/
		color:#2F98D5!important;
	}
 }

/* Generales */
/*Clientes*/
.clienteCUP .btn-primary {
  color: #fff!important;
  background-color: #fbba33!important;
  border-color: #fbba33!important;
}

.clienteCUP .btn-success {
  color: #fff!important;
  background-color: #9D9D9D;
  border-color: #9D9D9D;
}

.clienteCUP .btn-success:hover {
  color: #fff!important;
  background-color: #2F98D5!important;
  border-color: #2F98D5!important;
}

.clienteCUPhover {
  color: #fff!important;
  background-color: #2F98D5!important;
  border-color: #2F98D5!important;
}

/*Inversionista*/

.inversionistaCUP .btn-primary {
  color: #fff!important;
  background-color: #2F98D5!important;
  border-color: #2F98D5!important;
}

.inversionistaCUP .btn-success {
  color: #fff!important;
  background-color: #9D9D9D;
  border-color: #9D9D9D;
}

.inversionistaCUP .btn-success:hover {
  color: #fff!important;
  background-color: #2F98D5!important;
  border-color: #2F98D5!important;
}

.inversionistaCUPhover {
  color: #fff!important;
  background-color: #2F98D5!important;
  border-color: #2F98D5!important;
}

.icon-cp{
  color: #2F98D5!important;
}

.text-map{
  font-size: 70%;
}

.btnVolver{
  color: #2F98D5!important;
  border-color: #2F98D5!important;
}

.btnVolver:hover{
  color: white!important;
  background-color: #2F98D5!important;
  border-color: #2F98D5!important;
}

/*.btnSeleccionado{
  color: #2F98D5!important;
  border-color: #2F98D5!important;
}*/

.btnSeleccionado{
  color: white!important;
  background-color: #fbba33!important;
  border-color: #fbba33!important;
}

.btnContinuar{
  color: white!important;
  background-color: #2F98D5!important;
  border-color: #2F98D5!important;
}
.btnRegistrar{
  color: white!important;
  background-color: #2F98D5!important;
  border-color: #2F98D5!important;
}

.radius-user{
  border-radius: 12px;
}

.navbar-dark .navbar-nav .nav-link {
  color: black!important;
}

.bg-color-cp{
  background-color:#2F98D5!important;
  border-color: #2F98D5!important;
  font-size: 13px
}

.bg-color-cp-new{
  background-color:#2c4c64 !important;
  border-color: #2c4c64!important;
  font-size: 13px
}

.bootstrap-datetimepicker-widget{
  width: 28%;
  text-align: center!important;
}

.table tbody tr.highlight td {
  background-color: #ddd;
}

.wc_pagador{
  width: 26%;
}

.wc_mtotal{
  width: 12%;
}
.wc_mdispo{
  width: 15%;
}
.wc_resperad{
  width: 15%;
}
.wc_fcobros{
  width: 13%;
}
.wc_tmensual{
  width: 13%;
}
.wc_nro_orden{
  width: 12%;
}
.wc_operacion{
  width: 18%;
}
.wc_fec_operacion{
  width: 8%;
}
.wc_monto_oper{
  width: 12%;
}

.back_button{
  color: #fff!important;
  background-color: #fff!important;
  border-color: #6c757d!important;
}

.back_button:hover{
  color: #6c757d!important;
  background-color: #6c757d!important;
  border-color: #6c757d!important;
}

.redireccion{
  text-decoration: none!important;
  color: black!important;
}

.redireccion:hover{
  text-decoration: none!important;
  color: #2F98D5!important;
}

html, body {
    height: 100%;
}
#contenedor {
    min-height: 94%;
    height: auto !important;
    height: 94%;
    margin: 0 auto -60px;
}
#footer{
    height: 60px;
}
