@CHARSET "ISO-8859-1";
/* 
    Created on : 19/02/2014, 09:46:02
    Author     : ideiatec
*/

/**************************************************************************/
/*************************** PADRAO ***************************************/
/*************************************************************************/
.dtColumnNullV2{
}

.dtColumn100V2{
    width: 100%;
}

/**************************************************************************/
/*************************** FORM ***************************************/
/*************************************************************************/

.labelHeaderPanelFormV2{
    margin: 0px 10px 10px 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #607D8B !important;
}

.panelFormV2{
    margin: 0px auto;
}

.panelFormTitleV2{
    padding: 0px;
    border-bottom: 1px solid #d4ccb0;
    margin-bottom: 15px;
}

.labelFormTitlePanelV2{
    display: inline-block;
    margin: 2px;
    padding-bottom: 5px;
    font-weight: bold;
}

.fixarV2 {
    position: fixed !important;
    top: 0px !important;
}

.fixarV2.barButtonV2{
    z-index: 999;
    padding-top: 0px !important;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    background-color: #f7f7f7;
    width: 100%;
}

.panelContentMarginV2{
    margin-top: 75px;
}

.labelFormV2{
    display: inline-block;
    color: #607D8B !important;
    line-height: 15px;
    font-size: 16px !important;
}

.labelTitleInfoV2{
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.labelInfoV2{
    width: 100%;
    font-size: 11px;
    color:#757575;
}

.labelFormRequiredV2{
    color: #e62a10;
    margin-right: 3px;
}

.inputFormV2{
    width: 100% !important;
}

.buttonSmallV2{
    display: inline-block;
    height: 36px;
    font-weight: normal !important;
}

.dtTableFormV2{
    font-size: 12px !important;
}

.buttonBarV2{
    display: inline-block;
    height: 36px;
    font-weight: normal !important;
}

.barButtonPopV2 {
    margin-top: 15px;
    border-top: 1px solid #bdbdbd;
}

.btnQuadradoIconV2{
    padding-left: 7px;
}

/**************************************************************************/
/*************************** CELULAR ***************************************/
/*************************************************************************/

@media (max-width: 640px){

    .buttonSmallV2 .ui-button-text {
        visibility: hidden !important;
    }

    .buttonSmallV2 {
        -moz-border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
        border-radius: 50% !important;
        width: 40px !important;
        height: 40px !important;
        padding-left: 0px !important;
    }

    .buttonSmallV2.ui-button.ui-button-text-icon-left .ui-icon {
        margin-left: -4px !important;
    }

    /* TITLE BOLD DATA-GRID CELULAR */
    .ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title {
        font-weight: bold;
    }

    /* REMOVENDO O ESQUISITO ORDER BY DATA-GRID */
    .ui-reflow-label{
        visibility: hidden !important;
        position: absolute !important;
        top: 0px !important;
        left: 0px !important;
    }
    
    .ui-reflow-dropdown{
        visibility: hidden !important;
        position: absolute !important;
        top: 0px !important;
        left: 0px !important;
    }
}

/**************************************************************************/
/*************************** SOBRESCRITO PRIMEFACES ***************************************/
/*************************************************************************/

/* TRABALHAR JUNTO COM O md-inputfield PARA AJUSTAR ALTURA DO CAMPO*/
.dtInputFieldV2{
    margin-top: 24px;
}

/**************************************************************************/
/*************************** SOBRESCRITO NAVEGADOR ***************************************/
/*************************************************************************/

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
