span.error {
    color: #ff0000;
    font-size: 12px;
}

label {
    font-size: 12px;
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 0.5rem;
}

.rq1 label {
    color: #ff0000;
}

.form-control, .select2-selection.select2-selection--single, .select2-selection.select2-selection--multiple {
    background-color: #e8f0fe;
    color: #0b0b0b;
    border-radius: 3px;
}

/* select2 */
.select2-dropdown {
    border-color: #e5e5e5;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 22px;
    margin-right: 10px;
}

.select2-selection.select2-selection--single, .select2-selection.select2-selection--multiple {
    border: 1px solid #e5e5e5;
    min-height: 45px;
    padding-top: 1px;
    font-size: 16px;
    border-radius: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

.select2 {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .select2 {
        width: 100% !important;
    }
}

.select2-container .select2-search--inline .select2-search__field {
    padding-left: 8px;
}

.select2-results__option {
    padding-top: 2px;
    padding-bottom: 2px;
}

.card-footer .form-btn {
    text-align: right;
}

.card-header .form-btn {
    float: right;
}

.card-footer {
    border-top: 1px solid #e5e5e5;
}

.card-header {
    border-bottom: 1px solid #e5e5e5;
}

.card-header h4 {
    margin: 0;
}

.inner-page-title {
    top: 17%;
}

.box-foto {
    width: 150px;
    height: 150px;
    display: block;
    float: left;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.box-foto img {
    height: 100%;
}

@media screen and (min-width: 1500px) {
    #containerMain {
        max-width: 66%;
    }
}

.box-user {
    background-color: #e5e5e5;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.profile-img .box-user .fa-user {
    font-size: 73px;
}

#navbarSupportedContent .box-user {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    line-height: 0;
}

#navbarSupportedContent .box-user .fa-user {
    font-size: 37px;
}

.box-profile-img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.profile-img .box-profile-img {
    width: 150px;
    height: 150px;
}

#navbarSupportedContent .box-profile-img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.profilo-dx .box-icon {
    height: 70px;
    width: 70px;
    line-height: 59px;
    font-size: 2rem;
    text-align: center;
    border-radius: 50%;
    margin-top: -35px;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 5px;
    border-color: #78b9eb;
    background-color: #1678c4;
}

.profilo-dx .box-icon a {
    color: #ffffff;
}

.profilo-dx .box-icon:hover {
    background-color: #1d9ca4;
}

.rating {
    float: left;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}

.rating:not(:checked) > label {
    float: right;
    width: 1em;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #ddd;
    text-shadow: 1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: #f70;
    text-shadow: 1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
    text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating > label:active {
    position: relative;
    top: 2px;
    left: 2px;
}

.custom-bread .profile-feed-items i {
    font-size: 21px;
    display: inline-block;
}

.ico-count {
    font-size: 20px;
}

.ico-count i {
    font-size: 30px;
}

.text-processor {
    position: relative;
}

.text-processor .readmore {
    display: none;
}

.text-processor .more {
    font-weight: bold;
    width: 100%;
    text-align: right;
    color: #000;
    position: absolute;
    background-color: #ffffff;
    bottom: 0;
    right: 0;
    padding-left: 50px;
    padding-right: 10px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}

.user-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.post-data {
    font-size: 13px;
}

.main-footer {
    font-size: 12px;
}

.profile-detail h3 span {
    background-color: #ffffff;
    padding: 0 20px;
}

.img-container {
    height: 80px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url('../images/cover_utente.jpg');
}

.tree-user {
    background-color: #f5f5f5;
    padding-left: 20px;
    list-style-type: none;
}

.categorys li {
    border-bottom: 1px solid #e5e5e5;
}

.categorys li:last-child {
    border-bottom: 0;
}

.categorys li a {
    margin: 5px 0;
}

.banner-dx {
    margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
    .art-img {
        height: 250px;
        background-color: #f6f6f6;
        text-align: center;
        overflow: hidden;
    }

    .art-img img {
        height: 100%;
    }
}

@media screen and (max-width: 766px) {
    .art-img img {
        width: 100%;
    }
}

.card-header-custom {
    padding-bottom: 0;
}

.card-header-tabs {
    margin-bottom: 0
}

.card-header-tabs a {
    padding: .4rem 1rem;
}

.iq-search-bar .search-input {
    border-radius: 0;
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

#navbarSupportedContent .nome-utente {
    width: 150px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* google map */
.infoWindow h3 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #1d9ca4;
}

.tipo-1 {
    background-color: #ffe4e4;
}

.dropdown-custom > a {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 10px);
    padding: .6rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #e8f0fe;
    color: #0b0b0b;
    border-radius: 3px;
}

.dropdown-custom > a:after {
    float: right;
    margin-top: 10px;
    color: #888;
}

.dropdown-custom .dropdown-menu {
    padding: 10px;
    border-radius: 0;
    width: 95%;
}

.dropdown-custom .dropdown-menu label {
    width: 100%;
}

.dropdown-custom .dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
}
