﻿
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    appearance: unset;
    display: inline-block;
    border: solid 2px #595959;
    border: solid 2px #939393;
    width: 20px;
    height: 20px;
    vertical-align: sub;
}

input[type="radio"]:disabled, input[type="checkbox"]:disabled, input[type="radio"].disabled, input[type="checkbox"].disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

input[type="radio"]:disabled:checked, input[type="checkbox"]:disabled:checked {
    background-color: #595959 !important;
}

input[type="radio"]:checked, input[type="checkbox"]:checked {
    background-color: #939393;
    background-color: #595959;
    border: solid 2px #595959;
    background-image: url('./../Content/images/check-mark-icon.svg');
    background-size: 80% 80%;
    background-position: center;
    background-repeat: no-repeat;
}

input[type="radio"] {
    border-radius: 50%;
}

.omite-selecionador.checked {
    border: solid 1px #000 !important;
}

.omite-selecionador.focus {
    border: solid 1px #888 !important;
}

.omite-selecionador input[type="radio"], .omite-selecionador input[type="checkbox"] {
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    border: none;
    opacity: 0;
}

.x-check-order {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: bottom;
    border: solid 1px #888;
    cursor: pointer;
}

*[data-label-check].focus {
    border: solid 1px #000;
}

.ponteiro {
    cursor: pointer;
}

table.table-revert tr {
    display: table-cell !important;
}

table.table-revert td, table.table-revert th {
    display: block !important;
    text-align: inherit !important;
}

table caption {
    text-align: inherit;
}

#imgLogo1, #imgLogo2 {
    max-height: 52px;
}

.jobSelect {
    display: table;
    width: 100%;
    height: 39px;
    padding: 0 20px 0 20px;
    border-bottom: 1px dotted #e2e2e2;
}

.jobSelect p {
    display: table-cell;
    /*text-align: center;*/
    vertical-align: middle;
    color: #00B0A8;
    font-weight: bold;
}

.jobSelect p span {
    color: #00b0a8;
}

.alert i span {
    font-family: Arial, sans-serif;
}

.decoraBreadCamps {
    background-color: #f2f2f2;
    height: 40px;
}

.tituloNav {
    float: left;
    color: #fff;
    margin-left: 25px;
    margin-top: 12px;
    font-size: 22px;
    font-weight: 300;
}

.ace-nav > li > a {
    background-color: #535456;
}

.ace-nav > li > a:hover {
    background-color: #A2A4A7;
}

#cphConteudo_pnl .sombra {
    -webkit-box-shadow: -15px 16px 24px -9px rgba(0,0,0,0.41);
    -moz-box-shadow: -15px 16px 24px -9px rgba(0,0,0,0.41);
    box-shadow: -15px 16px 24px -9px rgba(0,0,0,0.41);
}

.lblQuestao {
    font-size: 17px;
    font-family: Open Sans;
}

.lblInformacao {
    font-size: 12px;
    font-family: Open Sans;
    color: #428bca;
}

.divInfoClientes {
    width: 100px;
    height: 100px;
    display: none;
    background-color: antiquewhite;
}

.widget-box.transparent > .widget-header {
    background-color: #FFF;
}

.fonteDetalhe {
    font-family: Open Sans !important;
}

.quebraTexto {
    /*white-space: pre-wrap;*/
}

.lblAgendamento {
    margin-right: -70px;
    margin-top: 3px;
}

.lblLigacaoManual {
    margin-right: -70px;
    margin-top: 3px;
}

.lblLigacaoAgendada {
    margin-right: -70px;
    margin-top: 3px;
}

.txtAgendamento {
    padding-right: 10px;
}

.DescQuestCombo {
    font-size: 14px;
    font-weight: normal;
}

.botaoSalvar {
    float: right;
}

#dialogAguardaLigacao {
    overflow: visible;
    z-index: 50;
}

#dialogDespausarDiscadora {
    z-index: 100;
}

.statusAgente {
    position: fixed;
    width: 200px;
    z-index: 99999;
    opacity: 0.69;
}

.btn-auto {
    width: auto !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.cabecQuestao {
    background-color: #428bca;
    color: white;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.corpoQuestao {
    padding: 0 25px 0 25px;
    /*max-height: 630px;*/
    overflow: auto;
}

.corpoQuestaoGrid {
    float: left;
    height: auto;
    width: 100%;
}

.corpoQuestaoMatriz {
    float: left;
    height: auto;
}

.rodapeQuestao {
    padding: 10px;
    border-radius: 5px;
    background-color: #f5f5f5;
    float: left;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.corpoPesquisa {
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 15px;
    margin-right: 1%;
    margin-left: 1%;
}

.corpoPesquisa h1 {
    font-size: 1.5em;
    margin-bottom: 5px;
    width: 100%;
}

.corpoPesquisa h2 {
    font-size: 1.3em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.corpoPesquisa h3 {
    font-size: 1.1em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.corpoPesquisa h4 {
    font-size: 1.1em;
    /*color: #a7a7a7;*/
    margin: 0px;
}

.espacoInferior {
    margin-bottom: 0;
}

.panel-body {
    padding: 0 0 0 0;
}

.btn-default:hover {
    font-weight: normal !important;
    color: #7c7b7b !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
    border-width: 1px !important;
    border-radius: 3px !important;
}

.btn-default {
    font-weight: normal !important;
    color: #7c7b7b !important;
    background-color: #fff !important;
    border-color: #ccc !important;
    border-width: 1px !important;
    border-radius: 3px !important;
}

.elemento-centralizado {
    height: 34px;
}

.alinhaHorizontalEVertical {
    text-align: center !important;
    vertical-align: middle !important;
}

.alinhaVertical {
    vertical-align: middle !important;
}

.posicionaTabela {
    position: relative;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.cabecMatriz {
    background-color: #EAEAEA;
}

.cabecGrid {
    background-color: #EAEAEA;
}

a.disabilitaBotaoLigacao {
    color: #AAAAAA;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    opacity: 0.5;
}

i.disabilitaBotaoLigacao {
    color: #AAAAAA;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    opacity: 0.5;
}

.borda-marcacao {
    margin-bottom: 5px;
}
/*Classes para o Resize do Grid da Pesquisa*/
.tr_100_porcento {
    width: 100% !important;
    display: inline-table !important;
    table-layout: fixed !important;
}

.td_width {
    display: table-cell !important;
    width: 200px !important;
}

.div_overflow_auto {
    overflow-x: auto !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.border_none {
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
}

.posicao_resized {
    width: 100% !important;
}

/*-----------------------------------------*/

/*--------Classes do RU---------*/
.label-checkbox {
    display: table-cell;
    width: 32px;
    vertical-align: middle;
}

/*-----------------------------------------*/


/*Classe RU Termometro*/
table.termometro {
    height: max-content;
}

table.termometro th {
    text-align: center;
}

table.termometro td {
    padding: 0px;
}

table.termometro {
    width: 100%
}

.termometro .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.termometro .item.item-column {
    flex-direction: column;
}

.termometro .item input {
    margin: 6px;
}

.termometro .item span {
    padding: 12px 2px;
    text-align: center;
}

.termometro .item.item-column span {
    width: 100%;
    padding: 6px;
}

.termometro .item.item-column span.desc {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.termometro .item span.check-hidden {
    display: none;
}


/**Grid***/
.label-border {
    background-color: #EAEAEA;
    font-weight: 600;
    border: 1px solid #E0E0E0;
    border-radius: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 11px;
    padding-right: 11px;
    cursor: pointer;
}

.label-border:hover {
    background-color: #F0F0F0;
    border: 1px solid #E2E2E2;
}

.label-border.selecionada {
    color: white;
    background-color: #39BDB9;
}

.item-column.selecionada {
    color: white;
    border: solid 2px #03b3ad;
}

.item-column.selecionada.focus {
    border: solid 2px #077674;
}

.noIcheck.invisivel {
    display: none;
}

#cphConteudo_clockContainer {
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 15px;
    margin-right: 1%;
    margin-left: 1%;
}

#cphConteudo_clockContainer .infobox-small {
    width: 190px !important;
}

#cphConteudo_clockContainer .infobox-small > .infobox-data {
    max-width: none !important;
}

.infobox-silver {
    background-color: #e8e8e8 !important;
}

.infobox-silver .infobox-content {
    color: #929292 !important;
}

.infobox-silver .icon-time:before {
    color: #929292 !important;
}

fieldset legend, table caption {
    border: none;
}

.clicker {
    background: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

input[disabled] + .clicker {
    display: block;
}

label.especifique {
    position: relative;
}

input.input-token {
    border-top: none;
    border-left: none;
    border-right: none;
    letter-spacing: 0.5em;
    font-size: 2em;
    width: auto;
    text-align: center;
}

.video-container {
    position: relative;
    display: inline-block;
}
.btn-controls {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0px 10px 15px 10px;
}

.x-grid-error {
    border: 1px solid red !important;
    border-top: 0px !important;
    border-bottom: 1px solid #ddd !important
}

.topoTable.x-grid-error {
    border: 1px solid red !important;
    border-top: 1px solid red !important;
    border-bottom: 0px !important
}

.fimTable.x-grid-error {
    border: 1px solid red !important;
    border-top: 0px !important;
    border-bottom: 1px solid red !important
}