﻿.waitRicerca {
    display: block;
    text-align: center;
    margin: 15px 0 15px 0;
}

.collapseCercaExpo {
    width: 100%;
    cursor: pointer;
    font-weight: bold;
    color: #4568dc;
    font-size: 26px; /*18px;*/
    text-align: right;
    border-bottom: 1px solid #4568dc;
    margin-bottom: 25px;
}

#lblRicSettore, #lblRicTesto {
    font-size: 16px;
    font-weight: bold;
}

.navRicerca li.active a {
    color: #4568dc !important;
}

    .navRicerca li.active a:hover {
        cursor: default;
        font-style: normal;
        opacity: 1;
    }

.navRicerca li a:hover {
    color: #777474;
    font-style: italic;
}

.navRicerca li:last-child {
    float: right;
}

#btnStampa span {
    color: #4568dc;
    font-size: 3em;
    text-shadow: 1px -1px 0 #ddd;
}

#btnStampa:focus {
    outline: none;
    text-decoration: none;
}

.contBtnAvviaRicerca {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

    .contBtnAvviaRicerca a, .contBtnPulisciRicerca a {
        background: #4568dc;
        /*background: -webkit-linear-gradient(#4568dc, #6bb990);
        background: linear-gradient(#4568dc, #6bb990);*/
        background: #4568dc;
        border-radius: 25px;
        color: #0A0A0A;
        display: inline-block;
        padding: 10px 15px;
        font: 'Overpass Black', 'Verdana', 'Arial', 'Sans Serif';
        text-align: center;
        /*text-shadow: 1px 1px 0 #bbb;*/
        font-variant: small-caps;
        font-size: 14px;
    }

        .contBtnAvviaRicerca a:hover, .contBtnPulisciRicerca a:hover {
            color: #ffffff !important;
        }

        .contBtnAvviaRicerca a span:hover, .contBtnPulisciRicerca a span:hover {
            color: #ffffff !important;
        }

.contBtnPulisciRicerca {
    margin: 10px 0 10px 0;
    text-align: center;
}

#divSettori {
    margin: 15px 0 15px 0;
}

.chkListsettori {
    list-style: none;
    width: 100%;
    padding: 0;
    /*----flexbox-----*/
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*align-items: center;*/
}

    .chkListsettori li {
        width: 32%;
        min-width: 250px;
        margin: 5px;
        font-size: 14px;
        /*----flexbox-----*/
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
        /*-webkit-flex-wrap: wrap;
    flex-wrap: wrap;*/
        justify-content: flex-start;
        /*align-items: center;*/
    }

        .chkListsettori li input {
            min-width: 17px;
        }
        .chkListsettori li input[type=checkbox] {
            margin-bottom: 5px;
            margin-right: 5px;
        }

.lblOggRicerca {
    /*border: thin solid #000;*/
    margin: 15px 0 15px 0;
}

.spanTuaRicerca {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 5px;
}

#lblOggettoRicerca {
    display: block;
    text-align: center;
}

    #lblOggettoRicerca span {
        display: inline-block;
        margin: 2px 5px 2px 5px;
        padding: 4px;
        border-radius: 5px;
        background-color: #e6e6eb;
    }

#divCriteri {
    width: 100%;
    /*----flexbox-----*/
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    /*align-items: center;*/
}

.ricercaTesto {
    width: 100%;
}

.ricercaTesto, .ricercaParole, .ricercaIn {
    margin-top: 15px;
}

    .ricercaTesto div:first-child {
        font-weight: bold;
    }

.ricercaParole {
    display: inline-block;
    width: 48%;
    border: 1px solid #CAC7C7;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    padding: 5px;
    border-radius: 5px;
    /*box-shadow: 1px -1px 0 #e6e6eb;*/
}

    .ricercaParole div {
        margin: 0 !important;
        text-align: center;
        font-weight: bold;
    }

    .ricercaParole input {
        margin-right: 5px;
    }

    .ricercaParole label {
        font-weight: normal;
    }

.ricercaIn {
    width: 100%;
    border: 1px solid #CAC7C7;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    /*margin-bottom: 10px;*/
    /*----flexbox-----*/
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*align-items: center;*/
}

    .ricercaIn div {
        width: 200px;
        margin-right: 15px;
    }

        .ricercaIn div:first-child {
            width: 100%;
            margin-bottom: 5px;
            text-align: center;
            font-weight: bold;
        }

    .ricercaIn label {
        font-weight: normal !important;
    }

    .ricercaIn input {
        margin-right: 5px;
    }


@media screen and (max-width: 1235px) {
    .chkListsettori li {
        width: 48%;
    }
}

@media screen and (max-width: 575px) {
    .chkListsettori li {
        width: 98%;
    }
}

@media screen and (max-width: 545px) {
    .ricercaParole {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 515px) {
    #lblRicSettore, #lblRicTesto {
        font-size: 14px;
        hyphens: auto;
    }
}

@media screen and (max-width: 445px) {
    .navRicerca li a {
        max-width: 180px;
    }
}

@media screen and (max-width: 395px) {
    .navRicerca li a {
        max-width: 150px;
    }
}