/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14/12/2016, 11:37:19
    Author     : CarlosAlexandre
*/
@media (min-width: 1061px) {
    .label-header{
        font-size: 11px;
    }
}
@media (max-width: 1060px) {
    .label-header{
        font-size: 9px;
    }    
}
@media (min-width: 1025px) {
    .route-bar{
        height: 35px !important;
    }
}
@media (max-width: 1024px) {
    .route-bar{
        height: 60px !important;
    }
}

@media (min-width: 641px){
    .login-body .login-panel{
        padding-top: 30px !important;
        overflow: hidden !important;
    }
    .dadosLoginMin {
        display: none;
    }
    #pnlLoginLeft{
        display: block;
    }
}


@media (max-width: 1024px){
    #pnlLoginLeft{
        width: 60% !important;
    }
    .header-top-text {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 8px 16px;
        color: #5f666c;
        position: relative;
    }
}

body .ui-button.red-btn {
    background-color: #FF0000; }
body .ui-button.red-btn.ui-state-hover {
    background-color: #CD0000; }
body .ui-button.red-btn.ui-state-focus {
    background-color: #CD0000; }
body .ui-button.red-btn.ui-state-active {
    background-color: #FF0000; }

.layout-wrapper .layout-main .layout-main-content{
    padding: 0 !important;
}   

.cssLabel{
    font-weight: bold !important;
}


.ui-panelgrid-blank{
    padding: 0 !important;
}
.select50{
    min-width: 50% !important;
    width: 50%  !important;
}
.select100{
    min-width: 100% !important;
    width: 100%  !important;
}
.input-under {
    display:block;
}
.form-group-line .ui-grid-row{
    display: inline-block !important;    
}
.form-group-line .ui-panelgrid-cell{
    padding: 2px !important;
}
.form-group-pd{
    padding: 2px;
}
.ui-outputlabel .ui-state-disabled {
    opacity: .90 !important;
    filter: Alpha(Opacity=90) !important;
    background-color: #EEEEEE !important;
}
input.ui-state-disabled {
    opacity: .90 !important;
    filter: Alpha(Opacity=90) !important;
    background-color: #EEEEEE !important;
}
textarea.ui-state-disabled {
    opacity: .90 !important;
    filter: Alpha(Opacity=90) !important;
    background-color: #EEEEEE !important;
}
div.ui-state-disabled {
    opacity: .90 !important;
    filter: Alpha(Opacity=90) !important;
    background-color: #EEEEEE !important;
}
.modalForm{
    z-index: 1 !important;
}
.mensagem
{color:red;font-weight:bold;}
/* Utilizar caso de algum problema la largura dos formularios
.card.card-w-title {
    height:100% !important;
    width: 97% !important;
}
.card.clearfix {
    height:10% !important;
    width: 97% !important;
}
*/