h1.index {
    color: #ccc;
}

input#cedula {
    width: 100%;
}

.panel-heading {
    height: 100px;
    text-align:center;
    display: grid;
}

.tabs-vertical > li.active > a {
    display: contents;
    position: relative;
    color: #f5f5f6;
    font-size: medium;
    font-weight: 700;
}

li.turnos {
    display: flex;
    position: relative;
    background-color: #c5e8f7;
    font-size: medium;
    height: 80px;
    align-items: center;
}


li.turnos > a {
    color: #0076b6;
}

li.turnos.active {
    padding-left: 40px;
    background-color: #0076b6;
}

.atencion, .llamado {
    background: #f5f5f6;
    height: 50px;
    display: grid;
}

.tabs-vertical > li {
    border-bottom: 5px solid #303641;
}

.sub-serv > button.btn.btn-info.collapsed, .sub-serv > button.btn.btn-default.btn-block.btn-login, .sub-serv > button.btn.btn-default {
    width: 100%;
    border-color: #afafaf;
}

 button.btn.btn-default {
    border-color: #afafaf;
}

.sub-serv {
    display: grid;
}

.atencion > h3 {
    font-weight: 700;
}



.time{
  font-family: 'Roboto', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fffff;
}

.relogin{
    font-size: xx-large;
    color:#373e4a;
    float: left;
}

.espera {
    font-size: large;
    color: #373e4a;
    padding-top: 18px;
}


div#contador {
    display: inherit;
}

div#contador > h3 {
    margin-right: 10px;
}

.turnos2, .turnos1 {
    height: 50px;
}

button{
  
  border: 0;
  padding: 8px 20px;
  border-radius: 5px;
  width:100px;
  cursor: pointer;
}
  button:disabled{
    cursor: not-allowed;
  }
  
  td.mod {
    font-size: xx-large;
    background: #e37500;
    color: white;
    width: 50px;
    text-align: center;
}
td.serv {
    font-size: xx-large;
    color: #383838;
}
