.pointer
{
    cursor:pointer !important;
}

html
{
    cursor:auto !important;
}

.calendar .calendar-container .view.month-view .tble .trow .tcell
{
    cursor:pointer !important;
}

.sidebar-custom-light
{
    background-color: rgb(252, 252, 252) !important;
    border-right: 2px solid rgb(238, 238, 238) !important;
}


.borde-inferior-light
{
    border-bottom: 1px solid #ddd !important;
}

.borde-superior-light
{
    border-top: 1px solid #ddd;
}

.borde-izquierda-light
{
    border-left: 1px solid #ddd;
}

.borde-derecha-light
{
    border-right: 1px solid #ddd;
}

.border-ligero
{
    border: 2px solid #eee;
}

.border-light
{
    border: 2px solid #eee;
}

.border-ligero-2
{
    border: 1px solid #ddd;
}

.border-dashed
{
    border: 2px dashed #ccc;
}


.fs-8
{
  font-size:8px !important;
}

.fs-10
{
  font-size:10px !important;
}

.fs-17
{
    font-size:17px !important;
}

.fs-18
{
    font-size:18px !important;
}

.fs-20
{
    font-size:20px !important;
}

.fs-22
{
    font-size:22px !important;
}

.fs-25
{
    font-size:25px !important;
}

.fs-30
{
    font-size:30px !important;
}

.fs-40
{
    font-size:40px !important;
}

.fs-50
{
    font-size:50px !important;
}

.fs-60
{
    font-size:60px !important;
}

.fs-70
{
    font-size:70px !important;
}

.fs-80
{
    font-size:80px !important;
}

.fs-100
{
    font-size:100px !important;
}

.margin-30
{
    margin:30px;
}

.overlay-cargando {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index:100;
    left: 0;
    background-color: rgba(200,200,200,.5);
    pointer-events: none !important;
    cursor: not-allowed;
}

.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    
    position: absolute;
    top: 50%;
    left: 50%;
    
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}
.style-2 .loading-wheel {
    border-style: double;
    border-color: #20c997 transparent;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

.usuario-estatus-nuevo
{
    background-color: #cff5f2 !important;
}
.usuario-estatus-3
{
    background-color: #fddddd !important;
}
.usuario-estatus-4
{
    background-color: #dddddd !important;
}


.contrato-estatus-2
{
    background-color: #dddddd !important;
}

.contrato-estatus-3
{
    background-color: #fddddd !important;
}

.user-estatus-2
{
    background-color: #fddddd !important;
}

.blog-estatus-2
{
    background-color: #f6e58d !important;
}

.blog-estatus-3
{
    background-color: #fddddd !important;
}

.codigo-verificacion{
    -webkit-text-security:disc;
}

  .hover-lista
  {
    cursor:pointer;
    transition: all .15s ease-in-out; 
  }

  .hover-lista:hover    
  {
    background-color: #daeffd !important;
  }
  
  .hover-lista.active
   {
     background-color: #fef6dd;
   }

  .hover-lista:focus 
  { 
     background-color: #ddd;
     transform: scale(1.05);
  }

  .sticky
  {
    position: sticky !important;
    top: 0;
    z-index: 10;
  }
  
  .f-right
  {
    float:right;
  }

  .f-left
  {
    float:left;
  }

  .orillas-cuadradas
  {
    border-radius:0px !important;
  }


  .notification-item:hover    
  {
    background-color: #f5f5f5 !important;
  }
  
  .progress-bar-light {
    background-color: #bbb !important;
    background-image: none !important;
  }

  .overx-hidden
  {
      overflow-x:hidden !important;
  }

  .over-hidden
  {
      overflow:hidden !important;
  }

  .fast-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
  }

  /* select2 está medio imbecil para los modals, estas clases arreglan */
  .select-in-modal+.select2-container {
    width: 100% !important;
    padding: 0;
    z-index:10000; 
   }

    .select2-container--open {
    z-index:10000;
    }

    .row-deshabilitado
    {
        opacity: 0.5;
        cursor: not-allowed;
        pointer-events: none;
    }
        table.dataTable td {
         white-space: normal !important;
      }

      .p-sticky
      {
        position: sticky !important;
        top: 0;
        z-index: 500;
      }

      .pgn-wrapper
      {
          z-index:10001 !important;
      }

      .btn-excel,
      .btn-excel:focus {
        color: #fff !important;
        background-color: #217346 !important;
        border-color: #217346 !important;
      }
      .btn-excel.active,
      .btn-excel:not(:disabled):not(.disabled):active,
      .btn-excel.active:focus,
      .btn-excel:not(:disabled):not(.disabled):active:focus,
      .btn-excel:not(:disabled):not(.disabled):active:hover,
      .show .dropdown-toggle.btn-excel {
        background-color: #378158 !important;
        border-color: #378158 !important;
        color: #fff !important;
        box-shadow: none;
      }
      .btn-excel.hover,
      .btn-excel:hover,
      .show .dropdown-toggle.btn-excel {
        background-color: #639d7d !important;
        border-color: #639d7d !important;
        color: #fff;
      }
      .btn-excel.active:hover {
        background: #79ab90 !important;
        border-color: #79ab90 !important;
      }
      .btn-excel.disabled,
      .btn-excel[disabled],
      fieldset[disabled] .btn-excel,
      .btn-excel.disabled:hover,
      .btn-excel[disabled]:hover,
      fieldset[disabled] .btn-excel:hover,
      .btn-excel.disabled:focus,
      .btn-excel[disabled]:focus,
      fieldset[disabled] .btn-excel:focus,
      .btn-excel.disabled:active,
      .btn-excel[disabled]:active,
      fieldset[disabled] .btn-excel:active,
      .btn-excel.disabled.active,
      .btn-excel[disabled].active,
      fieldset[disabled] .btn-excel.active {
        background-color: #10cfbd;
        border-color: #10cfbd;
      }
      .btn-excel .badge {
        color: #90B9A2 !important;
        background-color: #fff;
      }

      .popover {
        max-width: 450px !important;
      }

      .text-light
      {
          color: #ccc !important;
      }

      .toggle-colapsar
      {
          min-width: 10px !important;
          padding-right:10px !important;
      }

      .deshabilitado
      {
          opacity: 0.5;
          cursor: not-allowed;
          pointer-events: none;
      }

      .sidebar-modulo
      {
          padding:13px 15px 0px 15px;
          border-bottom: 1px solid #ccc;
      }

      #sidebarColapsar:hover
      {
          color:#48b0f7;
      }

      .label-codigo
      {
        font-size:18px !important;
      }

      .hr-menu
      {
          border-color: #555;
      }

      .bb-formularioH
      {
          border-bottom:1px solid #e6e6e6;
      }

      .dataTables_scrollBody {
       min-height:300px;
    }

    .header .brand {
        width: 350px !important;
    }

    .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
        margin: 6px 5px 0px 0px !important; 
    }

    .calendar .options {
        padding-left: 30px !important;
    }

    .calendar .calendar-container {
        height: calc(100% - 170px) !important;
    }

    .calendar .calendar-container .grid {
       overflow-x:hidden !important;
    }

 /*   .pgn-circle .alert {
    height:auto !important;
    }


    .pgn-circle .alert>div>div.pgn-message>div {
         word-break: normal !important; 
         word-wrap: normal !important;
         height:auto !important;
    }*/
    .header .bubble {
        border-radius: 100%;
        height: 14px;
        width: 14px;
        background-color: #f55753;
        color: #fff;
        position: absolute;
        top: -10px;
        float: right;
        right: -7px;
        font-size: 9px;
        text-align: center;
        padding-top: 3px;
        padding-left: 1px;
        font-family: sans-serif;
    }

    .login-admin
    {
            width: 496px;
            display: flex;
            position: relative;
            margin-left: auto;
            margin-right: auto;
    }

    .btn-group.special {
  display: flex;
}

.special .btn {
  flex: 1
}

.bootstrap-timepicker-widget.dropdown-menu {
    z-index: 99999!important;
}

.notificacion-link
{
   cursor: pointer;
}

.notificacion-controles
{
  display:none;
}


.notificacion:hover .notificacion-controles {
    display:block;
}

.z3
{
    z-index:10 !important;
}

.card-diagnostico
{

    transition: border-color 0.5s linear;
    transition: transform 0.5s;
    cursor:pointer;
}

.card-diagnostico img
{

    transition: transform 0.5s;
}

.card-diagnostico:hover
{
    border-color:#607D8B !important;
}

.card-diagnostico:hover .logo-diagnostico {
    transform: scale(0.80);
}

.card-diagnostico .logo-diagnostico
{
    position: absolute;
    left: auto;
    right: 0;
    text-shadow: none;
    width: 90px;
    height: 45px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    z-index: 10;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid transparent;
}

.addon-btn
{
    cursor:pointer;

}

.input-group-text
{
    transition: background 0.2s linear;
}

.addon-btn:hover .input-group-text
{
    background:#ddd !important;
}

.hover-border
{
    border:1px solid transparent;
    border-radius:3px;
    transition:all 0.3s linear;
    padding-top:10px;
    cursor:pointer;
}

.hover-border:hover
{
    border-color:#ddd;
    color:#0984e3;
}

.hover-border-activo{
    border-color:#ddd;
    color:#0984e3;
}

.split-view .split-details .no-result {
    bottom: 0;
    left: 0;
    margin-top: -34px;
    opacity: .5;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
}

.btn-tab
{
    border-radius: 4px;
    margin-right:20px;
}

.btn-tab:hover
{
    background-color:#555 !important;
}

.b-l-2
{
    border-left-width: 2px !important;
}

.b-l-4
{
    border-left-width: 4px !important;
}

.factor-riesgo
{
    height:100%; 
    font-size:14px;
    border:1px solid #bbb; 
    padding:10px; 
    display:block;
}

.factor-venta
{
    height:100%; 
    font-size:14px;
    border:1px solid #bbb; 
    padding:10px; 
    display:block;
    -webkit-transition: background 5s ;
    -moz-transition: background 5s ;
    -ms-transition: background 5s ;
    -o-transition: background 5s ;
    transition: background 5s ;
}

svg {
    width: auto;
    height: 400px;
}
circle {
    width:5vh;
    height:5vh;
    position:absolute;
    z-index:8;
    display:block;
    stroke-width:5px;
    stroke:rgba(255, 255, 255, .9);
    fill: rgba(240, 0, 0, .8);
    animation-name: stretch;
    animation-duration: 1.2s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}
@keyframes stretch {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
.pin-form {
    display: none;
    width: 300px;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -150px;
    z-index: 4;
    background: rgba(255, 255, 255, .9);
}
.pin-form fieldset {
    padding: 10px 0;
    border-radius: 10px;
}
.pin-form textarea {
    display: block;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.pin-form input {
    display: block;
    width: 80%;
    height: 34px;
    margin-left: 10%;
    margin-bottom: 10px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.pin-confirm {
    display: none;
    position: absolute;
    padding: 20px;
    width: 100%;
    height: 100%;
    z-index: 6;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}
.pin-confirm > div{
    position: absolute;
}
.pin-confirm a{
    display: block;
    width: 50px;
    margin: 0 0 10px 0;
}

 .pin-confirm-succes {
   display:none;
   width:100%;
   height:100%;
   position: absolute;
   z-index:7;
   left:0;
   top:0;
   text-align:center;
   background: rgba(0, 0, 0, .4);
   
}
.pin-confirm-succes a {
    padding:20px;
    margin: 150px 0 10px 0;
}

.padding-3
{
    padding:3px !important;
}

.div.cs-skin-slide.cs-active
{
  z-index:1000 !important;
}

.col-actividad
{
    padding:5px;
    width: 25%;
    float: left;
}

.col-actividad:hover
{
    background:#ccc;
}

.round-100
{
    border-radius:100%;
}

.row-actividad
{
    padding-top:5px;
    padding-bottom:10px;
}

.row-actividad:hover
{
    background:#edf7fe;
}

.row-requisicion
{
    padding-top:5px;
    padding-bottom:10px;
    cursor:pointer;
}

.row-requisicion:hover
{
    background:#edf7fe;
}

.row-patologia:hover
{
    background:#edf7fe;
    cursor:pointer;
}

.row-tratamiento:hover
{
    background:#edf7fe;
    cursor:pointer;
}

.barra-comentarios
{
   bottom: 1px;
   position: fixed;
   z-index:100;
}

.boton-movil-full
{
   bottom: 1px;
   position: fixed;
   z-index:100;
   right:0;
}

.fondo-div
{
    position:absolute;
    bottom:0px;
}

.m-b-100
{
    margin-bottom:100px;
}

.icono-modulo
{
    margin-bottom:20px;
    font-size:40px;
}

.lh-30
{
    line-height:30px !important;
}

.imagen-select2-producto
{
    background-size:cover;
    margin:0px 10px 0px 10px;
    background-position: center;
    background-repeat:no-repeat !important;
} 

.btn-venta
{
    position:absolute !important;
    bottom:0px;
    display:block;
    border-radius:0px !important;
    width:100%;
    font-size:15px !important;
    font-weight:bold;
    padding:20px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
}

.footer-venta
{
    position:absolute;
    bottom:0px;
    width:100%;
}

.text-verde {
    color: #217346 !important;
  }

  .btn-custom
  {
      cursor: pointer;
      transition:all 0.4s;
  }

  .btn-custom.disabled {
		opacity: 0.7;
		pointer-events: none;
  }

  .btn-custom:hover
  {
      opacity:0.6;
  }

  .celda-editable
  {
      cursor:pointer;
  }

  .celda-editable:hover
  {
      font-weight:bold !important;
  }

  .popover-header
  {
    padding: 0px 10px 0px 10px !important;
    margin: 0px 0px 5px 0px !important;
  }

  .calendar.month {
    padding-left: 0px !important;
}

.full-sticky
{
    position: sticky !important;
    top: 0px;
    z-index: 100;
}

.page-item.active .page-link {

    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate ul>li {
    font-size: 14px !important;
}

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    margin-top: 0px!important;
    margin-right:20px !important;
    padding: 0!important;
}

.header-sticky th
{
    background: #FFFFFF;;
                        position: sticky;
                        top: -2px;
                        box-shadow: 0 2px 2px -1px rgba(220, 220, 220, 0.4);
}

.disabledTab{
    pointer-events: none;
    cursor:not-allowed;
}

  .table th.th-desktop {
    display: table-cell;
  }

@media only screen and (max-width: 991px) {

  .table th.th-desktop {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
    div .nopadding-movil {
        padding: 0px 0px 0px 0px !important;
    }
  }

  @media only screen and (min-width: 600px) {
    div .nopadding-fullscreen {
        padding: 0px 0px 0px 0px !important;
    }
  }

  .calendar .calendar-container .view.month-view .tble .trow .tcell .cell-inner .holder
  {
      top: 0px !important;
      height: inherit !important;
  }

  .calendar .calendar-container .view.month-view .tble .trow .tcell .event-container
  {
    height: inherit !important;
  }

  .calendar .calendar-container .event-container .event-inner:before
  {
      display:none !important;
  }

  .calendar .calendar-container .view.month-view .event-container .event-title
  {
      margin-top: 25px;
      text-align: center;
  }

  .camaraQr .overlay
  {
      background: rgba(255,255,255, 0.1) !important;
      padding-left:0px !important;
  }

  .camaraQr .overlay>div
  {
      height: 100% !important;
      display:flex !important;

  }
  
.validation-success,
.validation-failure,
.validation-pending {
  position: absolute;
  width: 100%;
  height: 100%;

  background-color: rgba(255, 255, 255, .8);
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 10px;

  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.bg-gris-ultraligero
{
    background-color: rgba(0,0,0,.025) !important;
}

.b-black
{
    border-color: #444444;
}

.b-gris
{
    border-color: #cecece !important;
}

.control-transparente
{
    background: transparent !important;
    border:none !important;
    font-family: FontAwesome, Arial, sans-serif; 
    font-style: normal;
    font-weight: normal !important;
    
}

.form-group-default-select2.control-transparente .select2-selection
{
    background: transparent !important;
    border:none !important;
    -webkit-text-fill-color: #aaaaaa;
    font-size:14px;
    opacity: 1;
}

.form-group-default-select2.control-transparente .select2-selection__rendered
{
    padding-top:6px !important;
}

.logout-movil {
  display: none;
  position: fixed !important;
  top: 0px;
  right: 0px;
  width: 40px;
  background: #f55753;
  transition: ease 0.4 all;
  color: #ffffff !important;
  padding-top: 14px;
  font-size: 15px;
  text-align: center;
  height: 48px;
}

.logout-movil:hover {
  background: #f99a97;
}

@media only screen and (max-width: 991px) {
  .logout-movil {
    display: block;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.ergo-selected {
  border: 3px solid #e74c3c;
  border-radius: 5px;
  padding: 10px;
}

.irs-slider.single {
  transform: scaleX(3);
}

.alert-critical {
  color: #eeeeee;
  background-color: #57606f;
  border-color: #a4b0be;
}

div.cs-skin-slide .cs-options {
  height: 350% !important;
}


li[data-value="#tabModeloVista"] {
    display:none !important;
}