﻿a:hover {
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #006a8a;
    border-color: #2e6da4;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #865C08;
        border-color: #865C08;
    }


.ficha h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.buttonFicha {
    background: #865C08;
    padding: 10px;
    text-align: center;
}

    .buttonFicha a {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }


    .buttonFicha:hover {
        background: #AE610F;
    }

    .buttonFicha a:hover {
        color: white;
    }

.background-header-ficha {
    background: url('../../../principal/img/bg1.jpg');
    border-top-left-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.header-ficha {
    border-top-left-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 300px;
}

.header-text-ficha {
    text-align: center;
    color: white;
}

    .header-text-ficha .texto {
        margin-top: 60px;
        margin-bottom: 30px;
    }

        .header-text-ficha .texto h3, .header-text-ficha .texto h5 {
            margin-top: -10px;
        }


.ficha-buttons {
    position: absolute;
    top: 300px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    color: white;
    border-radius: 50%;
    text-align: center;
}

    .ficha-buttons a {
        color: white;
        line-height: 46px;
        font-size: 20px;
    }

        .ficha-buttons a:hover {
            color: white;
        }

.photos {
    left: 15%;
}

.cantos {
    right: 15%;
}

.fichaBusqueda {
    border-bottom: 1px solid #AE610F;
    padding: 20px;
    margin-bottom: 10px;
}

.layer-background {
    background-color: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.profile-picture {
    position: absolute;
    top: 165px;
    right: 50%;
    left: 50%;
    margin-top: -110px;
    margin-left: -220px;
    height: 300px;
    width: 450px;
    background: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* make it a circle */
    /*border-radius: none;*/
}

.estado-conservacion {
    position: absolute;
    top: 0;
    right: 0;
    height: 130px;
    width: 130px;
}

@media screen and (max-width: 767px) {
    .photos {
        left: 5%;
    }

    .cantos {
        right: 5%;
    }

    .profile-picture {
        top: 250px;
        right: 50%;
        left: 50%;
        margin-top: -100px;
        margin-left: -100px;
        height: 200px;
        width: 200px;
    }

    .estado-conservacion {
        position: absolute;
        top: 35px;
        right: 0;
        height: 70px;
        width: 70px;
    }
}
/*fichas imagenes*/
.ficha-imagenes {
    min-height: 200px;
    background: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin-bottom: 30px;
    margin-top: 30px;
}

    .ficha-imagenes:hover {
        opacity: 0.2;
        transition: all 1s;
        -webkit-transition: all 1s;
    }

.ficha-imagenes-preview {
    background: #ddd;
    padding-bottom: 50px;
    padding-top: 50px;
}

.ficha-cerrar {
    position: absolute;
    color: white;
    right: 40px;
    top: 10px;
    font-size: 4em;
    cursor: pointer;
    z-index: 1000;
}

.angular-google-map-container {
    position: absolute;
    height: 100%;
    min-width: calc(100% - 200px);
    width: calc(100% - 200px);
}

#especimen .angular-google-map-container {
    position: absolute;
    height: 100%;
    min-width: 100%;
    width: 100%;
}

#especiesRadio .angular-google-map-container {
    position: absolute;
    height: 100%;
    min-width: 100%;
    width: 100%;
}

.datosMapa {
    position: fixed;
    top: 50px;
    min-height: 100px;
    background: #eee;
    min-width: calc(100% - 200px);
    width: calc(100% - 200px);
    padding-top: 20px;
}

    .datosMapa p {
        margin: 0px !important;
    }

.sinbanner {
    padding-top: 70px;
}

.clickable-row {
    cursor: pointer;
}

.datos .col-md-6 .row, .datos .col-xs-12 .row {
    padding: 8px;
    line-height: 1.42857143;
}

    .datos .col-md-6 .row:nth-of-type(odd), .datos .col-xs-12 .row:nth-of-type(odd) {
        background: #f9f9f9;
    }


.slidecontainer {
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

    /* Mouse-over effects */
    .slider:hover {
        opacity: 1; /* Fully shown on mouse-over */
    }

    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .slider::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        width: 10px; /* Set a specific slider handle width */
        height: 25px; /* Slider handle height */
        background: #865C08; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

    .slider::-moz-range-thumb {
        width: 10px; /* Set a specific slider handle width */
        height: 25px; /* Slider handle height */
        background: #865C08; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

@media (max-width: 767px) {
    .datosMapa {
        padding-top: 10px;
        min-height: 40px;
    }

        .datosMapa h3 {
            font-size: 16px;
        }

    .angular-google-map-container {
        min-width: 100%;
        width: 100%;
    }

    .datosMapa {
        min-width: 100%;
        width: 100%;
    }

    .sinbanner {
        padding-top: 70px;
    }
}

#nombreCorto {
    color: white !important;
}
/*pdf*/
#pdfMargins .titulosOrden {
    color: #865C08 !important;
}

#pdfMargins h3 {
    color: #333;
}

#pdfMargins h5 {
    font-size: 12px;
}

#pdfMargins {
    margin: 70px 30px 70px 30px;
}

    #pdfMargins p {
        margin: 15px 0;
    }

#imagenes, #imagenesFichas {
    page-break-before: always;
}

    #imagenes table {
        padding: 0 20px 0 20px;
        width: 100%;
    }

    #imagenes th {
        min-width: 50%;
    }

    #imagenes td {
        align-content: center;
        text-align: center;
    }

        #imagenes td span {
            text-align: center;
            color: #aaa;
            font-size: 8px;
        }

    #imagenes img {
        height: 170px;
        /*width: 255px;*/
        align-content: center;
    }

    #imagenesFichas img {
        height: 250px;
        /*width: 255px;*/
        align-content: center;
    }

    #imagenesFichas img {
        height: 250px;
        align-content: center;
    }

    #imagenes .col12 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        float: none;
    }

.vertical-text {
    vertical-align: top;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -ms-transform-origin: 100% 100%; /* IE 9 */
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    z-index: 100;
    margin-left: -75px;
    margin-top: 15px;
    display: inline-block;
    color: gray;
}

.vertical-text-rotated {
    vertical-align: top;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -ms-transform-origin: 100% 100%; /* IE 9 */
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    z-index: 100;
    margin-right: -35px;
    margin-top: 15px;
    display: inline-block;
    color: gray;
}

.caption-img {
    display: inline-block;
}


#buttonImprimir {
    position: fixed;
    bottom: 10px;
    right: 40px;
}

.dummy-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 90px;
    padding: 1em 0 0 0;
    text-align: center;
    color: #3b3d4a;
    background: #865C08;
    z-index: 10001;
}

@media screen and (max-width: 767px) {
    .dummy-logo {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-height: 670px) {
    .menu__link {
        font-weight: 300;
        position: relative;
        display: block;
        padding: 1em 2.5em 1em 1.5em;
        color: white;
        -webkit-transition: color 0.1s;
        transition: color 0.1s;
        font-size: 12px;
    }

    .menu {
        top: 70px;
    }
}

#noticias a {
    color: #337ab7 !important;
    text-decoration: none;
}

.multiselect-parent {
    width: 100%;
    text-align: left;
}

    .multiselect-parent .dropdown-toggle {
        width: 100%;
        text-align: left;
    }

    .multiselect-parent .dropdown-menu {
        width: 100%;
        text-align: left;
    }
    
#cookiesBar {
    position: fixed;    
    bottom: 3px;
    left: 190px;
    right: 0;
    background: rgba(255,255,255,.9);
    z-index: 18;
    border: 1px solid #000;
    display: none;
}
