﻿@import url("Theme.AGV_UI_th.css?3837");

:root {
    --color-primary: #00a29a; /*primary-color*/
    --color-primary-hover: #00a29a; /*primary-color-hover*/
    --color-secondary: #fbb130; /*secondary-color*/
}

/*MATERIAL ICON FONT - INICIO*/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('/AGV_UI_th/MaterialIcons-Regular.eot'); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url('/AGV_UI_th/MaterialIcons-Regular.woff2') format('woff2'),
       url('/AGV_UI_th/MaterialIcons-Regular.woff') format('woff'),
       url('/AGV_UI_th/MaterialIcons-Regular.tff') format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.espaco > *{
    margin-bottom: 20px;
}

/* VALIDO APENAS ESTAS CLASSES */

/* TIPOGRAFIA */

.font-color--primary {
    color: var(--color-primary);
}

.font-color--secondary {
    color: var(--color-secondary);
}

/*BOTÕES*/
.botao {
    height: 32px;
    border: 1px solid #DCDCDC;
    box-shadow: inset 0 0px 0 0 rgba(19,24,25,0.2);
    padding: 5px 25px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

a.btn:hover {
    color: #FFFFFF;
}

.botao:disabled {
    color: #DADBDE;
    background-color: #999999; 
    border: 0;
}

.botao-verde {
    color: #ffffff;
    border: 0;
    background-color: #00a29a;
}

.botao-amarelo {
    color: #ffffff;
    background-color: #fbb130;
    border: 0;
}

.botao-branco {
    color: rgba(0,0,0,0.54);
    background-color: #FFFFFF;    
}

.botao-duplo {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

/* CARDS */

.card-instalacao {
    border: 1px solid #CCCCCC;    
    border-radius: 4px; 
    padding: 20px;
    background-color: #ffffff;
}

.card-instalacao--esquerdo {
    border: 1px solid #CCCCCC;    
    border-radius: 4px 0 0 4px;   
    border-right: 0;
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
}

.card-instalacao--direito {
    border: 1px solid #CCCCCC; 
    color: #717171; 
    border-radius: 0 4px 4px 0;
    background-color: #fff;
    padding: 0 40px;
}

.card-instalacao--centro {
    border: 1px solid #CCCCCC; 
    color: #717171;     
    background-color: #fff;
    padding: 0 40px;    
}

.border-right--none {
    border-right: 0px;   
}

.card-instalacao--direito-link {
    border: 1px solid #CCCCCC; 
    align-items: center;
    background-color: #fafafa;
    width: 76px;
    color: #717171;
    display: flex;
    justify-content: center;    
    border-left: 0px;
    border-radius: 0 4px 4px 0;
}

.card-instalacao--direito-icone {
    border: 1px solid #CCCCCC; 
    align-items: center;
    background-color: #ffffff;
    width: 76px;
    color: #717171;
    display: flex;
    justify-content: center;    
    border-left: 0px;
    border-radius: 0 4px 4px 0;
}

.card-instalacao-endereco {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #505050;
}

.card-instalacao-codigo--label {
    color: #474747;    
    font-family: Arial;    
    font-size: 12px;    
    line-height: 14px;
}

.card-instalacao-codigo--numero {
    font-size: 12px;
    color: var(--color-primary);
    font-weight: bold;
    margin-left: 5px;
    text-transform: uppercase;
}

.card-instalacao-codigo--numero-cinza {
    color: #747474;   
}

.card-instalacao-percentual--input {    
    border: 1px solid #DDDDDD;
    border-radius: 50px;
    background-color: #FFFFFF;
    box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.3);
    padding: 5px 10px 8px 10px;
    height: 30px;
}  

.margin-right-60 {
    margin-right: 60px;   
}

.card-icones--laranja {
    font-size: 22px;
    height: 22px;
    width: 22px;   
    color: #FBB030;
    margin-right: 10px;
}

.nowrap {
    white-space: nowrap;
}

/* BARRAS DE PESQUISA */

.container-pesquisa {
    width: 100%;
    padding-right: 25px;
}

.input-with-icon .input-with-icon-content-icon {
    height: 30px;
    bottom: 0px;
}

.pesquisa-icone--limpar i {
    font-size: 20px;
    margin-top: 5px;
}

.container-pesquisa--input {
    border: 1px solid #DDDDDD;
    border-radius: 50px;
    background-color: #FAFAFA;
    box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.3);
    padding: 5px 10px 8px 10px;
    height: 30px;
}

.container-pesquisa--cinza {
    background-color: #F2F2F2;
    height: 64px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    padding: 15px;   
}

/* BOX CINZA */

.container-cinza {
    border: 1px solid #CCCCCC;  
    border-left: 0;
    border-right: 0;
    background-color: #F7F7F7;
    padding: 30px 30px;    
}

.container-cinza--titulo {
    color: #fbb130;
    font-size: 22px;
    font-weight: bold;
    padding: 0px 0px 0px -10px;
    white-space: nowrap;
}

.container-cinza--subtitulo {
    font-size: 12px;
}

.link-verde {
    color: #00a29a;
    margin-left: 5px;
    text-decoration: underline;   
}

.container-cinza--linha { 
    border-bottom: 1px solid #E3E3E3;
    line-height: 0.1em;
    width: 100%;
    margin-left: 10px; 
}

/* ITENS DE FORMULÁRIO */

.form-label {
    margin-top: 10px;
    margin-left: 10px;   
    color: #868e96;
    font-size: 13px;
}

.form-label--obrigatorio {
    color: #fbb130;
    font-size: 16px;
}

.form-item--text {
    font-size: 16px;
    font-weight: bold;
    color: #999999;
    margin-bottom: 10px;
}

.form-item--text label, .form-item--text span {
    color: #868e96;
}

.form-input--text:disabled, form-input--textarea:disabled, [disabled="disabled"],
[readonly="readonly"],
textarea[readonly="readonly"] {
    color: var(--color-neutral-6);
    pointer-events: none;
    background-color: #F3F3F3;
}

.form-input--text {
    border: 1px solid #DDDDDD;
    border-radius: 50px;
    background-color: #FFFFFF;
    box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.3);
    padding: 5px 10px 8px 10px;
    margin-top: 10px;
    height: 30px;
}

.form-input--textarea {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.3);
    padding: 5px 10px 8px 10px;
    margin-top: 10px;
}

.form-input-text--linha {
    border: 0;
    border-bottom: 1px solid #000000;
    padding: 5px 10px 0px 10px;
    margin-top: 10px;
    height: 20px;
    background-color: inherit;
}

.form-input--text:focus {
    border-color: #fbb130;   
}

.form-label--select {
    margin-bottom: 14px;
    margin-left: 0;
}

.form-input--select {
    border: 1px solid #DDDDDD;
    border-radius: 50px;
    background-color: #FFFFFF;
    box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.3);
    padding: 5px 15px;
    margin-top: 10px;
    height: 30px
}

.form-select--horizontal > * {
    margin-right: 30px;
}

.form-select--vertical > * {
    margin-bottom: 20px;
}

.form-checkbox {
    margin-right: 10px;   
}

.form-label--margin-top-none {
    margin-top: 0px!important;
}

.form-field-help {
    background-color: black;
    color: white;
    padding: 2px 3px;
    height: 17.6px;
}

.radio-button {
    margin-right: 10px;   
}

.form-linha-botao {
    border-bottom: 1px solid #E3E3E3;
    line-height: 0.1em;
    width: 100%;
    margin-left: 10px;
}

.form-botao-adicionar-remover {
    border: 1px solid #CCCCCC;  
    background-color: #F7F7F7;
    padding: 20px 10px;
    line-height: 0;
    display: flex;
    align-items: center;
}

.form-botao-adicionar-remover-label {
    color: #999999;
}

.form-botao-adicionar-remover-icon-habilitado {
    color: #fbb130;
    font-size: 30px;
}

.form-botao-adicionar-remover-icon-desabilitado {
    color: #999999;
    font-size: 30px;
}

/* MENSAGENS/NOTIFICAÇÕES */

.titulo-mensagem--alerta {
    color: #FBB030;
    font-size: 16px;
    font-weight: bold;
}

.titulo-mensagem--informacao {
    color: #31708F;
    font-size: 16px;
    font-weight: bold;
}

.titulo-mensagem--sucesso {    
    color: #346B35;
    font-size: 16px;
    font-weight: bold;
}

.titulo-mensagem--erro {
    color: #843534;
    font-size: 16px;
    font-weight: bold;
}

.descricao-mensagem {
    margin-top: 5px;   
}

.word-break-all {
    word-break: break-all;
}

.form-table-rotate-vertical-left {
    transform: rotate(-90deg);/* Legacy vendor prefixes that you probably don't need... *//* Safari */
    -webkit-transform: rotate(-90deg);/* Firefox */-moz-transform: rotate(-90deg);/* IE */
    -ms-transform: rotate(-90deg);/* Opera */-o-transform: rotate(-90deg);/* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.form-table-rotate-vertical-right  {
    width: 394px;
    margin-left: -175px;
    transform: rotate(90deg);/* Legacy vendor prefixes that you probably don't need... *//* Safari */
    -webkit-transform: rotate(90deg);/* Firefox */-moz-transform: rotate(90deg);/* IE */
    -ms-transform: rotate(90deg);/* Opera */-o-transform: rotate(90deg);/* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=9);
}

.form-tb-header-max-width--40 {
    max-width: 40px;
}

.ctn-validation-mensagem:after {
    content: "Campo obrigatório!";
    font-size: var(--font-size-xs);
    color: var(--color-error);
}

.ctn-validation-mensagem >* {
    margin-bottom:var(--space-xs);
}

.ctn-validation-mensagem > div >div > input {
    margin-right: 10px!important;
    border: 1px solid var(--color-error)!important;
    border-radius: 50px!important;
}

.icone-tooltip {
    color: #fbb130;
    margin-left: 10px;
}

.wizard-background {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background-color: #F2F2F2;
    padding: 10px 10px 14px 10px;
    margin: 0 30px;
}

/*ÍCONE DE MAX UPLOAD DE ARQUIVO*/ 

.icone-em-tela{
    width: 191px;
    height: 55px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: +20;
}

/* CLASSES SOBRESCRITAS DO OUTSYSTEMS */

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 300px white inset !important;
}

label.MandatoryLabel:after{
  color: #fbb130;
}

.Form label.MandatoryLabel:after{
  color: #fbb130;
}

.Form input.ReadOnly:not(.Not_Valid), .Form textarea.ReadOnly:not(.Not_Valid), .Form select.ReadOnly:not(.Not_Valid) {
    border-color: #DDDDDD;
}

.Form input.ReadOnly, .Form textarea.ReadOnly, .Form select.ReadOnly {
    background: #FFFFFF;
}

.accordion-custom .accordion-item-header {
    background-color: #F3F3F3;
}

.accordion-custom .accordion-item-header span {
    color: #6F6F6F;
}

.accordion-custom .accordion-item .accordion-item-content.is--expanded {
    padding: 20px 0px;
}

.accordion-custom .accordion-item .accordion-item-content.is--expanded div {
    margin-left: 20px;
}

.line-height20 {
    line-height: 20px;
}

.line-height25 {
    line-height: 25px;
}

.card-instalacao--columns {
    margin-right: 20px;
}

.highcharts-container {
    width: 100%!important;
}

.highcharts-container svg {
    width: 100%!important;
}

.table-row-even td {
    background-color: #F2F2F2;
    border: 1px solid #F7F7F7;
    padding: 0 20px;
}

.table-row-odd td {
    border: 1px solid #F7F7F7;
    padding: 0 20px
}

.accordionCustom {
    border-radius: 4px 4px 0 0 !important;
}

.accordionCustom > *:first-child {
    background-color: #F1F1F1B3;
    border-bottom: 1px solid #dadbde;
}

.accordionCustom > *:not(:first-child) {    
    background-color: #fafafa;
}

@media (max-width: 1024px) {
    .card-instalacao--columns {    
        margin: 10px 30px 10px 0px;
    }
}

/* customização input data */
.form-container-input--calendar {
    padding: 5px 0;
    position: relative;
    margin-top: 5px;
}

.form-container-input--calendar input {
    margin-top: 0;
}

.form-container-input--calendar::after {
    pointer-events: none;
    border-radius: 0  50px 50px 0;
    position: absolute !important;
    right: 1.5px;
    top:  1.0px;
    bottom: 6.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 5px;
    content: url('/AGV_UI_th/img/material_event_24dp.svg');
    background: #f4f4f5;
}

.label-color-grey {

    color: #868e96;

}
/*end customização input data*/