/* multi-select-dropdown */

.multiselect-dropdown .dropdown-btn {
  font-size: 15px;
  font-family: Roboto,"Helvetica Neue",sans-serif;
  border: 0px solid #adadad !important;
  border-radius: 0px !important;
  box-shadow: 0 1px #5555;
  padding: 6px 4px !important;
}

.dropdown-list {
  font-size: 15px;
  font-family: Roboto,"Helvetica Neue",sans-serif;
  color: rgba(0,0,0,.87);
  min-width: 100px !important;
  max-width: 513px !important;
  position: fixed !important;
}

.multiselect-item-checkbox input[type=checkbox] + div:before {
  border: 2px solid gray !important;
}

.multiselect-item-checkbox input[type=checkbox]:checked + div:before {
  background: #00A89E !important;
}

.multiselect-dropdown .dropdown-btn .selected-item{
  color: white !important;
  background: #00A89E !important;
  border: 1px solid #00A89E !important;
  margin-top: 2px !important;
}

.multiselect-dropdown .dropdown-btn .selected-item a {
  color: white !important;
}

.multiselect-dropdown .dropdown-btn .dropdown-down {
  display: inline-block;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 5px solid #adadad !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
}

.multiselect-dropdown .dropdown-btn .dropdown-up {
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 5px solid #adadad !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
}

.mat-select-arrow {
  color: #adadad !important;
}

/* scrollbar */

.container-menu{
  overflow-y: scroll;
  height: 88%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  .container-menu {
      background-color: rgba(0,0,0,0);
      -webkit-background-clip: text;
      transition: background-color .8s;
  }
  .container-menu:hover {
     background-color: rgba(0,0,0,0.18);  
  }
  .container-menu::-webkit-scrollbar {
      width: 8px;
      height: 8px;
  }
  .container-menu::-webkit-scrollbar-track {
      display: none;
  }
  .container-menu::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: inherit;
  }
}

@media (min-height: 977px) and (max-height: 1080px) {
  .container-menu{
      overflow-y: scroll;
      height: 89%;
  }
}

@media (min-height: 721px) and (max-height: 768px) {
  .container-menu{
      overflow-y: scroll;
      height: 85%;
  }
}

@media (max-height: 720px) {
  .container-menu{
      overflow-y: scroll;
      height: 72%;
  }
}

/* radio-button*/

.mat-radio-button {
  margin: 5px;
}

.mat-radio-label-content {
  padding-left: 2px !important;
}

mat-radio-group {
  font-size: 13px;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 13px;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3f51b5 !important;
}

.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #3f51b5 !important;
}

.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  background-color:rgba(40, 167, 69, 0.12) !important;
}

/* upload-file */

.mat-input-element {
  font: message-box !important;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill){
  color: #555;
}

input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 100px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.input-group .input-group-addon {
  border: 0;
  background: transparent;
}

/* Campo obrigatório */

.field-required::before {
  font-weight: bolder;
  color: red;
  content: "*";
  padding-left: 5px;
}

/* Campo obrigatório */

.mat-form-field {
  line-height: inherit !important;
}

/* DatePicker */

.mat-calendar-body-selected {
  background-color: #28a745 !important;
}

.mat-datepicker-toggle-active {
  color: #28a745 !important;
}

/* inputs */

.mat-form-field.mat-focused .mat-form-field-label{
  /* cor do label no focus */
  color: #13c4a1 !important;
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  /* cor da linha no focus */
  background-color: #13c4a1 !important;
}

/* NgSelect */

.required .ng-select .ng-select-container .ng-value-container .ng-placeholder::after {
  font-weight: bolder !important;
  color: red !important;
  content: "*" !important;
  padding-left: 5px !important;
}

.not-required .ng-select .ng-select-container .ng-value-container .ng-placeholder::after {
  font-weight: bolder !important;
  color: red !important;
  content: "" !important;
  padding-left: 5px !important;
}

ng-select.ng-invalid.ng-touched .ng-placeholder {
  color: #f44336 !important;
}

ng-select.ng-invalid.ng-touched .ng-select-container::after {
  border-color: #f44336 !important;
}

.ng-select .ng-select-container:after {
  bottom: 4px !important;
}

.ng-dropdown-panel {
  font-size: 15px !important;
}

.ng-select .ng-select-container .ng-value-container {
  font-size: 15px !important;
}

.ng-select.ng-select-single .ng-select-container .ng-arrow-wrapper {
  bottom: 11px !important;
}

/* NgSelect */


/* Radio */

/* botoes suggest */

.btnSuggest{
  width: 9em;
  margin-left: 1% !important;
}

/* abas interiores do form */

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #f5593d !important;
}


/* grid-demanda */

.label-combo {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90%;
  float: left;
}
textarea {
  resize: vertical;
}
.ocr-dmd {
  width: 33%;
}
.panel-pad {
  padding: 0 15px;
}
.no-radius {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0;
  margin-bottom: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.item-ocr {
  font-size: smaller;
  font-weight: 500;
  padding: 2px 0px;
}

.btn-tab {
  font-weight: 600;
}

/* toggle button */
.mat-button-toggle {
  background-color: #ffffff;
  color: #000000;
}
.mat-button-toggle-checked {
  background-color: #3f51b5;
  color: #ffffff !important;
}

.mat-button-toggle-group{
  height: 43%;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 40px !important;
  padding: 0 12px;
}

/* tab group */
.mat-tab-label:focus {
  color: #f5593d
}

.mat-tab-label-active {
  color: #f72904
}

/* login */
app-modal-gsm {
  background-color: rgba(37, 43, 51, 1);
}
#gsm.modal .modal-content {
  background: transparent;
  box-shadow: none;
  border: 0;
}
#gsm.modal .close {
  opacity: 0.8;
  color: #fff;
  text-shadow: 0 1px 0 #000;
}
#gsm.modal .modal-header {
  border: 0;
}
#gsm.modal h4 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
}
#gsm.modal h4 span {
  display: block;
  font-size: 92px;
  font-weight: 700;
  letter-spacing: 2px;
}
#gsm.modal label {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: 300;
}
#gsm.modal input {
  margin-bottom: 30px;
}
#gsm.modal .btn-normal {
  width: 100%;
  margin-bottom: 6px;
}
#gsm.modal a {
  color: #fff;
}
#gsm.modal {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(37, 43, 51, 1);
  width: 100%;
}
#gsm.modal .modal-backdrop {
  background: rgba(37, 43, 51, 1);
}
#gsm.modal .modal-backdrop.in {
  opacity: 0.92;
}
#gsm.modal .modal-dialog {
  width: 100% !important;
}
#gsm.modal .btn-red {
  color: #fff !important;
  background: #e4373d !important;
  border: 1px solid #c5171d;
}
#gsm.modal .btn-normal {
  padding: 10px !important;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px !important;
  box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.12) !important;
  transition: 300ms all;
}
#gsm.modal .txt-right {
  text-align: right;
}
#gsm.modal span {
  font-size: 0.83em;
}
#gsm.modal input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
  outline: none;
  border: none;
  resize: none;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  transition: 0.2s;
  background-color: #fff;
}
@media only screen and (max-width: 766px) {
  #gsm.modal {
    width: 100%;
  }
  .modal-body{
    padding: 0px
  }
  #login{
    padding-right: 35px !important;
  }
}

  #gsm.modal .btn-normal {
    padding: 10px !important;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px !important;
    box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.12) !important;
    transition: 300ms all;
  }
  #gsm.modal .txt-right {
    text-align: right;
  }
  #gsm.modal span {
    font-size: 0.83em;
  }
  #gsm.modal input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
    outline: none;
    border: none;
    resize: none;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    transition: 0.2s;
    background-color: #fff;
  }

  /* table grupo gestor */

  table {
    width: 100%;
  }
  
  tr.example-detail-row {
    height: 0px !important;
  }

  tr.example-detail-row{
    background-color: #fff !important;
  }
  
  .example-element-row td {
    border-bottom-width: 0 !important;
  }
  
  .example-element-detail {
    overflow: hidden;
    display: flex;
  }
  
  .focal{
    height: 25em ; 
    width:70em ;
  }

  .organo-back{
    background-color: snow;
  }

  /* Modal */

.angular-editor-toolbar{
  font-size: 13px !important;
}

.mat-button-toggle-label-content{
  font-size: 14px;
  font-weight: 400;
}

.selected {
  background-color: rgba(0, 0, 0, 0.10);
}

/* Atendimendo cards e pagination */

ul{
  padding-inline-start: 0px;
  display: flex;
  justify-content: center;
}

.cardAtend{
  font-size: 13px !important; 
  margin-bottom: 5px !important; 
  border-radius: 0px 6px 6px 5px; 
  box-shadow: 0px 2px #0a0a0a40
}

/* Ocorrências -> aba informações */

ul#tabsDetalhe {
  display: block !important;
}


/* Priridade ocorrência cliente */

.prioridade-1 {
  color: red;
}

.prioridade-2 {
  color: #f57f17;
}

.prioridade-3 {
  color: #01579b;
}

th.mat-header-cell{
  text-align: center !important;
}

td.mat-cell{
  text-align: center !important;
}

.example-radio-group {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
}

.example-radio-button {
  margin: 5px;
}

.slide-colum{
  display: flex; 
  flex-direction: column;
}

.mat-icon-button:hover{
  color: #ff3b3b;
}