/*fonts*/
 
/*general styles*/
body
{
 font-size: .85em;
    font-family: verdana, arial, helvetica, sans-serif;
}

.main-content {
  padding-bottom: 30px;
  min-height: 550px;
}

.hero-title {
  margin-top: 15px;
  margin-bottom: 15px;
}
.hero-title h1 {
  padding-left: 10px;
  border-left: 6px solid #1c7cd5;
}
.hero-title a .fa-print {
  font-size: 32px;
}

.bg-primary {
  background-color: #1c7cd5 !important;
  color: white;
}

/*fonts*/
h1, h2, h3, h4, h5 {
  font-family: verdana, arial, helvetica, sans-serif;
}

p, a, span, label, button, input {
  font-family: verdana, arial, helvetica, sans-serif;
}

h1 {
  font-size: 40px;
  font-weight: bold;
}

h2 {
  font-size: 24px;
  font-weight: bold;
}

h4 {
  font-size: 1.2rem;
}

p {
  font-size: 16px;
}

/*---titulos decorados ---*/
h1.custom-title {
  padding-left: 10px;
  border-left: 6px solid #1c7cd5;
}

h2.custom-title {
  padding-left: 9px;
  border-left: 5px solid #1c7cd5;
}

h3.custom-title {
  padding-left: 8px;
  border-left: 4px solid #1c7cd5;
}

h4.custom-title {
  padding-left: 7px;
  border-left: 3px solid #1c7cd5;
}

h5.custom-title {
  padding-left: 6px;
  border-left: 2px solid #1c7cd5;
}

/*buttons*/
button {
  font-size: 24px;
}

.btn.btn-primary {
  background-color: #1c7cd5 !important;
  color: white;
    }

/*busqueda*/
.search-form-wrapper {
  margin: 15px;
  margin-top: 0;
  flex: auto;
  background-color: #eee;
}
.search-form-wrapper .form-input-header {
  background-color: #1c7cd5;
}
.search-form-wrapper .form-input-header a {
  border: 0;
  color: white;
}
.search-form-wrapper .form-input-header a i {
  margin-left: 10px;
}
.search-form-wrapper .form-inputs-wrapper {
  padding: 15px 0;
  border: 1px solid #eee;
}
.search-form-wrapper .form-inputs-wrapper.hide {
  display: none;
}
.search-form-wrapper label {
  font-weight: bold;
}
.search-form-wrapper .calendar-wrapper .form-group {
  padding-left: 15px;
}
.search-form-wrapper .cta {
  padding-top: 15px;
  border-top: 1px solid #eee;
  text-align: right;
}

.resultado-busqueda {
  padding-top: 15px;
}
.doc-list-filters i {
  margin-left: 10px;
}
.doc-list-filters .modal-filters {
  position: relative;
}
.doc-list-filters .modal-filters ul {
  padding: 5px;
  z-index: 999;
}
.doc-list-filters .modal-filters ul li a {
  display: block;
  padding: 5px 0;
}
.doc-list-filters .modal-filters ul li a input {
  margin: 5px;
  float: left;
}
.doc-list-filters .modal-filters ul li a label {
  margin-bottom: 0;
}

/*login page*/
.login-page {
  background-color: rgba(28, 124, 213, 0.5);
  /*
   * Card component
   */
  /*
   * Form styles
   */
}
.login-page .card-container.card {
  max-width: 300px;
  padding: 40px 40px;
  margin-top: 100px;
}
.login-page .card {
  background-color: #F7F7F7;
  /* just in case there no content*/
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 50px;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-page .card .logo-login {
  text-align: center;
  margin-top: 30px;
  font-size: 2.5rem;
  letter-spacing: 2px;
  font-weight: bold;
  color: #1c7cd5;
}
.login-page .profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.login-page .profile-name-card {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
}
.login-page .reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.login-page .form-signin #inputEmail,
.login-page .form-signin #inputPassword {
  direction: ltr;
  height: 44px;
  font-size: 16px;
}
.login-page .form-signin input[type=email],
.login-page .form-signin input[type=password],
.login-page .form-signin input[type=text],
.login-page .form-signin button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.login-page .form-signin .form-control:focus {
  border-color: #6891a2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2;
}
.login-page .forgot-password {
  color: #6891a2;
  margin-top: 10px;
}
.login-page .forgot-password:hover,
.login-page .forgot-password:active,
.login-page .forgot-password:focus {
  color: #0c6121;
}

/*subir doc*/
.doc-info-wrapper a.hide-doc-form:after {
  content: "Ocultar";
}
.doc-info-wrapper.ocultar .doc-form-wrapper {
  flex: 0 0 8%;
  overflow: hidden;
}
.doc-info-wrapper.ocultar .doc-form-wrapper a.hide-doc-form:after {
  content: "Mostrar";
}
.doc-info-wrapper.ocultar .doc-form-wrapper .form-row {
  display: none;
}
.doc-info-wrapper.ocultar .doc-img-wrapper {
  flex: 0 0 92%;
  max-width: none;
}
.doc-info-wrapper .form-row.input-examinar .col {
  margin-right: 5px;
  margin-left: 5px;
}
.doc-info-wrapper .doc-img-wrapper .controles {
  margin-bottom: 10px;
}
.doc-info-wrapper .doc-img-wrapper .controles a {
  background-color: #1c7cd5;
  color: white;
  padding: 5px 10px;
  margin: 2px;
  display: inline-block;
}
.doc-info-wrapper .doc-img-wrapper .controles span {
  margin-left: 15px;
  margin-right: 5px;
}
.doc-info-wrapper .doc-img-wrapper .controles input {
  text-align: center;
}
.doc-info-wrapper .doc-img-wrapper img {
  width: 100%;
}

/*component page*/
.component-title {
  margin-top: 30px;
}

/*master components*/
header {
  border-bottom: 1px solid #eee;
}
header nav {
  background-color: #53005a !important;
  color: white;
  padding: 0;
}
header nav .navbar-brand {
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: bold;
  color: white !important;
  margin-right: 45px;
}
header nav .navbar-toggler-icon {
  color: white;
}
header nav ul.navbar-nav li.nav-item,
header nav ul.navbar-nav li.nav-item.dropdown {
  margin-right: 15px;
  font-size: 12px;
}
header nav ul.navbar-nav li.nav-item.active a.nav-link,
header nav ul.navbar-nav li.nav-item.dropdown.active a.nav-link {
  color: white;
  font-weight: bold;
  border-bottom: 1px solid white;
}
header nav ul.navbar-nav li.nav-item a.nav-link,
header nav ul.navbar-nav li.nav-item.dropdown a.nav-link {
  color: white;
}
header nav ul.navbar-nav li.nav-item a.nav-link:hover,
header nav ul.navbar-nav li.nav-item.dropdown a.nav-link:hover {
  color: white;
  border-bottom: 1px solid white;
}
header nav .user-info .dropdown {
   float: left;
  margin: 10px;
}
header nav .user-info i {
  font-size: 2rem;
  margin: 5px;
}

.breadcrumb-wrapper {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 12px;
}
.breadcrumb-wrapper ol {
  /*background-color: $color-primary1;*/
}
.breadcrumb-wrapper ol li span {
  margin-right: 0px;
}
.breadcrumb-wrapper ol li a {
  text-decoration: underline;
}
.breadcrumb-wrapper ol li.active:before {
  font-weight: normal;
}

.card-wrapper {
  border: 1px solid #eee;
  box-shadow: 2px 2px 10px #eee;
  border: 1px solid #eee;
  margin: 15px 5px;
}
.card-wrapper:hover {
  box-shadow: 4px 4px 12px #ccc;
  cursor: pointer;
  border: 1px solid #1c7cd5;
}
.card-wrapper:hover .img {
  background-color: #1c7cd5;
}
.card-wrapper .img {
  background-color: rgba(28, 124, 213, 0.8);
  padding: 15px;
}
.card-wrapper .img i {
  font-size: 4.5rem;
  color: white;
}
.card-wrapper .txt {
  padding: 15px;
}
.card-wrapper .txt p {
  font-size: 14px;
}

/*calendar*/
.calendar-wrapper .input-group-addon {
  width: 35px;
  background-color: #1c7cd5;
  text-align: center;
}
.calendar-wrapper .input-group-addon i {
  margin: 5px;
  font-size: 18px;
  line-height: 28px;
  color: white;
}

.comentario-box {
  border: 1px solid #eee;
  border-left: 4px solid #1c7cd5;
  margin: 15px 0;
  padding: 15px;
}
.comentario-box span {
  font-size: 12px;
  float: right;
}
.comentario-box h5 {
  font-size: 1.2rem;
  margin-top: 0px;
}
.comentario-box p {
  font-size: 14px;
}

/*modal*/
.modal .modal-xlg {
  max-width: 90%;
}
.modal .modal-header {
  background-color: #023256 !important;
  color: white;
  padding:0;
}
.modal .modal-header button {
  color: white;
  opacity: 1;
}
.modal .modal-body p.title {
  font-weight: bold;
  font-family:  verdana, arial, helvetica, sans-serif;
}

.table-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 12px;
}
.table-wrapper thead th {
  font-weight: 500;
  vertical-align: middle;
}
.table-wrapper thead th span {
  padding: 0.375rem 0.75rem;
}
.table-wrapper tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}
.table-wrapper tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.table-wrapper tbody td span.red {
  color: #d9534f;
  font-weight: 500;
}
.table-wrapper tbody td span.green {
  color: #449d44;
  font-weight: 500;
}
.table-wrapper tbody td span.bg-red {
  background-color: #d9534f;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  width: 130px;
  display: block;
  text-align: center;
}
.table-wrapper tbody td span.bg-green {
  background-color: #449d44;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  width: 130px;
  display: block;
  text-align: center;
}
.table-wrapper tbody td span.bg-blue {
  background-color: #1c7cd5;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  width: 130px;
  display: block;
  text-align: center;
}
.table-wrapper tbody td span.bg-alt {
  background-color: #ffc107;
  padding: 5px 10px;
  font-size: 12px;
  width: 130px;
  display: block;
  text-align: center;
}
.table-wrapper th, .table-wrapper td {
  vertical-align: middle;
}
.table-wrapper .filters {
  position: relative;
}
.table-wrapper .filters button {
  padding-left: 0;
}
.table-wrapper .filters ul {
  padding: 5px;
  z-index: 999;
}
.table-wrapper .filters ul li a {
  display: block;
  padding: 5px 0;
}
.table-wrapper .filters ul li a input {
  margin: 5px;
}
.label-option {
  border: 1px solid #eee;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
  margin-right: 10px;
}
.label-option a {
  margin-right: 5px;
}
.label-option.green {
  border: 1px solid #449d44;
  background-color: #449d44;
  color: white;
}
.label-option.green a {
  color: #eee;
}
.label-option.blue {
  border: 1px solid #1c7cd5;
  background-color: #1c7cd5;
  color: white;
}
.label-option.blue a {
  color: #eee;
}

.archivo-box {
  border: 1px solid #eee;
  border-left: 4px solid #1c7cd5;
  margin: 15px 0;
  padding: 15px;
  box-shadow: 2px 2px 10px #eee;
}
.archivo-box .ico-wrapper {
  text-align: center;
}
.archivo-box .ico-wrapper img {
  width: 50px;
  height: 50px;
}
.archivo-box span {
  font-size: 12px;
  float: right;
}
.archivo-box h5 {
  font-size: 1.2rem;
  margin-top: 0px;
}
.archivo-box p {
  font-size: 14px;
}
.archivo-box .archivo-cta {
  text-align: right;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.boton hover,visited
{color:white;
}
.boton
{ margin-top:1px;
    font-size: 12px;
    border:solid; border-color:silver; border-width:0.5px;
    height:25px;
    color:white;
    background-color:  #0e60b8; 
        -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;

}
.boton88
{ margin-top:4px;
    font-size: 12px;
    border:solid; border-color:silver; border-width:0.5px;
border:solid; border-color:lightgray; border-width:0.5px;
height:25px;
color:white;
background-color:#e73827;
}

.botonrojo hover,visited
{color:white;
}
.botonrojo
{ margin-top:1px;
    font-size: 11px;
    border:solid; border-color:silver; border-width:0.5px;
    
height:25px;
color:white;
background-color: #d9534f  ;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;

}

.botonverde hover,visited
{color:white;
}
.botonverde
{ margin-top:1px;
font-size: 12px;
height:25px;
color:white;
border:0.5px solid silver; 
background-color: #46a546;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius:  5px 5px 5px 5px;
	vertical-align:top;
}
.botongris hover,visited
{color:black;
}
.botongris
{margin-top:1px;
font-size: 12px;
background: #f3f3f3;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
height:25px;
color:black;

}
.dropdown-menu  {
 background-color: #023256 !important;
  
  }
.dropdown-item  {
font-size:12px;
 color:white;
  
  }

.campotexto {
    border: .7px solid silver;
	padding: 2px 4px 4px 3px;
	position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
   

}
.campotexto {

    font-size: 12px;
	 
}
	.campotexto.element.text:focus{
	background-color:lightgray;
	}

 
input:read-only {
  background-color: lightgray;
}

.etiqueta {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    font-weight:bold;
}
.etiqueta {

    font-size: 13px;

}

.TituloIzq {

    font-size: 12px;
    font-weight:bold;
    font-family:Arial;
    color: gray;
	height:20px;
	vertical-align:baseline;
}
.card >.card-header
{ background-color:#244f93;
  color:white;
}

 
/*# sourceMappingURL=main.css.map */
