﻿
.bg-cni {
    background-color: blue;
    color: white;
    white-space: normal;
    width: 100%;
    border-radius: 0px;
    font-size: 11px;
}

.bg-cnappc {
    background-color: orange;
    color: white;
    white-space: normal;
    width: 100%;
    border-radius: 0px;
    font-size: 11px;
}

.bg-cngegl {
    background-color: forestgreen;
    color: white;
    white-space: normal;
    width: 100%;
    border-radius: 0px;
    font-size: 11px;
}

.bg-cng {
    background-color: #2ac92a;
    color: white;
    white-space: normal;
    width: 100%;
    border-radius: 0px;
    font-size: 11px;
}

.bg-cnpa {
    background-color: brown;
    color: white;
    white-space: normal;
    width: 100%;
    border-radius: 0px;
    font-size: 11px;
}

.bg-cnpi {
    background-color: deeppink;
    color: white;
    white-space: normal;
    width: 100%;
    border-radius: 0px;
    font-size: 11px;
}

.bg-conaf {
    background-color: gold;
    color: white;
    white-space: normal;
    width: 100%;
    border-radius: 0px;
    font-size: 11px;
}

* {
    box-sizing: border-box;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}

    input[type=text] {
        background-color: #337ab70f;
        border: 1px solid #337ab7;
        width: 100%;
        border-radius: 10px;
    }

    input[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
    }

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

@@media (min-width: 992px) {
    .equal {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .align-bottom {
        position: absolute;
        bottom: 10px;
        width: 92%;
    }
}

.my-margin {
    margin: 10px 1px;
}

.zeropadding {
    padding-left: 0px;
    padding-right: 0px;
}

.hero {
    background: #fdcc4c;
}

.titolobianco {
    color: #595959;
}

.sottotitolobianco {
    color: #595959;
}
