/*!
  * Estilos ACERCA v1.0.0 (http://srvh743.bps.net:8080/Estilos/index.html)
  */


/*BODY*/
body{
/*background: #f0f2f4!important;*/
font-family: Arial;
/*no soportado por IE*/
/*--textos--font-size: 0.8em;*/
/*--botones--font-size: 0.9em;*/
}

/*TITULOS*/

h5, h4, h3, h2, h1 {
    color: #253F66;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

/*ALERTS*/
.alert li {list-style-type: none;}

.alert{
  color: #333333;
}
.alert p {margin-bottom: 0.5rem;}

.alert-danger {
  background: #ffcfbf url(./assets/img/mensajes-error.png) 22px  no-repeat ! important;
  padding-left: 2rem;
  padding-top: 1.5rem;
}

.alert-danger strong {
  margin-left: 40px;
}

.alert-danger ul {
  margin-top: 10px;
}

.alert-warning {
    background: #feeebc url(./assets/img/mensajes-advertencia.png) 22px 19px no-repeat! important;;
    min-height: 5rem;
    padding-left: 4.5rem;
}

.alert-warning-2 {
  background: #feeebc url(./assets/img/mensajes-advertencia.png) 22px 8px no-repeat! important;;
  min-height: 3.5rem;
  padding-left: 4.5rem;
  font-size: 0.8em;
}

.alert-success {
    background: #e9f2cc url(./assets/img/mensajes-confirmacion-exitosa.png) 22px 30px no-repeat ! important;
    min-height: 7rem;
    padding-left: 4.5rem;
}

.alert-info {
    background: #d1ecf1 url(./assets/img/mensajes-informacion.png) 22px 19px no-repeat ! important;
    min-height: 5rem;
    padding-left: 4.5rem;
}

/* BOTONES*/

/*ningún botón con focus*/
.btn:focus{
    outline: none!important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }

.btn-primary {
    background: url(./assets/img/gradient.jpg) repeat-x;
    color:#fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
}

.btn-primary:hover:active
{
  background: url(./assets/img/gradient_hover.jpg) repeat-x!important;
}
.btn-primary:hover
{
  background: url(./assets/img/gradient_hover.jpg) repeat-x!important;
}
.btn-primary:active
{
  background: url(./assets/img/gradient_hover.jpg) repeat-x!important;
}

.btn-secondary {
	background: #f4f4f4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #0059b2;
	font-weight: bold;
  font-size: 0.9rem;
  border: 1px solid #cccccc;
}

.btn-secondary:hover
{
	color: #0059b2!important;
	text-decoration: none!important;
	background: #dadada!important;
  background-color: #dadada!important;
  border: 1px solid #cccccc;
}
.btn-secondary:active
{
	color: #0059b2;
	text-decoration: none;
	background: #dadada;
  background-color: #dadada;
  border-color: #cccccc !important;
}

.btn-link {
  font-size: 0.9rem;
}

.btn-link-action {
  text-decoration: underline;
  cursor: pointer;
}

.btn-danger {
    color: red;
    font-size: 0.9rem;
    background-color: transparent;
    border-color: transparent;
}
.btn-danger:hover
 {
    color: #e60000!important; /*un poco más rojo*/
    text-decoration: underline!important;
    background-color: transparent!important;
    border-color: transparent!important;
}
.btn-danger:active
 {
    color: #e60000!important; /*un poco más rojo*/
    text-decoration: underline!important;
    background-color: transparent!important;
    border-color: transparent!important;
}


.link {
  font-size: 0.9rem;
}

.link-rojo {
    font-size: 0.9rem;
    color: red;
}
.link-rojo:hover
 {
    color: #e60000!important; /*un poco más rojo*/
}
.link-rojo:active
 {
    color: #e60000!important; /*un poco más rojo*/
}

/*DIV CONTAINER*/
.contenedor {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    overflow: hidden;
}
.jumbotron {
  background: white;
}

/*TABLAS*/

.table thead tr th { background: #dee4e9; color: #466b8e; padding: 5px;  font-size: 0.8em;}
.table tbody tr td { color: #525252; font-size: 0.8em; padding: 2px 5px;}
.table tbody tr.odd td { background: #f2f4f6; }

/*FORMULARIOS*/

.col-form-label{
  font-weight: bold;
  font-size: 0.8em;
}

.col-form-label.required:before {
  color: #d00;
  content: "*";
  position: absolute;
  margin-left: -15px;
  top:9px;
}

.form-check-label {
  font-size: 0.8em;
}

.select2-container {
  font-size: 0.8em;
}

input.form-control-plaintext {
  font-size: 0.88em;
}

input.form-control {
    font-size: 0.8em;
    margin: 3px 0;
    padding: 0 10px;
    height: 27px;
    background: #f0f2f4;
    box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.form-control:focus{
    background: #f0f2f4;
  }
.form-control:hover{
    background: #f0f2f4;
}
.form-control:active
 {
  background: #f0f2f4;
}
.fecha-group {
    display: flex;
}
.fecha-group > *:last-child {
    padding-left: 5px;
}

select.form-control {
  font-size: 0.8em;
  margin: 3px 0;
  padding: 0 10px;
  height: 27px !important;
  background: #f0f2f4;
  box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.3);
  border: 1px solid #ced4da;
}

.form-datepicker .mydp .selection {
  font-size: 0.8em;
  margin: 3px 0;
  padding: 0 10px;
  height: 27px;
  background: #f0f2f4;
  box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.form-datepicker .mydp .selbtngroup {
  padding-top: 5px;
  left: 26px;
}

.form-datepicker .mydp .btnclear,
.form-datepicker .mydp .btnpicker,
.form-datepicker .mydp .btnpickerenabled:hover,
.form-datepicker .mydp .btnclearenabled:hover {
  background: transparent;
}

.form-datepicker .mydp, .mydp .headertodaybtn {
  border: none;
}

.form-datepicker .mydp .btnpicker,
.form-datepicker .mydp .btnclear {
  color: #064686;
}

my-date-picker,
my-date-picker.is-invalid~.invalid-feedback {
  display: block;
}

my-date-picker.is-invalid div.mydp div.selectiongroup input.selection {
  border-color: #dc3545;
}

.form-check-input.is-invalid~.invalid-feedback {
  display: block;
}

.form-check-inline.form-check.is-invalid~.invalid-feedback {
  display: block;
}

.form-check-inline {
  margin-top: 7px;
}

.form-check-inline .form-check-input {
  margin-left: 0px;
}

span.label {
  font-size: 0.8em;
}

/* VTIP */

p#vtip {
  cursor: pointer;
  color: #dddddd;
  display: none;
  position: absolute;
  padding: 10px;
  left: 20px;
  font-size: 0.75em;
  line-height: 16px;
  background: #333333;
  border: 1px solid #eeeeee;
  z-index: 9999;
  max-width: 400px;
}
#vtip #vtipArrow {
  position: absolute;
  top: -9px;
  left: 10px;
}
/* /VTIP */

.textoNegro{
	color: #000000;
}

.anchoEtiquetaSinRef{
  font-weight: bold;
  font-size: 0.8em;
 }
 
 .colPorRef{
	min-width: 240px;
    margin-left: 50px;
 }
 
 
 .textoValorPorRef{
 	font-family: Arial;
 	font-size: 12.8px;
 	font-weight: normal;
 	color: #000000;
 }