.fecha-descuento{
    color: #910a1b;
    margin-top: -34px;
    font-size: 8px;
    padding-left: 2px !important;
    font-weight: bold;
    position: absolute;
}

/*#datepicker .ui-widget-header {*/
    /*border: 1px solid #8c8e91;*/
    /*background: #a7a9ac 50% 50% repeat-x;*/
    /*color: #ffffff;*/
    /*font-weight: bold;*/
/*}*/
/*#datepicker .ui-state-highlight,*/
/*#datepicker .ui-widget-content .ui-state-active,*/
/*#datepicker .ui-widget-header .ui-state-active {*/
    /*border: 1px solid #4c968f;*/
    /*background: #57b4ad;*/
    /*font-weight: bold;*/
    /*color: white;*/
/*}*/

.tms-rojo{
    color: #CB2026;
}
.btn-tms-rojo{
    color: #ffffff !important;
    background-color: #CB2026;
    border-color: #CB2026;
}
.btn-tms-rojo:hover {
    background-color: #910a1b;
    border-color: #910a1b;
}
.tms-fucsia{
    color: #ee2a7b;
}
.btn-tms-fucsia{
    color: #ffffff !important;
    background-color: #ee2a7b;
    border-color: #ee2a7b;
}
.btn-tms-fucsia:hover {
    background-color: #b92369;
    border-color: #b92369;
}
.tms-celeste{
    color: #57b4ad;
}
.btn-tms-celeste{
    color: #ffffff !important;
    background-color: #57b4ad;
    border-color: #57b4ad;
}
.btn-tms-celeste:hover{
    background-color: #4c968f;
    border-color: #4c968f;
}
.tms-gris{
    color: #a7a9ac;
}
.btn-tms-gris{
    color: #ffffff !important;
    background-color: #a7a9ac;
    border-color: #a7a9ac;
}
.btn-tms-gris:hover{
    background-color: #8c8e91;
    border-color: #8c8e91;
}

.div-height-fix{
    width:100%;
    height:25px;
    background-color:white;
}

.view-padding{
    padding-bottom:60px
}

.wizard {
    font-size: 14px;
    padding: 0;
    background-color: #f7f8f9;
    border-bottom: 1px solid #e0e4e8;
}
.wizard .badge {
    display: none;
    margin-right: 4px;
    min-width: 20px;
    min-height: 20px;
    padding: 4px 7px;
    background-color: #a7a9ac;
}
.wizard ul {
    padding: 0;
    margin: 0;
    list-style: none outside none;
}
.wizard ul li {
    width: 25%;
    position: relative;
    float: left;
    padding: 0 0 0 15px;
    margin: 0;
    color: #999;
    cursor: default;
    height: 40px;
    line-height: 40px;
}
/* five items */
.wizard ul li:first-child:nth-last-child(5),
.wizard ul li:first-child:nth-last-child(5) ~ li {
    width: 20%;
}
/* six items */
.wizard ul li:first-child:nth-last-child(6),
.wizard ul li:first-child:nth-last-child(6) ~ li {
    width: 16.6666%;
}
.wizard ul li.active{
    color: white;
    cursor: pointer;
    background-color: #6fcdc6;
}
.wizard ul li.active:hover,
.wizard ul li.current{
    color: white;
    background-color: #CB2026;
}
.wizard ul li:not(:last-child):after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -10px;
    border: 20px solid transparent;
    border-right: 0;
    border-left: 10px solid #e0e4e8;
    z-index: 1;
}
.wizard ul li.active:hover:not(:last-child):after,
.wizard ul li.current:not(:last-child):after {
    border-left: 10px solid #a7a9ac;
}

@-webkit-keyframes carga {
    0% {
        background: #FFFFFF;
    }
    100% {
        background: #A10000;
    }
}@keyframes carga {
     0% {
         background: #FFFFFF;
     }
     100% {
         background: #A10000;
     }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

/* Standard syntax */
@keyframes mymove {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

html, body, h1, h2, h3, h4, h5, h6, p, a, span, small, abbr, img, div, ol, ul, li, dl, dt, dd, blockquote, q, cite, form, fieldset, legend, label, input, select, option, textarea, button, tr, th, td, iframe {
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
p, a, span, small, abbr, div, ol, ul, li, dl, dd, blockquote, q, cite, legend, label, input, select, option, textarea, button {
    white-space: normal;
}

ul, ol {
    list-style: none;
}

.RESERVA_ESTADO{
    border-radius: 10px;
    border-style: solid;
    border-width: 3px;
    margin: 10px auto 10px auto;
    width: 80%;
    padding:7px;
}
.CONFIRMACION_PENDIENTE {
    color: #696969;
    background: #e2e2e2;
    border: #d9dbd0;
}
.CONFIRMADA {
    color: #3c763d;
    background: #dff0d8;
    border: #d6e9c6;
}
.CANCELADA {
    color: #a94442;
    background: #f2dede;
    border: #ebccd1;
}
.CUMPLIDA {
    color: #31708F;
    background: #D9EDF7;
    border: #BCE8F1;
}
.EN_SOLICITUD {
    color: #31708f;
    background: #F59B0A;
    border: #FDAE2F;
}

.hora-div{
    margin-bottom: 5px;
    margin-right: 0.5%;
    margin-left: 0.5%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #CB2026;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    width:19%;
    font-weight: bold;
    cursor: pointer;
}
.hora-div.active,
.hora-div:hover{
    background: #CB2026;
    cursor: pointer;
}
.hora-div > a{
    text-decoration: none;
    color: #696969;
    width: 100%;
}
.hora-div.active > a,
.hora-div:hover > a{
    text-decoration: none;
    color: white;
}

.profesional-selector{
    font-size: 20px;
    font-weight: bold;
    background-color: white;
    color:#696969;
    cursor:pointer;
    border-width: 1px 2px;
    border-style: solid;
    border-color: #CB2026;
}
.profesional-selector:hover,
.profesional-selector.active{
    background-color:#CB2026;
    color:white;
}
.profesional-selector:first-of-type{
    border-top-width: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.profesional-selector:last-child{
    border-bottom-width: 2px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.profesional-selector-div-imagen{
    display:inline-block;
    width:30%;
}
.profesional-selector-imagen{
    width:90px;
    margin:10px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
    -o-box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
    border-radius:100px;
}
.profesional-selector-div-texto{
    width:60%;
    padding-top:39px;
    padding-bottom:5px;
    display:inline-block;
}

.main-container{
    font-family:"Raleway-Regular",sans-serif;
    color: #6b6b6b;
}

.perfil-centro-container{
    font-family: "Raleway-Regular",sans-serif;
}

.tratamientos{
    background-color: #f5f5f5;
    padding-left: 3px !important;
    padding-right: 3px !important;
    margin: 1px;
    width: 100%;
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url('../fonts/Raleway-Regular.ttf');
    font-weight: bold;
    font-style: normal;
}
/*----------------------------------------*/

.no-spinner > input[type=number]::-webkit-outer-spin-button,
.no-spinner > input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spinner > input[type=number] {
    -moz-appearance:textfield;
}

.error-block{
    margin-top: 3px;
    margin-bottom: 1px;
    font-size: 11px;
    color: red;
}

.circle{
    display: inline-block;
}

.body-background{
    /*background-color: white;*/
    width: 100%;
    height: auto;
}

/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    background-color:white;
    font-family:"Raleway-Regular",sans-serif;
    font-size:12px;
    height:100%;
    margin:0;
    padding:0;
    width:100%;
}

/* Portrait layout (default) */
.app {
    background:url(../img/logo.png) no-repeat center top; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:50%;
    top:50%;
    height:50px;                   /* text area height */
    width:225px;                   /* text area width */
    text-align:center;
    padding:180px 0px 0px 0px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:-115px 0px 0px -112px;  /* offset vertical: half of image height and text area height */
                                   /* offset horizontal: half of text area width */
}

/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
    .app {
        background-position:left center;
        padding:75px 0px 75px 170px;  /* padding-top + padding-bottom + text area = image height */
        margin:-90px 0px 0px -198px;  /* offset vertical: half of image height */
                                      /* offset horizontal: half of image width and text area width */
    }
}

h1 {
    font-size:24px;
    font-weight:normal;
    margin:0px;
    overflow:visible;
    padding:0px;
    text-align:center;
}

.event {
    border-radius:4px;
    -webkit-border-radius:4px;
    color:#FFFFFF;
    font-size:12px;
    margin:0px 30px;
    padding:2px 0px;
}

.event.listening {
    background-color:#333333;
    display:block;
}

.event.received {
    background-color:#4B946A;
    display:none;
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}