﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 60px;
}

EditForm .form-control input-sm {
    margin-top: 10px;
}

.form-control {
    margin-top: 10px;
}

#CabinetButons {
    margin-top: 2%;
}

#EditRow {
    margin-left: 100px;
}

#bodyID {
    margin-left: 0px;
}

.form-signin {
    max-width: 450px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
        margin-top: 5px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-signin .forgotPassword {
        margin-top: 25px;
    }

.form-reset {
    max-width: 550px;
    padding: 15px;
    margin: 0 auto;
}

.logout {
    margin-top: 8px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

.cursor {
    cursor: pointer;
}

#EditError {
    margin-top: 25px;
}

/*
    Estilo para botones
*/
.btn-def {
    background-color: #003d73;
    color: #fff !important;
    border-radius: 1px;
}

    .btn-def:hover {
        background-color: #014581;
        color: #fff !important;
    }

.sidebar {
    background: #f8f8f8;
}

    .sidebar ul {
        padding: 0px;
        margin: 0px;
    }

        .sidebar ul li {
            border-bottom: solid 1px #ccc;
            list-style: none;
            padding: 0px;
            margin: 0px;
            line-height: 20px;
        }

            .sidebar ul li a {
                font-size: 14px;
                color: #666;
                padding: 10px 0px 10px 10px;
                display: block;
                width: 100%;
                margin: 0px;
            }

            .sidebar ul li.main {
                margin: 0px;
                background: rgb(204,204,204);
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(227,227,227,1) 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(227,227,227,1)));
                background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(227,227,227,1) 100%);
                background: -o-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(227,227,227,1) 100%);
                background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(227,227,227,1) 100%);
                background: linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(227,227,227,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#e3e3e3',GradientType=0 );
            }

                .sidebar ul li.main a {
                    font-weight: bold;
                    padding: 15px 0px 15px 10px;
                }

            .sidebar ul li.active {
                border-left: solid 3px #003d73;
            }

                .sidebar ul li.active a {
                    color: #003d73;
                    font-weight: bold;
                    margin: 0px;
                }

            .sidebar ul li.last {
                border: none;
            }



#menuLataralContainer ul {
    padding: 0px;
    margin: 0px;
}

    #menuLataralContainer ul li {
        border-bottom: solid 1px #ccc;
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 20px;
    }

        #menuLataralContainer ul li a {
            font-size: 14px;
            color: #666;
            padding: 10px 0px 10px 10px;
            display: block;
            width: 100%;
            margin: 0px;
        }

        #menuLataralContainer ul li.main {
            margin: 0px;
            background: rgb(204,204,204);
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(227,227,227,1) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(227,227,227,1)));
            background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(227,227,227,1) 100%);
            background: -o-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(227,227,227,1) 100%);
            background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(227,227,227,1) 100%);
            background: linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(227,227,227,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#e3e3e3',GradientType=0 );
        }

            #menuLataralContainer ul li.main a {
                font-weight: bold;
                padding: 15px 0px 15px 10px;
            }

        #menuLataralContainer ul li.active
        #menuLataralContainer ul li.active a


        .sidebar ul {
            padding: 0px;
            margin: 0px;
        }

.sidebar ul li {
    border-bottom: solid 1px #ccc;
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
}

    .sidebar ul li a {
        font-size: 14px;
        color: #666;
        padding: 10px 0px 10px 10px;
        display: block;
        width: 100%;
        margin: 0px;
    }

    .sidebar ul li.main {
        margin: 0px;
        background: rgb(204,204,204);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(227,227,227,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(227,227,227,1)));
        background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(227,227,227,1) 100%);
        background: -o-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(227,227,227,1) 100%);
        background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(227,227,227,1) 100%);
        background: linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(227,227,227,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#e3e3e3',GradientType=0 );
    }

        .sidebar ul li.main a {
            font-weight: bold;
            padding: 15px 0px 15px 10px;
        }

    .sidebar ul li.active {
        border-left: solid 3px #003d73;
    }

        .sidebar ul li.active a {
            color: #003d73;
            font-weight: bold;
            margin: 0px;
        }

    .sidebar ul li.last {
        border: none;
    }

/*Estilos datepicker*/
.DatePickerIcon {
    padding: 4px 12px !important;
    top: 0px;
}

.p-0 {
    padding: 0 !important;
}

.dropdown-item-custom {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
}

    .dropdown-item-custom:hover {
        color: black;
        background-color: #eaeaea;
        font-weight: 600;
    }

.dropdown-toggle-custom::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}


.float-right {
    float: right;
}


.float-left {
    float: left;
}


/*Dialogo valoración*/

.PrecioMayorBaremo {
    border: 1px solid red !important;
}

.SinPrecioBaremo {
    border: 1px solid orange !important;
}

.EmptyComment {
    color: #E74C3C;
}

.FilledComment {
    color: #20c546;
}


.NotAgreePrice {
    color: red !important;
}

select.AssessmentDecisionTypeID.input-sm {
    height: 24px !important;
    line-height: 24px !important;
    font-size: 11px !important;
}

.DialogLine .panel-heading {
    background-color: #565555 !important;
}

.input-group-button {
    padding: 0 0 0 5px;
    border-color: transparent;
    background: none;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}


.badge-primary {
    color: #fff;
    background-color: #007bff;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc;
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

    .badge-secondary[href]:hover, .badge-secondary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #545b62;
    }

.badge-success {
    color: #fff;
    background-color: #28a745;
}

    .badge-success[href]:hover, .badge-success[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34;
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

    .badge-info[href]:hover, .badge-info[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b;
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

    .badge-warning[href]:hover, .badge-warning[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00;
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

    .badge-danger[href]:hover, .badge-danger[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130;
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

    .badge-light[href]:hover, .badge-light[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5;
    }

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

    .badge-dark[href]:hover, .badge-dark[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124;
    }

.color-success {
    color: #28a745 !important;
}

.color-warning {
    color: #ffc107 !important;
}

.color-danger {
    color: #dc3545 !important;
}
/*Estilo tarjetas de fotos*/
.card-picture-size {
    height: 480px;
    overflow: auto;
}



/* Container Car + points button */

/*.container-car {
    position: relative;
}

    .container-car img {
        width: 100%;
        height: auto;
    }

    .container-car .btn-car {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.75);
        border: 1px dashed rgba(200, 228, 230);
        color: rgba(200, 228, 230, 0.4);
        padding: 4px 4px 0 4px;
        cursor: pointer;
        border-radius: 32px;
        transition: 0.25s all ease-in;
    }

        .container-car .btn-car:hover,
        .container-car .btn-car:focus {
            background-color: rgba(255, 255, 255, 0.9);
            border-style: solid;
            border-color: rgb(42, 159, 174);
            color: rgba(200, 228, 230, 0.4);
            transform: scale(1.15, 1.15);
            outline: none;
            box-shadow: 0 0 10px rgba(36, 40, 42, 0.2);
        }

        .container-car .btn-car.btn-car-active,
        .container-car .btn-car:active {
            background-color: rgba(244, 151, 19);
            border-color: rgba(244, 151, 19);
            border-style: solid;
            color: rgba(255, 255, 255);
            transform: scale(1, 1);
            box-shadow: none;
        }

            .container-car .btn-car.btn-car-active:disabled {
                background-color: rgb(185 185 185);
                border-color: rgb(150 150 150);
                color: rgb(255 255 255);
            }

        .container-car .btn-car:disabled {
            background-color: rgba(255, 255, 255, 0.75);
            border-color: rgba(200, 228, 230);
            color: rgba(200, 228, 230, 0.4);
        }

        .container-car .btn-car .svg-icon {
            width: 24px;
            height: 24px;
            transition: transform 0.5s linear;
        }

        .container-car .btn-car:hover .svg-icon {
            transform: scale(1.25, 1.25);
            transition-delay: 0.15s;
        }

        .container-car .btn-car.btn-car-active:hover .svg-icon {
            transform: none;
        }

.btn-car-top-left {
    top: 30%;
    left: 18%;
}

.btn-car-top {
    top: 27%;
    left: 45%;
}

.btn-car-top-right {
    top: 30%;
    right: 18%;
}

.btn-car-bottom-left {
    bottom: 30%;
    left: 18%;
}

.btn-car-bottom {
    bottom: 27%;
    left: 45%;
}

.btn-car-bottom-right {
    bottom: 30%;
    right: 18%;
}

.btn-car-left {
    top: 45%;
    left: 14%;
}

.btn-car-right {
    top: 45%;
    right: 14%;
}*/

/* Nueva opción: techo */
/*.btn-car-center-top {
    top: 45%;
    left: 48%;
}

.container-car .text-car {
    display: none;
    visibility: hidden;
    position: absolute;
    width: 100%;
    color: rgb(42, 159, 174);
}*/

/* Nueva opción: techo */
/*.container-car .text-car.text-car-center-top {
        color: rgba(255, 255, 255, 0.75);
    }

        .container-car .text-car.text-car-active,
        .container-car .text-car.text-car-center-top.text-car-active {
            color: rgba(244, 151, 19);
        }

        .container-car .text-car.text-car-center-top.text-car-active {
            text-shadow: 1px 1px 2px rgba(36, 40, 42, 0.65);
        }

    .container-car .text-car.text-car-active {
        color: rgba(244, 151, 19);
    }

.text-car-top-left {
    top: 15%;
    left: -120%;
    text-align: right;
}

.text-car-top-right {
    top: 15%;
    right: -120%;
    text-align: left;
}

.text-car-top {
    top: -85%;
    left: 0%;
}

.text-car-bottom-left {
    bottom: 15%;
    left: -120%;
    text-align: right;
}

.text-car-bottom-right {
    bottom: 15%;
    right: -120%;
    text-align: left;
}

.text-car-bottom {
    bottom: -85%;
    left: 0%;
}

.text-car-left {
    top: 15%;
    left: -120%;
    text-align: right;
}*/

/* Nueva opción: techo */
/*.text-car-center-top {
    top: 15%;
    left: -120%;
    text-align: right;
}

.text-car-right {
    top: 15%;
    right: -120%;
    text-align: left;
}*/

/* Media querie small devices, tablets */
/*@media only screen and (min-width : 768px) {

    .container-car .text-car {
        display: block;
        visibility: visible;
    }

    .container-car .btn-car .svg-icon {
        width: 48px;
        height: 48px;
    }
}*/



/* Container Car + points button */

.container-car {
    position: relative;
}

    .container-car img {
        width: 100%;
        height: auto;
    }

    .container-car .btn-car {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.75);
        border: 1px dashed rgba(200, 228, 230);
        /* color: rgba(200, 228, 230, 0.4); */
        color: rgb(42, 159, 174, 0.3);
        padding: 4px 4px 0 4px;
        cursor: pointer;
        border-radius: 32px;
        transform: scale(1, 1);
        transition: 0.25s all ease-in;
    }

        .container-car .btn-car:hover,
        .container-car .btn-car:focus {
            background-color: rgba(255, 255, 255, 0.9);
            border-style: solid;
            border-color: rgb(42, 159, 174);
            color: rgba(200, 228, 230);
            transform: scale(1.15, 1.15);
            outline: none;
            box-shadow: 0 0 10px rgba(36, 40, 42, 0.2);
        }

        .container-car .btn-car.btn-car-active,
        .container-car .btn-car:active {
            background-color: rgba(244, 151, 19);
            border-color: rgba(244, 151, 19);
            border-style: solid;
            color: rgba(255, 255, 255);
            transform: scale(1, 1);
            box-shadow: none;
        }

            .container-car .btn-car.btn-car-active:disabled {
                background-color: rgb(185 185 185);
                border-color: rgb(150 150 150);
                color: rgb(255 255 255);
            }

        .container-car .btn-car:disabled {
            background-color: rgba(255, 255, 255, 0.75);
            border-color: rgba(200, 228, 230);
            color: rgba(200, 228, 230, 0.4);
        }

        .container-car .btn-car .svg-icon {
            width: 24px;
            height: 24px;
            transition: transform 0.5s linear;
        }

        .container-car .btn-car:hover .svg-icon {
            transform: scale(1.25, 1.25);
            transition-delay: 0.15s;
        }

        .container-car .btn-car.btn-car-active:hover .svg-icon {
            transform: none;
        }

.btn-car-top-left {
    top: 20%;
    left: 18%;
}

.btn-car-top {
    top: 17%;
    left: 45%;
}

.btn-car-top-right {
    top: 20%;
    right: 18%;
}

.btn-car-bottom-left {
    bottom: 20%;
    left: 18%;
}

.btn-car-bottom {
    bottom: 17%;
    left: 45%;
}

.btn-car-bottom-right {
    bottom: 20%;
    right: 18%;
}

.btn-car-left {
    top: 43%;
    left: 14%;
}

.btn-car-right {
    top: 43%;
    right: 14%;
}

/* Nueva opción: techo */
.btn-car-center-top {
    top: 43%;
    left: 48%;
}

.container-car .text-car {
    display: none;
    visibility: hidden;
    position: absolute;
    width: 100%;
    color: rgb(42, 159, 174);
}

    /* Nueva opción: techo */
    .container-car .text-car.text-car-center-top {
        color: rgba(255, 255, 255, 0.75);
    }

        .container-car .text-car.text-car-active,
        .container-car .text-car.text-car-center-top.text-car-active {
            color: rgba(244, 151, 19);
        }

        .container-car .text-car.text-car-center-top.text-car-active {
            text-shadow: 1px 1px 2px rgba(36, 40, 42, 0.65);
        }

.text-car-top-left {
    top: 15%;
    left: -120%;
    text-align: right;
}

.text-car-top-right {
    top: 15%;
    right: -120%;
    text-align: left;
}

.text-car-top {
    top: -85%;
    left: 0%;
}

.text-car-bottom-left {
    bottom: 15%;
    left: -120%;
    text-align: right;
}

.text-car-bottom-right {
    bottom: 15%;
    right: -120%;
    text-align: left;
}

.text-car-bottom {
    bottom: -85%;
    left: 0%;
}

.text-car-left {
    top: 15%;
    left: -120%;
    text-align: right;
}

/* Nueva opción: techo */
.text-car-center-top {
    /* top: 15%; */
    top: 32%;
    left: -120%;
    text-align: right;
}

.text-car-right {
    top: 15%;
    right: -120%;
    text-align: left;
}

/* Media querie small devices, tablets */
@media only screen and (min-width : 768px) {

    .container-car .text-car {
        display: block;
        visibility: visible;
    }

    .container-car .btn-car .svg-icon {
        width: 48px;
        height: 48px;
    }
}

.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.form-group-inline {
    margin-bottom: 1rem;
}

.row-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.form-control-inline {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-select {
    display: inline-block;
    width: 100%;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}


/* texto encima de imagen*/
#content_div_one_photo {
    height: 6rem;
    width: 14rem;
    min-width: 150px;
    min-height: 60px;
}

#padre {
    position: relative; /* para poder posicionar el texto de forma absoluta */
    display: inline-block; /* para que solo ocupe el ancho de la imagen */
    text-align: center;
}

.card-title {
    position: absolute; /* posición absolute con respecto al padre */
    bottom: 0; /* posicionada en la esquina inferior derecha */
    right: 1rem;
}

.centrado {
    position: absolute;
    top: 40%;
    padding-left: 10%;
}

.print-title {
    color: #333 !important;
}

#RecordInfoModalBody span > i {
    margin-right: 10px;
    margin-left: 5px;
    font-size: 25px;
    width: 20px !important;
    height: 25px !important;
}

#RecordInfoModalBody span > label {
    margin-left: 10px;
}

#RecordInfoModalBody span {
    text-align: center;
}

#RecordInfoModalBody .icon-small {
    margin-right: 10px;
    margin-left: 10px;
}

.paragraph-custom {
    margin-left: 48px;
    text-align: left !important;
    margin-top: 0px !important;
    margin-bottom: 3px !important;
}

.paragraph-custom-autos {
    margin-left: 48px;
    text-align: left !important;
    margin-top: 0px !important;
    margin-bottom: 3px !important;
}

.label-inline-custom {
    font-weight: normal !important;
    margin-left: 5px !important;
}

.label-inline-custom-autos {
    font-weight: normal !important;
    margin-left: 5px !important;
}

.btn-circle{
    border-radius:30px;
}

.mapboxgl-ctrl-geocoder {
    width: 100% !important;
}
