.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

#div_agenda {    
    min-height: 860px;
    max-height: auto;
}

.tabs {
  position: relative;
  cursor: pointer;
  /*margin: 0 auto;*/
}

.tabs__item {
  display: inline-block;
  margin: 0 5px;
  padding: 10px;
  padding-bottom: 8px;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: gray;
  text-decoration: none;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s;
}

.tabs__item_active {
  color: #4c1d95;
  font-weight: 600;
}

.tabs__item:hover {
  border-bottom: 2px solid gray;
  color: black;
}

.tabs__item:focus {
  outline: none;
  border-bottom: 2px solid gray;
  color: #4c1d95;
}

.tabs__item:first-child {
  margin-left: 0;
}

.tabs__item:last-child {
  margin-right: 0;
}

.tabs__active-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: black;
  transition: transform 0.4s ease, width 0.4s ease;
}

.fade-enter-active,
.fade-leave-active {
	transition: opacity 1s ease-out;
}
.fade-enter,
.fade-leave-to {
	opacity: 0;
}

.tooltip {
    display: block !important;
    z-index: 10000;
  }
  
  .tooltip .tooltip-inner {
    background: black;
    color: white;
    border-radius: 16px;
    padding: 5px 10px 4px;
  }
  
  .tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: black;
  }
  
  .tooltip[x-placement^="top"] {
    margin-bottom: 5px;
  }
  
  .tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .tooltip[x-placement^="bottom"] {
    margin-top: 5px;
  }
  
  .tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .tooltip[x-placement^="right"] {
    margin-left: 5px;
  }
  
  .tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
  
  .tooltip[x-placement^="left"] {
    margin-right: 5px;
  }
  
  .tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
  
  .tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s;
  }
  
  .tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s;
  }

  #dropzone{
    height: 250px;
    width: auto;
    margin: auto;
    border: 1px solid #a7a7a7;
  }
  .dropzone .dz-preview {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: -webkit-fill-available;
      min-height: 100px;
  }
  .dropzone .dz-preview.dz-image-preview {
    background: white;
    margin: auto;
    width: -webkit-fill-available;
  }
  .dropzone .dz-preview .dz-image img {
      display: block;
      width: -webkit-fill-available;
      height: 200px;
  }
  #dropzone .dz-error-message{
    display: none;
  }
  #dropzone .dz-error-mark{
    display: none;
  }
  #dropzone .dz-remove{
    width: 97%;
    margin-left: 3px;
  }

  .iptProf{
    width: 33%;
    height: 25px;
    border-style: none;
    display: block;
    float: left;
    text-align: center;
    font-size: 10px;
    color: #28a745;
    font-weight: 600;
    outline: none;
    padding: 0%;
  }

  .iptMG{
    width: 33%;
    height: 25px;
    border-style: none;
    display: block;
    float: left;
    text-align: center;
    font-size: 10px;
    color: #a800a8;
    font-weight: 600;
    outline: none;
    padding: 0%;
  }

  .bgPiezaPerioSup{
    background: url(../img/dientes/periodontograma/fondoSup.png);
    background-position: center;
    background-size: contain;
    background-repeat: repeat-x;
  }

  .contenedorD{
      position: relative;
      display: inline-block;
      width: -webkit-fill-available;
  }

  .contenedorD > .div-graf{
      position: absolute;
      top: 0px;
      left: 0px;
  }

  .contenedorD2{
      position: relative;
      display: inline-block;
      width: -webkit-fill-available;
  }

  .contenedorD2 > .div-graf2{
      position: absolute;
      top: 0px;
      left: 0px;
  }

  .bgPiezaPerioInf{
    background: url(../img/dientes/periodontograma/fondoInf.png);
    background-position: center;
    background-size: contain;
    background-repeat: repeat-x;
  }
  
  .colorText{
    color: #00aeda;
  }
