@charset "utf-8";

/* 
    Todas as customizacoes do primefaces vao estar neste arquivo

    Author     : Arthur Gregorio
    Created on : 26/10/2015
*/

/* customizacao da apreentacao do texto dos botoes */
.ui-button {
    height: auto;
    min-height: 34px;
    text-shadow: none !important;
    background-image: none !important;
    text-overflow: ellipsis;
    white-space: pre-line;
}

.form-control, .form-control-select, .form-control-select .ui-selectonemenu-label {
    height: 100% !important;
    min-height: 34px !important;
}

/* customizacao do componente de mensagem */
.ui-messages > div {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: white;
    font-size: 16px;
}
.ui-messages-error {
    border-color: #d73925 !important;
    background-color: #dd4b39 !important;
}
.ui-messages-warn {
    border-color: #e08e0b !important;
    background-color: #f39c12 !important;
}
.ui-messages-info {
    border-color: #00acd6 !important;
    background-color: #00c0ef !important;
}
.ui-messages ul {
    margin: 0 !important;
}
.ui-messages span.ui-messages-info-icon,
.ui-messages span.ui-messages-warn-icon,
.ui-messages span.ui-messages-error-icon {
    display: none;
}
.ui-messages-warn-summary,
.ui-messages-error-summary,
.ui-messages-info-summary {
    margin-left: 0 !important;
    font-weight: 600 !important;
}

/* corrige a opacidade dos checkboxes das grids */
.ui-chkbox .ui-state-disabled {
    opacity: initial !important;
}

/* remove uma linha preta escrota da header das tabelas */
th[role="columnheader"].ui-state-default {
    border-color: #DDDDDD !important;
}

/* corrige a borda do paginador das datatables */
div.ui-paginator {
    border: 1px solid #dddddd !important;
    border-top: 0px !important;
}

/* corrige a borda da summary row */
.ui-datatable-summaryrow {
    border: 1px solid #dddddd !important;
}

/* posicionamento do check nos checkboxes de datatable */
span.ui-icon-check {
    position: relative;
    right: 1px;
    bottom: 1px;
}
span.ui-icon-minus {
    position: relative;
    right: 1px;
    bottom: 2px;
}

/* posicionamento da caixa do checkbox */
.ui-chkbox-box {
    position: relative;
    top: 4px;
}
.ui-chkbox-label {
    margin: 2px 0 0 5px !important;
}

/* corrige a exibicao do selectonemenu */
.ui-selectonemenu {
    height: 34px;
    min-width: 130px !important;
    display: block !important;
    position: relative !important;
    border-color: #d2d6de !important;
    border-radius: 0 !important;
}
.ui-selectonemenu-trigger {
    width: 30px !important;
    padding: 3px 6px !important;
    border-radius: 0 !important;
}
.ui-selectonemenu-label {
    padding: 6px !important;
}

/* customizacao dos paineis */
.ui-panel {
    padding: 0 !important;
    border: none !important;
}
.ui-panel .ui-panel-content {
    padding: 0 !important;
}

/* remove aquele asterisco porco dos forms */
.ui-outputlabel-rfi {
    display: none;
}

/* tira aquele fundo vermelho do label na hr da validacao */
label.ui-state-error {
    background: none !important;
}

/* corrige o label dos treenodes da arvore de permissoes */
.ui-treenode-label {
    position: relative;
    left: 3px;
}
.ui-tree-toggler {
    position: relative !important;
}
/*.ui-icon-triangle-1-e {*/
/*top: 4px;*/
/*background-position: initial !important;*/
/*background-image: url("") !important;*/
/*}*/
/*.ui-icon-triangle-1-s {*/
/*top: 4px;*/
/*background-position: initial !important;*/
/*background-image: url("") !important;*/
/*}*/

.ui-message-error-icon { background: none !important; }

/* customizacao do scroller */
.ui-datascroller-content {
    background: none !important;
    border: none !important;
    padding: 0px !important;
}

/* corrige o CSS no seletor da datatables */
th > div > div.ui-chkbox-box {
    position: inherit;
}
/* Corrige a cor dos botões*/
.btn-default {
    background-color: #f4f4f4 !important;
    color: #444 !important;
    border-color: #ddd !important;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
    background-color: #e7e7e7 !important;
}
.btn-primary {
    color: white !important;
    background-color: #3c8dbc !important;
    border-color: #367fa9 !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
    background-color: #367fa9 !important;
}
.btn-success {
    color: white !important;
    background-color: #00a65a !important;
    border-color: #008d4c !important;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
    background-color: #008d4c !important;
}
.btn-info {
    color: white !important;
    background-color: #00c0ef !important;
    border-color: #00acd6 !important;
}
.btn-info:hover,
.btn-info:active,
.btn-info.hover {
    background-color: #00acd6 !important;
}
.btn-danger {
    color: white !important;
    background-color: #dd4b39 !important;
    border-color: #d73925 !important;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
    background-color: #d73925 !important;
}
.btn-warning {
    color: white !important;
    background-color: #f39c12 !important;
    border-color: #e08e0b !important;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
    background-color: #e08e0b !important;
}

/* customizacao do componente de DataTable */
.ui-datatable-tablewrapper{
    overflow: visible !important;
}

.message-info {
    color: #00acd6;
}

/* Customização do conteúdo dos componentes, removido a borda */
.no-border > .ui-widget-content {
    border: none;
}

.row-toggler-btn .ui-row-toggler:hover {
    color: #FFFFFF !important;
    background-color: #00ABAF !important;
}

.row-toggler-btn .ui-row-toggler {
    margin: 0.5rem !important;
    background-color: #FFFFFF !important;
    color: #00ABAF !important;
    border: .1rem solid #00ABAF !important;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
}

.row-toggler-btn-users-icon .ui-row-toggler:before {
    background: none repeat scroll 0 0 transparent!important;
    text-indent: 0!important;display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c0";
    padding-right: 0.8rem;
}

.btn-candidato-public {
    color: #00ABAF !important;
    background-color: #FFFFFF !important;
    border: .1rem solid #00ABAF !important;
    border-radius: .5rem !important;
}

/* Customizado o tamanho da fonte dos icones do Font Awesome */
.ui-widget .ui-icon.fa, .ui-icon.fa {
    height: 1.9rem;
    width: 1.9rem;
}

.table-candidate-public .ui-state-default {
    background-color: #FFFFFF !important;
    background-image: none !important;
    color: #00ABAF !important;
    cursor: auto;
}

.btn-candidato-public:hover {
    color: #FFFFFF !important;
    background-color: #00ABAF !important;
}

.table-candidate-public tr:nth-of-type(even) {
    background-color: #FFFFFF !important;
}

.table-candidate-public tr:nth-of-type(odd) {
    background-color: #FAFAFA !important;
}

.content-center {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.content-left {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: left !important;
}

.content-right {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: right !important;
}

.funkyradio label {
    padding-left: 40px;
    text-indent: 1em !important;
}

.fa-nps-config {
    font-size: 7vw !important;
    margin: .2vw !important;
    padding: 0vw 1vw !important;
    text-decoration: none !important;
}

@media (min-width: 768px) {
    .fa-nps-config {
        font-size: 5vw !important;
    }
}

@media (min-width: 992px) {
    .fa-nps-config {
        font-size: 4vw !important;
    }
}

@media (min-width: 1200px) {
    .fa-nps-config {
        font-size: 3vw !important;
    }
}

@media (min-width: 1500px) {
    .fa-nps-config {
        font-size: 2vw !important;
    }
}

.custom-select-one-radio-stripe {
    background-color: #cccccc;
    padding: 2rem 1rem;
}

.custom-select-one-radio-stripe-white {
    background-color: #e8e8e8 !important;
}

.custom-select-one-list-box {
    width: 100% !important;
}

.custom-select-one-list-box .ui-selectlistbox-item {
    padding: 5px 15px !important;
}

.custom-select-one-list-box .ui-selectlistbox-item:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.custom-select-one-list-box .ui-selectlistbox-item:hover {
    background-color: #e6e6e6;
}

.custom-select-one-radio-config {
    position: relative;
    line-height: 2.5em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    background-color: #ffffff;
    padding-left: 40px;
    text-indent: 1em !important;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: inherit;
    text-decoration: none;
}

.custom-select-one-radio-config:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    font-weight: bold;
    border-radius: 3px 0 0 3px;
}

.custom-select-one-radio-config:hover, .custom-select-one-radio-config:focus {
    text-decoration: none;
    color: #C2C2C2;
}

.custom-select-one-radio-config:hover::before {
    content: '\2714';
}

.custom-select-one-radio-config-selected:before {
    color: #fff;
    background-color: #5cb85c;
    content: '\2714';
    text-indent: .9em;
}

.main-header-environment {
    min-height: 3rem;
    color: #FFFFFF;
    text-align: center;
    font-size: 2rem;
    padding: 0.5rem 0rem;
}

.header-beta {
    background-color: #ff0000;
}

.header-test {
    background-color: #ff0000;
}

.header-rc {
    background-color: #f39c12;
}

.header-final {
    background-color: #ffffff;
}

.btn-custom-spacer {
    margin: .3rem .3rem;
}

.rectification-color > .table-inf-description, .rectification-color > .table-inf-description a {
    color: #ff0000;
}