﻿

#searchCompanyBox {
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 28px;
    background-color: #FFF;
    border: 1px solid #F0F0F0;
    border-bottom: 0px;
    cursor: pointer;
}

.CompanyItem {
    color: #86898C;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.CompanyItem:hover {
    background-color: #F9F9F9;
}

select:disabled {
    color: #DDD !important;
}

.erro {
    border-bottom: 2px solid #FF0000 !important;
}

.boxNotificacoesPage {
    width: auto;
    height: auto;
    background-color: #ffffff;
    margin-top: 28px;
    border-radius: 5px;
    border: solid 1px #cecece;
    -webkit-box-shadow: 0px 0px 30px -8px rgba(179,179,179,1);
    -moz-box-shadow: 0px 0px 30px -8px rgba(179,179,179,1);
    box-shadow: 0px 0px 30px -8px rgba(179,179,179,1);
    display: block;
    z-index: 99;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    padding: 30px;
}

.boxNotificacoesPage .verTodos {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #1a2452;
}

    .boxNotificacoesPage .verTodos:hover {
        color: #666666;
        cursor: pointer;
    }

    .boxNotificacoesPage .notificacao {
        color: #656872;
        font-variant: normal;
        float: left;
        width: 100%;
        padding-left: 25px;
        padding-top: 10px;
        padding-bottom: 4px;
        padding-right: 25px;
        border-bottom: solid 1px #e6e6e6;
    }

        .boxNotificacoesPage .notificacao:hover {
            background-color: #fafafa;
        }

    .boxNotificacoesPage strong {
        font-size: 14px;
        color: #1a2452;
        float: left;
        width: 200px;
    }

    .boxNotificacoesPage span {
        font-size: 12px;
        color: #666973;
        float: left;
        width: 130px;
        text-align: right;
    }
.boxNotificacoesPage p {
    font-size: 14px !important;
    color: #acaeb7;
    float: left;
    width: 100%;
    padding-top: 2px;
}

/******* BOX DA BUSCA NA HOME *****/
/*
#SearchBox {
    width: 641px;
    margin-right: 50px;
    border: 1px solid #E0E0E0;
    z-index: 999;
    position: absolute;
    top:49px;
    background-color: #FFF;
}
*/
#SearchLoading {
    margin: 20px auto;
    width: 100%;
    font-size: 22px;
}

.searchItem {
    color: #333333;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

    .searchItem:hover {
        background-color: #F0F0F0;
    }


