@charset "UTF-8";

/* hover dos icones */
.tooltip {
  position: relative;
  display: inline-block;
  padding: 3px 3px;
  cursor: pointer;
  transition: transform 0.1s;
}
.tooltip .text {
  position: absolute;
	width: 60px;
	height: auto;
  background-color: #5f5963;
  color: #fff;
  text-align: center;
	padding: 0px 1px;
  z-index: 1;
  border-radius: 3px;
	bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 1s;
  visibility: hidden;
  display: inline-table;
} 

.tooltip .text::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 2px;
  border-color: #5f5963 transparent transparent transparent;
  top: 100%;
  left: 50%;
  margin-left: -2px;
}

.tooltip:hover .text {
  visibility: visible;
  opacity: 1;
	font-size: 8.5px;

  text-wrap: wrap !important;
  word-wrap: break-word !important;
  white-space: pre-wrap !important;
}

.tooltip:hover {
  transform: scale(1.3);
}
/* fim do hover dos icones */

body {
  background-color: #ffffff;
  font: 62.5% "Trebuchet MS", sans-serif;
  margin: 0;
  background-image: url(../images/bg.png);
  background-size: cover !important; 
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  overflow: hidden; /* VERIFICAR, CASO ATRAPALHAR O USO REMOVER LINHA */
}

#mainContentLogin {
  background-color: #ffffff;
  border: 1px solid #9291933e;
  color: #a0a0a0;

  display: flex;
  flex-direction: column;
  align-items: center;

  width: 450px;
  height: 380px;
  margin-top: 23vh;
}

.flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#modalLogin {
  background-color: #929193;
  width: 99%;
  margin: 1.5px auto;
}

.imgLogin {
    height: 95px;

    margin: 15px 50px 15px 50px;
}

#conteudoLogin {
  margin-top: 45px;
}

/* botao login */
#submit {
  margin-left: 73px;
  margin-top: 8px;
  width: 50%;
  padding: 6px 2px;
  background-color: #e3e1e1;
}

#submit:hover {
  background-color: #838181;
  border: 1px solid #ababab;
  color: #ffffff;
}

.modal-overlay {
  text-align: center;
  position: fixed;
  z-index: 10;
  background: black;
  display: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
}

input,
textarea,
select {
  border: 1px solid #9b9b9b;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

fieldset {
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

label {
  font: 100% "Trebuchet MS", sans-serif;
}

.div-principal {
  position: fixed;
  left: 0px;
  top: 55px;
  /**height: 500px;**/
  bottom: 0px;
  right: 0px;
  padding: 10px;
  overflow: auto;
  border: none !important;
}

.sombra-principal {
  position: fixed;
  left: 12px;
  top: 62px;
  right: 10px;
  bottom: 10px;
}

/** Toolbar principal **/
.toolbar-main {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 10pt;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 60px;
 background-color: #a0a0a0; 
  border: none !important;
}

/** Toolbar tabela **/
.toolbar-table {
  height: 55px;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 15px;
  padding: 0px;
  width: 98%;
}

/** Container do grid **/
.searchResultsContainer {
  background: rgba(245, 245, 245, 0.785);
  position: absolute;
  top: 130px;
  left: 5px;
  right: 5px;
  bottom: 50px;
  overflow: auto;
  padding: 4px;
  overflow-x: hidden;
  padding:  15px 25px 15px 10px;
}

#orcamentosSearchsearchResultsContainer.searchResultsContainer {
  padding:  15px 28px 15px 10px;
}

/** Container dos resultados da busca **/
.reportViewerContainer {
  background: rgb(245, 245, 245);
  position: absolute;
  top: 130px;
  left: 5px;
  right: 5px;
  bottom: 50px;
  overflow: auto;
  padding: 4px;
  overflow-x: hidden;
  padding: 22px;
}

/** Container dos resultados da busca **/
.consolidacaoViewerContainer {
  background: rgb(245, 245, 245);
  position: absolute;
  top: 130px;
  left: 5px;
  right: 5px;
  bottom: 50px;
  overflow: auto;
  padding: 4px;
  overflow-x: hidden;
  padding: 22px;
}

/** Toolbar botões **/
.toolbar-button {
  font-size: 8pt;
  margin-top: 7px;
  border: none !important;
}

.toolbar-button:hover {
  background-color: #ababab;
  color: #1d1e1f;
  border-color: #1d1e1f;
}

/** DIV Loading **/
.loading {
  background: none;
  height: 19px;
  left: 50%;
  margin: -9px 0 0 -110px;
  position: absolute;
  top: 50%;
  width: 220px;
}

/** H1 **/
h1 {
  color: #000000;
  font-size: 18pt;
}

/** Inputs de texto **/
input[type="text"],
input[type="file"],
input[type="password"] {
  height: 20px;
  width: 295px;
}

input[type="file"] {
  border: 0px solid !important;
}

select {
  height: 26px !important;
  line-height: 20px;
  padding: 5px;
  width: 300px;
}

.bodyMacFirefox * select {
  padding: 2px !important;
}

.text {
  height: 18px;
  width: 300px;
}

.bodyMacFirefox * input[type="text"] {
  height: 15px !important;
}

/** Container da busca **/
.searchContainer {
  width: 100%;
}

/** Grid de listagem **/
.listGrid {
  background-color: #ccc;
  width: 100%;
}

.listGridSmallFont {
  background-color: #ccc;
  width: 100%;
  font-size: 7pt;
}

.listGridTd {
/*   padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px; */
  background-color: #fff;
}
.listGridTdAlter {
/*   padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px; */
  background-color: #d5d5ff;
}
.listGridHover {
  background-color: #fff;
  width: 100%;
}
.listGridHoverTd {
/*   padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px; */
  background-color: #ccc;
}

/** Toolbar - rodapé - botões de ação **/
.footerToolbar {
  background: none;
  left: 5px;
  right: 5px;
  bottom: 5px;
  height: 30px;
  position: absolute;
  text-align: right;
  vertical-align: middle;
  padding-right: 33px;
  padding-bottom: 8px;
}

/** Toolbar de formulário - botões de ação **/
.formToolbar {
  background: none;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
  padding-top: 5px;
  padding-right: 5px;
}

/** Botão de download **/
.linkDownload {
  background: url(../images/file.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 20px;
  border: none;
  text-decoration: none;
  font-size: 14px;
  margin-left: 95px;
}

/** Botão de busca **/
.searchButton {
  background: url(../images/search.png) no-repeat;
  cursor: pointer;
  width: 22px;
  height: 22px;
  border: none;
}

/** Botão editar **/
.editButton {
  background: url(../images/edit.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Deletar **/
.deleteButton {
  background: url(../images/delete.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Deletar 2 **/
.deleteButton2 {
  background: url(../images/delete2.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Status **/
.statusButton {
  background: url(../images/status.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Visualizar **/
.viewButton {
  background: url(../images/view.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Vínculos **/
.vinculosButton {
  background: url(../images/vinculos.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Enviar **/
.enviarButton {
  background: url(../images/email_go.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Classificar **/
.classificarButton {
  background: url(../images/classificar.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Consolidar **/
.consolidarButton {
  background: url(../images/consolidar.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Lista Convite **/
.listaConviteButton {
  background: url(../images/lista_convite.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Relatorio **/
.relatorioButton {
  background: url(../images/relatorio.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Teleatendimento **/
.teleAtendimentoButton {
  background: url(../images/teleatendimento.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão EVE **/
.eveButton {
  background: url(../images/eve.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Classificar **/
.classificarButton {
  background: url(../images/classificar.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão E-mail Preview **/
.emailpreviewButton {
  background: url(../images/email_preview.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão E-mail teste **/
.emailtesteButton {
  background: url(../images/email_teste.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Participantes **/
.participantesButton {
  background: url(../images/participante.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Outros Participantes **/
.outrosparticipantesButton {
  background: url(../images/outrosparticipantes.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Acompanhantes **/
.acompanhantesButton {
  background: url(../images/acompanhantes.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Quartos **/
.quartosButton {
  background: url(../images/quartos.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Conexoes **/
.conexoesButton {
  background: url(../images/conexao.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Transporte **/
.transporteButton {
  background: url(../images/transporte.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Avaliacoes **/
.avaliacoesButton {
  background: url(../images/avaliacoes.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Salas **/
.salasButton {
  background: url(../images/salas.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Atividades **/
.atividadesButton {
  background: url(../images/atividades.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão Atividades Pessoas **/
.atividadespessoasButton {
  background: url(../images/atividades_pessoas.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão de Autocomplete **/
.autocompleteButton {
  background: url(../images/autocomplete.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão de Atualizacao **/
.atualizacaoButton {
  background: url(../images/atualizacao.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão de Processamento **/
.processarButton {
  background: url(../images/processamento.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão da Via **/
.viaButton {
  background: url(../images/via.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão de Check In **/
.checkinButton {
  background: url(../images/check_ok.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão de Check Out **/
.checkoutButton {
  background: url(../images/check_no.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão de Casal **/
.casalButton {
  background: url(../images/casal.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão de Adicionar **/
.addButton {
  background: url(../images/add.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão de Remover **/
.removeButton {
  background: url(../images/remove.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Botão de Ordem de Compra **/
.cifraoButton {
  background: url(../images/cifrao.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Círculo Vermelho **/
.redCircle {
  background: url(../images/red_circle.png) no-repeat;
  width: 16px;
  height: 16px;
  border: none;
}

/** Círculo Verde **/
.greenCircle {
  background: url(../images/green_circle.png) no-repeat;
  width: 16px;
  height: 16px;
  border: none;
}

/** Impressora **/
.printerButton {
  background: url(../images/printer.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Fornecedor **/
.supplierButton {
  background: url(../images/supplier.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Excel **/
.excelButton {
  background: url(../images/page_excel.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Interrogacao **/
.questionButton {
  background: url(../images/question.png) no-repeat;
  width: 16px;
  height: 16px;
  border: none;
}

/** Maximizar **/
.maximizeButton {
  background: url(../images/maximize.png) no-repeat;
  float: right !important;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Minimizar **/
.minimizeButton {
  background: url(../images/minimize.png) no-repeat;
  float: right !important;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Unlock **/
.unlockButton {
  background: url(../images/unlock.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

/** Wallet **/
.walletButton {
  background: url(../images/wallet.png) no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: none;
}

.cancelSalesOrderButton {
  background: url(../images/cancelSalesOrder1.png) no-repeat;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: none;
}

.percentageComissionButton {
  background: url(../images/percentageComission1.png) no-repeat;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: none;
}

.validationError {
  font-style: italic;
  color: #f00;
}

input.validationError,
textarea.validationError {
  border-color: #f00;
  font-style: normal;
  color: #000;
}

label {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 10pt;
}

/** Paginação **/
.paginator {
  list-style: none;
  float: right;
  padding-bottom: 8px;
}
.paginator li {
  display: inline;
  width: 20px;
  height: 20px;
}

.paginator li button {
  background: #4CAF50;
  color: #e6e6e6;
  border: 0px;
  cursor: pointer;
}
.paginator li button:hover {
  background: rgb(83, 194, 89); 
  color: #fff;
  border: 0px;
}
.paginator li button:focus {
  background: #4CAF50; 
  color: #ffffff;
  border: 0px;
}
.paginator li button.selected {
  background: #0d959f; 
  color: #ffffff;
  border: 0px;
  cursor: default;
}
.paginator li button.disabled {
  opacity: 0.50;
  background-color:#ccc;
  color: #fff;
  cursor: default;
}
.paginator li button.disabled:focus {
  opacity: 0.50;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}

/** Menu com submenu **/
.hidden {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.fg-button {
  clear: left;
  margin: 6px 4px 0px 20px;
  padding: 0.4em 1em;
  text-decoration: none !important;
  font-size: 8pt;
  cursor: pointer;
  position: relative;
  text-align: center;
  zoom: 1;
  border: none !important;
}
.fg-button .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
}
a.fg-button {
  float: left;
}
button.fg-button {
  width: auto;
  overflow: visible;
} /* removes extra button width in IE */

.fg-button-icon-left {
  padding-left: 2.1em;
}
.fg-button-icon-right {
  padding-right: 2.1em;
}
.fg-button-icon-left .ui-icon {
  right: auto;
  left: 0.2em;
  margin-left: 0;
}
.fg-button-icon-right .ui-icon {
  left: auto;
  right: 0.2em;
  margin-left: 0;
}
.fg-button-icon-solo {
  display: block;
  width: 8px;
  text-indent: -9999px;
} /* solo icon buttons must have block properties for the text-indent to work */

/* .fg-button.ui-state-loading .ui-icon { background: url(../images/loading.gif) no-repeat 0 0; } */

.ui-datepicker-trigger {
  background: url(../images/calendar.png) no-repeat;
  border: 0px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.taheader {
  cursor: pointer;
}

.hide {
  display: none;
}

/**
 * Menus de permissões
 */
.formMenu {
  list-style: none;
  margin-left: -10px;
  margin-bottom: 15px;
}
.formMenu li {
  margin-top: 10px;
}
.formMenu li label {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.formSubMenu {
  list-style: none;
}
.formSubMenu li label {
  color: #000;
  font-weight: bold;
  font-size: 12px;
}

.formAcao {
  list-style: none;
}
.formAcao li label {
  color: #000;
  font-weight: normal;
  font-size: 12px;
}

#view-order {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  list-style-type: none;
  width: 250px;
}
#view-order li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -2px;
  margin-right: -2px;
  cursor: e-resize;
}

#order-order {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  list-style-type: none;
  width: 250px;
}
#order-order li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -2px;
  margin-right: -2px;
  cursor: e-resize;
}

#view-order-view {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  list-style-type: none;
  width: 250px;
}
#view-order-view li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -2px;
  margin-right: -2px;
  cursor: default;
}

#view-order-order {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  list-style-type: none;
  width: 250px;
}
#view-order-order li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -2px;
  margin-right: -2px;
  cursor: default;
}

.tabelaBordaTitulo {
  border: solid;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-color: #8080c0;
  background-color: #ececff;
  font-weight: bold;
}

.tabelaBordaSubTitulo {
  border: solid;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0px;
  border-color: #8080c0;
  background-color: #fff;
}

.tabelaBordaSubSubTitulo {
  border: solid;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0px;
  border-color: #8080c0;
  background-color: #e5e5e5;
}

.tituloEvento {
  font-size: 10pt;
}

/* CHECKBOX CUSTUMIZADA */
.squaredTwo {
  width: 26px;
  height: 26px;
  background: #fcfff4;

  background: -webkit-linear-gradient(
    top,
    #fcfff4 0%,
    #dfe5d7 40%,
    #b3bead 100%
  );
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
  margin: 3px auto;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
}

.squaredTwo label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 3px;
  top: 3px;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5),
    0px 1px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5),
    0px 1px 0px rgba(255, 255, 255, 1);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5),
    0px 1px 0px rgba(255, 255, 255, 1);

  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredTwo label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none; /*.squaredTwo label*/

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.squaredTwo input[type="checkbox"]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

button[type=button] {
  border: none !important;
}

button[type=button]:hover {
  background-color: #ababab;
}

.ui-resizable-handle.ui-resizable-se.ui-icon.ui-icon-gripsmall-diagonal-se {
  display: none !important;
}

td#login > input {
  border: none !important;
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}