
.select2-results__option {
    font-size: 17px;
    color: black;
}

.select2-selection__choice {
    font-size: 17px !important;
}

.sidebar {
    font-size: 17px !important;
}
.selectMultiple {
    top: 0px !important;
}

/*Que no actualice el movil*/
body {
  overscroll-behavior: contain;
}

/*Ajusta el texto a la columna en data table*/
.ajusTextoTd {
    white-space:inherit !important;
}

/*Select2 Multiple*/
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    /*background-color:transparent !important;*/
    color: black  !important;
    margin-top: 2px !important;
    font-size: 13px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color:red !important;
}

/*Calendario*/
#calendar {
    max-width: 900px;
    margin: 0 auto !important;
   
    padding: 0 !important;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
    font-size: 14px !important;
    color:black !important;
  }
#calendar a {
        color:black !important;
    }
#calendar th div a {
    color:white !important;
}

#calendar th {
    background-color:#09467D;
}
  
.fc-daygrid-day{
    vertical-align:top !important;
}

.fc .fc-daygrid-day-bottom{
    margin: -27px 6px 0 !important;
    font-size: 15px !important;
}
.fc-scrollgrid-sync-table{
    cursor:pointer;
}
/*Los gurpos de inputs cubran el 100%*/
.input-group {
    width: 100% !important;
}

/*que el select2 esté encima de los modales*/
.select2-container--open {
    z-index:1051 !important;
}

/*que el datepiker esté encima de los select2*/
.datepicker, .bootstrap-datetimepicker-widget{
    z-index:1052 !important;
}

/*que la barra de arriba  esté encima de todo*/
/*.navbar {
    z-index:1053 !important;
}*/


/*Juntar dos inputs*/
.two-fields input {
	width: 50% !important;
}

/*Estatus stock*/
.status0{
    color:red;
    font-weight:bold;
}
.status1{
    color:#e3af34;
    font-weight:bold;
}
.status2{
    color:#09467D;
    font-weight:bold;
}
.status3{
    color:green;
    font-weight:bold;
}
/*Estatus producción*/
.statusP4{
    color:green  !important;
}
.statusP3{
    color:#e3af34  !important;
}

.statusP5{
    color:red  !important;
}

td{
    vertical-align:middle !important;
}

/*Cambiar el color del select2*/
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color:#09467D;
}
/*Modificar el select2 para que sea del mismo tamaño que los demas controles y que se ajuste al textbox*/
.select2-container--default .select2-selection--single {
        height:34px !important;
        padding-top:2px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        top:4px !important;
    }

    .select2-container--open .select2-dropdown--below{
        top:-31px;
    }

.lblNotifica{
    font-size: 12px; 
    right:auto !important; 
    left:30px;
}

.oculto{
     display:none !important;
}

.notNueva{
    color:#0a4d86;
    font-size:9px;
}

.notificaciones{
    right:-50px !important; 
    max-height:300px;
}

.notificaciones li a{
    width:500px;
}

.circuloLeyendaGrafica {
     width: 10px;
     height: 10px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     float: right;
     margin-right: 5px;
     margin-left: 5px;
}

.dt-buttons{
    text-align:right;
}

.dt-buttons>a>span{
    color: white;
background-color: #09467D;/*Color del boton*/
border-color: #09467D;
    
    margin-left:5px;
    font-weight: 300;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;

}

/*Fondo del la barra de arriba en inverse*/
.navbar.navbar-inverse{
     background-color:#09467D;
}
.navbar-inverse .navbar-header{
    background-color:#09467D;
}

.panel-inverse>.panel-heading{
    background-color:#4b4b4d;
}
/*Fondo de la barra inverse*/
body{
    background-color:#bdbfc1;
}


.firma{
    /*width: 500px;*/
    height: 250px;
    border: solid;
    background-color: #FFF;
}

/* mensajeActualiza */
.mensajeActualiza{
  width:270px; 
  right:0;
  bottom:0;
  position:fixed;
  padding:16px 16px 16px 16px;
  margin:10px 10px 10px 10px;
  border:none;
  outline:none;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
   background-color:white;
   z-index:99999999999999;
   -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
/* mensajeActualiza */

.inputError{
    border-color: #ffa1a1 !important;
    background-color: #ffe0e0 !important;
}

/*items del menú cuando son seleccionados*/
.sidebar .nav > li.expand > a, .sidebar .nav > li > a:focus, .sidebar .nav > li > a:hover
{
  color: white;
  background-color: lightgray;
  font-weight: bold;
    background: #09467D;
}
/*ancho del menú*/
.sidebar,
.sidebar-bg {
 width:280px;
 font-size:15px;
}

.page-with-two-sidebar.page-right-sidebar-collapsed .sidebar-bg.sidebar-right,
.page-with-two-sidebar.page-right-sidebar-collapsed .sidebar.sidebar-right {
 right:-280px
}
.content {
    margin-left:280px;
}

.divDinamico {
    height:95px;
}


/*ancho menú*/

/*Medida para celular*/
@media(max-width:979px) {
    /*ancho menú*/
    .sidebar {
      left:-280px;
     }
     .sidebar-bg {
      left:-280px;
     }
    .divDinamico {
        height:auto;
    }
     /*ancho menú*/

    .usuario {
        width: 45px;
    }

    .notificaciones{
        right:-100px !important; 
    }
    /*separar dos o tres inputs*/
    .two-fields input, three input {
	    width: 100% !important;
    }

    .juntos input {
	    width: 100% !important;
    }
}
/*Medida para celular*/

/*items del menú*/
.sidebar .nav > li.expand > a, .sidebar .nav > li > a:focus, .sidebar .nav > li > a
{
  color:#fff; 
}

/*Submenú seleccionado*/
.sidebar .sub-menu > li.active > a, .sidebar .sub-menu > li.active > a:focus, .sidebar .sub-menu > li.active > a:hover, .sidebar .sub-menu > li > a:focus, .sidebar .sub-menu > li > a:hover {
    font-weight:bold;
    color:#FFF; 
}
/*items del submenú*/
.sidebar .sub-menu > li.active > a, .sidebar .sub-menu > li.active > a:focus, .sidebar .sub-menu > li.active > a:hover, .sidebar .sub-menu > li > a:focus, .sidebar .sub-menu > li > a {
    color:#b2b2b2; 
}

.sidebar .sub-menu{
    color:#b2b2b2;
    background-color:#1a2229;
}

/*Barra de progreso*/
.pace-progress{
    background-color:#09467D;
}

/*Circulo de progreso*/
.pace .pace-activity {
    border-top-color: #09467D;
    border-left-color: #09467D;
}

.spinner {
    border-top: 2px solid  #09467D;
}
/*Circulo de progreso*/

/*Botón succes*/
.btn.btn-success{
color: white;
background-color:#09467D;
border-color: #09467D;
}


/*Botón succes cuendo esta activo*/
.btn.btn-success.active, .btn.btn-success:active, .btn.btn-success:focus, .btn.btn-success:hover, .open .dropdown-toggle.btn-success{
    background-color:#0A508E;
    border-color: #0A508E;
}

.transparentFont {
    color:transparent;
}

.derecha {
text-align: right;
}

/*Select busqueda*/
   .divSelect .zelect {
      display: inline-block;
      background-color: white;
      width: 100%;
      cursor: pointer;
      line-height: 36px;
      border: 1px solid #cccccc;
      border-radius: 6px;
      position: relative;
      height: 34px;
    }
    .divSelect .zelected {
      padding-left: 10px;
    }
    .divSelect .zelected.placeholder {
      color: #999f82;
    }
    .divSelect .zelected:hover {
      border-color: #c0c4ab;
      box-shadow: inset 0px 5px 8px -6px #cccccc;
    }
    .divSelect .zelect.open {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }
    .divSelect .dropdown {
      background-color: white;
      border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #cccccc;
      border-top: none;
      position: absolute;
      left:-1px;
      right:-1px;
      top: 0px;
      z-index: 1002;
    }
    .divSelect .dropdown input {
      font-family: sans-serif;
      outline: none;
      font-size: 14px;
      border-radius: 4px;
      border: 1px solid #cccccc;
      box-sizing: border-box;
      width: 100%;
      height: 34px;
      padding: 7px 0 7px 10px;
    }
    .divSelect .dropdown ol {
      padding: 0;
      margin: 3px 0 0 0;
      list-style-type: none;
      max-height: 150px;
      overflow-y: scroll;
    }
    .divSelect .dropdown li {
      padding-left: 10px;
    }
    .divSelect .dropdown li.current {
      background-color: #cccccc;
    }
    .divSelect .dropdown .no-results {
      margin-left: 10px;
    }
/*Select busqueda*/


/*radios y checkbox*/
/* Centra el input personalizado con el texto */
.custom-radio-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: arial;
}

/* Modificador para dar la imagen de checkbox */
.custom-radio-checkbox__show--checkbox {
    background-image: url(Imagenes/check0.png);
}

/* Modificador para dar la imagen de radio */
.custom-radio-checkbox__show--radio {
    background-image: url(Imagenes/radio0.png);
}

/* Oculta input original */
.custom-radio-checkbox > .custom-radio-checkbox__input {
    display: none;
}

/* Radio personalizado usando <span> */
.custom-radio-checkbox > .custom-radio-checkbox__show {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: .5rem;
    background-size: cover;
    padding-right: 20px;
}

/* Cambia el checkbox personalizado cuando es pulsado */
.custom-radio-checkbox > .custom-radio-checkbox__input:checked + .custom-radio-checkbox__show--checkbox {
    background-image: url(Imagenes/check1.png);
}
.custom-radio-checkbox > .custom-radio-checkbox__td:checked + .custom-radio-checkbox__show--checkbox {
    background-image: url(Imagenes/check1.png);
}

/* Cambia el radio personalizado cuando es pulsado */
.custom-radio-checkbox > .custom-radio-checkbox__input:checked + .custom-radio-checkbox__show--radio {
    background-image: url(Imagenes/radio1.png);
}

/*radios y checkbox*/