/*INICIO - correções para o CSS do jQuery*/
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0rem;
    padding: 0.5rem 0rem;	
	background: none;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #2e6e9e;
	text-decoration: none;
}

.ui-tabs-panel div {
	padding: 0rem ;
}

.ui-tabs .ui-tabs-nav { 
	white-space: nowrap;
	overflow:hidden 
}

.ui-tabs .ui-tabs-nav li { 
	display: inline-block;
	float:none;
	vertical-align: bottom; 
}

/*FIM - correções para o CSS do jQuery*/

button, input[type=button], input[type=submit] {
    color: var(--button-color);
    font:2.4rem Futura, ‘Century Gothic’, AppleGothic, sans-serif;
    font-size:1rem;
    padding:1rem;
    background-color: var(--button-background-color);
    border:0.1rem;
    -moz-border-radius:0.6rem;
    -webkit-border-radius:0.6rem;
    border-radius: 0.6rem;
    -moz-box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    cursor:pointer;
}
button:hover, input[type=button]:hover, input[type=submit]:hover {
     opacity:0.7;
/*      -ms-transform: scale(1.05); */
/*      -webkit-transform: scale(1.05); */
/*      transform: scale(1.05); */
}

button {
	margin: 0.3rem;
	text-align: left;
	display: inline-flex;
}

button i {
	font-weight: bold;
	padding-right: 0.35rem;
	font-size: 2rem;
	vertical-align: middle;
}

button div {
  text-wrap : nowrap;
  width: 100%;
}

button + p {
 font-size:0.75rem;
 padding:0rem;
 width:100%;
 text-align:center;	
}

input::placeholder {
    font-weight: normal;
    font-size: 075rem;
    opacity: 0.5;
    padding-left: 0.6rem;
    vertical-align: middle;
}

.hidden {
	display:none;
}

span.clearIcon {
    position: relative;
    display: inline-flex;
    align-items: center;
}

span.clearIcon span {
    position: absolute;
    display: block;
    right: 0rem;
    width: 2rem;
    height: 2rem;
    color: gray;
    font: 2rem monospace;
    text-align: center;
    line-height: 1.2rem;
    cursor: pointer;
}

span.clearIcon span i:before {
	font-size: 2rem;
}

span.clearIcon input {
    padding-right: 1.5rem;
    box-sizing: border-box;
}

#userPic img {
  -webkit-border-radius: 1.2rem; 
  -moz-border-radius: 1.2rem; 
  border-radius: 1.2rem; 
}

.main-table {
  padding: 1rem;
  background-color: transparent;
  border: 0rem;
  width: 95%;
}

.main-table tr {
	height: 1.2rem;
}

.titulo-div {
  background-color: var(--titulo-div-background-color);
  -webkit-border-radius: 1.2rem; 
  -moz-border-radius: 1.2rem; 
  border-radius: 1.2rem; 
  padding: 1rem;
  color: var(--titulo-div-color);
  font-size: 1.25rem;
  display: flex;
  vertical-align: middle;
  width: 95%;
  margin: 1.6rem 0rem 0rem 0rem;
}

.titulo-div iconify-icon {
  font-size:2rem;
  cursor: pointer;
  color: var(--button-background-color);
}

.styled-table-div-titulo {
  background-color: var(--table-styled-background-color);
  -webkit-border-radius: 1.2rem; 
  -moz-border-radius: 1.2rem; 
  border-radius: 1.2rem; 
  padding: 1.3rem;
  color: var(--table-styled-color);
  text-align: center;
  display: inline-table;
  width: 100%;
  font-size: 1rem;
}

.styled-table {
    border-collapse: collapse;
    margin: 0.6rem 0rem;
    font-size: 1.25rem;
    font-family: sans-serif;
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: var(--table-styled-background-color);
    color: var(--table-styled-color);
    text-align: left;
}

.styled-table th input {
    min-width: 0.6rem;
    max-width: 100%;
    width: 100%;
}
.styled-table thead tr:first-child th:first-child {
  border-top-left-radius: 1.2rem;
}

.styled-table thead tr:first-child th:last-child {
  border-top-right-radius: 1.2rem;
}

.styled-table th,
.styled-table td {
    padding: 0.8rem 0rem 0.8rem 1rem;
}

.styled-table tbody tr {
    border-bottom: 0.1rem solid var(--table-styled-background-color);
}

.styled-table tbody tr:nth-child(even) {
    background-color: var(--table-styled-background-color-even);
}

.styled-table tbody tr:nth-child(odd) {
    background-color: var(--table-styled-background-color-odd);
}

.styled-table tbody tr:last-child {
    border-bottom: 0.1rem solid var(--table-styled-background-color);
}

.styled-table tbody tr:hover {
    background-color: var(--table-styled-background-color-hover);
    cursor: pointer;
}

.styled-table tfoot tr {
    background-color: var(--table-styled-background-color);
    color: var(--table-styled-color);
    text-align: left;
}

.styled-table tfoot th:first-child {
  border-bottom-left-radius: 1.2rem;
}

.styled-table tfoot th:last-child {
  border-bottom-right-radius: 1.2rem;
}

.styled-table-pagination {
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    padding-right: 1rem; 
}

.styled-table-pagination label {
	color: var(--table-styled-color);
	padding: 1rem;
	cursor: pointer;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.styled-table-pagination .current {
	color: var(--table-styled-color);
	padding: 0.4rem;
	border: 0.2rem solid var(--table-styled-color);
	cursor: default;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.styled-table-pagination .none {
	color: var(--table-styled-color);
	cursor: default;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.styled-table-pagination label:hover {
	background-color:  var(--table-styled-background-color-hover);
}

.styled-table-pagination .current:hover {
	background-color: inherit;
}

.styled-table-pagination .none:hover {
	background-color: inherit;
}

.styled-table-horizontal {
    border-collapse: collapse;
    margin: 0.6rem 0rem;
    font-size: 1.25rem;
    font-family: sans-serif;
    box-shadow: 0rem 0rem 1.2rem rgba(0, 0, 0, 0.15);
}

.styled-table-horizontal tr {
    border-bottom: 0.1rem solid var(--table-styled-background-color);
}

.styled-table-horizontal tr:last-child {
    border-bottom: 0rem;
}

.styled-table-horizontal td {
    padding: 0.7rem;
}

.styled-table-horizontal td:first-child {
  background-color: var(--table-styled-background-color);
  color: var(--table-styled-color);
  text-align: left;
}

.styled-table-horizontal tbody tr:nth-child(even) {
    background-color: var(--table-styled-background-color-even);
}

.styled-table-horizontal tbody tr:nth-child(odd) {
    background-color: var(--table-styled-background-color-odd);
}

.styled-table-horizontal tbody tr:first-child td:first-child {
	border-top-left-radius: 1.2rem;
}

.styled-table-horizontal tbody tr:first-child td:last-child {
	border-top-right-radius: 1.2rem;
}

.styled-table-horizontal tbody tr:last-child td:last-child {
	border-bottom-right-radius: 1.2rem;
}

.styled-table-horizontal tbody tr:last-child td:first-child {
	border-bottom-left-radius: 1.2rem;
}

.switch {
    display: flex !important;
    padding: 0.3rem 0rem !important;	
}

.switch div {
	margin-top: 0rem;
}

.switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.switch label {
  cursor: pointer;
  text-indent: -99rem;
  width: 2.2rem;
  height: 1.2rem;
  background: gray;
  display: block;
  border-radius: 1.2rem;
  position: relative;
  margin-top: 0.3rem !important;
}

.switch label:after {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 1rem;
  transition: 0.3s;
}

.switch input:checked + label {
  background: #bada55;
}

.switch input:checked + label:after {
  left: calc(100% - 0.1rem);
  transform: translateX(-100%);
}

.switch label:active:after {
  width: 1.6rem;
}

.cadastro-menu-table {
  background-color: transparent;
  border: 0rem;
}

.cadastro-menu-table tr {
	height: 1.2rem;
}

.cadastro-menu-table td {
	padding: 0.3rem;
	width: 12.5rem;
}


.cadastro-sub-menu {
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 1rem;
    font-family: sans-serif;
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.15);
    cursor: pointer;
    width: 100%;
}

.cadastro-sub-menu thead tr {
    background-color: var(--table-cadastro-sub-menu-background-color);
    color: var(--table-cadastro-sub-menu-color);
    text-align: left;
}

.cadastro-sub-menu th input {
    min-width: 0.6rem;
    max-width: 100%;
    width: 100%;
}
.cadastro-sub-menu thead tr:first-child th:first-child {
  border-top-left-radius: 1.2rem;
}

.cadastro-sub-menu thead tr:first-child th:last-child {
  border-top-right-radius: 1.2rem;
}

.cadastro-sub-menu th,
.cadastro-sub-menu td {
    padding: 0.8rem 0rem 0.8rem 1rem;
}

.cadastro-sub-menu tbody tr {
    border-bottom: 0.1rem solid var(--table-cadastro-sub-menu-background-color);
}

.cadastro-sub-menu tbody tr:nth-child(even) {
    background-color: var(--table-cadastro-sub-menu-background-color-even);
}

.cadastro-sub-menu tbody tr:nth-child(odd) {
    background-color: var(--table-cadastro-sub-menu-background-color-odd);
}

.cadastro-sub-menu tbody tr:last-child {
    border-bottom: 0.1rem solid var(--table-cadastro-sub-menu-background-color);
}

.cadastro-sub-menu tfoot tr {
    background-color: var(--table-cadastro-sub-menu-background-color);
    color: var(--table-cadastro-sub-menu-color);
    text-align: left;
}

.cadastro-sub-menu tfoot th:first-child {
  border-bottom-left-radius: 1.2rem;
}

.cadastro-sub-menu tfoot th:last-child {
  border-bottom-right-radius: 1.2rem;
}

.cadastro-table {
    border-collapse: collapse;
    margin: 0.6rem 0rem;
    font-size: 1.25rem;
    font-family: sans-serif;
    box-shadow: 0rem 0rem 1.2rem rgba(0, 0, 0, 0.15);
    cursor: pointer;
    background-color: var(--table-cadastro-color);
}

.cadastro-table thead tr {
    background-color: var(--table-cadastro-background-color);
    color: var(--table-cadastro-color);
    text-align: left;
}

.cadastro-table th input {
    min-width: 0.6rem;
    max-width: 100%;
    width: 100%;
	font-size: 1.25rem;
}

.cadastro-table th input::placeholder {
	font-size: 1.25rem;
}

.cadastro-table thead tr:first-child th:first-child {
  border-top-left-radius: 1rem;
}

.cadastro-table thead tr:first-child th:last-child {
  border-top-right-radius: 1rem;
}

.cadastro-table th {
    padding: 1rem 0rem 1rem 1rem;
}

.cadastro-table td {
    padding: 0.6rem 0rem 0.6rem 0.5rem;
}

.cadastro-table tbody tr {
    border-bottom: 0.1rem solid var(--table-cadastro-background-color);
}

.cadastro-table tbody tr:nth-child(even) {
    background-color: var(--table-cadastro-background-color-even);
}

.cadastro-table tbody tr:nth-child(odd) {
    background-color: var(--table-cadastro-background-color-odd);
}

.cadastro-table tbody tr:last-child {
    border-bottom: 0.1rem solid var(--table-cadastro-sub-menu-background-color);
}

.cadastro-table tbody tr:hover {
    background-color: var(--table-cadastro-background-color-hover);
    cursor: pointer;
}

.cadastro-table tfoot tr {
    background-color: var(--table-cadastro-background-color);
    color: var(--table-cadastro-color);
    text-align: left;
}


.cadastro-table tfoot th:first-child {
  border-bottom-left-radius: 1.2rem;
}

.cadastro-table tfoot th:last-child {
  border-bottom-right-radius: 1.2rem;
}



.cadastro-table-pagination {
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    padding-right: 2rem; 
}

.cadastro-table-pagination label {
	color: var(--table-cadastro-color);
	padding: 1rem;
	cursor: pointer;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.cadastro-table-pagination .current {
	color: var(--table-cadastro-color);
	padding: 0.3rem;
	border: 0.2rem solid var(--table-cadastro-color);
	cursor: default;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.cadastro-table-pagination .none {
	color: var(--table-cadastro-color);
	cursor: default;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.cadastro-table-pagination label:hover {
	background-color: var(--table-cadastro-background-color-hover);
}

.cadastro-table-pagination .current:hover {
	background-color: inherit;
}

.cadastro-table-pagination .none:hover {
	background-color: inherit;
}

.cadastro-table-botoes {
	margin: 0.6rem 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.cadastro-table-arquivos td {
	width: 25%;
    height : 14rem;
    padding: 0.6rem;
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.15);
    font-size: 0.9rem;
    cursor: default;
    border-radius: 1.2rem;
    text-wrap: nowrap;
    vertical-align: bottom;
    padding-bottom: 2rem;
    position: relative;
}

.cadastro-table-arquivos td img {
    width: 80%;
    padding-top: 0.6rem;
}

.cadastro-table-arquivos td i {
    font-size: 2rem;
    opacity: 0.5; 
    top: 0.6rem;
    position: absolute;
    right: 0rem;
    border-radius: 0.3rem;
    background-color: var(--table-cadastro-background-color-);
    cursor: pointer;
}

.cadastro-table-arquivos td i+i {
    font-size: 2rem;
    opacity: 0.5; 
    top: 3rem;
    position: absolute;
    right: 0rem;
    border-radius: 0.3rem;
    background-color: var(--table-cadastro-background-color-);
    cursor: pointer;
}

.cadastro-table-arquivos td i+i+i {
    font-size: 2rem;
    opacity: 0.5; 
    top: 5rem;
    position: absolute;
    right: 0rem;
    border-radius: 0.3rem;
    background-color: var(--table-cadastro-background-color-);
    cursor: pointer;
}

.cadastro-table-arquivos td a {
	display: block;
	height: 80%;
	padding-bottom: 0.6rem;
    cursor: pointer;
}

.cadastro-table-arquivos td div {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	width: 95%;
	padding-top: 0.6rem;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	font-size: 0.75rem;
}

.cadastro-table-arquivos td:empty {
    height : 14rem;
    padding: 0.6rem;
    box-shadow: 0 0 0rem rgba(0, 0, 0, 0);
    cursor: default;
    border-radius: 0rem;
}

.msgErro {
	margin-top : 1rem;
}

.msgErro table tr td {
	padding : 0.6rem;
	text-align: left;
}

.msgErro table td:first-child {
	 width : 5%;
}

.msgErro i {
	font-size : 2rem;
}

.msgErro i::before {
	font-size : 2rem !important;
}

.observacao-container {
	max-height: 12.5rem; 
	overflow: auto;
}

.observacao-container table {
	pointer-events:none;
}

.observacao-container td {
	padding: 0rem 1rem;
	text-align: justify;
}


.atendimento-table {
  background-color: transparent;
  border: 0rem;
  height: 80%;
}

.atendimento-table-container {
	padding: 0rem;
}

.atendimento-table-previous-page {
	z-index: 99;
	opacity:0;
	background-color: rgba(255, 255, 255, 0.7);
	border: 0.1rem solid lightgray;
	border-radius : 2rem 0rem 0rem 2rem;
	cursor: pointer;
	height: 100%;
	width: 4rem;
	position: absolute;
	top: 0rem;
	left: 0rem;
    padding-right: 0.6rem;
}

.atendimento-table-next-page {
	z-index: 99;
    opacity:0;
	background-color: rgba(255, 255, 255, 0.7);
	border: 0.1rem solid lightgray;
	border-radius : 0rem 2rem 2rem 0rem;
	cursor: pointer;
	height: 100%;
	width: 4rem;
	position: absolute;
	top: 0rem;
	right: 0rem;
    padding-left: 0.6rem;
}

.atendimento-table-next-page::before {
    position: relative;
    top: 50%;
    left: -2rem;
    content: "";
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    border-right: 1rem solid gray;
    border-top: 1rem solid gray;
    transform: rotate(45deg);
    margin-right: 0rem;
}

.atendimento-table-previous-page::before {
    position: relative;
    top: 50%;
    left: 1rem;
    content: "";
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    border-right: 1rem solid gray;
    border-top: 1rem solid gray;
    transform: rotate(225deg);
    margin-right: 0rem;
}


.atendimento-table-previous-page:hover, .atendimento-table-next-page:hover {
	opacity:1;
}


.atendimento-table tr {
	height: 1.2rem;
}

.atendimento-table td {
	padding: 0.3rem;
    vertical-align: top;
}

.atendimento-table div {
	border-radius: 1.2rem;
    background-color: var(--table-atendimento-background-color);
    color: var(--table-atendimento-color);
	height: 4rem;
	margin-top: 0.6rem;
	display:table;
	width: 100%;
}

.atendimento-table div table tr td {
    vertical-align: middle;
}

.atendimento-table-pagination {
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    padding-right: 4rem; 
}

.atendimento-table-pagination label {
	color: var(--table-atendimento-color);
	padding: 1rem;
	cursor: pointer;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.atendimento-table-pagination .current {
	color: var(--table-atendimento-color);
	padding: 0.3rem;
	border: 0.3rem solid var(--table-atendimento-color);
	cursor: default;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.atendimento-table-pagination .none {
	color: var(--table-atendimento-color);
	cursor: default;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.atendimento-table-pagination label:hover {
	background-color: var(--table-atendimento-background-color-hover);
}

.atendimento-table-pagination .current:hover {
	background-color: inherit;
}

.atendimento-table-pagination .none:hover {
	background-color: inherit;
}

.atendimento-tile {
    border-collapse: collapse;
    margin: 0.3rem 0rem 0rem 0rem;
    font-size: 0.9rem;
    font-family: sans-serif;
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.15);
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
}

.atendimento-tile:hover {
     opacity:0.7;	
/*      -ms-transform: scale(1.05); */
/*      -webkit-transform: scale(1.05); */
/*      transform: scale(1.05); */
}

.atendimento-tile thead tr, .atendimento-tile thead tr table tr {
    background-color: var(--table-atendimento-tile-background-color);
    color: var(--table-atendimento-tile-color);
    text-align: left;
}

.atendimento-tile thead tr table {
	width : 100%;
}

.atendimento-tile thead tr:first-child th:first-child {
  border-top-left-radius: 1.2rem;
  padding-top: 0.4rem;
}

.atendimento-tile thead tr:first-child th:last-child {
  border-top-right-radius: 1.2rem;
  padding-top: 0.4rem;
}

.atendimento-tile th,
.atendimento-tile td {
    padding: 0.2rem;
    text-align: center;
    max-width: 0rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.atendimento-tile thead tr table tr th,
.atendimento-tile thead tr table tr td {
    padding: 0rem;
}


.atendimento-tile tbody tr {
	background-color: var(--table-atendimento-tile-color);
}

.atendimento-tile tfoot tr {
    background-color: var(--table-atendimento-tile-background-color);
    color: var(--table-atendimento-tile-color);
    text-align: center;
}

.atendimento-tile tfoot tr:last-child th:first-child {
  border-bottom-left-radius: 1.2rem;
  padding-bottom: 0.4rem;
}

.atendimento-tile tfoot tr:last-child th:last-child {
  border-bottom-right-radius: 1.2rem;
  padding-bottom: 0.4rem;
}

.atendimento-orcamento-tile {
	margin-left : 0.5rem;
	margin-bottom : 0.5rem;
	width: 98%;
	border: 0.2rem solid var(--table-orcamento-tile-background-color); 
	padding: 0.5rem; 
	border-radius: 0.6rem;
	vertical-align:top;
	background-color: var(--table-orcamento-tile-color);
}

.atendimento-orcamento-tile:hover {
	cursor: pointer;
	border: 0.2rem solid var(--table-orcamento-tile-background-color); 
	background-color: var(--table-orcamento-tile-background-color-hover);
}

.atendimento-orcamento-tile:hover input, .atendimento-orcamento-tile:hover label {
	pointer-events: none;
	background-color: var(--table-orcamento-tile-background-color-hover);
	cursor: pointer;
	color: var(--table-orcamento-tile-background-color);
}

.orcamento-table {
  background-color: transparent;
  border: 0rem;
  height: 80%;
}

.orcamento-table-container {
	padding: 0rem;
}

.orcamento-table-previous-page {
	z-index: 99;
	opacity:0;
	background-color: rgba(255, 255, 255, 0.7);
	border: 0.1rem solid lightgray;
	border-radius : 2rem 0rem 0rem 2rem;
	cursor: pointer;
	height: 100%;
	width: 4rem;
	position: absolute;
	top: 0rem;
	left: 0rem;
    padding-right: 0.6rem;
}

.orcamento-table-next-page {
	z-index: 99;
    opacity:0;
	background-color: rgba(255, 255, 255, 0.7);
	border: 0.1rem solid lightgray;
	border-radius : 0rem 2rem 2rem 0rem;
	cursor: pointer;
	height: 100%;
	width: 4rem;
	position: absolute;
	top: 0rem;
	right: 0rem;
    padding-left: 0.6rem;
}

.orcamento-table-next-page::before {
    position: relative;
    top: 50%;
    left: -2rem;
    content: "";
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    border-right: 1rem solid gray;
    border-top: 1rem solid gray;
    transform: rotate(45deg);
    margin-right: 0rem;
}

.orcamento-table-previous-page::before {
    position: relative;
    top: 50%;
    left: 1rem;
    content: "";
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    border-right: 1rem solid gray;
    border-top: 1rem solid gray;
    transform: rotate(225deg);
    margin-right: 0rem;
}


.orcamento-table-previous-page:hover, .orcamento-table-next-page:hover {
	opacity:1;
}


.orcamento-table tr {
	height: 1.2rem;
}

.orcamento-table td {
	padding: 0.3rem;
    vertical-align: top;
}

.orcamento-table div {
	border-radius: 1.2rem;
    background-color: var(--table-orcamento-background-color);
    color: var(--table-orcamento-color);
	height: 4rem;
	margin-top: 0.6rem;
	display:table;
	width: 100%;
}

.orcamento-table div table tr td {
    vertical-align: middle;
}

.orcamento-table-pagination {
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    padding-right: 4rem; 
}

.orcamento-table-pagination label {
	color: var(--table-orcamento-color);
	padding: 1rem;
	cursor: pointer;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.orcamento-table-pagination .current {
	color: var(--table-orcamento-color);
	padding: 0.3rem;
	border: 0.3rem solid white;
	cursor: default;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.orcamento-table-pagination .none {
	color: var(--table-orcamento-color);
	cursor: default;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.orcamento-table-pagination label:hover {
	background-color: var(--table-orcamento-background-color-hover);
}

.orcamento-table-pagination .current:hover {
	background-color: inherit;
}

.orcamento-table-pagination .none:hover {
	background-color: inherit;
}

.orcamento-detalhe {
	margin-left : 0.5rem;
	width: 98%;
	border: 0.1rem solid gray; 
	padding: 0.5rem; 
	border-radius: 0.6rem;
	vertical-align:top;
	background-color: white;
}


.orcamento-tile {
    border-collapse: collapse;
    margin: 0.3rem 0rem 0rem 0rem;
    font-size: 0.9rem;
    font-family: sans-serif;
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.15);
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.orcamento-tile:hover {
     opacity:0.7;	
/*      -ms-transform: scale(1.05); */
/*      -webkit-transform: scale(1.05); */
/*      transform: scale(1.05); */
}

.orcamento-tile thead tr, .orcamento-tile thead tr table tr {
    background-color: var(--table-orcamento-tile-background-color);
    color: var(--table-orcamento-tile-color);
    text-align: left;
}

.orcamento-tile thead tr table {
	width: 100%;
}

.orcamento-tile thead tr:first-child th:first-child {
  border-top-left-radius: 1.2rem;
}

.orcamento-tile thead tr:first-child th:last-child {
  border-top-right-radius: 1.2rem;
}

.orcamento-tile th,
.orcamento-tile td {
    padding: 0.3rem 1.2rem;
    text-align: center;
    max-width: 0rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.orcamento-tile thead tr table tr th,
.orcamento-tile thead tr table tr td {
    padding: 0rem;
}

.orcamento-tile tbody tr {
	background-color: var(--table-orcamento-tile-color);
}

.orcamento-tile tfoot tr {
    background-color: var(--table-orcamento-tile-background-color);
    color: var(--table-orcamento-tile-color);
    text-align: center;
}

.orcamento-tile tfoot tr:last-child th:first-child {
  border-bottom-left-radius: 1.2rem;
}

.orcamento-tile tfoot tr:last-child th:last-child {
  border-bottom-right-radius: 1.2rem;
}

.orcamento-consulta-button {
    color:var(--table-orcamento-color);
    font:2.4rem Futura, ‘Century Gothic’, AppleGothic, sans-serif;
    font-size:1rem;
    padding:1rem;
    background-color: var(--table-orcamento-background-color);
    border:0.1rem solid var(--table-orcamento-background-color);
    -moz-border-radius:0.6rem;
    -webkit-border-radius:0.6rem;
    border-radius:0.6rem;
    border-bottom:0.1rem solid #9f9f9f;
    -moz-box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    cursor:pointer;
}
.orcamento-consulta-button:hover {
    background-color: var(--table-orcamento-background-color);
}

.orcamento-consulta-button {
	margin: 0rem;
	text-align: left;
	display: flex;
}
.orcamento-consulta-button i {
	font-weight: bold;
	padding-right: 0rem;
	font-size: 1.5rem;
	vertical-align: middle;
}

.orcamento-consulta-button div {
  text-wrap : nowrap;	
}


.orcamento-lista-container {
	width:99%;
	padding:0.5rem; 
	margin-left: 0.5rem; 
	margin-top: 1rem; 
	height: 40rem; 
	border:	0.1rem solid gray; 
	border-radius: 0.6rem; 
	background-color: white; 
	overflow-y: auto;
}

.orcamento-lista-container-titulo {
	  background: var(--titulo-div-background-color);
	  -webkit-border-radius: 0.6rem 0.6rem 0.6rem 0.6rem; 
	  -moz-border-radius: 0.6rem 0.6rem 0.6rem 0.6rem; 
	  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem; 
	  padding: 0.5rem;
	  color: var(--titulo-div-color);
	  display: block;
	  text-align: center;
	  width: 100%;
	  margin: 0rem 0rem 0.5rem 0rem;
	  position: relative;
}

.orcamento-lista-container-titulo input[type=text]::placeholder {
  color: white;
  opacity: 1;
}


.orcamento-lista-container-titulo-input-sizer {
  display: inline-grid;
  vertical-align: top;
  align-items: center;
  position: relative;
  padding: 0.1rem;
  color: white;
  
  &.stacked {
    padding: 0.25rem;
    align-items: stretch;
    
    &::after,
    input {
      color: black;
      grid-area: 2 / 1;
    }
  }
  
  &::after,
  input {
	width: auto;
    min-width: 15rem;
    grid-area: 1 / 2;
    font: inherit;
    padding: 0.25rem;
    margin: 0.1rem;
    resize: none;
    background: none;
    appearance: none;
    border: none;
  }
  
  &::after {
    content: attr(data-value) ' ';
    visibility: hidden;
    white-space: pre-wrap;
  }
  
  &:focus-within {
    input:focus {
      outline: none;
    }
  }
}

.orcamento-lista-container-titulo-input-sizer input {
	color: white;
}

.orcamento-lista-container-titulo-input-sizer:hover {
  border: solid 0.1rem gray;
  padding: 0rem;
  background: rgb(255,255,255);
  color: black;
}

.orcamento-lista-container-titulo-input-sizer input:focus {
  border: solid 0.1rem gray;
  padding: 0rem;
  background: rgb(255,255,255);
  color: black;
}

.orcamento-lista-container-titulo-input-sizer input:hover {
  border: solid 0.1rem gray;
  padding: 0rem;
  background: rgb(255,255,255);
  color: black;
}


.orcamento-lista-container-titulo i {
    font-size: 2rem;
    right: 0.6rem;
    position: absolute;
    top: 0.5rem;
    border-radius: 0.3rem;
    cursor: pointer;
}


.orcamento-lista-container-secao-inicio {
	  background: var(--titulo-div-background-color);
	  -webkit-border-radius: 0.6rem 0.6rem 0rem 0rem; 
	  -moz-border-radius: 0.6rem 0.6rem 0rem 0rem; 
	  border-radius: 0.6rem 0.6rem 0rem 0rem; 
	  padding: 0.5rem;
	  color: var(--titulo-div-color);
	  display: block;
	  text-align: center;
	  width: 100%;
	  margin: 0rem 0rem 0.5rem 0rem;
	  position: relative;
}

.orcamento-lista-container-secao-inicio input[type=text]::placeholder {
  color: white;
  opacity: 1;
}


.orcamento-lista-container-secao-inicio-input-sizer {
  display: inline-grid;
  vertical-align: top;
  align-items: center;
  position: relative;
  padding: 0.1rem;
  color: white;
  
  &.stacked {
    padding: 0.25rem;
    align-items: stretch;
    
    &::after,
    input {
      color: black;
      grid-area: 2 / 1;
    }
  }
  
  &::after,
  input {
	width: auto;
    min-width: 10rem;
    grid-area: 1 / 2;
    font: inherit;
    padding: 0.25rem;
    margin: 0.1rem;
    resize: none;
    background: none;
    appearance: none;
    border: none;
  }
  
  &::after {
    content: attr(data-value) ' ';
    visibility: hidden;
    white-space: pre-wrap;
  }
  
  &:focus-within {
    input:focus {
      outline: none;
    }
  }
}

.orcamento-lista-container-secao-inicio-input-sizer input {
	color: white;
}

.orcamento-lista-container-secao-inicio-input-sizer:hover {
  border: solid 0.1rem gray;
  padding: 0rem;
  background: rgb(255,255,255);
  color: black;
}

.orcamento-lista-container-secao-inicio-input-sizer input:focus {
  border: solid 0.1rem gray;
  padding: 0rem;
  background: rgb(255,255,255);
  color: black;
}

.orcamento-lista-container-secao-inicio-input-sizer input:hover {
  border: solid 0.1rem gray;
  padding: 0rem;
  background: rgb(255,255,255);
  color: black;
}


.orcamento-lista-container-secao-inicio i {
    font-size: 2rem;
    right: 0.6rem;
    position: absolute;
    top: 0.5rem;
    border-radius: 0.3rem;
    cursor: pointer;
}

.orcamento-lista-container-secao-inicio i+i {
    font-size: 2rem;
    right: 3rem;
    position: absolute;
    top: 0.5rem;
    border-radius: 0.3rem;
    cursor: pointer;
}

.orcamento-lista-container-secao-final {
	  background: var(--titulo-div-background-color);
	  -webkit-border-radius: 0rem 0rem 0.6rem 0.6rem; 
	  -moz-border-radius: 0rem 0rem 0.6rem 0.6rem; 
	  border-radius: 0rem 0rem 0.6rem 0.6rem; 
	  padding: 0.5rem;
	  color: var(--titulo-div-color);
	  display: block;
	  text-align: center;
	  width: 100%;
	  margin: 0rem 0rem 0.5rem 0rem;
}

.orcamento-lista-container-item  {
	width:100%;
	padding:0.5rem; 
	margin-left: 0rem; 
	margin-bottom: 0.5rem; 
	border:	0.2rem solid lightgray; 
	border-radius: 0.6rem; 
	background-color: white; 
	position: relative;
}

.orcamento-lista-container-item-no-hover  {
	width:100%;
	padding:0.5rem; 
	margin-left: 0rem; 
	margin-bottom: 0rem; 
	border:	0.2rem solid lightgray; 
	border-radius: 0.6rem; 
	background-color: white; 
	position: relative;
}

.orcamento-lista-container-item-no-hover * {
	font-size: 0.9rem; 
}

.orcamento-lista-container-item-selected {
	border:	0.2rem solid gray; 
	background-color: lightgray;
}

.orcamento-lista-container-item:hover {
	cursor: pointer;
	background-color: lightgray;
	border:	0.2rem solid gray; 
}

.orcamento-lista-container-item * {
	font-size: 0.9rem; 
}

.orcamento-lista-container-item i {
    font-size: 2rem;
    right: 1.8rem;
    position: absolute;
    bottom: 0.5rem;
    border-radius: 0.3rem;
    cursor: pointer;
    color: gray;
    display : none;
    font-weight: bold;
}

.orcamento-lista-container-item:hover > i {
    display : block;
    color: black;
}

.orcamento-lista-container-item i+i {
    font-size: 2rem;
    right: 4.3rem;
    position: absolute;
    bottom: 0.5rem;
    border-radius: 0.3rem;
    cursor: pointer;
    color: gray;
    display : none;
    font-weight: bold;
}

.orcamento-lista-container-item:hover > i+i {
    display : block;
    color: black;
}

.orcamento-lista-container-item i+i+i {
    font-size: 2rem;
    right: 6.8rem;
    position: absolute;
    bottom: 0.5rem;
    border-radius: 0.3rem;
    cursor: pointer;
    color: gray;
    display : none;
    font-weight: bold;
}

.orcamento-lista-container-item:hover > i+i+i {
    display : block;
    color: black;
}

.orcamento-lista-container-item i+i+i+i {
    font-size: 2rem;
    right: 9.3rem;
    position: absolute;
    bottom: 0.5rem;
    border-radius: 0.3rem;
    cursor: pointer;
    color: gray;
    display : none;
    font-weight: bold;
}

.orcamento-lista-container-item:hover > i+i+i+i {
    display : block;
    color: black;
}

.orcamento-lista-container-item table {
	width: 100%;
    margin: 0.1rem 0rem;
}

.orcamento-lista-container-item tr {
    height: auto;
}

.orcamento-lista-container-item table th, 
.orcamento-lista-container-item table td {
    padding: 0.1rem;
    vertical-align: top;
}

.orcamento-item-edit-dialog {
	margin-top: 1rem;
	display: inline-block;
	width: inherit;
	min-height: 0rem;
	max-height: none;
	height: auto;
	overflow: hidden;
	padding: 0.5rem 1rem;
	border-radius: 0.6rem;
	background-color: white;
	border: 0.1rem solid gray ;
}

.orcamento-item-edit-dialog table {
	padding: 0.3rem ;
}

.orcamento-item-edit-dialog td {
	padding-top: 0.3rem ;
}

.orcamento-item-edit-dialog input {
	margin: 0.4rem;
    padding: 0.25rem;
    background-color: #fff;
    border: 0.1rem solid #8b8a8b;
    border-radius: 0.3rem;
    transition: 180ms box-shadow ease-in-out;
}

.orcamento-item-edit-dialog textarea {
    resize: none;
    padding: 0.4rem;
}

.orcamento-item-edit-dialog span {
	margin: 0.25rem;
    padding: 0.25rem;
    background-color: #fff;
}

.orcamento-item-edit-dialog span {
	margin: 0.6rem;
    padding: 0.25rem;
    background-color: #fff;
}

.orcamento-item-edit-dialog input:not(textarea) {
	margin-left:0rem; 
	margin-top:0rem;
    line-height: 1;
    height: 2.25rem;
}

.orcamento-item-edit-dialog input[readonly] {
    cursor: default;
    color: #777;
}

.orcamento-item-edit-dialog input[type=checkbox] {
  width: 1.2rem;
  height: 1.2rem;
}

.orcamento-item-edit-dialog input[type=radio] {
  width: 1.2rem;
  height: 1.2rem;
}

.orcamento-item-edit-dialog input[type=number]::-webkit-inner-spin-button, 
.orcamento-item-edit-dialog input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.orcamento-item-edit-dialog-disable > * {
	pointer-events: none;
	opacity: 0.8;
}

.orcamento-resumo-dialog {
    margin: 0.3rem;
	display: inline-block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0rem;
	border-radius: 0.6rem;
	background-color: white;
	border: 0.1rem solid gray ;
}

.orcamento-frete-dialog {
    margin: 0.3rem;
	display: inline-block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0rem;
	border-radius: 0.6rem;
	background-color: white;
	border: 0.1rem solid gray ;
}

.orcamento-frete-dialog td {
	font-weight: bold;
	font-size: 1rem;
}

.orcamento-combobox-container {
	padding:0.5rem; 
	margin-left: 0.5rem; 
	margin-top: 1rem; 
	height: auto; 
	border:	0.2rem solid gray; 
	border-radius: 0.6rem; 
	background-color: white; 
	overflow-y: auto;
    position: absolute;
    top: 11rem;
    z-index: 99;
    max-height: 20rem;	
    display: block;
    width: auto;
    overflow-x: hidden;
}

.orcamento-combobox-container-item {
	width:98%;
	padding:0.5rem; 
	margin: 0.5rem; 
	border:	0.1rem solid gray; 
	border-radius: 0.6rem; 
	background-color: white; 
}

.orcamento-combobox-container-item:hover {
	cursor: pointer;
	background-color: lightgray;
}

.orcamento-combobox-container-item:hover input, .orcamento-combobox-container-item:hover label {
	pointer-events: none;
	background-color: lightgray;
	cursor: pointer;
	color: #777;
}

.orcamento-combobox-container-item table {
	width: 100%;
}

.orcamento-preco-explicacao {
	width: 100%;
	margin-bottom: 0.5rem;
	padding: 0.5rem !important;
}

.orcamento-preco-explicacao p {
	width: 100%;
	padding: 1rem;
	text-align: justify;
}

.visita-tecnica-table {
  background-color: transparent;
  border: 0rem;
  height: 80%;
}

.visita-tecnica-table-container {
	padding: 0rem;
}

.visita-tecnica-table-previous-page {
	z-index: 99;
	opacity:0;
	background-color: rgba(255, 255, 255, 0.7);
	border: 0.1rem solid lightgray;
	border-radius : 2rem 0rem 0rem 2rem;
	cursor: pointer;
	height: 100%;
	width: 4rem;
	position: absolute;
	top: 0rem;
	left: 0rem;
    padding-right: 0.6rem;
}

.visita-tecnica-table-next-page {
	z-index: 99;
    opacity:0;
	background-color: rgba(255, 255, 255, 0.7);
	border: 0.1rem solid lightgray;
	border-radius : 0rem 2rem 2rem 0rem;
	cursor: pointer;
	height: 100%;
	width: 4rem;
	position: absolute;
	top: 0rem;
	right: 0rem;
    padding-left: 0.6rem;
}

.visita-tecnica-table-next-page::before {
    position: relative;
    top: 50%;
    left: -2rem;
    content: "";
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    border-right: 1rem solid gray;
    border-top: 1rem solid gray;
    transform: rotate(45deg);
    margin-right: 0rem;
}

.visita-tecnica-table-previous-page::before {
    position: relative;
    top: 50%;
    left: 1rem;
    content: "";
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    border-right: 1rem solid gray;
    border-top: 1rem solid gray;
    transform: rotate(225deg);
    margin-right: 0rem;
}


.visita-tecnica-table-previous-page:hover, .visita-tecnica-table-next-page:hover {
	opacity:1;
}


.visita-tecnica-table tr {
	height: 1.2rem;
}

.visita-tecnica-table td {
	padding: 0.3rem;
    vertical-align: top;
}

.visita-tecnica-table div {
	border-radius: 1.2rem;
    background-color: var(--table-visita-tecnica-background-color);
    color: var(--table-visita-tecnica-color);
	height: 4rem;
	margin-top: 0.6rem;
	display:table;
	width: 100%;
}

.visita-tecnica-table div table tr td {
    vertical-align: middle;
}

.visita-tecnica-table-pagination {
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    padding-right: 4rem; 
}

.visita-tecnica-table-pagination label {
	color: var(--table-visita-tecnica-color);
	padding: 1rem;
	cursor: pointer;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.visita-tecnica-table-pagination .current {
	color: var(--table-visita-tecnica--color);
	padding: 0.3rem;
	border: 0.3rem solid white;
	cursor: default;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.visita-tecnica-table-pagination .none {
	color: var(--table-visita-tecnica-color);
	cursor: default;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.visita-tecnica-table-pagination label:hover {
	background-color: var(--table-visita-tecnica-tile-background-color-hover);
}

.visita-tecnica-table-pagination .current:hover {
	background-color: inherit;
}

.visita-tecnica-table-pagination .none:hover {
	background-color: inherit;
}

.visita-tecnica-detalhe {
	margin-left : 0.5rem;
	width: 98%;
	border: 0.1rem solid gray; 
	padding: 0.5rem; 
	border-radius: 0.6rem;
	vertical-align:top;
	background-color: white;
}


.visita-tecnica-tile {
    border-collapse: collapse;
    margin: 0.3rem 0rem 0rem 0rem;
    font-size: 0.9rem;
    font-family: sans-serif;
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.15);
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.visita-tecnica-tile:hover {
     opacity:0.7;	
/*      -ms-transform: scale(1.05); */
/*      -webkit-transform: scale(1.05); */
/*      transform: scale(1.05); */
}

.visita-tecnica-tile thead tr, .visita-tecnica-tile thead tr table tr {
    background-color: var(--table-visita-tecnica-tile-background-color);
    color: var(--table-visita-tecnica-tile-color);
    text-align: left;
}

.visita-tecnica-tile thead tr table {
	width : 100%;
}

.visita-tecnica-tile thead tr:first-child th:first-child {
  border-top-left-radius: 1.2rem;
}

.visita-tecnica-tile thead tr:first-child th:last-child {
  border-top-right-radius: 1.2rem;
}

.visita-tecnica-tile th,
.visita-tecnica-tile td {
    padding: 0.3rem 1.2rem;
    text-align: center;
    max-width: 0rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.visita-tecnica-tile thead tr table tr th,
.visita-tecnica-tile thead tr table tr td {
    padding: 0rem;
}

.visita-tecnica-tile tbody tr {
	background-color: var(--table-visita-tecnica-tile-color);
}

.visita-tecnica-tile tfoot tr {
    background-color: var(--table-visita-tecnica-tile-background-color);
    color: var(--table-visita-tecnica-tile-color);
    text-align: center;
}

.visita-tecnica-tile tfoot tr:last-child th:first-child {
  border-bottom-left-radius: 1.2rem;
}

.visita-tecnica-tile tfoot tr:last-child th:last-child {
  border-bottom-right-radius: 1.2rem;
}

.visita-tecnica-consulta-button {
    color:var(--table-visita-tecnica-color);
    font:2.4rem Futura, ‘Century Gothic’, AppleGothic, sans-serif;
    font-size:1rem;
    padding:1rem;
    background-color: var(--table-visita-tecnica-background-color);
    border:0.1rem solid var(--table-visita-tecnica-background-color);
    -moz-border-radius:0.6rem;
    -webkit-border-radius:0.6rem;
    border-radius:0.6rem;
    border-bottom:0.1rem solid #9f9f9f;
    -moz-box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    cursor:pointer;
}
.visita-tecnica-consulta-button:hover {
    background-color: var(--table-visita-tecnica-background-color);
}

.visita-tecnica-consulta-button {
	margin: 0rem;
	text-align: left;
	display: flex;
}
.visita-tecnica-consulta-button i {
	font-weight: bold;
	padding-right: 0rem;
	font-size: 1.5rem;
	vertical-align: middle;
}

.visita-tecnica-consulta-button div {
  text-wrap : nowrap;	
}

.visita-tecnica-lista-container {
	width:98%;
	padding:0.5rem; 
	margin-left: 0.5rem; 
	margin-top: 1rem; 
	height: 40rem; 
	border:	0.1rem solid gray; 
	border-radius: 0.6rem; 
	background-color: white; 
	overflow-y: auto;
}

.visita-tecnica-lista-container-item  {
	width:100%;
	padding:0.5rem; 
	margin-left: 0rem; 
	margin-bottom: 0.5rem; 
	background-color: white; 
	position: relative;
}

.visita-tecnica-lista-container-item * {
	font-size: 0.9rem; 
}

.visita-tecnica-lista-container-item i {
    font-size: 2rem;
    right: 0.3rem;
    position: absolute;
    top: 0rem;
    border-radius: 0.3rem;
    cursor: pointer;
    color: gray;
    display : none;
    font-weight: bold;
}

.visita-tecnica-lista-container-item:hover > i {
    display : block;
}

.visita-tecnica-lista-container-item i+i {
    font-size: 2rem;
    right: 2.3rem;
    position: absolute;
    top: 0rem;
    border-radius: 0.3rem;
    cursor: pointer;
    color: gray;
    display : none;
    font-weight: bold;
}

.visita-tecnica-lista-container-item:hover > i+i {
    display : block;
}

.visita-tecnica-combobox-container {
	padding:0.5rem; 
	margin-left: 0.5rem; 
	margin-top: 1rem; 
	height: auto; 
	border:	0.2rem solid gray; 
	border-radius: 0.6rem; 
	background-color: white; 
	overflow-y: auto;
    position: absolute;
    top: 11rem;
    z-index: 99;
    max-height: 20rem;	
    display: block;
    width: auto;
    overflow-x: hidden;
}

.visita-tecnica-combobox-container-item {
	width:98%;
	padding:0.5rem; 
	margin: 0.5rem; 
	border:	0.1rem solid gray; 
	border-radius: 0.6rem; 
	background-color: white; 
}

.visita-tecnica-combobox-container-item:hover {
	cursor: pointer;
	background-color: lightgray;
}

.visita-tecnica-combobox-container-item:hover input, .orcamento-combobox-container-item:hover label {
	pointer-events: none;
	background-color: lightgray;
	cursor: pointer;
	color: #777;
}

.visita-tecnica-combobox-container-item table {
	width: 100%;
}

.atendimento-visita-tecnica-tile {
	margin-left : 0.5rem;
	margin-bottom : 0.5rem;
	width: 98%;
	border: 0.2rem solid var(--table-visita-tecnica-tile-background-color); 
	padding: 0.5rem; 
	border-radius: 0.6rem;
	vertical-align:top;
	background-color: var(--table-visita-tecnica-tile-color);
}

.atendimento-visita-tecnica-tile:hover {
	cursor: pointer;
	border: 0.2rem solid var(--table-visita-tecnica-tile-background-color); 
	background-color: var(--table-visita-tecnica-tile-background-color-hover);
}

.atendimento-visita-tecnica-tile:hover input, .atendimento-visita-tecnica-tile:hover label {
	pointer-events: none;
	background-color: var(--table-visita-tecnica-tile-background-color-hover);
	cursor: pointer;
	color: var(--table-visita-tecnica-tile-background-color);
}



.relatorio-container {
	max-height: 12.5rem; 
	overflow: auto;
}

.relatorio-container table {
	pointer-events:none;
}

.relatorio-container td {
	padding: 0rem 1rem;
	text-align: justify;
}

.agenda-visita-tecnica table {
	border-spacing:0.6rem;	
	border-collapse: collapse;
    margin: 0.6rem 0rem;
    font-size: 0.9rem;
    font-family: sans-serif;
    box-shadow: 0rem 0rem 1.2rem rgba(0, 0, 0, 0.15);
    cursor: default;
    background-color: var(--table-agenda-visita-tecnica-color);
}

.agenda-visita-tecnica .temVisitaSemData {
	border-color: yellow;
}
	
.agenda-visita-tecnica .estaVisitaSemData {
	border-color: green;
}
	
.agenda-visita-tecnica img {
	object-fit: cover;
	width: 3rem; 
	height: auto;	
	margin-right: 0.5rem;
}

.agenda-visita-tecnica iconify-icon {
  font-size:2rem;
  cursor: pointer;
  color: var(--button-background-color);
}

.agenda-visita-tecnica thead tr {
    background-color: var(--table-agenda-visita-tecnica-background-color);
    color: var(--table-agenda-visita-tecnica-color);
    text-align: left;
}

.agenda-visita-tecnica th input {
    min-width: 0.6rem;
    max-width: 100%;
    width: 100%;
}
.agenda-visita-tecnica thead tr:first-child th:first-child {
  border-top-left-radius: 1rem;
}

.agenda-visita-tecnica thead tr:first-child th:last-child {
  border-top-right-radius: 1rem;
}

.agenda-visita-tecnica th {
    padding: 1rem;
}

.agenda-visita-tecnica td {
    padding: 0.2rem;
    height: 5rem;
    vertical-align: top;
}

.agenda-visita-tecnica td div {
	overflow-y: auto;  
	overflow-x: hidden;
	width: 10rem;
    height: 4rem;
    white-space: nowrap;  
}

.agenda-visita-tecnica td div span {
	font-weight: bold;
    cursor: pointer;
}

.agenda-visita-tecnica td div span:hover {
	font-weight: bold;
}

.agenda-visita-tecnica td span {
    vertical-align: top;
}

.agenda-visita-tecnica tbody tr {
    border-bottom: 0.1rem solid var(--table-agenda-visita-tecnica-background-color);
}

.agenda-visita-tecnica tbody tr:nth-child(even) {
    background-color: var(--table-agenda-visita-tecnica-background-color-even);
}

.agenda-visita-tecnica tbody tr:nth-child(odd) {
    background-color: var(--table-agenda-visita-tecnica-background-color-odd);
}

.agenda-visita-tecnica tbody tr:last-child {
    border-bottom: 0.1rem solid var(--table-agenda-visita-tecnica-background-color);
}

.agenda-visita-tecnica tbody td:hover {
    background-color: var(--table-agenda-visita-tecnica-background-color-hover);
}

.agenda-visita-tecnica tbody td:last-child:hover {
    background-color: inherit;
}

.agenda-visita-tecnica tbody td:first-child:hover {
    background-color: inherit;
}

.agenda-visita-tecnica tfoot tr {
    background-color: var(--table-agenda-visita-tecnica-background-color);
    color: var(--table-agenda-visita-tecnica-color);
    text-align: left;
}


.agenda-visita-tecnica tfoot th:first-child {
  border-bottom-left-radius: 1.2rem;
}

.agenda-visita-tecnica tfoot th:last-child {
  border-bottom-right-radius: 1.2rem;
}

.item_carregamento__index {
  width: 2.1rem;
  height: 2.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 99;
  font-size: 1.25rem !important;
  cursor: default;
  background: var(--button-background-color);
  color: var(--button-font-color);
}

.item_carregamento__badge {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 2.1rem;
  height: 2.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 99;
  font-size: 1.25rem;
  cursor: default;
}

.count__badge {
  position: absolute;
  top: -0.325rem;
  right: -0.625rem;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 99;
  cursor: default;
}

.arquivos_count__badge {
  background: var(--button-background-color);
  color: var(--button-font-color);
}

.atendimento_count__badge {
  background: var(--table-atendimento-tile-background-color);
  color: var(--table-atendimento-tile-color);
}

.orcamento_count__badge {
  background: var(--table-orcamento-tile-background-color);
  color: var(--table-orcamento-tile-color);
}

.visita-tecnica_count__badge {
  background: var(--table-visita-tecnica-tile-background-color);
  color: var(--table-visita-tecnica-tile-color);
}

.contrato_count__badge {
  background: var(--table-contrato-tile-background-color);
  color: var(--table-contrato-tile-color);
}

.documento_count__badge {
  background: var(--table-documento-tile-background-color);
  color: var(--table-documento-tile-color);
}

.fatura_count__badge {
  background: var(--table-fatura-tile-background-color);
  color: var(--table-fatura-tile-color);
}

.contrato-table {
  background-color: transparent;
  border: 0rem;
  height: 80%;
}

.contrato-table-container {
	padding: 0rem;
}

.contrato-table-previous-page {
	z-index: 99;
	opacity:0;
	background-color: rgba(255, 255, 255, 0.7);
	border: 0.1rem solid lightgray;
	border-radius : 2rem 0rem 0rem 2rem;
	cursor: pointer;
	height: 100%;
	width: 4rem;
	position: absolute;
	top: 0rem;
	left: 0rem;
    padding-right: 0.6rem;
}

.contrato-table-next-page {
	z-index: 99;
    opacity:0;
	background-color: rgba(255, 255, 255, 0.7);
	border: 0.1rem solid lightgray;
	border-radius : 0rem 2rem 2rem 0rem;
	cursor: pointer;
	height: 100%;
	width: 4rem;
	position: absolute;
	top: 0rem;
	right: 0rem;
    padding-left: 0.6rem;
}

.contrato-table-next-page::before {
    position: relative;
    top: 50%;
    left: -2rem;
    content: "";
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    border-right: 1rem solid gray;
    border-top: 1rem solid gray;
    transform: rotate(45deg);
    margin-right: 0rem;
}

.contrato-table-previous-page::before {
    position: relative;
    top: 50%;
    left: 1rem;
    content: "";
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    border-right: 1rem solid gray;
    border-top: 1rem solid gray;
    transform: rotate(225deg);
    margin-right: 0rem;
}


.contrato-table-previous-page:hover, .contrato-table-next-page:hover {
	opacity:1;
}


.contrato-table tr {
	height: 1.2rem;
}

.contrato-table td {
	padding: 0.3rem;
    vertical-align: top;
}

.contrato-table div {
	border-radius: 1.2rem;
    background-color: var(--table-contrato-background-color);
    color: var(--table-contrato-color);
	height: 4rem;
	margin-top: 0.6rem;
	display:table;
	width: 100%;
}

.contrato-table div table tr td {
    vertical-align: middle;
}

.contrato-table-pagination {
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    padding-right: 4rem; 
}

.contrato-table-pagination label {
	color: var(--table-contrato-color);
	padding: 1rem;
	cursor: pointer;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.contrato-table-pagination .current {
	color: var(--table-contrato-color);
	padding: 0.3rem;
	border: 0.3rem solid var(--table-contrato-color);
	cursor: default;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.contrato-table-pagination .none {
	color: var(--table-contrato-color);
	cursor: default;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.contrato-table-pagination label:hover {
	background-color: var(--table-contrato-background-color-hover);
}

.contrato-table-pagination .current:hover {
	background-color: inherit;
}

.contrato-table-pagination .none:hover {
	background-color: inherit;
}

.contrato-tile {
    border-collapse: collapse;
    margin: 0.3rem 0rem 0rem 0rem;
    font-size: 0.9rem;
    font-family: sans-serif;
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.15);
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.contrato-tile:hover {
     opacity:0.7;	
/*      -ms-transform: scale(1.05); */
/*      -webkit-transform: scale(1.05); */
/*      transform: scale(1.05); */
}

.contrato-tile thead tr, .contrato-tile thead tr table tr {
    background-color: var(--table-contrato-tile-background-color);
    color: var(--table-contrato-tile-color);
    text-align: left;
}

.contrato-tile thead tr table {
	width : 100%;
}

.contrato-tile thead tr:first-child th:first-child {
  border-top-left-radius: 1.2rem;
}

.contrato-tile thead tr:first-child th:last-child {
  border-top-right-radius: 1.2rem;
}

.contrato-tile th,
.contrato-tile td {
    padding: 0.3rem 1.2rem;
    text-align: center;
    max-width: 0rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contrato-tile thead tr table tr th,
.contrato-tile thead tr table tr td {
    padding: 0rem;
}


.contrato-tile tbody tr {
	background-color: var(--table-contrato-tile-color);
}

.contrato-tile tfoot tr {
    background-color: var(--table-contrato-tile-background-color);
    color: var(--table-contrato-tile-color);
    text-align: center;
}

.contrato-tile tfoot tr:last-child th:first-child {
  border-bottom-left-radius: 1.2rem;
}

.contrato-tile tfoot tr:last-child th:last-child {
  border-bottom-right-radius: 1.2rem;
}

.contrato-aditivo-tile {
    border-collapse: collapse;
    margin: 0.3rem 0rem 0rem 0rem;
    font-size: 0.9rem;
    font-family: sans-serif;
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.15);
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.contrato-aditivo-tile:hover {
     opacity:0.7;	
/*      -ms-transform: scale(1.05); */
/*      -webkit-transform: scale(1.05); */
/*      transform: scale(1.05); */
}

.contrato-aditivo-tile thead tr, .contrato-aditivo-tile thead tr table tr {
    background-color: var(--table-contrato-aditivo-tile-background-color);
    color: var(--table-contrato-aditivo-tile-color);
    text-align: left;
}

.contrato-aditivo-tile thead tr table {
	width : 100%;
}

.contrato-aditivo-tile thead tr:first-child th:first-child {
  border-top-left-radius: 1.2rem;
}

.contrato-aditivo-tile thead tr:first-child th:last-child {
  border-top-right-radius: 1.2rem;
}

.contrato-aditivo-tile th,
.contrato-aditivo-tile td {
    padding: 0.3rem 1.2rem;
    text-align: center;
    max-width: 0rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contrato-aditivo-tile thead tr table tr th,
.contrato-aditivo-tile thead tr table tr td {
    padding: 0rem;
}


.contrato-aditivo-tile tbody tr {
	background-color: var(--table-contrato-aditivo-tile-color);
}

.contrato-aditivo-tile tfoot tr {
    background-color: var(--table-contrato-aditivo-tile-background-color);
    color: var(--table-contrato-aditivo-tile-color);
    text-align: center;
}

.contrato-aditivo-tile tfoot tr:last-child th:first-child {
  border-bottom-left-radius: 1.2rem;
}

.contrato-aditivo-tile tfoot tr:last-child th:last-child {
  border-bottom-right-radius: 1.2rem;
}

.contrato-detalhe {
	margin-left : 0.5rem;
	padding: 0rem; 
	border-radius: 0.6rem;
	vertical-align:top;
	background-color: white;
	width: 100%;
}

.contrato-detalhe thead tr {
    background-color: var(--table-contrato-tile-background-color);
    color: var(--table-contrato-tile-color);
    text-align: center;
}

.contrato-detalhe thead tr:first-child th:first-child {
  border-top-left-radius: 1.2rem;
}

.contrato-detalhe thead tr:first-child th:last-child {
  border-top-right-radius: 1.2rem;
}

.contrato-detalhe tfoot tr:last-child th:first-child {
  border-bottom-left-radius: 1.2rem;
}

.contrato-detalhe tfoot tr:last-child th:last-child {
  border-bottom-right-radius: 1.2rem;
}

.contrato-detalhe th {
    padding: 0.75rem;
    white-space: nowrap;
}

.contrato-detalhe td {
    padding: 0rem;
    white-space: nowrap;
}

.contrato-detalhe tfoot tr {
    background-color: var(--table-contrato-tile-background-color);
    color: var(--table-contrato-tile-color);
    text-align: center;
}

.striped-table {
    border-collapse: collapse;
    margin: 1rem;
    padding: 1rem;
}

.striped-table thead tr {
    background-color: var(--table-styled-background-color-hover);
    text-align: left;
}

.striped-table th input {
    min-width: 0.6rem;
    max-width: 100%;
    width: 100%;
}
.striped-table thead tr:first-child th:first-child {
  border-top-left-radius: 1.2rem;
}

.striped-table thead tr:first-child th:last-child {
  border-top-right-radius: 1.2rem;
}

.striped-table td {
	padding: 0.8rem 0rem 0.8rem 1rem;
	height: 4rem;
}

.striped-table th {
	padding: 0.8rem 0rem 0.8rem 1rem;
	height: 2rem;
    color: black;
}

.striped-table tbody tr:nth-child(even) {
    background-color: var(--table-styled-background-color-even);
}

.striped-table tbody tr:nth-child(odd) {
    background-color: var(--table-styled-background-color-odd);
}

.striped-table tbody tr:last-child {
    border-bottom: 0.1rem solid var(--table-styled-background-color-hover);
}

.striped-table tfoot tr {
    background-color: var(--table-styled-background-color-hover);
    color: var(--table-styled-color);
    text-align: left;
}

.striped-table tfoot th:first-child {
  border-bottom-left-radius: 1.2rem;
}

.striped-table tfoot th:last-child {
  border-bottom-right-radius: 1.2rem;
}


.documento-table {
  background-color: transparent;
  border: 0rem;
  height: 80%;
}

.documento-table-container {
	padding: 0rem;
}

.documento-table-previous-page {
	z-index: 99;
	opacity:0;
	background-color: rgba(255, 255, 255, 0.7);
	border: 0.1rem solid lightgray;
	border-radius : 2rem 0rem 0rem 2rem;
	cursor: pointer;
	height: 100%;
	width: 4rem;
	position: absolute;
	top: 0rem;
	left: 0rem;
    padding-right: 0.6rem;
}

.documento-table-next-page {
	z-index: 99;
    opacity:0;
	background-color: rgba(255, 255, 255, 0.7);
	border: 0.1rem solid lightgray;
	border-radius : 0rem 2rem 2rem 0rem;
	cursor: pointer;
	height: 100%;
	width: 4rem;
	position: absolute;
	top: 0rem;
	right: 0rem;
    padding-left: 0.6rem;
}

.documento-table-next-page::before {
    position: relative;
    top: 50%;
    left: -2rem;
    content: "";
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    border-right: 1rem solid gray;
    border-top: 1rem solid gray;
    transform: rotate(45deg);
    margin-right: 0rem;
}

.documento-table-previous-page::before {
    position: relative;
    top: 50%;
    left: 1rem;
    content: "";
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    border-right: 1rem solid gray;
    border-top: 1rem solid gray;
    transform: rotate(225deg);
    margin-right: 0rem;
}


.documento-table-previous-page:hover, .documento-table-next-page:hover {
	opacity:1;
}


.documento-table tr {
	height: 1.2rem;
}

.documento-table td {
	padding: 0.3rem;
    vertical-align: top;
}

.documento-table div {
	border-radius: 1.2rem;
    background-color: var(--table-documento-background-color);
    color: var(--table-documento-color);
	margin-top: 0.6rem;
	display:table;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.documento-table div table tr td {
    vertical-align: middle;
}

.documento-table-pagination {
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    padding-right: 4rem; 
}

.documento-table-pagination label {
	color: var(--table-documento-color);
	padding: 1rem;
	cursor: pointer;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.documento-table-pagination .current {
	color: var(--table-documento--color);
	padding: 0.3rem;
	border: 0.3rem solid white;
	cursor: default;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.documento-table-pagination .none {
	color: var(--table-documento-color);
	cursor: default;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.documento-table-pagination label:hover {
	background-color: var(--table-documento-tile-background-color-hover);
}

.documento-table-pagination .current:hover {
	background-color: inherit;
}

.documento-table-pagination .none:hover {
	background-color: inherit;
}

.documento-tile {
    margin: 0.3rem;
	width: 12rem;
	height: 15rem;
	max-height: 15rem;
	overflow: hidden;
	padding: 0rem;
	border-radius: 0.6rem;
	background-color: white;
	border: 0.1rem solid gray ;
	position: relative;
    border-width: 0.5rem;
    border-style: solid;
    border-color: lightgray;
    text-align: center;
    border-radius: 1.2rem;
 }

.documento-tile:hover {
     opacity:0.7;	
/*      -ms-transform: scale(1.05); */
/*      -webkit-transform: scale(1.05); */
/*      transform: scale(1.05); */
}

.documento-tile i:before {
    position: absolute;
    top: 0rem;
    left: 0rem;
    font-size:11rem!important;	
    width: 100%;
    height: 100%;
}

.documento-tile table {
	position: absolute;
	padding: 1rem;
}

/* .documento-tile thead th iconify-icon { */
/*     position: absolute; */
/*     top: inherit; */
/*     left: inherit; */
/*     font-size:2cqh;	 */
/* } */

/* .documento-tile tfoot th iconify-icon { */
/*     position: absolute; */
/*     top: inherit; */
/*     left: inherit; */
/*     font-size:2cqh;	 */
/* } */

.documento-webservice-dialog {
    margin-left: 0.3rem;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0rem;
}

.documento-webservice-dialog fieldset {
	background-color: white;
	border-radius: 0.6rem;
	border: 0.1rem solid gray ;
}

.documento-webservice-dialog fieldset legend {
	background-color: white;
}

.documento-resumo-dialog {
    margin: 0.3rem;
	display: inline-block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0rem;
	border-radius: 0.6rem;
	background-color: white;
	border: 0.1rem solid gray ;
}

.documento-item-edit-dialog {
	margin-top: 1rem;
	display: inline-block;
	width: inherit;
	min-height: 0rem;
	max-height: none;
	height: auto;
	overflow: hidden;
	padding: 0.5rem 1rem;
	border-radius: 0.6rem;
	background-color: white;
	border: 0.1rem solid gray ;
}

.documento-item-edit-dialog table {
	padding: 0.3rem ;
}

.documento-item-edit-dialog td {
	padding-top: 0.3rem ;
}

.documento-item-edit-dialog input {
	margin: 0.4rem;
    padding: 0.25rem;
    background-color: #fff;
    border: 0.1rem solid #8b8a8b;
    border-radius: 0.3rem;
    transition: 180ms box-shadow ease-in-out;
}

.documento-item-edit-dialog input[readonly] {
	margin-bottom: 0.4rem;
}

.documento-item-edit-dialog textarea {
    resize: none;
    padding: 0.4rem;
}

.documento-item-edit-dialog span {
	margin: 0.25rem;
    padding: 0.25rem;
    background-color: #fff;
}

.documento-item-edit-dialog span {
	margin: 0.6rem;
    padding: 0.25rem;
    background-color: #fff;
}

.documento-item-edit-dialog input:not(textarea) {
	margin-left:0rem; 
	margin-top:0rem;
    line-height: 1;
    height: 2.25rem;
}

.documento-item-edit-dialog input[readonly] {
    cursor: default;
    color: #777;
}

.documento-item-edit-dialog input[type=checkbox] {
  width: 1.2rem;
  height: 1.2rem;
}

.documento-item-edit-dialog input[type=radio] {
  width: 1.2rem;
  height: 1.2rem;
}

.documento-item-edit-dialog input[type=number]::-webkit-inner-spin-button, 
.documento-item-edit-dialog input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.documento-item-edit-dialog-disable > * {
	pointer-events: none;
	opacity: 0.8;
}

.documento-consulta-button {
    color:var(--table-documento-color);
    font:2.4rem Futura, ‘Century Gothic’, AppleGothic, sans-serif;
    font-size:1rem;
    padding:1rem;
    background-color: var(--table-documento-background-color);
    border:0.1rem solid var(--table-documento-background-color);
    -moz-border-radius:0.6rem;
    -webkit-border-radius:0.6rem;
    border-radius:0.6rem;
    border-bottom:0.1rem solid #9f9f9f;
    -moz-box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    cursor:pointer;
}
.documento-consulta-button:hover {
    background-color: var(--table-documento-background-color);
}

.documento-consulta-button {
	margin: 0rem;
	text-align: left;
	display: flex;
}
.documento-consulta-button i {
	font-weight: bold;
	padding-right: 0rem;
	font-size: 1.5rem;
	vertical-align: middle;
}

.documento-consulta-button div {
  text-wrap : nowrap;	
}

.documento-action-button {
    color:var(--button-color);
    font:2.4rem Futura, ‘Century Gothic’, AppleGothic, sans-serif;
    font-size:1rem;
    padding:1rem;
    background-color: var(--button-background-color);
    border:0.1rem solid var(--button-background-color);
    -moz-border-radius:0.6rem;
    -webkit-border-radius:0.6rem;
    border-radius:0.6rem;
    border-bottom:0.1rem solid #9f9f9f;
    -moz-box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    cursor:pointer;
}
.documento-action-button:hover {
    background-color: var(--button-background-color-hover);
}

.documento-action-button {
	margin: 0rem;
	text-align: left;
	display: flex;
}
.documento-action-button i {
	font-weight: bold;
	padding-right: 0rem;
	font-size: 1.5rem;
	vertical-align: middle;
}

.documento-action-button div {
  text-wrap : nowrap;	
}

.fatura-table {
  background-color: transparent;
  border: 0rem;
  height: 80%;
}

.fatura-table-container {
	padding: 0rem;
}

.fatura-table-previous-page {
	z-index: 99;
	opacity:0;
	background-color: rgba(255, 255, 255, 0.7);
	border: 0.1rem solid lightgray;
	border-radius : 2rem 0rem 0rem 2rem;
	cursor: pointer;
	height: 100%;
	width: 4rem;
	position: absolute;
	top: 0rem;
	left: 0rem;
    padding-right: 0.6rem;
}

.fatura-table-next-page {
	z-index: 99;
    opacity:0;
	background-color: rgba(255, 255, 255, 0.7);
	border: 0.1rem solid lightgray;
	border-radius : 0rem 2rem 2rem 0rem;
	cursor: pointer;
	height: 100%;
	width: 4rem;
	position: absolute;
	top: 0rem;
	right: 0rem;
    padding-left: 0.6rem;
}

.fatura-table-next-page::before {
    position: relative;
    top: 50%;
    left: -2rem;
    content: "";
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    border-right: 1rem solid gray;
    border-top: 1rem solid gray;
    transform: rotate(45deg);
    margin-right: 0rem;
}

.fatura-table-previous-page::before {
    position: relative;
    top: 50%;
    left: 1rem;
    content: "";
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    border-right: 1rem solid gray;
    border-top: 1rem solid gray;
    transform: rotate(225deg);
    margin-right: 0rem;
}


.fatura-table-previous-page:hover, .fatura-table-next-page:hover {
	opacity:1;
}


.fatura-table tr {
	height: 1.2rem;
}

.fatura-table td {
	padding: 0.3rem;
    vertical-align: top;
}

.fatura-table div {
	border-radius: 1.2rem;
    background-color: var(--table-fatura-background-color);
    color: var(--table-fatura-color);
	margin-top: 0.6rem;
	display:table;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.fatura-table div table tr td {
    vertical-align: middle;
}

.fatura-table-pagination {
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    padding-right: 4rem; 
}

.fatura-table-pagination label {
	color: var(--table-fatura-color);
	padding: 1rem;
	cursor: pointer;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.fatura-table-pagination .current {
	color: var(--table-fatura--color);
	padding: 0.3rem;
	border: 0.3rem solid white;
	cursor: default;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.fatura-table-pagination .none {
	color: var(--table-fatura-color);
	cursor: default;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.fatura-table-pagination label:hover {
	background-color: var(--table-fatura-tile-background-color-hover);
}

.fatura-table-pagination .current:hover {
	background-color: inherit;
}

.fatura-table-pagination .none:hover {
	background-color: inherit;
}

.fatura-tile {
    margin: 0.3rem;
	width: 12rem;
	height: 15rem;
	max-height: 15rem;
	overflow: hidden;
	padding: 0rem;
	border-radius: 0.6rem;
	background-color: white;
	border: 0.1rem solid gray ;
	position: relative;
    border-width: 0.5rem;
    border-style: solid;
    border-color: lightgray;
    text-align: center;
    border-radius: 1.2rem;
 }

.fatura-tile:hover {
     opacity:0.7;	
/*      -ms-transform: scale(1.05); */
/*      -webkit-transform: scale(1.05); */
/*      transform: scale(1.05); */
}

.fatura-tile i:before {
    position: absolute;
    top: 0rem;
    left: 0rem;
    font-size:11rem!important;	
    width: 100%;
    height: 100%;
}

.fatura-tile table {
	position: absolute;
	padding: 1rem;
}

/* .fatura-tile thead th iconify-icon { */
/*     position: absolute; */
/*     top: inherit; */
/*     left: inherit; */
/*     font-size:2cqh;	 */
/* } */

/* .fatura-tile tfoot th iconify-icon { */
/*     position: absolute; */
/*     top: inherit; */
/*     left: inherit; */
/*     font-size:2cqh;	 */
/* } */

.fatura-webservice-dialog {
    margin-left: 0.3rem;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0rem;
}

.fatura-webservice-dialog fieldset {
	background-color: white;
	border-radius: 0.6rem;
	border: 0.1rem solid gray ;
}

.fatura-webservice-dialog fieldset legend {
	background-color: white;
}

.fatura-resumo-dialog {
    margin: 0.3rem;
	display: inline-block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0rem;
	border-radius: 0.6rem;
	background-color: white;
	border: 0.1rem solid gray ;
}

.fatura-item-edit-dialog {
	margin-top: 1rem;
	display: inline-block;
	width: inherit;
	min-height: 0rem;
	max-height: none;
	height: auto;
	overflow: hidden;
	padding: 0.5rem 1rem;
	border-radius: 0.6rem;
	background-color: white;
	border: 0.1rem solid gray ;
}

.fatura-item-edit-dialog table {
	padding: 0.3rem ;
}

.fatura-item-edit-dialog td {
	padding-top: 0.3rem ;
}

.fatura-item-edit-dialog input {
	margin: 0.4rem;
    padding: 0.25rem;
    background-color: #fff;
    border: 0.1rem solid #8b8a8b;
    border-radius: 0.3rem;
    transition: 180ms box-shadow ease-in-out;
}

.fatura-item-edit-dialog textarea {
    resize: none;
    padding: 0.4rem;
}

.fatura-item-edit-dialog span {
	margin: 0.25rem;
    padding: 0.25rem;
    background-color: #fff;
}

.fatura-item-edit-dialog span {
	margin: 0.6rem;
    padding: 0.25rem;
    background-color: #fff;
}

.fatura-item-edit-dialog input:not(textarea) {
	margin-left:0rem; 
	margin-top:0rem;
    line-height: 1;
    height: 2.25rem;
}

.fatura-item-edit-dialog input[readonly] {
    cursor: default;
    color: #777;
}

.fatura-item-edit-dialog input[type=checkbox] {
  width: 1.2rem;
  height: 1.2rem;
}

.fatura-item-edit-dialog input[type=radio] {
  width: 1.2rem;
  height: 1.2rem;
}

.fatura-item-edit-dialog input[type=number]::-webkit-inner-spin-button, 
.fatura-item-edit-dialog input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.fatura-item-edit-dialog-disable > * {
	pointer-events: none;
	opacity: 0.8;
}

.fatura-consulta-button {
    color:var(--table-fatura-color);
    font:2.4rem Futura, ‘Century Gothic’, AppleGothic, sans-serif;
    font-size:1rem;
    padding:1rem;
    background-color: var(--table-fatura-background-color);
    border:0.1rem solid var(--table-fatura-background-color);
    -moz-border-radius:0.6rem;
    -webkit-border-radius:0.6rem;
    border-radius:0.6rem;
    border-bottom:0.1rem solid #9f9f9f;
    -moz-box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    cursor:pointer;
}
.fatura-consulta-button:hover {
    background-color: var(--table-fatura-background-color);
}

.fatura-consulta-button {
	margin: 0rem;
	text-align: left;
	display: flex;
}
.fatura-consulta-button i {
	font-weight: bold;
	padding-right: 0rem;
	font-size: 1.5rem;
	vertical-align: middle;
}

.fatura-consulta-button div {
  text-wrap : nowrap;	
}

.fatura-action-button {
    color:var(--button-color);
    font:2.4rem Futura, ‘Century Gothic’, AppleGothic, sans-serif;
    font-size:1rem;
    padding:1rem;
    background-color: var(--button-background-color);
    border:0.1rem solid var(--button-background-color);
    -moz-border-radius:0.6rem;
    -webkit-border-radius:0.6rem;
    border-radius:0.6rem;
    border-bottom:0.1rem solid #9f9f9f;
    -moz-box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    cursor:pointer;
}
.fatura-action-button:hover {
    background-color: var(--button-background-color-hover);
}

.fatura-action-button {
	margin: 0rem;
	text-align: left;
	display: flex;
}
.fatura-action-button i {
	font-weight: bold;
	padding-right: 0rem;
	font-size: 1.5rem;
	vertical-align: middle;
}

.fatura-action-button div {
  text-wrap : nowrap;	
}


.status-table {
    border-collapse: collapse;
    margin: 0rem;
    font-size: 1.5rem;
    font-family: sans-serif;
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.15);
    background-color: white;
}

.status-table thead tr {
    background-color: var(--table-styled-background-color);
    color: var(--table-styled-color);
    text-align: left;
}

.status-table th input {
    min-width: 0.6rem;
    max-width: 100%;
    width: 100%;
}
.status-table thead tr:first-child th:first-child {
  border-top-left-radius: 1.2rem;
}

.status-table thead tr:first-child th:last-child {
  border-top-right-radius: 1.2rem;
}

.status-table th,
.status-table td {
    padding: 0.8rem 0rem 0.8rem 1rem;
}

.status-table tbody tr {
    border-bottom: 0.1rem solid var(--table-styled-background-color);
}

.status-table tfoot tr {
    background-color: var(--table-styled-background-color);
    color: var(--table-styled-color);
    text-align: left;
}

.status-table tfoot th:first-child {
  border-bottom-left-radius: 1.2rem;
}

.status-table tfoot th:last-child {
  border-bottom-right-radius: 1.2rem;
}

.table-scroll {
  position: relative;
  width:100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  align-content: start;
}
.table-scroll table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.table-wrap {
  position: relative;
}
.table-scroll th,
.table-scroll td {
  vertical-align: top;
}
.table-scroll thead,
.table-scroll thead th,
.table-scroll thead td {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index:4;
}
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index:4;
}

.table-insumos {
  position: relative;
  width:100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  align-content: start;
}

.table-insumos table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}

.table-insumos thead tr, 
.table-insumos tfoot tr {
  height: 3rem ;
  background-color: gray;
  color: white;
}

.table-insumos thead tr:first-child th:first-child {
  border-top-left-radius: 1.2rem;
}

.table-insumos thead tr:first-child th:last-child {
  border-top-right-radius: 1.2rem;
}

.table-insumos tfoot tr:first-child th:first-child {
  border-bottom-left-radius: 1.2rem;
}

.table-insumos tfoot tr:first-child th:last-child {
  border-bottom-right-radius: 1.2rem;
}

.table-insumos tbody tr {
  height: 2rem ;
}

.table-insumos tbody tr:hover {
    background-color: gray;
    color: white;
    cursor: pointer;
}

.insumoDetalhe {
	display:none;
	pointer-events: none;
}

.insumoDetalhe table {
	padding-left: 2rem;
}

.insumoDetalhe tbody tr:nth-child(even of :not(.hidden, .insumoDetalhe)) {
	background-color: unset !important;
}

.table-insumos tbody tr:nth-child(even of :not(.hidden, .insumoDetalhe)) {
    background-color: lightgray;
}

.table-insumos tbody tr:nth-child(even of :not(.hidden, .insumoDetalhe)):hover {
    background-color: gray;
    color: white;
    cursor: pointer;
}

.table-insumos thead,
.table-insumos tfoot {
	background-color: white;
	padding: 0.5rem;
}

.table-insumos th,
.table-insumos td {
  text-align: center;
  vertical-align: center;
  padding: 0.5rem;
}

.table-insumos thead,
.table-insumos thead th,
.table-insumos thead td {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index:4;
}

.table-insumos tfoot,
.table-insumos tfoot th,
.table-insumos tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index:4;
}

.table-insumos-dropdown {
  display: block !important;
  float: left;
  overflow: hidden;
}

.table-insumos-dropdown button {
	background-color: rgba(211,211,211,1);
}

.table-insumos-dropdown button:hover {
	background-color: rgba(211,211,211,0.8);
}

.table-insumos-dropdown .table-insumos-dropbtn {
  display: block !important;
  font-size: 1rem;  
  border: none;
  outline: none;
  color: white;
  padding: 1rem;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.table-insumos-dropdown-content {
  display: none !important;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 10rem;
  box-shadow: 0rem 0.5rem 1rem 0rem rgba(0,0,0,0.2);
  z-index: 9;
}

.table-insumos-dropdown-content tr {
  float: none;
  color: black;
  padding: 0.5rem;
  text-decoration: none;
  display: block !important;
  text-align: left;
  height: 3rem;
  cursor: pointer;
}

.table-insumos-dropdown-content td {
	vertical-align: top;
}

.table-insumos-dropdown-content tr:hover {
  background-color: #ddd;
}

.table-insumos-dropdown:hover .table-insumos-dropdown-content {
  display: block !important;
}

.table-faturas {
  position: relative;
  width:100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  align-content: start;
}

.table-faturas table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}

.table-faturas thead tr, 
.table-faturas tfoot tr {
  height: 3rem ;
  background-color: gray;
  color: white;
}

.table-faturas thead tr:first-child th:first-child {
  border-top-left-radius: 1.2rem;
}

.table-faturas thead tr:first-child th:last-child {
  border-top-right-radius: 1.2rem;
}

.table-faturas tfoot tr:first-child th:first-child {
  border-bottom-left-radius: 1.2rem;
}

.table-faturas tfoot tr:first-child th:last-child {
  border-bottom-right-radius: 1.2rem;
}

.table-faturas tbody tr {
  height: 2rem ;
}

.table-faturas tbody tr:hover {
    background-color: gray;
    color: white;
    cursor: pointer;
}

.faturaDetalhe {
	display:none;
	pointer-events: none;
}

.faturaDetalhe table {
	padding-left: 2rem;
}

.faturaDetalhe tbody tr:nth-child(even of :not(.hidden, .faturaDetalhe)) {
	background-color: unset !important;
}

.table-faturas tbody tr:nth-child(even of :not(.hidden, .faturaDetalhe)) {
    background-color: lightgray;
}

.table-faturas tbody tr:nth-child(even of :not(.hidden, .faturaDetalhe)):hover {
    background-color: gray;
    color: white;
    cursor: pointer;
}

.table-faturas thead,
.table-faturas tfoot {
	background-color: white;
	padding: 0.5rem;
}

.table-faturas th,
.table-faturas td {
  text-align: center;
  vertical-align: center;
  padding: 0.5rem;
}

.table-faturas thead,
.table-faturas thead th,
.table-faturas thead td {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index:4;
}

.table-faturas tfoot,
.table-faturas tfoot th,
.table-faturas tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index:4;
}

.table-faturas-dropdown {
  display: block !important;
  float: left;
  overflow: hidden;
}

.table-faturas-dropdown button {
	background-color: rgba(211,211,211,1);
}

.table-faturas-dropdown button:hover {
	background-color: rgba(211,211,211,0.8);
}

.table-faturas-dropdown .table-faturas-dropbtn {
  display: block !important;
  font-size: 1rem;  
  border: none;
  outline: none;
  color: white;
  padding: 1rem;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.table-faturas-dropdown-content {
  display: none !important;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 10rem;
  box-shadow: 0rem 0.5rem 1rem 0rem rgba(0,0,0,0.2);
  z-index: 9;
}

.table-faturas-dropdown-content tr {
  float: none;
  color: black;
  padding: 0.5rem;
  text-decoration: none;
  display: block !important;
  text-align: left;
  height: 3rem;
  cursor: pointer;
}

.table-faturas-dropdown-content td {
	vertical-align: top;
}

.table-faturas-dropdown-content tr:hover {
  background-color: #ddd;
}

.table-faturas-dropdown:hover .table-faturas-dropdown-content {
  display: block !important;
}

.montagem-item-edit-dialog {
	margin-top: 1rem;
	display: inline-block;
	width: inherit;
	min-height: 0rem;
	max-height: none;
	height: auto;
	overflow: hidden;
	padding: 0.5rem 1rem;
	border-radius: 0.6rem;
	background-color: white;
	border: 0.1rem solid gray ;
}

.montagem-item-edit-dialog table {
	padding: 0.3rem ;
}

.montagem-item-edit-dialog td {
	padding-top: 0.3rem ;
}

.montagem-item-edit-dialog input {
	margin: 0.4rem;
    padding: 0.25rem;
    background-color: #fff;
    border: 0.1rem solid #8b8a8b;
    border-radius: 0.3rem;
    transition: 180ms box-shadow ease-in-out;
}

.montagem-item-edit-dialog textarea {
    resize: none;
    padding: 0.4rem;
}

.montagem-item-edit-dialog span {
	margin: 0.25rem;
    padding: 0.25rem;
    background-color: #fff;
}

.montagem-item-edit-dialog span {
	margin: 0.6rem;
    padding: 0.25rem;
    background-color: #fff;
}

.montagem-item-edit-dialog input:not(textarea) {
	margin-left:0rem; 
	margin-top:0rem;
    line-height: 1;
    height: 2.25rem;
}

.montagem-item-edit-dialog input[readonly] {
    cursor: default;
    color: #777;
}

.montagem-item-edit-dialog input[type=checkbox] {
  width: 1.2rem;
  height: 1.2rem;
}

.montagem-item-edit-dialog input[type=radio] {
  width: 1.2rem;
  height: 1.2rem;
}

.montagem-item-edit-dialog input[type=number]::-webkit-inner-spin-button, 
.montagem-item-edit-dialog input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.montagem-item-edit-dialog-disable > * {
	pointer-events: none;
	opacity: 0.8;
}

.contrato-consulta-button {
    color:var(--table-contrato-color);
    font:2.4rem Futura, ‘Century Gothic’, AppleGothic, sans-serif;
    font-size:1rem;
    padding:1rem;
    background-color: var(--table-contrato-background-color);
    border:0.1rem solid var(--table-contrato-background-color);
    -moz-border-radius:0.6rem;
    -webkit-border-radius:0.6rem;
    border-radius:0.6rem;
    border-bottom:0.1rem solid #9f9f9f;
    -moz-box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    cursor:pointer;
}
.contrato-consulta-button:hover {
    background-color: var(--table-contrato-background-color);
}

.contrato-consulta-button {
	margin: 0rem;
	text-align: left;
	display: flex;
}
.contrato-consulta-button i {
	font-weight: bold;
	padding-right: 0rem;
	font-size: 1.5rem;
	vertical-align: middle;
}

.contrato-consulta-button div {
  text-wrap : nowrap;	
}


.carregamento-table {
  background-color: transparent;
  border: 0rem;
  height: 80%;
}

.carregamento-table-container {
	padding: 0rem;
}

.carregamento-table-previous-page {
	z-index: 99;
	opacity:0;
	background-color: rgba(255, 255, 255, 0.7);
	border: 0.1rem solid lightgray;
	border-radius : 2rem 0rem 0rem 2rem;
	cursor: pointer;
	height: 100%;
	width: 4rem;
	position: absolute;
	top: 0rem;
	left: 0rem;
    padding-right: 0.6rem;
}

.carregamento-table-next-page {
	z-index: 99;
    opacity:0;
	background-color: rgba(255, 255, 255, 0.7);
	border: 0.1rem solid lightgray;
	border-radius : 0rem 2rem 2rem 0rem;
	cursor: pointer;
	height: 100%;
	width: 4rem;
	position: absolute;
	top: 0rem;
	right: 0rem;
    padding-left: 0.6rem;
}

.carregamento-table-next-page::before {
    position: relative;
    top: 50%;
    left: -2rem;
    content: "";
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    border-right: 1rem solid gray;
    border-top: 1rem solid gray;
    transform: rotate(45deg);
    margin-right: 0rem;
}

.carregamento-table-previous-page::before {
    position: relative;
    top: 50%;
    left: 1rem;
    content: "";
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    border-right: 1rem solid gray;
    border-top: 1rem solid gray;
    transform: rotate(225deg);
    margin-right: 0rem;
}


.carregamento-table-previous-page:hover, .carregamento-table-next-page:hover {
	opacity:1;
}


.carregamento-table tr {
	height: 1.2rem;
}

.carregamento-table td {
	padding: 0.3rem;
    vertical-align: top;
}

.carregamento-table div {
	border-radius: 1.2rem;
    background-color: var(--table-carregamento-background-color);
    color: var(--table-carregamento-color);
	height: 4rem;
	margin-top: 0.6rem;
	display:table;
	width: 100%;
}

.carregamento-table div table tr td {
    vertical-align: middle;
}

.carregamento-table-pagination {
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    padding-right: 4rem; 
}

.carregamento-table-pagination label {
	color: var(--table-carregamento-color);
	padding: 1rem;
	cursor: pointer;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.carregamento-table-pagination .current {
	color: var(--table-carregamento--color);
	padding: 0.3rem;
	border: 0.3rem solid white;
	cursor: default;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.carregamento-table-pagination .none {
	color: var(--table-carregamento-color);
	cursor: default;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.carregamento-table-pagination label:hover {
	background-color: var(--table-carregamento-tile-background-color-hover);
}

.carregamento-table-pagination .current:hover {
	background-color: inherit;
}

.carregamento-table-pagination .none:hover {
	background-color: inherit;
}

.carregamento-detalhe {
	margin-left : 0.5rem;
	width: 98%;
	border: 0.1rem solid gray; 
	padding: 0.5rem; 
	border-radius: 0.6rem;
	vertical-align:top;
	background-color: white;
}


.carregamento-tile {
    border-collapse: collapse;
    margin: 0.3rem 0rem 0rem 0rem;
    font-size: 0.9rem;
    font-family: sans-serif;
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.15);
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.carregamento-tile:hover {
     opacity:0.7;	
/*      -ms-transform: scale(1.05); */
/*      -webkit-transform: scale(1.05); */
/*      transform: scale(1.05); */
}

.carregamento-tile thead tr, .carregamento-tile thead tr table tr {
    background-color: var(--table-carregamento-tile-background-color);
    color: var(--table-carregamento-tile-color);
    text-align: left;
}

.carregamento-tile thead tr table {
	width : 100%;
}

.carregamento-tile thead tr:first-child th:first-child {
  border-top-left-radius: 1.2rem;
}

.carregamento-tile thead tr:first-child th:last-child {
  border-top-right-radius: 1.2rem;
}

.carregamento-tile th,
.carregamento-tile td {
    padding: 0.3rem 1.2rem;
    text-align: center;
    max-width: 0rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carregamento-tile thead tr table tr th,
.carregamento-tile thead tr table tr td {
    padding: 0rem;
}

.carregamento-tile tbody tr {
	background-color: var(--table-carregamento-tile-color);
}

.carregamento-tile tfoot tr {
    background-color: var(--table-carregamento-tile-background-color);
    color: var(--table-carregamento-tile-color);
    text-align: center;
}

.carregamento-tile tfoot tr:last-child th:first-child {
  border-bottom-left-radius: 1.2rem;
}

.carregamento-tile tfoot tr:last-child th:last-child {
  border-bottom-right-radius: 1.2rem;
}

.carregamento-consulta-button {
    color:var(--table-carregamento-color);
    font:2.4rem Futura, ‘Century Gothic’, AppleGothic, sans-serif;
    font-size:1rem;
    padding:1rem;
    background-color: var(--table-carregamento-background-color);
    border:0.1rem solid var(--table-carregamento-background-color);
    -moz-border-radius:0.6rem;
    -webkit-border-radius:0.6rem;
    border-radius:0.6rem;
    border-bottom:0.1rem solid #9f9f9f;
    -moz-box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    cursor:pointer;
}
.carregamento-consulta-button:hover {
    background-color: var(--table-carregamento-background-color);
}

.carregamento-consulta-button {
	margin: 0rem;
	text-align: left;
	display: flex;
}
.carregamento-consulta-button i {
	font-weight: bold;
	padding-right: 0rem;
	font-size: 1.5rem;
	vertical-align: middle;
}

.carregamento-consulta-button div {
  text-wrap : nowrap;	
}

.carregamento-lista-container {
	width:98%;
	padding:0.5rem; 
	margin-left: 0.5rem; 
	margin-top: 1rem; 
	height: 40rem; 
	border:	0.1rem solid gray; 
	border-radius: 0.6rem; 
	background-color: white; 
	overflow-y: auto;
}

.carregamento-lista-container-item  {
	width:100%;
	padding:0.5rem; 
	margin-left: 0rem; 
	margin-bottom: 0.5rem; 
	background-color: white; 
	position: relative;
}

.carregamento-lista-container-item * {
	font-size: 0.9rem; 
}

.carregamento-lista-container-item i {
    font-size: 2rem;
    right: 0.3rem;
    position: absolute;
    top: 0rem;
    border-radius: 0.3rem;
    cursor: pointer;
    color: gray;
    display : none;
    font-weight: bold;
}

.carregamento-lista-container-item:hover > i {
    display : block;
}

.carregamento-lista-container-item i+i {
    font-size: 2rem;
    right: 2.3rem;
    position: absolute;
    top: 0rem;
    border-radius: 0.3rem;
    cursor: pointer;
    color: gray;
    display : none;
    font-weight: bold;
}

.carregamento-lista-container-item:hover > i+i {
    display : block;
}

.carregamento-combobox-container {
	padding:0.5rem; 
	margin-left: 0.5rem; 
	margin-top: 1rem; 
	height: auto; 
	border:	0.2rem solid gray; 
	border-radius: 0.6rem; 
	background-color: white; 
	overflow-y: auto;
    position: absolute;
    top: 11rem;
    z-index: 99;
    max-height: 20rem;	
    display: block;
    width: auto;
    overflow-x: hidden;
}

.carregamento-combobox-container-item {
	width:98%;
	padding:0.5rem; 
	margin: 0.5rem; 
	border:	0.1rem solid gray; 
	border-radius: 0.6rem; 
	background-color: white; 
}

.carregamento-combobox-container-item:hover {
	cursor: pointer;
	background-color: lightgray;
}

.carregamento-combobox-container-item:hover input, .orcamento-combobox-container-item:hover label {
	pointer-events: none;
	background-color: lightgray;
	cursor: pointer;
	color: #777;
}

.carregamento-combobox-container-item table {
	width: 100%;
}

.execucao-table {
  background-color: transparent;
  border: 0rem;
  height: 80%;
}

.execucao-table-container {
	padding: 0rem;
}

.execucao-table-previous-page {
	z-index: 99;
	opacity:0;
	background-color: rgba(255, 255, 255, 0.7);
	border: 0.1rem solid lightgray;
	border-radius : 2rem 0rem 0rem 2rem;
	cursor: pointer;
	height: 100%;
	width: 4rem;
	position: absolute;
	top: 0rem;
	left: 0rem;
    padding-right: 0.6rem;
}

.execucao-table-next-page {
	z-index: 99;
    opacity:0;
	background-color: rgba(255, 255, 255, 0.7);
	border: 0.1rem solid lightgray;
	border-radius : 0rem 2rem 2rem 0rem;
	cursor: pointer;
	height: 100%;
	width: 4rem;
	position: absolute;
	top: 0rem;
	right: 0rem;
    padding-left: 0.6rem;
}

.execucao-table-next-page::before {
    position: relative;
    top: 50%;
    left: -2rem;
    content: "";
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    border-right: 1rem solid gray;
    border-top: 1rem solid gray;
    transform: rotate(45deg);
    margin-right: 0rem;
}

.execucao-table-previous-page::before {
    position: relative;
    top: 50%;
    left: 1rem;
    content: "";
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    border-right: 1rem solid gray;
    border-top: 1rem solid gray;
    transform: rotate(225deg);
    margin-right: 0rem;
}


.execucao-table-previous-page:hover, .execucao-table-next-page:hover {
	opacity:1;
}


.execucao-table tr {
	height: 1.2rem;
}

.execucao-table td {
	padding: 0.3rem;
    vertical-align: top;
}

.execucao-table div {
	border-radius: 1.2rem;
    background-color: var(--table-execucao-background-color);
    color: var(--table-execucao-color);
	height: 4rem;
	margin-top: 0.6rem;
	display:table;
	width: 100%;
}

.execucao-table div table tr td {
    vertical-align: middle;
}

.execucao-table-pagination {
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    padding-right: 4rem; 
}

.execucao-table-pagination label {
	color: var(--table-execucao-color);
	padding: 1rem;
	cursor: pointer;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.execucao-table-pagination .current {
	color: var(--table-execucao--color);
	padding: 0.3rem;
	border: 0.3rem solid white;
	cursor: default;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.execucao-table-pagination .none {
	color: var(--table-execucao-color);
	cursor: default;
    width: 3rem;
    display: inline-block;
    text-align: center;	
}

.execucao-table-pagination label:hover {
	background-color: var(--table-execucao-tile-background-color-hover);
}

.execucao-table-pagination .current:hover {
	background-color: inherit;
}

.execucao-table-pagination .none:hover {
	background-color: inherit;
}

.execucao-detalhe {
	margin-left : 0.5rem;
	width: 98%;
	border: 0.1rem solid gray; 
	padding: 0.5rem; 
	border-radius: 0.6rem;
	vertical-align:top;
	background-color: white;
}


.execucao-tile {
    border-collapse: collapse;
    margin: 0.3rem 0rem 0rem 0rem;
    font-size: 0.9rem;
    font-family: sans-serif;
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.15);
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.execucao-tile:hover {
     opacity:0.7;	
/*      -ms-transform: scale(1.05); */
/*      -webkit-transform: scale(1.05); */
/*      transform: scale(1.05); */
}

.execucao-tile thead tr, .execucao-tile thead tr table tr {
    background-color: var(--table-execucao-tile-background-color);
    color: var(--table-execucao-tile-color);
    text-align: left;
}

.execucao-tile thead tr table {
	width : 100%;
}

.execucao-tile thead tr:first-child th:first-child {
  border-top-left-radius: 1.2rem;
}

.execucao-tile thead tr:first-child th:last-child {
  border-top-right-radius: 1.2rem;
}

.execucao-tile th,
.execucao-tile td {
    padding: 0.3rem 1.2rem;
    text-align: center;
    max-width: 0rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.execucao-tile thead tr table tr th,
.execucao-tile thead tr table tr td {
    padding: 0rem;
}

.execucao-tile tbody tr {
	background-color: var(--table-execucao-tile-color);
}

.execucao-tile tfoot tr {
    background-color: var(--table-execucao-tile-background-color);
    color: var(--table-execucao-tile-color);
    text-align: center;
}

.execucao-tile tfoot tr:last-child th:first-child {
  border-bottom-left-radius: 1.2rem;
}

.execucao-tile tfoot tr:last-child th:last-child {
  border-bottom-right-radius: 1.2rem;
}

.execucao-consulta-button {
    color:var(--table-execucao-color);
    font:2.4rem Futura, ‘Century Gothic’, AppleGothic, sans-serif;
    font-size:1rem;
    padding:1rem;
    background-color: var(--table-execucao-background-color);
    border:0.1rem solid var(--table-execucao-background-color);
    -moz-border-radius:0.6rem;
    -webkit-border-radius:0.6rem;
    border-radius:0.6rem;
    border-bottom:0.1rem solid #9f9f9f;
    -moz-box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 0.1rem 0 rgba(255,255,255,0.5);
    cursor:pointer;
}
.execucao-consulta-button:hover {
    background-color: var(--table-execucao-background-color);
}

.execucao-consulta-button {
	margin: 0rem;
	text-align: left;
	display: flex;
}
.execucao-consulta-button i {
	font-weight: bold;
	padding-right: 0rem;
	font-size: 1.5rem;
	vertical-align: middle;
}

.execucao-consulta-button div {
  text-wrap : nowrap;	
}

.execucao-lista-container {
	width:98%;
	padding:0.5rem; 
	margin-left: 0.5rem; 
	margin-top: 1rem; 
	height: 40rem; 
	border:	0.1rem solid gray; 
	border-radius: 0.6rem; 
	background-color: white; 
	overflow-y: auto;
}

.execucao-lista-container-item  {
	width:100%;
	padding:0.5rem; 
	margin-left: 0rem; 
	margin-bottom: 0.5rem; 
	background-color: white; 
	position: relative;
}

.execucao-lista-container-item * {
	font-size: 0.9rem; 
}

.execucao-lista-container-item i {
    font-size: 2rem;
    right: 0.3rem;
    position: absolute;
    top: 0rem;
    border-radius: 0.3rem;
    cursor: pointer;
    color: gray;
    display : none;
    font-weight: bold;
}

.execucao-lista-container-item:hover > i {
    display : block;
}

.execucao-lista-container-item i+i {
    font-size: 2rem;
    right: 2.3rem;
    position: absolute;
    top: 0rem;
    border-radius: 0.3rem;
    cursor: pointer;
    color: gray;
    display : none;
    font-weight: bold;
}

.execucao-lista-container-item:hover > i+i {
    display : block;
}

.execucao-combobox-container {
	padding:0.5rem; 
	margin-left: 0.5rem; 
	margin-top: 1rem; 
	height: auto; 
	border:	0.2rem solid gray; 
	border-radius: 0.6rem; 
	background-color: white; 
	overflow-y: auto;
    position: absolute;
    top: 11rem;
    z-index: 99;
    max-height: 20rem;	
    display: block;
    width: auto;
    overflow-x: hidden;
}

.execucao-combobox-container-item {
	width:98%;
	padding:0.5rem; 
	margin: 0.5rem; 
	border:	0.1rem solid gray; 
	border-radius: 0.6rem; 
	background-color: white; 
}

.execucao-combobox-container-item:hover {
	cursor: pointer;
	background-color: lightgray;
}

.execucao-combobox-container-item:hover input, .orcamento-combobox-container-item:hover label {
	pointer-events: none;
	background-color: lightgray;
	cursor: pointer;
	color: #777;
}

.execucao-combobox-container-item table {
	width: 100%;
}

.fatura-lista-item  {
	width:100%;
	padding:0.5rem; 
	margin-left: 0rem; 
	margin-bottom: 0.5rem; 
	border:	0.2rem solid lightgray; 
	border-radius: 0.6rem; 
	background-color: white; 
	position: relative;
}

.fatura-lista-item-selected {
	border:	0.2rem solid gray; 
}

.fatura-lista-item * {
	font-size: 0.9rem; 
}

.fatura-lista-item i {
    font-size: 2rem;
    right: 1.8rem;
    position: absolute;
    bottom: 0.5rem;
    border-radius: 0.3rem;
    cursor: pointer;
    color: gray;
    display : none;
    font-weight: bold;
}

.fatura-lista-item:hover > i {
    display : block;
    color: black;
}

.fatura-lista-item i+i {
    font-size: 2rem;
    right: 4.3rem;
    position: absolute;
    bottom: 0.5rem;
    border-radius: 0.3rem;
    cursor: pointer;
    color: gray;
    display : none;
    font-weight: bold;
}

.fatura-lista-item:hover > i+i {
    display : block;
    color: black;
}

.fatura-lista-item i+i+i {
    font-size: 2rem;
    right: 6.8rem;
    position: absolute;
    bottom: 0.5rem;
    border-radius: 0.3rem;
    cursor: pointer;
    color: gray;
    display : none;
    font-weight: bold;
}

.fatura-lista-item:hover > i+i+i {
    display : block;
    color: black;
}

.fatura-lista-item i+i+i+i {
    font-size: 2rem;
    right: 9.3rem;
    position: absolute;
    bottom: 0.5rem;
    border-radius: 0.3rem;
    cursor: pointer;
    color: gray;
    display : none;
    font-weight: bold;
}

.fatura-lista-item:hover > i+i+i+i {
    display : block;
    color: black;
}

.fatura-lista-item table {
	width: 100%;
    margin: 0.1rem 0rem;
}

.fatura-lista-item tr {
    height: auto;
}

.fatura-lista-item table th, 
.fatura-lista-item table td {
    padding: 0.1rem;
    vertical-align: top;
}

.arquivo-table {
  padding: 0rem;
  background-color: transparent;
  border: 0rem;
  width: 100%;
  color: black;
  border-spacing: 0rem;
}

.highlight {
	background-color : transparent;
}

.highlight:hover {
	background-color : lightgray;
}

.arquivo-table iconify-icon {
	font-size: 4rem; 
	color: gray;
}

.arquivo-table tr {
	height: 1.2rem;
}

.arquivo-tile {
    margin: 0.3rem;
	width: 15rem;
	height: 24rem;
	max-height: 24rem;
	overflow: hidden;
	padding: 0rem;
	border-radius: 0.6rem;
	background-color: white;
    text-align: center;
    cursor: pointer;
	border: 0.25rem solid lightgray ;
 }

.arquivo-tile:hover {
     opacity:0.7;	
/*      -ms-transform: scale(1.05); */
/*      -webkit-transform: scale(1.05); */
/*      transform: scale(1.05); */
}

.arquivo-tile img {
    padding-top: 0.3rem;
}

.arquivo-tile i {
    font-size: 2.5rem;
    opacity: 0.5; 
    cursor: pointer;
}

.arquivo-tile a {
	display: block;
	padding-bottom: 0.3rem;
    cursor: pointer;
}

.arquivo-tile div {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 0.3rem;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	font-size: 0.75rem;
}

.arquivo-tile-texto {
    max-width: 20rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	font-size: 1rem;
}


