﻿html {
    color: #000b2c;
    height: 100%;
}

.modal-dialog {
    z-index: 15000 !important;
}

.modal {
    -webkit-overflow-scrolling: auto !important;
    overflow-y: auto !important;
    opacity: 1;
}

body {
    padding-top: 60px;
    margin: auto;
    height: 100vh;
    min-height: 100vh;
    width: 100%;
}

.wrapper {
    min-height: 100%;
}
.content {
    height: 100%;
}
.super-modal {
    position: fixed !important;
    z-index: 100;
    background-color: rgba(50, 50, 50, .3);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
}

.super-modal-child {
    width: 100%;
    margin: 150px auto;
    min-height: 400px;
}
@media screen and (min-width: 1024px){
    .super-modal-child{
        width: 40%;
    }
}

/*##############SLIDEOUT################*/

body,
.panel {
    background-color: #fff;
}

.list-group-item-info {
    background-color: #fff;
}

.menu {
    margin-top: 60px;
    background-color: #0b8cc6;
    /*background-image: linear-gradient(145deg, #1D1F20, #404348);*/
}

.menu a {
    color: #fff !important;
    text-decoration: none;
}

.menu-header {
    border-bottom: 1px solid #2a2d2f;
    background-size: 32px;
}

.menu-header-title {
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0;
}

.menu-section {
    margin: 25px 0;
}

.menu-section-title {
    text-transform: uppercase;
    color: #85888d;
    font-weight: 200;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0 20px;
    margin: 0;
}

.menu-section-list {
    padding: 0;
    margin: 10px 0;
    list-style: none;
}

.menu-section-list a {
    display: block;
    padding: 10px 20px;
}

.menu-section-list a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    color: #fff;
}

.panel-actions {
    margin: 20px 0;
}

.spacer {
    height: 130px;
}


/**
 * Slideout module styles
 */


.menu,
.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}

#panel-body {
    background-color: #eee;
}

.panel,
.slideout-panel {
    position: relative;
    z-index: auto;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}


/* Animation
---------------------------------- */

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: 4;
    animation-iteration-count: 4;
}


/*##############SLIDEOUT################*/

.wm-tooltip {
    margin: 50px;
    margin-top: 8px;
}

.navbar .navbar-brand {
    max-width: 220px;
    line-height: 20px !important;
    font-size: 15px !important;
}

.img-home {
    padding: 210px 20px;
    background-size: contain;
    background-repeat: no-repeat;
    /* Opera 9.5 */
    background-position: center;
    background-image: url(Images/RelivV1/RELIV-HOME.png);
    display:none;
    /*filter: alpha(opacity=25);
    -moz-opacity: .25;
    opacity: .25;*/
}

.menu-wrapper {
    height: 120px;
    margin-top: -3px;
}

.menu-historia {
    width: 100%;
    background-color: #fff;
    height: 14%;
    position: fixed;
    z-index: 900;
}

.glyphicon.glyphicon-user {
    font-size: 20px !important;
}

.savespace {
    height: 77.5px;
}


/*--------Pantalla menor a 1500----------*/

@media only screen and (max-width: 1500px) {
    .navbar .navbar-brand {
        max-width: 220px;
        line-height: 20px !important;
        font-size: 15px !important;
    }
    .navbar .navbar-collapse {
        height: 60px !important;
    }
}


/*--------pantalla menor a 1200-----------*/

@media only screen and (max-width: 1200px) {
    .navbar .navbar-collapse {
        height: initial !important;
    }
}


/*------Elementos del menu historial------*/

@media only screen and (max-width: 1400px) {
    .oculto-md {
        display: none !important;
    }
}

@media only screen and (min-width: 1401px) {
    .oculto-lg {
        display: none !important;
    }
}

.Titulo-paciente {
    text-transform: capitalize !important;
    font-weight: bold;
    font-size: 22px;
    vertical-align: middle;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 85%;
    padding-top: 10px;
    padding-left: 12px;
}

.Paciente-historia {
    color: rgb(43, 46, 131) !important;
    font-weight: bold !important;
}

.Info-paciente {
    position: fixed;
    left: 13px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
}

.navbar-historia {
    background-color: #d9edf7 !important;
    background-image: none !important;
    color: #0b8cc6 !important;
    text-align: center;
    /*position: fixed;*/
    width: 100%;
    z-index: 2;
    /*margin-top: -70px;*/
    max-height: 60px;
}

.menu-historia-nav {
    float: none;
    display: inline-block;
}

.menu-historia-nav li:hover {
    background-color: #fff;
}

.Info-paciente2 {
    display: none;
}

.pharmacy-logomovil1,
.pharmacy-logomovil2 {
    display: none;
}


/*PANTALLA MAYOR A 769*/

@media only screen and (min-width:992px) {
    #panel-nombre {
        position: fixed;
        width: 100%;
        z-index: 1800;
    }
    #paciente {
        /*margin-top: 70px;*/
    }
    #panel-nombre {
        display: none;
    }
    #panel-info,
    #historial-lab,
    #historial-soap,
    #historial-receta,
    #historial-fisico,
    #historial-Odontopediatria {
        display: initial;
    }
}


/*PANTALLA MENOR A 769*/

@media only screen and (max-width: 992px) {
    .Info-paciente {
        position: relative;
        left: 0px;
        overflow-y: hidden;
    }
    .historia-container {
        display: none;
    }
    .spacer {
        display: none;
    }
    .pharmacy-logo,
    .pharmacy-logo2 {
        display: none;
    }
    pharmacy-logomovil1,
    .pharmacy-logomovil2 {
        display: block;
    }
    #paciente {
        margin-top: 10px !important;
    }
}


/*PANTLLA ENTRE 992 Y 770*/


/*PANTALLA MENOR A 1025
@media only screen and (max-width: 1600px) {
    #paciente {
        margin-top: 120px;
    }

    .navbar-historia {

        margin-top: -120px;
    }
}*/

.pharmacy-logo img,
.pharmacy-logomovil1 img {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    height: 450px;
}

.pharmacy-logo2 img,
.pharmacy-logomovil2 img {
    width: 100%;
    height: 300px;
}


/* Set padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 94%;
    background: #eeeeee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.dl-horizontal dt {
    white-space: normal;
}


/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea {}

footer,
.push {
    height: 77.5px;
    /* .push must be the same height as .footer */
}

.body-cont {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -77.5px;
    /* the bottom margin is the negative value of the footer's height */
}

.wdt-md {
    max-width: 300px;
}


/*Custom font Sizes*/

.font-2x {
    font-size: 2em;
}

.font-3x {
    font-size: 3em;
}

.font-4x {
    font-size: 4em;
}

.font-5x {
    font-size: 5em;
}

.cal-sm {
    width: 0px;
}

#formCita {
    float: right;
    margin-top: 7px;
}

#calendar {
    width: 95%;
    margin: auto;
}

.home-subtitle {
    margin-top: -10px;
}

.mt24 {
    margin-top: 24px;
}

.dropdown-sec {
    width: 200px;
    height: 35px;
    color: white;
    background-color: #485563;
}

#container {
    min-height: 100%;
    position: relative;
}

.logo-home {
    width: 130px;
    height: 100%;
}

.logo-footer {
    width: 150px;
    right: auto;
}

.btn-newDate {
    text-align: right;
    padding-top: 18px;
}

.home-table {
    max-width: 1800px;
    margin: auto;
    font-family: Poppins-Black;
}

.border {
    border: 1px solid #b0b0b0;
}

.chk-create {
    float: left;
    padding-right: 5px;
}

.mg-top {
    margin-top: 15px;
}
.mg-0{
    margin: 0 !important;
}
.mg-top-30 {
    margin-top: 30px;
}
.mg-top-40 {
    margin-top: 40px;
}
.mg-top-10 {
    margin-top: 10px;
}
.mg-bottom-0{
    margin-bottom: 0 !important;
}
.mg-bottom-10 {
    margin-bottom: 10px;
}
.mg-bottom-20 {
    margin-bottom: 20px;
}
.mg-bottom-30 {
    margin-bottom: 30px !important;
}
.m-0{
    margin: 0 !important;
}
.mg-right-0 {
    margin-right: 0 !important;
}
.mg-right-5 {
    margin-right: 5px !important;
}
.mg-left-right-20{
    margin: 0 20px;
}
.mg-top-bottom-10 {
    margin: 10px 0;
}
.mg-top-bottom-20{
    margin: 20px 0 !important;
}
.mg-left-15 {
    margin-left: 15px !important;
}
.pd-0{
    padding: 0 !important;
}
.pd-left-0 {
    padding-left: 0;
}
.pd-left-20 {
    padding-left: 20px !important;
}
.pd-right-20 {
    padding-right: 20px !important;
}
.pd-right-10 {
    padding-right: 10px !important;
}
.pd-left-10 {
    padding-left: 10px !important;
}
.pd-top-16 {
    padding-top: 16px !important;
}
.pd-top-10{
    padding-top: 10px !important;
}
.pd-10 {
    padding: 10px !important;
}
.pd-20 {
    padding: 20px !important;
}
.pd-top-0 {
    padding-top: 0 !important;
}
.pd-top-16 {
    padding-top: 16px !important;
}
.pd-bottom-20 {
    padding-bottom: 20px !important;
}
.pd-bottom-40{
    padding-bottom: 40px !important;
}
.w-100 {
    width: 100% !important;
}
.w-200{
    width: 200px;
}

@media screen and (max-width: 600px) {
    .responsive {
        border: 0;
    }
    .responsive thead {
        display: none;
    }
    .responsive tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }
    .responsive td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }
    .responsive td:last-child {
        border-bottom: 0;
    }
    .responsive td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }
}

textarea {
    resize: none !important;
}

.smaller {
    max-height: 450px;
}

.jumbotrin {
    background-image: url(Images/medical-big.png);
    background-size: cover;
    background-position-y: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-input-placeholder {
    text-align: center;
}

:-moz-placeholder {
    /* Firefox 18- */
    text-align: center;
}

::-moz-placeholder {
    /* Firefox 19+ */
    text-align: center;
}

:-ms-input-placeholder {
    text-align: center;
}

.margin-menu-nav {
    margin-left: 20px;
    margin-right: 20px;
}

.nav-list:hover {
    color: #000b2c;
}

.btn-wm-table {
    margin: 0px 1px !important;
}

.colorheader {
    background-image: linear-gradient(white, white, white) !important;
}

.mg-auto {
    margin: auto;
}

.outline-files {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-size: auto !important;
    border-bottom-color: rgb(0, 135, 247) !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-style: dashed !important;
    border-bottom-width: 2px !important;
    border-image-outset: 0px !important;
    border-image-repeat: stretch !important;
    border-image-slice: 100% !important;
    border-image-source: none !important;
    border-image-width: 1 !important;
    border-left-color: rgb(0, 135, 247) !important;
    border-left-style: dashed !important;
    border-left-width: 2px !important;
    border-right-color: rgb(0, 135, 247) !important;
    border-right-style: dashed !important;
    border-right-width: 2px !important;
    border-top-color: rgb(0, 135, 247) !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-top-style: dashed !important;
    border-top-width: 2px !important;
    box-sizing: border-box !important;
    color: rgb(100, 108, 127) !important;
    cursor: pointer !important;
    display: block !important;
    font-family: Roboto, 'Open Sans', sans-serif !important;
    font-size: 20px !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 300 !important;
    line-height: 28px !important;
    margin-bottom: 20px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 20px !important;
    min-height: 150px !important;
    padding-bottom: 54px !important;
    padding-left: 54px !important;
    padding-right: 54px !important;
    padding-top: 54px !important;
    vertical-align: baseline !important;
    border: 2px dashed var(--color-primary-400) !important;
}

#ModalCies {
    z-index: 10000;
}

.nav-white {
    background-color: #eee !important;
}

.IsNotVisible {
    display: none;
}

.IsVisible {
    display: block;
    height: 85px;
}


/*---------Tablas Vacunas-------------*/

#table-wrapper {
    position: relative;
    overflow-x: overlay;
}

#table-scroll {
    overflow: auto;
    margin-top: 35px !important;
    min-width: 800px;
    overflow-x: overlay;
}

#table-wrapper table {
    width: 100%;
}

#table-wrapper table thead th .text {
    position: absolute;
    top: 0px;
    z-index: 200;
    border-bottom: rgb(221, 221, 221);
}

#table-wrapper table thead tr {
    height: 0px !important;
}


/*------------------------Messenger-----------------*/

.float-footer {
    position: fixed;
    bottom: 0;
    right: 30px;
    margin: auto;
    height: 25px;
    z-index: 1000;
}

.msg-input {
    border-color: #FCF7F8;
    padding: 8px;
    height: 60px;
    width: 260px;
    background-color: #FCF7F8;
}

.msg-container {
    float: right;
    bottom: 0;
    right: 30px;
    margin: auto;
    margin-left: 10px;
    width: 100px;
    height: 335px;
    -webkit-box-shadow: 0px 0px 19px -5px rgba(128, 128, 128, 1);
    -moz-box-shadow: 0px 0px 19px -5px rgba(128, 128, 128, 1);
    box-shadow: 0px 0px 19px -5px rgba(128, 128, 128, 1);
}

.msg-header {
    cursor: pointer;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    color: white;
    height: 26px;
    background-color: #4D9DE0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .30);
    z-index: 2;
}

.msg-body {
    padding-left: 7px;
    padding-top: 3px;
    background-color: #FCF7F8;
    height: 309px !important;
    position: relative;
    -webkit-box-shadow: inset 0px 10px 10px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 10px 10px -14px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 10px 10px -14px rgba(0, 0, 0, 0.75);
}

.msg-messages {
    overflow: auto !important;
    height: 244px;
}

.msg-message {
    border-top: solid 1px lightgrey;
    position: absolute;
    /* could be absolute */
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 64px;
    background-color: #FCF7F8;
}

.msg-time {
    margin-left: -10px;
    text-align: center;
}

.msg-time span {
    font-size: .8em;
}

.msg-header i {
    margin-top: 2px;
}

.msg-header i:hover {
    color: rgba(128, 128, 128, 1);
}

.contacts {
    background-color: #FCF7F8;
    height: 309px !important;
    position: relative;
    -webkit-box-shadow: inset 0px 10px 10px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 10px 10px -14px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 10px 10px -14px rgba(0, 0, 0, 0.75);
}

.list-group-hover li:hover {
    cursor: pointer;
    background-color: lightgrey;
}

.list-group-hover li {
    cursor: pointer;
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}

.list-group-hover {}

.loader {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #4430f5, 1.8em -1.8em 0 0em rgba(68, 48, 245, 0.2), 2.5em 0em 0 0em rgba(68, 48, 245, 0.2), 1.75em 1.75em 0 0em rgba(68, 48, 245, 0.2), 0em 2.5em 0 0em rgba(68, 48, 245, 0.2), -1.8em 1.8em 0 0em rgba(68, 48, 245, 0.2), -2.6em 0em 0 0em rgba(68, 48, 245, 0.5), -1.8em -1.8em 0 0em rgba(68, 48, 245, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(68, 48, 245, 0.7), 1.8em -1.8em 0 0em #4430f5, 2.5em 0em 0 0em rgba(68, 48, 245, 0.2), 1.75em 1.75em 0 0em rgba(68, 48, 245, 0.2), 0em 2.5em 0 0em rgba(68, 48, 245, 0.2), -1.8em 1.8em 0 0em rgba(68, 48, 245, 0.2), -2.6em 0em 0 0em rgba(68, 48, 245, 0.2), -1.8em -1.8em 0 0em rgba(68, 48, 245, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(68, 48, 245, 0.5), 1.8em -1.8em 0 0em rgba(68, 48, 245, 0.7), 2.5em 0em 0 0em #4430f5, 1.75em 1.75em 0 0em rgba(68, 48, 245, 0.2), 0em 2.5em 0 0em rgba(68, 48, 245, 0.2), -1.8em 1.8em 0 0em rgba(68, 48, 245, 0.2), -2.6em 0em 0 0em rgba(68, 48, 245, 0.2), -1.8em -1.8em 0 0em rgba(68, 48, 245, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(68, 48, 245, 0.2), 1.8em -1.8em 0 0em rgba(68, 48, 245, 0.5), 2.5em 0em 0 0em rgba(68, 48, 245, 0.7), 1.75em 1.75em 0 0em #4430f5, 0em 2.5em 0 0em rgba(68, 48, 245, 0.2), -1.8em 1.8em 0 0em rgba(68, 48, 245, 0.2), -2.6em 0em 0 0em rgba(68, 48, 245, 0.2), -1.8em -1.8em 0 0em rgba(68, 48, 245, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(68, 48, 245, 0.2), 1.8em -1.8em 0 0em rgba(68, 48, 245, 0.2), 2.5em 0em 0 0em rgba(68, 48, 245, 0.5), 1.75em 1.75em 0 0em rgba(68, 48, 245, 0.7), 0em 2.5em 0 0em #4430f5, -1.8em 1.8em 0 0em rgba(68, 48, 245, 0.2), -2.6em 0em 0 0em rgba(68, 48, 245, 0.2), -1.8em -1.8em 0 0em rgba(68, 48, 245, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(68, 48, 245, 0.2), 1.8em -1.8em 0 0em rgba(68, 48, 245, 0.2), 2.5em 0em 0 0em rgba(68, 48, 245, 0.2), 1.75em 1.75em 0 0em rgba(68, 48, 245, 0.5), 0em 2.5em 0 0em rgba(68, 48, 245, 0.7), -1.8em 1.8em 0 0em #4430f5, -2.6em 0em 0 0em rgba(68, 48, 245, 0.2), -1.8em -1.8em 0 0em rgba(68, 48, 245, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(68, 48, 245, 0.2), 1.8em -1.8em 0 0em rgba(68, 48, 245, 0.2), 2.5em 0em 0 0em rgba(68, 48, 245, 0.2), 1.75em 1.75em 0 0em rgba(68, 48, 245, 0.2), 0em 2.5em 0 0em rgba(68, 48, 245, 0.5), -1.8em 1.8em 0 0em rgba(68, 48, 245, 0.7), -2.6em 0em 0 0em #4430f5, -1.8em -1.8em 0 0em rgba(68, 48, 245, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(68, 48, 245, 0.2), 1.8em -1.8em 0 0em rgba(68, 48, 245, 0.2), 2.5em 0em 0 0em rgba(68, 48, 245, 0.2), 1.75em 1.75em 0 0em rgba(68, 48, 245, 0.2), 0em 2.5em 0 0em rgba(68, 48, 245, 0.2), -1.8em 1.8em 0 0em rgba(68, 48, 245, 0.5), -2.6em 0em 0 0em rgba(68, 48, 245, 0.7), -1.8em -1.8em 0 0em #4430f5;
    }
}

@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #4430f5, 1.8em -1.8em 0 0em rgba(68, 48, 245, 0.2), 2.5em 0em 0 0em rgba(68, 48, 245, 0.2), 1.75em 1.75em 0 0em rgba(68, 48, 245, 0.2), 0em 2.5em 0 0em rgba(68, 48, 245, 0.2), -1.8em 1.8em 0 0em rgba(68, 48, 245, 0.2), -2.6em 0em 0 0em rgba(68, 48, 245, 0.5), -1.8em -1.8em 0 0em rgba(68, 48, 245, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(68, 48, 245, 0.7), 1.8em -1.8em 0 0em #4430f5, 2.5em 0em 0 0em rgba(68, 48, 245, 0.2), 1.75em 1.75em 0 0em rgba(68, 48, 245, 0.2), 0em 2.5em 0 0em rgba(68, 48, 245, 0.2), -1.8em 1.8em 0 0em rgba(68, 48, 245, 0.2), -2.6em 0em 0 0em rgba(68, 48, 245, 0.2), -1.8em -1.8em 0 0em rgba(68, 48, 245, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(68, 48, 245, 0.5), 1.8em -1.8em 0 0em rgba(68, 48, 245, 0.7), 2.5em 0em 0 0em #4430f5, 1.75em 1.75em 0 0em rgba(68, 48, 245, 0.2), 0em 2.5em 0 0em rgba(68, 48, 245, 0.2), -1.8em 1.8em 0 0em rgba(68, 48, 245, 0.2), -2.6em 0em 0 0em rgba(68, 48, 245, 0.2), -1.8em -1.8em 0 0em rgba(68, 48, 245, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(68, 48, 245, 0.2), 1.8em -1.8em 0 0em rgba(68, 48, 245, 0.5), 2.5em 0em 0 0em rgba(68, 48, 245, 0.7), 1.75em 1.75em 0 0em #4430f5, 0em 2.5em 0 0em rgba(68, 48, 245, 0.2), -1.8em 1.8em 0 0em rgba(68, 48, 245, 0.2), -2.6em 0em 0 0em rgba(68, 48, 245, 0.2), -1.8em -1.8em 0 0em rgba(68, 48, 245, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(68, 48, 245, 0.2), 1.8em -1.8em 0 0em rgba(68, 48, 245, 0.2), 2.5em 0em 0 0em rgba(68, 48, 245, 0.5), 1.75em 1.75em 0 0em rgba(68, 48, 245, 0.7), 0em 2.5em 0 0em #4430f5, -1.8em 1.8em 0 0em rgba(68, 48, 245, 0.2), -2.6em 0em 0 0em rgba(68, 48, 245, 0.2), -1.8em -1.8em 0 0em rgba(68, 48, 245, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(68, 48, 245, 0.2), 1.8em -1.8em 0 0em rgba(68, 48, 245, 0.2), 2.5em 0em 0 0em rgba(68, 48, 245, 0.2), 1.75em 1.75em 0 0em rgba(68, 48, 245, 0.5), 0em 2.5em 0 0em rgba(68, 48, 245, 0.7), -1.8em 1.8em 0 0em #4430f5, -2.6em 0em 0 0em rgba(68, 48, 245, 0.2), -1.8em -1.8em 0 0em rgba(68, 48, 245, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(68, 48, 245, 0.2), 1.8em -1.8em 0 0em rgba(68, 48, 245, 0.2), 2.5em 0em 0 0em rgba(68, 48, 245, 0.2), 1.75em 1.75em 0 0em rgba(68, 48, 245, 0.2), 0em 2.5em 0 0em rgba(68, 48, 245, 0.5), -1.8em 1.8em 0 0em rgba(68, 48, 245, 0.7), -2.6em 0em 0 0em #4430f5, -1.8em -1.8em 0 0em rgba(68, 48, 245, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(68, 48, 245, 0.2), 1.8em -1.8em 0 0em rgba(68, 48, 245, 0.2), 2.5em 0em 0 0em rgba(68, 48, 245, 0.2), 1.75em 1.75em 0 0em rgba(68, 48, 245, 0.2), 0em 2.5em 0 0em rgba(68, 48, 245, 0.2), -1.8em 1.8em 0 0em rgba(68, 48, 245, 0.5), -2.6em 0em 0 0em rgba(68, 48, 245, 0.7), -1.8em -1.8em 0 0em #4430f5;
    }
}

.fw-bold {
    font-weight: 600 !important;
    color: #555555;
}

.btn-material-blue:not(.btn-link):not(.btn-flat) {
    background-color: #0257ff !important;
    color: rgba(255, 255, 255, .84);
}

.btn-material-blue:hover:not(.btn-link):not(.btn-flat) {
    background-color: #349ff4 !important;
}

.pt-15 {
    padding-top: 15px;
}
#divCorreo .PatientsEmailField{
    top: 7px !important;
}
.swal2-modal.swal2-show {
    min-height: auto !important;
}

@media screen and (min-width:1280px) {
    body {
        height: 120vh;
    }
}
@media screen and (max-width: 820px) {
    #container-hospital {
        width: 100%;
    }

    #container-hospital #DoctorMenu {
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 1024px){
    .tdDetails {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 768px){
    .consult-box-hidden {
        display: none;
    }
    .consult-box-visible {
        display: block;
    }
}
@media screen and (min-width: 768px) {
    .consult-box-hidden {
        display: block;
    }
    .consult-box-visible {
        display: none;
    }
    .container-info-patient {
        padding: 0 50px !important;
    }
}
/*---------STYLES TABLE INTEGRATIONS E-MAIL---------*/
#integrations-email table th,
#integrations-email table td {
    text-align: left !important;
    padding-left: 5px;
}

@media screen and (min-width: 1280px) {
    #integrations-email table {
        width: 50% !important;
    }
}