@CHARSET "ISO-8859-1";
/* 
    Created on : 19/02/2014, 09:46:02
    Author     : ideiatec
*/
html{
    height: 100%;
}

body{
    background: no-repeat scroll center top white;
    margin: 0px;
    padding: 0px;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

image{
    border: inherit;
    margin: 0px;
    padding: 0px;
}

input[type="text"],
input[type="password"],
input[type="textarea"] {
    padding: 4px !important;
    color: #212121 !important;
    border: 1px solid #666 !important;
    box-shadow: none !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="textarea"]:focus{
    box-shadow: 0px 0px 5px #0B7199 !important;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="textarea"]:disabled{
    background-color: gainsboro!important;
    opacity: 1.0 !important;
}

input[type="text"].ui-state-error,
input[type="password"].ui-state-error,
input[type="textarea"].ui-state-error,
div.ui-state-error{
    border: 1px solid #cd0a0a !important;
}

.ui-state-disabled{
    background-color: gainsboro !important;
    opacity: 1.0 !important;
}

.ui-selectonemenu.ui-state-disabled .ui-selectonemenu-label {
    background-color: gainsboro !important;
    opacity: 1.0 !important;
}

select{
    height: 25px;
}

select:disabled{
    background-color: gainsboro !important;
    opacity: 1.0 !important;
}

.ui-corner-all {
    border-radius: 0px !important;
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif !important;
    font-size: 12px !important;
}

/* COMBO-BOX */
.ui-selectonemenu {
    border: 1px solid #666 !important;
    /*border: none !important;*/
}

.ui-selectonemenu .ui-inputfield {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: none;
    color: #212121;
}

.ui-selectonemenu-label{
    border: none !important;
}
/* FIM COMBO-BOX*/

/* AUTO COMPLETE */
.ui-autocomplete .ui-autocomplete-input {
    background: none repeat scroll 0% 0% #FFF;
    padding-top: 4px;
    color: #212121;
    border: 1px solid #666;
    box-shadow: none;
}

.ui-autocomplete-input.ui-inputfield.ui-state-focus {
    box-shadow: 0px 0px 5px #0B7199;
}
/* FIM COMPLETE*/

/* ESCURIDAO DO MODAL */
.ui-widget-overlay {
    opacity: 0.6;
}
/* FIM ESCURIDAO DO MODAL */

/* FILTER DATA GRID */
.ui-widget-header .ui-inputfield, .ui-widget-content .ui-inputfield{
    /* background: none repeat scroll 0% 0% #FFF; */
    padding-top: 3px;
    color: #212121;
    border: 1px solid #666;
    box-shadow: none;
}
.ui-inputfield.ui-state-focus, .ui-widget-content .ui-inputfield.ui-state-focus, .ui-widget-header .ui-inputfield.ui-state-focus{
    box-shadow: 0px 0px 5px #0B7199;
}
/* FIM FILTER DATA GRID */

/* PAGINADOR TOP DATA GRID */
div.ui-paginator.ui-paginator-top.ui-widget-header.ui-corner-top{
    display: none;
}

/* BOTAO TECLADO VIRTUAL */
.keypad-key {
    min-width: 48px !important;
    height: 48px !important;
    font-size: 14px !important;
}

.left-top {
    vertical-align: top;
    float: left;
}

.left-middle {
    vertical-align: middle;
    float: left;
}

.right-top {
    vertical-align: top;
    float: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.padding10 {
    padding: 10px;
}

.buttonLink{
    cursor: pointer;
}

.buttonLink:hover{
    box-shadow: 0px 0px 5px #FFF;
}

.buttonLink:active{
    box-shadow: 0px 0px 5px #FFF;
    position: relative;
    left: 2px;
    top: 2px;
}

.iconeButton{
    font-size: 20px;
    width: 24px;
    height: 24px;
    top: 37% !important;
    color: #FFF;
}

.iconeButtonIcon{
    font-size: 20px;
    width: 24px;
    height: 24px;
    top: 42% !important;
    color: #FFF;
    left: 37% !important;
}

.iconeButtonContent{
    font-size: 20px;
    width: 24px;
    height: 24px;
    top: 37% !important;
    color: #FFF;
    left: 35% !important;
}

.iconeBranco{
    font-size: 24px;
    color: #FFF;
}

.iconeAzul{
    font-size: 24px;
    color: #0078AE;
}

.iconeVermelho{
    font-size: 24px;
    color: #cd0a0a;
}

div#header{
    height: 50px;
    width: 100%;
    text-align: center;
    position: fixed;
    z-index: 999;
    top: 0px;
}

div#content{
    /*    height: 87%;
        background-image: linear-gradient(to bottom, #EBF2F5, #82B3C5 130%);*/
}

div#footer{
    clear:both;
    text-align: center;
    color: #666;
    min-height: 60px;
}

div#footerLabel{
    border-top: 1px solid #CCC;
    min-height: 39px;
    top: 20px;
    position: relative;
    background: no-repeat scroll center top #fff;
    font-size: 10px;
}

.data_table{
    border: 1px solid #A6C9E2;
    border-radius: 5px;
}

/* Definir mesmo tamanho para as linhas da tabela COM ou SEM botões */
.dt_row_painelGuias{
    height: 49px !important;
}

/* altura mínima da linha para que o scroll da tabela não "invada" a última coluna e desalinhe as anteriores */
.dt_row_faturamentosEnviados{
    height: 25px !important;
}

.labelTitleForm{
    display: inline-block;
    margin: 2px;
    font-weight: bold;
    white-space: nowrap;
}

.labelForm{
    display: inline-block;
    margin: 2px;
}

.labelFormRequired{
    display: inline-block;
    margin: 2px;
    color: red;
}

.labelFormRequired .labelForm{
    color: black;
}

.labelBoldRed{
    color: red;
    font-weight: bold;
}

.labelBoldBlue{
    color: blue;
    font-weight: bold;
}

.labelRed{
    color: red !important;
}

.labelBlue{
    color: blue !important;
}

.labelBlack{
    color: black;
}

.buttonForm{
    display: inline-block;
    margin: 2px;
    height: 40px;
}

.buttonFormIcon{
    display: inline-block;
    margin: 2px;
    height: 36px;
    width: 36px;
}

.buttonFormIconReduzido{
    display: inline-block;
    margin: 1px;
    height: 30.1px;
    width: 30.1px;
}

.buttonFormContent{
    display: inline-block;
    margin: 2px;
    height: 30px;
}

.buttonFormIconContent{
    display: inline-block;
    height: 30px;
    width: 28px;
}

.inputForm{
    margin: 2px;
}

.panelForm{
    width: 980px;
    margin: 143px auto 0px;
}

.panelFormSobBtnFixedTop{
    width: 980px;
    margin: 90px auto 0px;
    margin-top: 152px;
}

.panelFormGuiaMedico{
    width: 960px;
    margin: 5px auto 0px;
}

.headerPanelForm{
    width: 980px;
    margin: 10px auto 0px;
    height: 30px;
}

.headerPanelFormIcon{
    margin: 0px 10px 0px 10px;
    font-size: 24px;
    color: #0078AE;
}

.labelHeaderPanelForm{
    font-size: 14px !important;
    color: #0078AE;
    margin-top: 3px;
}
.headerPanelFormFull{
    margin: 5px auto 0px;
    height: 30px;
    margin-left: 15px;
}
.labelHeaderPanelFormTitle{
    font-size: 14px !important;
    color: #0078AE;
    font-weight: bold;
    margin-top: 3px;
}

.labelHeaderPanelFormTitleBig{
    font-size: 16px !important;
    color: #0078AE;
    font-weight: bold;
    margin-top: 3px;
}

.labelHeaderPanel{
    font-size: 14px !important;
    color: #0078AE;
    display: inline-block;
    margin-top: 15px;
}

.headerPanelFormFixed{
    width: 100%;
    position: fixed;
    background-color: #ffffff;
    margin: 0px auto 0px;
    top: 50px;
    z-index: 998;
}

.FooterDtScrollerGuiaMedico{
    width: 980px;
    margin: 5px auto 0px;
    text-align: center;
}

.panelFormButton{
    margin: 0px auto;
    width: 980px;
    background-color: #fff;
    border: 1px solid #fff;
}

/* PRIMEFACES SOBRESCRITO */
.ui-panel {
    padding: 0px !important;
}

.ui-menu .ui-menuitem-text {
    margin-left: 10px;
    margin-top: 5px;
    font-size: 14px;
}

.ui-button-text-icon-left .ui-button-text {
    padding: .3em 1em .3em 3.1em;
}

.ui-datatable-scrollable-body::-webkit-scrollbar-thumb{
    background-color: silver;
}

.ui-datascroller .ui-datascroller-item {
    border-bottom: 1px solid #A8A8A8;
}

.ui-datalist {
    border: 0px;
}

.ui-treenode-label .ui-corner-all .ui-state-highlight{
    border: 0px !important;
    background: white !important;
    color: black !important;
}

/***************************** MEDIA QUERIES **********************************/
/* Padronizar nome das classes criadas para media Queries, iniciando com 'mq' */

@media (max-width:540px){
    .mqPanelGroup{
        width: 80% !important;
    }
}

@media (max-width:640px){
    .mqDialogMsgGlobal{
        width: 90% !important;
    }

    /* CLASSE SOBRESCRITA */
    .data_table{
        white-space: normal !important;
    }

    /* PRIMEFACES SOBRESCRITO */
    .ui-datatable-reflow .ui-datatable-data td {
        text-align: left !important;
    }
    .ui-datatable-reflow .ui-datatable-data td .ui-column-title {
        font-weight: bold;
    }
}


@media (min-width:641px){
    .mqFloatRight {
        float: right;
    }

    .mqDialogMsgGlobal{
        width: 80% !important;
    }
}

@media (max-width:770px){
    .mqLogo {
        width: 50%;
        margin: 0px 20%;
    }

    .mqPngHeaderTitleBig {
        margin: 10px auto 10px;
        transition: margin 0.5s;
    }

    /* PRIMEFACES SOBRESCRITO */
    .ui-panelgrid .ui-grid-responsive .ui-grid-row {
        border: none;
    }
}

@media (min-width:771px){
    .mqLogo {
        width: 40%;
        margin: 0px 27%;
    }

    .mqPngHeaderTitleBig {
        margin: 0px auto 10px;
        transition: margin 0.5s;
    }

    .mqPanel {
        width: 30% !important;
    }

    .mqDialogMsgGlobal{
        width: 60% !important;
    }
}

@media screen and (max-width:767px){
    .lblNomePortal, .headerPanelFormMobileHidden{display:none;}               
}

@media screen and (max-width:471px){
    .lblSessao{display:none;}               
}

.botoes-aba{
    overflow: hidden;
    background-color: #e8e8e8;
    font-size: 14px;
    height: 50px;
    width: 103%;
    border-width: 1px;
    border-radius: 2px;
}
.botoes-aba-focus{
    background-color: #0277bd !important;
    color:  white !important;
    overflow: hidden;
    font-size: 14px;
    height: 50px;
    width: 103%;
    border-width: 1px;
    border-radius: 2px;
}
.headInfo{
    background-color: #2191c0;
    height: 15px;
    padding: 2px
}


.tree ul {
    padding-top: 20px; position: relative;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li {
    float: left; text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
    content: '';
    position: absolute; top: 0; right: 50%;
    border-top: 1px solid #ccc;
    width: 50%; height: 20px;
}
.tree li::after{
    right: auto; left: 50%;
    border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
    display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
    border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
    content: '';
    position: absolute; top: 0; left: 50%;
    border-left: 1px solid #ccc;
    width: 0; height: 20px;
}

.tree li a{
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
    background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
    border-color:  #94a0b4;
}

/*Thats all. I hope you enjoyed it.
Thanks :)*/

.exception-type {
    background-color: #cd0a0a;
    width: 100%;
    height: 50%;
    padding: 100px 100px 0 100px;
    box-sizing: border-box;
    text-align: center;
}

.exception-type img {
    width: 50%;
}

.exception-panel {
    text-align: center;
    width: 350px;
    padding: 50px 50px;
    margin: -10% auto 0 auto;
    z-index: 100;

    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #ffffff;
    padding: 16px;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.exception-panel h1 {
    font-size: 36px;
    line-height: 36px;
}

.exception-panel h2 {
    margin: 20px 0px 100px 0px;
}
.inputfilter{
    width: 95%!important;
}

.calendar input{
    height: 20px;
}
.calendar button{
    height: 30px !important;
}
.selectOneMenu{
    padding: 0px !important;
    height: 30px
}          
.ui-selectonemenu-filter-container {
    width: 89%;
}
.ui-selectonemenu-filter-container span{
    visibility: hidden !important;
}
.as-sidebar{
    position: fixed !important;
    top: 52px !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 300px !important;

    z-index: 9998 !important;
    transition: 0.8s !important;
    overflow-y: auto !important;

    border-right: 1px solid #eaeaea;

}
