/*--------GENERAL--------*/

body {
    background: #fff;
}

.body-content a{
    color:#0277bd !important;
    text-decoration:none;
}

.body-content a.fas.fa-briefcase,
.body-content a.far.fa-copy{
  font-size:18px;
  position:relative;
  top:3px;
}

.body-content a:hover{
    color:#7986cb !important;
}

.body-content table tr th,
.body-content table tr td{
    border-top:0;
    font-size:14px;
    padding:15px 0.5em;
}

.body-content table tr td div.alert{
    padding:3px 5px;
    position:relative;
    top:-3px;
    margin-bottom:0;
    text-align:center;
}

.body-content table tr:nth-child(odd){
    background:rgba(242,242,242,0.5) !important;
}

.body-content table tr:first-child{
    background:none !important;
    border-bottom:1px solid #cecdcc;
}

row{
    display: block;
}

/*--------HEADER--------*/

#navbarNav ul{
  width:100%;
  justify-content:center !important;
}

.navbar .prin-logo {
    max-width: 1140px;
    width: 1140px;
    display: block;
    margin: 0 auto;
    z-index: -12;
    position: absolute;
    left: 0;
    right: 0;
}

.navbar-brand {
    background-image: url(../Images/Logo-IDenticoApp-Blanco.png);
    background-repeat: no-repeat;
    background-size: 215px;
    width: 150px;
    height: 60px;
    background-position: center;
}

.navbar-menu {
    background-color: #15a3da;
    border: solid 1px #1398cc;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 85px;
    z-index: 100;
    box-shadow: 0px 2px 6px rgba(0,0,0,.2);
}

.navbar-menu form{
    position:absolute;
    width:1140px;
    display:  block;
    margin: 0 auto;
    text-align:  right;
    right:  0;
    left:  0;
    z-index: -1;
}

.navbar-menu form ul{
  display: inline-block;
  width: 10%;
}

.btn.btn-primary.btn-lg{
  color:#fff !important;
}

.navbar-menu form ul li{
  display:inline-block;
}

.navbar ul a{
    color: #fff;
    padding: 15px;
    text-decoration:none;
    box-shadow:0px 0px 0px #fff;
}

.navbar li a:hover{
    box-shadow:0px 2px 0px #fff;
    cursor: pointer;
    -webkit-transition: box-shadow 1s ease-out;
    -moz-transition: box-shadow 1s ease-out;
    -o-transition: box-shadow 1s ease-out;
    transition: box-shadow 1s ease-out;
}

.menu-icons + h2{
  margin:20px 0;
}

.menu-icons ul{
  width:100%;
  text-align:center;
  padding:30px 0;
  border-bottom:1px solid #cecdcc;
}

.menu-icons ul li i{
  font-size:5em;
  padding:10px;
}

.menu-icons ul li{
  display:inline-block;
  list-style:none;
  background:rgba(0,0,0,0.03);
  border-radius:10px;
  margin:0px 5px;
  width:15%;
  text-align:center;
  position:relative;
  top:0;
  box-shadow:0px 0px 0px rgba(0,0,0,.03);
}

.menu-icons ul li:hover{
  box-shadow: 0px 2px 15px -3px rgba(0,0,0,0.3);
  cursor: pointer;
  -webkit-transition: box-shadow 0.3s ease-out;
  -moz-transition: box-shadow 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
}

.col-2{
  text-align:right;
  font-size:18px;
}

.col-2 a + p{
  display:inline-block;
  margin-left: 20px;
}

.acciones-carnet .col-6{
  background:rgba(0,0,0,0.03);
  margin:3px;
  flex:49% !important;
}

.acciones-carnet .col-12{
  flex:100% !important;
  padding:2px;
}

.acciones-carnet .col-6 form h5{
  padding-bottom:10px;
  border-bottom:1px solid #cecdcc;
  font-size:  18px;
}

.acciones-carnet .col-6 input{
  margin-bottom: 10px;
}

.table-inf{
  width: 250px;
}

.table-inf tr:last-child{
  border-bottom:0;
}

.body-content .table-inf tr:nth-child(even){
  background:rgba(0,0,0,0.03);
}

.body-content .table-inf tr:nth-child(odd){
  background:transparent !important;
}

.body-content .table-inf{
  margin: 0px 0 25px;
}

.body-content .table-inf th,
.body-content .table-inf td{
  padding:7px;
}

.acciones-carnet .col-6 input[type="submit"]{
  padding: 3px 10px;
  font-size:14px;
}

input[name="search"]{
  width:90% !important;
}

input[name="search"] + input[type="submit"]{
  width:9.5%;
}

.table-acciones{
  zoom:90%;
  max-width:100%;
}

.table-acciones td:nth-child(1){
  white-space:nowrap;
}

.table-acciones input[type="submit"]{
  font-size:14px;
  padding:3px 10px;
  margin:5px 0;
}

.pagination-container ul{
  margin:30px 0 20px;
}

.pagination-container ul li{
  display:inline-block;
}

.pagination-container ul li a{
  padding:4px 6px;
  margin:0 2px;
  border:1px solid #cecdcc;
  cursor:pointer;
  border-radius:3px;
}

.pagination-container ul,
.pagination-container{
  width:100%;
  display:block;  
  text-align:center !important;
}

/*--------FOOTER--------*/

footer{
    background: #eee;
    padding: 1.5em;
    border-top: 2px solid #005694;
    margin-top: 10px;
    width: 100%;
    bottom: 0;
}

.body-content{
    padding-bottom: 20px;
    margin-top: 115px;
}

.acciones-carnet{
  margin-top:20px;
}

footer .container .row:first-child{
  margin-bottom:15px !important;
}

footer p{
  font-size:14px !important;
}

footer h4{
    color: #428bca;
    font-size: 18px;
}

footer ul{
    list-style: disc;
}

footer .logo-footer img{
    width: 210px;
    display:block;
    margin:0 auto;
}

footer .info-footer{
    border-left: solid 1px #005694;
    border-right: solid 1px #005694;
    padding: 0 30px;
}

footer .appstore-footer h4{
  margin-bottom:20px;
}

footer .appstore-footer{
    text-align: center;
}

footer .appstore-footer img {
    width: 105px;
    margin-bottom: 1em;
}

footer .year-footer{
    text-align: center;
}

footer .year-footer p{
  margin-bottom:0;
  font-size: 12px !important;
}

/*--------SCREENS--------*/

@media (min-width: 768px){
    .navbar-nav {
        margin-top: 10px;
    }
}

@media (max-width: 768px){
    footer{
        text-align: center;
    }

    footer ul{
        list-style: none;
        padding: 0;
    }

    footer li{
        margin-bottom: 0.5em;
    }

    footer div{
        margin-bottom: 3em;
    }

    footer .info-footer{
        border-top: solid 1px #005694;
        border-bottom: solid 1px #005694;
        border-left: none;
        border-right: none;
        padding: 30px 0;
    }
}
