﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".jpg"] {
    width: 100%;
    max-height:500px;
}


.logoDef{
    padding-top:0;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

#logo-index img {
    padding-top:20px;
    padding-bottom:20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.login-form {
    margin-top: 60px;
    color: #5d5d5d;
    background: #f2f2f2;
    padding: 26px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }
}


.dx-datagrid-headers {
    color: #ffffff !important;
    background-color: #003666 !important;
}

.dx-treelist-headers {
    color: #ffffff !important;
    background-color: #003666 !important;
}
 h1 {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    text-align: center;
    margin-bottom: 20px;
}

#etiquetaQr{
    padding-left:25px;
}
#qrcode{
    padding:0px;
}
#logoQR {
    /*margin: auto;
    clear: right;*/
    /*width: 50%;*/
    padding-left: 10px;
}
.etiquetaBorde {
    border: 2px solid;
    border-radius: 5px;
    width: auto;
    height: auto;
}
#panelConsulta {
    background-image: url('../images/FondoConsulta3.PNG');
    padding-top: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50px;
}
#form {
    align-content: center;
}
.textoEspecies {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
.list-group-item {
    background-color: transparent;
    border: 0px solid #ddd;
    border-radius: 0;
    color: black;
}
.panel {
    background-color: transparent;
    /*border-top: 1px solid #ddd;*/
    /*border-radius: 0;*/
    color: black;
}
#list-group-item span {
    margin-left: 10px;
}
#list-group-item img {
    vertical-align: middle;
}
p.descripcionBarco {
    font-family: 'Dancing Script';/*,'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;*/
    font-size:20px;
}
h1.descripcionBarco {
    font-family: 'Dancing Script'; 
}

.fotosConsulta {
    max-height: 185px;
    padding: 10px;
    border-radius: 50px;
}
.fotoPatron {
    max-height:185px;
    max-width:163px;
}