html, body {
    font-family: 'Lato-Regular', Helvetica, Arial, sans-serif;
    height: 100%;
    font-size: 16px;
    color: #6c6c6c
}

body.clickable {
    cursor: pointer
}

.chat {
    height: 100%;
    position: relative;
    max-width: 500px;
    margin: 0 auto
}

h1, h2, h3, h4, h5, h6 {
    color: #5e6872
}

span.light {
    font-family: 'Lato-Light', Helvetica, Arial, sans-serif
}

span.bold {
    font-family: 'Lato-Bold', Helvetica, Arial, sans-serif
}

span.black {
    font-family: 'Lato-Black', Helvetica, Arial, sans-serif
}

.font-light {
    font-family: 'Lato-Light', Helvetica, Arial, sans-serif
}

.font-bold {
    font-family: 'Lato-Bold', Helvetica, Arial, sans-serif
}

.font-black {
    font-family: 'Lato-Black', Helvetica, Arial, sans-serif
}

input[type=text], input[type=password], input[type=number], input[type=email] {
    height: 40px;
    border: 0;
    font-family: 'Lato-Light', Helvetica, Arial, sans-serif;
    color: #6c6c6c;
    background-color: #fff;
    border: 1px solid #e6e7e8;
    padding: 5px 20px;
    border-radius: 5px;
    width: 100%;
    -moz-width: 100%;
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -ms-transition: all ease 0.25s;
    transition: all ease 0.25s
}

input[type=text].error, input[type=password].error, input[type=number].error, input[type=email].error {
    border-color: #e26d6a
}

input[type=text]:focus, input[type=password]:focus, input[type=number]:focus, input[type=email]:focus {
    box-shadow: 0 6px 5px -3px rgba(0, 0, 0, 0.2)
}

input[type=text].active, input[type=password].active, input[type=number].active, input[type=email].active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

input[type=text].disabled, input[type=password].disabled, input[type=number].disabled, input[type=email].active {
    pointer-events: none
}

input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder {
    color: #6c6c6c;
    opacity: 1 !important
}

input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder {
    color: #6c6c6c;
    opacity: 1 !important
}

input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder {
    color: #6c6c6c;
    opacity: 1 !important
}

input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder {
    color: #6c6c6c;
    opacity: 1 !important
}

input[type=text].hidpassw, input[type=password].hidpassw, input[type=number].hidpassw,  input[type=email].hidpassw{
    display: none
}

input[type=text] #password-horas, input[type=password] #password-horas, input[type=number] #password-horas, input[type=email] #password-horas {
    text-align: center
}

.input-tel {
    padding-left: 50px;
    position: relative;
    margin-bottom: 20px
}

.input-tel input {
    margin-bottom: 0 !important
}

.input-tel:before {
    position: absolute;
    width: 50px;
    height: 100%;
    left: 0;
    background-color: #e6e7e8;
    color: #5e6872;
    line-height: 2;
    text-align: center
}

select {
    width: 100%;
    border: 1px solid #e6e7e8;
    margin-bottom: 20px;
    height: 40px;
    font-family: 'Lato-Light', Helvetica, Arial, sans-serif;
    color: #6c6c6c;
    padding: 5px 20px;
    border-radius: 5px;
    position: relative;
    background: url("/static/images/agenda/flecha-abajo.svg") no-repeat right 10px center #fff;
    background-size: 20px
}

.btn-arrow-back {
    background: url("/static/images/agenda/flecha-izq.svg") no-repeat center center;
    height: 28px;
    text-indent: -9999px;
    position: absolute;
    width: 25px;
    display: none
}

.btn-arrow-back.gris {
    background: url("/static/images/agenda/flecha-gris.svg") no-repeat center center;
    background-size: 18px
}

.boton {
    width: 100%;
    height: 40px;
    border: 0;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px;
    margin-bottom: 5px
}

.boton.default {
    color: #fff
}

.boton.disabled {
    background-color: #f7f7f7 !important;
    border: 1px solid #A6A8AB;
    color: #A6A8AB !important;
    pointer-events: none
}

.boton.small {
    width: 80px;
    font-size: 10px;
    font-family: 'Lato-Bold';
    height: 20px;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 15px;
    letter-spacing: 1px
}

.boton.small.load {
    text-indent: -9999px;
    background-size: 16px;
    background-position: center center
}

.boton.delete {
    background-color: #e26d6a;
    color: #fff
}

.boton.delete:hover {
    background-color: #de5855
}

@keyframes loadrolling {
    from {
        background-position: calc(100% - -20px) center
    }
    to {
        background-position: calc(100% - 30px) center
    }
}

.boton.load {
    background-image: url("/static/images/agenda/rolling.svg");
    background-position: calc(100% - 30px) center;
    background-repeat: no-repeat;
    animation: loadrolling;
    animation-duration: .5s;
    pointer-events: none
}

.boton.load.local {
    background-image: url("/static/images/agenda/rolling.svg");
    background-position: calc(100% - 30px) center;
    background-repeat: no-repeat
}

.opener {
    display: inline-block;
    width: 100%;
    bottom: 4px;
    position: absolute;
    text-align: center
}

.opener a {
    display: none
}

.opener img {
    width: 15px
}

.timeout-refresh {
    position: relative;
    top: 50%;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    margin-top: -50px
}

.btn-flex {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    width: 100%
}

.btn-flex .btn:first-child {
    flex-grow: 1;
    text-align: left;
    overflow-x: hidden
}

.chat .header {
    height: 40px;
    z-index: 999;
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato-Light', Helvetica, Arial, sans-serif;
    padding: 0 15px;
    line-height: 2.5
}

.chat .header .client-name {
    display: inline-block;
    float: left
}

.chat .header .client-name .btn-arrow-back {
    top: 6px
}

.chat .header .close-window {
    display: inline-block;
    float: right
}

.chat .header .close-window .minimize {
    text-indent: -9999px;
    width: 20px;
    background: url("/static/images/agenda/minimize.svg") no-repeat;
    background-position: 0px;
    border: 0;
    height: 20px;
    background-size: 40px;
    position: relative;
    top: 10px
}

.chat .header .close-window .minimize.maximize {
    background-position: -20px
}

.chat .header .close-window .close {
    text-indent: -9999px;
    width: 20px;
    background: url("/static/images/agenda/close-white.svg") no-repeat center center;
    border: 0;
    height: 20px;
    background-size: 14px;
    position: relative;
    top: 10px;
    opacity: 1
}

.chat .header .close-window .close-local {
    text-indent: -9999px;
    width: 20px;
    background: url("/static/images/agenda/close-white.svg") no-repeat center center;
    border: 0;
    height: 20px;
    background-size: 14px;
    position: relative;
    top: 10px;
    opacity: 1
}

#rut-screen, #rut-screen-horas, #myhours-screen, #search-screen, #review-screen, #finish-screen, #problems-screen, #rate-screen {
    background-color: #f7f7f7;
    height: calc(100% - 40px);
    position: absolute;
    top: 40px;
    width: 100%
}

#main-screen {
    background-color: #f7f7f7;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999
}

#main-screen .logo {
    height: 70px;
    background: white;
    padding: 15px;
    text-align: center
}

#main-screen .logo img {
    max-width: 150px
}

#main-screen .content {
    box-shadow: unset;
    z-index: 9998;
    height: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    justify-content: center
}

#main-screen .content button {
    margin-top: 15px
}

#rut-screen, #rut-screen-horas {
    z-index: 992
}

#rut-screen .content, #rut-screen-horas .content {
    height: 50%;
    box-shadow: 0px 0px 0px
}

#rut-screen .content .search, #rut-screen-horas .content .search {
    position: absolute;
    bottom: 0;
    width: 100%
}

#rut-screen .action, #rut-screen-horas .action {
    height: auto;
    background-color: transparent;
    padding: 15px
}

#rut-screen .also, #rut-screen-horas .also {
    padding: 15px
}

#rut-screen .also h5, #rut-screen-horas .also h5 {
    text-transform: uppercase;
    margin-bottom: 0px
}

#rut-screen .title *, #rut-screen-horas .title * {
    color: #6c6c6c
}

#rut-screen.keyboard-open .content, #rut-screen-horas.keyboard-open .content {
    height: 150px !important
}

#rut-screen-horas img {
    height: 64.43px
}

#myhours-screen {
    z-index: 992
}

#myhours-screen .reminder {
    padding: 15px;
    width: 100%;
    background-color: #f7f7f7;
    position: relative;
    color: #6c6c6c
}

#myhours-screen .reminder .title {
    font-size: 12px;
    margin: 0
}

#myhours-screen .reminder .date, #myhours-screen .reminder .hour {
    font-size: 22px;
    font-weight: bold
}

#myhours-screen .reminder .doctor-name {
    margin: 0;
    font-weight: bold;
    font-size: 14px
}

#myhours-screen .reminder .doctor-spec {
    font-size: 12px;
    position: relative;
    top: -4px;
    margin: 0
}

#myhours-screen .reminder .doctor-center {
    font-size: 12px;
    position: relative;
    top: 2px;
    margin: 0
}

#myhours-screen .reminder .map {
    background-image: url(/static/images/agenda/icon-map.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 4px;
    background-size: 18px;
    font-size: 12px;
    text-align: left;
    padding-left: 15px;
    margin-top: 15px;
    height: 25px
}

#myhours-screen .reminder .map:hover {
    opacity: 1
}

#myhours-screen .reminder .next-vists-details {
    margin: 0;
    padding: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 30px
}

#myhours-screen .reminder .next-vists-details li {
    border-bottom: 1px solid #f7f7f7;
    list-style: none;
    position: relative;
    display: block;
    padding: 10px 0px;
    padding-bottom: 40px
}

#myhours-screen .reminder .next-vists-details li [data-type="visit-info"] {
    pointer-events: none
}

#myhours-screen .reminder .next-vists-details li [data-type="visit-menu"] {
    display: none
}

#myhours-screen .reminder .next-vists-details li img {
    display: none
}

#myhours-screen .reminder .next-vists-details li p.total-consulta {
    display: none
}

#myhours-screen .reminder .next-vists-details li.active {
    border: 0px !important;
    box-shadow: unset !important;
    padding-bottom: 55px !important
}

#myhours-screen .reminder .next-vists-details li ul.dropdown-menu {
    display: block;
    border-radius: 0px;
    top: 83px;
    width: 100%;
    box-shadow: unset;
    border-top: 0px;
    font-size: 12px;
    padding: 0
}

#myhours-screen .reminder .next-vists-details li ul.dropdown-menu li {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0px;
    border-bottom: 0
}

#myhours-screen .reminder .next-vists-details li ul.dropdown-menu li:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.15)
}

#myhours-screen .reminder .next-vists-details li .menu span {
    background-color: #6c6c6c
}

#myhours-screen .reminder .next-vists-details li p.doctor-name {
    font-weight: bold
}

#myhours-screen .reminder .next-vists-details li p.doctor-spec {
    font-size: 12px;
    position: relative;
    top: -4px
}

#myhours-screen .reminder .next-vists-details li p.doctor-center {
    font-size: 12px;
    position: relative;
    top: 2px
}

> #myhours-screen .reminder .next-vists-details li:last-of-type {
    border: 0;
    padding-bottom: 25px
}

#myhours-screen .reminder .next-vists-details li.active {
    border-left: 6px solid #5da3f9;
    background-color: #fff;
    padding: 10px 15px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2)
}

#myhours-screen .reminder .next-vists-details li.nulled {
    border-left: 6px solid #e26d6a;
    color: #A6A8AB
}

#myhours-screen .reminder .next-vists-details li .date-historial {
    display: block;
    font-size: 12px
}

#myhours-screen .reminder .next-vists-details li p {
    font-size: 14px;
    margin: 0
}

#myhours-screen .tab {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.2)
}

#myhours-screen .content {
    box-shadow: unset
}

#myhours-screen .content button {
    margin-bottom: 15px
}

#myhours-screen .smscode {
    height: calc(100% - 40px);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 5px 15px;
    color: #6c6c6c
}

#myhours-screen .smscode h4 {
    text-align: center
}

#myhours-screen .smscode p {
    margin: 15px 0
}

#myhours-screen .smscode .codigo {
    padding: 15px
}

#myhours-screen .smscode .partitioned {
    width: 40px;
    float: left;
    display: inline-block;
    padding: 5px;
    text-align: center;
    margin: 0 5px
}

#myhours-screen .current-hours {
    height: calc(100% - 40px);
    padding: 15px;
    color: #6c6c6c
}

#myhours-screen .current-hours .tab {
    margin-bottom: 15px;
    position: relative;
    overflow-x: hidden
}

#myhours-screen .current-hours .tab .date, #myhours-screen .current-hours .tab .hour {
    font-size: 22px;
    font-weight: bold
}

#myhours-screen .current-hours .tab .doctor-name {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    max-width: 75%
}

#myhours-screen .current-hours .tab .doctor-spec {
    font-size: 12px;
    position: relative;
    top: -4px;
    margin: 0
}

#myhours-screen .current-hours .tab .doctor-center {
    font-size: 12px;
    position: relative;
    top: 2px;
    margin: 0
}

#myhours-screen .current-hours .tab .buttons {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 100%;
    border-left: 1px solid #f7f7f7;
    font-size: 12px
}

#myhours-screen .current-hours .tab .buttons span {
    width: 100%;
    background-color: #fff;
    display: inline-block;
    height: 33.33%;
    border-bottom: 1px solid #f7f7f7;
    cursor: pointer;
    padding: 10px
}

#myhours-screen .current-hours .tab .buttons span:hover {
    background-color: #fcfcfc
}

#myhours-screen .current-hours .tab .buttons span:last-of-type {
    border-bottom: 0px
}

#search-screen {
    z-index: 991
}

#search-screen .conversation * {
    color: #6c6c6c
}

#search-screen.collapsed {
    height: 180px
}

#search-screen.collapsed .content {
    display: none
}

#search-screen.collapsed .action {
    display: none
}

#calendar-screen {
    position: relative;
    background-color: #e6e7e8;
    top: 220px;
    height: calc(100% - 220px);
    z-index: 990
}

#calendar-screen .action {
    border-top: 1px solid #e6e7e8;
    position: absolute;
    bottom: 0;
    height: auto;
    background: #f7f7f7;
    padding: 15px;
    z-index: 9999
}

#review-screen {
    z-index: 989;
    overflow: auto;
    background-color: #f7f7f7
}

#review-screen .btn-arrow-back.gris {
    left: 10px;
    top: 20px;
    padding-left: 30px;
    line-height: 1.7;
    text-indent: initial;
    color: #6c6c6c;
    display: block
}

#review-screen .content {
    height: auto;
    box-shadow: none;
    margin-top: 60px
}

#review-screen .content .title {
    position: relative;
    bottom: 0
}

#review-screen .content .conversation {
    width: 100%;
    position: relative;
    color: #6c6c6c;
    bottom: auto
}

#review-screen .action {
    height: auto;
    padding: 15px;
    background-color: #f7f7f7;
    width: 100%;
    overflow: auto;
    position: relative
}

#review-screen .left {
    padding-right: 5px;
    display: inline-block;
    width: 50%;
    float: left
}

#review-screen .right {
    padding-left: 5px;
    display: inline-block;
    width: 50%;
    float: left
}

#review-screen input[type=text] {
    margin-bottom: 20px
}

#finish-screen {
    z-index: 988;
    background-color: #f7f7f7
}

#finish-screen .content {
    height: auto;
    box-shadow: none;
    min-height: 350px;
    background-color: white;
    padding: 25px 15px
}

#finish-screen .content .title {
    position: relative;
    bottom: 0
}

#finish-screen .content .conversation {
    width: 100%;
    position: relative;
    color: #6c6c6c;
    bottom: auto
}

#finish-screen .content .conversation > p {
    line-height: .5;
    padding-bottom: 10px
}

#finish-screen .action {
    height: auto;
    padding: 15px;
    background-color: #f7f7f7;
    width: 100%;
    overflow: auto
}

#finish-screen .rate {
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    color: #6c6c6c;
    padding: 15px
}

#finish-screen .rate #text-rating {
    margin-bottom: 0
}

#finish-screen .rate .stars {
    display: inline-block;
    margin-top: 15px
}

#finish-screen .rate .br-theme-css-stars .br-widget {
    height: 28px;
    white-space: nowrap
}

#finish-screen .rate .br-theme-css-stars .br-widget a {
    text-decoration: none;
    height: 36px;
    width: 36px;
    float: left;
    margin-right: 15px;
    position: relative
}

#finish-screen .rate .br-theme-css-stars .br-widget a:last-of-type {
    margin-right: 0
}

#finish-screen .rate .br-theme-css-stars .br-widget a[data-rating-text="1"]:before {
    content: '1'
}

#finish-screen .rate .br-theme-css-stars .br-widget a[data-rating-text="2"]:before {
    content: '2'
}

#finish-screen .rate .br-theme-css-stars .br-widget a[data-rating-text="3"]:before {
    content: '3'
}

#finish-screen .rate .br-theme-css-stars .br-widget a[data-rating-text="4"]:before {
    content: '4'
}

#finish-screen .rate .br-theme-css-stars .br-widget a[data-rating-text="5"]:before {
    content: '5'
}

#finish-screen .rate .br-theme-css-stars .br-widget a:before {
    position: absolute;
    font-size: 16px;
    font-family: 'Lato-Bold';
    top: 22px;
    left: 0;
    right: 0;
    color: #5e6872;
    pointer-events: none;
    z-index: 999
}

#finish-screen .rate .br-theme-css-stars .br-widget a:after {
    content: '\2605';
    font-size: 35px;
    top: -15px;
    position: relative
}

#finish-screen .rate .br-theme-css-stars .br-widget a:after {
    color: #6c6c6c
}

#finish-screen .rate .br-theme-css-stars .br-widget a.br-active:after {
    color: #EDB867
}

#finish-screen .rate .br-theme-css-stars .br-widget a.br-selected:after {
    color: #EDB867
}

#finish-screen .rate .br-theme-css-stars .br-widget a.br-active:before {
    color: #EDB867
}

#finish-screen .rate .br-theme-css-stars .br-widget a.br-selected:before {
    color: #EDB867
}

#finish-screen .rate .br-theme-css-stars .br-widget .br-current-rating {
    display: none
}

#finish-screen .rate .br-theme-css-stars .br-readonly a {
    cursor: default
}

@media print {
    #finish-screen .rate .br-theme-css-stars .br-widget a:after {
        content: "\2606";
        color: black
    }

    #finish-screen .rate .br-theme-css-stars .br-widget a.br-active:after, #finish-screen .rate .br-theme-css-stars .br-widget a.br-selected:after {
        content: "\2605";
        color: black
    }
}

#finish-screen .rate-message {
    padding: 5px 15px;
    text-align: center
}

#finish-screen input[type=text] {
    border: 1px solid #A6A8AB;
    margin-bottom: 20px
}

#problems-screen {
    z-index: 999
}

#problems-screen .content {
    padding-top: 100px;
    height: 100%;
    box-shadow: unset;
    text-align: center
}

#problems-screen img {
    max-width: 140px
}

#rate-screen {
    z-index: 988
}

.action {
    height: calc(100% - 220px);
    background-color: #e6e7e8;
    width: 100%;
    overflow: auto;
    position: relative
}

.action.familiar-group {
    height: 100%;
    top: -5px;
    z-index: 9997;
    overflow: hidden
}

.action .search-results {
    height: 100%
}

.action .search-results p.none {
    display: block;
    position: relative;
    top: 45%;
    color: #6c6c6c;
    text-align: center;
    padding: 15px
}

.action .hour-alert {
    padding: 15px;
    background-color: lightyellow;
    text-align: center
}

.action .hour-alert .alert {
    margin-bottom: 0
}

.action .hour-alert p {
    margin: 0;
    font-size: 12px
}

.action.fixed {
    position: static;
    top: 100px;
    height: 100% !important
}

.action.fixed #loading-search {
    top: 60px
}

.action ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px
}

.action ul li {
    height: 48px;
    padding-right: 10px !important;
    border-bottom: 1px solid #cbced0;
    background-color: #e6e7e8;
    position: relative;
    padding-left: 50px;
    line-height: 4.2;
    cursor: pointer;
    position: relative
}

.action ul li > a {
    color: #333;
    position: absolute;
    display: block;
    left: 65px;
    height: 100%;
    overflow: hidden;
    width: calc(100% - 65px);
    white-space: nowrap
}

.action ul li:hover {
    background-color: #fff
}

.action ul#result-speciality li:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(/static/images/agenda/icon-speciality.svg) no-repeat center;
    left: 25px;
    top: 16px
}

.action ul#result-doctor li {
    line-height: 3.2;
    padding-left: 66px;
    overflow: hidden;
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -ms-transition: all ease 0.25s;
    transition: all ease 0.25s
}

.action ul#result-doctor li.call_center {
    cursor: default
}

.action ul#result-doctor li.call_center [data-type="doctor"] {
    display: inline-block;
    width: auto;
    position: relative;
    left: 0
}

.action ul#result-doctor li.call_center [data-type="speciality"] {
    display: inline-block;
    width: auto;
    position: relative;
    left: 50px;
    font-size: 12px;
    top: -8px;
    height: initial;
    color: #5e6872
}

.action ul#result-doctor li.agenda {
    padding: 15px;
    height: auto;
    line-height: normal
}

.action ul#result-doctor li.agenda:hover {
    background-color: #e6e7e8
}

.action ul#result-doctor li.has_agenda_False a {
    color: #A6A8AB
}

.action ul#result-doctor li.has_agenda_False a:hover {
    text-decoration: none
}

.action ul#result-doctor li.has_agenda_False span.doctor-speciality {
    color: #A6A8AB
}

.action ul#result-doctor li.has_agenda_False .doctor-firsthour {
    background-color: transparent;
    box-shadow: unset
}

.action ul#result-doctor li.has_agenda_False span.doctor-name {
    max-width: 100%;
    overflow: hidden;
    display: block;
    text-overflow: initial;
    white-space: nowrap
}

.action ul#result-doctor li .drProfile {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    height: 100%;
    padding: 5px 15px;
    background-color: #f7f7f7
}

.action ul#result-doctor li .doctor-firsthour {
    float: right;
    height: 100%;
    padding: 10px 10px;
    line-height: normal;
    max-width: 120px;
    text-align: left;
    width: 100%;
    pointer-events: none;
    position: relative
}

.action ul#result-doctor li .doctor-firsthour span {
    width: 100%;
    margin: 0;
    display: inline-block
}

.action ul#result-doctor li .dots {
    display: block;
    height: 100%;
    width: 40px;
    right: 0;
    position: absolute;
    text-indent: -9999px;
    cursor: pointer
}

.action ul#result-doctor li .dots span {
    position: absolute;
    top: 22px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #A6A8AB;
    right: 20px
}

.action ul#result-doctor li .dots span:before {
    content: '';
    position: absolute;
    top: -7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #A6A8AB;
    right: 0px
}

.action ul#result-doctor li .dots span:after {
    content: '';
    position: absolute;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #A6A8AB;
    right: 0px
}

.action ul#result-doctor img {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 18px;
    background-color: #A6A8AB;
    top: 10px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #fff
}

@media (max-width: 768px) {
    .action ul#result-doctor li > a > span.doctor-name {
        max-width: 160px;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .action ul#result-doctor img {
        width: 30px;
        height: 30px;
    }
}

.action ul#result-doctor li > a > span.doctor-speciality {
    display: block;
    font-size: 10px;
    color: #6c6c6c;
    position: absolute;
    top: 16px
}

.action ul#result-center li.title {
    pointer-events: none;
    line-height: 4;
    font-size: 14px;
    color: #6c6c6c;
    padding-left: 20px
}

.action ul#result-center li.title:before {
    background: none
}

.action ul#result-center img {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 18px;
    background-color: #A6A8AB;
    top: 10px;
    background-color: white;
    border: 1px solid #fff
}

.action ul#result-hours li {
    line-height: 2.6;
    padding-left: 15px;
    height: 60px;
    cursor: default
}

.action ul#result-hours li:hover {
    background-color: transparent
}

.action ul#result-hours li.hour:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(/static/images/agenda/icon-hour.svg) no-repeat center;
    left: 25px;
    top: 16px
}

.action ul#result-hours li div.date {
    color: #333;
    position: absolute;
    display: block;
    left: 0;
    padding-left: 70px;
    height: 100%
}

.action ul#result-hours li > span.time {
    display: block;
    color: #333;
    position: absolute;
    top: 16px;
    left: 70px
}

.action ul#result-hours li > span.center {
    display: block;
    color: #6c6c6c;
    position: absolute;
    top: 30px;
    left: 70px
}

.action ul#result-hours li.title {
    pointer-events: none;
    line-height: 4;
    font-size: 14px;
    color: #6c6c6c;
    padding-left: 20px
}

.action ul#result-hours li.agenda {
    padding: 15px;
    height: auto
}

.action ul#result-hours li.agenda:hover {
    background-color: #e6e7e8
}

.action ul#result-hours li button.small {
    height: 40px
}

.calendar {
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    position: absolute;
    width: 100%;
    height: 100%
}

.calendar #loading-month {
    top: 0
}

.calendar > .calendar {
    position: relative
}

.calendar .hours {
    height: calc(100% - 104px)
}

.calendar .header {
    padding: 0 15px;
    height: 35px;
    line-height: 34px;
    border-bottom: 1px solid #e6e7e8;
    background-color: #f7f7f7;
    position: relative;
    z-index: 9999
}

.calendar .header .btn-arrow-back {
    display: inline-block;
    top: 4px;
    position: relative
}

.calendar .header a {
    color: #6c6c6c
}

.calendar .header a:hover {
    color: #A6A8AB
}

.calendar .header .date {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    color: #6c6c6c
}

.calendar .header .date span {
    color: #A6A8AB
}

.calendar .header .date-selected {
    display: none;
    float: right;
    border-radius: 5px;
    padding: 0px 5px;
    padding-right: 0px;
    height: 20px;
    line-height: 1.6;
    position: relative;
    top: 8px;
    font-size: 12px
}

.calendar .header .date-selected span.year {
    display: inline-block;
    height: 100%;
    margin-left: 5px;
    padding: 0 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.calendar #datepicker {
    font-family: 'Lato-Regular', Helvetica, Arial, sans-serif !important;
    color: #6c6c6c !important;
    height: calc(100% - 35px)
}

.calendar #datepicker .ui-datepicker-inline {
    height: 100%
}

.calendar #datepicker .ui-datepicker-inline .ui-datepicker-calendar {
    height: calc(100% - 45px)
}

.calendar #datepicker .table-calendar-loader {
    position: absolute;
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.9;
    top: 0
}

.calendar #datepicker .ui-datepicker {
    padding: 0
}

.calendar #datepicker .ui-widget.ui-widget-content {
    border: 0;
    width: 100%;
    background-color: #f7f7f7
}

.calendar #datepicker .ui-widget-header {
    border: 0;
    background: #f7f7f7;
    height: 36px;
    color: #6c6c6c;
    font-weight: normal;
    border-bottom: 1px solid #e6e7e8
}

.calendar #datepicker .ui-datepicker .ui-datepicker-title {
    margin: 0;
    line-height: 1.8;
    text-align: center
}

.calendar #datepicker .ui-datepicker table {
    background-color: #f7f7f7
}

.calendar #datepicker .ui-datepicker th {
    padding: 0px;
    text-align: center;
    font-weight: normal;
    border: 0
}

.calendar #datepicker .ui-datepicker td {
    padding: 0;
    width: 14.28%;
    background-color: #fff;
    border: 1px solid #e6e7e8
}

.calendar #datepicker .ui-datepicker td.sin-hora {
    background-color: transparent
}

.calendar #datepicker .ui-datepicker td.sin-hora a {
    position: relative
}

.calendar #datepicker .ui-datepicker td.sin-hora a:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 6px;
    right: 6px;
    position: absolute;
    background-color: #A6A8AB
}

.calendar #datepicker .ui-datepicker td.con-hora a {
    position: relative
}

.calendar #datepicker .ui-datepicker td.con-hora a:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 6px;
    right: 6px;
    position: absolute
}

.calendar #datepicker .ui-datepicker td.con-hora.ui-datepicker-current-day a:before {
    background-color: #fff
}

.calendar #datepicker .ui-datepicker td span, .calendar #datepicker .ui-datepicker td a {
    text-align: center;
    border: 0;
    background: none;
    padding: 12px;
    color: #6c6c6c;
    font-family: 'Lato-Bold', Helvetica, Arial, sans-serif
}

.calendar #datepicker .ui-state-active, .calendar #datepicker .ui-widget-content .ui-state-active, .calendar #datepicker .ui-widget-header .ui-state-active, .calendar #datepicker a.ui-button:active, .calendar #datepicker .ui-button:active, .calendar #datepicker .ui-button.ui-state-active:hover {
    border: 0;
    background: transparent;
    font-weight: normal;
    color: #fff
}

.calendar #datepicker .ui-state-disabled, .calendar #datepicker .ui-widget-content .ui-state-disabled, .calendar #datepicker .ui-widget-header .ui-state-disabled {
    background-color: transparent
}

.calendar #datepicker .ui-state-disabled span, .calendar #datepicker .ui-widget-content .ui-state-disabled span, .calendar #datepicker .ui-widget-header .ui-state-disabled span {
    font-family: 'Lato-Regular', Helvetica, Arial, sans-serif;
    background-color: transparent
}

.calendar #datepicker .ui-widget-header .ui-icon {
    background-image: url("/static/images/agenda/ui-icons_444444_256x240.png")
}

.calendar #datepicker .ui-datepicker .ui-datepicker-prev, .calendar #datepicker .ui-datepicker .ui-datepicker-next {
    top: 5px
}

.calendar #datepicker .ui-datepicker .ui-datepicker-prev {
    left: 10px
}

.calendar #datepicker .ui-datepicker .ui-datepicker-next {
    right: 10px
}

.calendar #datepicker .ui-datepicker .ui-datepicker-prev-hover {
    left: 10px
}

.calendar #datepicker .ui-datepicker .ui-datepicker-next-hover {
    right: 10px
}

.container-fnacim #datepicker {
    font-family: 'Lato-Regular', Helvetica, Arial, sans-serif !important;
    color: #6c6c6c !important;
    height: calc(100% - 35px);
    position: relative
}

.container-fnacim #datepicker .ui-datepicker-inline {
    height: 100%
}

.container-fnacim #datepicker .ui-datepicker-inline .ui-datepicker-calendar {
    height: calc(100% - 45px)
}

.container-fnacim #datepicker .table-calendar-loader {
    position: absolute;
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.9;
    top: 0
}

.container-fnacim #datepicker .ui-datepicker {
    padding: 0
}

.container-fnacim #datepicker .ui-widget.ui-widget-content {
    border: 0;
    width: 100%;
    left: 0px !important;
    background-color: white;
    top: -20px !important;
    box-shadow: 0px 6px 5px -3px rgba(0, 0, 0, 0.3)
}

.container-fnacim #datepicker .ui-widget-header {
    border: 0;
    background: #e6e7e8;
    height: 36px;
    color: #6c6c6c;
    font-weight: normal;
    border-bottom: 1px solid #e6e7e8;
    border-radius: 0px
}

.container-fnacim #datepicker .ui-datepicker .ui-datepicker-title {
    margin: 0;
    line-height: 1.8;
    text-align: center
}

.container-fnacim #datepicker .ui-datepicker .ui-datepicker-title select {
    font-size: 14px;
    margin: 1px 0;
    background: white;
    padding: 0px;
    border-radius: 0px;
    height: 20px
}

.container-fnacim #datepicker .ui-datepicker th {
    padding: 5px;
    text-align: center;
    font-weight: normal;
    border: 0
}

.container-fnacim #datepicker .ui-datepicker td span, .container-fnacim #datepicker .ui-datepicker td a {
    text-align: center;
    border: 0;
    background: none;
    padding: 12px;
    color: #6c6c6c
}

.container-fnacim #datepicker .ui-state-active, .container-fnacim #datepicker .ui-widget-content .ui-state-active, .container-fnacim #datepicker .ui-widget-header .ui-state-active, .container-fnacim #datepicker a.ui-button:active, .container-fnacim #datepicker .ui-button:active, .container-fnacim #datepicker .ui-button.ui-state-active:hover {
    border: 0;
    background: #A6A8AB;
    font-weight: normal;
    color: #ffffff
}

.container-fnacim #datepicker .ui-widget-header .ui-icon {
    background-image: url("/static/images/agenda/ui-icons_444444_256x240.png")
}

.container-fnacim #datepicker .ui-datepicker .ui-datepicker-prev, .container-fnacim #datepicker .ui-datepicker .ui-datepicker-next {
    top: 5px
}

.container-fnacim #datepicker .ui-datepicker .ui-datepicker-prev {
    left: 10px
}

.container-fnacim #datepicker .ui-datepicker .ui-datepicker-next {
    right: 10px
}

.container-fnacim #datepicker .ui-datepicker .ui-datepicker-prev-hover {
    left: 10px
}

.container-fnacim #datepicker .ui-datepicker .ui-datepicker-next-hover {
    right: 10px
}

.content {
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 5px 15px;
    width: 100%;
    font-family: 'Lato-Light', Helvetica, Arial, sans-serif;
    line-height: 1;
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.2);
    z-index: 9998
}

.content.content-app {
    height: 150px !important
}

.content.fixed {
    position: static
}

.content .title {
    position: absolute;
    bottom: 60px;
    width: calc(100% - 30px)
}

.content .title h2 {
    margin: 0
}

.content .title h5 {
    margin: 0;
    text-transform: uppercase
}

.content .title img {
    width: 80px;
    position: absolute;
    top: -12px;
    right: -9px
}

.content .conversation {
    position: absolute;
    bottom: 60px;
    width: calc(100% - 30px)
}

.content .conversation .title {
    font-size: 22px;
    display: block
}

.content .search {
    position: relative
}

.content .search .helper {
    position: absolute;
    width: calc(100% - 30px);
    background-color: #2e2e30;
    padding: 25px;
    padding-left: 55px;
    border-radius: 5px;
    bottom: 60px;
    font-size: 12px
}

.content .search .helper p {
    margin: 0
}

.content .search .helper:before {
    content: '?';
    position: absolute;
    background-color: #5da3f9;
    width: 30px;
    height: 30px;
    left: 15px;
    z-index: 999;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    top: calc(50% - 15px)
}

.content .search .helper:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background-color: #2e2e30;
    bottom: -5px;
    left: 15px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.content .search input {
    margin: 5px 0;
    position: relative
}

.content .search .lupa {
    width: 38px;
    height: 38px;
    background: url(/static/images/agenda/search-icon.svg) no-repeat center center #fff;
    background-size: 15px;
    position: absolute;
    top: 6px;
    right: 6px;
    border: 0;
    text-indent: -9999px;
    z-index: 9998
}

.content .search .search-results {
    width: 100%;
    top: 45px;
    position: absolute;
    border-top: 2px solid #f7f7f7;
    background-color: #fff;
    color: #6c6c6c;
    max-height: 200px;
    overflow-y: scroll;
    display: none;
    z-index: 999
}

.content .search .search-results .container {
    display: inline-block;
    height: 100%;
    padding: 20px;
    width: 100%
}

.content .search .search-results ul {
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #f7f7f7;
    margin: 0;
    padding: 10px 0
}

.content .search .search-results ul:first-of-type {
    padding-top: 0px
}

.content .search .search-results ul:last-of-type {
    border-bottom: 0px;
    padding-bottom: 0px
}

.content .search .search-results ul#result-speciality li:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(/static/images/agenda/icon-speciality.svg) no-repeat center;
    left: 0px;
    top: 2px
}

.content .search .search-results ul#result-doctor li:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(/static/images/agenda/icon-doctor.svg) no-repeat center;
    left: 0px;
    top: 2px
}

.content .search .search-results ul#result-doctor li a span {
    display: block;
    font-size: 12px;
    color: #6c6c6c
}

.content .search .search-results ul#result-center li:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(/static/images/agenda/icon-center.svg) no-repeat center;
    left: 0px;
    top: 2px
}

.content .search .search-results li {
    padding: 4px 0 4px 25px;
    font-size: 14px;
    position: relative
}

.also {
    padding: 15px;
    padding-top: 0
}

.also h5 {
    text-transform: uppercase;
    margin-bottom: 0px
}

.hours {
    overflow: hidden;
    position: relative;
    top: 35px
}

.hours #loading-hours {
    top: 0
}

.hours ul.day {
    list-style: none;
    padding: 0;
    display: inline-block;
    position: relative;
    overflow: auto;
    height: 100%;
    width: 100%;
    padding-top: 25px
}

.hours ul.day > li {
    width: 100%;
    float: left;
    display: block;
    padding: 4px 0;
    text-align: left;
    position: relative
}

.hours ul.day > li:last-of-type {
    margin-bottom: 20px
}

.hours ul.day > li span.day-hour {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: -8px;
    font-size: 12px;
    color: #A6A8AB
}

.hours ul.day > li .available-hours {
    display: inline-block;
    position: relative;
    left: 50px;
    width: calc(100% - 65px);
    z-index: 9996
}

.hours ul.day > li .available-hours h5 {
    font-size: 12px;
    height: 30px;
    background-color: #fff;
    width: 100%;
    padding: 5px;
    padding-left: 10px;
    line-height: 20px;
    color: #6c6c6c;
    margin: 0;
    cursor: pointer
}

.hours ul.day > li .available-hours h5:after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(/static/images/agenda/flecha-abajo.svg) no-repeat center;
    position: absolute;
    right: 15px;
    top: 10px
}

.hours ul.day > li .available-hours .detail {
    background-color: white;
    padding: 0 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: default;
    padding: 10px 0
}

.hours ul.day > li .available-hours .detail p {
    margin: 0
}

.hours ul.day > li .available-hours .detail .doctor {
    top: -8px;
    position: relative
}

.hours ul.day > li .available-hours .detail .hour {
    font-weight: bold
}

.hours ul.day > li .available-hours .detail > ul {
    display: inline-block;
    padding: 0;
    list-style: none;
    width: 100%;
    position: relative
}

.hours ul.day > li .available-hours .detail > ul li {
    color: #5e6872;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 56px
}

.hours ul.day > li .available-hours .detail > ul li:last-of-type {
    border-bottom: 0
}

.hours ul.day > li .available-hours .detail > ul li span.doctor {
    display: block;
    top: 2px;
    line-height: 1;
    font-size: 11px;
}

.hours ul.day > li .available-hours .detail > ul li span.center {
    display: block;
    top: 4px;
    line-height: 1;
    position: relative
}

.hours ul.day > li .available-hours .detail > ul li input[type="radio"] {
    position: absolute;
    visibility: hidden
}

.hours ul.day > li .available-hours .detail > ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 12px;
    padding: 6px 25px 25px 50px;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear
}

.hours ul.day > li .available-hours .detail > ul li:hover label {
    color: #A6A8AB
}

.hours ul.day > li .available-hours .detail > ul li .check {
    display: block;
    position: absolute;
    border: 1px solid #5e6872;
    border-radius: 100%;
    height: 17px;
    width: 17px;
    top: 12px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear
}

.hours ul.day > li .available-hours .detail > ul li:hover .check {
    border: 3px solid #A6A8AB
}

.hours ul.day > li .available-hours .detail > ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 6px;
    width: 6px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear
}

.hours ul.day > li .available-hours .detail > ul li input[type=radio]:checked ~ .check {
    border: 3px solid #A6A8AB
}

.hours ul.day > li .available-hours .detail > ul li input[type=radio]:checked ~ .check::before {
    background: #A6A8AB
}

.hours ul.day > li .available-hours .detail > ul li input[type=radio]:checked ~ label {
    color: #A6A8AB
}

.hours ul.day > li.selected {
    height: auto
}

.hours ul.day > li.selected h5 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}

.hours ul.day > li.selected h5:after {
    background: url(/static/images/agenda/flecha-abajo.svg) no-repeat center;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.hours ul.day > li.unavailable .available-hours {
    border: 0
}

.hours ul.day > li.unavailable h5 {
    background-color: #f7f7f7;
    color: #A6A8AB;
    cursor: not-allowed;
    pointer-events: none
}

.hours ul.day > li.noshow-dr {
    margin: 15px 0
}

.hours ul.day > li.noshow-dr:after {
    top: -4px;
    height: 5px
}

.keyboard {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 10px;
    z-index: 9999;
    background: #e6e7e8;
    display: none
}

.keyboard.keyboard-hidden {
    bottom: -165px
}

.keyboard.mini > ul li {
    height: 30px;
    line-height: 1.8
}

.keyboard > ul {
    padding: 0;
    list-style: none
}

.keyboard > ul li {
    width: calc(33.33% - 10px);
    height: 25%;
    float: left;
    margin: 5px
}

.keyboard > ul li button {
    width: 100%;
    height: 100%;
    color: #6c6c6c;
    text-align: center;
    line-height: 1.8;
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    cursor: pointer;
    background-color: white;
    border-radius: 3px !important;
    border: 0;
    display: block
}

.keyboard > ul li button:active {
    box-shadow: unset;
    background-color: #f7f7f7
}

.keyboard > ul li button.erase {
    background: url(/static/images/agenda/icon-erase.svg) no-repeat center center #A6A8AB;
    color: white;
    background-size: 30px;
    text-indent: -9999px
}

.lookingfor {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    text-align: center;
    display: none;
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -ms-transition: all ease 0.25s;
    transition: all ease 0.25s
}

.lookingfor img {
    width: 150px;
    margin: 0 auto;
    position: relative;
    top: calc(50% - 100px);
    display: block
}

.lookingfor h5 {
    color: #fff;
    top: calc(50% - 100px);
    position: relative;
    font-size: 12px
}

.loading {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9997;
    display: none;
    top: 220px
}

.loading p {
    position: absolute;
    font-size: 13px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-family: 'Lato-Bold';
    top: 30%
}

.loading .typing-ani {
    display: block;
    left: calc(50% - 8px);
    position: absolute;
    top: 35%;
    height: 40px
}

.loading .typing-ani span {
    height: 15px;
    width: 15px
}

.loading .typing-ani span:first-child {
    left: -20px
}

.loading .typing-ani span:nth-child(3n) {
    animation-delay: 0.4s;
    left: 20px
}

.loading .typing-ani {
    bottom: 20px;
    font-size: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute
}

.loading .typing-ani span {
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    margin: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #6c6c6c;
    border-radius: 100%;
    transform: transformZ(0);
    animation: LOADING 2s infinite
}

.loading .typing-ani span:nth-child(1n) {
    left: -18px;
    animation-delay: 0s
}

.loading .typing-ani span:nth-child(2n) {
    left: 0;
    animation-delay: 0.2s
}

.loading .typing-ani span:nth-child(3n) {
    left: 18px;
    animation-delay: 0.4s
}

.loading .typing-ani.reversed span {
    border: 1px solid white;
    animation: LOADINGREV 2s infinite
}

.loading .typing-ani.reversed span:nth-child(1n) {
    animation-delay: 0s
}

.loading .typing-ani.reversed span:nth-child(2n) {
    animation-delay: 0.2s
}

.loading .typing-ani.reversed span:nth-child(3n) {
    animation-delay: 0.4s
}

@keyframes LOADING {
    0% {
        transform: scale(0.5);
        background: #5e6872
    }
    50% {
        transform: scale(1);
        background: white
    }
    100% {
        transform: scale(0.5);
        background: #5e6872
    }
}

@keyframes LOADINGREV {
    0% {
        transform: scale(0.5);
        background: white
    }
    50% {
        transform: scale(1);
        background: transparent
    }
    100% {
        transform: scale(0.5);
        background: white
    }
}

.loading.dark {
    background-color: rgba(94, 104, 114, 0.9)
}

.loading.dark p {
    color: #fff !important
}

.loading.dark .typing-ani span {
    border: 0
}

.bootbox .modal-dialog {
    top: calc(50% - 125px)
}

#page_navigation {
    text-align: center;
    font-size: 12px
}

#page_navigation a {
    color: #6c6c6c
}

#page_navigation .previous_link {
    float: left
}

#page_navigation .next_link {
    float: right
}

#page_navigation .page_link {
    padding: 0 5px
}

.popover {
    z-index: 99999 !important;
    color: #6c6c6c
}

.closepop {
    float: right;
    margin-bottom: 5px
}

.loader {
    position: relative;
    width: 105px;
    height: 75px;
    background-color: rgba(94, 104, 114, 0.3);
    margin: 0 auto;
    top: calc(50% - 130px);
    border-radius: 2px;
    padding: 10px
}

.loader .dot-row div.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    float: left;
    display: block;
    margin-right: 5px;
    margin-bottom: 5px
}

.loader .dot-row div.dot:last-of-type {
    margin-right: 0
}

.profile {
    position: absolute;
    height: calc(100% - 40px);
    top: 40px;
    width: 100%;
    background-color: #e6e7e8;
    z-index: 9999;
    display: none;
    color: #6c6c6c
}

.profile .picture {
    height: 140px;
    background-color: #f7f7f7;
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 9999;
    position: absolute;
    width: 100%
}

.profile .picture span {
    text-indent: -9999px;
    position: absolute;
    right: 21px;
    top: 20px;
    padding: 0;
    height: 14px;
    width: 14px;
    background: url(/static/images/agenda/close.svg) no-repeat center;
    background-size: 14px;
    border: 0;
    z-index: 991;
    cursor: pointer;
    opacity: 0.2
}

.profile .picture img {
    width: 150px;
    height: 150px;
    background-color: white;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    position: relative;
    top: 30px;
    border-radius: 50%;
    box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.2)
}

.profile .info {
    padding: 50px 15px;
    background-color: #e6e7e8;
    top: 140px;
    position: relative;
    overflow: auto;
    height: calc(100% - 160px)
}

.profile .info p {
    font-size: 12px;
    padding-left: 15px
}

.profile .info .isapres ul {
    list-style: none;
    padding: 0
}

.profile .info .isapres ul li {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #A6A8AB;
    padding: 5px;
    border-radius: 5px;
    margin: 0 2px 5px 0;
    background-color: white
}

.profile .info .isapres ul li.title {
    border-bottom: 1px solid #A6A8AB;
    padding: 0
}

.recommendation {
    background-color: #f7f7f7;
    padding: 5px 15px
}

.recommendation h5 {
    color: #6c6c6c
}

.recommendation p {
    color: #6c6c6c;
    line-height: 1;
    padding-left: 15px;
    display: inline-block
}

.recommendation a {
    display: inline-block;
    float: right;
    font-size: 12px;
    width: 120px;
    position: relative;
    top: 2px;
    text-align: center;
    height: 30px;
    line-height: 1.7;
    padding: 5px 10px
}

#resumen {
    display: inline-block;
    width: 100%
}

#resumen .info div {
    padding: 0 15px
}

#resumen .info .pacient {
    margin-bottom: 10px
}

#resumen .info .pacient .name {
    margin: 2px 0
}

#resumen .info .pacient .rut {
    margin: 0;
    font-family: 'Lato-Regular', Helvetica, Arial, sans-serif
}

#resumen .date div {
    padding: 0 15px;
    margin-bottom: 10px
}

#resumen .date p {
    margin: 0
}

#resumen .date p.regular {
    font-family: 'Lato-Regular', Helvetica, Arial, sans-serif
}

#resumen .voucher-msg {
    text-align: center;
    top: 10px;
    position: relative;
    display: none
}

#resumen span {
    font-size: 14px;
    color: #A6A8AB
}

#resumen p {
    font-family: 'Lato-Bold', Helvetica, Arial, sans-serif
}

.tags {
    display: table;
    padding: 10px 15px 0 15px;
    height: 160px;
    width: 100%;
    background-color: #f7f7f7;
    position: relative
}

.tags.fixed {
    display: none
}

.tags .contain {
    display: table-cell;
    vertical-align: bottom
}

.tags .contain .card {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.2)
}

.tags .tag {
    font-size: 12px;
    height: 26px;
    padding: 2px;
    padding-right: 25px;
    padding-left: 45px;
    color: #6c6c6c;
    position: relative;
    line-height: 1.8;
    bottom: 0;
    display: block;
    border-radius: 5px;
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -ms-transition: all ease 0.25s;
    transition: all ease 0.25s
}

.tags .tag.center img {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 8px;
    top: 0;
    background-color: white;
    cursor: pointer
}

.tags .tag.rut:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/static/images/agenda/icon-pacient.svg) no-repeat center;
    left: 10px;
    top: 2px
}

.tags .tag.familiar {
    line-height: 1
}

.tags .tag.familiar:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/static/images/agenda/icon-pacient.svg) no-repeat center;
    left: 10px;
    top: 2px
}

.tags .tag.speciality {
    line-height: 2
}

.tags .tag.speciality:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/static/images/agenda/icon-speciality.svg) no-repeat center;
    left: 10px;
    top: 2px
}

.tags .tag.doctor {
    height: 30px;
    padding-top: 4px;
    padding-left: 45px;
    line-height: 1
}

.tags .tag.doctor img {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 5px;
    top: 2px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer
}

.tags .tag.doctor img.default {
    border: 1px solid #6c6c6c;
    padding: 2px
}

.tags .tag .text {
    width: 95%;
    max-width: 13ch;
    display: block;
    overflow-x: hidden;
    white-space: nowrap
}

.tags .tag .text:after {
    content: '...';
    position: absolute;
    right: 20px;
    top: 4px
}

.tags .tag .removeTag {
    text-indent: -9999px;
    position: absolute;
    right: 0px;
    top: calc(50% - 10px);
    padding: 0;
    height: 20px;
    width: 20px;
    background: url(/static/images/agenda/close.svg) no-repeat center;
    background-size: 10px;
    border: 0;
    z-index: 991;
    cursor: pointer;
    opacity: 0.2
}

.tags .tag .removeTag:hover {
    opacity: 0.8
}

#name_search {
    background: white;
    width: 100%;
    padding: 0 19px 0 15px;
}

#name_search .content {
    background: rgb(247, 248, 248);
    padding: 0 !important;
    max-height: 300px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 2px;
}

#name_search .content ul {
    padding: 0
}

#name_search .content ul li {
    color: #6c6c6c;
    padding: 11px 10px;
    cursor: pointer;
}

#name_search .content ul li:hover {
    background: rgb(225, 232, 232);
}

.person_img {
    width: 40px;
    margin: 0 5px 0 2px;
}

.person_rut {
    float: right;
    padding: 2% 0;
}

#loading-search-name {
    margin: 100px 0 0 0;
}

#agenda .content .search #lupa_search {
    top: 16px;
    right: 10px
}

#content-check {
    padding-left: 5px;
    position: relative;
    top: -15px;
}

.message-alert:first-child {
    color: #6c6c6c !important;
}

.message-alert {
    padding: 10px 5px;
}

.hide {
    display: none;
}

.except-hour {
    height: auto !important;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 110%;
    line-height: 1.6 !important;
    border-bottom: 0px !important;
}

.except-hour p {
    padding-top: 10px;
    margin-bottom: 0;
    line-height: 2.6 !important;
}

.tags .tag.center:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/static/images/agenda/icon-center.svg) no-repeat center;
    left: 10px;
    top: 2px
}

/* indisa round-boton */
.round-boton.default {
    background-color: #019DDA
}

.round-boton.default:hover {
    background-color: #019DDA
}

.round-boton.load {
    background-color: #019DDA
}

.round-boton.timeout-refresh {
    background-color: #019DDA;
    color: white
}

.round-boton {
    width: 100%;
    height: 40px;
    border: 0;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 3px;
    margin-bottom: 5px;
    font-weight: 700;
}

.round-boton.load {
    background-image: url("/static/images/agenda/rolling.svg");
    background-position: calc(100% - 30px) center;
    background-repeat: no-repeat;
    animation: loadrolling;
    animation-duration: .5s;
    pointer-events: none
}

.round-boton.disabled {
    background-color: #87bdd2 !important;
    border: 1px solid #87bdd2;
    color: #FFF !important;
    pointer-events: none

}

/*fin indisa round-boton*/
