/* ----------------     CLASES     --------------------*/  
.form-signin {
    max-width: 350px;
    text-align: center;
    padding: 20px 29px 29px;
    margin: 20px auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.03);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.03);
            box-shadow: 0 1px 2px rgba(0,0,0,.03);
  }
  .form-signin .form-signin-heading,
  .form-signin .checkbox {
    margin-bottom: 10px;
  }
  .form-signin input[type="text"],
  .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
  }
 .error {
    color: #ff0000;
    /*margin:0;*/
    display: block;
    font-size: 0.9em !important;
    font-weight:lighter;
}
.fondoazul{
  background-image: url(../../img/fondo.jpg) !important;
  background-repeat: repeat-x !important;
}
.wello {
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 5px;
    min-height: 60px;
    padding: 10px;
}
.blanco{
  color: white !important;
  font-weight: bolder;
}
.tableHeader{
  background-color: #D9EDF7;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
}

.navbar-brand > img {
    margin-right: 15px;
    display: inline;
}

.navbar-brand {
    color: white;
}

.navbar-brand:hover, .navbar-brand:focus {
    color: lightgray;
}

.cargando {
    margin-top: 15px;
    margin-bottom: 15px;
}



.form-horizontal h5 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margen40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.horarioTurno{
    background-color: silver;
}

.btn-comenzar {
    margin: .3em 0 0 0;
    width: 100%;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 5px 0 !important;
}

.prof {
    color: black !important;
    padding-left: 15px !important;
    padding-right: 5px !important;
    margin-bottom: 10px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

#brdProfesional,
#brdObraSocial,
#brdEspecialidad,
.especi {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prof.alert-success.horarioTurno {
    background: rgba(24, 24, 24, 0.15) !important;
}

.prof.alert-success {
    background: rgba(24, 188, 156, 0.15) !important;
}

.prof.alert-warning {
    background: rgba(243, 156, 18, 0.15) !important;
}

.item-profesional .text-success:hover {
  color: white;
}

.alert-danger-inv {
    color:#e74c3c;
    background-color:transparent;
    border-color:#e74c3c
}

#my-wizard {
    margin-top: 1em;
}

.fuelux .wizard > .actions {
    z-index: 900 !important;
}

.countdown {
  position: absolute;
  left: 48%;
  top: 5px;
  height: 40px;
  width: 40px;
}

.modal {
    max-height: 90%;
    overflow-y: auto;
}

#clinica_san_martin {
    width: 300px;
}

a.text-info:hover, a.text-info:focus {
    color: #2c3e50;;
}

.tiene-error {
    border: 1px solid red;
}

#datepicker {
    font-size: 1.1em;
}

/*  MODIFICACIONES A LA TABLA DE TURNOS PARA HACERLA RESPONSIVE*/
.tabla-resp {
    min-width: 280px;
}
.tabla-resp tr {
    border: 1px solid #ddd;
}
.tabla-resp th {
    display: none;
}
.tabla-resp td {
    display: table-cell;
    vertical-align: middle
}

.tabla-resp td:last-child {
    padding-bottom: 0.5em;
}
.tabla-resp td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.7em;
    display: inline-block;
}

@media (min-width: 500px) {
    .tabla-resp td:before {
        display: none;
    }
}

@media (max-width: 500px) {
    .table-bordered {
        border-left: 1px solid #ddd;
    }

    table {
        border-collapse: collapse;
    }
    .table td {
        display: block;
        border:none;
        outline:none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .tabla-resp tr{
        border: 1px solid black;
    }
}

@media (min-width: 500px) {
    
    .tabla-resp th, .tabla-resp td {
        display: table-cell;
        padding: .25em .5em;
    }
    .tabla-resp th:first-child, .tabla-resp td:first-child {
        padding-left: 0;
    }
    .tabla-resp th:last-child, .tabla-resp td:last-child {
        padding-right: 0;
    }
}

/* reeemplazar los estilos de BOOSTRAP que no quedan bien en la pagina */
/*
.modal-body {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}
*/

.fuelux .wizard ul li:nth-child(1)
{
    padding-left: 30px;
}

.navbar-brand {
    padding: 15px 15px;
}

.navbar-inner {
    padding-right: 0;
    padding-left: 0;
    height: 60px;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #e4e0e0 !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #e4e0e0;
}

.datepicker-inline {
    margin-right: auto !important;
    margin-left:  auto !important;
}

.dropdown-menu > li > a {
    padding: 5px 20px;
    margin: .2em;
}

@media (min-width: 1920px) {
    .container-fluid {
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media (max-width: 1400px) {
    .container-fluid {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (max-width: 900px){
    .wello > select {
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 480px)
{
    .container-fluid {
        margin-left: 0;
        margin-right: 0;
    }

    .form-horizontal .control-label
    {
        padding-top: 5px;
    }

    input, textarea, .uneditable-input
    {
        width: 20px;
    }

    .btn-comenzar
    {
        margin: .5em 0 0 0;
    }

    .dropdown.navbar-text
    {
        max-width: 200px;
    }

    .dropdown-toggle.blanco {
        max-width: 200px;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media (max-width: 640px) {
    .radio {
        padding: 10px;
        font-size: 16pt;
    }
    
    #clinica_san_martin {
        margin-left: 5px;
    }

    .navbar-brand {
        overflow: hidden;
        width: 120px;
        height: 45px;
    }
}

@media (max-width: 360px) {
    #clinica_san_martin {
        overflow: hidden;
        width: 50px;
        height: 50px;
    }
}