


@media only screen and (max-width: 768px) {
    
    .separador{border-top:0px; padding-top:2px;}

}

.form-group input[type="checkbox"] {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}
.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
}


/* chat */
#chat_box
{
-webkit-transition: -webkit-box-shadow 80ms ease-in-out !important;
transition: -webkit-box-shadow 80ms ease-in-out !important;
transition: box-shadow 80ms ease-in-out !important;
transition: box-shadow 80ms ease-in-out,-webkit-box-shadow 80ms ease-in-out !important;
-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16) !important;
box-shadow: 0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16) !important;
z-index: 800 !important;
position: fixed !important;
bottom: 20px;
right: 20px;
width: 60px !important;
height: 60px !important;
border-radius: 50% !important;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAG1BMVEUAAAD///////////////////////////8AAADr8xjQAAAAB3RSTlMAM7cPx7jIAE21/gAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAABESURBVAjXYxAyYGBgYFZkUHcG0ialDCYlBgzM7slA7MxgUgaUNCkzdgfJMbunlIDUMpiUg7hwGiYOVQfTBzMHZi7UHgCB3RAZ7HszogAAAABJRU5ErkJggg==);
background-size: 14px 14px;
}

/* color de los fondos del login */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    color: #ffffff;
}


/* notificaciones */
div.fixed {
    position: fixed;
    bottom: 60;
    right: 0;
    width: 400px;
    z-index: 10000;
}
.notify {
  display: block;
  background: #fff;
  padding: 2px 8px;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 6px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}
.notify h1 { margin-bottom: 6px; }
.successbox h1 { color: #678361; }
.errorbox h1 { color: #6f423b; }
.successbox h1:before, .successbox h1:after { background: #cad8a9; }
.errorbox h1:before, .errorbox h1:after { background: #d6b8b7; }
.notify .alerticon { 
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

/*acordion*/
button.accordion {
    background-color: #1689B3;
    color: #fff;
    cursor: pointer;
    padding: 5px 20px 5px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-weight: bold;
    border-radius: 10px 10px 0 0;

}
button.accordion.active, button.accordion:hover {
    background-color: #1D5367;
}
button.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    content: "\2212";
}
div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0px;
}

.cantidad_pestanas{
  margin-right: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 18px
}


/* radio y checkbox*/
/*label.btn span {
  font-size: 1.5em ;
}*/
label input[type="radio"] ~ i.fa.fa-circle-o{
  color: #c8c8c8;    display: inline;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o{
  display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o{
  display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
  color: #000;    display: inline;
}
label:hover input[type="radio"] ~ i.fa {
  color: #000;
}
label input[type="checkbox"] ~ i.fa.fa-square-o{
  color: #c8c8c8;    display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
  display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
  display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
  color: #000;    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
  color: #000;
}
div[data-toggle="buttons"] label.active{
  color: #000;
}
div[data-toggle="buttons"] label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: none;
  border: 0px solid 
  #c8c8c8;
  border-radius: 3px;
  color: #c8c8c8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
div[data-toggle="buttons"] label:hover {
  color: #000;
}
div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*select option*/
.select_combo
{
  text-indent:.01px;
  font-size:14px;
  padding:4px 4px 8px 10px;
  font-weight:700;
  border:0;
  width: 100%; 
}
.select_combo option{ 
  padding:5px 5px;
}

/*Implementación subir numero y bajar numero*/
@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 2%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}


/*Esconde las las flechas por defecto HTML5*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}


/*estrella de requerido*/
.requiere{
     width: 40px;
    height: 40px;
    /*background-color:red;*/
    position: absolute;
    color: #FF0000;
    font-size: 26px;
    margin: -7px 0 0 0;
    z-index: 100;
}

/*OCULTAR O MOSTAR ALGUN ELEMENTO POR CSS*/

.ocultar{
    display: none;
}

.mostrar{
    display:block;
}






/*nueva version tabla responsiva*/

.table-vertical { 
  width: 100%; 
  height:auto;
  border-collapse: collapse; 
}
.table-vertical>tbody>tr:nth-of-type(odd) { 
  background: #D5D5D5;
}
.table-vertical>thead>tr>th { 
  background: #fff; 
  color: #000; 
  font-weight: bold; 
}
.table-vertical>tbody>tr>td, .table-vertical>thead>tr>th { 
  padding: 3px; 
  border-top: 1px solid ##1A697E; 
  text-align: left; 
  vertical-align: middle;
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {


  .table-vertical table,.table-vertical  thead, .table-vertical tbody,.table-vertical  th,.table-vertical  td,.table-vertical  tr { 
    display: block; 
  }

  
  .table-vertical thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-vertical>thead>tr,  .table-vertical>tbody>tr{ border: 1px solid #ccc; }
  .table-vertical>thead>tr>td,  .table-vertical>tbody>tr>td{ 
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
  }
  .table-vertical>tbody>tr>td:before { 
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }
  .table-vertical>tbody>tr>td:before { content: attr(data-th); }
}


/* Iplementaciones css */

.odd{
  background-color: red;
}

.contenedor_chat{
  width: 100%;
  float: left;
  margin-top: 3px;
  border-bottom: 1px solid #ccc;
}

.marcar_eliminar{
  border:2px solid #B35252;
  /*background-color: #EC9E9E;*/
}

.marcar_cita{
  border:2px solid #B65E2C;
  /*background-color: #E8BC86;*/
}

.separador{border-top:1px solid #ccc; padding-top:2px;}


/* por favor --> comentar siguiente css */
