.block-search .form-text,
.search-form .form-text {
    border-color: #822433;
    border-radius: 0;
    border-right: 0;
    box-shadow: none;
}

.biblioteca .block-search .form-text,
.biblioteca .search-form .form-text {
    border-color: #52514B;
}

.centro .block-search .form-text,
.centro .search-form .form-text {
    border-color: #146255;
}

.dipartimento .block-search .form-text,
.dipartimento .search-form .form-text {
    border-color: #005866;
}

.facolta .block-search .form-text,
.facolta .search-form .form-text {
    border-color: #2b425c;
}

.museo .block-search .form-text,
.museo .search-form .form-text {
    border-color: #534F2C;
}

.block-search button,
.search-form button {
    border-radius: 0;
    border-left: 0;
    background: none !important;
    box-shadow: none ! important;
    outline: none !important;
    border-color: #822433 !important;
}

.biblioteca .block-search button,
.biblioteca .search-form button {
    border-color: #52514B !important;
}

.centro .block-search button,
.centro .search-form button {
    border-color: #146255 !important;
}

.dipartimento .block-search button,
.dipartimento .search-form button {
    border-color: #005866 !important;
}

.facolta .block-search button,
.facolta .search-form button {
    border-color: #2b425c !important;
}

.museo .block-search button,
.museo .search-form button {
    border-color: #534F2C !important;
}

.block-search button .icon:before,
.search-form button .icon:before {
    color: #822433;
}

.biblioteca .block-search button .icon:before,
.biblioteca .search-form button .icon:before {
    color: #52514B;
}

.centro .block-search button .icon:before,
.centro .search-form button .icon:before {
    color: #146255;
}

.dipartimento .block-search button .icon:before,
.dipartimento .search-form button .icon:before {
    color: #005866;
}

.facolta .block-search button .icon:before,
.facolta .search-form button .icon:before {
    color: #2b425c;
}

.museo .block-search button .icon:before,
.museo .search-form button .icon:before {
    color: #534F2C;
}

.block-search button .icon,
.search-form button .icon {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}


/*
 * SEARCH BLOCK IN HEADER
 */
header .block-search {
    margin: 0 !important;
    float: right !important;
}

header .block-search .form-group {
    margin: 0;
}

header .block-search .form-text {
    height: 28px;
    padding: 2px;
}

header .block-search button {
    padding: 0 5px;
    height: 28px;
}

@media screen and (max-width: 767px) {
    header .block-search {
        margin: 0 15px 20px !important;
        float: none !important;
    }

    header .block-search .form-text {
        height: 40px;
        padding: 5px;
        font-size: 22px;
        font-weight: 300;
    }

    header .block-search .input-group-btn {
        width: 1% !important;   
    }

    header .block-search button {
        height: 40px;
    }
}


/*
 * SEARCH PAGE
 */
.page-search .search-form .form-text {
    height: 60px;
    font-size: 26px;
    font-weight: 300;
    border-width: 5px;
}

.page-search .search-form button {
    height: 60px;
    border-width: 5px;
}

.page-search .search-form button .icon:before {
    font-size: 25px;
}

.page-search #block-system-main h2 {
    display: none;
}

.page-search .search-info {
    display: none;
}