﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    /*text-align: center;*/
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.btn-outline-better-advance {
    color: #66ABDB;
    border-color: #66ABDB;
}

.btn-outline-better-premium {
    color: #C4312B;
    border-color: #C4312B;
}

.btn-outline-better-start {
    color: #CCCC1A;
    border-color: #CCCC1A;
}

.btn-outline-better-van {
    color: #EEC712;
    border-color: #EEC712;
}

.better-color-advance {
    color: #66ABDB;
}

.better-color-premium {
    color: #C4312B;
}

.better-color-start {
    color: #CCCC1A;
}

.better-color-van {
    color: #EEC712;
}

.width-75-px {
    width: 75px;
}

.width-100-px {
    width: 100px;
}

.width-125-px {
    width: 125px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/*#gaDatalistUlcreate-vendita-lista-garanzie li {
    font-size: 10px;
}*/

#gaDatalistUlcreate-vendita-lista-garanzie input {
    width: 60px !important;
}

#gaDatalistUlcreate-vendita-lista-garanzie > li {
    list-style-type: none;
    /*    padding: 10px;*/
}

input#create-vendita-lista-singola-garanzia {
    width: 100%;
}

/*[ga-id=create-vendita-lista-garanzie] {
    display: block !important;
}
*/
vendita-lista-garanzia[ga-id=create-vendita-lista-garanzie] {
    display: block !important;
}

    vendita-lista-garanzia[ga-id=create-vendita-lista-garanzie] > div, vendita-lista-garanzia[ga-id=create-vendita-lista-garanzie] > div > div {
        width: auto !important;
    }


/*    vendita-lista-garanzia[ga-id=create-vendita-lista-garanzie] ul:first-of-type > li {
        list-style-type: none;
    }*/

.bg-bettercars-primary {
    background-color: #0B4346 !important;
}

.bg-bettercars-back {
    background-color: #4B808E !important;
}

.btn-bettercars {
    background-color: #f1b40d !important;
}


.btn-bettercars-red {
    background-color: #dd6d61 !important;
}

.custom-stretch {
    width: 100vw
}

br.break-flex { /*https://stackoverflow.com/questions/29732575/how-to-specify-line-breaks-in-a-multi-line-flexbox-layout/29733127#29733127*/
    width: 100%;
    content: ''
}

.round-default {
    border-radius: 50px !important;
}

.round-default-amendable {
    border-radius: 50px;
}

.round-default-100 {
    border-radius: 100% !important;
}

.round-left-default {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}

.round-right-default {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

.no-left-border {
    border-left: 0px !important;
}

.no-right-border {
    border-right: 0px !important;
}

.no-left-right-border {
    border-left: 0px;
    border-right: 0px;
}


::placeholder {
    color: blue;
    font-size: 0.8em;
}



/*bottoni header*/
button.header-button-main {
    width: 110px;
    margin-left: -10px !important;
    margin-right: -10px !important;
}

div.header-main > div.cerchio-left {
    border-width: 0px 0px 0px 5px;
    border-radius: 50%;
    border-style: solid;
    border-color: white;
    display: inline-block;
    height: 100%;
    width: 35%;
}

div.header-main > div.cerchio-right {
    border-width: 0px 5px 0px 0px;
    border-radius: 50%;
    border-style: solid;
    border-color: white;
    display: inline-block;
    height: 100%;
    width: 35%;
}

div.header-main > div.contenitore-testo {
    margin: -25%;
    display: inline-block;
    vertical-align: 80%;
    line-height: 12pt;
    font-weight: bold;
    color: white;
}

div.header-main {
    height: 50px;
}

button.smallCircle {
    border-radius: 50% !important;
    padding-left: 8px;
    padding-right: 8px;
}

/*input#area_dealer_upload_modulo_firmato::file-selector-button {
    font-weight: bold;
    color: dodgerblue;
    padding: 0.5em;
    border: thin solid grey;
    border-radius: 3px;
}*/

.cursor-pointer {
    cursor: pointer;
}
