/*-------------------------------
    Group Dami Inc
    Thursday, November 4, 2021
    7 Hillside - Everett
    Emilio Dami Silva 
    app.blade.php - Updates
--------------------------------- */

body {
    background: url(../img/fundo.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.9;
}

input2[type="file"] {
    color: transparent;
    display: none;
}

.class_white {
    color: white !important;
}

.class_black {
    color: black !important;
}

.class_yellow {
    color: yellow !important;
}

.modal-dialog.modal-800 {
    width: 800px;
    margin: 30px auto;
}

.modal-dialog.modal-1200 {
    width: 1200px;
    margin: 30px auto;
}

@media (min-width: 1200px) {
    .modal-xlg {
        width: 90%;
    }
}

.front .trunk .front_seat .back_seat .painel .back .left_side .right_side {
    color: red;
}

.image_promotion {
    background-color: #999;
    width: 375px;
    height: 545px;
    display: inline-block;
    overflow: hidden;
}

#floating-panel-map {
    top: 10px;
    left: 25%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: "Roboto", "sans-serif";
    line-height: 30px;
    padding-left: 10px;
}

#mapin {
    height: 300px;
    /* The height is 400 pixels */
    margin: auto;
    width: 100%;
    border: 1px solid green;
    padding: 10px;
}

#mapout {
    height: 300px;
    /* The height is 400 pixels */
    margin: auto;
    width: 100%;
    border: 1px solid rgb(241, 192, 56);
    padding: 10px;
}

#results {
    width: 50%;
}


/*
 * Component: Callout
 * ------------------
 */

.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.callout a {
    color: rgb(10, 70, 235);
    text-decoration: underline;
}

.callout a:hover {
    color: #eee;
}

.callout h4 {
    margin-top: 0;
    font-weight: 600;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout code,
.callout .highlight {
    background-color: #fff;
}

.callout.callout-danger {
    border-color: #c23321;
}

.callout.callout-warning {
    border-color: #c87f0a;
}

.callout.callout-info {
    border-color: #0097bc;
}

.callout.callout-success {
    border-color: #00733e;
}