﻿
@import url('icons.css');
@import url('PrimaSel2018.css');

.MascheraAste {
}

    .MascheraAste .nav-tabs em {
        margin-right: 7px;
    }

    .MascheraAste .nav-tabs > li > a {
        color: #333;
        border: none;
        border-radius: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .MascheraAste .nav > li > a:hover,
    .MascheraAste .nav > li > a:focus {
        color: #036;
        text-decoration: none;
        background-color: #FFF;
        border-bottom: 1px solid #00377b;
        font-weight: normal;
    }

    .MascheraAste .nav-tabs > li.active > a,
    .MascheraAste .nav-tabs > li.active > a:hover,
    .MascheraAste .nav-tabs > li.active > a:focus {
        color: #036;
        background-color: #f6f8fa;
        border: none;
        border-bottom: 1px solid #00377b;
        font-weight: normal;
    }

    .MascheraAste .tab-content {
        border: solid 1px #f6f8fa;
        border-top: 2px solid #00377b;
        background-color: #f6f8fa;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }

        .MascheraAste .tab-content h3 {
            color: #333;
            font-size: 24px;
            line-height: 1.1;
            border-bottom: none;
            background: none;
            padding: 0;
            margin: 20px 0 10px 0;
        }

        .MascheraAste .tab-content hr {
            border-top: 1px solid #EEE;
        }

    .MascheraAste .form-group {
        margin-bottom: 0;
    }

        .MascheraAste .form-group div {
            margin-bottom: 15px;
        }

        .MascheraAste .form-group .input-group {
            margin-bottom: 0;
        }

    .MascheraAste .form-control {
        color: #808080;
        font-weight: 500;
        background-color: #FCFCFC;
        border: 1px solid #e0e0e0;
        border-radius: 0;
        padding: 8px 15px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

        .MascheraAste .form-control:focus {
            color: #808080;
            border: 1px solid #d8d8d8;
            opacity: 1;
        }

        .MascheraAste .form-control::-moz-placeholder {
            color: #888;
            opacity: 1;
        }

        .MascheraAste .form-control:-ms-input-placeholder {
            color: #888;
        }

        .MascheraAste .form-control::-webkit-input-placeholder {
            color: #888;
        }

    .MascheraAste .input-group-addon {
        color: #036;
        text-align: center;
        background-color: #E0E0E0;
        border: 1px solid #e0e0e0;
        border-right: none;
        border-radius: 0;
    }


    .MascheraAste .margin-15 {
        margin-bottom: 15px;
    }

    .MascheraAste .btn {
        padding: 12px 15px;
        webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .MascheraAste .btn-default {
        background-color: #dadada;
        border-color: #dadada;
        color: #333030;
    }

        .MascheraAste .btn-default:hover {
            border-color: #BBB;
            background-color: #BBB;
            color: #333030;
        }


/*image checkbox*/
.image-checkbox {
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 15px 30px 0;
    display: inline-block;
    width: 100px;
    height: 105px;
    border: none;
}

    .image-checkbox input[type="checkbox"] {
        display: none;
    }

.image-checkbox-checked {
}

.image-checkbox label {
    position: absolute;
    top: 60px;
    display: block;
    width: 100px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    margin-top: 0;
    border: none;
}

.image-checkbox.image-checkbox-checked label {
    color: #036;
}

.asteBandite {
    background: url('../images/aste/asta_bandite_off.png') no-repeat top center;
    background-size: 50px;
}

    .asteBandite.image-checkbox-checked {
        background: url('../images/aste/asta_bandite_on.png') no-repeat top center;
        background-size: 50px;
    }

.asteTelematiche {
    background: url('../images/aste/asta_telematica_off.png') no-repeat top center;
    background-size: 50px;
}

    .asteTelematiche.image-checkbox-checked {
        background: url('../images/aste/asta_telematica_on.png') no-repeat top center;
        background-size: 50px;
    }

.storiche {
    background: url('../images/aste/asta_storica_off.png') no-repeat top center;
    background-size: 50px;
}

    .storiche.image-checkbox-checked {
        background: url('../images/aste/asta_storica_on.png') no-repeat top center;
        background-size: 50px;
    }

.mediaFoto {
    background: url('../images/aste/photo_off.png') no-repeat top center;
    background-size: 50px;
}

    .mediaFoto.image-checkbox-checked {
        background: url('../images/aste/photo_on.png') no-repeat top center;
        background-size: 50px;
    }

.mediaPlanimetria {
    background: url('../images/aste/planimetria_off.png') no-repeat top center;
    background-size: 50px;
}

    .mediaPlanimetria.image-checkbox-checked {
        background: url('../images/aste/planimetria_on.png') no-repeat top center;
        background-size: 50px;
    }

.mediaTour {
    background: url('../images/aste/virtual_360_off.png') no-repeat top center;
    background-size: 50px;
}

    .mediaTour.image-checkbox-checked {
        background: url('../images/aste/virtual_360_on.png') no-repeat top center;
        background-size: 50px;
    }

.mediaVideo {
    background: url('../images/aste/video_off.png') no-repeat top center;
    background-size: 50px;
}

    .mediaVideo.image-checkbox-checked {
        background: url('../images/aste/video_on.png') no-repeat top center;
        background-size: 50px;
    }

.paginazione_pagina_di {
    color: black !important;
    font-weight: bold;
    height: 2.0em;
    padding-top: 0px !important;
}
