﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.table-striped > tbody > tr:nth-of-type(odd) > * {
    color: inherit;
}

header .navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

/* Botones */
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-xs {
    padding: 0rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.btn-dorado {
    background-color: #bc9b59;
    color: #ffffff;
    background-image: -moz-linear-gradient(top, #bc9b59, #deae34);
    background-image: -ms-linear-gradient(top, #bc9b59, #deae34);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bc9b59), to(#deae34));
    background-image: -webkit-linear-gradient(top, #bc9b59, #deae34);
    background-image: -o-linear-gradient(top, #bc9b59, #deae34);
    background-image: linear-gradient(top, #bc9b59, #deae34);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'bc9b59, endColorstr='#'deae34, GradientType=0);
    border-color: #bc9b59 #bc9b59 #deae34 #deae34;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-shadow: none;
}

.btn-default {
    background-color: #ccc;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.fieldSetProv {
    border: 1px solid #ccc !important;
    margin-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
}

    .fieldSetProv legend {
        padding-right: 10px !important;
        padding-left: 10px !important;
        width: auto !important;
        border: 0px !important;
        background-color: #621132;
        color: white;
        border-radius: 4px;
        font-family: "Roboto";
        margin-top: -15px;
        margin-bottom: 15px !important;
    }

.col-form-label {
    font-size: 14.5px !important;
    color: #646464 !important;
}

.cfont-gray {
    color: #646464 !important;
}

.cf-blue {
    color: #08c !important;
}
.cf-gray64{
    color:#646464;
}
.cfont-marron {
    color: #721c24;
}

nav {
    width: 100%;
    margin-bottom: 20px;
}

input.mayusculas {
    text-transform: uppercase;
}

.bread-crumb {
    margin-left: 0px;
    margin-top: -5px;
    margin-bottom: 15px;
    background-color: #d3c2b4;
    color: #efd2d4;
    padding: 3px;
    padding-left: 7px;
    border-radius: 2px;
}

    .bread-crumb li a {
        color: #393636; /*white;*/
        text-decoration: none;
    }
span.divider {
    padding-right: 3px;
}

.clink {
    color: #08c !important;
    text-decoration:none;
}
.clink:hover{
    text-decoration:underline;
}
/* Tablas */
table.tableDT {
    border-bottom: 1px solid #ccc !important;
    border-top: 1px solid #ccc;
}
table.tableDT tbody tr td {
    color: #646464 !important;
    font-size: 14px;
}
table.tableDT thead tr th {
    color: #646464 !important;
    font-size: 15px;
}
table.table thead tr th {
    color: #646464 !important;
    font-size: 15px;
}
table.table tbody tr td {
    color: #646464 !important;
    font-size: 14px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #979797 !important;
    margin-left: -1px !important;
}
/*tr.odd td {
    background-color: inherit !important;
}*/

.badge-xs {
    padding: 3px 0.5rem;
    font-size: 0.875rem;
    font-weight:normal !important;
}

.bg-turquesa {
     background-color:#3a87ad ;
}

.bg-green {
    background-color: #008000;
}

textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
}
.modal-header {
    background-color: #ddd;
}
textarea:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
    border: 2px solid #ddd !important;
}
textarea:focus-visible {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
    outline: 0px !important;
}

.alert-danger {
    background-color: #f8d7da !important;
}

.icon-white{
    color:white;
}

.alert {
    padding: 0.5rem 1.5rem !important;
    /*padding: 0.5rem 0.5rem !important;*/
}
.alert-dismissible .btn-close {
    padding: 0.8rem 0.8rem !important;
}

.pl-10 {
    padding-left: 10px;
}
.pr-10 {
    padding-right: 10px;
}

.u-btn-inset {
    position: relative;
    text-shadow: none !important;
}
.u-btn-inset::before {
    position: absolute;
    top: 0.14286rem;
    right: 0.14286rem;
    bottom: 0.14286rem;
    left: 0.14286rem;
    content: "";
    border: solid 1px #fff;
    border-radius: 1px;
}

.sub-title {
    font-size:20px;
    color:#646464;
}



@media(max-width:1037px) {
    .img-logoGob-Login {
        display:none;
    }
}

@media(max-width:900px) {
    .img-logoPPS-Login {
        width:80% !important;
    }
}
.img-logoPPS-Login {
    width: 647px;
    /*width: 716px;*/
}
.img-logoGob-Login{
    width:282px;
}

.ml-45{
    margin-left:45px;
}